Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Mick
On Wednesday 16 July 2008, Andrew Tchernoivanov wrote:
 drmOpenDevice: node name is /dev/dri/card0
 drmOpenDevice: open result is -1, (No such device or address)
 drmOpenDevice: open result is -1, (No such device or address)
 drmOpenDevice: Open failed
 [drm] failed to load kernel module radeon

 According to this there are no module named radeon in /lib/modules/kernel
 version/kernel/drivers/video
 Maybe new package renamed module? Try find it and load manually using
 modprobe.

I think you're right.  Not only I did not find a radeon module under kernel 
modules, but I noticed that the package actually installed this instead:

/usr/lib/xorg/modules/drivers/radeon_drv.so

modprobing either module fails . . .

What now?  I am not sure if this is bug.
-- 
Regards,
Mick


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


Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Andrew Tchernoivanov
modprobing either module fails . . .

What is the error message?

On Thu, Jul 17, 2008 at 10:19 AM, Mick [EMAIL PROTECTED] wrote:

 On Wednesday 16 July 2008, Andrew Tchernoivanov wrote:
  drmOpenDevice: node name is /dev/dri/card0
  drmOpenDevice: open result is -1, (No such device or address)
  drmOpenDevice: open result is -1, (No such device or address)
  drmOpenDevice: Open failed
  [drm] failed to load kernel module radeon
 
  According to this there are no module named radeon in
 /lib/modules/kernel
  version/kernel/drivers/video
  Maybe new package renamed module? Try find it and load manually using
  modprobe.

 I think you're right.  Not only I did not find a radeon module under kernel
 modules, but I noticed that the package actually installed this instead:

 /usr/lib/xorg/modules/drivers/radeon_drv.so

 modprobing either module fails . . .

 What now?  I am not sure if this is bug.
 --
 Regards,
 Mick



Re: [gentoo-user] Re: {OT} Screensaver to slideshow photos?

2008-07-17 Thread Roy Wright

James wrote:
 Grant emailgrant at gmail.com writes:
 How about using the internet as a
 source for the photos?
 
 It's easy, if you run kde (3.5.9)
 
 -- control center
 -- screen saver
 -- Banners  Pictures
 -- Slide show


I'm close to getting a first release out for an app that can easily
fetch photos from Flickr.  It allows multiple selection criteria for
fetching from users, groups, photosets, searches, and interestingness.

http://rubyforge.org/projects/flickrfetchr/

The project provides a high level class for inclusion in other ruby
applications and a command line interface (ideal for cron jobs).

I'm developing this as an enhancement to the screensaver in LinuxMCE so
it should support the features that you will want.

I'm currently crossing the T's and dotting the I's on the documentation...


Have fun,
Roy
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] {OT} Screensaver to slideshow photos?

2008-07-17 Thread Neil Bothwick
On Wed, 16 Jul 2008 15:25:40 -0700, Grant wrote:

 Does anyone know of a screensaver app in portage (xscreensaver?) that
 will slideshow through photos?  How about using the internet as a
 source for the photos?

KDE's screensaver will run a slideshow. I don't know if it will accept a
URL for the source directory, but it can't hurt to try.


-- 
Neil Bothwick

... Taglines: and How They Affect Women. Next On Oprah.


signature.asc
Description: PGP signature


Re: [gentoo-user] Evolution Doesn't Filter Incoming Mail

2008-07-17 Thread Gordon Schulz
On Wed, 16 Jul 2008 16:27, Richard [EMAIL PROTECTED] wrote:

 I use Evolution as my mail client. I receive Gentoo mailing list email
 at my GMail address, and access this email in Evolution over IMAP.
 
 I want Gentoo mailing list messages to go into a Gentoo mailing list
 folder in Evolution, and so I've setup an incoming mail filter to take
 all mail with a sender or recipient address matching '@lists.gentoo.org'
 and move it to my Gentoo mailing list folder.

Maybe I am missing something here, but... Why not just let GMail apply a
label to the gentoo-mails and skip Inbox? That way they would show
up in a folder serverside and Evolution wouldn't have to do anything at
all.
-- 
Greetings,
Gordon.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Good Library Management software

2008-07-17 Thread Dirk Uys
On Wed, Jul 16, 2008 at 9:49 PM, Stroller
[EMAIL PROTECTED] wrote:

 The screenshots of this look really nice, however to me this seems like a
 really odd motivation for writing a program:

  I started developing it when I couldn't find a personal database
  program for KDE which didn't using a SQL backend.

 What's wrong with an SQL backend that needs you to re-invent the wheel? I'm
 not saying there's a better collection manager out there, or that the
 author's in the wrong for doing it the way he has. But it just seems a
 little odd, and I'd love for him to explain his reasons more fully.

 Stroller.

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


