[gentoo-user] Beryl: white square

2007-04-10 Thread Sylvain Chouleur
Hi, I tried to install beryl on my unstable gentoo (so I've the version 0.2.1) but when I launch it, I've got the famous white square. I've tried a lot of things which I've read from forums but with no results. I've a ATI Radeon Mobility U1 (Radeon IGP 320 M) and I'm using the free driver: r

[gentoo-user] postgres postinstall problem

2007-04-10 Thread Stefán István
Hello! I try to install postgresql and according to the gentoo howto after the emerge I execute the followning command and get this error: # emerge --config =postgresql-8.0.12 Configuring pkg... * Creating the data directory ... * Initializing the database ... QA Notice: USE Flag 'kernel_lin

Re: [gentoo-user] postgres postinstall problem

2007-04-10 Thread Pongracz Istvan
Try to use UTF-8 instead of iso-8859-2. [EMAIL PROTECTED] ~ $ locale LANG=hu_HU.UTF-8 LC_CTYPE="hu_HU.UTF-8" LC_NUMERIC="hu_HU.UTF-8" LC_TIME="hu_HU.UTF-8" LC_COLLATE="hu_HU.UTF-8" LC_MONETARY="hu_HU.UTF-8" LC_MESSAGES="hu_HU.UTF-8" LC_PAPER="hu_HU.UTF-8" LC_NAME="hu_HU.UTF-8" LC_ADDRESS="hu_HU.UT

[gentoo-user] hp dat 72 compression problem

2007-04-10 Thread Stefán István
Hello! I have problem using our hp dat 72 in our fileserver. I'm not able to put 72 GB of data on the cartridge, though I set the compression to 1 in the stinit.def file. Here is the contents of the config file: # cat /etc/stinit.def manufacturer=HP model="C7438A" { scsi2logical=1 mode1 blocks

Re: [gentoo-user] Beryl: white square

2007-04-10 Thread Michal 'vorner' Vaner
Hello On Tue, Apr 10, 2007 at 11:48:13AM +0200, Sylvain Chouleur wrote: > Hi, > > I tried to install beryl on my unstable gentoo (so I've the version 0.2.1) > but when I launch it, I've got the famous white square. I've tried a lot of > things which I've read from forums but with no results. >

Re: [gentoo-user] hp dat 72 compression problem

2007-04-10 Thread Neil Walker
StefĂĄn IstvĂĄn wrote: Does anybody know how to set up the drive to be able to write 72GB of data onto it? 72GB capacity assumes 2:1 compression. Be lucky, Neil -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Mounting /dev from udev ... [oops]

2007-04-10 Thread Hans-Werner Hilse
Hi, On Sat, 7 Apr 2007 10:46:40 -0700 (PDT) maxim wexler <[EMAIL PROTECTED]> wrote: > Got the above error on first reboot of fresh system. Was udev compiled running the kernel in question? (Most probably not needed, though) Is kernel-headers matching that kernel version? That would probably be a

Re: [gentoo-user] hp dat 72 compression problem

2007-04-10 Thread Stefán István
kedd 10 április 2007 15.52 dátummal Neil Walker ezt írta: > StefĂĄn IstvĂĄn wrote: > > Does anybody know how to set up the drive to be able to write 72GB of data > > onto it? > > > > 72GB capacity assumes 2:1 compression. > Ok, I know that, but how can I set 2:1 compression? István -- gento

Re: [gentoo-user] hp dat 72 compression problem

2007-04-10 Thread Hemmann, Volker Armin
On Dienstag, 10. April 2007, Stefán István wrote: > kedd 10 április 2007 15.52 dátummal Neil Walker ezt írta: > > StefĂĄn IstvĂĄn wrote: > > > Does anybody know how to set up the drive to be able to write 72GB of > > > data onto it? > > > > 72GB capacity assumes 2:1 compression. > > Ok, I know that

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread maxim wexler
--- Francisco Rivas <[EMAIL PROTECTED]> wrote: > Hi all :D > > I think what "-march=your_arch -O2" it's enough, > because -O3 it's highest > but have some details > (http://gentoo-wiki.com/CFLAGS#-O2_or_-O3.3F). My > guess is "-march=your_arch > -O2". I was compiled my entire system with those >

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Uwe Thiem
On 10 April 2007, maxim wexler wrote: > Interesting. Just completed emerge -uvDN world using > the "-03 -pipe" cflags in make.conf for the PIII arch. > I noticed as the output scrolled by that the flags I > set were being used for all packages *except* gcc > which used "-02 -pipe". Some packages

[gentoo-user] ipw3945 and wpa_supplicant issues

2007-04-10 Thread José Pedro Saraiva
Hi all! I own a Toshiba laptop P100-400 with a Intel PRO/Wireless 3945ABG wireless adapter. I've managed to get it working with normal WEP authentication, but no success with wpa_supplicant (and I really need it for WPA auth). # /etc/init.d/net.eth1 restart * Stopping eth1 * Bringing down eth1

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Bo Ørsted Andresen
On Tuesday 10 April 2007 16:58:47 Uwe Thiem wrote: > On 10 April 2007, maxim wexler wrote: > > Interesting. Just completed emerge -uvDN world using > > the "-03 -pipe" cflags in make.conf for the PIII arch. > > I noticed as the output scrolled by that the flags I > > set were being used for all pac

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Francisco Rivas
Hi all.. Certainly some package have a maximun optimisation. I really believe, the optimisation level is a very interesting thing bucause all depend of what you need and you have all power of your system, only gentoo can give you that. it's very good to see a server compiling most of the applica

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Jesús Guerrero
El Tue, 10 Apr 2007 07:29:26 -0700 (PDT) maxim wexler <[EMAIL PROTECTED]> escribió: > > --- Francisco Rivas <[EMAIL PROTECTED]> wrote: > > > Hi all :D > > > > I think what "-march=your_arch -O2" it's enough, > > because -O3 it's highest > > but have some details > > (http://gentoo-wiki.com/CFLA

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Tony Stohne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Francisco Rivas said the following on 2007-04-10 17:29: | ... | Certainly some package have a maximun optimisation. I really believe, | the optimisation level is a very interesting thing bucause all depend of | what you need and you have all power of

Re: [gentoo-user] Install Stage feature request and bug report.

2007-04-10 Thread Bo Ørsted Andresen
On Sunday 08 April 2007 20:05:50 Jerry McBride wrote: > Just a small request of the gentoo stage developers... > > Would it be at all possible to include rsync in the next round of > development? ??? rsync is already on the stages.. -- Bo Andresen pgpXS1wydVs1w.pgp Description: PGP signature

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Andrey Vul
don't use -O3 unless you need _extreme_ performance -O2 -finline-functions is close to -O3 but doesn't use -fno-home-register For toolchain, I just stick to -O2. For power-hungry apps, I use -O2 -finline-functions glibc developer said that inlining with gcc 4.2 screws up code, so on the safe side,

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread maxim wexler
--- Andrey Vul <[EMAIL PROTECTED]> wrote: > don't use -O3 unless you need _extreme_ performance > -O2 -finline-functions is close to -O3 but doesn't > use -fno-home-register > For toolchain, I just stick to -O2. For power-hungry > apps, I use -O2 > -finline-functions > glibc developer said that i

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Francisco Rivas
Hi all.. Oh god.. well damage done, but you learn the lesson rigth?.. I believe yes. Actually all the people in the forum learn the lesson... For the nex time remember use O2 :D I hope the damage was not horrible.. and you can recover all losted. On 4/10/07, maxim wexler <[EMAIL PROTECTED]> wrot

[gentoo-user] after major upgrade questions remain

2007-04-10 Thread maxim wexler
Hi group, I did an emerge -uD world on a box with the 2.6.12 kernel on it via the 2005.1 livecd. 1)From the logs or perhaps an online doc I read that I must "manage a static /dev or ensure udev starts on boot. But how? There's no udev in init.d or conf.d. 2)The emerge process terminated with the

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Davi
Em Terça 10 Abril 2007 16:01, Francisco Rivas escreveu: > Hi all.. Oh god.. well damage done, but you learn the lesson rigth?.. I > believe yes. Actually all the people in the forum learn the lesson... > > For the nex time remember use O2 :D > I hope the damage was not horrible.. and you can recov

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Uwe Thiem
On 10 April 2007, maxim wexler wrote: > --- Andrey Vul <[EMAIL PROTECTED]> wrote: > > don't use -O3 unless you need _extreme_ performance > > -O2 -finline-functions is close to -O3 but doesn't > > use -fno-home-register > > For toolchain, I just stick to -O2. For power-hungry > > apps, I use -O2 >

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Uwe Thiem
On 10 April 2007, Davi wrote: > Em Terça 10 Abril 2007 16:01, Francisco Rivas escreveu: > > Hi all.. Oh god.. well damage done, but you learn the lesson rigth?.. I > > believe yes. Actually all the people in the forum learn the lesson... > > > > For the nex time remember use O2 :D > > I hope the d

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Bo Ørsted Andresen
On Tuesday 10 April 2007 21:45:04 Uwe Thiem wrote: > That said, you can rebuild your system to be O2 by editing /etc/make.conf > (O3 -> O2) and the "--newuse" option for emerge. I don't think it's worth > it. ;-) You mean --emptytree. -- Bo Andresen pgpe55VrkhfAo.pgp Description: PGP signature

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Renat Golubchyk
On Tue, 10 Apr 2007 16:10:40 -0300 Davi <[EMAIL PROTECTED]> wrote: > How can I rebuild my system with O2?? =P > > I've configured my system with O3 and the HD space is going out... =P Change your CFLAGS to have -O2 instead of -O3 and then run "emerge -e world". If you don't have enough space then

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Jesús Guerrero
El Tue, 10 Apr 2007 20:45:04 +0100 Uwe Thiem <[EMAIL PROTECTED]> escribió: > > > > How can I rebuild my system with O2?? =P > > > > I've configured my system with O3 and the HD space is going out... > > =P > > O3 binaries are larger than O2 binaries but not that much. So if you > are about to be

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Davi
Em Terça 10 Abril 2007 16:56, Jesús Guerrero escreveu: > No, --newuse is for use flags. He need to rebuild ALL the packages. So, > "emerge --emptytree world" would do. ** Thinking: rebuild all = all packages = kde + Xorg + glibc + OOo + ... Humm... ** Well... I'm _very_ fine with -O3 flag... u.

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Jesús Guerrero
El Tue, 10 Apr 2007 17:08:40 -0300 Davi <[EMAIL PROTECTED]> escribió: > Em Terça 10 Abril 2007 16:56, Jesús Guerrero escreveu: > > No, --newuse is for use flags. He need to rebuild ALL the packages. > > So, "emerge --emptytree world" would do. > > > ** Thinking: rebuild all = all packages = kde

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Davi
Em Terça 10 Abril 2007 17:15, Jesús Guerrero escreveu: > El Tue, 10 Apr 2007 17:08:40 -0300 > > Davi <[EMAIL PROTECTED]> escribió: > > Em Terça 10 Abril 2007 16:56, Jesús Guerrero escreveu: > > > No, --newuse is for use flags. He need to rebuild ALL the packages. > > > So, "emerge --emptytree world

Re: [gentoo-user] The next step in AV

2007-04-10 Thread Dan Farrell
On Tue, 10 Apr 2007 08:47:13 -0700 Grant <[EMAIL PROTECTED]> wrote: > > > I currently have an HDTV hooked up to a desktop computer running > > > Gentoo and xfce4, all controlled by a wireless keyboard/mouse > > > from the couch. It's awesome. However, I think the next step is > > > to control ev

Re: [gentoo-user] Mounting /dev from udev ... [oops]

2007-04-10 Thread Dan Farrell
On Sat, 7 Apr 2007 14:51:00 -0700 (PDT) maxim wexler <[EMAIL PROTECTED]> wrote: > > Dude, your kernel is really old. We're on 2.6.19 or > > 2.6.20 right now. > > There were significant updates and bugfixes. Youve > > got to update your > > system. Why on earth is a new install getting > > 2.6.1

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Uwe Thiem
On 10 April 2007, Jesús Guerrero wrote: > El Tue, 10 Apr 2007 20:45:04 +0100 > > Uwe Thiem <[EMAIL PROTECTED]> escribió: > > > How can I rebuild my system with O2?? =P > > > > > > I've configured my system with O3 and the HD space is going out... > > > =P > > > > O3 binaries are larger than O2 bina

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Dan Farrell
On Tue, 10 Apr 2007 20:45:04 +0100 Uwe Thiem <[EMAIL PROTECTED]> wrote: > O3 binaries are larger than O2 binaries but not that much. So if you > are about to be out of HD space with O3 binaries you will soon be out > of it with O2 binaries as well. You will need more HD space either > way. > > Th

Re: [gentoo-user] Mounting /dev from udev ... [oops]

2007-04-10 Thread maxim wexler
> > Good luck with your /dev problems, and may the > solutions be swift and > painless ; ) > > -- Dan Thanks Dan. As it happens I went ahead and did a sync followed by a deep portage update followed by deep world update. Avg. download speed ~ 2.9k/s. Took about 36hrs. Phew! Thankfully there wa

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Ryan Sims
On 4/10/07, Davi <[EMAIL PROTECTED]> wrote: Em Terça 10 Abril 2007 17:15, Jesús Guerrero escreveu: > El Tue, 10 Apr 2007 17:08:40 -0300 > > Davi <[EMAIL PROTECTED]> escribió: > > Em Terça 10 Abril 2007 16:56, Jesús Guerrero escreveu: > > ** Thinking: rebuild all = all packages = kde + Xorg + glib

Re: [gentoo-user] Mounting /dev from udev ... [oops]

2007-04-10 Thread Dan Farrell
On Tue, 10 Apr 2007 14:44:49 -0700 (PDT) maxim wexler <[EMAIL PROTECTED]> wrote: > > > > Good luck with your /dev problems, and may the > > solutions be swift and > > painless ; ) > > > > -- Dan > > Thanks Dan. As it happens I went ahead and did a sync > followed by a deep portage update foll

