[gentoo-user] Problem after recompiling kernel

2006-09-22 Thread Stephen Liu
Hi folks,Gentoo_amd64gnome-lightAfter recompiling kernel to enable;checked "Legacy Power Management API"cheched "Video" on "ACPI (Advanced Configuration and Power Interface) Support" following warning popup at booting;...Sep 22 23:01:01 localhost device-mapper: dm-linear: Device lookup failedSe

Re: [gentoo-user] Problem after recompiling kernel

2006-09-22 Thread Dirk Heinrichs
Am Freitag, 22. September 2006 09:30 schrieb ext Stephen Liu: > Please advise how to fix it. TIA How, without knowing more about your system (esp. HD subsystem used) and your actual kernel config (/usr/src/linux/.config)? Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234

Re: [gentoo-user] Is there an ebuild for the "subcommander" project?

2006-09-22 Thread Neil Bothwick
On Fri, 22 Sep 2006 08:30:20 +0200, Wolfgang Liebich wrote: > eix -sS said no :-/ bgo says yes. -- Neil Bothwick HTTP: Helps Transfer The Porn signature.asc Description: PGP signature

Re: [gentoo-user] chroot to gentoo amd64

2006-09-22 Thread Drew
On 9/20/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: On Thursday 21 September 2006 05:06, Drew wrote: > > You need a 64 bit kernel with CONFIG_IA32_EMUL enabled. > > Uh no. A 32bit chroot can be run on a 64bit kernel with IA32_EMUL > enabled however a 64bit chroot can *NOT* be run from a 32b

Re: [gentoo-user] Problem after recompiling kernel

2006-09-22 Thread Stephen Liu
Hi Dirk,> How, without knowing more about your system (esp. HD subsystem used)IDE ATA133 HD> your actual kernel config (/usr/src/linux/.config)?(Remark: already deleted some "commented out" lines to reduce file size)CONFIG_X86_64=yCONFIG_64BIT=yCONFIG_X86=yCONFIG_SEMAPHORE_SLEEPERS=yCONFIG_MMU=yCON

Re: [gentoo-user] Instant reboot at grub stage 1.5

2006-09-22 Thread Mick
On Friday 22 September 2006 03:21, fire-eyes wrote: > Hello, I'm stumped here, so i'm open for suggestions. > > My system refuses to boot fully. What happens is it powers on, and i see > a very quick flash that says something along the lines of "Loading Grub > Stage 1.5", and then a reboot. This ju

[gentoo-user] which package provides a given library?

2006-09-22 Thread Helmut Jarausch
Hi, I'd like to write my own .ebuild file. I know which libaries are needed by the new package but how can I find out which package provides a given library? e.g. libXext (probably virtual/x11) I've tried equery belongs Xext but didn't get an answer. Many thanks for hint, Helmut Jara

Re: [gentoo-user] which package provides a given library?

2006-09-22 Thread Neil Bothwick
On Fri, 22 Sep 2006 11:23:36 +0200 (CEST), Helmut Jarausch wrote: > I'd like to write my own .ebuild file. > I know which libaries are needed by the new package > but how can I find out which package provides a > given library? http://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-web.pl --

Re: [gentoo-user] Problem after recompiling kernel

2006-09-22 Thread Dirk Heinrichs
Am Freitag, 22. September 2006 10:21 schrieb ext Stephen Liu: > Hi Dirk, > > > How, without knowing more about your system (esp. HD subsystem used) > > IDE ATA133 HD > > > your actual kernel config (/usr/src/linux/.config)? > > CONFIG_NR_CPUS=32 Wow, what kind of machine is this? > # ATA/ATAPI/M

Re: [gentoo-user] Problem after recompiling kernel

2006-09-22 Thread Stephen Liu
Hi Dirk,>> CONFIG_NR_CPUS=32> Wow, what kind of machine is this?This is a AMD64 bit box.  But I did not touch this item on recompiling kernel.   Before recompilation there was no such a complaint on text scrolling at booting. >> # Multi-device support (RAID and LVM)>> #>> CONFIG_MD=y>> # CONFIG_BLK

Re: [gentoo-user] which package provides a given library?

2006-09-22 Thread Wolfgang Illmeyer
Am Freitag, 22. September 2006 11:23 schrieb Helmut Jarausch: > Hi, > > I'd like to write my own .ebuild file. > I know which libaries are needed by the new package > but how can I find out which package provides a > given library? > > e.g. > > libXext (probably virtual/x11) > > I've tried