I personally have a problem running a SQL server just so that some app
that I use every now and then can store its data. I don't print that
often, so why would I have the CUPS daemon running 24/7 when I print a
page once every two weeks?

Other than that there is also the added complexity to the
installation. You have to create a user in the database, create the
database and grant the user all the needed permission to that specific
database.

And what if one app prefers mySQL and another one postgreSQL? Now I
need to run two database servers that will be quite capable to fill
the data needs of two small businesses just because I want to use a
music player and a library utility for my ~50 books laying around.

The app should at least give you the option to use somethings else like SQLlite.

But, that is just my viewpoint and I felt like I had to defend the
developers motivation.

Regards
Dirk
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Unable to mount root dir, Segmentation failure with mount

2008-07-17 Thread pge07beb
thaks, this one helped me:

I followed those steps, and where able to recover my system.

On Tue, Jul 15, 2008 at 02:34:42AM +0100, Duane Griffin wrote:
 Google says someone else hit it once upon a time, but it doesn't seem
 to be listed on the kernel bugzilla. Your journal is corrupted and the
 kernel is not being as careful as it should before using on-disk data.
 If you remove the journal you will hopefully get some or all of your
 data back. On a *COPY* of the partition image do the following to
 replace the old journal with a new one:
 
 tune2fs -O ^has_journal image
 e2fsck -f image
 tune2fs -j image
 e2fsck -f image
 
 If everything looks OK and the data you care about is all there then
 you can go ahead and fix up your real disk. If you wouldn't mind
 though, please keep a copy of the corrupted image. I'll prepare a
 patch to fix the BUG and it would be helpful if you could test it once
 it is ready.
 
  Thaks in andvance for any help,
 
  Carsten
 
 Cheers,
 Duane.

I'd like to help, so that this problem can be fixed, if you got anything
ready, just send it to me, and I'll giv it a try on that corrupted image.

bye,
Carsten

I now get other problems, but will tell you about later... 
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Unable to mount root dir, Segmentation failure with mount

2008-07-17 Thread Duane Griffin
2008/7/17  [EMAIL PROTECTED]:
 I followed those steps, and where able to recover my system.

Excellent, I'm pleased to hear that!

 I'd like to help, so that this problem can be fixed, if you got anything
 ready, just send it to me, and I'll giv it a try on that corrupted image.

Thanks, I'll send a couple of patches to you shortly, offline.

Cheers,
Duane.

-- 
I never could learn to drink that blood and call it wine - Bob Dylan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Vmware install

2008-07-17 Thread Paul Healy
On Jul 16, 4:20 pm, Matthew Daubenspeck wrote:
 I have a gentoo install (currently amd64/2007.0) with all of the current
 up to date packages. I have been trying to upgrade the kernel for quite
 a while now.

Assuming a gentoo client - I ran into something that sounds similar a
couple of months ago.

I had to patch the kernel LSI scsi driver to get it working - I have
notes (for myself mainly) at:

http://lmiphay.blogspot.com/2008/03/virtual-runabout.html

Confirmed working with 2.6.24-gentoo-r8

Paul
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] DVD and changing permissions

2008-07-17 Thread Joerg Schilling
Daniel Pielmeier [EMAIL PROTECTED] wrote:

   unknown locale mkisofs is complaining about a missing
   $INS_BASE/lib/siconv folder.
 
  This is correct, your installation is incomplete.
 
  Mkisofs cannot work correctly in all cases if siconv data is missing.
 
  When I replaced the old libunls code by libsiconv more than a year ago,
  there was a verbose instruction in the announcement file. I thought that
  any maintainer would read this and update his install procedures...
 
  If you omit -input-charset, mkisofs will chose the right values.

 I have a bug open addressing this and a few other things. Do you
 remember the Announcement file, so I can add this information to the
 bug! If not i will delve through the files myself.

Mmmm, don't you know grep?

 Can you give me information about the $INS_BASE/lib/profiled folder
 too. I mean the contents beside the size of the files are the same as
 in $INS_BASE/lib/.

in profiles/ you find developer libs in case you like to use the BSD code 
profiler gprof. Whether you like to install them depends on what you like to 
do.

$INS_BASE/lib/siconv is mandatory and documented (see AN-* files).

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Good Library Management software

2008-07-17 Thread Eric Martin

Stroller wrote:


On 14 Jul 2008, at 13:06, CJoeB wrote:


Eric Martin wrote:
Before I recreated the wheel, does anybody know of any good library 
management software (preferably in portage)?  My wife and I are 
having a hard time keeping track of what books we have, and what 
books we are lending out to people so I figured this would be a good 
way to keep track.  Since it's for personal use it doesn't have to be 
anything big.  Preferably backended by MySQL as I already have a 
server running for MythTV and Amarok.


I did a few eix searches for portage and came up empty handed, and 
sourceforge.net has a ton of stuff but I was wondering what other 
people use.


