Date: Fri, 26 Oct 2007 19:16:03 +0100
From: Joe <joe@jretrading.com>
To: debian-user@lists.debian.org
Subject: Re: Silly question: Where's eth0?
Message-ID:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Andrew Sackville-West wrote:
> On Thu, Oct 25, 2007 at 10:35:10PM -0400, Douglas A. Tutty wrote:
>> On Thu, Oct 25, 2007 at 01:23:38PM -0700, Andrew Sackville-West wrote:
>>> On Thu, Oct 25, 2007 at 08:48:39PM +0100, Joe wrote:
>>>> Douglas A. Tutty wrote:
>>>>> Now, if you actually had a piece of hardware that _was_ fully supported
>>>>> by the linux kernel without this mess, then you would get a functioning
>>>>> eth0 which would then work just fine with the standard Debian networking
>>>>> tools. In short, your problem isn't with the networking tools, its with a
>>>>> non-functional driver.
>>>> Looks like my last post didn't make it here. I had a solid, dependable
>>>> working MB NIC until a couple of weeks ago, when Sid suddenly started
>>>> renaming it to eth1 during boot (without explanation) and then saying eth0
>>>> didn't exist. I didn't notice (not exactly the kind of thing you expect),
>>>> disabled it and installed a PCI card, then when that didn't work, had to
>>>> alter my interfaces file to eth1. I think the MB NIC is probably not
>>>> faulty, but I'm short of time at the moment and it isn't urgent.
>>>>
>>>> Not exactly standard Debian behaviour, or at least it wasn't once.
>>> well. I'm silly for jumping into this, but the important word above is
>>> 'Sid'.
>>>
>>> I suspect that's 'nuff said. :)
>> There's probably some way to get udev to be consistant with device
>> names. If you know the module that gets installed, I wonder if putting
>> it in /etc/modules would cause it to name consistantly.
>>
>> Also, I vaguely remember that pre-udev, pre-devfs, there was a way to
>> identify the unit-number based on MAC address when the module was
>> loaded. I think it was aliases in /etc/modules.conf. That file doesn't
>> exist on my box. So I guess you'll have to learn about udev to get
>> persistant naming.
>
> I think there is pretty good persistent netowrk interface naming at
> this point. I was just pointing out that the OP above was complaining
> about it not working in sid... which is pretty standard expectation
> for Debian behavior.
>
> Regardless, though, its pretty straightforward to get persistent
> naming provided you can get some bit of unique info about the device
> out of the kernel. Once that's done, you *can* make a symlink with a
> good name that will always point to the desired device, regardless of
> what that device might be named...
>
> not at my usual machine to provide a link to the udev rules tutorial,
> but its pretty easy to find.
>
Yes, I know what to expect with Sid, which I've been running since
before Sarge was released, and this isn't it. Sid is for incorporating
new software variants into a future Stable, and sorting out any
integration issues, not for troubleshooting broken software. It's
supposed to work *before* it arrives in Sid.
I had one (1) Ethernet adaptor, which used to be called eth0. I can
understand potential confusion if there was more than one, and I've seen
that happen. What conceivable reason is there for designating it eth1,
the second Ethernet interface, when the machine contains only one?
Workarounds there might be, but why do I need them?
The thread is about the wisdom of setting up networking in The Debian
Way. The point I was making is that The Debian Way today clearly isn't
The Debian Way of a month ago. It used to involve editing a text file,
and at worst tweaking the modules a bit, now it involves learning the
operation of an entirely automatic system that the user isn't even
supposed to see, and how to override it when it screws up. As far as I'm
concerned, that's The Windows Way, and it doesn't belong in Linux.
Date: Fri, 26 Oct 2007 12:38:42 -0700
From: David Brodbeck <brodbd@u.washington.edu>
To: debian user list <debian-user@lists.debian.org>
Subject: Re: wildcards and NFS...
Message-Id: <07FA683E-B5BF-496E-8D47-11D9453326E8@u.washington.edu>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Content-Transfer-Encoding: 7bit
On Oct 26, 2007, at 4:20 AM, Steve Kemp wrote:
> On Fri Oct 26, 2007 at 13:01:39 +0200, Bruno Boettcher wrote:
>
>> so i added the following line to the /etc/exports
>> /home/bboett/mp3/ 192.168.0.*(ro,insecure,root_squash,subtree_check)
>
> I do this just fine with:
>
> /mnt/mp3 192.168.1.0/255.255.255.0 (rw,sync,no_root_squash)
The original example doesn't work because wildcards are only valid
for hostnames, not for IP addresses. The tricky thing is they can
*appear* to work with IP addresses under certain circumstances.
Sometimes they will appear to work at first and then fail later when
you change the DNS configuration -- this can be pretty puzzling!
The correct way to do it is with a netmask, as Steve shows, or with
CIDR notation.
Date: Fri, 26 Oct 2007 15:56:08 -0400
From: Ralph Katz <ralph.katz@rcn.com>
To: debian-user <debian-user@lists.debian.org>
Subject: Re: Old mixed distro machine upgrade to stable: possible? worth it?
Message-ID: <47224658.4010100@rcn.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
On 10/26/2007 01:44 PM, Owen Heisler wrote:
> On Fri, 2007.10.26 09:26, Jaime Herazo B. wrote:
>> I'm inclined to just format it and be done with that mess, but he doesn't
>> want to go that route since he'd have to reconfigure it all (i'd personally
>> be willing to pay that price to be able to have the comfort of trusting the
>> contents of the machine). Do you think it'd be good to give it a shot anyway?
>> or would it just be a complicated way of delaying the unavoidable?
>
> _I_ would probably reinstall just to be sure I had a pure Debian system, but if
> it was someone else's system and they wanted to try upgrading, I would try it!
>
> Back up stuff (do whether upgrading or reinstalling, of course!). I would
> probably just get /etc and /home.
>
> I find aptitude to be quite helpful with upgrading, especially with
> complications like this:
> Fix sources.list to what you want, run 'aptitude update', and run 'aptitude
> keep-all'. Set all unofficial packages to automatically installed (uppercase
> "M"), and then all dependencies/libraries. For the latter, I would open a flat
> package list, limiting the displayed packages to those that are installed but
> not auto-installed (using "~i!~M"). Then mark anything there that you don't
> explicitly want installed as auto-installed. Aptitude should delete a bunch of
> unnecessary stuff. Don't upgrade anything yet, just get rid of junk. Be sure
> to preview everything before applying. Next start upgrading, and do just small
> chunks of packages at a time. (This helps me keep things straight when using
> aptitude.) If you have to use the dependency resolver, remember the reject
> option ("r").
>
> Hope this helps.
Upgrading is /far/ more complicated than that. The debian upgrade cycle
for stable requires upgrading from a /current/ release to the new
release; sarge to etch, for example.
Must read:
http://www.debian.org/releases/stable/releasenotes
Especially section 4. Upgrades from previous releases
and section 5. Issues to be aware of for etch
Sarge2EtchUpgrade
http://wiki.debian.org/Sarge2EtchUpgrade
Recommended: Browse this list's archives to learn from others'
experiences and mistakes, including mine! Much of the pain you'll face
upgrading from such a mish-mash could be avoided by a fresh install
after saving /home and /etc for reference purposes.
I'm no expert, but have the scars from upgrading.
Have fun!
Ralph
Date: Fri, 26 Oct 2007 16:08:17 -0400
From: Max Hyre <max@hyre.net>
To: debian-user@lists.debian.org
Cc: Debian User Mailing List <debian-user@lists.debian.org>
Subject: Re: mounting usb hard disk
Message-ID: <47224931.50009@hyre.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Raj Kiran Grandhi wrote:
> After the ext3 partition is mounted, try changing the ownership of the
> files and directories to yourself (as root, of course)
>
> # chown <username> -R /media/onetouch2
<didactic>
As opposed DOS (VFAT), ext3 is a real filesystem, with
real owners and permissions. When it's mounted, whether by
root or, courtesy of fstab, by a user, its files have those
real owners and permissions, not those of the mounter. This
is the same as when a standard HD filesystem is mounted.
That's why, per Raj Kiran Grandhi, the fix is to change
the owners on the USB disk. It's just as if root had
created a bunch of files on your hard drive that you, a
normal user, want to have control of.
Keep in mind that if you want other users to be able to
work with these files too, you'll need to set a group you
have in common with those users. (Or put o=rwx permission
on the files, a bad idea in my opinion.)
</didactic>
Date: Fri, 26 Oct 2007 23:56:15 +0300
From: "Doktordamtemiz.com" <info@doktordantemiz.com>
To: <debian-user@lists.debian.org>
Subject: =?iso-8859-9?B?U2FkZWNlIERPS1RPUkRBTiBzYXT9bP1rIDIuIEVsIE90b2xhcg==?=
Message-ID: <fc9da6dfd42667d74e0981141b07d3c9@doktordantemiz.com>
Content-Type: multipart/alternative;
boundary="----=SPLITOR00A_001_23425781D"
This is a multi-part message in MIME format.
------=SPLITOR00A_001_23425781D
Content-Type: text/plain;
charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable
Doktordantemiz.com-dan Sadace DOKTORDAN sat=FDl=FDk 2. El otomobiller=2E
=20
"Hipokrat yemininde arabay=FD temiz kullanma s=F6z=FCm=FC veriyor =
doktorlar" yada "T=FDp Fak=FCltesi'n de temiz araba kullan=FDm=FD, =
kaporta, rot balans ayar=FD derslerimi var acep" s=F6zlerini sizde =
bilirsiniz.=20
Neden 2.El Otomobil DOKTORDAN olursa TEM=DDZ olur?
T=FCm cevaplar ve Doktordan Sat=FDl=FDk 2. El Otomobiller=2E
=20
Doktordantemiz.com-Bir Otomobil ilan=FD Klasigi TIKLAYIN>>>
------=SPLITOR00A_001_23425781D
Content-Type: text/html;
charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable
<div align=3D"center"><span style=3D"FONT-SIZE: 14pt; COLOR: =
#0000cd"><span style=3D"FONT-SIZE: 12pt; COLOR: #000000"> </span> =
Doktordantemiz.com</span>-dan Sadace <strong><span style=3D"COLOR: =
#0000cd">DOKTORDAN</span></strong> sat=FDl=FDk 2. El otomobiller.<br />
</div>
<div align=3D"center"><span style=3D"COLOR: #000000"><span style=3D"COLOR: =
#000000"><strong><span style=3D"COLOR: #000000">"Hipokrat yemininde =
arabay=FD temiz kullanma s=F6z=FCm=FC veriyor =
doktorlar"</span></strong></span> yada <strong><span style=3D"COLOR: =
#000000"><span style=3D"COLOR: #000000">"T=FDp Fak=FCltesi'n de temiz =
araba kullan=FDm=FD, kaporta, rot balans ayar=FD derslerimi var =
acep"</span> </span></strong>s=F6zlerini sizde bilirsiniz. </span></div>
<div align=3D"center"><span style=3D"COLOR: #000000">Neden 2.El Otomobil =
DOKTORDAN olursa TEM=DDZ olur?</span></div>
<div align=3D"center"><span style=3D"COLOR: #000000"> T=FCm cevaplar ve =
Doktordan Sat=FDl=FDk 2. El Otomobiller.</span></div>
<div align=3D"center"> </div>
<div align=3D"center"><strong><span style=3D"COLOR: #0000cd"><a =
href=3D"http://www.doktordantemiz.com/index.php" =
target=3D"_blank">Doktordantemiz.com-Bir Otomobil ilan=FD Klasigi =
TIKLAYIN>>></a></span></strong></div>
------=SPLITOR00A_001_23425781D--
Date: Fri, 26 Oct 2007 17:30:04 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: Old mixed distro machine upgrade to stable: possible? worth it?
Message-ID: <20071026213004.GA7201@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Fri, Oct 26, 2007 at 09:26:46AM -0700, Jaime Herazo B. wrote:
> Lately i got to help a friend that has been playing around with linux
> for a while. One of his machines has been mostly neglected on the
> upgrading (the well-tuned firewall made him complacent i guess), and
> is far behind. Initially he installed it from a Mepis CD, back when it
> was still based off pure debian (it's ubuntu-oriented these days),
[snip description of a multiple-distro-linux-in-one-filesystem-mess.
> Do you guys think it's worth to do a dist-upgrade to stable at this
> point? i'm inclined to just format it and be done with that mess, but
> he doesn't want to go that route since he'd have to reconfigure it all
> (i'd personally be willing to pay that price to be able to have the
> comfort of trusting the contents of the machine). Do you think it'd be
> good to give it a shot anyway? or would it just be a complicated way
> of delaying the unavoidable?
Things have changed so much that he'll have to reconfigure things
anyway. Especially difficult things like email (with exim4).
Copy /etc plus anything of his own (e.g. /home, /usr/local, /var/local,
/opt (not that Woody had it).
Then do a bare-metal install.
But wait.
What hardware is this box? The box I had on which I installed Potato
for the first time doesn't have enough memory to run Etch's installer.
So we need to know what hardware (CPU, Memory, drive space) to plot a
safe upgrade path.
Doug.
Date: Fri, 26 Oct 2007 17:46:43 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: Silly question: Where's eth0?
Message-ID: <20071026214643.GD7201@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Fri, Oct 26, 2007 at 07:16:03PM +0100, Joe wrote:
> Yes, I know what to expect with Sid, which I've been running since
> before Sarge was released, and this isn't it. Sid is for incorporating
> new software variants into a future Stable, and sorting out any
> integration issues, not for troubleshooting broken software. It's
> supposed to work *before* it arrives in Sid.
>
> I had one (1) Ethernet adaptor, which used to be called eth0. I can
> understand potential confusion if there was more than one, and I've seen
> that happen. What conceivable reason is there for designating it eth1,
> the second Ethernet interface, when the machine contains only one?
> Workarounds there might be, but why do I need them?
>
> The thread is about the wisdom of setting up networking in The Debian
> Way. The point I was making is that The Debian Way today clearly isn't
> The Debian Way of a month ago. It used to involve editing a text file,
> and at worst tweaking the modules a bit, now it involves learning the
> operation of an entirely automatic system that the user isn't even
> supposed to see, and how to override it when it screws up. As far as I'm
> concerned, that's The Windows Way, and it doesn't belong in Linux.
Here Hear!. However, your anger is misdirected. Udev is part of the
2.6 kernel not part of Debian. If a new version of udev comes down the
pike to go with a new version of the Kernel, don't blame Debian. Sure,
I suppose they could stall brining a new kernel into Sid until udev was
fixed but my jaundiced view is that udev will never be fixed it will
just continue to make Linux look more and more like windows; Lindows.
I wish it was more like OpenBSD where there are no eth*, but numbered
instances of drivers by name. I _think_ the order is based on hardware
(e.g. what PCI slot its in) and so doesn't flop around like udev does.
Doug.
Date: Fri, 26 Oct 2007 20:18:32 -0300
From: "=?ISO-8859-1?Q?C=E9sar?=" <cesare.diaz@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Silly question: Where's eth0?
Message-ID:
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
apt-get install lshw
this package show list all hardware
here i show an example:
#: lshw | less
next you find in less "/network"
*network
description: Ethernet interface
product: 88E8053 PCI-E Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth1
version: 20
serial: 00:18:f3:64:6f:43
size: 100MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
this is the information "logical name: eth1"
http://www.sindominio.net/ayuda/preguntas-inteligentes.html
http://cronopios.net/Traducciones/trolls.es.html
Mi blog:
http://enjoyingfreesoftware.wordpress.com/
:-{=FE
Date: Fri, 26 Oct 2007 16:23:12 -0700
From: francisco <consultores1@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Silly question: Where's eth0?
Message-Id: <1193440992.3936.4.camel@localhost>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
El vie, 26-10-2007 a las 17:46 -0400, Douglas A. Tutty escribi=C3=B3:
> On Fri, Oct 26, 2007 at 07:16:03PM +0100, Joe wrote:
> =20
> > Yes, I know what to expect with Sid, which I've been running since=20
> > before Sarge was released, and this isn't it. Sid is for incorporatin=
g=20
> > new software variants into a future Stable, and sorting out any=20
> > integration issues, not for troubleshooting broken software. It's=20
> > supposed to work *before* it arrives in Sid.
> >=20
> > I had one (1) Ethernet adaptor, which used to be called eth0. I can=20
> > understand potential confusion if there was more than one, and I've s=
een=20
> > that happen. What conceivable reason is there for designating it eth1=
,=20
> > the second Ethernet interface, when the machine contains only one?=20
> > Workarounds there might be, but why do I need them?
> >=20
> > The thread is about the wisdom of setting up networking in The Debian=
=20
> > Way. The point I was making is that The Debian Way today clearly isn'=
t=20
> > The Debian Way of a month ago. It used to involve editing a text file=
,=20
> > and at worst tweaking the modules a bit, now it involves learning the=
=20
> > operation of an entirely automatic system that the user isn't even=20
> > supposed to see, and how to override it when it screws up. As far as =
I'm=20
> > concerned, that's The Windows Way, and it doesn't belong in Linux.
>=20
> Here Hear!. However, your anger is misdirected. Udev is part of the
> 2.6 kernel not part of Debian. If a new version of udev comes down the
> pike to go with a new version of the Kernel, don't blame Debian. Sure,
> I suppose they could stall brining a new kernel into Sid until udev was
> fixed but my jaundiced view is that udev will never be fixed it will
> just continue to make Linux look more and more like windows; Lindows.
Well, after the addition of SEWindows in Debian, udev and others; maybe
Debian needs its own kernel, as BSD! Because if not, it is going to be
Windebian.
>=20
> I wish it was more like OpenBSD where there are no eth*, but numbered
> instances of drivers by name. I _think_ the order is based on hardware
> (e.g. what PCI slot its in) and so doesn't flop around like udev does.
>=20
> Doug.
>=20
>=20
Date: Sat, 27 Oct 2007 01:42:09 +0200
From: Davide Mancusi <arekfu@gmail.com>
To: Debian user list <debian-user@lists.debian.org>
Subject: Re: Open Office 2.0 Writer craks
Message-ID: <47227B51.2050403@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Pantor ha scritto:
> The same story:
>> 89-125-103-244:/home/andrius# Gtk-Message: Failed to load module "atk-bridge": libatk-bridge.so: cannot open shared object file: No such file or directory
>> GTK Accessibility Module initialized
I think the idea was that you should run openoffice as:
$ strace ooffice
If strace is not installed, run (as root)
# aptitude install strace
first.
Anyway, apt-file shows that this libatk-bridge.so is included in
package at-spi. Is it installed?
And by the way, you're not really running ooffice as root, are you?
Davide
--
A tautology is a thing which is tautological.
--
Time flies like an arrow. Fruit flies like a banana.
Date: 26 Oct 2007 21:23:58 -0400
From: Haines Brown <brownh@hartford-hwp.com>
To: debian-user@lists.debian.org
Subject: SMTP smart host authentication fails
Message-ID: <87bqalpcy9.fsf@teufel.hartford-hwp.com>
Content-Type: text/plain; charset=us-ascii
This morning, my ISP decided to change the names of their POP and SMTP
servers. For POP, I adjusted the poll in ~/.fetchmailrc and can
receive mail.
As for SMTP, the new address (smtp.hartford-hwp.com) failed because
there was no IP address for it on the SMTP server. I called back tech
support and was told, Oh, you also need to specify port 587. I tried
that, but still get an error when I try to send a message to
bogggus@msn.com (I'm looking for the DNS server error
message). /var/log/exim4/maillog has:
2007-10-26 21:07:36 1Ila9I-0001tq-DL
<= brownh@teufel.hartford-hwp.com U=brownh P=local S=417
2007-10-26 21:07:36 1Ila9I-0001tq-DL no IP address found for host
smtp.hartford-hwp.com
2007-10-26 21:07:36 1Ila9I-0001tq-DL == bogggus@msn.com R=smarthost
defer (-1): lookup of host "smtp.hartford-hwp.com" failed in
smarthost router
My /etc/exim4/update-exim4.conf.conf has:
dc_eximconfig_configtype='smarthost'
dc_other_hostnames='hartford-hwp.com'
dc_local_interfaces=''
dc_readhost='hartford-hwp.com'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='smtp.hartford-hwp.com::587'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='true'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
I reconfirmed with tech support that the server address above is
correct. Tehnical support kept asking me if I had enabled
authentication. I can only assume it is.
My mail utility is rmail, and the default mail_spool sents the
incoming mail to ~/RMAIL archive file.
Is there anything obviously wrong with the exim4 configuration? Except
for the smarthost line, it is what I've been using many months. Could
it be that the server does not like the hostname "teufel" in my
address? I know that I have to edit messages sent to this newsgroup by
removing it from the address on the From: line.
--
Haines Brown, KB1GRM
Date: Sat, 27 Oct 2007 11:20:10 +0000
From: Mihira Fernando <mihiratheace@gmail.com>
To: debian-user@lists.debian.org
Cc: debian-user@lists.debian.org
Subject: Re: SMTP smart host authentication fails
Message-ID: <47231EEA.2080608@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Haines Brown wrote:
> This morning, my ISP decided to change the names of their POP and SMTP
> servers. For POP, I adjusted the poll in ~/.fetchmailrc and can
> receive mail.
>
> As for SMTP, the new address (smtp.hartford-hwp.com) failed because
> there was no IP address for it on the SMTP server. I called back tech
> support and was told, Oh, you also need to specify port 587. I tried
> that, but still get an error when I try to send a message to
> bogggus@msn.com (I'm looking for the DNS server error
> message). /var/log/exim4/maillog has:
>
> 2007-10-26 21:07:36 1Ila9I-0001tq-DL
> <= brownh@teufel.hartford-hwp.com U=brownh P=local S=417
> 2007-10-26 21:07:36 1Ila9I-0001tq-DL no IP address found for host
> smtp.hartford-hwp.com
> 2007-10-26 21:07:36 1Ila9I-0001tq-DL == bogggus@msn.com R=smarthost
> defer (-1): lookup of host "smtp.hartford-hwp.com" failed in
> smarthost router
>
> My /etc/exim4/update-exim4.conf.conf has:
>
> dc_eximconfig_configtype='smarthost'
> dc_other_hostnames='hartford-hwp.com'
> dc_local_interfaces=''
> dc_readhost='hartford-hwp.com'
> dc_relay_domains=''
> dc_minimaldns='false'
> dc_relay_nets=''
> dc_smarthost='smtp.hartford-hwp.com::587'
> CFILEMODE='644'
> dc_use_split_config='false'
> dc_hide_mailname='true'
> dc_mailname_in_oh='true'
> dc_localdelivery='mail_spool'
>
> I reconfirmed with tech support that the server address above is
> correct. Tehnical support kept asking me if I had enabled
> authentication. I can only assume it is.
>
> My mail utility is rmail, and the default mail_spool sents the
> incoming mail to ~/RMAIL archive file.
>
> Is there anything obviously wrong with the exim4 configuration? Except
> for the smarthost line, it is what I've been using many months. Could
> it be that the server does not like the hostname "teufel" in my
> address? I know that I have to edit messages sent to this newsgroup by
> removing it from the address on the From: line.
>
You have to configure exim to authenticate itself on port 587 (submission port)
using your smtp username and password.
This is what they mean by enabling authentication.
Your current exim configuration doesn't seem to have the username & password
parameters.
Sorry I cant help you on configuring exim as I have never used it.
Mihira.
--
Random Quotes From Megas XLR
Coop: You see? The mysteries of the Universe are revealed when you break stuff.
Jamie: When in doubt, blow up a planet.
Kiva: It's an 80 foot robot, if we can't see it, absolutely it's not here.
Glorft Technician: Unnecessary use of force in capturing the Earthers has been
approved.
Date: Sat, 27 Oct 2007 09:53:09 +0200
From: Richard Lyons <richard@the-place.net>
To: debian-user@lists.debian.org
Subject: Re: [solved] Re: ps2pdf resizes page size to wrong format
Message-ID: <20071027075304.GA6345@mulinocarletti.com>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Thu, Oct 25, 2007 at 09:56:13AM +0200, Johannes Wiedersich wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Kevin Mark wrote:
> > I'd try to investigate every file in /etc that deals with pdf or ps or
> > the reverse depends of ps2pdf. Maybe there is some value that is
> > different. Also are the reverse depends the same versions?
>
> Thanks!
>
> It turned out to be /etc/papersize
>
> /===========================
> mybox:/etc# cat /etc/papersize
> a4
> \===========================
>
> did it.
I'm not sure where I saw it documented years ago, but ps2pdf does obey
gs commands, so 'ps2pdf -sPAPERSIZE=a4 myfile.ps' (output filename is
optional and defaults to myfile.pdf) will also work, and is occasionally
useful when you want to use papapersize other than the system default.
HTH
--
richard
Date: Sat, 27 Oct 2007 11:05:10 +0100
From: "J. Santos" <debianite@warpmail.net>
To: Debian User <debian-user@lists.debian.org>
Subject: Slow file transfers in nautilus.
Message-ID: <47230D56.7070305@warpmail.net>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi every one.
Lately after a fresh install of Debian Ecth I'm having this most
annoying problem, the transfer of files using nautilus takes two time as
much time than it did before, if i transfer files using rsync the
problem doesn't show so, i think its got to be something to do with
nautilus.
Did any one had similar problems?
Thank you.
--=20
Jos=E9 Santos
debianite@warpmail.net
http://goodbye-microsoft.com/
http://www.ftml.net/mail/?STKI=3D1516747
End of debian-user-digest Digest V2007 Issue #2685
**************************************************
Received on Sat Oct 27 06:46:22 2007