[gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-04 Thread David Juhl
I want my http server to listen on port 8181, and I want to configure
userdir.  

/etc/conf.d/apache2  
APACHE2_OPTS=-D USERDIR
added Listen 8181 to /etc/apache2/http.conf

/etc/apache2/modules.d/00_mod_userdir.conf
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
Directory /home/*/public_html
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Limit GET POST OPTIONS
Order allow,deny
Allow from all
/Limit
LimitExcept GET POST OPTIONS
Order deny,allow
Deny from all
/LimitExcept
/Directory

so if it is read only why can't I read?
You don't have permission to access /~david16/ on this server
Dave




Re: [gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-04 Thread Dirk Heinrichs
Am Sonntag 04 Oktober 2009 08:28:16 schrieb David Juhl:

 so if it is read only why can't I read?
 You don't have permission to access /~david16/ on this server

Does the user that runs the server process have permissions to read from tha 
directory?

Bye...

Dirk



Re: [gentoo-user] PostgreSQL server blocker

2009-10-04 Thread Justin
Stroller wrote:
 Hi there,

 !!! The following installed packages are masked:
 - dev-db/postgresql-8.1.11 (masked by: package.mask)
 /usr/portage/profiles/package.mask:
 # Patrick Lauer patr...@gentoo.org (03 Oct 2009)
 # Mask unsupported and obsolete postgres packages
 # Use postgresql-server (or postgresql-base) instead


So just unemerge your dev-db/postgresql and try again. everything should
be fine then.

jusitn



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] About layman... and the color output

2009-10-04 Thread Justin
Harry Putnam wrote:
 New to layman but after at least a semi-careful look thru man layman I
 don't find anything explaining what the different color asterisks
 mean.
 
 I didn't read every word but scanned the whole thing twice and did a
 few searchs like /color  and /output
 
 But those didn't do much good.
 Anyone know what red/green/yellow signify... level of caution?
 
 

green: official (developer or project overlay)
yellow: unofficial (user overlay)
red: you cannot use it because it uses a VCS you do not have installed.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-04 Thread Mick
On Sunday 04 October 2009, Dirk Heinrichs wrote:
 Am Sonntag 04 Oktober 2009 08:28:16 schrieb David Juhl:
  so if it is read only why can't I read?
  You don't have permission to access /~david16/ on this server

 Does the user that runs the server process have permissions to read from
 tha directory?

 Bye...

   Dirk

Typically the directory would be owned by apache and the authentication on it 
will be controlled by the apache htpasswd mechanism.  In your case you will 
need to set:

Options FollowSymLinks
AllowOverride All

for each directory.  The ownership of the files is less important - they can 
be owned by any user/root/apache/etc... BUT the permissions on the directory 
must be such so that all can access (x) and read (r) what's in it.  I'm going 
from memory here, so you may need to try out things until you get it to work.
-- 
Regards,
Mick


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


[gentoo-user] Bootup drops back to console from kdm

2009-10-04 Thread Mick
It must be a year or so now with all different kernels.  On boot up kdm fires 
up, but within 5 seconds or so and while the use is busy entering their 
passwd on the kdm screen, it suddenly returns to the console.  Alt+F7 brings 
them back to their kdm, but this behaviour is clearly wrong.  I suspect that 
this is caused by dhcpcd getting an IP address, or vixie cron (the last two 
things shown on the console when the user gets dumped back on it) but I can't 
understand why these two services will cause such a problem on this machine, 
when other machines with the same services work fine.

Any ideas on how to troubleshoot this one?  I can't see anything amiss on 
dmesg, or messages/syslog.
-- 
Regards,
Mick


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


[gentoo-user] No news today?

2009-10-04 Thread meino . cramer
Hi,

while emerging I was informed be this process about
some new news:

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


So I did

solfire:/tmpeselct news
zsh: command not found: eselct
solfire:/tmpeselect news
Usage: eselect news action options

Standard actions:
  help  Display help text
  usage Display usage information
  version   Display version information

Extra actions:
  count Display number of news items
new   Count unread news items (default)
all   Count all news items
  list  List news items
  purge Purge read news
  read item...Read news items
new   Read unread news items (default)
all   Read all news items
item  Number of item (from 'list' action)
--mboxOutput in mbox format
--raw Output in raw format
  unread item...  Mark read news items as unread again
all   Mark all news items as unread
item  Number of item (from 'list' action)
solfire:/tmpeselect news all
!!! Error: Action all unknown
exiting
solfire:/tmpeselect read new
!!! Error: Can't load module read

What did I wrong here? I reinstalled eselect just to get shure that
in a proper state, but it does not help.

I am older than 30, please help me crossing the road... ;)

Have a nice weekend!
mcc

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] No news today?

2009-10-04 Thread Florian Philipp
meino.cra...@gmx.de schrieb:
 Hi,
 
 while emerging I was informed be this process about
 some new news:
 
  * IMPORTANT: 1 news items need reading for repository 'gentoo'.
  * Use eselect news to read news items.
 
 
 So I did
 
 solfire:/tmpeselct news
 zsh: command not found: eselct
 solfire:/tmpeselect news
 Usage: eselect news action options
 
 Standard actions:
   help  Display help text
   usage Display usage information
   version   Display version information
 
 Extra actions:
   count Display number of news items
 new   Count unread news items (default)
 all   Count all news items
   list  List news items
   purge Purge read news
   read item...Read news items
 new   Read unread news items (default)
 all   Read all news items
 item  Number of item (from 'list' action)
 --mboxOutput in mbox format
 --raw Output in raw format
   unread item...  Mark read news items as unread again
 all   Mark all news items as unread
 item  Number of item (from 'list' action)
 solfire:/tmpeselect news all
 !!! Error: Action all unknown
 exiting
 solfire:/tmpeselect read new
 !!! Error: Can't load module read
 
 What did I wrong here? I reinstalled eselect just to get shure that
 in a proper state, but it does not help.
 
 I am older than 30, please help me crossing the road... ;)
 
 Have a nice weekend!
 mcc
 

How about `eselect news read new` ;)



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] No news today?

2009-10-04 Thread Sebastian Beßler
Am 04.10.2009 11:29, schrieb meino.cra...@gmx.de:
 solfire:/tmpeselect news all
 !!! Error: Action all unknown
 exiting
 solfire:/tmpeselect read new
 !!! Error: Can't load module read

Hello,

try
eselect news read new
or
eselect news read all

Greetings

Sebastian



Re: [gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-04 Thread Allan Gottlieb
At Sun, 04 Oct 2009 10:04:13 +0100 Mick michaelkintz...@gmail.com wrote:

 On Sunday 04 October 2009, Dirk Heinrichs wrote:
 Am Sonntag 04 Oktober 2009 08:28:16 schrieb David Juhl:
  so if it is read only why can't I read?
  You don't have permission to access /~david16/ on this server

 Does the user that runs the server process have permissions to read from
 tha directory?

 Bye...

  Dirk

 Typically the directory would be owned by apache and the authentication on it 
 will be controlled by the apache htpasswd mechanism.  In your case you will 
 need to set:

 Options FollowSymLinks
 AllowOverride All

 for each directory.  The ownership of the files is less important - they can 
 be owned by any user/root/apache/etc... BUT the permissions on the directory 
 must be such so that all can access (x) and read (r) what's in it.  I'm going 
 from memory here, so you may need to try out things until you get it to work.

You also need to set USERDIR in /etc/conf.d/apache2.

APACHE2_OPTS=-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D LANGUAGE 
-D USERDIR

allan



[gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1

2009-10-04 Thread Christoph Schrauth
Hi,

after i updated my kernel to version 2.6.31-r1 (gentoo-sources) there is no 
device /dev/dvd.
Before updating the kernel there was a device /dev/dvd linked to /dev/sr0.

Which drivers / settings are required to enabel IDE CD-Rom devices?

- Device Drivers
- ATA/ATAPI/MFM/RLL support
- generic ATA/ATAPI disk support  Y
- ATA disk support  Y
- lagacy /proc/ide/ support  Y
- AMD and nVidia IDE support  Y I use a nVidia 
chipset
- Include IDE/ATAPI CDROM support   ?Do I need this?
- SCSI device support
- SCSI CDROM supportY
- Enable vendor-specific extensions  Y


Thanks and best regards,
Christoph



Re: [gentoo-user] No news today?

2009-10-04 Thread Philip Webb
091004 Florian Philipp wrote:
 meino.cra...@gmx.de schrieb:
 solfire:/tmpeselect news
 solfire:/tmpeselect news all
 !!! Error: Action all unknown
 solfire:/tmpeselect read new
 !!! Error: Can't load module read
 What did I wrong here?
 How about `eselect news read new` ;)
 
I just tried it:

  root:500 ~ eselect news read new
  No news is good news.

Have a nice day everyone ... (grin)

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] Xorg upgrade problem

2009-10-04 Thread David Relson
Just upgraded X.Org X Server from 1.5.3 to 1.6.3.901 and all is not
well.

First problem noticed is that copy and paste in gnumeric isn't
working.  I used to be able to use the arrow keys to navigate, ctrl-c
to copy and ctrl-v to paste.  The paste operation isn't presently
working.  I rebuilt gnumeric, but it hasn't helped.

'cause of the gnumeric problem, I restarted X.  It worked -- sort of.

My screen resolution has dropped from 1280x1024 to 1024x768, which is
not sufficient. I'm using a minimal xorg.conf -- no video and no
screen details. My ASUS mobo has ATI Radeon X1200 support on it --
rather low end but totally adequate for my needs.

A few weeks ago I encountered a similar resolution problem after
restarting X.  That was solved after discovering I had both
x11-drivers/xf86-video-ati and x11-drivers/ati-drivers installed.  I
removed ati-drivers and all was good (until this upgrade).

xrandr presently offers 1024x768 as maximum, which is the same as
Xorg.0.log indicates.

I have thoughts of downgrading to 1.5.3.  Any better suggestions?

Regards,

David

FWIW, I've attached the Xorg.0.log files for both 1.5.3 and 1.6.3



Re: [gentoo-user] Xorg upgrade problem

2009-10-04 Thread Volker Armin Hemmann
On Sonntag 04 Oktober 2009, David Relson wrote:
 
 I have thoughts of downgrading to 1.5.3.  Any better suggestions?

rebuilt all drivers.

(oh, and your mail is suspiciously free of any attachments)



Re: [gentoo-user] PostgreSQL server blocker

2009-10-04 Thread Stroller


On 4 Oct 2009, at 08:40, Justin wrote:

Stroller wrote:

Hi there,



!!! The following installed packages are masked:
- dev-db/postgresql-8.1.11 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Patrick Lauer patr...@gentoo.org (03 Oct 2009)
# Mask unsupported and obsolete postgres packages
# Use postgresql-server (or postgresql-base) instead



So just unemerge your dev-db/postgresql and try again. everything  
should

be fine then.


Uh, if I unmerge dev-db/postgresql then I won't have the database  
backend that my accounts system depends upon.


Did you read the part of my message where I said that:

 I'm running x86 (NOT ~x86), and all versions of postgresql-server  
are marked with a ~.


??

Stroller.



Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1

2009-10-04 Thread Stroller


On 4 Oct 2009, at 14:30, Christoph Schrauth wrote:

...
after i updated my kernel to version 2.6.31-r1 (gentoo-sources)  
there is no device /dev/dvd.
Before updating the kernel there was a device /dev/dvd linked to / 
dev/sr0.



You don't state where there is any longer a /dev/sr0.

Can't you just `mount -v /dev/sr0 /mnt/dvdrom` ?

Stroller.




Re: [gentoo-user] PostgreSQL server blocker

2009-10-04 Thread Justin
Stroller wrote:
 
 On 4 Oct 2009, at 08:40, Justin wrote:
 Stroller wrote:
 Hi there,

 !!! The following installed packages are masked:
 - dev-db/postgresql-8.1.11 (masked by: package.mask)
 /usr/portage/profiles/package.mask:
 # Patrick Lauer patr...@gentoo.org (03 Oct 2009)
 # Mask unsupported and obsolete postgres packages
 # Use postgresql-server (or postgresql-base) instead


 So just unemerge your dev-db/postgresql and try again. everything should
 be fine then.
 
 Uh, if I unmerge dev-db/postgresql then I won't have the database
 backend that my accounts system depends upon.
 
 Did you read the part of my message where I said that:
 
  I'm running x86 (NOT ~x86), and all versions of postgresql-server
 are marked with a ~.
 
 ??
 
 Stroller.
 

You are right but the problem should be solved 'cause it isunmasked again.
I couldn't imagine a dev masking something where there is no stable
alternative.


justin





signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] PostgreSQL server blocker

2009-10-04 Thread Stroller


On 4 Oct 2009, at 15:54, Justin wrote:

...
Did you read the part of my message where I said that:


I'm running x86 (NOT ~x86), and all versions of postgresql-server
are marked with a ~.


You are right but the problem should be solved 'cause it isunmasked  
again.

I couldn't imagine a dev masking something where there is no stable
alternative.


I've just synced and it still seems to be ~ only.

Am I reading this wrong?
http://packages.gentoo.org/package/dev-db/postgresql-server

I'm thinking to file a no stable ebuild for PostgreSQL server, but  
I'm just cautious in case I'm overlooking something stupid and obvious.


Stroller.




Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1

2009-10-04 Thread Christoph Schrauth
On Sunday 04 October 2009 16:46:44 Stroller wrote:
 
 On 4 Oct 2009, at 14:30, Christoph Schrauth wrote:
  ...
  after i updated my kernel to version 2.6.31-r1 (gentoo-sources)  
  there is no device /dev/dvd.
  Before updating the kernel there was a device /dev/dvd linked to / 
  dev/sr0.
 
 
 You don't state where there is any longer a /dev/sr0.
 
 Can't you just `mount -v /dev/sr0 /mnt/dvdrom` ?
 
 Stroller.
 
 

No i can't 'mount -v /dev/sr0 /mnt/dvdrom' because there is no device /dev/sr0

# mount -v /dev/sr0 /mnt/dvd
mount: Es wurde kein Dateisystemtyp für /dev/sr0 angegeben
   Werde alle Dateisystemtypen probieren, die in /etc/filesystems oder
   /proc/filesystems aufgelistet sind
Versuche #
Versuche #vfat
Versuche msdos
mount: Gerätedatei /dev/sr0 existiert nicht

Sorry for the german output. Finally it says /dev/sr0 is not existing!


Christoph



Re: [gentoo-user] PostgreSQL server blocker

2009-10-04 Thread Justin
Stroller wrote:
 
 On 4 Oct 2009, at 15:54, Justin wrote:
 ...
 Did you read the part of my message where I said that:

 I'm running x86 (NOT ~x86), and all versions of postgresql-server
 are marked with a ~.

 You are right but the problem should be solved 'cause it isunmasked
 again.
 I couldn't imagine a dev masking something where there is no stable
 alternative.
 
 I've just synced and it still seems to be ~ only.
 
 Am I reading this wrong?
 http://packages.gentoo.org/package/dev-db/postgresql-server
 
 I'm thinking to file a no stable ebuild for PostgreSQL server, but I'm
 just cautious in case I'm overlooking something stupid and obvious.
 
 Stroller.
 
 
You missunderstood me. The keyword situation is the same, means -doc and
-base are  stable but -server not. But the masking of dev-db/postgresql
is reverted. So you will not have any problems.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1

2009-10-04 Thread Kyle Adams
a.) make oldconfig solves most of the problems when updating your kernel
b.) if the DVD drive is IDE, you will most likely need that IDE/ATAPI
support, iirc

Cheers

Kad

On Sun, Oct 4, 2009 at 8:09 AM, Christoph Schrauth 
schrauth-christ...@gmx.de wrote:

 On Sunday 04 October 2009 16:46:44 Stroller wrote:
 
  On 4 Oct 2009, at 14:30, Christoph Schrauth wrote:
   ...
   after i updated my kernel to version 2.6.31-r1 (gentoo-sources)
   there is no device /dev/dvd.
   Before updating the kernel there was a device /dev/dvd linked to /
   dev/sr0.
 
 
  You don't state where there is any longer a /dev/sr0.
 
  Can't you just `mount -v /dev/sr0 /mnt/dvdrom` ?
 
  Stroller.
 
 

 No i can't 'mount -v /dev/sr0 /mnt/dvdrom' because there is no device
 /dev/sr0

 # mount -v /dev/sr0 /mnt/dvd
 mount: Es wurde kein Dateisystemtyp für /dev/sr0 angegeben
   Werde alle Dateisystemtypen probieren, die in /etc/filesystems oder
   /proc/filesystems aufgelistet sind
 Versuche #
 Versuche #vfat
 Versuche msdos
 mount: Gerätedatei /dev/sr0 existiert nicht

 Sorry for the german output. Finally it says /dev/sr0 is not existing!


 Christoph




Re: [gentoo-user] PostgreSQL server blocker

2009-10-04 Thread Stroller


On 4 Oct 2009, at 16:13, Justin wrote:

I'm running x86 (NOT ~x86), and all versions of postgresql-server
are marked with a ~.


You are right but the problem should be solved 'cause it isunmasked
again.
I couldn't imagine a dev masking something where there is no stable
alternative.


I've just synced and it still seems to be ~ only.

Am I reading this wrong?
http://packages.gentoo.org/package/dev-db/postgresql-server

I'm thinking to file a no stable ebuild for PostgreSQL server,  
but I'm

just cautious in case I'm overlooking something stupid and obvious.



You missunderstood me. The keyword situation is the same, means -doc  
and
-base are  stable but -server not. But the masking of dev-db/ 
postgresql

is reverted. So you will not have any problems.


Thanks! You're right. Updating world now. :D

I also checked dev-db/postgresql on packages.gentoo.org before  
posting, but I guess that must not be immediately updating.


Stroller.




SOLVED Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1

2009-10-04 Thread Christoph Schrauth
On Sunday 04 October 2009 17:19:08 Kyle Adams wrote:
 a.) make oldconfig solves most of the problems when updating your kernel
 b.) if the DVD drive is IDE, you will most likely need that IDE/ATAPI
 support, iirc
 
 Cheers
 
 Kad
 

I solved the problem!

I changed from
- Device Drivers
- ATA/ATAPI/MFM/RLL support
- AMD and nVidia IDE support 
to
- Device Drivers
- ATA/ATAPI/MFM/RLL support
- generic/default IDE chipset support
and now there is the device /dev/sr0 .. Linux can be so easy ;)


Thanks to Kad and Stroller

Christoph



Re: [gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-04 Thread David Juhl
On Sun, 2009-10-04 at 08:40 -0400, Allan Gottlieb wrote:
 FollowSymLinks

 ls -l ...
drwxr-xr-x  3 david16 apache112 2009-10-03 15:25 public_html

groups ...
wheel cron audio cdrom video cdrw apache usb users portage plugdev games
david16 sambashare vboxusers wireshark luks stb-admin scanner fuse

/etc/conf.d/apache2:
APACHE2_OPTS=-D USERDIR -D INFO
# APACHE2_OPTS=-D USERDIR -D DEFAULT_VHOST -D INFO -D SSL -D
SSL_DEFAULT_VHOST -D LANGUAGE

I assume it is safe to on put USERDIR because I don't need the others...

still get You don't have permission to access /~david16/index.html on
this server.

Dave




Re: [gentoo-user] Xorg upgrade problem

2009-10-04 Thread Volker Armin Hemmann
On Sonntag 04 Oktober 2009, David Relson wrote:
 On Sun, 4 Oct 2009 16:29:43 +0200
 
 Volker Armin Hemmann wrote:
  On Sonntag 04 Oktober 2009, David Relson wrote:
   I have thoughts of downgrading to 1.5.3.  Any better suggestions?
 
  rebuilt all drivers.
 
  (oh, and your mail is suspiciously free of any attachments)
 
 Ah yes.  The old trick.  Hit send before adding attachments.
 
 They are attached now.
 


(EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version 
mismatch.
[dri] radeon kernel module version is 8.55.2 but version 1.17.0 or newer is 
needed.
[dri] Disabling DRI.


sweet. You once upon a time installed the ati-driver package - maybe without 
using portage. And that is still hurting you. Step one: remove it. Step two: 
remove all related orphaned files.

and a bit down:
(II) RADEON(0): I2C device VGA-0:ddc2 registered at address 0xA0.
(II) RADEON(0): I2C device VGA-0:ddc2 removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0

(II) RADEON(0): I2C device VGA-0:E-EDID segment register registered at 
address 0x60.
(II) RADEON(0): I2C device VGA-0:ddc2 registered at address 0xA0.
Dac detection success
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1


you see the difference?

(II) RADEON(0): I2C device DVI-0:ddc2 registered at address 0xA0.
(II) RADEON(0): I2C device DVI-0:ddc2 removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
invalid output device for dac detection
finished output detect: 2
finished all detect

I) RADEON(0): I2C device DVI-0:E-EDID segment register registered at address 
0x60.
(II) RADEON(0): I2C device DVI-0:ddc2 registered at address 0xA0.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
finished output detect: 2
finished all detect

and more of that 1.6.3.901 and 1.5.3 detect different monitors attached it 
seems.

And both complain about missing monitor sections.

how about setting up a nice xorg.conf?



Re: [gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-04 Thread Mick
On Sunday 04 October 2009, David Juhl wrote:
 On Sun, 2009-10-04 at 08:40 -0400, Allan Gottlieb wrote:
  FollowSymLinks

  ls -l ...
 drwxr-xr-x  3 david16 apache112 2009-10-03 15:25 public_html

 groups ...
 wheel cron audio cdrom video cdrw apache usb users portage plugdev games
 david16 sambashare vboxusers wireshark luks stb-admin scanner fuse

 /etc/conf.d/apache2:
 APACHE2_OPTS=-D USERDIR -D INFO
 # APACHE2_OPTS=-D USERDIR -D DEFAULT_VHOST -D INFO -D SSL -D
 SSL_DEFAULT_VHOST -D LANGUAGE

 I assume it is safe to on put USERDIR because I don't need the others...

Oops!  Add:

 -D DEFAULT_VHOST 

in /etc/conf.d/apache2 and try again (assuming that you have configured your 
webserver as a vhost).
-- 
Regards,
Mick


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


Re: SOLVED Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1

2009-10-04 Thread Kyle Adams
if you need any more help, feel free to ping me. ^^

On Sun, Oct 4, 2009 at 9:03 AM, Christoph Schrauth 
schrauth-christ...@gmx.de wrote:

 On Sunday 04 October 2009 17:19:08 Kyle Adams wrote:
  a.) make oldconfig solves most of the problems when updating your kernel
  b.) if the DVD drive is IDE, you will most likely need that IDE/ATAPI
  support, iirc
 
  Cheers
 
  Kad
 

 I solved the problem!

 I changed from
- Device Drivers
- ATA/ATAPI/MFM/RLL support
- AMD and nVidia IDE support
 to
- Device Drivers
- ATA/ATAPI/MFM/RLL support
- generic/default IDE chipset support
 and now there is the device /dev/sr0 .. Linux can be so easy ;)


 Thanks to Kad and Stroller

 Christoph




Re: [gentoo-user] Kworldclock KDE 4.3.1

2009-10-04 Thread Philip Webb
091002 Philip Webb wrote:
 Is it possible to get Marble to show the effects of Kworldclock ?
 Is there any other similar app from outside KDE ?
   -- Xearth shows light/dark, but not current local times AFAIK.

I have submitted KDE bug 209458 to request current local times in Marble.

BTW you can get day/night shading in Marble
via 'satellite view - view - sun control - sun shading'.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] Kworldclock KDE 4.3.1

2009-10-04 Thread Paul Hartman
On Fri, Oct 2, 2009 at 10:54 AM, Philip Webb purs...@ca.inter.net wrote:
 I asked this before without any response (smile).

 Kworldclock 3.5.10 is a useful little app, but is absent from 4.3.1 .

It looks like a KDE4 version of kworldclock was around in early 4.0
days but has been removed due to the fact that it does not have a
maintainer/anyone working on it. You can see the most recent sources
(not touched in over a year) from here, maybe it might build against
newer KDE4 versions. Let us know if you succeed. :)

http://websvn.kde.org/tags/unmaintained/4/kworldclock/



Re: [gentoo-user] Re: preferred editor

2009-10-04 Thread Jesús Guerrero
On Sun, 4 Oct 2009 01:22:47 + (UTC), Grant Edwards
grant.b.edwa...@gmail.com wrote:
 On 2009-10-03, Stroller strol...@stellar.eclipse.co.uk wrote:

 On 2 Oct 2009, at 17:16, Grant Edwards wrote:
 ...
 I don't like nano much either -- I find it rather clumsy, but
 at least it seems to be safe.  It doesn't trash my file every
 30 seconds when I start typing content while in command mode.
 Honestly -- I've used vi infrequently but regularly (probably
 several times a month) for decades, and my brain just doesn't
 work the way vi does.

 What editor do you prefer, then?
 
 I'm an emacs guy.  I've been using emacs (or various clones
 such as jove and jed) for 25 years now.
 
 IIRC when I was at uni (c 2000) one of the TA's suggested Joe
 as an alternative to the traditional Unix editors. I have been
 making a little effort in the last year or two to come to
 grips with vi or vim, and am starting to prefer it, but ISTM
 that the problem with traditional Unix editors (i.e. vi 
 emacs) is that they depend upon learning obscure keyboard
 shortcuts.
 
 I don't have any problem learning keystrokes.  I do have
 problems with vi's modality.

That's just one of the things I dislike about vi and all the vi clones out
there. To me it is like the difference between edit to live and live to
edit. It's a good editor and I respect people who like and use vi, but I
refuse to use it unless there's absolutely no other option.

-- 
Jesús Guerrero



[gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-04 Thread daid kahl
Hello all,

I was getting some Japanese-bought DVDs to play correctly on my
laptop, and I found that I after I installed libdvdcss from portage,
portage did not think to rebuild kaffeine (or mplayer, etc), but that
was necessary to get full viewing functionality.

In the first case, I wonder if libdvdcss should be pulled in by the
dvd USE flag.  Secondly, I think portage ought to be smart enough to
know to rebuild programs in such a case.

It's no big thing of course, but I wonder if anyone else has thoughts on this.

Regards,
daid



Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-04 Thread Jesús Guerrero
On Mon, 5 Oct 2009 10:31:53 +0900, daid kahl daid...@gmail.com wrote:
 Hello all,
 
 I was getting some Japanese-bought DVDs to play correctly on my
 laptop, and I found that I after I installed libdvdcss from portage,
 portage did not think to rebuild kaffeine (or mplayer, etc), but that
 was necessary to get full viewing functionality.
 
 In the first case, I wonder if libdvdcss should be pulled in by the
 dvd USE flag.  Secondly, I think portage ought to be smart enough to
 know to rebuild programs in such a case.

Nope. What you have to do is to set up the correct use flags for xine-lib
(dvd). All the dependencies will be pushed, you don't even have to
implicitly install libdvdcss. When a given use flag is changed portage will
detect and recompile all the required packages with a simple emerge -auDVN
world.

-- 
Jesús Guerrero



Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-04 Thread Dale
Jesús Guerrero wrote:
 On Mon, 5 Oct 2009 10:31:53 +0900, daid kahl daid...@gmail.com wrote:
   
 Hello all,

 I was getting some Japanese-bought DVDs to play correctly on my
 laptop, and I found that I after I installed libdvdcss from portage,
 portage did not think to rebuild kaffeine (or mplayer, etc), but that
 was necessary to get full viewing functionality.

 In the first case, I wonder if libdvdcss should be pulled in by the
 dvd USE flag.  Secondly, I think portage ought to be smart enough to
 know to rebuild programs in such a case.
 

 Nope. What you have to do is to set up the correct use flags for xine-lib
 (dvd). All the dependencies will be pushed, you don't even have to
 implicitly install libdvdcss. When a given use flag is changed portage will
 detect and recompile all the required packages with a simple emerge -auDVN
 world.

   

I think this is a typo.  The command should be emerge -auDvN world.  The
upper case V would only print the version of portage.  That should
therefore be a lower case v.

I wish I could type better too.  LOL  After proofing a message a dozen
times, I still find a boo boo after hitting the send button.  :/  Maybe
it is the keyboard?

Dale

:-)   :-) 



Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-04 Thread Jesús Guerrero
On Sun, 04 Oct 2009 21:19:04 -0500, Dale rdalek1...@gmail.com wrote:
 Jesús Guerrero wrote:
 On Mon, 5 Oct 2009 10:31:53 +0900, daid kahl daid...@gmail.com wrote:
   
 Hello all,

 I was getting some Japanese-bought DVDs to play correctly on my
 laptop, and I found that I after I installed libdvdcss from portage,
 portage did not think to rebuild kaffeine (or mplayer, etc), but that
 was necessary to get full viewing functionality.

 In the first case, I wonder if libdvdcss should be pulled in by the
 dvd USE flag.  Secondly, I think portage ought to be smart enough to
 know to rebuild programs in such a case.
 

 Nope. What you have to do is to set up the correct use flags for
xine-lib
 (dvd). All the dependencies will be pushed, you don't even have to
 implicitly install libdvdcss. When a given use flag is changed portage
 will
 detect and recompile all the required packages with a simple emerge
 -auDVN
 world.

   
 
 I think this is a typo.  The command should be emerge -auDvN world.  The
 upper case V would only print the version of portage.  That should
 therefore be a lower case v.

Well spotted, yes, it's a typo.

Thanks for the correction. :)
-- 
Jesús Guerrero



[gentoo-user] [SOLVED] Re: device eth0 does not exist

2009-10-04 Thread Cinder
  Thanks for all the input. I have the network up again. I'm not exactly sure 
how. I've compiled the e1000 in the kernel. The only thing I've changed is this 
kernel option ...
Device Drivers --
   Network Device Support --
  Ethernet 10 0r 100Mbit --
 EISA,VLB, PCI and onboard controllers *
I don't know if that's it, but I'm online again. I've been over menuconfig so 
many times I don't know which is up. Also, I apologise for my fragmented 
posting. I subscribed no-mail.


P.S. I may be arcane, but I don't wear panties:)

_
Get your FREE, LinuxWaves.com Email Now! -- http://www.LinuxWaves.com
Join Linux Discussions! -- http://Community.LinuxWaves.com