Have you heard of Tellico.  It's a collection manager that can be used 
for books, music, video ... whatever.  It allows you to enter the name 
of the book, a graphic if you have one, rate the book and indicate 
whether or not it's a gift, how much you paid for it and if you have 
lent it out.  It *is* in Portage.


Some information:

http://periapsis.org/tellico/


The screenshots of this look really nice, however to me this seems like 
a really odd motivation for writing a program:


  I started developing it when I couldn't find a personal database
  program for KDE which didn't using a SQL backend.

What's wrong with an SQL backend that needs you to re-invent the wheel? 
I'm not saying there's a better collection manager out there, or that 
the author's in the wrong for doing it the way he has. But it just seems 
a little odd, and I'd love for him to explain his reasons more fully.


Stroller.

Agreed.  Before I found anything that totally suited my needs I was 
going to go LAMP all the way.  Why reinvent the wheel is one of the 
greatest questions of all.


--
Eric Martin
PGP fingerprint = D1C4 086E DBB5 C18E 6FDA  B215 6A25 7174 A941 3B9F



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Good Library Management software

2008-07-17 Thread Eric Martin

Dirk Uys wrote:

On Wed, Jul 16, 2008 at 9:49 PM, Stroller
[EMAIL PROTECTED] wrote:

The screenshots of this look really nice, however to me this seems like a
really odd motivation for writing a program:

 I started developing it when I couldn't find a personal database
 program for KDE which didn't using a SQL backend.

What's wrong with an SQL backend that needs you to re-invent the wheel? I'm
not saying there's a better collection manager out there, or that the
author's in the wrong for doing it the way he has. But it just seems a
little odd, and I'd love for him to explain his reasons more fully.

Stroller.

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



I personally have a problem running a SQL server just so that some app
that I use every now and then can store its data. I don't print that
often, so why would I have the CUPS daemon running 24/7 when I print a
page once every two weeks?

Other than that there is also the added complexity to the
installation. You have to create a user in the database, create the
database and grant the user all the needed permission to that specific
database.

And what if one app prefers mySQL and another one postgreSQL? Now I
need to run two database servers that will be quite capable to fill
the data needs of two small businesses just because I want to use a
music player and a library utility for my ~50 books laying around.


While I agree with most of what you say, I agree the most with this. 
Personally I run a MySQL server for school, Amarok, Krecipes, Mythtv and 
whatever I'm playing with.

The app should at least give you the option to use somethings else like SQLlite.


Definitely a plus of Amarok, lets you choose what backend you want to 
use (including sqllite)



But, that is just my viewpoint and I felt like I had to defend the
developers motivation.

Regards
Dirk


--
Eric Martin
PGP fingerprint = D1C4 086E DBB5 C18E 6FDA  B215 6A25 7174 A941 3B9F



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] {OT} Screensaver to slideshow photos?

2008-07-17 Thread Albert Hopkins
On Wed, 2008-07-16 at 15:25 -0700, Grant wrote:
 Does anyone know of a screensaver app in portage (xscreensaver?) that
 will slideshow through photos?  How about using the internet as a
 source for the photos?

xscreensaver has glslideshow and webcollage.

-a

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



Re: [gentoo-user] DVD and changing permissions

2008-07-17 Thread Daniel Pielmeier
2008/7/17, Joerg Schilling [EMAIL PROTECTED]:
 
  I have a bug open addressing this and a few other things. Do you
  remember the Announcement file, so I can add this information to the
  bug! If not i will delve through the files myself.

 Mmmm, don't you know grep?

s/delve/grep/ :-)
I searched for it yesterday evening, when asking for the file I had no
cdrtools-sources at hand.

  Can you give me information about the $INS_BASE/lib/profiled folder
  too. I mean the contents beside the size of the files are the same as
  in $INS_BASE/lib/.

 in profiles/ you find developer libs in case you like to use the BSD code
 profiler gprof. Whether you like to install them depends on what you like to
 do.


Thanks for the clarification!

Daniel
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Mistaken gcc -unmerge with a twist

2008-07-17 Thread felix
I was in the final stages of installing gentoo when I unmerged the old
gcc before installing the new.  My next step was going to be an emerge
system world and I'd hate to have to restart from scratch again.  I do
have another machine, similar (both ~x86), and wonder if I can package
up the gcc on there, whether (equery files; tar cf) or something more
specific to gentoo, and unpackage it on the new machine.

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mistaken gcc -unmerge with a twist