Re: [gentoo-user] which package provides a given library?

2006-09-22 Thread Helmut Jarausch
On 22 Sep, Neil Bothwick wrote: > On Fri, 22 Sep 2006 11:23:36 +0200 (CEST), Helmut Jarausch wrote: > >> I'd like to write my own .ebuild file. >> I know which libaries are needed by the new package >> but how can I find out which package provides a >> given library? > > http://www.rommel.stw.uni

Re: [gentoo-user] nfs and samba doesn't mount at boot

2006-09-22 Thread Pawel K
> It looks like an dependency problem on your init scripts. > Did you tried to run "depscan.sh"? it should fix init.d dependencies. depscan.sh didn't help. I find that when I remove xdm from default runlevel everything works fine. I can also see that when stopping xdm via: /etc/init.d/xdm stop I r

[gentoo-user] typo3 as webapp

2006-09-22 Thread Enrico Weigelt
Hi, anyone here who's got working typo3 ebuilds ? I've grabbed some from the net, but this doesn't seem to be completed. I emerge'd the typo3_src package and installed it via webapp-config. But the whole stuff in ./htdocs is missing, so it seems, I need the typo3_dummy installed too. Is anyo

Re: [gentoo-user] which package provides a given library?

2006-09-22 Thread Neil Bothwick
On Fri, 22 Sep 2006 12:08:59 +0200 (CEST), Helmut Jarausch wrote: > > http://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-web.pl > > Many thanks. > How to install that locally? You don't. you use equery belongs locally, which only works with installed packages. -- Neil Bothwick Sir! Ro

Re: [gentoo-user] which package provides a given library?

2006-09-22 Thread Alan McKinnon
On Friday 22 September 2006 14:05, Neil Bothwick wrote: > On Fri, 22 Sep 2006 12:08:59 +0200 (CEST), Helmut Jarausch wrote: > > > http://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-w > > >eb.pl > > > > Many thanks. > > How to install that locally? > > You don't. you use equery belongs locally

Re: [gentoo-user] which package provides a given library?

2006-09-22 Thread Neil Bothwick
On Fri, 22 Sep 2006 14:39:33 +0200, Alan McKinnon wrote: > I was discussing this with one of the devs in the company this > morning, and we both want to know how to determine which > ebuild(s) will install a certain binary/lib that isn;t > installed yet. Is there an app that does this? No, par

[gentoo-user] NTP or chrony?

2006-09-22 Thread Mick
For a laptop . . . What do/would you use and why? I can't be bothered setting my clock manually anymore and thought of moving on with the times (pun intended). :) -- Regards, Mick pgpzGJxCqThQR.pgp Description: PGP signature

[gentoo-user] re-emerge python-2.5 with Tkinter support

2006-09-22 Thread Helmut Jarausch
Hi, I have (successfully) emerged python-2.5 but I forgot to set my global USE flags to build tcltk support. To have Tkinter available, I tried (after unmasking the packages) emerge --update --newuse =dev-lang/python-2.5 but it didn't re-emerge python since it's brand new. I don't dare to unmerge

Re: [gentoo-user] NTP or chrony?

2006-09-22 Thread Mike Williams
On Friday 22 September 2006 14:26, Mick wrote: > For a laptop . . . > > What do/would you use and why? > > I can't be bothered setting my clock manually anymore and thought of moving > on with the times (pun intended). :) openntpd, it's easy. Install, run. -- Mike Williams -- gentoo-user@gento

Re: [gentoo-user] NTP or chrony?

2006-09-22 Thread Neil Bothwick
On Fri, 22 Sep 2006 14:26:20 +0100, Mick wrote: > For a laptop . . . > > What do/would you use and why? ntp assumes a permanent connection, so chrony is probably a better solution. I thin it was originally intended for dialup use, but is well suited to a laptop with an intermittent Internet co

Re: [gentoo-user] re-emerge python-2.5 with Tkinter support

2006-09-22 Thread Neil Bothwick
On Fri, 22 Sep 2006 15:34:38 +0200 (CEST), Helmut Jarausch wrote: > I have (successfully) emerged python-2.5 but I forgot > to set my global USE flags to build tcltk support. > To have Tkinter available, I tried (after unmasking > the packages) > emerge --update --newuse =dev-lang/python-2.5 > >

