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

2006-09-21 Thread Wolfgang Liebich
eix -sS said no :-/ -- Wolfgang Liebich PSE ECT PSS7 Tel: +43 51707 47734 -- gentoo-user@gentoo.org mailing list

[gentoo-user] Tomcat logging problems

2006-09-21 Thread Fredrik Tolf
Hi list! I just tried upgrading from Tomcat 5.0 to 5.5 (since the former has been p.masked since some time), and while it is working, I am experiencing logging problems. First of all, it refused to log anything at all, but I fixed that. It appears to have been a typo in the init script -- it defi

Re: [gentoo-user] OT - Need help with PHP 2.0 [SOLVED]

2006-09-21 Thread Michael Sullivan
On Fri, 2006-09-22 at 14:25 +1200, Mark Kirkwood wrote: > Michael Sullivan wrote: > > My script uses sessions, and as a result each script begins with > > session_start(); right after the opening > > > This is the info page. There's nothing here yet. > > Warning: Unknown: open(/tmp/sess_c2795262

Re: [gentoo-user] OT - Need help with PHP 2.0

2006-09-21 Thread Mark Kirkwood
Michael Sullivan wrote: My script uses sessions, and as a result each script begins with session_start(); right after the opening This is the info page. There's nothing here yet. Warning: Unknown: open(/tmp/sess_c2795262928933c671af3a6015ff80fe, O_RDWR) failed: Permission denied (13) in Unknown

[gentoo-user] Instant reboot at grub stage 1.5

2006-09-21 Thread fire-eyes
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 just continues in a loop. In the past few days, I was upgr

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

2006-09-21 Thread Dale
Philip Webb wrote: > 060922 Bo ?rsted Andresen wrote: > >> On Friday 22 September 2006 02:35, Philip Webb wrote: >> >>> I've updated to modular X >>> and everything seems to be working as before, but where is xorg.conf ? >>> root: X11> pwd >>> /etc/X11 >>> root: X11> ls -l >>>

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

2006-09-21 Thread Philip Webb
060922 Bo ?rsted Andresen wrote: > On Friday 22 September 2006 02:35, Philip Webb wrote: >> I've updated to modular X >> and everything seems to be working as before, but where is xorg.conf ? >> root: X11> pwd >> /etc/X11 >> root: X11> ls -l >> total 8 >> drwxr-xr-x 2 root root 7

Re: [gentoo-user] Re: How-to AMD Sempron 3300+

2006-09-21 Thread Daniel Iliev
Peter wrote: > On Thu, 21 Sep 2006 08:08:22 +0300, Daniel Iliev wrote: > > snip... > >> I'm not sure which is the least problematic way to recompile my gentoo >> in way that the software would be able to utilize the 64bit extensions >> and the new instruction sets of the CPU. Will changing the C

[gentoo-user] OT - Need help with PHP 2.0

2006-09-21 Thread Michael Sullivan
My script uses sessions, and as a result each script begins with session_start(); right after the opening http://www.espersunited.com/~festival/login.php , shouldn't the file be owned by festival? I checked session.save_path in every php.ini file I have on the system to make sure that session.save

Re: [gentoo-user] How-to AMD Sempron 3300+

2006-09-21 Thread Daniel Iliev
Matteo Pillon wrote: > Hi, > > On Thu, Sep 21, 2006 at 01:08:30PM +0200, Gian Domeni Calgeer wrote: > >> I can't tell you if this is normal, but sse3 isn't shown in my /proc/cpuinfo >> either (neither is it in Gentoo nor was it in Debian before I switched to >> Gentoo) (I have a Sempron 2800+)

[gentoo-user] Re: OT - Need help with PHP! (SOLVED)

2006-09-21 Thread Michael Sullivan
On Thu, 2006-09-21 at 19:38 -0500, Michael Sullivan wrote: > Today I installed mod_suphp-0.6.1-r1 on my server box. I made the > changes suggested by > http://www.gentoo.org/proj/en/php/php4-php5-configuration.xml I then > restarted apache2. I'm getting weird errors from a script that worked > fi

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

2006-09-21 Thread Bo Ørsted Andresen
On Friday 22 September 2006 02:35, Philip Webb wrote: > I've updated to modular X [...] > and everything seems to be working as before, but where is xorg.conf ? > > root: X11> pwd > /etc/X11 > root: X11> ls -l > total 8 > drwxr-xr-x 2 root root 72 Sep 20 15:56 Sessions > -rwx

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