2008-07-17 Thread Mark Shields
On Thu, Jul 17, 2008 at 10:43 AM, [EMAIL PROTECTED] wrote:

 I was in the final stages of installing gentoo when I unmerged the old
 gcc before installing the new.  My next step was going to be an emerge
 system world and I'd hate to have to restart from scratch again.  I do
 have another machine, similar (both ~x86), and wonder if I can package
 up the gcc on there, whether (equery files; tar cf) or something more
 specific to gentoo, and unpackage it on the new machine.

 --
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license
 #4933
 I've found a solution to Fermat's Last Theorem but I see I've run out of
 room o
 --
 gentoo-user@lists.gentoo.org mailing list


Don't do that; use quickpkg.  info emerge for details.

-- 
- Mark Shields


Re: [gentoo-user] Mistaken gcc -unmerge with a twist

2008-07-17 Thread Neil Bothwick
On Thu, 17 Jul 2008 10:49:35 -0400, Mark Shields wrote:

 Don't do that; use quickpkg.  info emerge for details.

Then add buildsyspkg to features to make it more difficult to screw
yourself in the future.


-- 
Neil Bothwick

To err is human, to forgive is beyond the scope of the operating system


signature.asc
Description: PGP signature


Re: [gentoo-user] Firefox is currently in offline mode and can't browse the Web

2008-07-17 Thread Alan McKinnon
On Wednesday 16 July 2008, Miernik wrote:
 I installed a new Gentoo installation, and now when I open Firefox I
 get:


 Firefox is currently in offline mode and can't browse the Web.

This looks like a bug fixed in 3.0.1 - released just today



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



[gentoo-user] Unmerge python?

2008-07-17 Thread Grant
I'm getting the following from portage on a critical remote system:

dev-lang/python-2.3.6-r2 (is blocking app-admin/python-updater-0.5,
app-admin/python-updater-0.2)

Am I suppose to un-emerge python?

- Grant
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Unmerge python?

2008-07-17 Thread Justin

Grant schrieb:

I'm getting the following from portage on a critical remote system:

dev-lang/python-2.3.6-r2 (is blocking app-admin/python-updater-0.5,
app-admin/python-updater-0.2)

Am I suppose to un-emerge python?

- Grant

  

Perhaps you should update your python. Version 2.3 will be removed from
portage and is currently hardmasked. That triggers the depency bump.



'emerge -pv python' wants to install python-2.5.2-r5 in a new slot.
Should I unmerge python, emerge the new python, and run
python-updater?  Will portage work once python has been unmerged?  I'm
being cautious because this is a highly critical system for me.

- Grant
  

NO, do not unemerge python befor installing the new one!!!

It looks like your python is quite old. do you have version 2.4 
installed? Then just do emerge -C =dev-lang/python-2.3.6-r2 and run 
python-updater afterwards. Otherwise try to emerge python 2.5 in the new 
slot, run the python-updater and remove version 2.3 afterwards.
Nevertheless after updating  python-updater you should run  
python-updater -ee -v -p to see what should be still updated.




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Unmerge python?

2008-07-17 Thread s3b4sm4gr1
2008/7/18 Grant [EMAIL PROTECTED]:

  I'm getting the following from portage on a critical remote system:
 
  dev-lang/python-2.3.6-r2 (is blocking app-admin/python-updater-0.5,
  app-admin/python-updater-0.2)
 
  Am I suppose to un-emerge python?
 
  - Grant
 
 
  Perhaps you should update your python. Version 2.3 will be removed from
  portage and is currently hardmasked. That triggers the depency bump.

 'emerge -pv python' wants to install python-2.5.2-r5 in a new slot.
 Should I unmerge python, emerge the new python, and run
 python-updater?  Will portage work once python has been unmerged?  I'm
 being cautious because this is a highly critical system for me.


You should emerge python-2.5, then run python-updater and then unmerge old
python...




 - Grant
 --
 gentoo-user@lists.gentoo.org mailing list