Re: [gentoo-user] which package provides a given library?

2006-09-22 Thread Alan McKinnon
On Friday 22 September 2006 14:50, Neil Bothwick wrote: > On Fri, 22 Sep 2006 14:39:33 +0200, Alan McKinnon wrote: > > I was discussing this with one of the devs in the company > > this morning, and we both want to know how to determine > > which ebuild(s) will install a certain binary/lib that > >

Re: [gentoo-user] typo3 as webapp

2006-09-22 Thread Bertrand Jacquin
On 9/22/06, Enrico Weigelt <[EMAIL PROTECTED]> wrote: Hi, anyone here who's got working typo3 ebuilds ? I've grabbed some from the net, but this doesn't seem to be completed. I emerge'd the typo3_src package and installed it via webapp-config. But the whole stuff in ./htdocs is missing, so it

[gentoo-user] Which Fax/pbx server?

2006-09-22 Thread James
Hello, I need to setup a fax server (on a gentoo server) for both linux and windoz access. The (fax) phone line is frequently used for voice also. Which software should I use? (gfax, hylafax, etc) ? I have several machine and modems to choose from, but, if we wanted to use this project to put in

Re: [gentoo-user] NTP or chrony?

2006-09-22 Thread Dale
Neil Bothwick wrote: > On Fri, 22 Sep 2006 14:26:20 +0100, Mick wrote: > > >> For a laptop . . . >> >> What do/would you use and why? >> > > ntp assumes a permanent connection, so chrony is probably a better > solution. I thin it was originally intended for dialup use, but is well > suite

[gentoo-user] Xdm doesn´t start anymore

2006-09-22 Thread Oliver Klein
Hi After update the hole system xdm doesn´t start anymore. During the boot process i saw this error message /sbin/start-stop-daemon stat /usr/bin/xdm no such file or directory Error could not start the display manager I have installed xorg-7.0 and in my rc.conf i add the following lines ISPL

Re: [gentoo-user] Xdm doesn´t start anymore

2006-09-22 Thread Bo Ørsted Andresen
On Friday 22 September 2006 20:21, Oliver Klein wrote: > After update the hole system xdm doesn´t start anymore. During the boot > process i saw this error message > > /sbin/start-stop-daemon stat /usr/bin/xdm no such file or directory > Error could not start the display manager > > I have installe

Re: [gentoo-user] NTP or chrony?

2006-09-22 Thread Mick
On Friday 22 September 2006 18:41, Dale wrote: > Neil Bothwick wrote: > > On Fri, 22 Sep 2006 14:26:20 +0100, Mick wrote: > >> For a laptop . . . > >> > >> What do/would you use and why? > > > > ntp assumes a permanent connection, so chrony is probably a better > > solution. I thin it was originall

Re: [gentoo-user] NTP or chrony?

2006-09-22 Thread Mick
On Friday 22 September 2006 14:48, Neil Bothwick wrote: > On Fri, 22 Sep 2006 14:26:20 +0100, Mick wrote: > > For a laptop . . . > > > > What do/would you use and why? > > ntp assumes a permanent connection, so chrony is probably a better > solution. I thin it was originally intended for dialup use

Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-22 Thread Philip Webb
060921 Philip Webb wrote: > I've updated to modular X > and everything seems to be working as before, but where is xorg.conf ? Modular X does create its own version on the fly, but it's better to have the file in /etc/X11 in case of further change. On the raw console (outside X) I ran 'Xorg -co

[gentoo-user] java failure (or DVArchive issue)

2006-09-22 Thread Peter Kelly
Holas, I'm slowly, but surely, moving away from the Windows platform. My latest challenge is DVArchive, a utility for ReplayTV users. When I run it as root, there is no issue. I ran it as a user once, but every time since then I get [EMAIL PROTECTED] ~ $ java -jar /opt/DVArchive/DVArchive.jar

Re: [gentoo-user] Xdm doesn´t start anymore

