Date: Mon, 02 Jul 2007 13:57:09 +0200
From: Shams Fantar <sfantar@snurf.info>
To: debian-user@lists.debian.org
Subject: Problem with sendmail, error code 67.
Message-ID: <4688E815.8030803@snurf.info>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hello,
I have used Google to have the answers at my problem, but I did not
find anything.
The problem is that I can't use the function mail() of php.
If I make 'sendmail -s testing sfantar@localhost', the prompt doesn't
come back and there is no message. But if I make 'mail -s testing
sfantar@localhost', I have an error message : Can't send mail: sendmail
process failed with error code 67
My php.ini for mail() : sendmail_path = /usr/sbin/sendmail -t -i
If I want to use mail(), I can't !
There is nothing in the logs.
Have you ideas ? Solutions ?
Sendmail's version is 8.13.
Thank you,
--
Shams Fantar (
http://snurf.info)
Date: Mon, 02 Jul 2007 14:01:10 +0200
From: Lorenzo Bettini <bettini@dsi.unifi.it>
To: Debian User Mailing List <debian-user@lists.debian.org>
Subject: suggestions for a blog client
Message-ID: <4688E906.6000606@dsi.unifi.it>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi
I'm looking for a blog client (that also handles images when offline)...
I'm using blogger as blog platform and I have already tried gnome-blog
but it has poor features and it does not seem to work well with
blogger.com...
any suggestion please?
thanks in advance
Lorenzo
--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net
Date: Mon, 02 Jul 2007 14:29:05 +0200
From: Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>
To: Francesco Pietra <chiendarret@yahoo.com>
Cc: debian-users <debian-user@lists.debian.org>,
debian64 <debian-amd64@lists.debian.org>
Subject: Re: Header files amd64 etch
Message-ID: <87sl87kmzy.fsf@informatik.uni-tuebingen.de>
Content-Type: text/plain; charset=us-ascii
Francesco Pietra <chiendarret@yahoo.com> writes:
> A mixed compilation (ifort/gcc 4.1.2) of Amber9 on amd64 etch
> dual-core-opterons (Linux deb32 2.6.18-3-k7 #1 SMP Mon Dec 4 17:23:11 UTC 2006
> i686 GNU/Linux)
> requests the following header files;
>
> WcActCB.c:22:28: error: X11/IntrinsicP.h: No such file or directory
> WcActCB.c:29:24: error: X11/ShellP.h: No such file or directory
>
>
> as the single errors out of an enormous number of modules that passed "make".
>
> As a beginner in compilations, I would appreciate being instructed how to find
> the appropriate (64bit if they differ from 32bit) headers. I have seen packages
> that provide all headers, though above etch, with a more recent kernel. In
> other words, I don't know the appropriate console command to trace the package
> to install. And, for the moment I refrain from dist upgrade.
>
> Thanks
>
> francesco pietra
There is a Contents-amd64.gz file on any mirror. You can zgrep
X11/IntrinsicP.h Contents-amd64.gz to find the package (s) that
contain such a file. There is also apt-file as frontend to that.
MfG
Goswin
Date: Mon, 2 Jul 2007 13:44:46 +0100
From: "Nick Adie" <nick.adie@gmail.com>
To: debian-user@lists.debian.org
Cc: debian-user@lists.debian.org
Subject: Re: Media Wiki 1.7 - Set-up / Install Help
Message-ID: <fda7659b0707020544w13d475a4y7393e874078a5d1f@mail.gmail.com>
Content-Type: multipart/alternative;
boundary="----=_Part_23353_8757065.1183380286365"
------=_Part_23353_8757065.1183380286365
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Chris,
Thanks, I used apt-get install mediawiki to do the install and it put it was
divided into some strange places.
/etc/MediaWiki
and I think (not at my machine at the moment)
/usr/bin/MediaWiki
I will apt-get --purge remove wikimedia and try your approach.
Regards
Nick
On 7/2/07, Chris Lale <chrislale@untrammelled.co.uk> wrote:
>
> Nick Adie wrote:
> > Hi
> >
> > I have installed MediaWiki 1.7 from the archive.
> >
> > The read me file is very confusing as it talks about a file that does
> not
> > exist and a symbolic link that appears to have no relevence.
> >
> > Has anyone experience of the installation/set-up of MediaWiki, and if so
> > could I have a few pointers please.
> >
> > Regards
> > Nick
> >
>
> I would purge the package, download MediaWiki from its website and follow
> the
> install instructions. Make sure that you have installed Apache and MySQL
> (make a
> note of the MySQL root password when you set it up).
>
> http://meta.wikimedia.org/wiki/Help:Installation
>
> Here are some notes I made when installing an earlier version:
>
> untar the file in subdirectory of your home with
>
> $ tar -xvzf mediawiki-*.tar.gz
>
> Upload the MediaWiki files to your server:
>
> # cp -R /path/to/extracted/directory/ /var/www/
>
> Change the name of the mediawiki directory to something simple eg
> "mediawiki".
>
> # mv /var/www/name-of-copied-directory/ /var/www/mediawiki
>
> Create a MySQL database
> * If you know the root password for your MySQL server, skip this step.
>
> Change permissions on "config" folder
>
> //cd into the directory where the mediawiki files are
> (/var/www/mediawiki). You
> will find index.php and the config directory. You need to make the
> // "config" directory writable by the web server.
> //So you need to change the group of all files to www-data, and give group
> write
> access to the config directory:
> # cd /var/www/mediawiki
> # chown -R root:www-data *
> # chmod -R o-rwx *
> # chmod -R g+rw config
>
> //A simpler but very insecure approach is to run the command chmod o+w
> config.
> This means you need to set the permissions of the
> // "config" directory to "world writable". This is the same as "chmod
> 777".
>
>
> Visit your site and run the Setup script
> http://localhost/mediawiki/
>
> --
> Chris.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
>
>
------=_Part_23353_8757065.1183380286365
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<div>Chris,</div>
<div> </div>
<div>Thanks, I used apt-get install mediawiki to do the install and it put it was divided into some strange places.</div>
<div> </div>
<div>/etc/MediaWiki </div>
<div> and I think (not at my machine at the moment)</div>
<div>/usr/bin/MediaWiki</div>
<div><br>I will apt-get --purge remove wikimedia and try your approach.</div>
<div> </div>
<div>Regards</div>
<div>Nick<br> </div>
<div><span class="gmail_quote">On 7/2/07, <b class="gmail_sendername">Chris Lale</b> <<a href="mailto:chrislale@untrammelled.co.uk">chrislale@untrammelled.co.uk</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Nick Adie wrote:<br>> Hi<br>><br>> I have installed MediaWiki 1.7 from the archive.<br>><br>> The read me file is very confusing as it talks about a file that does not
<br>> exist and a symbolic link that appears to have no relevence.<br>><br>> Has anyone experience of the installation/set-up of MediaWiki, and if so<br>> could I have a few pointers please.<br>><br>> Regards
<br>> Nick<br>><br><br>I would purge the package, download MediaWiki from its website and follow the<br>install instructions. Make sure that you have installed Apache and MySQL (make a<br>note of the MySQL root password when you set it up).
<br><br>http://meta.wikimedia.org/wiki/Help:Installation<br><br>Here are some notes I made when installing an earlier version:<br><br>untar the file in subdirectory of your home with
<br><br>$ tar -xvzf mediawiki-*.tar.gz<br><br>Upload the MediaWiki files to your server:<br><br># cp -R /path/to/extracted/directory/ /var/www/<br><br>Change the name of the mediawiki directory to something simple eg "mediawiki".
<br><br># mv /var/www/name-of-copied-directory/ /var/www/mediawiki<br><br>Create a MySQL database<br> * If you know the root password for your MySQL server, skip this step.<br><br>Change permissions on "config" folder
<br><br>//cd into the directory where the mediawiki files are (/var/www/mediawiki). You<br>will find index.php and the config directory. You need to make the<br>// "config" directory writable by the web server.<br>
//So you need to change the group of all files to www-data, and give group write<br>access to the config directory:<br># cd /var/www/mediawiki<br># chown -R root:www-data *<br># chmod -R o-rwx *<br># chmod -R g+rw config<br>
<br>//A simpler but very insecure approach is to run the command chmod o+w config.<br>This means you need to set the permissions of the<br>// "config" directory to "world writable". This is the same as "chmod 777".
<br><br><br>Visit your site and run the Setup script<br><a href="http://localhost/mediawiki/">http://localhost/mediawiki/</a><br><br>--<br>Chris.<br><br><br>--<br>To UNSUBSCRIBE, email to <a href="mailto:debian-user-REQUEST(at)lists.debian.org">
debian-user-REQUEST@lists.debian.org</a><br>with a subject of "unsubscribe". Trouble? Contact <a href="mailto:listmaster@lists.debian.org">listmaster@lists.debian.org</a><br><br></blockquote></div><br>
------=_Part_23353_8757065.1183380286365--
Date: Mon, 2 Jul 2007 09:36:24 -0400
From: Orestes leal <orestesleal13022@cha.jovenclub.cu>
To: debian-user@lists.debian.org
Subject: How Do I Keep Track OF the Files Being Downloaded From My Apache?
Message-Id: <20070702093624.8ab01f5a.orestesleal13022@cha.jovenclub.cu>
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Hi Folks:
The Thing it's that I want to know, let's say in a range of 24 hours
what files was downloaded from my apache server, firts I DO NOT have
a proxy server, this server it's a lan server for data and docs purposes
so the conection it's direct, I want to keep track to:
What File Was downloaded and by who (IP Addresses or hostnames)
Hour of this events.
Only that, any tool yo make this out there? any apache module?
Thanks, and my respects to all of you.
Best,
Orestes.
Date: Sun, 1 Jul 2007 15:57:23 -0400
From: Celejar <celejar@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: restarting pump (DHCP) automatically when network unavailable
at boot time
Message-Id: <20070701155723.1bafe671.celejar@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On Thu, 28 Jun 2007 22:47:09 +0200
Vincent Lefevre <vincent@vinc17.org> wrote:
> On a machine in a local network, I have in my /etc/network/interfaces
> file:
>=20
> auto eth0
> iface eth0 inet dhcp
>=20
> But after a power outage, my machine sometimes restarts while the
> network isn't available yet. In this case, I can no longer ssh to
> it. And I can't reboot it remotely.
>=20
> How can I make pump (the DHCP client I'm using) to try again
> periodically? I think I can write a script that tests if pump
> is running (with the "ps" command) and can run this script by
> cron. But is there a better way?
I use dhclient (I know you said in a different message in this thread
that you don't like it), which by default does a bunch of
DHCPDISCOVERS, and if they all fail, it then goes to sleep (for 5
minutes by default), and then begins the process again when it wakes
up. This behavior seems to be exactly what you need; unfortunately, I
don't know anything about pump.
> Vincent Lef=E8vre <vincent(at)vinc17.org> - Web: <http://www.vinc17.org/>
Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
Date: Mon, 2 Jul 2007 14:52:39 +0100
From: "Nick Adie" <nick.adie@gmail.com>
To: debian-user@lists.debian.org
Cc: debian-user@lists.debian.org
Subject: Re: How Do I Keep Track OF the Files Being Downloaded From My Apache?
Message-ID: <fda7659b0707020652x17dd592s9f4455d31d0f2c9@mail.gmail.com>
Content-Type: multipart/alternative;
boundary="----=_Part_24138_31089362.1183384359300"
------=_Part_24138_31089362.1183384359300
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Orestes
One of your options is to install webalizer, it will provide all the
information required.
apt-get install webalizer
if you want to see some reports go to
http://webalizer.brokenmould.com/webalizer/ look at June/July prior ones
don't show the detail you want.
Regards
Nick
On 7/2/07, Orestes leal <orestesleal13022@cha.jovenclub.cu> wrote:
>
> Hi Folks:
>
> The Thing it's that I want to know, let's say in a range of 24 hours
> what files was downloaded from my apache server, firts I DO NOT have
> a proxy server, this server it's a lan server for data and docs purposes
> so the conection it's direct, I want to keep track to:
>
> What File Was downloaded and by who (IP Addresses or hostnames)
> Hour of this events.
>
> Only that, any tool yo make this out there? any apache module?
>
> Thanks, and my respects to all of you.
>
> Best,
> Orestes.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
>
>
------=_Part_24138_31089362.1183384359300
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<div>Orestes</div>
<div> </div>
<div>One of your options is to install webalizer, it will provide all the information required.</div>
<div> </div>
<div>apt-get install webalizer</div>
<div> </div>
<div>if you want to see some reports go to http://webalizer.brokenmould.com/webalizer/ look at June/July prior ones don't show the detail you want.</div>
<div> </div>
<div>Regards</div>
<div>Nick<br> </div>
<div><span class="gmail_quote">On 7/2/07, <b class="gmail_sendername">Orestes leal</b> <<a href="mailto:orestesleal13022@cha.jovenclub.cu">orestesleal13022@cha.jovenclub.cu</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Folks:<br><br>The Thing it's that I want to know, let's say in a range of 24 hours<br>what files was downloaded from my apache server, firts I DO NOT have
<br>a proxy server, this server it's a lan server for data and docs purposes<br>so the conection it's direct, I want to keep track to:<br><br>What File Was downloaded and by who (IP Addresses or hostnames)<br>Hour of this events.
<br><br>Only that, any tool yo make this out there? any apache module?<br><br>Thanks, and my respects to all of you.<br><br>Best,<br>Orestes.<br><br><br>--<br>To UNSUBSCRIBE, email to <a href="mailto:debian-user-REQUEST@lists.debian.org">
debian-user-REQUEST@lists.debian.org</a><br>with a subject of "unsubscribe". Trouble? Contact <a href="mailto:listmaster@lists.debian.org">listmaster@lists.debian.org</a><br><br></blockquote></div><br>
------=_Part_24138_31089362.1183384359300--
Date: Mon, 2 Jul 2007 15:55:13 +0200
From: "Tshepang Lekhonkhobe" <tshepang@gmail.com>
To: debian-user <debian-user@lists.debian.org>
Subject: trouble with svn via proxy
Message-ID: <857993970707020655u44e5d5faj42916b24c86f337@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
I'm struggling to connect to a subversion repo (svn up). This was no
trouble until the company networking people set up some proxy thing. I
got this in my ./subversion/servers file:
http-proxy-host = 172.1.2.3
http-proxy-port = 80
http-proxy-username = user.name
These settings work when accesing the web (Epiphany).
Here's the command and the error message:
wena@debian:~/src/tracker$ svn up
svn: PROPFIND request failed on '/svn/tracker/trunk'
svn: PROPFIND of '/svn/tracker/trunk': GSSAPI authentication error
(Unspecified GSS failure. Minor code may provide more information: No
credentials cache found) (http://svn.gnome.org)
--
my place on the web:
floss-and-misc.blogspot.com
Date: Mon, 2 Jul 2007 10:05:33 -0400
From: Orestes leal <orestesleal13022@cha.jovenclub.cu>
To: debian-user@lists.debian.org
Subject: Re: How Do I Keep Track OF the Files Being Downloaded From My
Apache?
Message-Id: <20070702100533.b45eb75f.orestesleal13022@cha.jovenclub.cu>
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
On Mon, 2 Jul 2007 14:52:39 +0100
"Nick Adie" <nick.adie@gmail.com> wrote:
> Orestes
>
> One of your options is to install webalizer, it will provide all the
> information required.
>
> apt-get install webalizer
>
> if you want to see some reports go to
> http://webalizer.brokenmould.com/webalizer/ look at June/July prior ones
> don't show the detail you want.
>
> Regards
> Nick
>
> On 7/2/07, Orestes leal <orestesleal13022@cha.jovenclub.cu> wrote:
> >
> > Hi Folks:
> >
> > The Thing it's that I want to know, let's say in a range of 24 hours
> > what files was downloaded from my apache server, firts I DO NOT have
> > a proxy server, this server it's a lan server for data and docs purposes
> > so the conection it's direct, I want to keep track to:
> >
> > What File Was downloaded and by who (IP Addresses or hostnames)
> > Hour of this events.
> >
> > Only that, any tool yo make this out there? any apache module?
> >
> > Thanks, and my respects to all of you.
> >
> > Best,
> > Orestes.
> >
> >
> > --
> > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> > with a subject of "unsubscribe". Trouble? Contact
> > listmaster@lists.debian.org
> >
> >
>
Nick, Thanks, Yeah Something like that, greetings from Cuba.
--
Orestes <orestesleal13022@cha.jovenclub.cu>
Date: Mon, 02 Jul 2007 13:58:23 -0000
From: Xinhao Zheng <xinhaozheng@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: help with php config in debian
Message-ID: <1183384703.278470.266080@m37g2000prh.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"
On 7 1 , 10 20 , Kushal Kumaran <kus...@it.iitb.ac.in> wrote:
> On Sun, Jul 01, 2007 at 12:32:45PM -0000, Xinhao Zheng wrote:
> > hi all,
> > I was a fresh man to debian linux.Is there anyone who can tell me
> > where to find the php's config file?I install php5 with following cmd:
>
> > ./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --
> > with-apxs2=/usr/local/apache2
> > /bin/apxs2
> > make
> > make install
>
> Is there any reason why the php5 packaged for debian is not sufficient
> for your purposes? See the libapache2-mod-php5 and php5-mysql
> packages.
>
> > And,is there a cache in debian linux?I run phpinfo and it told me the
> > php.ini was located in /usr/local/php/lib,however,there is no such
> > file.Although i use cmd find / -name php.ini and then rm every php.ini
> > it found.the php can still work well.So my question is:
>
> php works just fine without a php.ini available. It will simply use
> the compiled in defaults for all those settings.
>
> > where is php config file stored?
> > How many config file it used?
> > Is debian use cache for config file?
>
> --
> Kushal Kumaran kus...@it.iitb.ac.in
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Thanks!!Did you mean that now i can not change php's config unless i
configure it again.I just want to change the upload file max size.
Yes,apt-get can install apache with php.However,i had a problem when i
remove apache manually by rm cmd.Then i can not use apt-get ,aptitude
to install apache again.How to deal with this problem.
Date: Mon, 2 Jul 2007 11:21:57 -0300
From: "Iuri Sampaio" <iuri.sampaio@gmail.com>
To: <debian-user@lists.debian.org>
Subject: static IP
Message-ID: <000101c7bcb4$5a405850$6401a8c0@compaqr4000>
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0002_01C7BC9B.34F32050"
This is a multi-part message in MIME format.
------=_NextPart_000_0002_01C7BC9B.34F32050
Content-Type: text/plain;
charset="windows-1250"
Content-Transfer-Encoding: quoted-printable
Hi,
I=92m trying to set up a internal static IP to my machine.=20
=20
My /etc/init.d/interfaces is:
=20
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
=20
# The loopback network interface
auto lo
iface lo inet loopback
=20
# The primary network interface
allow-hotplug eth1
=20
# Static IP
iface eth1 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.255
gateway 192.168.1.1
=20
I set the IP but when I restarted the machine to the changes make effect =
I
loose internet connection.=20
=20
I already tried other final number to the ip such as 192.168.1.105. but =
it
didn=92t work out
Is there anything I=92m doing wrong?
=20
iuri
No virus found in this outgoing message.
Checked by AVG Free Edition.=20
Version: 7.5.476 / Virus Database: 269.9.14/883 - Release Date: 7/1/2007
12:19 PM
=20
------=_NextPart_000_0002_01C7BC9B.34F32050
Content-Type: text/html;
charset="windows-1250"
Content-Transfer-Encoding: quoted-printable
<html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dwindows-1250">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=3DEN-US link=3Dblue vlink=3Dpurple>
<div class=3DSection1>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Hi,<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I’m trying to set up a internal static IP to my
machine. <o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>My /etc/init.d/interfaces =
is:<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'># This file describes the network interfaces =
available on
your system<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'># and how to activate them. For more information, see =
interfaces(5).<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'># The loopback network =
interface<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>auto lo<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>iface lo inet loopback<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'># The primary network =
interface<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>allow-hotplug eth1<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'># Static IP<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'> iface eth1 inet =
static<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'> address =
192.168.1.10<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'> netmask =
255.255.255.0<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'> network =
192.168.1.255<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'> gateway =
192.168.1.1<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I set the IP but when I restarted the machine to the =
changes
make effect I loose internet connection. <o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I already tried other final number to the ip such as
192.168.1.105. but it didn’t work out<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Is there anything I’m doing =
wrong?<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>iuri<o:p></o:p></span></font></p>
</div>
</body>
</html>
<BR>
<P><FONT SIZE=3D2>No virus found in this outgoing message.<BR>
Checked by AVG Free Edition.<BR>
Version: 7.5.476 / Virus Database: 269.9.14/883 - Release Date: 7/1/2007 =
12:19 PM<BR>
</FONT> </P>
------=_NextPart_000_0002_01C7BC9B.34F32050--
End of debian-user-digest Digest V2007 Issue #1878
**************************************************
Received on Mon Jul 2 10:42:13 2007