[gentoo-user] autopoweroff

2005-12-21 Thread cucu ionut cristian
I leave my computer on at night due to a slow download, or as habit. The
thing is it swiches it self off, sometimes. The file systems are clean
the next boot and no errors no nothing. I fear it might be an overheat
problem on my 3Ghz+ Venice, and the PC turns its self off as a safety
caution. But sensors shows 36 degrees Celsius, eventually 37 after
compiling OO and firefox(did that on purpose) never seen it an 38 and
the alarm is set at 45 C. Do you guys know whwere should I look, what
log should I examine to see what is wrong?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] autopoweroff

2005-12-21 Thread cucu ionut cristian
On Wed, 2005-12-21 at 10:59 -0700, Ryan wrote:
 You can tell if the machine rebooted itself by looking at 
 /var/log/messages and checking the datestamps.  The 1st thing to load is 
 usually syslog.  You can also check the datestamp of /var/log/dmesg and 
 that will tell you the date that it last booted also.

Maybe my english is bad but my computer is not rebooting(there are a lot
of resons for that) but just turnes itself off, wich I think is another,
but important issue

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] autopoweroff

2005-12-21 Thread cucu ionut cristian


 
 I have a machine here that does that. I've tied changing all bar the PSU 
 (its a custom case with a custom PSU) but i'm guessing that theres 
 something iffy wiht it. Your PSU does provide more than enoguh power on 
 all rails for what you need?
 
 Tim
PSA? i'm gessing it has something to do with the power source right. But
I don't quite follow u! I don't thinks the source provides more power
than neeed it because the power output on the source maches the one in
the motherboard tech spec. Thou that might me a starting point, but I
don't think I would buy a new source just for that; or could this cause
more problems?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge starts slowly

2005-12-17 Thread cucu ionut cristian
On Thu, 2005-12-15 at 00:14 -0600, Justin Krejci wrote:
 I have a system with a 1.33Ghz Athlon-XP with a decently fast IDE hard drive
 I have a system with a 1.80Ghz AMD64 with a decently fast IDE hard drive
 
 When I run emerge -s whatever or emerge sync or any emerge command 
 apparently, it usually takes about 1 second to start the command on the AMD64 
 system whereas on the Athlon-XP system it usually takes about 10-30 seconds 
 fore the command to start. What I mean by that is for example
 
 1. # emerge -s tcpdump  (press enter)
 2. Searching... spinner
 3. output of search
same here on ~amd64 first time takes lng second timpe it's like
instant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gmail and ssmpt

2005-12-13 Thread cucu ionut cristian
On Sat, 2005-12-10 at 18:45 -0500, ellotheth rimmwen wrote:
 Evening, list. I'm about through with this issue and ready to just try
 another lightweight mta, but I thought I'd give it one last go. I've
 combed gmane, the Gentoo forums, and Google to no effect. Here's the
 question: Have your (or anyone you know) been able to set up ssmtp
 with Gmail's SMTP service? Or with STARTTLS at all, for that matter?
Yes actually I have ! I'm replaing u through evolution. It's quite
simple gmail gives u all the instructions on how to enable pop  smpt
and how to configure your email client

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] bad interpreter

2005-12-11 Thread cucu ionut cristian
tryng to install various aplications that wore not in portage found the
folowing error: bad interpreter: Permission denied
As I remeber i got this error tring to install luminocity and now e17
modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
i'm doing sh ./autogen.sh and then 
 sh ./autogen.sh
Running aclocal...
Running autoheader...
Running autoconf...
Running libtoolize...
Running automake...
./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
Again same thing doing it as root so what to do?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread cucu ionut cristian
On Sun, 2005-12-11 at 14:14 +0100, Rafael Fernández López wrote:
 Have you read Building steps ??
i'm preati sure it aint just about that it's some shell variable i have
to setup and i donnt know what, where and how. because 1.i have tried
the build steps with copy paste even and got the same error
2. the same error apears in very similar processes

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread cucu ionut cristian
On Sun, 2005-12-11 at 16:11 +0200, Uwe Thiem wrote:
 
 Is /bin/sh a symlink to /bin/bash? 
yes and bash is also executable

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread cucu ionut cristian

 Well i had this problem too some time ago; The reason for this on my box
 was that the location from where i worked was mounted on a partition
 with restricted permissions. If this may be the case for you, check your
 fstab and try the mount the suspect partition with 'defaults' instead of
 'user' or something else.
Yes i'r reight that did soplved my problem! Thanks. My emodules are now
loaded :D gonna try later that luminocity
 HTH,
 Matthias
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gtk display

2005-12-10 Thread cucu ionut cristian
hi all !
I have a problem reguarding my gtk aplications they cannot be started
using sudo nmapfe(or any program for that matter)
the error message is Gtk-WARNING **: cannot open display:
i'm using the e17 windows manager, if it makes any differences
Thanks!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk display

2005-12-10 Thread cucu ionut cristian

 This occurs only with sudo?
Yes
 I had a similar problem, solved by adding the following to visudoers:
 
 # Uncomment to allow users in group wheel to export variables
 Defaults:%wheel !env_reset
 
 # Allow users in group users to export specific variables
 # Defaults:%users   env_keep=TZ
 == Defaults:%users env_keep=DISPLAY
 
 There are probably other ways to solve this, but that works for me.
 
 Hope it helps you.
It did solve my problem Thanks!
 Holly
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-07 Thread cucu ionut cristian
On Tue, 2005-12-06 at 20:00 -0700, Richard Fish wrote:
 
 ldd /bin/bash 
 found problem: I must use ldd /parth/to/program/program to get the
right result thanks for tip

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread cucu ionut cristian

  The ldd output of a binary shows the complete
 dependancy tree. 
I tried the ldd and ldd $x where x is a varios program wich runs fine on
my system and output is ldd: ./x: No such file or directory
I guess I shoud have set something somewhere but... don't know what
where

-- 
gentoo-user@gentoo.org mailing list