Re: [gentoo-user] How can I unsubscribe?

2006-01-16 Thread Christoph Daldrup
Am 16.01.2006 18:13 schrieb Holly Bostick:

> Perhaps the page has not been updated; the list address seems to now be
> 
> gentoo-user@lists.gentoo.org,
> 
> so *maybe* the unsubscribe address is now
> 
> [EMAIL PROTECTED]

If that is really the case, the list information in the mail header
should be updated, too.

Christoph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vlc prevent upgrade?

2005-12-01 Thread Christoph Daldrup
Am 01.12.2005 20:27 schrieb James:

> I have this entry in /etc/portage/package.keywords
> media-video/vlc ~x86
> 
> It resuleted in a stable version of vlc to be installed:
> Latest version installed: 0.8.2-r2
> 
> However, the portage want to upgrade to a newer version:
> [ebuild U ] media-video/vlc-0.8.4-r1 [0.8.2-r2]
[...]
> I want maintain version vlc-0.8.2-r2 until the other systems
> are happy with the newer version.
[...]
> Ideas?

Imho "

Re: [gentoo-user] dhcpcd 2.0.0 - Boot process hangs

2005-09-06 Thread Christoph Daldrup
Am 31.08.2005 18:31 schrieb Christoph Daldrup:

> I've recently done an "emerge -tuvD world" and dhcpcd was updated from
> version dhcpcd-1.3.22_p4-r11 to version 2.0.0. The emerge went fine, no
> error message, no note to update config-files, everything seemed to be fine.
> 
> But at the next reboot, I wasn't able to get an IP adress, and the boot
> process hanged at that stage. The last thing shown looked like the MAC
> adress, although I'm not sure on that.

Finally, here is the solution to this problem:
Don't emerge dhcpcd with the 'debug' USE flag.

Thanks to the friendly helper at the gentoo web forum.

Christoph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: dhcpcd 2.0.0 - Boot process hangs

2005-09-04 Thread Christoph Daldrup
Am 04.09.2005 18:52 schrieb Sven Köhler:

>> OK, I tried again. I do get an IP, I can connect to the internet, but
>> the dhcpcd-process does not finish. In a working gentoo environment that
>>  is not a big problem, but while booting, this is bad.
> 
> The dhcpcd process must not finish. Imagine a DHCP-lease that is invalid
> after 10 minutes. The dhcpcd must regularly (well, before the lease is
> invalidated by the server) renew the lease.

But the boot process stops, and I can't work with my gentoo box. It does
not with the old version. So something is broken, maybe my configs,
maybe the ebuild.

Christoph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dhcpcd 2.0.0 - Boot process hangs

2005-09-03 Thread Christoph Daldrup
Am 01.09.2005 14:36 schrieb Christoph Daldrup:

> Am 01.09.2005 09:41 schrieb Stefan Frank:
> 
>> I just did a emerge -u dhcp and I was able to do /etc/init.d/net.eth0 
>> restart 
>> without problems. Try to clear the cache of dhcpcd under /var/lib/dhcpc (?) 
>> and to start it again. 
> 
> Thanks for that suggestion, I will try later.

OK, I tried again. I do get an IP, I can connect to the internet, but
the dhcpcd-process does not finish. In a working gentoo environment that
 is not a big problem, but while booting, this is bad.