2006-09-21 Thread Dale
Philip Webb wrote: > I've updated to modular X > > root: share> eix xorg-x11 > [I] x11-base/xorg-x11 > Available versions: [M]6.8.2-r8 [M]6.9.0-r3 7.0-r1 ~7.1 > Installed: 7.0-r1 > > and everything seems to be working as before, but where is xorg.conf ? > > root: X11

[gentoo-user] OT - Need help with PHP!

2006-09-21 Thread Michael Sullivan
Today I installed mod_suphp-0.6.1-r1 on my server box. I made the changes suggested by http://www.gentoo.org/proj/en/php/php4-php5-configuration.xml I then restarted apache2. I'm getting weird errors from a script that worked fine yesterday. Here is the info: URL: http://www.espersunited.com/~

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

2006-09-21 Thread Philip Webb
I've updated to modular X root: share> eix xorg-x11 [I] x11-base/xorg-x11 Available versions: [M]6.8.2-r8 [M]6.9.0-r3 7.0-r1 ~7.1 Installed: 7.0-r1 and everything seems to be working as before, but where is xorg.conf ? root: X11> pwd /etc/X11 root: X11> ls -

Re: [gentoo-user] modular X : Ctl-Alt-F7 fails (solved)

2006-09-21 Thread Philip Webb
060922 Benno Schulenberg wrote: > Philip Webb wrote: >> I've never quite understood why it's Ctl-Alt-F7 which returns, >> when the TTY's involved seem to be 1 & 2 . > Because on most machines inittab tells init to start agetty > on the first six VTs, and X then takes the first free VT. >> Another t

Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-21 Thread Benno Schulenberg
Philip Webb wrote: > I've never quite understood why it's Ctl-Alt-F7 which returns, > when the TTY's involved seem to be 1 & 2 . Because on most machines inittab tells init to start agetty on the first six VTs, and X then takes the first free VT. > In fact, > I've suppressed higher-numbered TTY

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Neil Bothwick
On Thu, 21 Sep 2006 17:16:46 -0500, Joe Menola wrote: > If you go into kwallet manager and tell it to not allow kmail access, > kmail should prompt you for a password and you can at that point tell > kmail to "keep password" I tried that, but it asked for the password each time, instead of saving

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Joe Menola
On Thursday 21 September 2006 7:40 am, Martins Steinbergs wrote: > > On Thu, 21 Sep 2006 13:24:55 +0300, Martins Steinbergs wrote: > > > > I looked into this a while ago, asking on this list and elsewhere, and it > > didn't seem possible to go back to the old KMail behaviour of storing > > email pa

Re: [gentoo-user] gnome autostart issue

2006-09-21 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mick wrote: > wmpower & > wmnd & Yes, this is quite the standard .xinitrc format, before xdm/gdm/kdm got famous. Pretty simple, and guaranteed. > Is there perhaps an equivalent in Gnome? So far, I've been trying EVERYTHING, but the ONLY thing that

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Neil Bothwick
On Thu, 21 Sep 2006 23:35:23 +0200, Hemmann, Volker Armin wrote: > and the same way you can configure kwallet to never close, so kmail > only ask once (to open it) and never again. Good point. > I prefer a self-closing kwallet - so I can leave my box for some time, > without the risk, that someo

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Hemmann, Volker Armin
On Thursday 21 September 2006 21:53, Neil Bothwick wrote: > On Thu, 21 Sep 2006 21:38:46 +0200, Hemmann, Volker Armin wrote: > > > But if you do close it, it's more of a pain. /home is on an encrypted > > > filesystem, so there is no need to password protect the password > > > again. > > > > and it

Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-21 Thread Philip Webb
060921 Andrew Frink wrote: > On 9/20/06, Philip Webb <[EMAIL PROTECTED]> wrote: >> I've just updated to modular X & everything seems to be working, >> except that after Ctl-Alt-F2 I can't get back to X with Ctl-Alt-F7 . >> I can get back to the original raw terminal with Ctl-Alt-F1 , >> which s

[gentoo-user] LIRC transmit problems

2006-09-21 Thread rob
I can't seem to get lirc to usr my hauppauge PVR-150 IR transmitter When I rin irsend SET_TRANSMITTERS 0 i get irsend: command failed: SET_TRANSMITTERS 0 irsend: hardware does not support sending And I know the hardware does send it came with a IR blaster. can anyobdy help rob also the reci

Re: [gentoo-user] gnome autostart issue

2006-09-21 Thread Mick
On Wednesday 20 September 2006 23:53, Arturo 'Buanzo' Busleiman wrote: > I have this .desktop file I've installed in /usr/kde/3.5/share/autostart > and it works just like expected: any user who logins, gets this app run > automatically, and the icon appears in the traybar, just as if it has been >

Re: [gentoo-user] How-to AMD Sempron 3300+

2006-09-21 Thread Gian Domeni Calgeer
Am Donnerstag, 21. September 2006 14:41 schrieb Matteo Pillon: > They aren't named sse3 in /proc/cpuinfo, they are 'pni' [1]. > I think they aren't named sse3 because they also include > hyperthreading-specific instructions (not sure about this, I don't > have Intel CPUs with sse3 to show evidences

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Neil Bothwick
On Thu, 21 Sep 2006 21:38:46 +0200, Hemmann, Volker Armin wrote: > > But if you do close it, it's more of a pain. /home is on an encrypted > > filesystem, so there is no need to password protect the password > > again. > > and it closes after a while, when no website asks for a pw. So > everyti

Re: [gentoo-user] amd64 -> ~amd64

2006-09-21 Thread Hemmann, Volker Armin
On Thursday 21 September 2006 18:40, S. M. Ibrahim (Lavlu) wrote: > ok > is this necessary to "emerge --sync" after changing the accept keywords ? no. Really, really no. Why should it be necessary? ~arch doesn't change anything in the portage tree. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Hemmann, Volker Armin
On Thursday 21 September 2006 18:57, Neil Bothwick wrote: > On Thu, 21 Sep 2006 18:07:48 +0200, Hemmann, Volker Armin wrote: > > > Do you mean you disabled kwallet completely? That sucks, kwallet is > > > useful for website passwords etc, just a pain with KMail. > > > > why? why a pain? > > > > It

Re: [gentoo-user] About .html and .pdf viewer

2006-09-21 Thread Uwe Thiem
On 21 September 2006 17:50, Stephen Liu wrote: > Hi folks, > > Gentoo_amd64 > gnome-light > > After reading "All Packages By Name" on; > http://pdb.finkproject.org/pdb/list.php > > I can't resolve which packages I have to install to read .html and .pdf > files, html-viewer and pdf-viewer. Please a

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Martins Steinbergs
On Thursday 21 September 2006 16:50, Neil Bothwick wrote: > On Thu, 21 Sep 2006 15:40:04 +0300, Martins Steinbergs wrote: > > > I don't use KMail myself, so it's my partner's problem, but it really > > > should be possible to disable this behaviour. Maybe you should file a > > > KDE bug if you can'

Re: [gentoo-user] Re: upgrading question

2006-09-21 Thread Ryan Sims
On 9/20/06, james <[EMAIL PROTECTED]> wrote: James Ausmus gmail.com> writes: [snip] OK it's underway the system is headless right now (in the server room) so I just opted for a straight upgrade of all This may sound like a stupid question, but why bother with the nvidia binaries wi

Re: [gentoo-user] Can the new baselayout handle multiple networks seamlessly?

2006-09-21 Thread James Ausmus
On 9/20/06, Neil Bothwick <[EMAIL PROTECTED]> wrote: On Wed, 20 Sep 2006 14:35:09 +0100, Neil Bothwick wrote: > I haven't tried using it for this, but I wonder if RC_USE_CONFIG_PROFILE > would help. See /etc/conf.d/rc for details but basically you set up > different configs for different runleve

Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-21 Thread Mick
On Thursday 21 September 2006 14:16, Andrew Frink wrote: > On 9/20/06, Philip Webb <[EMAIL PROTECTED]> wrote: > > I've just updated to modular X & everything seems to be working, > > except that after Ctl-Alt-F2 I can't get back to X with Ctl-Alt-F7 . > > I can get back to the original raw termi

Re: [gentoo-user] amd64 -> ~amd64

2006-09-21 Thread S. M. Ibrahim (Lavlu)
On 9/21/06, Alan McKinnon <[EMAIL PROTECTED]> wrote: On Thursday 21 September 2006 18:40, S. M. Ibrahim (Lavlu)wrote:> ok> is this necessary to "emerge --sync" after changing the> accept keywords  ?I'm starting to think I should advise you to NOT go ~arch as you have now asked three very basic ques

Re: [gentoo-user] amd64 -> ~amd64

2006-09-21 Thread Alan McKinnon
On Thursday 21 September 2006 18:40, S. M. Ibrahim (Lavlu) wrote: > ok > is this necessary to "emerge --sync" after changing the > accept keywords ? I'm starting to think I should advise you to NOT go ~arch as you have now asked three very basic questions that are fully described in the handbo

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Neil Bothwick
On Thu, 21 Sep 2006 18:07:48 +0200, Hemmann, Volker Armin wrote: > > Do you mean you disabled kwallet completely? That sucks, kwallet is > > useful for website passwords etc, just a pain with KMail. > > why? why a pain? > > It asks for the password once - and as long as you do not close kmail,

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Uwe Thiem
On 21 September 2006 15:50, Neil Bothwick wrote: > On Thu, 21 Sep 2006 15:40:04 +0300, Martins Steinbergs wrote: > > > I don't use KMail myself, so it's my partner's problem, but it really > > > should be possible to disable this behaviour. Maybe you should file a > > > KDE bug if you can't find a

Re: [gentoo-user] amd64 -> ~amd64

2006-09-21 Thread S. M. Ibrahim (Lavlu)
okis this necessary to "emerge --sync" after changing the accept keywords  ?On 9/21/06, Hemmann, Volker Armin < [EMAIL PROTECTED]> wrote:On Thursday 21 September 2006 18:18, S. M. Ibrahim (Lavlu) wrote: > what is the easy way to upgrade to ~amd64 from amd64 ??nano -w /etc/make.confACCEPT_KEYWORDS="

Re: [gentoo-user] amd64 -> ~amd64

2006-09-21 Thread Alan McKinnon
On Thursday 21 September 2006 18:18, S. M. Ibrahim (Lavlu) wrote: > what is the easy way to upgrade to ~amd64 from amd64 ?? Change ACCEPT_KEYWORDS to "~amd64" in /etc/make.conf then emerge -avuND world Word of warning: I'm right in the middle of this exact step on ~x86 as we speak. 500M of dow

Re: [gentoo-user] amd64 -> ~amd64

2006-09-21 Thread Bo Ørsted Andresen
On Thursday 21 September 2006 18:18, S. M. Ibrahim (Lavlu) wrote: > what is the easy way to upgrade to ~amd64 from amd64 ?? Please read the handbook... http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=3&chap=3#doc_chap1 -- Bo Andresen pgpeKXymQpB9s.pgp Description: PGP signature

Re: [gentoo-user] amd64 -> ~amd64

2006-09-21 Thread Hemmann, Volker Armin
On Thursday 21 September 2006 18:18, S. M. Ibrahim (Lavlu) wrote: > what is the easy way to upgrade to ~amd64 from amd64 ?? nano -w /etc/make.conf ACCEPT_KEYWORDS="~amd64" save emerge -au world or emerge -au --deep world -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] About .html and .pdf viewer

2006-09-21 Thread Oliver Klein
Title: Re: [gentoo-user] About .html and .pdf viewer Hi Xpdf and mozilla-bin for example Kind regards olly On 21.09.2006 17:50 Uhr, "Stephen Liu" <[EMAIL PROTECTED]> wrote: Hi folks, Gentoo_amd64 gnome-light After reading "All Packages By Name" on; http://pdb.finkproject.org/pdb/list.php

[gentoo-user] amd64 -> ~amd64

2006-09-21 Thread S. M. Ibrahim (Lavlu)
what is the easy way to upgrade to ~amd64 from amd64 ??-- S. M. Ibrahim (Lavlu)Home page: http://lavluda.tripod.comBlog: http://lavluda.tk Yahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Hemmann, Volker Armin
On Thursday 21 September 2006 15:50, Neil Bothwick wrote: > On Thu, 21 Sep 2006 15:40:04 +0300, Martins Steinbergs wrote: > > > I don't use KMail myself, so it's my partner's problem, but it really > > > should be possible to disable this behaviour. Maybe you should file a > > > KDE bug if you can'

[gentoo-user] About .html and .pdf viewer

2006-09-21 Thread Stephen Liu
Hi folks,Gentoo_amd64gnome-lightAfter reading "All Packages By Name" on;http://pdb.finkproject.org/pdb/list.phpI can't resolve which packages I have to install to read .html and .pdf files, html-viewer and pdf-viewer.  Please advise.TIAB.R.SL

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Neil Bothwick
On Thu, 21 Sep 2006 15:40:04 +0300, Martins Steinbergs wrote: > > I don't use KMail myself, so it's my partner's problem, but it really > > should be possible to disable this behaviour. Maybe you should file a > > KDE bug if you can't find a way to turn it off. > > Heh, well hidden option. grep

[gentoo-user] Re: kwallet [SOLVED]

2006-09-21 Thread Mick
Martins Steinbergs wrote: > On Thursday 21 September 2006 14:22, Neil Bothwick wrote: >> On Thu, 21 Sep 2006 13:24:55 +0300, Martins Steinbergs wrote: >> >> I looked into this a while ago, asking on this list and elsewhere, and it >> didn't seem possible to go back to the old KMail behaviour of st

Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-21 Thread Andrew Frink
On 9/20/06, Philip Webb <[EMAIL PROTECTED]> wrote: I've just updated to modular X & everything seems to be working,except that after  Ctl-Alt-F2  I can't get back to X with  Ctl-Alt-F7 .I can get back to the original raw terminal with  Ctl-Alt-F1 ,which shows  3  identical error messages.  I tried

Re: [gentoo-user] How-to AMD Sempron 3300+

2006-09-21 Thread Matteo Pillon
Hi, On Thu, Sep 21, 2006 at 01:08:30PM +0200, Gian Domeni Calgeer wrote: > I can't tell you if this is normal, but sse3 isn't shown in my /proc/cpuinfo > either (neither is it in Gentoo nor was it in Debian before I switched to > Gentoo) (I have a Sempron 2800+). In some Benchmark program under

Re: [gentoo-user] kwallet [SOLVED]

2006-09-21 Thread Martins Steinbergs
On Thursday 21 September 2006 14:22, Neil Bothwick wrote: > On Thu, 21 Sep 2006 13:24:55 +0300, Martins Steinbergs wrote: > > I looked into this a while ago, asking on this list and elsewhere, and it > didn't seem possible to go back to the old KMail behaviour of storing > email passwords in the co

[gentoo-user] Re: How-to AMD Sempron 3300+

2006-09-21 Thread Peter
On Thu, 21 Sep 2006 08:08:22 +0300, Daniel Iliev wrote: snip... > I'm not sure which is the least problematic way to recompile my gentoo > in way that the software would be able to utilize the 64bit extensions > and the new instruction sets of the CPU. Will changing the CHOST and the > CFLAGS foll

Re: [gentoo-user] kwallet

2006-09-21 Thread Neil Bothwick
On Thu, 21 Sep 2006 13:24:55 +0300, Martins Steinbergs wrote: > Could someone tell me where to swith off kwallet? I have those anoing > kwallet popups using kmail. I looked into this a while ago, asking on this list and elsewhere, and it didn't seem possible to go back to the old KMail behaviour

Re: [gentoo-user] How-to AMD Sempron 3300+

2006-09-21 Thread Gian Domeni Calgeer
Am Donnerstag, 21. September 2006 07:08 schrieb Daniel Iliev: > AFAIK AMD Sempron 3300+ has "sse3" but my cpuinfo doesn't show it. Is > this normal? > > > cat /proc/cpuinfo > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge > mca cmov pat pse36 clflush mmx fxsr sse sse2 sysc

[gentoo-user] kwallet

2006-09-21 Thread Martins Steinbergs
Hi Could someone tell me where to swith off kwallet? I have those anoing kwallet popups using kmail. mar martins # equery b kwallet [ Searching for file(s) kwallet in *... ] kde-base/kdelibs-3.5.4-r1 (/usr/kde/3.5/share/doc/HTML/en/kdelibs-apidocs/kwallet) mar martins # eix -s kwallet * kde-ba

Re: [gentoo-user] vnc weirdness as a user, works as root

2006-09-21 Thread William Kenworthy
On Thu, 2006-09-21 at 00:51 -0700, Richard Fish wrote: > On 9/20/06, William Kenworthy <[EMAIL PROTECTED]> wrote: > > I installed tightvnc on a relatively new system and find that mouse > > clicks are not being registered (both using the browser and vncviewer > > clients). Occurs with both the flu

Re: [gentoo-user] gnome autostart issue

2006-09-21 Thread Etaoin Shrdlu
On Thursday 21 September 2006 00:53, Arturo 'Buanzo' Busleiman wrote: > Now, after doing LOTS of google research, in every keyword and combo > and google extension you can imagine, I find that there is no > "start-after" equivalent for GNOME :( I don't use gnome, but maybe this: http://www.gnome

Re: [gentoo-user] How-to AMD Sempron 3300+

2006-09-21 Thread Richard Fish
On 9/20/06, Daniel Iliev <[EMAIL PROTECTED]> wrote: Hi, list! I just upgraded from Athlon xp 1700+ to Sempron 3300+ and of course I have some questions. ;-) I'm not sure which is the least problematic way to recompile my gentoo in way that the software would be able to utilize the 64bit extensi

Re: [gentoo-user] vnc weirdness as a user, works as root

2006-09-21 Thread Richard Fish
On 9/20/06, William Kenworthy <[EMAIL PROTECTED]> wrote: I installed tightvnc on a relatively new system and find that mouse clicks are not being registered (both using the browser and vncviewer clients). Occurs with both the fluxbox and twm window managers. The mouse cursor moves over the scre