-- 
En el pasado creímos que se nos acababa
el petróleo, pero en realidad lo que se nos
acababan eran las IDEAS.
http://www.lacomunidadpetrolera.com
Gentoo/* (Linux #455615) www.gentoove.org
53:04:4e:b5:f9:7e:4a:fb:66:a2:19:12:da:d5:97:f8
8A3A C955 715D D88A 87CD E21F F827 ADD7 F589 B4A4
Sebastian Magrí (sebasmagri) sebasmagri_at_gmail_dot_com


Re: [gentoo-user] Mistaken gcc -unmerge with a twist

2008-07-17 Thread felix
On Thu, Jul 17, 2008 at 10:49:35AM -0400, Mark Shields wrote:

 Don't do that; use quickpkg.  info emerge for details.

Thanks, works like a charm ... so far :-)  emerge gcc system world
will take a while longer, but at least I am back in operation.

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mistaken gcc -unmerge with a twist

2008-07-17 Thread felix
On Thu, Jul 17, 2008 at 04:13:17PM +0100, Neil Bothwick wrote:
 Then add buildsyspkg to features to make it more difficult to screw
 yourself in the future.

That's handy, wish I'd known about it before.  Been a while since I
checked FEATURES.  Are any of the others useful?  Some like suid and
strict look interesting, but not necessarily useful.

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Unmerge python?

2008-07-17 Thread Alan McKinnon
On Thursday 17 July 2008, Grant wrote:

 'emerge -pv python' wants to install python-2.5.2-r5 in a new slot.
 Should I unmerge python, emerge the new python, and run
 python-updater?  Will portage work once python has been unmerged? 
 I'm being cautious because this is a highly critical system for me.

Nooo! You can't have a gentoo system without python - portage 
heavily uses python scripts. This is even worse than unmerging gcc.

The general sequence (and ALWAYS read the ebuilds - especially the 
*DEPEND sections and act appropriately) is:

merge new python in new SLOT
run python updater
check carefully that everything works properly
unmerge python in old SLOT

A stitch in time is your watchword here

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



[gentoo-user] Video DVD Creation

2008-07-17 Thread sean
Following these steps 
http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/AVI_to_DVD

to create a DVD all went along great, including the Step 6 test.

I burned the DVD as instructed in the second half of step 6 then tried 
the disc in my player.

It did not play, the DVD player just ejected the disc.
Also tried the DVD in my computer and on insert it did not automatically 
start to play, as a store purchased DVD would do.


From command line I can get Xine to play the disc.

Any ideas, perhaps a switch is missing on the burn step?

Thanks
Sean

p.s. I know this is not Gentoo specific, but I am trying to create this 
disc using Gentoo.


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



Re: [gentoo-user] Unmerge python?

2008-07-17 Thread Dirk Heinrichs
Am Donnerstag, 17. Juli 2008 schrieb Alan McKinnon:

 Nooo! You can't have a gentoo system without python

Yes, you can, as long as you don't use portage.

Bye...

Dirk


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


Re: [gentoo-user] Unmerge python?

2008-07-17 Thread Alan McKinnon
On Thursday 17 July 2008, Dirk Heinrichs wrote:
 Am Donnerstag, 17. Juli 2008 schrieb Alan McKinnon:
  Nooo! You can't have a gentoo system without python

 Yes, you can, as long as you don't use portage.


That'll teach me to be less vague more specific :-)



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] Video DVD Creation

2008-07-17 Thread Joerg Schilling
sean [EMAIL PROTECTED] wrote:

 Following these steps 
 http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/AVI_to_DVD
 to create a DVD all went along great, including the Step 6 test.

 I burned the DVD as instructed in the second half of step 6 then tried 
 the disc in my player.
 It did not play, the DVD player just ejected the disc.

Did you install cdrkit instead of the official cdrtools?

If you have correct all upercase file names and if you use toe real mkisofs
it should work.

The mkisofs clone genisoimage is know for problems.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Good Library Management software

2008-07-17 Thread Stroller


On 17 Jul 2008, at 08:59, Dirk Uys wrote:

On Wed, Jul 16, 2008 at 9:49 PM, Stroller
[EMAIL PROTECTED] wrote:


The screenshots of this look really nice, however to me this seems  
like a

really odd motivation for writing a program:

 I started developing it when I couldn't find a personal database
 program for KDE which didn't using a SQL backend.

What's wrong with an SQL backend that needs you to re-invent the  
wheel?

...

I don't print that
often, so why would I have the CUPS daemon running 24/7 when I print a
page once every two weeks?


There's probably no cost to having the CUPS daemon running 24/7 - it  
starts up, the o/s sticks it in virtual memory when it sees you're  
not using it and then reloads it to RAM when you do.



Other than that there is also the added complexity to the
installation. You have to create a user in the database, create the
database and grant the user all the needed permission to that specific
database.


Well, ideally the distro should handle all of this. Or have a setup  
manager app.



And what if one app prefers mySQL and another one postgreSQL?


Agreed. This pisses me off no end. I'll bet the two are a pain to  
manage side-by-side on the same machine.


The app should at least give you the option to use somethings else  
like SQLlite.


Well, I have to say I was suspicious of Tellico's choice of XML flat- 
files, when this option is available to it, too.



But, that is just my viewpoint and I felt like I had to defend the
developers motivation.


You don't need to defend your viewpoint at all. I mean, it looks like  
a great app, so I'm not criticising it. It just seems odd, os all,  
that he cites reluctance to use an SQL backend as his main reason for  
developing the app, then doesn't explain further why he thinks that's  
a problem or why his way is better. True, it makes a big difference  
to setup, but I would have thought there were loads of features that  
would be more obvious during the end-user experience that would  
better distinguish an app.


Stroller.

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



Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Mick
On Thursday 17 July 2008, Andrew Tchernoivanov wrote:
 modprobing either module fails . . .

 What is the error message?

# modprobe -v radeon_drv
FATAL: Module radeon_drv not found.

# modprobe -v radeon
FATAL: Module radeon not found.

-- 
Regards,
Mick


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


Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Andrew Tchernoivanov
# modprobe -v radeon_drv
FATAL: Module radeon_drv not found.

That's strange. But try one more thing - copy this radeon_drv from
/usr/lib/xorg/modules/drivers to /lib/modules/kernel
version/kernel/drivers/video
Because according to modprobe's man page, by default it will look driver in
/lib/modules/...
So try to copy it and write here, what will modprobe say


On Thu, Jul 17, 2008 at 11:04 PM, Mick [EMAIL PROTECTED] wrote:

 On Thursday 17 July 2008, Andrew Tchernoivanov wrote:
  modprobing either module fails . . .
 
  What is the error message?

 # modprobe -v radeon_drv
 FATAL: Module radeon_drv not found.

 # modprobe -v radeon
 FATAL: Module radeon not found.

 --
 Regards,
 Mick



Re: [gentoo-user] Video DVD Creation

2008-07-17 Thread sean

Joerg Schilling wrote:

sean [EMAIL PROTECTED] wrote:

Following these steps 
http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/AVI_to_DVD

to create a DVD all went along great, including the Step 6 test.

I burned the DVD as instructed in the second half of step 6 then tried 
the disc in my player.

It did not play, the DVD player just ejected the disc.


Did you install cdrkit instead of the official cdrtools?

If you have correct all upercase file names and if you use toe real mkisofs
it should work.

The mkisofs clone genisoimage is know for problems.

Jörg



Thanks Jorg,

	I updated cdrkit, I was a bit behind. The DVD will now play properly on 
the computer, but not the player. Perhaps my Phillips player does not 
like DVD-R.


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



Re: [gentoo-user] Video DVD Creation

2008-07-17 Thread Joerg Schilling
sean [EMAIL PROTECTED] wrote:


   I updated cdrkit, I was a bit behind. The DVD will now play properly on 
 the computer, but not the player. Perhaps my Phillips player does not 
 like DVD-R.

A better idea is to update to cdrtools. cdrkit is still 3 years behind cdrtools
and the bug you mentioned has never been in the original software.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Installing Gentoo from USB stick

2008-07-17 Thread jalves
Not hard!  I forget exactly what I did, but it was pretty easy
to do.

(I don't remember all the steps, but I can tell you after I get
 home if you still need to know).

-Jeremy

On Fri, Jul 11, 2008 at 07:48:38PM -0600, Joseph wrote:
 How hard is to install Gentoo from a USB stick? Is it officially supported 
 this type of installation?
 I can find instruction here and there; and some notes that is not an easy 
 task.

 The reason I'm asking is that I'm putting a new PC together and want to get 
 rid of CD all together. 
 -- 
 #Joseph
 GPG KeyID: ED0E1FB7
 -- 
 gentoo-user@lists.gentoo.org mailing list


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



Re: [gentoo-user] What is the gimmick to run tightvnc from windows to gentoo

2008-07-17 Thread David Blamire-Brown
I did this a while back and I got it working by tunnelling via SSH (using putty 
on windows).
But I can't remember the exact details off the top of my head. It may be worth 
googling that set-up. I seem to remember thinking it felt like a kludge and I 
can't quite remember why I ended up doing it, but I do remember that it worked.

BB

On Wed, 16 Jul 2008 20:19:45 -0500
Harry Putnam [EMAIL PROTECTED] wrote:

 Tightvnc installed with server flag and seems to be working, at least
 as far as viewing from gentoo through servers running on windows
 machines. But when tried the other way round I get no connecton and no
 log output from the gentoo server.
 
 Just a message on the windows machine 
`Failed to connect to Xxx.xxx.xxx'.
 
 There is some log info on the windows side bit it appears to only
 involve the server and nothing gets written to that file when I
 attempt to start the viewer on a windows xp box aimed at the linux
 box. 
 
 The words `verbose' or `debug' do not appear anywhere in vncserver man
 pages.  How can I get some debug info out of this thing?
 
 Or maybe someone knows what is needed to get the connection to work.
 
 -- 
 gentoo-user@lists.gentoo.org mailing list
 
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Installing Gentoo from USB stick

2008-07-17 Thread Allan Gottlieb
At Fri, 18 Jul 2008 04:19:45 -0700 jalves [EMAIL PROTECTED] wrote:

 Not hard!  I forget exactly what I did, but it was pretty easy
 to do.

 (I don't remember all the steps, but I can tell you after I get
  home if you still need to know).

 On Fri, Jul 11, 2008 at 07:48:38PM -0600, Joseph wrote:
 How hard is to install Gentoo from a USB stick? Is it officially supported 
 this type of installation?
 I can find instruction here and there; and some notes that is not an easy 
 task.

 The reason I'm asking is that I'm putting a new PC together and want to get 
 rid of CD all together. 

I not done it but you might try
http://www.gentoo.org/doc/en/liveusb.xml.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Video DVD Creation

2008-07-17 Thread sean

Joerg Schilling wrote:

sean [EMAIL PROTECTED] wrote:

	I updated cdrkit, I was a bit behind. The DVD will now play properly on 
the computer, but not the player.


A better idea is to update to cdrtools. cdrkit is still 3 years behind cdrtools
and the bug you mentioned has never been in the original software.

Jörg



Thanks again Jorg,

I removed cdrkit and installed cdrtools.
Same results.

Have Fun,
Sean
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Mick
On Thursday 17 July 2008, Andrew Tchernoivanov wrote:
 # modprobe -v radeon_drv
 FATAL: Module radeon_drv not found.

 That's strange. But try one more thing - copy this radeon_drv from
 /usr/lib/xorg/modules/drivers to /lib/modules/kernel
 version/kernel/drivers/video
 Because according to modprobe's man page, by default it will look driver in
 /lib/modules/...
 So try to copy it and write here, what will modprobe say

First I linked it:

# ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/
total 8
drwxr-xr-x  3 root root  144 Jul 17 22:21 .
drwxr-xr-x 14 root root  344 May 14 18:34 ..
drwxr-xr-x  2 root root   72 May 14 18:34 backlight
-rw-r--r--  1 root root 4291 May 14 18:34 output.ko
lrwxrwxrwx  1 root root   43 Jul 17 22:21 
radeon.so - /usr/lib/xorg/modules/drivers/radeon_drv.so

but since that did not work, I copied it:

# ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/
total 448
drwxr-xr-x  3 root root176 Jul 17 22:27 .
drwxr-xr-x 14 root root344 May 14 18:34 ..
drwxr-xr-x  2 root root 72 May 14 18:34 backlight
-rw-r--r--  1 root root   4291 May 14 18:34 output.ko
lrwxrwxrwx  1 root root 43 Jul 17 22:21 
radeon.so - /usr/lib/xorg/modules/drivers/radeon_drv.so
-rwxr-xr-x  1 root root 448808 Jul 17 07:09 radeon_drv.so

Modprobing either of the two fails with the same error message.
-- 
Regards,
Mick


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


Re: [gentoo-user] What is the gimmick to run tightvnc from windows to gentoo

2008-07-17 Thread Mick
On Thursday 17 July 2008, David Blamire-Brown wrote:
 I did this a while back and I got it working by tunnelling via SSH (using
 putty on windows). But I can't remember the exact details off the top of my
 head. It may be worth googling that set-up. I seem to remember thinking it
 felt like a kludge and I can't quite remember why I ended up doing it, but
 I do remember that it worked.

 BB

 On Wed, 16 Jul 2008 20:19:45 -0500

 Harry Putnam [EMAIL PROTECTED] wrote:
  Tightvnc installed with server flag and seems to be working, at least
  as far as viewing from gentoo through servers running on windows
  machines. But when tried the other way round I get no connecton and no
  log output from the gentoo server.
 
  Just a message on the windows machine
 `Failed to connect to Xxx.xxx.xxx'.
 
  There is some log info on the windows side bit it appears to only
  involve the server and nothing gets written to that file when I
  attempt to start the viewer on a windows xp box aimed at the linux
  box.
 
  The words `verbose' or `debug' do not appear anywhere in vncserver man
  pages.  How can I get some debug info out of this thing?
 
  Or maybe someone knows what is needed to get the connection to work.

I tried connecting to a MSWindows RealVNC server with krdc and I remember that 
I couldn't login.  It could be latency across the pond, or network traffic 
causing the login to time out.  Eventually I ran out of patience/time and 
decided to remove the login passwd and instead lock down access to the 
RealVNC, MSWindows box and its network, from my IP address only.

I never discovered why authentication would not work.
-- 
Regards,
Mick


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


Re: [gentoo-user] Video DVD Creation

2008-07-17 Thread sean

Jorg,

	Another update. I had made two attempts burning my movie to a no-brand 
DVD-R.


Not wanting to waste another DVD-R I instead used a brand name DVD+RW 
for another test.
It worked, the movie played. When I get the chance I will pick up a 
brand name DVD-R and try the burn again.


Thanks for the help,
Sean
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Video DVD Creation

2008-07-17 Thread Daniel Pielmeier

sean schrieb:

Jorg,

Another update. I had made two attempts burning my movie to a 
no-brand DVD-R.


Not wanting to waste another DVD-R I instead used a brand name DVD+RW 
for another test.
It worked, the movie played. When I get the chance I will pick up a 
brand name DVD-R and try the burn again.


Thanks for the help,
Sean


I had problems with burning DVD-VIDEO to DVD-R too. Now i use DVD+R and 
it works without problems at least at the PC (had no chance to test on 
standalone players yet).


When burning to DVD-R the burn process starts, it burns 1MB or at least 
the progress shows 1MB then it stucks for a few seconds after that the 
burn process resumes and the rest is burned normally.


Regards,

Daniel
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Andreas Niederl

Mick wrote:

On Thursday 17 July 2008, Andrew Tchernoivanov wrote:

# modprobe -v radeon_drv
FATAL: Module radeon_drv not found.

That's strange. But try one more thing - copy this radeon_drv from
/usr/lib/xorg/modules/drivers to /lib/modules/kernel
version/kernel/drivers/video
Because according to modprobe's man page, by default it will look driver in
/lib/modules/...
So try to copy it and write here, what will modprobe say


First I linked it:

# ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/
total 8
drwxr-xr-x  3 root root  144 Jul 17 22:21 .
drwxr-xr-x 14 root root  344 May 14 18:34 ..
drwxr-xr-x  2 root root   72 May 14 18:34 backlight
-rw-r--r--  1 root root 4291 May 14 18:34 output.ko
lrwxrwxrwx  1 root root   43 Jul 17 22:21 
radeon.so - /usr/lib/xorg/modules/drivers/radeon_drv.so


but since that did not work, I copied it:

# ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/
total 448
drwxr-xr-x  3 root root176 Jul 17 22:27 .
drwxr-xr-x 14 root root344 May 14 18:34 ..
drwxr-xr-x  2 root root 72 May 14 18:34 backlight
-rw-r--r--  1 root root   4291 May 14 18:34 output.ko
lrwxrwxrwx  1 root root 43 Jul 17 22:21 
radeon.so - /usr/lib/xorg/modules/drivers/radeon_drv.so

-rwxr-xr-x  1 root root 448808 Jul 17 07:09 radeon_drv.so

Modprobing either of the two fails with the same error message.


That's because this is not a kernel module.


drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
[drm] failed to load kernel module radeon
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
[dri] Disabling DRI.


I'm just guessing here, but maybe your kernel is missing DRM support for
your graphics chip.

What's the output of grep -i radeon /boot/config-$(uname -r) ?


Regards,
Andi

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



Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Alexander Meinke

Hi,

I think this problem is not *-ati (driver) related. Since the module needed for 
drm has the same name as the driver has, but resides in another directory.


I would suggest you to check whether x11-base/x11-drm or to the kernel module is 
build for drm.
Since I am using the package mentioned above, there is a .ko called 
/lib/modules/version/x11-drm/radeon.ko. The kernel module for ati drm 
resides in /lib/modules/version/kernel/drivers/char/radeon.ko.

Hope this helps.

Regards,

acm.



signature.asc
Description: OpenPGP digital signature


[gentoo-user] light httpd

2008-07-17 Thread chloe K
Hi all

what is the different between light httpd vs typical apache?

how can i tun sysclt for httpd to increase performance

thank you

   
 
  
-

   
Yahoo! Canada Toolbar : Search from anywhere on the web and 
bookmark your favourite sites. Download it now!  


[gentoo-user] Trouble tweaking KDE package six

2008-07-17 Thread Kevin O'Gorman
I've never tried to hack a KDE appliction before, and I'm having a
bunch of trouble just finding the right resources to RTF*.

The package is six-0.5.3, and I have some tweaks I got from the
original author back at release 0.3.3, but I cannot get them into the
0.5.3 source tree properly.

It involves a new target in Makefile.am, but if I run a new 'automake'
I get a Makefile.in which is _very_ different from the old one, and
won't even compile the old target.  Most obviously, a bunch of *.moc
targets are not generated.  The Makefile has some references to
'automoc', but that does not seem to be an executable or package in
Gentoo (but if I'm reading it right, it is a package in Ubuntu).

I have a book on autotools, but have only used  them, not configured
them.  I have a book on Qt (apropos of moc and automoc), but have
never written Qt code.  My tweak is for a non-GUI alternative, so I
was hoping that the GUI stuff would just keep working and not bother
me.  KDE itself seems to be largely lacking in programming docs (or I
just missed it), although there a a few short tutorials.

I'm not looking for answers (my questions may not yet be well-enough
formulated for that), but pointers to resources.  Of course, if anyone
has answers, or can guide me, that would be welcome too.

-- 
Kevin O'Gorman, PhD
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] light httpd

2008-07-17 Thread fire-eyes

chloe K wrote:

Hi all

what is the different between light httpd vs typical apache?

how can i tun sysclt for httpd to increase performance

thank you

   
 
  
-

   
Yahoo! Canada Toolbar : Search from anywhere on the web and bookmark your favourite sites. Download it now!  



Lighttpd is far smaller and less complicated. It's also not as used as 
apache, thus it is less of a security target.

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