2006-09-22 Thread Colleen Beamer
Bo Ørsted Andresen wrote: > On Friday 22 September 2006 20:21, Oliver Klein wrote: >> After update the hole system xdm doesn´t start anymore. During the boot >> process i saw this error message >> >> /sbin/start-stop-daemon stat /usr/bin/xdm no such file or directory >> Error could not start the di

Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-22 Thread Chuanwen Wu
2006/9/17, Neil Bothwick <[EMAIL PROTECTED]>: On Sun, 17 Sep 2006 02:59:12 +, Chuanwen Wu wrote: Run revdep-rebuild without -p? Or do you mean revdep-rebuild -p quits with errors before completing? Yes!Quiting with errors! -- Neil Bothwick WinErr 012: Window closed - Do not look insid

Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-22 Thread Bo Ørsted Andresen
On Saturday 23 September 2006 03:52, Chuanwen Wu wrote: > > Run revdep-rebuild without -p? Or do you mean revdep-rebuild -p quits > > with errors before completing? > > Yes!Quiting with errors! Well, you'll have to show us those errors if you want help... -- Bo Andresen pgpg0NQCjWxQa.pgp Descr

[gentoo-user] Re: can't find libdbus-1.so.2 ?

2006-09-22 Thread Chuanwen Wu
Now,I have solve the "libdbus" problem:the libdbus-1.so.2 comes from dbus6.1 and i update dbus to version 9.1,so the error occure! But i still have some problems: i can't enter my gnome and the error is: The application "gnome-panel" has quit unexpectedly. The application "nautilus" has quit une

Re: [gentoo-user] Problem after recompiling kernel

2006-09-22 Thread Norberto Bensa
Stephen Liu wrote: > Hi folks, > > Gentoo_amd64 > gnome-light > > After recompiling kernel to enable; > checked "Legacy Power Management API" > cheched "Video" on "ACPI (Advanced Configuration and Power Interface) > Support" > > following warning popup at booting; > ... > Sep 22 23:01:01 localh

Re: [gentoo-user] nfs and samba doesn't mount at boot

2006-09-22 Thread Drew
Do You have any idea what can be wrong ? Thank You for help. -at Can you post the output of "rc-update show". Snowballs chance but I have an idea. -Drew -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-22 Thread Chuanwen Wu
2006/9/23, Bo Ørsted Andresen <[EMAIL PROTECTED]>: Well, you'll have to show us those errors if you want help... The libdbus prolem i think is solved,now. # revdep-rebuild --library libdbus-1.so.2 -p Configuring search environment for revdep-rebuild Environment mismatch from previous run, dele

Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-22 Thread Bo Ørsted Andresen
On Saturday 23 September 2006 04:34, Chuanwen Wu wrote: > The libdbus prolem i think is solved,now. [...] Right. > #revdep-rebuild -p [...] > broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.la (requires > /usr/lib/lib-gnu-java-awt-peer-gtk.la) > broken /usr/lib/gcc/i686-pc-linux-gnu/4.

[gentoo-user] Problems with libstdc++.

2006-09-22 Thread Christopher Granade
Earlier, I successfully installed Skype via portage (net-im/skype), but upon attempting to run it get the following text: Running artsd found Starting artsd wrapped skype == Running wrapped Skype failed, trying not-wrapped mode... ===

Re: [gentoo-user] Problems with libstdc++.

2006-09-22 Thread Bo Ørsted Andresen
On Saturday 23 September 2006 05:59, Christopher Granade wrote: [...] > /opt/skype/skype.bin: error while loading shared libraries: > libstdc++.so.5: cannot open shared object file: No such file or directory > > I then ran revdep-rebuild to try and fix the problem, and it said that > that libstdc++

Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-22 Thread Chuanwen Wu
2006/9/23, Bo Ørsted Andresen <[EMAIL PROTECTED]>: On Saturday 23 September 2006 04:34, Chuanwen Wu wrote: > The libdbus prolem i think is solved,now. [...] Right. > #revdep-rebuild -p [...] > broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.la (requires > /usr/lib/lib-gnu-java-awt-peer

Re: [gentoo-user] baselayout-1.12.* and "Network is unreachable"

2006-09-22 Thread Walter Dnes
On Sat, Sep 16, 2006 at 03:28:40PM -0700, Grant wrote > >This all I have for eth0 is /etc/conf.d/net : > > > >routes_eth0="default via 192.168.1.1" > >config_eth0="192.168.1.2" > > > >Can anyone help me with this? > > > >- Grant > > I'm very sorry about the subject line. It should have read: >