This is the output I get:
>  *   Bringing up eth1
>  * dhcp
>  *   Running dhcpcd ...
> ClassID  = "Linux 2.6.12-gentoo-r9 i686"
> ClientID = "61.7.1.00.0E.35.BC.F8.71"
> parseDhcpMsgRecv: 6 options received:
> i=1   len=4   option = 255.255.255.0
> i=3   len=4   option = 192.168.0.1
> i=6   len=4   option = 192.168.0.1
> i=51  len=4   option = 259200
> i=53  len=1   option = 2
> i=54  len=4   option = 192.168.0.1
> DhcpMsgRecv->yiaddr  = 192.168.0.2
> DhcpMsgRecv->siaddr  = 0.0.0.0
> DhcpMsgRecv->giaddr  = 0.0.0.0
> DhcpMsgRecv->sname   = ""
> ServerHardwareAddr   = 00.09.5B.D8.68.18
> parseDhcpMsgRecv: 9 options received:
> i=1   len=4   option = 255.255.255.0
> i=3   len=4   option = 192.168.0.1
> i=6   len=4   option = 192.168.0.1
> i=28  len=4   option = 192.168.0.255
> i=51  len=4   option = 259200
> i=53  len=1   option = 5
> i=54  len=4   option = 192.168.0.1
> i=58  len=4   option = 0
> i=59  len=4   option = 0
> DhcpMsgRecv->yiaddr  = 192.168.0.2
> DhcpMsgRecv->siaddr  = 0.0.0.0
> DhcpMsgRecv->giaddr  = 0.0.0.0
> DhcpMsgRecv->sname   = ""
> ServerHardwareAddr   = 00.09.5B.D8.68.18

Then the output stops, but I don't get a prompt. :(

What am I doing wrong?

Christoph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dhcpcd 2.0.0 - Boot process hangs

2005-09-01 Thread Christoph Daldrup
Am 01.09.2005 09:41 schrieb Stefan Frank:

> I just did a emerge -u dhcp and I was able to do /etc/init.d/net.eth0 restart 
> without problems. Try to clear the cache of dhcpcd under /var/lib/dhcpc (?) 
> and to start it again. 

Thanks for that suggestion, I will try later.

> Maybe you should consider using sys-apps/ifplugd. It's quite useful - it 
> starts the net.ethX only if the cable is plugged in. If there is a problem, 
> you just could remove the plug and the net.ethX is not started. 

I am using ifplugd, but when the cable is not connected, it tries to
start my wifi connection with dhcp...

> And you may not use Knoppix to solve such problems, there are
> possibilities to append a boot option in GRUB/LILO (there was just a
> thread about it) to boot into single mode.

Thanks for that hint, too. :)

Christoph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dhcpcd 2.0.0 - Boot process hangs

2005-08-31 Thread Christoph Daldrup
Am 31.08.2005 18:44 schrieb Sergio Polini:

> I emerged -uvDN world on Sunday and dhcpcd 2.0.0 is masked.

According to  , it
isn't anymore, at least for amd64, x86 and sparc. ;)

On my local system, it ist masked through the package.mask file now.

Christoph
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] dhcpcd 2.0.0 - Boot process hangs

2005-08-31 Thread Christoph Daldrup
Hello Gentoo-Users,

I've recently done an "emerge -tuvD world" and dhcpcd was updated from
version dhcpcd-1.3.22_p4-r11 to version 2.0.0. The emerge went fine, no
error message, no note to update config-files, everything seemed to be fine.

But at the next reboot, I wasn't able to get an IP adress, and the boot
process hanged at that stage. The last thing shown looked like the MAC
adress, although I'm not sure on that.
The only thing I could do to get my working gentoo back was booting with
knoppix, chrooting and going back to the old version of dhcpcd.

Now everything works fine with the old version again, but I'd like to
know if that is a bug or if I've done something wrong.

TIA
Christoph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update portage vs update system

2005-08-15 Thread Christoph Daldrup
Am 08/15/2005 09:42 PM maxim wexler wrote:

> At the end of a successful emerge --sync I was advised
> to "update portage". It didn't say but I assumed it
> meant "emerge update portage", which is what I did --
> so far so good. But the manual only gives update
> system or world, no portage.

An "emerge portage" should be fine.

Christoph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't emerge www-client/mozilla-1.7.10-r1

2005-08-01 Thread Christoph Daldrup
Am 08/01/2005 01:45 PM schrieb Jules Colding:

> I can't emerge mozilla-1.7.10-r1. I don't know if this is just me or if
> anyone else is seeing the same, but here is what I got. Output and info
> below.

No real solution to your problem, but maybe you should wait for 1.7.11
to be released since 1.7.10 contains some really annoying bugs regarding
the mailnews component.

http://www.mozilla.org/releases/mozilla1.7.11/changelog.html

Christoph
-- 
gentoo-user@gentoo.org mailing list