Re: [gentoo-user] slow redrawing in KDE

2005-07-19 Thread Richard Fish

Jorge Almeida wrote:


On Mon, 18 Jul 2005, Richard Fish wrote:


If so, possibly an error with themes or alpha blending...


But why now?



Well, one of the things that has been happening in the xorg/qt/kde world 
is a move towards more eye-candy with transparency, drop shadows, and so 
on.  My guess is that this version of KDE is trying to use a new method 
of drawing things, that turns out to be slower than the old (or maybe 
more accurately, plain) method for your hardware.


You might take a walk through the KDE option menus and disable anything 
that says drop shadows, transparency, or most other eye-candy.




Could you post the output xdpyinfo...I have a feeling the answer is 
going to be in there.



$ xdpyinfo


snip


number of extensions:33
BIG-REQUESTS
Composite



Could you try disabling this.  From googling, it seems that something 
like the following in xorg.conf should do it:


Section Extensions
   Option Composite Disable
EndSection

Everything else looks sane.

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot get TV Card to work

2005-07-19 Thread Iain Buchanan
On Tue, 2005-07-19 at 17:54 +1200, Jamie Dobbs wrote:
 Output of xawtv -c /dev/video0
[snip]
 v4l: open /dev/video0: Permission denied

are you in the video group?

$ grep video /etc/group

and make sure it looks something like

video::27:root,jamie

you can edit /etc/group with any editor, but be careful.  Then log out
and in again.

HTH,
-- 
Iain Buchanan [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge libdvdcss - ACCESS DENIED Error

2005-07-19 Thread Emanuele Morozzi

Try USE=-doc emerge libdvdcss


Michael W. Holdeman wrote:

http://bugs.gentoo.org/show_bug.cgi?id=98854

On Monday 18 July 2005 01:53 pm, Kurt Guenther wrote:


I've been getting this starting last week Thursday (?).  Any ideas?

--Kurt


(/usr/share/texmf/tex/latex/base/t1enc.def))
Writing index file refman.idx
No file refman.aux.
(/usr/share/texmf/tex/latex/base/ts1cmr.fd)kpathsea: Running mktextfm
ecrm1440
ACCESS DENIED  access_wr: /usr/share/texmf/fonts
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;
nonstopmode; input ecrm1440
This is METAFONT, Version 2.71828 (Web2C 7.5.4)

kpathsea: Running mktexmf ecrm1440
ACCESS DENIED  access_wr: /usr/share/texmf/fonts
ACCESS DENIED  open_wr:   /var/cache/fonts/source/jknappen/ec/mf12893.tmp
/usr/bin/mktexmf: line 92: mf12893.tmp: Permission denied
chmod: cannot access `mf12893.tmp': No such file or directory
ACCESS DENIED  unlink:/var/cache/fonts/source/jknappen/ec/ecrm1440.mf
rm: cannot remove `ecrm1440.mf': Permission denied
mv: cannot stat `mf12893.tmp': No such file or directory
mktexmf: /var/cache/fonts/source/jknappen/ec/ecrm1440.mf: successfully
generated.
/var/lib/texmf/web2c/mktexupd:
/var/cache/fonts/source/jknappen/ec/ecrm1440.mf not a file.
warning: kpathsea: mktexpk output
`/var/cache/fonts/source/jknappen/ec/ecrm1440.mf' instead of a filename.
! I can't find file `ecrm1440'.
* ...ljfour; mag:=1; nonstopmode; input ecrm1440

Please type another input file name
! Emergency stop.
* ...ljfour; mag:=1; nonstopmode; input ecrm1440

Transcript written on mfput.log.
grep: ecrm1440.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode;
input ecrm1440' failed to make ecrm1440.tfm.
kpathsea: Appending font creation commands to missfont.log.

! Font T1/cmr/m/n/14.4=ecrm1440 at 14.4pt not loadable: Metric (TFM)
file not f
ound.
to be read again
  relax
l.18 {\Large
libdvdcss Reference Manual\\[1ex]\large 1.2.5 }\\
?










___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot get TV Card to work

2005-07-19 Thread W.Kenworthy
Hi Jaimie, its obviously talking to the tuner ok, so the problems
further on (maybe).  Did you try and set the setnorm, setinput and
setfreqtab values?  I have found that some apps (such as gnomemeeting)
dont always select the input you want until it eventually dawns on you
that its set to something with no video feed!

Does xawtv work?  I have used the above to remotely tune the receiver
for aatv (watch tv on an ssh console!)

I didnt see what program you are tring to use to control/view the card.
tvtime and xawtv seem to work well, with tvtime my current favourite -
it mostly just works except when upgrades get in the way :(

BillK



On Tue, 2005-07-19 at 17:51 +1200, Jamie Dobbs wrote:
 I get this output:
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot get TV Card to work

2005-07-19 Thread W.Kenworthy
Is the user a member of the video group, does it work as root?

BillK

On Tue, 2005-07-19 at 17:54 +1200, Jamie Dobbs wrote:
 Nick Rout wrote:
 
 Jamie. we seem to be following each other around the mailing lists. CLUG, 
 mythtv, now here. 
 
 You seem to have all the modules loaded, what is not working? 
 
 is there a /dev/video/video0?
 does xawtv -c /dev/video/video0 give any output?
 
   
 
 Output of xawtv -c /dev/video0
 
 This is xawtv-3.94, running on Linux/i686 (2.6.12-gentoo-r6)
 WARNING: Your X-Server has no DGA support.
 WARNING: couldn't find framebuffer base address, try manual
  configuration (v4l-conf -a addr)
 v4l2: open /dev/video0: Permission denied
 v4l2: open /dev/video0: Permission denied
 v4l: open /dev/video0: Permission denied
 no video grabber device available


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] slow redrawing in KDE

2005-07-19 Thread Jorge Almeida

On Tue, 19 Jul 2005, Richard Fish wrote:



You might take a walk through the KDE option menus and disable anything that 
says drop shadows, transparency, or most other eye-candy.



I had done that already. But I like eye-candy, or I might as well use a
minimalistic wm...
(I didn't get shadows or transparency anyway, whwn it was enabled.)



number of extensions:33
BIG-REQUESTS
Composite



Could you try disabling this.  From googling, it seems that something like 
the following in xorg.conf should do it:


Section Extensions
  Option Composite Disable
EndSection

I did it (actually, I commented out the whole section). I guess things are 
better. I still can see widgets in mozilla
windows showing in a cascading way, but time lag is small.

BTW: that Section was the last one in xorg.conf, and vim suggested there
was something wrong with it (different colors than other sections), but
it's beyond me to guess what.


Everything else looks sane.

-Richard


Thanks.

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



[gentoo-user] Gentoo Installation

2005-07-19 Thread Mark Humphrey
Does Gentoo have any sort of GUI for installation? I've followed the
Gentoo Handbook, but a GUI would obviously be nicer.



Email Disclaimer
http://www.aplitec.co.za/emaildisclaimer.htm

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] howto install gentoo without a cd-rom

2005-07-19 Thread simply change
hi!

dear friends,

i have an old pentium2 laptop without a cdrom. it has a 1 LAN port(I
HAVE A ADSL LINE) + floppy driver. now i need to install gentoo
to my lap. so can any body to help me to do this? -- ...The future lies ahead. ___ Have you mooed today?  ---\^__^
 \ (oo) \___
(__)
\
)\/\||--w|||
||Gentoo Linux 2.6.12-gentoo-r4-Adapt-v1.1#


Re: [gentoo-user] Gentoo Installation

2005-07-19 Thread Zac Medico

Mark Humphrey wrote:

Does Gentoo have any sort of GUI for installation? I've followed the
Gentoo Handbook, but a GUI would obviously be nicer.



Yes, it's the Gentoo Installer project: 
http://www.gentoo.org/proj/en/releng/installer/

According to their roadmap they have already completed a functional x86 
installer but it's not officially released yet.

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



Re: [gentoo-user] howto install gentoo without a cd-rom

2005-07-19 Thread Dirk Heinrichs
Am Dienstag, 19. Juli 2005 09:47 schrieb ext simply change:

 i have an old pentium2 laptop without a cdrom. it has a 1 LAN port(I HAVE
 A ADSL LINE) + floppy driver. now i need to install gentoo to my lap. so
 can any body to help me to do this?

http://www.gentoo.org/doc/en/altinstall.xml should help you out.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpSejTC2yt1d.pgp
Description: PGP signature


[gentoo-user] gdm/gnome auto logout (sorry for possible repetition)

2005-07-19 Thread Nick Rout
Someone posted to my lug recently about a problem with gnome or gdm
seeming to automatically log them out after a period of time. I vaguely
recall this being discussed here a few months ago. I have searched my
own email folder and the archives, but cannot find the right thread or a
solution.

Anyone?
-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] cannot emerge iptraf

2005-07-19 Thread Javier Uribe
Hi,

 yes, cannot install iptraf in my system

the code error is:

 md5 files   ;-) iptraf-2.7.0-r1.ebuild
 md5 files   ;-) files/digest-iptraf-2.7.0-r1
 md5 files   ;-) files/iptraf-2.7.0-atheros.patch
 md5 src_uri ;-) iptraf-2.7.0.tar.gz
 md5 src_uri ;-) iptraf-2.7.0-ipv6-alpha11.diff
 Unpacking source...
 Unpacking iptraf-2.7.0.tar.gz
to /var/tmp/portage/iptraf-2.7.0-r1/work
 * Applying iptraf-2.7.0-atheros.patch ...
[ ok ]
 * Applying iptraf-2.7.0-ipv6-alpha11.diff ...
[ ok ]
 Source unpacked.
rm -f *.o *~ core iptraf rvnamed rawtime cfconv
make -C ../support clean
make[1]: Entering directory
`/var/tmp/portage/iptraf-2.7.0-r1/work/iptraf-2.7.0/supp
ort'
rm -rf *.o *~ libtextbox.a libtextbox.so
make[1]: Leaving directory
`/var/tmp/portage/iptraf-2.7.0-r1/work/iptraf-2.7.0/suppo
rt'
gcc -march=athlon-xp -O2 -fomit-frame-pointer -ffast-math -pipe -m3dnow
-msse -mmmx-mfpmath=sse
-DWORKDIR=\/var/lib/iptraf\ -DLOGDIR=\/var/log/iptraf\ -DEXECDIR=
\   /usr/sbin\
-I/usr/include/ncurses -I../support -DVERSION=\2.7.0\ -DPLATFORM=\Lin
ux/i386\ -c -o iptraf.o iptraf.c
In file included from tcptable.h:27,
 from iptraf.c:54:
/usr/include/net/if.h:45: error: error de decodificación antes de una
constante numé   rica
/usr/include/net/if.h:111: error: redefinición de `struct ifmap'
/usr/include/net/if.h:126: error: redefinición de `struct ifreq'
/usr/include/net/if.h:176: error: redefinición de `struct ifconf'
make: *** [iptraf.o] Error 1

!!! ERROR: net-analyzer/iptraf-2.7.0-r1 failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status
message.

what the hell happen?

I use gcc 3.4.4

my CFLAG and CXXFLAG: 
CFLAGS=-march=athlon-xp -O2 -fomit-frame-pointer -ffast-math -pipe
-m3dnow -msse -mmmx -mfpmath=sse

CXXFLAGS=-march=athlon-xp -O3 -fomit-frame-pointer -ffast-math -pipe
-m3dnow -msse -mmmx -mfpmath=sse





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] howto install gentoo without a cd-rom

2005-07-19 Thread Neil Bothwick
On Tue, 19 Jul 2005 13:47:03 +0600, simply change wrote:

 i have an old pentium2 laptop without a cdrom. it has a 1 LAN port(I
 HAVE A ADSL LINE) + floppy driver. now i need to install gentoo to my
 lap. so can any body to help me to do this? 

Considering how long compilation would take on this, the best approach
may be to install in a chroot on a more capable machine, then simply set
up the partitions and copy everything over once it is all compiled and
set up. Make sure you set your CFLAGS and CHOST to match the laptop. then
you only need to run grub to set up the bootloader and you're away.

Another advantage of this approach is that you can emerge updates in the
chroot with --buildpkg and NFS mount the PKG DIR on your laptop, so it
can install from binaries.


-- 
Neil Bothwick

I've got a mind like a... a... what's that thing called?


pgpjR1ukvvPBs.pgp
Description: PGP signature


[gentoo-user] Determining the current runlevel

2005-07-19 Thread Neil Bothwick
I'm sure I've seen this mentioned before, but can't find it. I need a way
to find the current Gentoo runlevel (not the numeric one) in a script. I
can check the level booted by grepping /proc/cmdline, but that fails if
the runlevel was subsequently changed with rc.


-- 
Neil Bothwick

Don't forget that MS-Windows is just a temporary workaround until you can
switch to a GNU system.


pgpALwVczuCa0.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo Installation

2005-07-19 Thread Mark Humphrey


Zac Medico wrote:

 Mark Humphrey wrote:

 Does Gentoo have any sort of GUI for installation? I've followed the
 Gentoo Handbook, but a GUI would obviously be nicer.


 Yes, it's the Gentoo Installer project:
 http://www.gentoo.org/proj/en/releng/installer/

 According to their roadmap they have already completed a functional
 x86 installer but it's not officially released yet.

 Zac


Sounds good.



Email Disclaimer
http://www.aplitec.co.za/emaildisclaimer.htm

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Howto speed up compilations

2005-07-19 Thread Rafer
On Monday 18 July 2005 19:07, John J. Foster wrote:
 Good afternoon all,

 A few weeks ago I read in one of the newgroups a way to greatly decrease
 compilation times. The author noted that this was particularly noticable
 when working with something like OO. The general jist of it was to
 create temporary file system in memory and mount your portage tmpdir
 there. For the life of me, I can't find that thread anymore. Does anyone
 do something similar to this? Are there noticable gains to be had. I
 have an Athlon 2800XP and 1 GB ram.

 Thanks,
 John

Yes Sure :)  Here John read This Sektion -

 http://gentoo-wiki.com/TIP_Speeding_up_portage
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Determining the current runlevel

2005-07-19 Thread Ow Mun Heng
On Tue, 2005-07-19 at 10:32 +0100, Neil Bothwick wrote:
 I'm sure I've seen this mentioned before, but can't find it. I need a way
 to find the current Gentoo runlevel (not the numeric one) in a script. I
 can check the level booted by grepping /proc/cmdline, but that fails if
 the runlevel was subsequently changed with rc.

not sure if executing

$runlevel
N 3

helps?


-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 18:03:34 up 2 days, 1:11, 9 users, load average: 2.53, 1.24,
1.01 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Determining the current runlevel

2005-07-19 Thread Remy Blank
Neil Bothwick wrote:
 I'm sure I've seen this mentioned before, but can't find it. I need a way
 to find the current Gentoo runlevel (not the numeric one) in a script. I
 can check the level booted by grepping /proc/cmdline, but that fails if
 the runlevel was subsequently changed with rc.

# cat /var/lib/init.d/softlevel
default

HTH.
-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Daily dumb question... chron.

2005-07-19 Thread Steve [Gentoo]

Bob Sanders wrote:

Are thse system tasks supposed to be fired automatically by fcron? 
   


Yes.  In the ebuild it says -
   einfo To activate /etc/cron.{hourly|daily|weekly|montly} please run: 
   einfo crontab /etc/crontab
 

I hadn't seen that message - but then again, when I installed fcron the 
/etc/cron.* stuff wasn't especially important to me... so I might easily 
have ignored it at the time.  It's a pity this sort of essential 
warning isn't available for all packages as some kind of Gentoo 
knowledge base - I guess I could read the ebuild files - but it would be 
far more convenient to have tips/tricks/gotchas available annotated with 
each package - say on http://packages.gentoo.org/...  Hmmm.


In any case, thanks - crontab /etc/crontab seems the perfect resolution.

Steve

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Determining the current runlevel

2005-07-19 Thread Richard Brown
On 19/07/05, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Tue, 19 Jul 2005 18:03:53 +0800, Ow Mun Heng wrote:
 
   I'm sure I've seen this mentioned before, but can't find it. I need a
   way to find the current Gentoo runlevel (not the numeric one) in a
   script. I can check the level booted by grepping /proc/cmdline, but
   that fails if the runlevel was subsequently changed with rc.

rc-status -nc | head -n 1 | cut -c11-

HTH

-- 
Richard Brown

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] howto install gentoo without a cd-rom

2005-07-19 Thread John Blinka

Nick Rout wrote:


basically you need a floppy that will allow you to:

1. boot with networking going
2. create and mount your filesystems
3. download a stage file
4. unzip it (specifically bzip2, although if the floppy only has gzip ot
zip you an repack your stage file)
5. chroot into the new file system.

tomsrtbt seems to fall down on the chrooting
 


My experience with tomsrtbt is fairly good.  I, too, have an old laptop
(Dell XPi 150 CD) with no bootable cdrom.  The tomsrtbt floppy allowed
me to boot it, partition the disk, and to connect to the internet via a
Xircom pcmcia card.  It also allowed me to chroot to /mnt/gentoo.
For some reason which I can't explain, though, the ethernet connection
fails after the chroot.  This prevented downloading of required packages.
To solve this problem, I downloaded all the necessary packages on
another machine, exited the chrooted environment on the Dell XPi 150 CD,
brought all the packages over from the other machine to
/mnt/gentoo/usr/portage/distfiles via nc, then re-chrooted and continued
emergeing.

I've almost got this laptop functioning under gentoo, but the compile
times are horrendously long.  Hence this question:  Can I use distcc
to speed it up?  I have 3 other machines already using distcc, but they
are more modern; their /etc/make.conf contains:

CFLAGS=-O2 -mcpu=i686 -fomit-frame-pointer -pipe
CHOST=i686-pc-linux-gnu

whereas the Dell XPi 150 CD contains:

CFLAGS=-O2 -mcpu=i586 -fomit-frame-pointer
CHOST=i386-pc-linux-gnu

Do these differences prevent the Dell XPi 150 CD from being able
to use the distcc results from the other machines?

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



Re: [gentoo-user] distcc (was: howto install gentoo without a cd-rom)

2005-07-19 Thread Christoph Gysin
John Blinka wrote:
 I've almost got this laptop functioning under gentoo, but the compile
 times are horrendously long.  Hence this question:  Can I use distcc
 to speed it up?  I have 3 other machines already using distcc, but they
 are more modern; their /etc/make.conf contains:
 
 CFLAGS=-O2 -mcpu=i686 -fomit-frame-pointer -pipe
 CHOST=i686-pc-linux-gnu
 
 whereas the Dell XPi 150 CD contains:
 
 CFLAGS=-O2 -mcpu=i586 -fomit-frame-pointer
 CHOST=i386-pc-linux-gnu
 
 Do these differences prevent the Dell XPi 150 CD from being able
 to use the distcc results from the other machines?

No, that's not a problem. gcc won't use your settings from make.conf if
invoked by distcc.

But make sure you use the same gcc-versions on all boxes. It could work
with some combinations, but don't report bugs if it doesn't.

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Determining the current runlevel

2005-07-19 Thread Neil Bothwick
On Tue, 19 Jul 2005 12:30:47 +0100, Richard Brown wrote:

 rc-status -nc | head -n 1 | cut -c11-

OK, that's the third way of doing it so far, any more? ;-)


-- 
Neil Bothwick

I only shoot IBM's to put them out of their misery.


pgpmGC2dIsbBz.pgp
Description: PGP signature


[gentoo-user] Ybind problems - doesn't like YP server

2005-07-19 Thread Jim Hatfield
We have a Solaris based YP server.

On a fresh install I set /etc/yp.conf to:
domain insignia broadcast

and set NISDOMAIN to insignia in /etc/conf.d/domainname.

If I run ypbind -debug I get:

speyburn ~ # ypbind -debug
parsing config file
Trying entry: domain insignia broadcast
parsed domain 'insignia' broadcast
add_server() domain: insignia, broadcast
[Welcome to ypbind-mt, version 1.17.2]

do_broadcast() for domain 'insignia' is called
Answer for domain 'insignia' from server 'panther.internal.local'
leave do_broadcast() for domain 'insignia'
Pinging all active server.
Pinging all active server.

The YP server is correctly identified. I can ping it OK
in another window. However if I do a ypwhich in another
window I get:

speyburn ~ # ypwhich
can't yp_bind: Reason: Domain not bound

It doesn't make any difference if I use the -broken-server
flag.

This was working fine on the machine which failed and I'm
in the process of replacing, and I'm pretty sure I didn't
do any more than the above.



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo Installation

2005-07-19 Thread Rumen Yotov

Mark Humphrey wrote:


Zac Medico wrote:

 


Mark Humphrey wrote:

   


Does Gentoo have any sort of GUI for installation? I've followed the
Gentoo Handbook, but a GUI would obviously be nicer.

 


Yes, it's the Gentoo Installer project:
http://www.gentoo.org/proj/en/releng/installer/

According to their roadmap they have already completed a functional
x86 installer but it's not officially released yet.

Zac
   




Sounds good.



Email Disclaimer
http://www.aplitec.co.za/emaildisclaimer.htm

 


Hi,
Beside this official Gentoo installer, there's another distro based on 
Gentoo, which uses anaconda as graphical installer, current version 
seems to be 1.1 - it's called VidaLinux google for the site. Never tried 
it, so no experience.

But it was paid for a Pro/Full version (support), check their site.
OT: some people think it's rather abusing Gentoo's 
development,infrastructure,package system (no flames please ;)

HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] Unicode error in bugzilla

2005-07-19 Thread Bruno Lustosa
Hello, I emerged bugzilla yesterday, using postgresql as database.
However, I can't enter any accented characters anywhere (bugs
description, name, subject, etc). It will give me the following error:

Software error:

DBD::Pg::st execute failed: ERROR:  invalid byte sequence for encoding
UNICODE: 0xe7
 [for Statement INSERT INTO bugs
(version,rep_platform,bug_severity,priority,op_sys,assigned_to,bug_status,bug_file_loc,short_desc,target_milestone,everconfirmed,product_id,component_id,
reporter, delta_ts, estimated_time, remaining_time, deadline) VALUES
('1','PC','normal','P2','Linux','1','NEW','','','---','1','2','2',1,
'2005-07-19 10:56:40.663303-03', 0, 0, NULL)] at Bugzilla/DB.pm line
81
Bugzilla::DB::SendSQL('INSERT INTO bugs
(version,rep_platform,bug_severity,priority,...') called at
/var/www/localhost/htdocs/bugzilla/post_bug.cgi line 386

From what I guess, it's trying to send the raw iso-8859-1 c-cedilla
directly over a unicode connection. In PHP, I'd solve this using a
simple pg_set_client_encoding() call, however I don't know the right
way to do it under Perl.
Can someone shed some light? Perhaps change database encoding to
latin1? My system is all unicode (utf-8) here.

-- 
Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil  |

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] howto install gentoo without a cd-rom

2005-07-19 Thread Petr Kocmid
On Tuesday 19 of July 2005 09:47, simply change wrote:
 i have an old pentium2 laptop without a cdrom. it has a 1 LAN port(I HAVE A
 ADSL LINE) + floppy driver. now i need to install gentoo to my lap. so can
 any body to help me to do this?

Last week I did it on ancient p/mmx omnibook 800 which has no CD nor floppy 
nor USB. 

1. Put the hard disk on another computer, unpack the base installation 
(stage3, portage snapshot, copy distfiles from CD). You may need a 2.5 to 3.5 
ide adapter cable to do it, or another laptop *with* CD drive.
2. remount /proc down to it, chroot to it, set the root password 
3. build some adequate kernel with genkernel
4. emerge and install grub, not lilo (lilo usually can't cope with different 
bios setting when you move drive back)
5. put the drive back on the laptop, reboot with manually entered grub 
parameters

Once booted, you can configure network and emerge/rebuild rest of what you 
want.

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



[gentoo-user] fbsplash problems

2005-07-19 Thread LostSon
 Hello 
 I am trying to get fbsplash to work and am stuck. I have followed the
directions on the gentoo-wiki site but still no luck. Im using vesafb
with a 2.6.12-r6 kernel. my grub.conf looks like this 

title=Gentoo-2.6.12-r6-fbsplash
root (hd0,0)
kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
initrd (hd0,0)/fbsplash-gentoo-1024x768

 It tries to go to it but it just stays in text mode with no splash it
doesnt even go to 1024x768. I get this when booting

 Kernel command line: root=/dev/hda3 video=vesafb:ywrap,mtrr,[EMAIL PROTECTED]
splash=silent,theme:gentoo quiet CONSOLE=/dev/tty1

 Im not sure what that means though. Any ideas, thanks.
-- 
LostSon

http://www.lostsonsvault.org

Fox Cities Linux User Group = www.foxlug.org


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Gentoo Installation

2005-07-19 Thread Patrick Rutkowski
On Tuesday 19 July 2005 03:31, Mark Humphrey wrote:
 Does Gentoo have any sort of GUI for installation? I've followed the
 Gentoo Handbook, but a GUI would obviously be nicer.



 Email Disclaimer
 http://www.aplitec.co.za/emaildisclaimer.htm

Suffer through the terminal only install a few times; you'll learn lots :)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] howto install gentoo without a cd-rom

2005-07-19 Thread Patrick Rutkowski
On Tuesday 19 July 2005 03:47, simply change wrote:
 hi!

 dear friends,

 i have an old pentium2 laptop without a cdrom. it has a 1 LAN port(I HAVE A
 ADSL LINE) + floppy driver. now i need to install gentoo to my lap. so can
 any body to help me to do this?

You could always try booting the slackware installer off of floppy disks. If 
you download their network.dsk floppy image then you can have internet 
access during the install; skip the slackinstall, duck out into a terminal, 
and install gentoo.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo Installation

2005-07-19 Thread Holly Bostick

Rumen Yotov schreef:



Hi,
Beside this official Gentoo installer, there's another distro based on 
Gentoo, which uses anaconda as graphical installer, current version 
seems to be 1.1 - it's called VidaLinux google for the site. Never tried 
it, so no experience.

But it was paid for a Pro/Full version (support), check their site.
OT: some people think it's rather abusing Gentoo's 
development,infrastructure,package system (no flames please ;)

HTH. Rumen


Not flaming but I will say that I installed Gentoo using VidaLinux 
(there's a couple of thread on the forums about how to turn a Vida 
install back into 'real' Gentoo, which I utilized).


It was not a good idea, and I do not recommend it.

I don't know if Vida is a good distro on its own account (as I didn't 
use it on its own account), so this is not any kind of judgement about 
the distro itself.


However, because it's kinda-half-binary based (there's a Club which you 
can pay to join to get access to a repository of pre-compiled binaries, 
and I think I read an announcement that it was finally up and running, 
though presumably still small), because of the backend needed to support 
Anaconda, and because, while Vida is Gentoo-based, yet not Gentoo, if 
you use it to install, things will be ... different... than what they 
should be (as per the Handbook, for example), and because the base 
system is not explicitly documented (afaik) by either Gentoo or Vida 
(why should it be, after all?), you are not going to know (or will have 
a very hard time figuring out) what 'extras' Vida might have installed 
that you don't need, or what aspects of the Gentoo backend you might 
need that Vida didn't install (because Vida doesn't need them).


Basically, you wind up reinstalling the entire system again anyway, with 
all that implies, and  while it's all very nice to do that from within 
an installed system than from the console (unless you had the good sense 
to use the Alternate Install guide and install from a Knoppix LiveCD 
boot, or another previously-installed distro), the result is that you 
get Gentoo, but without that sense of confidence that everything is 
correctly built, and to your specifications. I still don't know how 
much, if any, Vida cruft I have hanging around, some two months after I 
installed.


And it just wasn't worth it, if I have to lose my confidence that way, 
to save (admittedly) a big chunk o' time.


I really wouldn't recommend it to anyone else, unless they actually 
wanted to use Vida, in which case, good luck, Godspeed, and hope it 
works out. I'm a Gentoo user :-) .


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



Re: [gentoo-user] OT: keys that don't create keycodes

2005-07-19 Thread Petr Kocmid
On Tuesday 19 of July 2005 08:56, Iain Buchanan wrote:
 It seems that every multimedia keyboard out there (especially the usb
 ones) have some or all extra keys that just aren't visible outside of
 Winblows.

 I have a couple of them!  I've tried all the usual ways of detecting
 them - xev and others that do a similar thing but they just don't
 register as keypresses in any standard way.

 I would like comments on why, and what methods, if any, may be available
 to detect such keys.  Surely with the plethora of cheap multimedia
 keyboards out there, there is some way.

In X, once you analyze scan codes generated by those keys with xev, you can 
assign keycodes locally wih xmodmap. In keyboard maps, you can reuse some 
exotic Fn key names available from historical mainframe terminals, unused on 
PC platform, such as F26 and Shift+F26 and so, I can't now remember the exact 
number limit for function key names, depends on how x libraries built. Works 
great for KDE, which recognizes these names well for shortcuts.

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



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Ramón Gutiérrez
I think the Fbsplash isnt working in 2.6-rx dont know why but i cant get it to work neither.
On 7/19/05, LostSon [EMAIL PROTECTED] wrote:
HelloI am trying to get fbsplash to work and am stuck. I have followed thedirections on the gentoo-wiki site but still no luck. Im using vesafb
with a 2.6.12-r6 kernel. my grub.conf looks like thistitle=Gentoo-2.6.12-r6-fbsplashroot (hd0,0)kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$initrd (hd0,0)/fbsplash-gentoo-1024x768
It tries to go to it but it just stays in text mode with no splash itdoesnt even go to 1024x768. I get this when bootingKernel command line: root=/dev/hda3 video=vesafb:ywrap,mtrr,[EMAIL PROTECTED]splash=silent,theme:gentoo quiet CONSOLE=/dev/tty1
Im not sure what that means though. Any ideas, thanks.--LostSonhttp://www.lostsonsvault.orgFox Cities Linux User Group = 
www.foxlug.orgBodyID:45422903.2.n.logpart (stored separately)-- Ramon Gutierrez 


Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Holly Bostick

LostSon schreef:
 Hello 
 I am trying to get fbsplash to work and am stuck. I have followed the

directions on the gentoo-wiki site but still no luck. Im using vesafb
with a 2.6.12-r6 kernel. my grub.conf looks like this 


title=Gentoo-2.6.12-r6-fbsplash
root (hd0,0)
kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
initrd (hd0,0)/fbsplash-gentoo-1024x768

 It tries to go to it but it just stays in text mode with no splash it
doesnt even go to 1024x768. I get this when booting

 Kernel command line: root=/dev/hda3 video=vesafb:ywrap,mtrr,[EMAIL PROTECTED]
splash=silent,theme:gentoo quiet CONSOLE=/dev/tty1

 Im not sure what that means though. Any ideas, thanks.


That means, afaik, that there is an error in the syntax of that specific 
line, and you need to fix it, as GRUB can't figure out or even guess 
what the heck you mean.


For reference, here's my kernel command line (splash does work for me):

kernel /vmlinuz root=/dev/hda5 
video=vesafb-tng:ywrap,mtrr,pmipal,[EMAIL PROTECTED] 
splash=silent,theme:emergence quiet CONSOLE=/dev/tty1


The (main) difference I see is that you have no bit depth specified in 
your video= command, but perhaps vesafb doesn't need one. I also see 
that I'm using pmipal and you aren't but since I don't even know what 
that is anyway, I'll assume it's not important.


So what I'm wondering is-- you're asking for vesafb in the command line, 
but is that actually the framebuffer that you've selected in the kernel 
(in menuconfig, Device Drivers section =Graphics support, what is the 
actual name of the vesa framebuffer being built)?


Mine looks like

VESA VGA graphics support

VESA driver type (vesafb-tng)  ---

Does it actually say 'vesafb' between your parentheses (as I believe 
that vesafb-tng is the default if you enable VESA VGA graphics support)?


Also what version of splashutils, did you recently upgrade the kernel 
from 2.6.11, and if so, did you re-generate the splash initrd (there's 
an einfo to this effect in the recent splashutils ebuilds)?


HTH,
Holly
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread LostSon
On Tue, 2005-07-19 at 17:50 +0200, Holly Bostick wrote:
 LostSon schreef:
   Hello 
   I am trying to get fbsplash to work and am stuck. I have followed the
  directions on the gentoo-wiki site but still no luck. Im using vesafb
  with a 2.6.12-r6 kernel. my grub.conf looks like this 
  
  title=Gentoo-2.6.12-r6-fbsplash
  root (hd0,0)
  kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
  video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
  initrd (hd0,0)/fbsplash-gentoo-1024x768
  
   It tries to go to it but it just stays in text mode with no splash it
  doesnt even go to 1024x768. I get this when booting
  
   Kernel command line: root=/dev/hda3 video=vesafb:ywrap,mtrr,[EMAIL 
  PROTECTED]
  splash=silent,theme:gentoo quiet CONSOLE=/dev/tty1
  
   Im not sure what that means though. Any ideas, thanks.
 
 That means, afaik, that there is an error in the syntax of that specific 
 line, and you need to fix it, as GRUB can't figure out or even guess 
 what the heck you mean.
 
 For reference, here's my kernel command line (splash does work for me):
 
 kernel /vmlinuz root=/dev/hda5 
 video=vesafb-tng:ywrap,mtrr,pmipal,[EMAIL PROTECTED] 
 splash=silent,theme:emergence quiet CONSOLE=/dev/tty1
 
 The (main) difference I see is that you have no bit depth specified in 
 your video= command, but perhaps vesafb doesn't need one. I also see 
 that I'm using pmipal and you aren't but since I don't even know what 
 that is anyway, I'll assume it's not important.
 
 So what I'm wondering is-- you're asking for vesafb in the command line, 
 but is that actually the framebuffer that you've selected in the kernel 
 (in menuconfig, Device Drivers section =Graphics support, what is the 
 actual name of the vesa framebuffer being built)?
 
 Mine looks like
 
 VESA VGA graphics support
 
 VESA driver type (vesafb-tng)  ---
 
 Does it actually say 'vesafb' between your parentheses (as I believe 
 that vesafb-tng is the default if you enable VESA VGA graphics support)?
 
 Also what version of splashutils, did you recently upgrade the kernel 
 from 2.6.11, and if so, did you re-generate the splash initrd (there's 
 an einfo to this effect in the recent splashutils ebuilds)?
 
 HTH,
 Holly

 Ok i tried adding that in my line but still no luck alot of what im
getting is errors about not being able to load config files and fd0 or
fb0 it goes by so fast and i cannot find these error messages in any of
my logs either. Im using splashutils-1.1.9.7 btw, thanks
-- 
LostSon

http://www.lostsonsvault.org

Fox Cities Linux User Group = www.foxlug.org


signature.asc
Description: This is a digitally signed message part


[gentoo-user] safe devfs - udev migration

2005-07-19 Thread Richard P. Groenewegen
All,

During the gentoo installation I had very nasty error messages after
the first reboot.  The partition table of my harddisk was unreadable
and the file system could not be mounted.

Installation of devfs solved it, but, as I can tell from the mailing
list devfs is obsolete.

**What is a safe way to migrate to udev?**

I'd prefer to do only steps that are reversible, as the installation
is now finished and it took a while.  For your information, I have
/dev support in my 2.6 kernel.  Is it essential to remove /dev
support?

best regards,
Richard
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Digest verification Failed

2005-07-19 Thread Daevid Vincent
It seems lately (within the past few months), I am seeing a lot more of
these:

!!! Digest verification Failed:
!!!/usr/portage/distfiles/foo-1.2.3.tar.gz
!!! Reason: Failed on MD5 verification

The problem (aside from the obvious) is that portage just shits the bed and
doesn't try to re-get the file (which would solve the problem more often
than not). Even if I manually rm /usr/portage/distfiles/foo* and emerge it
again, it's a crap-shoot if it will pass the Digest verification. Sometimes
I've tried as many as five or more times this obnoxious cycle and finally
said fsck it and just manually emerged the OTHER packages, hoping that in a
week or so, there will be a newer version of whatever the offending package
was and we can try this all over again with fingers crossed.

I would use --skipfirst, but that doesn't work with emerge -Davu world...
*sigh*.

Anyone know why the digests are failing so frequently? Are they packaged
poorly? Is it the mirror I'm getting them from? But then that begs the
question, aren't the mirrors synchronized and MD5 verified with each other?
Shouldn't TCP/IP be safe in that it retries a packet until it gets it -- and
therefore, why is the MD5 different?

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Digest verification Failed

2005-07-19 Thread Dave Nebinger
 Anyone know why the digests are failing so frequently? Are they packaged
 poorly? Is it the mirror I'm getting them from? But then that begs the
 question, aren't the mirrors synchronized and MD5 verified with each
 other?
 Shouldn't TCP/IP be safe in that it retries a packet until it gets it --
 and
 therefore, why is the MD5 different?

I haven't had any issues with md5 sums on recent packages and my systems are
updated pretty much daily (thus requiring frequent downloads).

When it has happened I had to delete the file from /usr/portage/distfiles in
order to fetch a clean copy.  And since I'm running http-replicator I will
also remove any cached copy and recycle http-replicator to ensure it is
starting from a clean state.  If you're using this or another cache/proxy
you'll want to ensure that you clean it out before retrying the fetch.

I'm not sure how the mirrors are synchronized but I would guess it's rsync
based.  There should not be any problems there.  I don't know if they check
the md5 sums on files pulled into the mirror, but I would guess they do not.

I'd look at your /var/log/emerge.log for errors dealing with the fetch.
Also check for filesystem errors if you're using a separate FS for the
/usr/portage space; it could be a read/write error associated with the disk
itself.




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Christoph Eckert

 So after spending a day messing with and research fb'ing, i
 gots nothing but messed up fonts in xfce which i'm STILL
 trying to fix and actaully, i might send a email to the
 list about it

please do so, I have the same troubles :( .


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] whither booting into single user mode

2005-07-19 Thread Allan Gottlieb
Previously I could boot into single user mode with the following line
in grub

kernel /boot/kernel-2.6.8-gentoo-r3 root=/dev/hdc7 single

After a recent emerge sync and update of world, the above is just a
normal multiuser boot.

I can use

kernel /boot/kernel-2.6.8-gentoo-r3 root=/dev/hdc7 softlevel=single

but this is not the same as booting into single user mode.  For
example, there are virtual terminals, and hitting ^D does not then put
you into multiuser mode.

I like single user mode for doing (incremental) backups each day
before logging in.  I realize I can write init.d scripts and will
probably do so, but having an interactive shell on the way up to
full multiuser mode seems useful.

Does anyone know the current method of achieving what

kernel /boot/kernel-2.6.8-gentoo-r3 root=/dev/hdc7 single

use to do a few weeks ago?

Thanks,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Richard Fish



LostSon wrote:

Hello 
I am trying to get fbsplash to work and am stuck. I have followed the

directions on the gentoo-wiki site but still no luck. Im using vesafb
with a 2.6.12-r6 kernel. my grub.conf looks like this 


title=Gentoo-2.6.12-r6-fbsplash
root (hd0,0)
kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
initrd (hd0,0)/fbsplash-gentoo-1024x768

 



Um, is fbsplash-gentoo-1024x768 in the /boot directory?  Is your root 
filesystem /dev/hda1?


If the answer to both is yes, then the initrd line should say:

initrd (hd0,0)/boot/fbsplash-gentoo-1024x768

-Richard


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Can't get new XP into Samba domain

2005-07-19 Thread Patrick
Hi,

I have a Samba domain with two XP Prof machines into it. With a new
Windows XP Prof sp2 machine, i get this message if the user wants to
logon:

The system cannnot log you on due to the following error:
A device attached to the system is not functioning.

This is also if i want to use a existing account. Only with root i have
no problems.
Ofcourse the machine account exists.

Anyone a idee wat i must change on the Windows machine ?


TIA
Patrick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Richard Fish

Ramón Gutiérrez wrote:

I think the Fbsplash isnt working in 2.6-rx dont know why but i cant 
get it to work neither.



WFM with the emergence theme and 2.6.12-gentoo-r5 (r2-r4 were also ok).

I have a Radeon mobility 9600 and am using the radeonfb driver.  
Unfortunately my initrd is highly custom, and linked into my kernel, so 
comparisons will be tough.


Do you get the frame buffer, but no graphics?  If so, you most likely 
need to add RAM disk support and Initial RAM disk (initrd) support 
to your kernel.  Both options are found under Device Drivers-Block devices.


-Richard

--
gentoo-user@gentoo.org mailing list



[gentoo-user] After attempting fb'ing with nvidia, xfce fonts are tiny.

2005-07-19 Thread cafairle

So I started out compiling 2.6.12-r6 with frame buffer support adding in vesafb.
Tried various grub lines at various res's, got nothing but distorted console
fonts (started 1/3 way over on screen w/ wrap around plus a duplication on the
line at the start, only the very top line of the screen displayed correctly).
Tried rivafb, not compatable with nvidia driver, tried nvidiafb, no luck. Nvidia
driver wouldnt even load in any configuration i tried.

So I go to revert back to a kernel without framebuffering support (also tried
disabling RAM disc support needed for initrd) making NO changes to xorg.conf or
any xfce settings but when I log in, my system font size appeared much smaller.
This was apparent in applications like gnome-terminal, evolution, x-chat and
gkrellm. Firefox and xemacs displayed the correct fonts. Application windows
were the correct size, simply the fonts were smaller.

After changing my modeline, disabling composite support, 'emerge -Nva
nvidia-kernel' and various other solutions, no changet and various other
solutions, no change was seen.  was seen.

My question is, you know in gnome-terminal you can select whether to use system
terminal font, what font is this? it seems to be the issue. I *could* simply
increase the font size in all affected apps but I shouldnt have to do that.

Others have suggested expliciting setting the dpi in xorg.conf but again, I
never had to do that before so why now? Right now its 75x75 dpi. I have no idea
what it was before this font issue.

My native resolution is 1680x1050 (17 wsxga LCD). I'm using nvidia 7667 w/ fast
write, side buffering and 8x agp enabled (not the most stable i know, but has
not been problematic).

Thanks,
Chris



This mail sent through www.mywaterloo.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Resizing ext3

2005-07-19 Thread Bruno Gola
James Hiscock wrote:

It stills in trouble (with -C it does not work, so i tryied man tune2fs
and i found out that it should be -O)... any idea ?



My guess? I wrote down the wrong option. shrug Wouldn't really
surprise me - I tend to reply to these things first thing in the
morning, and I'm rarely entirely awake. ;)

  

note that now (after tune2fs ...) the option Resize in QTparted, is
avaiable for this partition, but when i put 60GB i get an error...



The only other thing(s) I can think of is that there's an option
similar to the has_journal one that's turned on that parted can't
deal with, or you're trying to resize the partition too much, or
there's data past the 60GB mark on the disk that parted can't move for
you... that last one seems a bit of a stretch to me, though, given the
error you're getting.

I can't recall ever having used parted directly, though, so I'm a bit
out of my depth here.

You might want to look at the man page for tune2fs again, and see if
there's a way to spit out the filesystem features on the partition
you're trying to resize, and disable them the same way you did with
the journal... not sure if that'll help, though...

  

Man look this:

br ~ # tune2fs -l /dev/hdb1
tune2fs 1.37 (21-Mar-2005)
Filesystem volume name:   none
Last mounted on:  not available
Filesystem UUID:  7bbe5861-7bbc-4fde-a5be-55cce4ea3c84
Filesystem magic number:  0xEF53
Filesystem revision #:1 (dynamic)
Filesystem features:  has_journal resize_inode filetype needs_recovery
e_super large_file
Default mount options:(none)
Filesystem state: clean
Errors behavior:  Continue
Filesystem OS type:   Linux
Inode count:  8192000
Block count:  16384000
Reserved block count: 655360
Free blocks:  7996721
Free inodes:  8166224
First block:  0
Block size:   4096
Fragment size:4096
Reserved GDT blocks:  1024
Blocks per group: 32768
Fragments per group:  32768
Inodes per group: 16384
Inode blocks per group:   512
Filesystem created:   Sun Apr 17 01:58:25 2005
Last mount time:  Tue Jul 19 00:11:17 2005
Last write time:  Tue Jul 19 00:11:17 2005
Mount count:  7
Maximum mount count:  28
Last checked: Sun Jul 17 19:53:46 2005
Check interval:   15552000 (6 months)
Next check after: Fri Jan 13 20:53:46 2006
Reserved blocks uid:  0 (user root)
Reserved blocks gid:  0 (group root)
First inode:  11
Inode size:   128
Journal inode:8
Default directory hash:   tea
Directory Hash Seed:  ff201bda-a730-40f7-b712-24dd18109a4d
Journal backup:   inode blocks
br ~ #


i think the line
Filesystem features:  has_journal resize_inode filetype needs_recovery
can help me, but i dont know how... any idea about wich feature i can
desable ?

Thanks,

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



Re: [gentoo-user] safe devfs - udev migration

2005-07-19 Thread brettholcomb
I used the steps on the Gentoo docs.  They also link to some udev site.

Essentially
1.  Set up kernel not to autostart devfs (when everything is okay you can 
remove devfs from the kernel)
2.  emerge udev
3.  I modified /etc/conf.d/rc (I think it was) to have a devfs and a udev 
version.  The udev version did not use the tarball and had another variable set.
4. Save the devfs rc and then copy the udev rc to rc
5. Reboot.

For me it worked.

 
 From: Richard P. Groenewegen [EMAIL PROTECTED]
 Date: 2005/07/19 Tue PM 01:10:10 EDT
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] safe devfs - udev migration
 
 All,
 
 During the gentoo installation I had very nasty error messages after
 the first reboot.  The partition table of my harddisk was unreadable
 and the file system could not be mounted.
 
 Installation of devfs solved it, but, as I can tell from the mailing
 list devfs is obsolete.
 
 **What is a safe way to migrate to udev?**
 
 I'd prefer to do only steps that are reversible, as the installation
 is now finished and it took a while.  For your information, I have
 /dev support in my 2.6 kernel.  Is it essential to remove /dev
 support?
 
 best regards,
 Richard
 -- 
 gentoo-user@gentoo.org mailing list
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't get new XP into Samba domain

2005-07-19 Thread Patrick
Op di, 19-07-2005 te 20:44 +0200, schreef Patrick:
 Hi,
 
 I have a Samba domain with two XP Prof machines into it. With a new
 Windows XP Prof sp2 machine, i get this message if the user wants to
 logon:
 
 The system cannnot log you on due to the following error:
 A device attached to the system is not functioning.
 
 This is also if i want to use a existing account. Only with root i have
 no problems.
 Ofcourse the machine account exists.
 
 Anyone a idee wat i must change on the Windows machine ?
 

 
rivendell samba # tail log.valar
[2005/07/19 20:27:21, 1] smbd/service.c:close_cnum(836)
  valar (192.168.123.4) closed connection to service profiles
[2005/07/19 20:27:46, 1] rpc_server/srv_netlog_nt.c:_net_sam_logon(766)
  _net_sam_logon: user ARDA\linda has user sid
S-1-5-21-2855090193-2624198182-1206554747-2004
   but group sid S-1-5-32-545.
  The conflicting domain portions are not supported for NETLOGON calls
[2005/07/19 20:27:57, 1] rpc_server/srv_netlog_nt.c:_net_sam_logon(766)
  _net_sam_logon: user ARDA\patrick has user sid
S-1-5-21-2855090193-2624198182-1206554747-3000
   but group sid S-1-5-32-545.
  The conflicting domain portions are not supported for NETLOGON calls

forgot to add my log.

Patrick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: keys that don't create keycodes

2005-07-19 Thread Patrick Börjesson
On 05/07/19 17:31, Petr Kocmid wrote:
 On Tuesday 19 of July 2005 08:56, Iain Buchanan wrote:
  It seems that every multimedia keyboard out there (especially the usb
  ones) have some or all extra keys that just aren't visible outside of
  Winblows.
 
  I have a couple of them!  I've tried all the usual ways of detecting
  them - xev and others that do a similar thing but they just don't
  register as keypresses in any standard way.
 
  I would like comments on why, and what methods, if any, may be available
  to detect such keys.  Surely with the plethora of cheap multimedia
  keyboards out there, there is some way.
 
 In X, once you analyze scan codes generated by those keys with xev, you can 
 assign keycodes locally wih xmodmap. In keyboard maps, you can reuse some 
 exotic Fn key names available from historical mainframe terminals, unused on 
 PC platform, such as F26 and Shift+F26 and so, I can't now remember the exact 
 number limit for function key names, depends on how x libraries built. Works 
 great for KDE, which recognizes these names well for shortcuts.

I think the originator is rather pointing out the problem that the newer
keyboards (e.g. those with the F-Lock key) doesn't even generate a
scancode. So xev for example won't even register a keypress when one of
those extra multimedia keys is pressed by the user... 

I had the same problem when I bought a new keyboard, but I just couldn't
find a solution for it so I returned it and went back to one of my old
IBM-clicky-click keyboards ;)

-- 
Regards,
  Patrick Börjesson

PGP signature: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21792A5D
PGP fingerprint: 74AF D4EF 6BDE CF77 16BE  6A29 CDB8 7607 2179 2A5D


pgpw7mN7zHWUM.pgp
Description: PGP signature


[gentoo-user] python / porthole thing

2005-07-19 Thread Martins Steinbergs
hi

starting porthole I get these warnings

# porthole
/usr/lib64/python2.4/site-packages/gtk-2.0/gnome/vfs.py:4: DeprecationWarning: 
Module gnome.vfs is deprecated; please import gnomevfs instead
  DeprecationWarning)
/usr/lib64/python2.4/site-packages/porthole/summary.py:37: 
GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
  self.set_editable(gtk.FALSE)
snip

ok, porthole is runing. question is should i worry, and if yes, then where to 
look for solution?


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



Re: [gentoo-user] python / porthole thing

2005-07-19 Thread Zac Medico

Martins Steinbergs wrote:

hi

starting porthole I get these warnings

# porthole
/usr/lib64/python2.4/site-packages/gtk-2.0/gnome/vfs.py:4: DeprecationWarning: 
Module gnome.vfs is deprecated; please import gnomevfs instead

  DeprecationWarning)
/usr/lib64/python2.4/site-packages/porthole/summary.py:37: 
GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead

  self.set_editable(gtk.FALSE)
snip

ok, porthole is runing. question is should i worry, and if yes, then where to 
look for solution?



Martins


Generally, when something is deprecated, it's no cause for immediate concern.  
It only means that the feature/api may not be supported sometime in the future. 
 The porthole developers may be using an older version of pygtk in which case 
they would not receive the deprecation warning.

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



[gentoo-user] Re: DVD-cd usage

2005-07-19 Thread James
Holly Bostick motub at planet.nl writes:


 Possibly your .wav file is in fact 'inappropriately encoded'? Does it
 burn if you use -data instead of -audio?

Hello Holly, 

If you read the threads, I start out trying to k3b working. I have 
not used
cdrecord, so it's quite possible (statistically probable) that 
I'm doing 
something way stupid here

so I tried:
cdrecord dev=ATAPI:0,0,0 -eject speed=2 -pad -data -v *.wav

results:
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive 
dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schilling
on-the-fly encryption (version 1.0-rc1) built-in, (C) 2004,2005 
Maximilian Decker

NOTE: this version of cdrecord is an inofficial (modified) release 
of cdrecord
  and thus may have bugs that are not present in the original
 version.
  Please send bug reports and support requests to 
burbon04 at gmx.de.
  For more information please see
http://burbon04.gmxhome.de/linux/CDREncryption.html.
  The original author should not be bothered with problems 
of this version.

cdrecord: Warning: Running on Linux-2.6.12-gentoo-r4
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 
or Solaris.
TOC Type: 0 = CD-DA
scsidev: 'ATAPI:0,0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be
 unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
SCSI buffer size: 64512
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'TOSHIBA '
Identifikation : 'DVD-ROM SD-R2412'
Revision   : '1015'
Device seems to be: Generic mmc2 DVD-ROM.
Current: 0x0009
Profile: 0x0010
Profile: 0x0008
Profile: 0x0009 (current)
Profile: 0x000A
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
Drive buf size : 1791936 = 1749 KB
FIFO size  : 4194304 = 4096 KB
cdrecord: Inappropriate audio coding in
'18133194218-14129220407-05-18-2005-11-42-.wav'.


James


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] After attempting fb'ing with nvidia, xfce fonts are tiny.

2005-07-19 Thread Tero Grundström

On Tue, 19 Jul 2005, [EMAIL PROTECTED] wrote:


My question is, you know in gnome-terminal you can select whether to use system
terminal font, what font is this? it seems to be the issue. I *could* simply
increase the font size in all affected apps but I shouldnt have to do that.


It is your Terminal font setting in the Gnome font preferences. You can 
change it with 'gnome-font-properties'.




Others have suggested expliciting setting the dpi in xorg.conf but again, I
never had to do that before so why now? Right now its 75x75 dpi. I have no idea
what it was before this font issue.


How are you starting xfce? The xfce startup scripts should override the 
default dpi setting with 96 dpi. If it doesn't you could try that value 
in xorg.conf



HTH
--
T.G.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] After attempting fb'ing with nvidia, xfce fonts are tiny.

2005-07-19 Thread Richard Fish

[EMAIL PROTECTED] wrote:


Others have suggested expliciting setting the dpi in xorg.conf but again, I
never had to do that before so why now? Right now its 75x75 dpi. I have no idea
what it was before this font issue.
 



And does this work for you?  Or do you still have issues with fonts?

FYI, one reason you might have to do this is because you have a high 
resolution display, and if X can read the actual dimensions of your 
display, it will calculate the horizontal and vertical DPI.  I'm not 
sure what combinations of kernel and X.org configuration options are 
required for this though.  You can also get the same effect from setting 
DisplaySize in xorg.conf.


In any case, you can check the DPI that X is using, and how it arrived 
at that value, by checking /var/log/Xorg.0.log.


-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread LostSon
On Tue, 2005-07-19 at 20:44 +0200, Richard Fish wrote:
 
 LostSon wrote:
 
  Hello 
  I am trying to get fbsplash to work and am stuck. I have followed the
 directions on the gentoo-wiki site but still no luck. Im using vesafb
 with a 2.6.12-r6 kernel. my grub.conf looks like this 
 
 title=Gentoo-2.6.12-r6-fbsplash
 root (hd0,0)
 kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
 video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
 initrd (hd0,0)/fbsplash-gentoo-1024x768
 
   
 
 
 Um, is fbsplash-gentoo-1024x768 in the /boot directory?  Is your root 
 filesystem /dev/hda1?
 
 If the answer to both is yes, then the initrd line should say:
 
 initrd (hd0,0)/boot/fbsplash-gentoo-1024x768
 
 -Richard
 
 

 OK I have tried this as well and still no luck i just keep getting an
error about Cant open config file in /etc/splash/emergence or /gentoo
depending o which splash i use. There is more stuff about /dev/fb0
or /dev/fd0 i cant seem to find these messages in any of my log files
though. 
-- 
LostSon

http://www.lostsonsvault.org

Fox Cities Linux User Group = www.foxlug.org


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] After attempting fb'ing with nvidia, xfce fonts are tiny.

2005-07-19 Thread Richard Fish

[EMAIL PROTECTED] wrote:


So I started out compiling 2.6.12-r6 with frame buffer support adding in vesafb.
Tried various grub lines at various res's, got nothing but distorted console
fonts (started 1/3 way over on screen w/ wrap around plus a duplication on the
line at the start, only the very top line of the screen displayed correctly).
Tried rivafb, not compatable with nvidia driver, tried nvidiafb, no luck. Nvidia
driver wouldnt even load in any configuration i tried.
 



Sorry for the multiple replies, but did you happen to try the 
vbemode/nocrtc options with vesafb-tng?  See 
/usr/src/linux/Documentation/fb/vesafb.txt.



My native resolution is 1680x1050 (17 wsxga LCD). I'm using nvidia 7667 w/ fast
write, side buffering and 8x agp enabled (not the most stable i know, but has
not been problematic).
 



Does anything change if you disable these things???

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Richard Fish

LostSon wrote:


On Tue, 2005-07-19 at 20:44 +0200, Richard Fish wrote:
 


LostSon wrote:

   

Hello 
I am trying to get fbsplash to work and am stuck. I have followed the

directions on the gentoo-wiki site but still no luck. Im using vesafb
with a 2.6.12-r6 kernel. my grub.conf looks like this 


title=Gentoo-2.6.12-r6-fbsplash
root (hd0,0)
kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
initrd (hd0,0)/fbsplash-gentoo-1024x768



 

Um, is fbsplash-gentoo-1024x768 in the /boot directory?  Is your root 
filesystem /dev/hda1?


If the answer to both is yes, then the initrd line should say:

initrd (hd0,0)/boot/fbsplash-gentoo-1024x768

-Richard


   



OK I have tried this as well and still no luck i just keep getting an
error about Cant open config file in /etc/splash/emergence or /gentoo
depending o which splash i use. There is more stuff about /dev/fb0
or /dev/fd0 i cant seem to find these messages in any of my log files
though. 
 



Does your kernel configuration include both RAM disk and Initial RAM 
disk support (under Device Drivers-Block Devices)?  Both are required 
for loading the initramfs through the initrd memory protocol.


-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] python / porthole thing

2005-07-19 Thread Martins Steinbergs
thank you, just needed to be shure, 'cause i like porthole to maintain updates 
and such on my box.

Martins

 
 
  Martins

 Generally, when something is deprecated, it's no cause for immediate
 concern.  It only means that the feature/api may not be supported sometime
 in the future.  The porthole developers may be using an older version of
 pygtk in which case they would not receive the deprecation warning.

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



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread charly ghislain
On Tue, 19 Jul 2005 22:12:38 +0200, Richard Fish [EMAIL PROTECTED]  
wrote:



LostSon wrote:


On Tue, 2005-07-19 at 20:44 +0200, Richard Fish wrote:


LostSon wrote:


Hello I am trying to get fbsplash to work and am stuck. I have  
followed the

directions on the gentoo-wiki site but still no luck. Im using vesafb
with a 2.6.12-r6 kernel. my grub.conf looks like this  
title=Gentoo-2.6.12-r6-fbsplash

root (hd0,0)
kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
initrd (hd0,0)/fbsplash-gentoo-1024x768

make sure nano didnt cut your kernel line. The video= option should be on  
the same line than the kernel one. It should look like:


title=Gentoo-2.6.12-r6-fbsplash
root (hd0,0)
kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3  
video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] splash=...  #(one line)

initrd (hd0,0)/fbsplash-gentoo-1024x768

This is very annoying, but while editing a line larger than the console,  
nano cut it into two lines :(  You have to check every time, go to the end  
of the first part of the cuted line and press delete


charly


Um, is fbsplash-gentoo-1024x768 in the /boot directory?  Is your root  
filesystem /dev/hda1?


If the answer to both is yes, then the initrd line should say:

initrd (hd0,0)/boot/fbsplash-gentoo-1024x768

-Richard





OK I have tried this as well and still no luck i just keep getting an
error about Cant open config file in /etc/splash/emergence or /gentoo
depending o which splash i use. There is more stuff about /dev/fb0
or /dev/fd0 i cant seem to find these messages in any of my log files
though.


Does your kernel configuration include both RAM disk and Initial RAM  
disk support (under Device Drivers-Block Devices)?  Both are required  
for loading the initramfs through the initrd memory protocol.


-Richard




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: DVD-cd usage

2005-07-19 Thread Holly Bostick

James schreef:

Holly Bostick motub at planet.nl writes:




Possibly your .wav file is in fact 'inappropriately encoded'? Does it
burn if you use -data instead of -audio?



Hello Holly, 

If you read the threads, I start out trying to k3b working. I have 
not used
cdrecord, so it's quite possible (statistically probable) that 
I'm doing 
something way stupid here


so I tried:
cdrecord dev=ATAPI:0,0,0 -eject speed=2 -pad -data -v *.wav


snip

cdrecord: Inappropriate audio coding in
'18133194218-14129220407-05-18-2005-11-42-.wav'.



OK, two things occuring to me (though I can't say I know anything about 
this):


1) I was asking originally what the coding of the audio file actually 
was (meaning check it in mPlayer or some other audio player that will 
give you the details of the file itself)-- is it stereo, is it 44100 or 
whatever cdrecord wants, etc? It might also be useful to verify that it 
is in fact a .wav file and not some other kind of audio encoding that's 
just *named* with a .wav extension.


2) But now that I've seen that filename, I'm wondering, What happens if 
you rename that file? to either a) something shorter (maybe there are 
too many characters in the filename, if you don't have Joliet and/or 
other special options allowed that would let you use such a long 
filename), or b) to a filename that doesn't have a - directly before the 
.wav (I've seen it happen that applications of various types, K3b among 
them, choke on filenames with weird characters in unusual places, or 
c) both a) and b) .


HTH,
Holly
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Tony Davison
On Tuesday 19 July 2005 21:27, charly ghislain wrote:
 On Tue, 19 Jul 2005 22:12:38 +0200, Richard Fish
 [EMAIL PROTECTED]

 wrote:
  LostSon wrote:
  On Tue, 2005-07-19 at 20:44 +0200, Richard Fish wrote:
  LostSon wrote:
  Hello I am trying to get fbsplash to work and am stuck. I have
  followed the
  directions on the gentoo-wiki site but still no luck. Im using
  vesafb with a 2.6.12-r6 kernel. my grub.conf looks like this
  title=Gentoo-2.6.12-r6-fbsplash
  root (hd0,0)
  kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
  video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
  initrd (hd0,0)/fbsplash-gentoo-1024x768

 make sure nano didnt cut your kernel line. The video= option should
 be on the same line than the kernel one. It should look like:

 title=Gentoo-2.6.12-r6-fbsplash
 root (hd0,0)
 kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
 video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] splash=...  #(one line)
 initrd (hd0,0)/fbsplash-gentoo-1024x768

 This is very annoying, but while editing a line larger than the
 console, nano cut it into two lines :(  You have to check every time,
 go to the end of the first part of the cuted line and press delete

Use nano -w file.name to avoid line wraps.
-- 
Tony Davison
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] safe devfs - udev migration

2005-07-19 Thread Volker Armin Hemmann
On Tuesday 19 July 2005 19:10, Richard P. Groenewegen wrote:
 All,

 During the gentoo installation I had very nasty error messages after
 the first reboot.  The partition table of my harddisk was unreadable
 and the file system could not be mounted.

 Installation of devfs solved it, but, as I can tell from the mailing
 list devfs is obsolete.

 **What is a safe way to migrate to udev?**


follow the devfs-to-udev guide.
You'll find it on gentoo.org.

But beware, if you forget an etc-update, some stuff may be troublesom.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread LostSon
On Tue, 2005-07-19 at 21:45 +0100, Tony Davison wrote:
 On Tuesday 19 July 2005 21:27, charly ghislain wrote:
  On Tue, 19 Jul 2005 22:12:38 +0200, Richard Fish
  [EMAIL PROTECTED]
 
  wrote:
   LostSon wrote:
   On Tue, 2005-07-19 at 20:44 +0200, Richard Fish wrote:
   LostSon wrote:
   Hello I am trying to get fbsplash to work and am stuck. I have
   followed the
   directions on the gentoo-wiki site but still no luck. Im using
   vesafb with a 2.6.12-r6 kernel. my grub.conf looks like this
   title=Gentoo-2.6.12-r6-fbsplash
   root (hd0,0)
   kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
   video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] spla$
   initrd (hd0,0)/fbsplash-gentoo-1024x768
 
  make sure nano didnt cut your kernel line. The video= option should
  be on the same line than the kernel one. It should look like:
 
  title=Gentoo-2.6.12-r6-fbsplash
  root (hd0,0)
  kernel (hd0,0)/boot/bzImage.new25 root=/dev/hda3
  video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] splash=...  #(one line)
  initrd (hd0,0)/fbsplash-gentoo-1024x768
 
  This is very annoying, but while editing a line larger than the
  console, nano cut it into two lines :(  You have to check every time,
  go to the end of the first part of the cuted line and press delete
 
 Use nano -w file.name to avoid line wraps.
 -- 
 Tony Davison
 [EMAIL PROTECTED]

 I checked this per your instructions as well and no it hasnt cut it off
its all on one line. Still no luck im still just getting the cant open
config file on /etc/splash error and fd0 crap, heh
-- 

LostSon

http://www.lostsonsvault.org

Fox Cities Linux User Group = www.foxlug.org


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Christoph Eckert

  I checked this per your instructions as well and no it
 hasnt cut it off its all on one line. Still no luck im
 still just getting the cant open config file on /etc/splash
 error and fd0 crap, heh

same for me. I've been playing the whole evening eith 
different settings but no result.

Interesting: The splash image gets loaded as soon as the 
machine switches to runlevel three.

BTW: I try to set it up @ 1400x1050.


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread LostSon
On Tue, 2005-07-19 at 23:10 +0200, Christoph Eckert wrote:
   I checked this per your instructions as well and no it
  hasnt cut it off its all on one line. Still no luck im
  still just getting the cant open config file on /etc/splash
  error and fd0 crap, heh
 
 same for me. I've been playing the whole evening eith 
 different settings but no result.
 
 Interesting: The splash image gets loaded as soon as the 
 machine switches to runlevel three.
 
 BTW: I try to set it up @ 1400x1050.
 
 
 Best regards
 
 
 ce
 
 Yeah its been 3 days here building kernels with different options and
the like im about to give up on it. I have my terminal set at 1024x768
anyway which looks nice by itself, i just thought this would be
interesting to try and see what it looks like, but im starting to think
it isnt worth the trouble,lol
-- 
LostSon

http://www.lostsonsvault.org

Fox Cities Linux User Group = www.foxlug.org


signature.asc
Description: This is a digitally signed message part


[gentoo-user] P4P800 - Intel ICH5R - data recovery?

2005-07-19 Thread José Pedro Saraiva
Hi,

I know this isn't a gentoo related question so forgive me, but I trust
on the gentoo mailing list to give me a hand...

I have a Asus P4P800 motherboard that recently became useless (plain
broken, don't know why, no boot, no BIOS, nothing). I had 2x120 GB
SATA hard drives connected with RAID 0 using the intel ICH5R chipset
included in the board.

Is my data completely lost, now that the motherboard is broken? Is
there a way to recover it? If  I install another motherboard with the
same RAID chipset will my data be recoverable or is it a lost cause?


Thanks in advance,
José Pedro

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Christoph Eckert

  Yeah its been 3 days here building kernels with different
 options and the like im about to give up on it. I have my
 terminal set at 1024x768 anyway which looks nice by itself,
 i just thought this would be interesting to try and see
 what it looks like, but im starting to think it isnt worth
 the trouble,lol

Same for me. I'm happy to have 1400x1050 at the console now.

OK, booting with a deep blue background still looks a bit more 
interesting than plain black white, and I especialoly like 
the silent splash.

But I'll give up. Spend some hours with it, I should better 
have catched my guitar instead ;-) .


Best regards


ce


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Holly Bostick

Christoph Eckert schreef:

I checked this per your instructions as well and no it
hasnt cut it off its all on one line. Still no luck im
still just getting the cant open config file on /etc/splash
error and fd0 crap, heh


Umm... pardon me for asking, but you've said at least twice that an 
error informs you that splash can't open the config file on 
/etc/splash-- but you've never said that you checked the config file at 
/etc/splash to confirm that it 1) exists 2) is readable (permissions, 
syntax) does something in or related to /etc/splash (like 
/etc/conf.d/splash, or in some strange twist of fate, 
/etc/init.d/splash, in addition to the config file found in each theme 
folder in /etc/splash itself) have some association with fd0 (the floppy 
drive) for some reason? Do you even have a floppy drive? Even so, the 
splash config file certainly won't be found there.


The nice thing about Linux is that error messages are in fact 
meaningful, and often lead directly to a solution. Perhaps you should 
heed this one a bit more closely.


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



Re: [gentoo-user] Digest verification Failed

2005-07-19 Thread Neil Bothwick
On Tue, 19 Jul 2005 10:48:10 -0700, Daevid Vincent wrote:

 I would use --skipfirst, but that doesn't work with emerge -Davu
 world... *sigh*.

--skipfirst only works in conjunction with --resume

emerge -avuD world
something fails
emerge --resume --skipfirst


-- 
Neil Bothwick

Another casualty of applied metaphysics.


pgp9Egfat4BRm.pgp
Description: PGP signature


Re: [gentoo-user] Resizing ext3

2005-07-19 Thread James Hiscock
 i think the line
 Filesystem features:  has_journal resize_inode filetype needs_recovery
 can help me, but i dont know how... any idea about wich feature i can
 desable ?

I think you're right, but as I said, I'm kinda out of my depth, now.

...but, you may want to pay attention to that needs_recovery flag:
you may want to fsck the partition, and correct any potential errors
(if any) before continuing.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Richard Fish

Christoph Eckert wrote:


I checked this per your instructions as well and no it
hasnt cut it off its all on one line. Still no luck im
still just getting the cant open config file on /etc/splash
error and fd0 crap, heh
   



same for me. I've been playing the whole evening eith 
different settings but no result.


Interesting: The splash image gets loaded as soon as the 
machine switches to runlevel three.


BTW: I try to set it up @ 1400x1050.

 



So, this means you have the framebuffer device and fbsplash 
working...just not at kernel boot time.  This probably means you do not 
have the right kernel options for initrd loading, or a bad grub 
configuration.  Could you post your dmesg output...specifically looking 
for a line that says something like checking if initrd is 
initramfs...it (is/isn't)...


-Richard

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-19 Thread Daevid Vincent
I run a pretty stable system. I do however run ~x86 for KDE and Gnome.
Something changed recently in an emerge -Davu world or system that
causes X to not start anymore? The Xorg log below doesn't have any errors or
warnings or anything. There are no unresolved symbols as the message says. I
did notice that glib was updated, but the 3242-glibc-2.3.5.log doesn't say
anything interesting. I ran rm -rf /root/.revdep-rebuild.*; revdep-rebuild
-av and that said I was golden, it didn't re-compile a single thing. 

I usually use 'meld' (x-windows) for my etc-update, so I do have some files
that need updating, but they don't seem that they should affect X??

daevid portage-logs # etc-update
Scanning Configuration files...
The following is the list of files which need updating, each 
configuration file is followed by a list of possible replacement files.
1) /etc/conf.d/alsasound
/etc/conf.d/._cfg_alsasound
2) /etc/init.d/alsasound
/etc/init.d/._cfg_alsasound
3) /etc/init.d/checkroot
/etc/init.d/._cfg_checkroot
4) /etc/conf.d/clock
/etc/conf.d/._cfg_clock
5) /etc/conf.d/domainname
/etc/conf.d/._cfg_domainname
6) /etc/filesystems
/etc/._cfg_filesystems
7) /etc/init.d/halt.sh
/etc/init.d/._cfg_halt.sh
8) /etc/conf.d/hostname
/etc/conf.d/._cfg_hostname
9) /etc/inputrc
/etc/._cfg_inputrc
10) /etc/init.d/localmount
/etc/init.d/._cfg_localmount
11) /etc/init.d/modules
/etc/init.d/._cfg_modules
12) /etc/init.d/net.lo
/etc/init.d/._cfg_net.lo
13) /etc/init.d/nscd
/etc/init.d/._cfg_nscd
14) /etc/pear.conf
/etc/._cfg_pear.conf
15) /etc/php/apache2-php4/php.ini
/etc/php/apache2-php4/._cfg_php.ini
16) /etc/php/cli-php4/php.ini
/etc/php/cli-php4/._cfg_php.ini
17) /etc/profile
/etc/._cfg_profile
18) /etc/conf.d/rc
/etc/conf.d/._cfg_rc
19) /etc/rc.conf
/etc/._cfg_rc.conf
20) /etc/screenrc
/etc/._cfg_screenrc
21) /etc/services
/etc/._cfg_services
Please select a file to edit by entering the corresponding number.

-Xorg Log File-
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-gentoo-r1 i686 [ELF] 
Current Operating System: Linux daevid.com 2.6.9-gentoo-r1 #5 Wed Apr 13
01:08:03 PDT 2005 i686
Build Date: 26 June 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Jul 18 21:35:14 2005
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout X.org Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) FontPath set to
/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/s
hare/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/
(**) RgbPath set to /usr/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=X.Org Foundation
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=X.Org Foundation
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0691 card 1043,80e7 rev c4 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 1106,8598 card , rev 00 class 06,04,00 hdr
01
(II) PCI: 00:04:0: chip 1106,0686 card 1043,80e7 rev 40 class 06,01,00 hdr
80
(II) PCI: 00:04:1: chip 1106,0571 card , rev 06 class 01,01,8a hdr
00
(II) PCI: 00:04:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr
00
(II) PCI: 00:04:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr
00
(II) PCI: 00:04:4: chip 1106,3057 card , rev 40 class 06,00,00 hdr
00
(II) PCI: 00:06:0: chip 1011,0024 card , rev 03 class 06,04,00 hdr
01
(II) PCI: 00:07:0: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr
80
(II) PCI: 00:07:1: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr
80
(II) PCI: 00:07:2: chip 1106,3104 card 1106,3104 rev 63 class 0c,03,20 hdr
80
(II) PCI: 00:07:3: chip 1106,3044 card 1106,3044 rev 46 class 0c,00,10 

Re: [gentoo-user] Emerging gentoo-kernel 2.4.20-gentoo-r31

2005-07-19 Thread Thomas Drueke
Hi all,

thanks all for the help.

BR
Thomas

Am Montag, den 18.07.2005, 22:44 +0200 schrieb Benno Schulenberg:
 Thomas Drueke wrote:
  I want to emerge gentoo-sources-2.4.20-r31 but it has been
  deleted from the rsync repository.
 
  Is there a way to get the corresponding ebuild-file back to get
  it emerged ?
 
 See
 http://www.gentoo.org/cgi-bin/viewcvs.cgi/sys-kernel/gentoo-sources/
 
 Download the desired one, put it in your overlay, and use = to 
 emerge it.
 
 Benno
-- 
Thomas Drueke [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread LostSon
On Tue, 2005-07-19 at 23:31 +0200, Holly Bostick wrote:
 Christoph Eckert schreef:
  I checked this per your instructions as well and no it
 hasnt cut it off its all on one line. Still no luck im
 still just getting the cant open config file on /etc/splash
 error and fd0 crap, heh
 
 Umm... pardon me for asking, but you've said at least twice that an 
 error informs you that splash can't open the config file on 
 /etc/splash-- but you've never said that you checked the config file at 
 /etc/splash to confirm that it 1) exists 2) is readable (permissions, 
 syntax) does something in or related to /etc/splash (like 
 /etc/conf.d/splash, or in some strange twist of fate, 
 /etc/init.d/splash, in addition to the config file found in each theme 
 folder in /etc/splash itself) have some association with fd0 (the floppy 
 drive) for some reason? Do you even have a floppy drive? Even so, the 
 splash config file certainly won't be found there.

 Yes the files exist and the permissions are right where i should be
able to use them. and the /dev/fb0 and /dev/fb/0 i have no idea wtf they
are.
 
 The nice thing about Linux is that error messages are in fact 
 meaningful, and often lead directly to a solution. Perhaps you should 
 heed this one a bit more closely.
 
 Holly
-- 
LostSon

http://www.lostsonsvault.org

Fox Cities Linux User Group = www.foxlug.org


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Holly Bostick

LostSon schreef:

On Tue, 2005-07-19 at 23:31 +0200, Holly Bostick wrote:


Christoph Eckert schreef:


I checked this per your instructions as well and no it

hasnt cut it off its all on one line. Still no luck im
still just getting the cant open config file on /etc/splash
error and fd0 crap, heh


Umm... pardon me for asking, but you've said at least twice that an 
error informs you that splash can't open the config file on 
/etc/splash-- but you've never said that you checked the config file at 
/etc/splash to confirm that it 1) exists 2) is readable (permissions, 
syntax) 



 Yes the files exist and the permissions are right where i should be
able to use them. and the /dev/fb0 and /dev/fb/0 i have no idea wtf they
are.


Now that we know they're /dev/fb and not /dev/fd (which is the floppy 
drive), I would imagine that they refer to the framebuffer devices 
(which are apparently not being created? or are being created too late?)


Now, on my system, /dev/fb0 is a symlink to /dev/fb/0, which is as it 
should be-- and makes me think that this is a udev issue, as that's udev 
device creation-type naming.


Since the devices are eventually being created (as you've indicated that 
your framebuffer later works), that suggests that you have hotplug 
creating the device late in the boot process. Do you have coldplug, 
which is responsible for creating the early devices (presumably like 
this one)?


Holly

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Christoph Eckert
Thanks Richard,


 So, this means you have the framebuffer device and fbsplash
 working...just not at kernel boot time.  This probably
 means you do not have the right kernel options for initrd
 loading, or a bad grub configuration.  Could you post your
 dmesg output...specifically looking for a line that says
 something like checking if initrd is initramfs...it
 (is/isn't)...

at least for my part I got it to work by trial and error. The 
machine didn't like the 1400x1050 resolution, but now I'm 
fine with 1280x1024.


Thanks  best regards


ce


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ybind problems - doesn't like YP server

2005-07-19 Thread Antonio Souto
Hopes it helps:

I use at my clients:

labo20 ~ # cat /etc/yp.conf
domain pipca server 10.13.10.235

labo20 ~ # cat /etc/nisdomainname
pipca

labo20 ~ # cat /etc/nsswitch.conf
passwd: files nisplus nis
shadow: files nisplus nis
group: files nisplus nis

hosts: files nisplus nis dns

bootparams: nisplus [NOTFOUND=return] files

ethers: files
netmasks: files
networks: files
protocols: files nisplus nis
rpc: files
services: files nisplus nis

netgroup: files nisplus nis

publickey: nisplus

automount: files nisplus nis
aliases: files nisplus
labo20 ~ # cat /etc/conf.d/ypbind
# Config file for /etc/init.d/ypbind

# Set any command line options you want to pass to ypbind.
YPBIND_OPTS=
YP_DOMAIN=pipca

On 7/19/05, Jim Hatfield [EMAIL PROTECTED] wrote:
We have a Solaris based YP server.On a fresh install I set /etc/yp.conf to:domain insignia broadcastand set NISDOMAIN to insignia in /etc/conf.d/domainname.If I run ypbind -debug I get:
speyburn ~ # ypbind -debugparsing config fileTrying entry: domain insignia broadcastparsed domain 'insignia' broadcastadd_server() domain: insignia, broadcast[Welcome to ypbind-mt, version 
1.17.2]do_broadcast() for domain 'insignia' is calledAnswer for domain 'insignia' from server 'panther.internal.local'leave do_broadcast() for domain 'insignia'Pinging all active server.
Pinging all active server.The YP server is correctly identified. I can ping it OKin another window. However if I do a ypwhich in anotherwindow I get:speyburn ~ # ypwhichcan't yp_bind: Reason: Domain not bound
It doesn't make any difference if I use the -broken-serverflag.This was working fine on the machine which failed and I'min the process of replacing, and I'm pretty sure I didn'tdo any more than the above.
--gentoo-user@gentoo.org mailing list-- Antonio SoutoLaboratorista e mestrando doPIPCA - Programa Interdisciplinar de Pós-Graduação em Computação Aplicada
Bacharel em Ciência da ComputaçãoUNISINOS - Universidade do Vale do Rio dos SinosFones (0xx51) 590- | 591-1100 | 591-1122 ramal 1658São Leopoldo - RS[The study of non-linear physics is like the study of non-elephant biology.]



Re: [gentoo-user] P4P800 - Intel ICH5R - data recovery?

2005-07-19 Thread José Pedro Saraiva
Thanks for the reply Colin =)

 If you remember your stripe size, then you should be able to plug
 your drives into any ICH5R-based motherboard and get your data back.
 Theoretically, you could plug your drives into any RAID whose BIOS
 does not write to the disks when creating an array and then recreate
 the array in the BIOS with the same stripe size.  I don't know if
 software RAID can rebuild your array, but that seems like your best
 bet, lest you have a friend with a lot of SATA RAID controllers (s)
 he's willing to lend out.

I already ordered another ICH5R motherboard (similar to my P4P800 but
a new model, since my old one is not available anymore) to try that
out. I'm almost sure that my stripe size is 64KB (default). If so,
plugging my hard drives into the new board and creating a new array
with the same stripe size will give me access to my data? Or is there
the risk of loosing it all? Do you know if the ICH5R writes to the
disks when creating the array?

 If all else fails and your data is priceless, grab a couple grand and
 look into professional data recovery, because unless you can find a
 super-geek, that will probably be your best bet.

Unfortunately I cannot afford such a service, even though my data is
crucial to me, they're just too expensive for my pocket. :-(

José Pedro

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] P4P800 - Intel ICH5R - data recovery?

2005-07-19 Thread Patrick Rutkowski
On Tuesday 19 July 2005 19:37, José Pedro Saraiva wrote:
 Thanks for the reply Colin =)

  If you remember your stripe size, then you should be able to plug
  your drives into any ICH5R-based motherboard and get your data back.
  Theoretically, you could plug your drives into any RAID whose BIOS
  does not write to the disks when creating an array and then recreate
  the array in the BIOS with the same stripe size.  I don't know if
  software RAID can rebuild your array, but that seems like your best
  bet, lest you have a friend with a lot of SATA RAID controllers (s)
  he's willing to lend out.

 I already ordered another ICH5R motherboard (similar to my P4P800 but
 a new model, since my old one is not available anymore) to try that
 out. I'm almost sure that my stripe size is 64KB (default). If so,
 plugging my hard drives into the new board and creating a new array
 with the same stripe size will give me access to my data? Or is there
 the risk of loosing it all? Do you know if the ICH5R writes to the
 disks when creating the array?

  If all else fails and your data is priceless, grab a couple grand and
  look into professional data recovery, because unless you can find a
  super-geek, that will probably be your best bet.

 Unfortunately I cannot afford such a service, even though my data is
 crucial to me, they're just too expensive for my pocket. :-(

 José Pedro

My one BIG FAT WARNING to you would be to think for 30 seconds or more before 
pushing any buttons when redoing your disks.

Its very easy to accidentally format things when you don't know exactly what 
your doing... at least for me it is; I've done it :-p

Wishing the best of luck,
Patrick Rutkowski

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-19 Thread Bob Sanders
On Tue, 19 Jul 2005 14:57:47 -0700
Daevid Vincent [EMAIL PROTECTED] wrote:

 I run a pretty stable system. I do however run ~x86 for KDE and Gnome.
 Something changed recently in an emerge -Davu world or system that
 causes X to not start anymore?

If you are not doing the script updates, then you are not running a stable 
system.  Please
do all the script updates, then reboot your system.


   [0] -1  0   0x2a40 - 0x2a7f (0x40) MX[B]
 (--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0185) rev 193, Mem @

Seems the driver you are running doesn't know which chip is on the Gfx card.
Perhaps you should add ~x86 to nvidia-kernel and nvidia-glx.

FWIW - I have to restart X - ^ALTDEL, about 3 times to get a visible display 
with
the nvidia driver - 7667, but that's due to the 6600GT I'm 
running.  Maybe
they'll get a new bios out for it.  But once started it runs 
fine at 1280x1024.
I even get 3D acceleration.

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



Re: [gentoo-user] Resizing ext3

2005-07-19 Thread Richard Fish

James Hiscock wrote:


i think the line
Filesystem features:  has_journal resize_inode filetype needs_recovery
can help me, but i dont know how... any idea about wich feature i can
desable ?
   



I think you're right, but as I said, I'm kinda out of my depth, now.

...but, you may want to pay attention to that needs_recovery flag:
you may want to fsck the partition, and correct any potential errors
(if any) before continuing.
 



FYI, the needs_recovery flag is normal for any currently mounted 
filesystem.


Bruno, have you tried using resize2fs directly as I suggested previously?

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



Re: [gentoo-user] fbsplash problems

2005-07-19 Thread Richard Fish

LostSon wrote:


On Tue, 2005-07-19 at 23:31 +0200, Holly Bostick wrote:
 


Christoph Eckert schreef:
   


I checked this per your instructions as well and no it
hasnt cut it off its all on one line. Still no luck im
still just getting the cant open config file on /etc/splash
error and fd0 crap, heh
   

Umm... pardon me for asking, but you've said at least twice that an 
error informs you that splash can't open the config file on 
/etc/splash-- but you've never said that you checked the config file at 
/etc/splash to confirm that it 1) exists 2) is readable (permissions, 
syntax) does something in or related to /etc/splash (like 
/etc/conf.d/splash, or in some strange twist of fate, 
/etc/init.d/splash, in addition to the config file found in each theme 
folder in /etc/splash itself) have some association with fd0 (the floppy 
drive) for some reason? Do you even have a floppy drive? Even so, the 
splash config file certainly won't be found there.
   



Yes the files exist and the permissions are right where i should be
able to use them. and the /dev/fb0 and /dev/fb/0 i have no idea wtf they
are.
 



/dev/fb/0 (symlinked from /dev/fb0) are the device nodes for accessing 
the framebuffer device.  During services startup (i.e, the part that 
happens after after the root filesystem is mounted and the kernel starts 
init) these nodes are created automatically when udevstart is run by 
/sbin/rc.  This only happens if a usable framebuffer driver is compiled 
into your kernel (not as a module!) and the driver found a usable 
graphics card.


Could you post your dmesg output right after booting.  I want to make 
sure that the framebuffer device is being found at boot time.  You 
should be seeing messages like this:



radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=6) Memory=344.00 Mhz, 
System=236.00 MHz

radeonfb: PLL min 2 max 35000
Non-DDC laptop panel detected
radeonfb: Monitor 1 type LCD found
radeonfb: Monitor 2 type no found
radeonfb: panel ID string: 1600x1200
radeonfb: detected LVDS panel size from BIOS: 1600x1200
radeondb: BIOS provided dividers will be used
radeonfb: Dynamic Clock Power Management enabled
Console: switching to colour frame buffer device 200x75
fbsplash: console 0 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 0
radeonfb (:01:00.0): ATI Radeon NP

I think yours should say something about vesafb-tng.

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-19 Thread Richard Fish

Daevid Vincent wrote:


I run a pretty stable system. I do however run ~x86 for KDE and Gnome.
Something changed recently in an emerge -Davu world or system that
causes X to not start anymore? The Xorg log below doesn't have any errors or
warnings or anything. There are no unresolved symbols as the message says. I
did notice that glib was updated, but the 3242-glibc-2.3.5.log doesn't say
anything interesting. I ran rm -rf /root/.revdep-rebuild.*; revdep-rebuild
-av and that said I was golden, it didn't re-compile a single thing. 
 



One of the things we just discovered on this list is that newer versions 
of KDE are trying to use things like the Composite extension, and it is 
causing problems for some people (slowness was the previous case).


Some things to try:

1. Disable Composite.
2. Disable DRI.
3. Try the x.org nv driver instead of nvidia.

Depending upon whether and which one of those work, you will have a 
place to start from on more debugging.


-Richard



I usually use 'meld' (x-windows) for my etc-update, so I do have some files
that need updating, but they don't seem that they should affect X??

 



Probably not...more likely opengl or composite is causing the problem for X.


-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: DVD-cd usage

2005-07-19 Thread Rumen Yotov

Holly Bostick wrote:


James schreef:


Holly Bostick motub at planet.nl writes:




Possibly your .wav file is in fact 'inappropriately encoded'? Does it
burn if you use -data instead of -audio?




Hello Holly,
If you read the threads, I start out trying to k3b working. I have 
not used
cdrecord, so it's quite possible (statistically probable) that I'm 
doing something way stupid here


so I tried:
cdrecord dev=ATAPI:0,0,0 -eject speed=2 -pad -data -v *.wav


snip


cdrecord: Inappropriate audio coding in
'18133194218-14129220407-05-18-2005-11-42-.wav'.



OK, two things occuring to me (though I can't say I know anything 
about this):


1) I was asking originally what the coding of the audio file actually 
was (meaning check it in mPlayer or some other audio player that will 
give you the details of the file itself)-- is it stereo, is it 44100 
or whatever cdrecord wants, etc? It might also be useful to verify 
that it is in fact a .wav file and not some other kind of audio 
encoding that's just *named* with a .wav extension.


2) But now that I've seen that filename, I'm wondering, What happens 
if you rename that file? to either a) something shorter (maybe there 
are too many characters in the filename, if you don't have Joliet 
and/or other special options allowed that would let you use such a 
long filename), or b) to a filename that doesn't have a - directly 
before the .wav (I've seen it happen that applications of various 
types, K3b among them, choke on filenames with weird characters in 
unusual places, or c) both a) and b) .


HTH,
Holly


Hi,
Just my experience here. Recently changed my CD-RW with a DVD-RW drive.
Had some old cdrecord-scripts with worked with former but now doesn't 
work with the DVD-RW.
All (CD. DVD) work with k3b though. Could try growisofs in 
command-line mode.

HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature