Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #3007

From: <debian-user-digest-request(at)lists.debian.org>
Date: Sat Dec 15 2007 - 06:44:35 EST


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 3007

Today's Topics:

  Re: Network is unreachable email err  [ hce  ]
  cpan doesn't work after etch upgrade  [ "Dennis G. Wicks"  ]
  Re: ac adapter serious problem        [ Jude DaShiell  ]
  Re: Network (LAN) 'lost'              [ "Sudev Barar"  ]
  How to disable ipv6 in Lenny to avoi  [ "Amogh Hooshdar"  ]
  Re: Network is unreachable email err  [ Andrei Popescu  ]
  how to redo networking on bootup      [ Paul Cartwright 

Date: Sat, 15 Dec 2007 11:08:19 +1100
From: hce <webmail.hce@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Network is unreachable email error

Message-ID: <95455e980712141608w7839e869g461fa15e2b3b42ff@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 12/15/07, Andrei Popescu <andreimpopescu@gmail.com> wrote:
> On Fri, Dec 14, 2007 at 09:54:17PM +1100, hce wrote:
>
> > Could it be the problem of ssl-cert-snakeoil.pem and
> > ssl-cert-snakeoil.key? Should I manually to create them by openssl
> > (and how?)?
> >
> > smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
> > smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
> -----^^^
>
> You're the client here not the server. For gmail as relayhost I have
> this setup:

Does that mean I don't need to worry about ssl-cert-snakeoil.pem and ssl-cert-snakeoil.key, were they created by server?

> ---[ /etc/postfix/main.cf ]---
>
> smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
> smtp_sasl_auth_enable = yes
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
> smtp_sasl_type = cyrus
> smtp_sasl_security_options =
>
> ------------------------------
>
> ---[ /etc/postfix/tls_policy ]---
>
> [smtp.gmail.com]:587 encrypt
>
> ---------------------------------
>
> ---[ /etc/postfix/sasl_passwd ]---
>
> [smtp.gmail.com]:587 my_email@gmail.com:my_password
>

Do you need help?X

I added those as per above, but same errors:

Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification failed for smtp.gmail.com: num=20:unable to get local issuer certificate
Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification failed for smtp.gmail.com: num=27:certificate not trusted Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification failed for smtp.gmail.com: num=21:unable to verify the first certificate
Dec 15 11:01:16 debian postfix/smtp[4779]: warning: SASL authentication failure: No worthy mechs found Dec 15 11:01:16 debian postfix/smtp[4779]: 21BB842ABC: SASL authentication failed; cannot authenticate to server smtp.gmail.com[209.85.133.109]: no mechanism available Dec 15 11:01:18 debian postfix/smtp[4779]: certificate verification failed for smtp.gmail.com: num=20:unable to get local issuer certificate
Dec 15 11:01:18 debian postfix/smtp[4779]: certificate verification failed for smtp.gmail.com: num=27:certificate not trusted Dec 15 11:01:18 debian postfix/smtp[4779]: certificate verification failed for smtp.gmail.com: num=21:unable to verify the first certificate
Dec 15 11:01:19 debian postfix/smtp[4779]: warning: SASL authentication failure: No worthy mechs found

Thank you Andrei.

Kind Regards,

Jim

Date: Fri, 14 Dec 2007 18:23:51 -0600
From: "Dennis G. Wicks" <wix@eskimo.com> To: debian-user@lists.debian.org
Subject: cpan doesn't work after etch upgrade

Message-ID: <47631E97.70200@eskimo.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Greetings,

Do you need more help?X

I just did an upgrade on etch and got perl 5.8.8 and when I do cpan -v I get

	/usr/local/bin/cpan script version 1.9,
		CPAN.pm version 1.9102

When I try to run cpan by any method, ie. either just cpan or perl -MCPAN -e shell

I get the following:

  • - - - - - - - - - - -
CPAN: Storable loaded ok (v2.16)
CPAN: LWP::UserAgent loaded ok (v2.036)
CPAN: Time::HiRes loaded ok (v1.9707)

Fetching with LWP:

ftp://cpan.netnitco.net/pub/mirrors/CPAN/authors/01mailrc.txt.gz LWP failed with code[500] message[Can't locate object method "configure" via package "Net::HTTP"]
CPAN: Net::FTP loaded ok (v2.77)
Fetching with Net::FTP:

ftp://cpan.netnitco.net/pub/mirrors/CPAN/authors/01mailrc.txt.gz Catching error: 'Can't locate object method "new" via package "Net::FTP" at /usr/local/share/perl/5.8.8/Net/FTP.pm line 74.
' at /usr/local/share/perl/5.8.8/CPAN.pm line 274

        CPAN::shell() called at -e line 1 Fetching with LWP:

ftp://cpan.netnitco.net/pub/mirrors/CPAN/authors/01mailrc.txt.gz LWP failed with code[500] message[Can't locate object method "configure" via package "Net::HTTP"]
Fetching with Net::FTP:

ftp://cpan.netnitco.net/pub/mirrors/CPAN/authors/01mailrc.txt.gz Lockfile removed.
Can't locate object method "new" via package "Net::FTP" at /usr/local/share/perl/5.8.8/Net/FTP.pm line 74.

  • - - - - - - - - - - - - - - - - - - - - - - - - - - -
Can we help you?X

I have tried rebuilding the config file and that didn't help.

I tried installing some of the modules it was having problems with but can't do that either. Same result.

Any ideas how to get out of this "Catch 22"?

Many TIA!
Dennis

Date: Fri, 14 Dec 2007 18:31:17 -0600 (CST) From: Jude DaShiell <jdashiel@shellworld.net> To: debian-user@lists.debian.org
Subject: Re: ac adapter serious problem
Message-ID: <Pine.BSF.4.64.0712141830410.34107@freire2.furyyjbeyq.arg> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

This needs to be put on a complaint form over at consumeraffairs.com as soon as possible.

On Fri, 14 Dec 2007, Benjamin Schmidt wrote:

Can't find what you're looking for?X

> roberto wrote:
>> hello
>> unfortunately, i encountered a bad problem in my laptop (Dell Latitude
>> D600) very frequent on these models:
>> sometimes, the BIOS does not recognize the ac adapter and this
>> seriously prevents the system performance: the CPU works at 600MHz
>> (instead of 2000MHz); if the battery is not at 100% then the ac
>> adapter cannot recharge it and so on...
>>
>> now, since the current can flow inside the pc i'd like to tell Debian
>> to force the CPU working at full speed, without concerns about the
>> adapter
>>
>> i post here this output since it may be helpful:
>>
>> ~$ cat /proc/acpi/processor/CPU0/power
>> active state: C2
>> default state: C1
>> bus master activity: ffffffff
>> states:
>> C1: promotion[C2] demotion[--] latency[000] usage[00198990]
>> *C2: promotion[C3] demotion[C1] latency[050] usage[01315600]
>> C3: promotion[--] demotion[C2] latency[050] usage[00000000]
>>
>>
>> thank you very much
>> --
>> roberto
>> OS: GNU/Linux, Debian
>>
>>
>
> Hey Roberto
>
> Best would be doing a bios upgrade, if a newer version is available.
>
>> ~$ cat /proc/acpi/processor/CPU0/power
>> active state: C2
>> ...
>
> to change this state (this is probably your question), do this:
>
> $ su
> # echo 1 > /proc/acpi/processor/CPU0/power
>
> The echo-command with the ">" does not work with sudo (or I do not know
> better), so you actually have to be root.
>
> Please note that "/proc/acpi/processor/CPU1/throttling" would also be
> interesting for you.
>
> But still a bios upgrade would be the better solution.
>
> Best regards,
> Benjamin Schmidt
>

Date: Sat, 15 Dec 2007 02:44:28 +0100 (CET) From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org
Subject: Re: FAQ about encrypting harddrive using key on USB key? Message-ID: <slrnfm6cbr.8cr.keeling@heretic.nucleus.com>

Ron Johnson <ron.l.johnson@cox.net>:
>
> On 12/08/07 01:30, Peter Kay wrote:
> >
> > I'm trying to set up my laptop with debian on an encrypted / partition
> > (and I'll have encrypted swap, too). I would like the encryption key
>
> http://luks.endorphin.org/
>
> Install cryptsetup and read /usr/share/doc/cryptsetup/CryptoRoot.HowTo.

Cool.

> Slightly OT, but do you *really* need /boot, /usr, /bin, etc, to be
> encrypted?

/boot is where grub/menu.lst is. Of course you know that it can password protect itself. /usr contains /usr/local. /etc contains both shadow and dhclient.conf, which contains the unique string my ISP demands I hand to them when I connect.

If you're considering encrypting your hard drive, you're already seriously security conscious (or paranoid), so extreme measures will not appear expensive.

Don't know where to look next?X

To the OP, grml.org has already done the Linux/Debian bit for you. It's a Debian Sid downstream distro which specializes in this sort of thing, slickly installing on usb keys, et al, with bleeding edge software. I'd bet that'd be the quickest path.

-- 
Any technology distinguishable from magic is insufficiently advanced.
Confused? Frustrated?X
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.

Date: Sat, 15 Dec 2007 10:19:56 +0530 From: "Sudev Barar" <sbarar@gmail.com> To: debian-user@lists.debian.org Subject: Re: Network (LAN) 'lost' Message-ID: <774593a20712142049y495a286by9f84988f4e2a545f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/12/2007, Benjamin Schmidt <b.schmidt@t-p.com> wrote:
> If you have udev installed and it recognizes a ethernet adapter with a
> unknown mac address, it will assign a new eth*-reference. So maybe you
> used a mac changer or some updates deletes a udev specific file. I don't
> know.
>
> The configuration file you need, is:
> /etc/udev/rules.d/z25_persistent-net.rules
>
> delete the entry with "eth0" and rename the other entry from eth2 to
> eth0. Ok, now reboot (or only restart udev, don't know) and you will
> have eth0 again.
Interesting as I am facing similar problems. First apologies for likely OT here but I am using Ubuntu and finding similar problems however there on z25 rules file for udev...any pointers where these settings may be found? -- Regards, Sudev Barar Read http://blog.sudev.in for topics ranging from here to there.

Date: Sat, 15 Dec 2007 12:28:30 +0530 From: "Amogh Hooshdar" <amoghhooshdar@gmail.com> To: debian-user@lists.debian.org Subject: How to disable ipv6 in Lenny to avoid 1.0.0.0 error in name resolution for AAAA type queries Message-ID: <78c462ad0712142258l2679f830mf39d5a2ae95871b8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I am using Debian Lenny. $ uname -a Linux mylappy 2.6.18-4-486 #1 Wed May 9 22:23:40 UTC 2007 i686 GNU/Linux I changed the "alias net-pf-10 ipv6" line to the following two lines. alias net-pf-10 off alias ipv6 off After rebooting, I checked: lsmod | grep ipv6. Sure enough it is gone and the command gives nil output. But when I use bitchx or pidgin to connect to irc.freenode.net, I can still see DNS AAAA irc.freenode.net type of queries.As a result our DNS server that doesn't understand ipv6 returns 1.0.0.0 as the address and the clients don't work. First I tried making these changes /etc/modprobe.d/aliases - Result: problem persists (Yes, I did reboot after the changes) Next, I tried adding the two alias off lines in /etc/modeprobe.d/00local - Result: problem persists. Finally, I added the line "blacklist ipv6" towards the top (5th line) of /etc/modeprobe.d/blacklist - Result: still the problem persists. I have succeeded to make Iceweasel work by setting network.dns.disableIPv6=true in about:config. But I need a OS-wide solution so that all my network apps do not send ipv6 DNS AAAA type requests and they work successfully. Please help me to disable ipv6 completely.

Date: Sat, 15 Dec 2007 10:07:45 +0200 From: Andrei Popescu <andreimpopescu@gmail.com> To: Robert Key <robertgordonkey@yahoo.com>, Debian-User <debian-user@lists.debian.org> Subject: Re: How to start KDE from a console prompt? Message-ID: <20071215080745.GC4243@think.homenet> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5G06lTa6Jq83wMTw" Content-Disposition: inline --5G06lTa6Jq83wMTw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I think this belongs on the list (sorry for the top post). Regards, Andrei On Fri, Dec 14, 2007 at 09:12:47PM -0800, Robert Key wrote:
> Hi do this=20
> echo "startkde" > .xinitrc
> ctrld d ( to quit and save)
> type startx at prompt
> should work.
>=20
> =20
> Rob Key
>=20
> ----- Original Message ----
> From: Andrei Popescu <andreimpopescu@gmail.com>
> To: debian-user@lists.debian.org
> Sent: Friday, December 14, 2007 9:32:55 PM
> Subject: Re: How to start KDE from a console prompt?
>=20
>=20
> On Tue, Dec 11, 2007 at 06:36:19PM -0800, Andrew Sackville-West wrote:
> =20
> > startx uses ~/.xinitrc to start up the X session. In case it doesn't
> > exist, then debian has some default stuff that starts whatever the
> > default window manager is. Look at `update-alternatives --config
> > x-window-manager` to set a different window manager as the default.=20
>=20
> On my box I have:
>=20
> ---[ begin console paste ]---
>=20
> think:~# update-alternatives --config x-window-manager
>=20
> There are 7 alternatives which provide `x-window-manager'.
>=20
> Selection Alternative
> -----------------------------------------------
> 1 /usr/bin/icewm
> 2 /usr/bin/icewm-experimental
> 3 /usr/bin/xfwm4
> *+ 4 /usr/bin/openbox
> 5 /usr/bin/openbox-session
> 6 /usr/bin/kwin
> 7 /usr/bin/startfluxbox
>=20
> Press enter to keep the default[*], or type selection number:
> think:~# update-alternatives --config x-session-manager
>=20
> There are 3 alternatives which provide `x-session-manager'.
>=20
> Selection Alternative
> -----------------------------------------------
> 1 /usr/bin/icewm-session
> 2 /usr/bin/icewm-session-experimental
> *+ 3 /usr/bin/xfce4-session
>=20
> Press enter to keep the default[*], or type selection number:
> think:~#
>=20
> ---[ end console paste ]----
>=20
> On 'startx' xfce4 is started so it seems the 'x-session-manager' takes=20
> precedence over the 'x-window-manager'. This is on a sid box (and has=20
> been like this for a while).
>=20
> Regards,
> Andrei
> --=20
> If you can't explain it simply, you don't understand it well enough.
> (Albert Einstein)
>=20
>=20
>=20
>=20
>=20
>=20
> ___________________________________________________________________=
_________________
> Looking for last minute shopping deals? =20
> Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsear=
ch/category.php?category=3Dshopping --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHY4tRqJyztHCFm9kRAg2bAKCGCn5F/5grb8UqpqHn5dOlL9zVSACgm5gB SfkCR9YA8AxxyYcoa7Z4BwU= =Zc6X -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw--

Date: Sat, 15 Dec 2007 10:24:19 +0200 From: Andrei Popescu <andreimpopescu@gmail.com> To: debian-user@lists.debian.org Subject: Re: Network is unreachable email error Message-ID: <20071215082419.GD4243@think.homenet> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZJcv+A0YCCLh2VIg" Content-Disposition: inline --ZJcv+A0YCCLh2VIg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 15, 2007 at 11:08:19AM +1100, hce wrote:
> > You're the client here not the server. For gmail as relayhost I have
> > this setup:
>=20
> Does that mean I don't need to worry about ssl-cert-snakeoil.pem and
> ssl-cert-snakeoil.key, were they created by server?
I never cared about those and my setup works just fine. =20
> I added those as per above, but same errors:
>=20
> Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification
> failed for smtp.gmail.com: num=3D20:unable to get local issuer
> certificate
This I don't know
> Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification
> failed for smtp.gmail.com: num=3D27:certificate not trusted
> Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification
> failed for smtp.gmail.com: num=3D21:unable to verify the first
> certificate
These you can ignore
> Dec 15 11:01:16 debian postfix/smtp[4779]: warning: SASL
> authentication failure: No worthy mechs found
> Dec 15 11:01:16 debian postfix/smtp[4779]: 21BB842ABC: SASL
> authentication failed; cannot authenticate to server
> smtp.gmail.com[209.85.133.109]: no mechanism available
> Dec 15 11:01:18 debian postfix/smtp[4779]: certificate verification
Aha, the old "no worthy mechs" error. What libsasl packages do you have=20 installed? Please post the output of dpkg -l libsasl* Regards, Andrei --=20 If you can't explain it simply, you don't understand it well enough. (Albert Einstein) --ZJcv+A0YCCLh2VIg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHY48zqJyztHCFm9kRAjinAJ47BFjC5crxKQzkS5UVWiY8ABPwPACdEFQn JfJAx1eiKUt1LQXoBCLHTZc= =0Crw -----END PGP SIGNATURE----- --ZJcv+A0YCCLh2VIg--

Date: Sat, 15 Dec 2007 19:49:20 +1100 From: hce <webmail.hce@gmail.com> To: debian-user@lists.debian.org Subject: Re: Network is unreachable email error Message-ID: <95455e980712150049j7e8d2125ye39f14eef6c82ca@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 12/15/07, Andrei Popescu <andreimpopescu@gmail.com> wrote:
> On Sat, Dec 15, 2007 at 11:08:19AM +1100, hce wrote:
>
> > > You're the client here not the server. For gmail as relayhost I have
> > > this setup:
> >
> > Does that mean I don't need to worry about ssl-cert-snakeoil.pem and
> > ssl-cert-snakeoil.key, were they created by server?
>
> I never cared about those and my setup works just fine.
Ok, I don't ned to worry about it.
> > I added those as per above, but same errors:
> >
> > Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification
> > failed for smtp.gmail.com: num=20:unable to get local issuer
> > certificate
>
> This I don't know
>
> > Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification
> > failed for smtp.gmail.com: num=27:certificate not trusted
> > Dec 15 11:01:15 debian postfix/smtp[4779]: certificate verification
> > failed for smtp.gmail.com: num=21:unable to verify the first
> > certificate
>
> These you can ignore
>
> > Dec 15 11:01:16 debian postfix/smtp[4779]: warning: SASL
> > authentication failure: No worthy mechs found
> > Dec 15 11:01:16 debian postfix/smtp[4779]: 21BB842ABC: SASL
> > authentication failed; cannot authenticate to server
> > smtp.gmail.com[209.85.133.109]: no mechanism available
> > Dec 15 11:01:18 debian postfix/smtp[4779]: certificate verification
>
> Aha, the old "no worthy mechs" error. What libsasl packages do you have
> installed? Please post the output of
>
> dpkg -l libsasl*
$ dpkg -l libsasl* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii libsasl2 2.1.22.dfsg1-8 Authentication abstraction library ii libsasl2-2 2.1.22.dfsg1-8 Authentication abstraction library un libsasl2-gssap <none> (no description available) un libsasl2-krb4- <none> (no description available) un libsasl2-modul <none> (no description available) Thanks Andrei. Kind Regards, Jim

Date: Sat, 15 Dec 2007 11:07:35 +0200 From: Andrei Popescu <andreimpopescu@gmail.com> To: debian-user@lists.debian.org Subject: Re: Network is unreachable email error Message-ID: <20071215090735.GE4243@think.homenet> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IU5/I01NYhRvwH70" Content-Disposition: inline --IU5/I01NYhRvwH70 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 15, 2007 at 07:49:20PM +1100, hce wrote:
> > Aha, the old "no worthy mechs" error. What libsasl packages do you have
> > installed? Please post the output of
> >
> > dpkg -l libsasl*
>=20
>=20
> $ dpkg -l libsasl*
> Desired=3DUnknown/Install/Remove/Purge/Hold
> | Status=3DNot/Installed/Config-files/Unpacked/Failed-config/Half-install=
ed
> |/ Err?=3D(none)/Hold/Reinst-required/X=3Dboth-problems (Status,Err: uppe=
rcase=3Dbad)
> ||/ Name Version Description
> +++-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D-=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D
> ii libsasl2 2.1.22.dfsg1-8 Authentication abstraction library
> ii libsasl2-2 2.1.22.dfsg1-8 Authentication abstraction library
> un libsasl2-gssap <none> (no description available)
> un libsasl2-krb4- <none> (no description available)
> un libsasl2-modul <none> (no description available)
Aha, I also have libsasl2-modules. Try installing it. Regards, Andrei --=20 If you can't explain it simply, you don't understand it well enough. (Albert Einstein) --IU5/I01NYhRvwH70 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHY5lXqJyztHCFm9kRAhjYAJ43hMGUGML6DGbZVBvh3Xny2W4lYQCfVWrm dnMAES8G5hAD7fwwBF+COPo= =n8rd -----END PGP SIGNATURE----- --IU5/I01NYhRvwH70--

Date: Sat, 15 Dec 2007 16:39:40 +0000 From: Mihira Fernando <mihiratheace@gmail.com> To: debian-user@lists.debian.org Subject: Re: Network is unreachable email error Message-Id: <200712151639.40989.mihiratheace@gmail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sat December 15 2007 8:49 am, hce wrote:
> $ dpkg -l libsasl*
> Desired=Unknown/Install/Remove/Purge/Hold
>
> | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
> | uppercase=bad)
> |
> ||/ Name Version Description
>
> +++-==============-==============-=========================================
>=== ii libsasl2 2.1.22.dfsg1-8 Authentication abstraction library ii
> libsasl2-2 2.1.22.dfsg1-8 Authentication abstraction library un
> libsasl2-gssap <none> (no description available)
> un libsasl2-krb4- <none> (no description available)
> un libsasl2-modul <none> (no description available)
>
You're missing the libsasl2-modules apt-get install libsasl2-modules Should fix your troubles. Ace. -- 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.

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Date: Sat, 15 Dec 2007 11:30:10 +0100 From: "abdelkader belahcene" <abelahcene@gmail.com> To: debian-user <debian-user@lists.debian.org> Subject: closest to eagle Message-ID: <46688cb90712150230g1bf0dddbr1c145d3b88e4b90d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I am looking for the closest free software to eagle ( electonic Printed circuit board design tool). thanks a lot best regards bela

Date: Sat, 15 Dec 2007 03:02:07 -0800 From: Amit Uttamchandani <atu13439@csun.edu> To: "abdelkader belahcene" <abelahcene@gmail.com> Cc: debian-user <debian-user@lists.debian.org> Subject: Re: closest to eagle Message-ID: <20071215030207.31957c2b@debian.csun.edu> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 15 Dec 2007 11:30:10 +0100 "abdelkader belahcene" <abelahcene@gmail.com> wrote:
> Hi,
> I am looking for the closest free software to eagle ( electonic
> Printed circuit board design tool).
> thanks a lot
> best regards
> bela
>
>
Check out the gEDA package. It includes an PCB board design tool if I'm not mistaken. Check it out at geda.seul.org Amit

Date: Sat, 15 Dec 2007 16:57:07 +0530 From: Raj Kiran Grandhi <grajkiran@gmail.com> To: Tony Heal <theal@pace2020.com> CC: debian-user@lists.debian.org Subject: Re: Send stderr to variable, but send stdout to screen? Message-ID: <4763BA0B.1060205@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Tony Heal wrote:
> I have an error handling function that traps, reports and exits on an error.
> My problem is that I want to do all of that and I want to still see stdout.
Try this: $ errors=$(command 2>&1 1> $(tty))

Date: Sat, 15 Dec 2007 12:42:57 +0100 From: Thilo Six <T.Six@gmx.de> To: debian-user@lists.debian.org Subject: Re: How to disable ipv6 in Lenny to avoid 1.0.0.0 error in name resolution for AAAA type queries Message-ID: <fk0ek1$n2p$1@ger.gmane.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Amogh Hooshdar wrote the following on 15.12.2007 07:58 </snip>
> I changed the "alias net-pf-10 ipv6" line to the following two lines.
>
> alias net-pf-10 off
> alias ipv6 off
>
> After rebooting, I checked: lsmod | grep ipv6. Sure enough it is gone
> and the command gives nil output. But when I use bitchx or pidgin to
> connect to irc.freenode.net, I can still see DNS AAAA irc.freenode.net
> type of queries.As a result our DNS server that doesn't understand
> ipv6 returns 1.0.0.0 as the address and the clients don't work.
</snip>
> Please help me to disable ipv6 completely.
<--------------- /etc/hosts --------------- # The following lines are desirable for IPv6 capable hosts #::1 ip6-localhost ip6-loopback #fe00::0 ip6-localnet #ff00::0 ip6-mcastprefix #ff02::1 ip6-allnodes #ff02::2 ip6-allrouters #ff02::3 ip6-allhosts ---------------------------------------------> for nameresolution /etc/hosts is read then /etc/resolv.conf . HTH -- Thilo key: 0x4A411E09

Date: Sat, 15 Dec 2007 06:43:48 -0500 From: Paul Cartwright <ale@pcartwright.com> To: debian-user <debian-user@lists.debian.org> Subject: how to redo networking on bootup Message-Id: <200712150643.48830.ale@pcartwright.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline I think something is wrong with my system. It started a few weeks ago, when, on a reboot, my NVIDIA driver didn't work, so X didn't start(or is it X wouldn't start because I had no network..). I think somehow these are related, but I don't know how. anyway, I just changed DSL providers, and in rebooting to get it setup, I am noticing that my network doesn't come up clean any more, now I have to restart networking, then do ifup eth0 to get back on the network. How can I get it back TO NORMAL.. -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459 End of debian-user-digest Digest V2007 Issue #3007 ************************************************** Received on Sat Dec 15 06:44:44 2007

This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 02:58:01 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library