[gentoo-user] Help With Cron

2007-04-10 Thread Drew Tomlinson
My cron program is sys-process/vixie-cron-4.1-r9 and all cron jobs but one are running as I expect. Specifically, I want the following command to execute from cron: /usr/share/mythtv/mythrename.pl --format "%T %- %Y-%m-%d_%g-%i %A %- %S" --link /tv/pretty However it fails to run and I get t

Re: [gentoo-user] Help With Cron -- SOLVED

2007-04-10 Thread Drew Tomlinson
On 4/10/2007 3:20 PM Drew Tomlinson wrote: My cron program is sys-process/vixie-cron-4.1-r9 and all cron jobs but one are running as I expect. Specifically, I want the following command to execute from cron: /usr/share/mythtv/mythrename.pl --format "%T %- %Y-%m-%d_%g-%i %A %- %S" --link /tv/

Re: [gentoo-user] Re: CFLAGS "...-O3 -pipe" vs "...O2 "

2007-04-10 Thread Davi
Em Terça 10 Abril 2007 19:03, Ryan Sims escreveu: > On 4/10/07, Davi <[EMAIL PROTECTED]> wrote: > > Em Terça 10 Abril 2007 17:15, Jesús Guerrero escreveu: > > > El Tue, 10 Apr 2007 17:08:40 -0300 > > > > > > Davi <[EMAIL PROTECTED]> escribió: > > > > Em Terça 10 Abril 2007 16:56, Jesús Guerrero esc

Re: [gentoo-user] Beryl: white square

2007-04-10 Thread boblu_tech
I once had the same problem you can do this, hope that it could help you out enable dri with Intel Corporation 82852/855GM Integrated Graphics Device to solve beryl's white screen problem 1. enable dri USE flags 2. Device Drivers ---> Character devices ---> * /dev/agpgart (AGP Support) * Intel