[gentoo-user] Stray dependency on virtual/x11-7.0-r2

2006-09-17 Thread Kevin O'Gorman

I just switched to modular X, and got to the point where the system
comes up okay.
I have a few remaining puzzles and problems.  Here's one:

When I do emerge -aDvu world, it wants to emerge
[ebuild  N] virtual/x11-7.0-r2  USE=dri 0 kB

The migration guide says this can happen when there's an outdated package.
But equery says there are well over 100 such packages that depend on
virtual/x11.  And they're all up to date.  I've been running stable so far, with
very few exceptions.  Am I really to go unstable with all of these?  This seems
extreme in view of the fact that a great many of them are KDE things, but
KDE seems to be working just fine.

What's a guy to do?  Can I get away with just waiting for a while?

++ kevin


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



[gentoo-user] kernel.pid_max

2006-09-17 Thread darren kirby
Hello,

From /etc/sysctl.conf:

# Allow for more PIDs (cool factor!); may break some programs
#kernel.pid_max = 99

I though it may be neat to have a bigger pid pool, So I edited the file to 
change the value to 9 and run:

#  sysctl -p
error: Invalid argument setting key kernel.pid_max
# cat /proc/sys/kernel/pid_max
32768
# echo 9  /proc/sys/kernel/pid_max
bash: echo: write error: Invalid argument
# echo 9  /proc/sys/kernel/pid_max
bash: echo: write error: Invalid argument
# sysctl -w kernel.pid_max=9
error: Invalid argument setting key kernel.pid_max
# sysctl -w kernel.pid_max=9
error: Invalid argument setting key kernel.pid_max

How do you get this to work? I do have sysctl support in the kernel:

# cat /usr/src/linux/.config | grep SYSCTL
CONFIG_SYSCTL=y

Also, assuming you can help me get this sorted does anyone know which programs 
this may break?

Thanks for consideration,
-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Stray dependency on virtual/x11-7.0-r2

2006-09-17 Thread Greg Bur
On 9/17/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:
I just switched to modular X, and got to the point where the systemcomes up okay.I have a few remaining puzzles and problems.Here's one:When I do emerge -aDvu world, it wants to emerge[ebuildN] virtual/x11-
7.0-r2USE=dri 0 kBThe migration guide says this can happen when there's an outdated package.But equery says there are well over 100 such packages that depend onvirtual/x11.And they're all up to date.I've been running stable so far, with
very few exceptions.Am I really to go unstable with all of these?This seemsextreme in view of the fact that a great many of them are KDE things, butKDE seems to be working just fine.What's a guy to do?Can I get away with just waiting for a while?
emerge -aDvut will show the dependency tree which should tell you which package requires virtual/x11-7.0-r2. Once you have narrowed down which package requires it to be installed you can deal with it from there. Instead of going unstable with your entire system you can add the offending package to /etc/portage/package.keywords for instance. If it's a package you know you don't need you could also remove it. HTH
Regards,Greg


[gentoo-user] Re: Scrollback Buffer of screen in Gnome Terminal

2006-09-17 Thread Alexander Skwar
· Alexander Skwar [EMAIL PROTECTED]:

 What do I have to change, so that I'm able to use the Gnome Terminal
 buffer even when I'm inside a screen session?

I think, that this is bug #61195 - http://bugs.gentoo.org/show_bug.cgi?id=61195

The behaviour is caused by the fact, that TERM=gnome and in the screenrc,
there's no setting which informs screen, that there's a scroll back
buffer in the terminal (or something like this).

In particular, I think it's the following:

# Do not use xterm's alternative window buffer, it breaks scrollback (see bug 
#61195)
  termcapinfo xterm|xterms|xs ti@:te=\E[2J

Alexander Skwar
-- 
Show business is just like high school, except you get paid.
-- Martin Mull


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wireless problem (ipw2200)

2006-09-17 Thread Jean Magnan de Bornier
Le 16 septembre à 10:01:38 Marco Calviani [EMAIL PROTECTED] écrit notamment:

| Hi Jean,
|   unfortunately is it still not working even if i've tried changing
| different lines.. (however this does not make very much sense). Can
| you post me you /etc/conf.d/net and /etc/wpa_supplicant.conf files?

Sure, here they are; but you will see I'm using wpa, not wep; so you can't
really use my config :-(

/etc/conf.d/net:


config_eth0=( 194.199.136.151 netmask 255.255.255.0 brd 194.199.136.255 )

routes_eth0=(
default via 194.199.136.250   # IPv4 default route
)

postup() {
/usr/sbin/netfac
} 
#this function is a script I wrote to activate eth1 only if eth0 is not plugged
plug_timeout=10

modules=( wpa_supplicant )

wpa_supplicant_eth1=-Dwext # For generic wireless


 
And here's the /etc/wpa_supplicant.conf:


ctrl_interface=/var/run/wpa_supplicant

ctrl_interface_group=0

eapol_version=1

ap_scan=1

fast_reauth=1

#I had to emerge relevant packages for these two lines:

pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so

pkcs11_module_path=/usr/lib/opensc-pkcs11.so


network={
ssid=ribalte
psk=x
priority=5
}





hth,
-- 
  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] beamer

2006-09-17 Thread Uwe Thiem
Hi folks,

I have just heard about a TeX/LaTeX extension by the name beamer that can 
produce stunning slide shows. I have been told that it beats PowerPoint, 
Impress, KPresenter and any other presentation software hands down due to 
TeX's built-in knowledge of true typesetting. Another advantage is that the 
result is a PDF and can be presented on any system with a fairly recent PDF 
viewer. A friend of mine showed it to some PowerPoint magicians and 
apparently, they were blown away.

I tried
emerge --pretend --verbose beamer
which returned nothing.

Does anybody know whether it is in portage - and if so, under what name?

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] beamer

2006-09-17 Thread Greg Bur
On 9/17/06, Uwe Thiem [EMAIL PROTECTED] wrote:
I triedemerge --pretend --verbose beamerwhich returned nothing.Does anybody know whether it is in portage - and if so, under what name?Uwe[EMAIL PROTECTED] ~ $ eix beamer* dev-tex/latex-beamer
 Available versions: 3.00-r1 ~3.01-r1 ~3.06 ~3.06-r1 Installed: none Homepage: http://latex-beamer.sourceforge.net/ Description: LaTeX class for creating presentations using a video projector.
Is this the package you had in mind?


Re: [gentoo-user] beamer

2006-09-17 Thread Jean Magnan de Bornier
Le 17 septembre à 09:51:23 Uwe Thiem [EMAIL PROTECTED] écrit notamment:

| Hi folks,

| I have just heard about a TeX/LaTeX extension by the name beamer that can 
| produce stunning slide shows. I have been told that it beats PowerPoint, 
| Impress, KPresenter and any other presentation software hands down due to 
| TeX's built-in knowledge of true typesetting. Another advantage is that the 
| result is a PDF and can be presented on any system with a fairly recent PDF 
| viewer. A friend of mine showed it to some PowerPoint magicians and 
| apparently, they were blown away.

All this is just *true*
(You can also do some fantastic things with ConText)


| I tried
| emerge --pretend --verbose beamer
Should be  emerge --pretend --verbose latex-beamer

-- 
  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] beamer

2006-09-17 Thread Johám-Luís Miguéns Vila
On 09:51 Sun 17 Sep , Uwe Thiem wrote:
 Hi folks,
 
 I have just heard about a TeX/LaTeX extension by the name beamer that can 
 produce stunning slide shows. I have been told that it beats PowerPoint, 
 Impress, KPresenter and any other presentation software hands down due to 
 TeX's built-in knowledge of true typesetting. Another advantage is that the 
 result is a PDF and can be presented on any system with a fairly recent PDF 
 viewer. A friend of mine showed it to some PowerPoint magicians and 
 apparently, they were blown away.
 
 I tried
 emerge --pretend --verbose beamer
 which returned nothing.
 
 Does anybody know whether it is in portage - and if so, under what name?
 
 Uwe
 

emerge --ask --verbose latex-beamer

cheers
-- 
A ouvir (mpd): Сергей Прокофьев - Sonata No. 4 in c minor, Op. 29: II - Andante 
assai
 - GPG KeyID:0x9D2FD6C8


pgpFaP5kiWNAv.pgp
Description: PGP signature


Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-17 Thread Neil Bothwick
On Sun, 17 Sep 2006 02:59:12 +, Chuanwen Wu wrote:

 Then i run revdep-rebuild -p,there are many erorr and most of them
 are caurse by libdbus-1.so.2.
 
 How can't i fix my problem,now ?

Run revdep-rebuild without -p? Or do you mean revdep-rebuild -p quits
with errors before completing?


-- 
Neil Bothwick

WinErr 012: Window closed - Do not look inside


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: What is up with the new domainname situation?

2006-09-17 Thread Neil Bothwick
On Sun, 17 Sep 2006 07:50:28 +0200, Alexander Skwar wrote:

  It makes very little sense to ditch the unix norm of setting a 
  systemwide domain name in favor of doing it per interface!  
 
 True. And that's probably why you don't *have* to set it per interface.

Exactly, the current system gives the choice of setting it globally or
per-interface in the same file.

 But I agree, it makes no sense to even be able to set this per
 interface.

I can think of a couple of uses for this.

A laptop with wired and wireless interfaces. wired is only used on the
home network, with a fixed domain. wireless is used in multiple
locations with the domain set via DHCP.

A server with multiple interfaces, running different domains on each,
although this could also be done with virtual hosts.


-- 
Neil Bothwick

Apple I (c) Copyright 1767, Sir Isaac Newton.


signature.asc
Description: PGP signature


Re: [gentoo-user] ACPI event - thermal_zone TZ1

2006-09-17 Thread Mick
On Saturday 16 September 2006 18:56, Richard Fish wrote:

 So this is exactly the same problem/solution as your power button
 issue.  In /etc/acpi/default.sh, you have an etry:

  *)  log_unhandled $* ;;

 This causes anything that is not button or ac_adapter to log an
 event unhandled message.  So here again, add a case _above_ this for
 what you want to happen when thermal_zone events occur.  In this case,
 maybe just:

   thermal_zone)
   ;; # don't care..fan seems to work

 Of course, you could get fancy.  Looks like the first argument might
 be the temperature at which the event occurs, so you could for example
 compare that to some value (100?) and do something like go ahead and
 log the event as overtemp.

Thanks Richard!  What is the syntax for e.g. comparing TZ1, and TZ2 and 
generating a log entry (other than ACPI event unhandled:... )
-- 
Regards,
Mick


pgpLsvFTf5lnt.pgp
Description: PGP signature


Re: [gentoo-user] beamer

2006-09-17 Thread Vikas Kumar
On 10:10 Sun 17 Sep , Johám-Luís Miguéns Vila wrote:
 On 09:51 Sun 17 Sep , Uwe Thiem wrote:
  Hi folks,
  
  I have just heard about a TeX/LaTeX extension by the name beamer that can 
  produce stunning slide shows. I have been told that it beats PowerPoint, 
  Impress, KPresenter and any other presentation software hands down due to 
  TeX's built-in knowledge of true typesetting. Another advantage is that the 
  result is a PDF and can be presented on any system with a fairly recent PDF 
  viewer. A friend of mine showed it to some PowerPoint magicians and 
  apparently, they were blown away.
  
  I tried
  emerge --pretend --verbose beamer
  which returned nothing.
  
  Does anybody know whether it is in portage - and if so, under what name?
  
  Uwe
  
 
 emerge --ask --verbose latex-beamer
 

Hi friends,

Sorry for a small hack to the thread. I tried to emerge latex-beamer.
I've app-text/tetex installed in my computer, which is blocking
latex-beamer.

# emerge -pv latex-beamer

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/xcolor-2.00-r1)
[blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/pgf-0.64-r1)
[blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/latex-beamer-3.00-r1)
[ebuild  N] dev-tex/xcolor-2.00-r1  455 kB
[ebuild  N] dev-tex/pgf-0.64-r1  356 kB
[ebuild  N] dev-tex/latex-beamer-3.00-r1  2,482 kB

Please guide me to install latex-beamer.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Flashing the BIOS

2006-09-17 Thread Mick
On Sunday 17 September 2006 06:33, Iain Buchanan wrote:
 On Sat, 2006-09-16 at 23:12 +0100, Mick wrote:
  Thanks.  I tried unzipping it, but no go:
  
  # unzip SP27128.exe.part
  unzip:  cannot find or open SP27128.exe.part, SP27128.exe.part.zip or
  SP27128.exe.part.ZIP.
  

 hey, I just jumped in on this thread - your file called
 SP27128.exe.part sounds like mozilla or some other download manager
 never finished downloading it, so it's probably incomplete...

Thanks Iain, you're right.  I redownloaded and tried again - but it's not a 
zipped archive:
=
# unzip SP27128.exe
Archive:  SP27128.exe
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of SP27128.exe or
SP27128.exe.zip, and cannot find SP27128.exe.ZIP, period.
=

That message is pretty categorical I think.
-- 
Regards,
Mick


pgpJ2tTlaJE2b.pgp
Description: PGP signature


[gentoo-user] Re: What is up with the new domainname situation?

2006-09-17 Thread Alexander Skwar
· Neil Bothwick [EMAIL PROTECTED]:
 On Sun, 17 Sep 2006 07:50:28 +0200, Alexander Skwar wrote:

 But I agree, it makes no sense to even be able to set this per
 interface.
 
 I can think of a couple of uses for this.
 
 A laptop with wired and wireless interfaces. wired is only used on the
 home network, with a fixed domain. wireless is used in multiple
 locations with the domain set via DHCP.

Okay. But what's the domainname, when both NICs are connected?

 A server with multiple interfaces, running different domains on each,
 although this could also be done with virtual hosts.

Hm? I don't get this. For NICs, there are no domainnames. And Virtual
Hosts only exist in the context of webservers. In this context, I don't
see how this makes sense.

Alexander Skwar
-- 
You can learn many things from children.  How much patience you have,
for instance.
-- Franklin P. Jones


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] beamer

2006-09-17 Thread Vikas Kumar
On 14:16 Sun 17 Sep , Vikas Kumar wrote:
 On 10:10 Sun 17 Sep , Johám-Luís Miguéns Vila wrote:
  On 09:51 Sun 17 Sep , Uwe Thiem wrote:
   Hi folks,
   
   I have just heard about a TeX/LaTeX extension by the name beamer that 
   can 
   produce stunning slide shows. I have been told that it beats PowerPoint, 
   Impress, KPresenter and any other presentation software hands down due to 
   TeX's built-in knowledge of true typesetting. Another advantage is that 
   the 
   result is a PDF and can be presented on any system with a fairly recent 
   PDF 
   viewer. A friend of mine showed it to some PowerPoint magicians and 
   apparently, they were blown away.
   
   I tried
   emerge --pretend --verbose beamer
   which returned nothing.
   
   Does anybody know whether it is in portage - and if so, under what name?
   
   Uwe
   
  
  emerge --ask --verbose latex-beamer
  
 
 Hi friends,
 
 Sorry for a small hack to the thread. I tried to emerge latex-beamer.
 I've app-text/tetex installed in my computer, which is blocking
 latex-beamer.
 
 # emerge -pv latex-beamer
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 [blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/xcolor-2.00-r1)
 [blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/pgf-0.64-r1)
 [blocks B ] =app-text/tetex-3.0 (is blocking 
 dev-tex/latex-beamer-3.00-r1)
 [ebuild  N] dev-tex/xcolor-2.00-r1  455 kB
 [ebuild  N] dev-tex/pgf-0.64-r1  356 kB
 [ebuild  N] dev-tex/latex-beamer-3.00-r1  2,482 kB
 
 Please guide me to install latex-beamer.

Sorry friends, I just checked that the version of tetex (3.0_p1-r3)
includes beamer :) .

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Alexander Skwar
· Neil Bothwick [EMAIL PROTECTED]:

 I have my system setup to disconnect the wireless NIC when a network
 cable is plugged in. Havingmore than one domain name at the same time is 
 obviously a bad isdea, but where NICs are connected one at a time, there is 
 certainly a use.

Allright, I see that now.

 Forget that,

What should I forget? :) Did you write anything?

Alexander Skwar
-- 
robert i understand there are some reasonable limits to free speech in
 america, for example I cannot scream Fire into a crowded theatre
 .. But can i scream fire into a theatre with only 5 or 6 poeple
 in it ?


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Scrollback Buffer of screen in Gnome Terminal

2006-09-17 Thread Mick
On Sunday 17 September 2006 08:20, Alexander Skwar wrote:
 · Alexander Skwar [EMAIL PROTECTED]:
  What do I have to change, so that I'm able to use the Gnome Terminal
  buffer even when I'm inside a screen session?

Ditto for aterm please.  Unfortunately I can only use the Ctrl+a esc to 
enter into copy mode when in screen to be able to scroll.
-- 
Regards,
Mick


pgpQftzz70rH8.pgp
Description: PGP signature


Re: [gentoo-user] beamer

2006-09-17 Thread Uwe Thiem
On 17 September 2006 09:59, Greg Bur wrote:

 [EMAIL PROTECTED] ~ $ eix beamer
 * dev-tex/latex-beamer
  Available versions:  3.00-r1 ~3.01-r1 ~3.06 ~3.06-r1
  Installed:   none
  Homepage:http://latex-beamer.sourceforge.net/
  Description: LaTeX class for creating presentations using a
 video projector.

 Is this the package you had in mind?

Most probably. I'll try it out.

Thanks!

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] beamer

2006-09-17 Thread Uwe Thiem
On 17 September 2006 11:26, Vikas Kumar wrote:
 On 14:16 Sun 17 Sep , Vikas Kumar wrote:

  Calculating dependencies... done!
  [blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/xcolor-2.00-r1)
  [blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/pgf-0.64-r1)
  [blocks B ] =app-text/tetex-3.0 (is blocking
  dev-tex/latex-beamer-3.00-r1) [ebuild  N] dev-tex/xcolor-2.00-r1  455
  kB
  [ebuild  N] dev-tex/pgf-0.64-r1  356 kB
  [ebuild  N] dev-tex/latex-beamer-3.00-r1  2,482 kB
 
  Please guide me to install latex-beamer.

 Sorry friends, I just checked that the version of tetex (3.0_p1-r3)
 includes beamer :) .

Alright, if that is the case I have it installed already. The questions is, 
why doesn't a related document class show up in LyX? A friend of mine told me 
there should be a beamer class.

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Re: Scrollback Buffer of screen in Gnome Terminal

2006-09-17 Thread Alexander Skwar
· Mick [EMAIL PROTECTED]:

 On Sunday 17 September 2006 08:20, Alexander Skwar wrote:
 · Alexander Skwar [EMAIL PROTECTED]:
  What do I have to change, so that I'm able to use the Gnome Terminal
  buffer even when I'm inside a screen session?
 
 Ditto for aterm please.

Do echo $TERM and then cp /etc/screenrc ~/.screenrc. Next, edit
~/.screenrc and add what you got when you did echo $TERM in the
approriate spots (ie. where there is xterm).

Alexander Skwar
-- 
Ha. I say let them try -- even vi+perl couldn't match the power of an
editor which is, after all, its own OS.  ;-)
-- Johnie Ingram on debian-devel, about linking vim with libperl.so


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] beamer

2006-09-17 Thread Jean Magnan de Bornier
Le 17 septembre à 12:36:55 Uwe Thiem [EMAIL PROTECTED] écrit notamment:

| On 17 September 2006 11:26, Vikas Kumar wrote:
|  On 14:16 Sun 17 Sep , Vikas Kumar wrote:

|   Calculating dependencies... done!
|   [blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/xcolor-2.00-r1)
|   [blocks B ] =app-text/tetex-3.0 (is blocking dev-tex/pgf-0.64-r1)
|   [blocks B ] =app-text/tetex-3.0 (is blocking
|   dev-tex/latex-beamer-3.00-r1) [ebuild  N] dev-tex/xcolor-2.00-r1  455
|   kB
|   [ebuild  N] dev-tex/pgf-0.64-r1  356 kB
|   [ebuild  N] dev-tex/latex-beamer-3.00-r1  2,482 kB
|  
|   Please guide me to install latex-beamer.
| 
|  Sorry friends, I just checked that the version of tetex (3.0_p1-r3)
|  includes beamer :) .

| Alright, if that is the case I have it installed already. The questions is, 
| why doesn't a related document class show up in LyX? A friend of mine told me 
| there should be a beamer class.

I don't know much about LyX, but there are many references to it in the
'beameruserguide', which in many respects is a very valuable document.
cheers,
-- 
  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome Save Session dialog gone

2006-09-17 Thread Alex Bennee
On Sun, 2006-09-17 at 14:23 +0930, Iain Buchanan wrote:
 On Fri, 2006-09-15 at 11:29 +0100, Alex Bennee wrote:
  On Fri, 2006-09-15 at 08:49 +0930, Iain Buchanan wrote:
   On Thu, 2006-09-14 at 18:01 +0100, Alex Bennee wrote:
Hi,

When I logout of gnome it no longer asks me if I wish to save the
session and as a result I lose all my session data each time I logout.

Anyone know where this went? Is this an upstream Gnome issue or am I
missing some magical USE flag?
   
   Desktop Menu  Preferences  Sessions:
   Automatically save changes to session should save changes even without
   the dialog, or
   Ask on logout should bring back your dialog.
  
  Ahhh - I should of mentioned I have been to this dialog. However what
  ever I set it to it seems to make no difference to if I'm prompted or
  not.
 
 hmmm, what version of gnome are you using? gnome-light or gnome?
 
 This sounds like gnome 2.10/2.12 (can't remember) behaviour...

The About Dialog reckons it's 2.14.2

 Also, when you say it no longer asks, when did it ask? what have you
 done in the mean time?

It used to until after one emerge update it stopped asking. I think it
broke a couple of months ago.

I'm running on amd64 so I don't think the latest gnome has been unmasked
yet.

 -- 
 Iain Buchanan iaindb at netspace dot net dot au
 
 Avoid the Gates of Hell.  Use Linux
   -- unknown source
 
--
Alex, homepage: http://www.bennee.com/~alex/
can I write a unix-like kernel in perl?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: Scrollback Buffer of screen in Gnome Terminal

2006-09-17 Thread Mick
On Sunday 17 September 2006 12:09, Alexander Skwar wrote:
 · Mick [EMAIL PROTECTED]:
  On Sunday 17 September 2006 08:20, Alexander Skwar wrote:
  · Alexander Skwar [EMAIL PROTECTED]:
   What do I have to change, so that I'm able to use the Gnome Terminal
   buffer even when I'm inside a screen session?
 
  Ditto for aterm please.

 Do echo $TERM and then cp /etc/screenrc ~/.screenrc. Next, edit
 ~/.screenrc and add what you got when you did echo $TERM in the
 approriate spots (ie. where there is xterm).

Thank you!  After all this time I can at long last scroll within screen when 
in an rxvt (aterm).  Lovely!

-- 
Regards,
Mick


pgpkOW5X35aJn.pgp
Description: PGP signature


Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-17 Thread Bo Ørsted Andresen
On Saturday 16 September 2006 18:52, Kevin O'Gorman wrote:
 That's good to head.  I can't get the ATI module compiled in.  I thought I
 was doing the right thing following the howto when I put this in
 /etc/make.conf, but it gets ignored:
     VIDEO_CARDS=vga vesa fbdev ati
 I get the first three, but not ati.

 Can you advise?

s/ati/radeon/

VIDEO_CARDS=vga vesa fbdev radeon

If you want the binary driver also you should add fglrx to VIDEO_CARDS too..

-- 
Bo Andresen


pgphM4ELXFg5o.pgp
Description: PGP signature


Re: [gentoo-user] Re: What is up with the new domainname situation?

2006-09-17 Thread Mick
On Sunday 17 September 2006 09:21, Neil Bothwick wrote:
 On Sun, 17 Sep 2006 07:50:28 +0200, Alexander Skwar wrote:
   It makes very little sense to ditch the unix norm of setting a
   systemwide domain name in favor of doing it per interface!
 
  True. And that's probably why you don't *have* to set it per interface.

 Exactly, the current system gives the choice of setting it globally or
 per-interface in the same file.

Can you please guide me how to set it up globally?  I am not sure I can follow 
the otherwise well commented /etc/conf.d/net.  My hardware router/modem acts 
as the dns server for the LAN and I used to be able to setup a domainname 
STUDY for my LAN.
-- 
Regards, 
Mick


pgpTPEFNp3tQu.pgp
Description: PGP signature


Re: [gentoo-user] beamer

2006-09-17 Thread Uwe Thiem
On 17 September 2006 13:10, Jean Magnan de Bornier wrote:
 Le 17 septembre à 12:36:55 Uwe Thiem [EMAIL PROTECTED] écrit notamment:

 | Alright, if that is the case I have it installed already. The questions
 | is, why doesn't a related document class show up in LyX? A friend of mine
 | told me there should be a beamer class.

 I don't know much about LyX, but there are many references to it in the
 'beameruserguide', which in many respects is a very valuable document.
 cheers,

Where is that beast? I did a
find . -name *beamer* -print
in /usr/doc but nothing came up.

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] print to printer on winxp via cups samba smb

2006-09-17 Thread reader
Richard Fish [EMAIL PROTECTED] writes:

 On 9/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Richard, I'm sorry it seems I've really wasted lots of your time here.
 However I don't think this is the only problem.  I really hope there
 is not some other moronic user miconfig...

 np.  I missed it too for several messages. :-)

 I'm still unable to print (EVEN WITH THAT CURSED URL FIXED).

 I think the problem here is that my script is screwing things up.  I
 actually had no idea what $0 would be in this case (thus the note that
 this is just a guess ;-)).  It looks like when cups is calling
 smbspool, $0 is the name of the program, and not the URI of the device
 (see man smbspool to understand why I was uncertain here!).  And I am
 changing DEVICE_URI to be whatever $0 was...which is wrong.

 So the fixed script should be

 --
 #!/bin/bash
 tmpfile=/tmp/smbspool.$$
 echo $0:$1:$2:$3:$4:$5:$6:$7  $tmpfile
 env $tmpfile

 /usr/bin/smbspool.bin $1 $2 $3 $4 $5 $6 $tmpfile
 --

 But actually at this point I think you can just move smbspool.bin back
 to smbspool, and things should work ok.

Ok... and away we go...  printing works now.

Richard what do you make of the fact that I cannot connect to cups
with the normal http://locahost:631?

I've seen a few posts here from others who have noticed it too.

http://localhost:631/admin

 or 

http://localhost:631/help

Will get a connection, but in the past a simple:
http://localhost:631 was enough.

That now gets a 404 Not Found  

error_log has this:

D [17/Sep/2006:06:40:22 -0500] cupsdReadClient: 7 Browser asked for language 
en-us.utf-8...
D [17/Sep/2006:06:40:22 -0500] cupsdAuthorize: No authentication data provided.
D [17/Sep/2006:06:40:22 -0500] cupsdSendError: 7 code=404 (Not Found)
D [17/Sep/2006:06:40:23 -0500] cupsdCloseClient: 7
D [17/Sep/2006:06:40:23 -0500] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [17/Sep/2006:06:40:23 -0500] cupsdReadClient: 7 GET /cups.css HTTP/1.1
D [17/Sep/2006:06:40:23 -0500] cupsdReadClient: 7 Browser asked for language 
en-us.utf-8...
D [17/Sep/2006:06:40:23 -0500] cupsdAuthorize: No authentication data provided.
D [17/Sep/2006:06:40:23 -0500] cupsdSendError: 7 code=404 (Not Found)
D [17/Sep/2006:06:40:23 -0500] cupsdCloseClient: 7
D [17/Sep/2006:06:40:23 -0500] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [17/Sep/2006:06:40:23 -0500] cupsdReadClient: 7 GET /favicon.ico HTTP/1.1
D [17/Sep/2006:06:40:23 -0500] cupsdReadClient: 7 Browser asked for language 
en-us.utf-8...
D [17/Sep/2006:06:40:23 -0500] cupsdAuthorize: No authentication data provided.
D [17/Sep/2006:06:40:23 -0500] cupsdSendError: 7 code=404 (Not Found)
D [17/Sep/2006:06:40:23 -0500] cupsdCloseClient: 7

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] (Maybe OT) Status of Globespan chipset USB ADSL modems support

2006-09-17 Thread b.n.

Hi,

I'm going to setup an old box for a friend of mine that has ADSL 
connectivity but for some month won't have a PC to use with it (she has 
to buy a laptop, but she's out of Euros,now).


So I thought to take some of the rusty old boxen I have at home, throw 
out Linux on it (still don't know if Gentoo of something else...they're 
quite old (400 MHz, 64-128 Mb RAM) ).


The problem is: she already had an USB ADSL modem, a Nortek Jet ADSL 
2021. It is a Globespan chipeset modem. Having her buying an Ethernet 
router or something is out of the question (otherwise I'd already do 
it). By STFG, I'm quite confused by the current status of support of 
this chipset.


On one side, I have found that it's supported by eciadsl. On another, it 
seems to me all references to how to setup USB modems on Linux are quite 
outdated (2004 or 2005). The last news on the eciadsl site are of a 
bit less than one year ago.


I wonder: has the support for ADSL modems powered by Globespan chipsets 
entered the kernel? At which revision? Do they work out of the box? 
Which howto should I follow?


Also, any other suggestion about setting up these old boxen for my 
friend is welcome :) .


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



[gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Alexander Skwar
· Mick [EMAIL PROTECTED]:

 On Sunday 17 September 2006 09:21, Neil Bothwick wrote:
 On Sun, 17 Sep 2006 07:50:28 +0200, Alexander Skwar wrote:
   It makes very little sense to ditch the unix norm of setting a
   systemwide domain name in favor of doing it per interface!
 
  True. And that's probably why you don't *have* to set it per interface.

 Exactly, the current system gives the choice of setting it globally or
 per-interface in the same file.
 
 Can you please guide me how to set it up globally?

It's all in /etc/conf.d/net.example.

 I am not sure I can follow  
 the otherwise well commented /etc/conf.d/net.

What problems do you have specifically?
What did you try?
What was the expected outcome and what did you get in reality?

Alexander Skwar
-- 
BOFH Excuse #205:

Quantum dynamics are affecting the transistors


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Syncing Directories between 2 Linux boxes

2006-09-17 Thread Timothy A. Holmes
Hi folks:

I have brought my new Gentoo File server online over the weekend, and I am in 
the process of getting things set up. I have bumped into one situation that I 
could really use some help with. Please bear with me as a bit of explaination 
will be necessary.

Our school website is hosted on our webserver (192.168.0.29) in 
/var/www/mca0506/htdocs the site is created with Macromedia Dreamweaver (I know 
I know)  and the teachers edit it using Macromedia Contribute.  This is 
important because, Dreamweaver makes changes to my local files (which are on 
192.168.0.4/data/website/mca0506) and Contribute makes its changes directly on 
the live site on the main webserver.  What I need is a way to sync the two 
bi-directionally.  As I create pages etc, those changes would need to go up to 
the site, and as the teachers update their sites etc, those changes would need 
to be synced back to my local files, both so that I can 
 
Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
 
Medina Christian Academy
A Higher Standard...
 
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: What is up with the new domainname situation?

2006-09-17 Thread Alexander Skwar
· [EMAIL PROTECTED] [EMAIL PROTECTED]:

 Yes, please do.  In a simple case of a home network with static IPs
 and a router to internet.  Where is one expected to set domainname.

You're expected to do that in /etc/conf.d/net. See net.example, section
System.

Please say what you tried and what you got.

Alexander Skwar
-- 
There's nothing to writing.  All you do is sit at a typewriter and open a vein.
-- Red Smith


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] /usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727

2006-09-17 Thread Mauro Arnoldi
Hi!

Does any of you understand this error I get in Xorg.log?

I use XGL and an ATI video card. I can't get Direct Rendering working

(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed 
(/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering

Thanks

Mauro
-- 


(politics)
%
Giving money and power to governments is like giving whiskey and
car keys to teenage boys.
-- P.J. O'Rourke

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] beamer

2006-09-17 Thread Vikas Kumar
On 13:44 Sun 17 Sep , Uwe Thiem wrote:
 On 17 September 2006 13:10, Jean Magnan de Bornier wrote:
  Le 17 septembre à 12:36:55 Uwe Thiem [EMAIL PROTECTED] écrit notamment:
 
  | Alright, if that is the case I have it installed already. The questions
  | is, why doesn't a related document class show up in LyX? A friend of mine
  | told me there should be a beamer class.
 
  I don't know much about LyX, but there are many references to it in the
  'beameruserguide', which in many respects is a very valuable document.
  cheers,
 
 Where is that beast? I did a
 find . -name *beamer* -print
 in /usr/doc but nothing came up.

http://www.tug.org/teTeX/tetex-texmfdist/doc/latex/beamer/beameruserguide.pdf

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Stray dependency on virtual/x11-7.0-r2

2006-09-17 Thread Bo Ørsted Andresen
On Sunday 17 September 2006 08:18, Kevin O'Gorman wrote:
 I just switched to modular X, and got to the point where the system
 comes up okay.
 I have a few remaining puzzles and problems.  Here's one:

 When I do emerge -aDvu world, it wants to emerge
 [ebuild  N] virtual/x11-7.0-r2  USE=dri 0 kB

I have to say that I am a bit curious as to which package would require you to 
install virtual/x11. Please add --tree to `emerge -aDvu world` and show what 
pulls this in.

virtual/x11 is a virtual package which means it depends on a number of other 
packages but provides nothing other than it's dependencies...

 The migration guide says this can happen when there's an outdated package.

Sounds about right...

 But equery says there are well over 100 such packages that depend on
 virtual/x11.

As has been said before on this list equery is broken and unreliable. Last I 
checked it had 44 open bugs against it. When a 100 packages show up for 
`equery depends virtual/x11` it means that 100 packages have a dependency 
that could be satisfied by virtual/x11. That's quite different from 100 
packages depend on virtual/x11. In most if not all of those cases one or 
several other packages would be able to satisfy the same dependency hence 
virtual/x11 isn't actually required at all (at least on my system it isn't):

$ eix -e x11
* virtual/x11
 Available versions:  6.8 7.0-r2
 Installed:   none
 Homepage:http://www.gentoo.org/proj/en/desktop/x/x11/
 Description: Virtual for the core X11 implementation

$ equery depends virtual/x11 | wc -l
387

$ emerge -uvpD world

These are the packages that would be merged, in order:

Calculating world dependencies... done!

Total size of downloads: 0 kB

 And they're all up to date.  I've been running stable so far, 
 with very few exceptions.  Am I really to go unstable with all of these?

Nope.

 This seems extreme in view of the fact that a great many of them are KDE
 things, but KDE seems to be working just fine.

Of course.

[SNIP]
Can I get away with just waiting for a while?

Sure.

-- 
Bo Andresen


pgpLcApN17Vtb.pgp
Description: PGP signature


Re: [gentoo-user] Syncing Directories between 2 Linux boxes

2006-09-17 Thread darren kirby
quoth the Timothy A. Holmes:
 Hi folks:

 Our school website is hosted on our webserver (192.168.0.29) in
 /var/www/mca0506/htdocs the site is created with Macromedia Dreamweaver (I
 know I know)  and the teachers edit it using Macromedia Contribute. 
 This is important because, Dreamweaver makes changes to my local files
 (which are on 192.168.0.4/data/website/mca0506) and Contribute makes its
 changes directly on the live site on the main webserver.  What I need is a
 way to sync the two bi-directionally.  As I create pages etc, those changes
 would need to go up to the site, and as the teachers update their sites
 etc, those changes would need to be synced back to my local files, both so
 that I can

Did you have more to add there? Anyway, my first thought is to use rsync, the 
same tool that syncs your local and the main portage tree. The problem is the 
bidirectionality of it. If there is a certain time of day that the teachers 
are doing their thing, then you could sync your copy after (or before) the 
time of day you know they will be working. If you need real-time updates this 
may not work. 

A better solution may be to either mount your copy or the master server's copy 
with NFS. That way, you will all be operating on the same files...but they 
will appear local to all concerned.

If you are doing some testing/development on your copies that you don't want 
on the live server then this may not be suitable...

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] FSTAB file

2006-09-17 Thread rob
What do the 2 zerros at the end of the line mean and why is the
 / dira1 0  

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



Re: [gentoo-user] FSTAB file

2006-09-17 Thread fire-eyes

rob wrote:

What do the 2 zerros at the end of the line mean and why is the
 / dira1 0  

rob


dump and pass. The fstab man page will explain it
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Mick
On Sunday 17 September 2006 13:43, Alexander Skwar wrote:
 · Mick [EMAIL PROTECTED]:
  On Sunday 17 September 2006 09:21, Neil Bothwick wrote:
  On Sun, 17 Sep 2006 07:50:28 +0200, Alexander Skwar wrote:
It makes very little sense to ditch the unix norm of setting a
systemwide domain name in favor of doing it per interface!
  
   True. And that's probably why you don't *have* to set it per
   interface.
 
  Exactly, the current system gives the choice of setting it globally or
  per-interface in the same file.
 
  Can you please guide me how to set it up globally?

 It's all in /etc/conf.d/net.example.

  I am not sure I can follow
  the otherwise well commented /etc/conf.d/net.

 What problems do you have specifically?
 What did you try?
 What was the expected outcome and what did you get in reality?

I saw this: # dns_domain_eth0=your.domain in the /etc/conf.d/net.example and 
added: dns_domain=STUDY

but still .none comes up:

# domainname
(none)

-- 
Regards,
Mick


pgp0FGIgV7F69.pgp
Description: PGP signature


Re: [gentoo-user] FSTAB file

2006-09-17 Thread Daniel Iliev
rob wrote:
 What do the 2 zerros at the end of the line mean and why is the
  / dira1 0  

 rob
   
From `man fstab`:

   The fifth field, (fs_freq), is used for these filesystems by the
dump(8) command to determine
   which filesystems need to be dumped.  If the fifth field is not
present, a value of  zero  is
   returned and dump will assume that the filesystem does not need
to be dumped.

   The  sixth field, (fs_passno), is used by the fsck(8) program to
determine the order in which
   filesystem checks are done at reboot time.  The root filesystem
should be  specified  with  a
   fs_passno  of  1,  and  other filesystems should have a fs_passno
of 2.  Filesystems within a
   drive will be checked sequentially, but filesystems on different
drives will  be  checked  at
   the  same  time  to utilize parallelism available in the
hardware.  If the sixth field is not
   present or zero, a value of zero is returned and fsck will assume
that  the  filesystem  does
   not need to be checked.


-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] beamer

2006-09-17 Thread Uwe Thiem
On 17 September 2006 15:20, Vikas Kumar wrote:
 On 13:44 Sun 17 Sep , Uwe Thiem wrote:
  On 17 September 2006 13:10, Jean Magnan de Bornier wrote:

   I don't know much about LyX, but there are many references to it in the
   'beameruserguide', which in many respects is a very valuable document.
   cheers,
 
  Where is that beast? I did a
  find . -name *beamer* -print
  in /usr/doc but nothing came up.

 http://www.tug.org/teTeX/tetex-texmfdist/doc/latex/beamer/beameruserguide.p
df

Thanks!

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FSTAB file

2006-09-17 Thread darren kirby
quoth the rob:
 What do the 2 zerros at the end of the line mean and why is the
  / dira1 0  

 rob

fs_freq and fs_passno

See man 5 fstab

Though '/' should be '0 1'. fs_freq is all but obsolete

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: new openssl ebuild causes openssh to segfault

2006-09-17 Thread Sven Köhler
 i already has openssl 0.9.8c installed. OpenSSH worked fine. Then, there
 was a new ebuild with had an sse2 useflag. So i installed it, but i
 didn't recompile openssh. Now, ssh and sshd do segfault! Do you have the
 same issue? I already had this issue on 2 PCs.
 
 I have to recompile OpenSSH. Then it's working again.
 
 
 http://bugs.gentoo.org/show_bug.cgi?id=147758

There is a problem:

i never had the sse2 use-flag turned on - and have several machines,
where i upgraded openssl from 0.9.8c to 0.9.8c-r1 - and everytime,
openssh segfaulted.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] beamer

2006-09-17 Thread Matteo Pillon
On Sun, Sep 17, 2006 at 01:44:26PM +0200, Uwe Thiem wrote:
 Where is that beast? I did a
 find . -name *beamer* -print
 in /usr/doc but nothing came up.

Try this: /usr/share/doc/tetex-*/latex/beamer/beameruserguide.pdf.
There are also some examples.

I suggest to read also the pgfuserguide in order to include pictures
in your presentation:
/usr/share/doc/tetex-*/latex/pgf/pgfuserguide.pdf.

(Of course, you should have emerged tetex with the doc use flag ;-).

Bye.

-- 
 * Pillon Matteo
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Syncing Directories between 2 Linux boxes

2006-09-17 Thread Raymond Lewis Rebbeck
On Sunday 17 September 2006 22:19, Timothy A. Holmes wrote:
 Hi folks:

 I have brought my new Gentoo File server online over the weekend, and I am
 in the process of getting things set up. I have bumped into one situation
 that I could really use some help with. Please bear with me as a bit of
 explaination will be necessary.

 Our school website is hosted on our webserver (192.168.0.29) in
 /var/www/mca0506/htdocs the site is created with Macromedia Dreamweaver (I
 know I know)  and the teachers edit it using Macromedia Contribute. 
 This is important because, Dreamweaver makes changes to my local files
 (which are on 192.168.0.4/data/website/mca0506) and Contribute makes its
 changes directly on the live site on the main webserver.  What I need is a
 way to sync the two bi-directionally.  As I create pages etc, those changes
 would need to go up to the site, and as the teachers update their sites
 etc, those changes would need to be synced back to my local files, both so
 that I can

 Timothy A. Holmes
 IT Manager / Network Admin / Web Master / Computer Teacher

 Medina Christian Academy
 A Higher Standard...

 Jeremiah 33:3
 Jeremiah 29:11
 Esther 4:14

net-misc/unison might be what you're looking for.

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Kevin O'Gorman

On 9/17/06, Mick [EMAIL PROTECTED] wrote:

On Sunday 17 September 2006 13:43, Alexander Skwar wrote:
 · Mick [EMAIL PROTECTED]:
  On Sunday 17 September 2006 09:21, Neil Bothwick wrote:
  On Sun, 17 Sep 2006 07:50:28 +0200, Alexander Skwar wrote:
It makes very little sense to ditch the unix norm of setting a
systemwide domain name in favor of doing it per interface!
  
   True. And that's probably why you don't *have* to set it per
   interface.
 
  Exactly, the current system gives the choice of setting it globally or
  per-interface in the same file.
 
  Can you please guide me how to set it up globally?

 It's all in /etc/conf.d/net.example.

  I am not sure I can follow
  the otherwise well commented /etc/conf.d/net.

 What problems do you have specifically?
 What did you try?
 What was the expected outcome and what did you get in reality?

I saw this: # dns_domain_eth0=your.domain in the /etc/conf.d/net.example and
added: dns_domain=STUDY

but still .none comes up:

# domainname
(none)



I have to join in the confusion too.  Reading the examples I come to the same
conclusion that I should be able to put
   dns_domain=kosmanor.com
in /etc/conf.d/net and have it work.  It does not, and I get the same
result as Mick.

As I have static IP's and a single domain I see no point in
per-interface domains, but
if I used them, what in the world could I expect domainname(1) to tell me?

It seems to me the most common setups are DHCP or something like mine, and I
would hope the documentation was clear for those common cases.
--
Kevin O'Gorman, PhD

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-17 Thread Kevin O'Gorman

On 9/17/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

On Saturday 16 September 2006 18:52, Kevin O'Gorman wrote:
 That's good to head. I can't get the ATI module compiled in. I thought I
 was doing the right thing following the howto when I put this in
 /etc/make.conf, but it gets ignored:
 VIDEO_CARDS=vga vesa fbdev ati
 I get the first three, but not ati.

 Can you advise?

s/ati/radeon/

VIDEO_CARDS=vga vesa fbdev radeon

If you want the binary driver also you should add fglrx to VIDEO_CARDS too..

--
Bo Andresen


I was under the impression my video card was too old for the binary driver.
It's built into the motherboard but reports as
   ATI Technologies Inc Rage XL rev 39
does anybody know if the binary would help?

++ kevin

--
Kevin O'Gorman, PhD

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't find libdbus-1.so.2 ?

2006-09-17 Thread Mick
On Sunday 17 September 2006 13:53, Bo Ørsted Andresen wrote:
 On Sunday 17 September 2006 13:09, Mick wrote:
  I think the OP meant that revdep completes without anything proposed for
  remerging, but with a long list of errors reported.

 If that is correct then it means that the OP is seeing old cruft.
 revdep-rebuild with or without --library isn't going to fix that. Cleaning
 the old cruft (after checking that it is in fact cruft) is the proper
 solution for that...

Yes, all things being equal.  But in reality emerges don't always complete 
cleanly when your system crashes half way.  Should that be the case 
revdep-rebuild-ing it will ensure that all is put right with regards to 
dependencies before old libs are deleted.
-- 
Regards,
Mick


pgp1HAqaAxoLp.pgp
Description: PGP signature


Re: [gentoo-user] Re: [OT] print to printer on winxp via cups samba smb

2006-09-17 Thread Richard Fish

On 9/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Richard what do you make of the fact that I cannot connect to cups
with the normal http://locahost:631?


Actually, you connect to it fine, it just has nothing to show you...


Will get a connection, but in the past a simple:
http://localhost:631 was enough.

That now gets a 404 Not Found


What is DocumentRoot set to in /etc/cups/cupsd.conf?  Try setting it
to /usr/share/cups/html.

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



Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-17 Thread Mick
On Sunday 17 September 2006 15:53, Kevin O'Gorman wrote:
 On 9/17/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:
  On Saturday 16 September 2006 18:52, Kevin O'Gorman wrote:
   That's good to head. I can't get the ATI module compiled in. I thought
   I was doing the right thing following the howto when I put this in
   /etc/make.conf, but it gets ignored:
   VIDEO_CARDS=vga vesa fbdev ati
   I get the first three, but not ati.
  
   Can you advise?
 
  s/ati/radeon/
 
  VIDEO_CARDS=vga vesa fbdev radeon
 
  If you want the binary driver also you should add fglrx to VIDEO_CARDS
  too..
 
  --
  Bo Andresen

 I was under the impression my video card was too old for the binary driver.
 It's built into the motherboard but reports as
 ATI Technologies Inc Rage XL rev 39
 does anybody know if the binary would help?

My Xorg log shows that the radeon driver happily deals with:

(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)


Not sure what the proprietary ati driver covers, but their website should 
offer some info.
-- 
Regards,
Mick


pgpuu6bgsx4Us.pgp
Description: PGP signature


Re: [gentoo-user] Met a brick wall migrating to Modular X

2006-09-17 Thread Richard Fish

On 9/17/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

Well, I guess that means your xorg.conf is obsolete.
x11-drivers/xf86-video-ati provides a radeon driver rather than an ati
driver. So the Driver should be set to radeon also...


Actually, xf86-video-ati will provide ati, r128, and radeon video
drivers.  So ati is probably correct here for that very old chip.

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel.pid_max

2006-09-17 Thread Richard Fish

On 9/16/06, darren kirby [EMAIL PROTECTED] wrote:

#  sysctl -p
error: Invalid argument setting key kernel.pid_max


You can find the answer in /usr/include/linux/threads.h.
PID_MAX_DEFAULT is defined as 0x8000 (32768) for most systems, and
PID_MAX_LIMIT is set to 4194304 *if* longs are larger than 4 bytes, or
PID_MAX_DEFAULT otherwise.

So if you are on a 32-bit system, you cannot set pid_max any larger
than PID_MAX_DEFAULT.

As far as cool factor goes, I don't see any coolness there.  All
that really happens when setting this is that the kernel uses more
memory for the process table, and it takes longer for the process IDs
to wrap.  But unless you really need to run more than 32k processes at
the same time, all you are really doing is wasting memory by
increasing this.


Also, assuming you can help me get this sorted does anyone know which programs
this may break?


Well anything compiled assuming pid_t was an unsigned 16-bit integer
value would probably crash.  This is probably unlikelypid_t is
defined as an int, or a signed 32-bit value on any platform that
matters today.  But if you've got some ancient programs hanging around
or that you brought over from another system, they could have a
problem.

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



[gentoo-user] Re: Iwy 1.0 release

2006-09-17 Thread Francesco Talamona
On Saturday 16 September 2006 10:19, Uwe Thiem wrote:
 Have fun!
Easy, lightweight... Funny!
Ciao
Francesco

-- 
Linux Version 2.6.17-gentoo-r8, Compiled #2 PREEMPT Tue Sep 12 23:42:20 
CEST 2006
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2004.00 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] ReiserFS: dm-6: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data

2006-09-17 Thread Alexander Skwar
· darren kirby [EMAIL PROTECTED]:

 I wouldn't panic yet. Just unmount the partition (if you can tell which one) 
 and reiserfsck it as the log suggests. If you cannot tell which partition 
 edit fstab to check all your partition (1 for '/', 2 for all others) and 
 reboot.
 
 Check out:
 man reiserfsck
 man debugreiserfs
 
 for more info.
 
 And if you are concerned about HDD health then install smartmontools if your 
 drive is SMART capable. Most modern drives are...

Well, I found out which logical volume this was and copied all the stuff
to a new LV/fs.

I also ran smartctl -a -s on /dev/hda and got 
http://askwar.pastebin.ca/173867:

  5 Reallocated_Sector_Ct   0x0033   100   100   011Pre-fail  Always   
-   0
198 Offline_Uncorrectable   0x0030   100   100   000Old_age   Offline  
-   0

So, all is well. And finally, I ran badblocks which didn't find anything at all.

I'm now feeling well again. Thanks!

Alexander Skwar
-- 
Desist from enumerating your fowl prior to their emergence from the shell.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Can't start gvim: Error: Aborting: no fontset found

2006-09-17 Thread Willie Wong
On Sun, Sep 17, 2006 at 07:43:03AM +0200, Penguin Lover Alexander Skwar 
squawked:
 I'm on:
 
 [EMAIL PROTECTED] ~ $ locale
 LANG=de_DE.UTF-8

  I've seen that error message before 
  when I ran an xterm with LC_ALL=zh_TW.Big5 and the guifontset
  specified in /etc/vim/vimrc did not exist...
 
 If I read /etc/vim/* right, there are no special fonts set for
 my locale.
 
  Also, check ~/.Xdefaults, vim also allows specification of fontsets
  using X11 resources. 
 
 I don't have a ~/.Xdefaults file.
 
 Do you use the same version of gvim as I?
 

I wasn't, so I installed it on my testing machine just to see. 
I don't have the de_DE.UTF-8 locale, but I tested 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
zh_TW
zh_HK
ja_JP
en_US
and don't see the same behaviour (which probably means my settings
[all defaults, I didn't change a thing] are okay). 

What if you tried using a different locale, say POSIX? does the error
message still show up? 

I am really groping in the dark here, so I don't even know if my
suggestion is on the right track or not. 

HTH, 

W
-- 
Gualtieri's Law of inertia:
 Where there's a will, there's a won't.
Sortir en Pantoufles: up 23 days,  9:39
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Timothy A. Holmes
   On Sun, 17 Sep 2006 07:50:28 +0200, Alexander Skwar wrote:
 It makes very little sense to ditch the unix norm of setting
a
 systemwide domain name in favor of doing it per interface!
   
True. And that's probably why you don't *have* to set it per
interface.
  
   Exactly, the current system gives the choice of setting it
globally
 or
   per-interface in the same file.
  
   Can you please guide me how to set it up globally?
 
  It's all in /etc/conf.d/net.example.
 
   I am not sure I can follow
   the otherwise well commented /etc/conf.d/net.
 
  What problems do you have specifically?
  What did you try?
  What was the expected outcome and what did you get in reality?
 
 I saw this: # dns_domain_eth0=your.domain in the
/etc/conf.d/net.example
 and
 added: dns_domain=STUDY
 
 but still .none comes up:
 
 # domainname
 (none)
 
 --
 Regards,
 Mick

[Timothy A. Holmes] 
I am not sure if this is related or not, but for some reason, my
resolv.conf keeps getting modified, causing samba to fail.  I open it
and all that is in there is the domain, no name servers.

If someone has a solution, please tell me -- my file server is now
offline 

Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
 
Medina Christian Academy
A Higher Standard...


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel.pid_max

2006-09-17 Thread Drew

Hi Darren,

You may be getting an invalid argument because on the i386 (Intel
32bit) architecture pid_max seems limited to 32768. I'm no kernel
expert but between this thread: http://lkml.org/lkml/2006/2/7/188 some
googling and reading through the source in:
/usr/src/linux/include/linux/threads.h (then manually branching
through the code), I came to the conclusion that 32768 is the maximum
permitted.

Hopefully a kernel guru is watching and can confirm or deny my
conclusions. I'm using a hardened kernel if that makes any difference.
;-)


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



[gentoo-user] Re: Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Alexander Skwar
· Kevin O'Gorman [EMAIL PROTECTED]:
 On 9/17/06, Mick [EMAIL PROTECTED] wrote:
 On Sunday 17 September 2006 13:43, Alexander Skwar wrote:
  · Mick [EMAIL PROTECTED]:
   On Sunday 17 September 2006 09:21, Neil Bothwick wrote:
   On Sun, 17 Sep 2006 07:50:28 +0200, Alexander Skwar wrote:

   Can you please guide me how to set it up globally?
 
  It's all in /etc/conf.d/net.example.
 
   I am not sure I can follow
   the otherwise well commented /etc/conf.d/net.
 
  What problems do you have specifically?
  What did you try?
  What was the expected outcome and what did you get in reality?

 I saw this: # dns_domain_eth0=your.domain in the /etc/conf.d/net.example 
 and
 added: dns_domain=STUDY

 but still .none comes up:

 # domainname
 (none)

 
 I have to join in the confusion too.  Reading the examples I come to the same
 conclusion that I should be able to put
 dns_domain=kosmanor.com
 in /etc/conf.d/net and have it work.

You're right.

I've got:

# Alle Interfaces
modules=( ifconfig )
dns_servers=130.171.200.151 130.171.157.129
dns_search=dewup.europe europe
dns_domain=dewup.europe
ntp_servers=130.171.200.145 130.171.200.144
nis_domain=wup.de
nis_servers=10.233.7.240

# eth0 - LAN
config_eth0=( 10.233.7.145 netmask 255.255.248.0 broadcast 10.233.7.255 )
routes_eth0=( default via 10.233.0.250 )

And this does work. As you can see, I've got dns_domain=dewup.europe and when
I run hostname -d, I get the expected result - dewup.europe.

 As I have static IP's and a single domain I see no point in
 per-interface domains, but

The point has been explained.

 if I used them, what in the world could I expect domainname(1) to tell me?

The domainname. But you haven't set one. You've set the DNS domainname. 
domainname
doesn't return the DNS domainname as the documentation clearly states. See 
hostname
--help or domainname --help.

 It seems to me the most common setups are DHCP or something like mine, and I
 would hope the documentation was clear for those common cases.

Actually, I find it quite clear. The documentation states what needs to be
done and it states, what the commands return. It seems, that you've used
the wrong command.

Alexander Skwar
-- 
The only difference in the game of love over the last few thousand years
is that they've changed trumps from clubs to diamonds.
-- The Indianapolis Star


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Etaoin Shrdlu
On Sunday 17 September 2006 18:59, Alexander Skwar wrote:

 I've got:

 # Alle Interfaces
 modules=( ifconfig )
 dns_servers=130.171.200.151 130.171.157.129
 dns_search=dewup.europe europe
 dns_domain=dewup.europe
 ntp_servers=130.171.200.145 130.171.200.144
 nis_domain=wup.de
 nis_servers=10.233.7.240

 # eth0 - LAN
 config_eth0=( 10.233.7.145 netmask 255.255.248.0 broadcast
 10.233.7.255 ) routes_eth0=( default via 10.233.0.250 )

 And this does work. As you can see, I've got dns_domain=dewup.europe
 and when I run hostname -d, I get the expected result -
 dewup.europe.

Just curious: do you have the fqdn of your host in /etc/hosts? If it's 
there and you remove it, does hostname -d still work?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Monitoring and Management of servers

2006-09-17 Thread Frank Pikelner
We've been working hard on adding features to our hosted infrastructure
monitoring and management system. To give back to the open source
community we now provide a completely free hosted version that includes
the following features:

- asset management
- passive monitoring
- software inventory
- network configuration settings, including speed/duplex
- performance monitoring
- alerts and notifications
- daemon/service control
- server state control (reboot, shutdown, logoff)
- historical changes (software, hardware, accounts)
- calendaring of events
- schedule tracking (cron)
- dashboards
- reporting (csv, pdf)
- dynamic DNS
- all communications authenticated and encrypted with digital certificates

For those that may be interested, please send me an email and I will provide further details.

Best regards,

Frank


Re: [gentoo-user] Boring new startup look with baselayout 1.12

2006-09-17 Thread Richard Fish

On 9/16/06, Iain Buchanan [EMAIL PROTECTED] wrote:

I think the OP is suggesting this:

Script A startsprint nothing
Script B startsprint nothing
Script B succeeds  print script B  [ok]
Script A succeeds  print script A  [ok]


You could also fill in the ok/failed status as things progress.  So if
the screen displays:

Script A [  ok  ]
Script B [  ]
Script C [  ok  ]
Script D [failed]
Script E [  ]

Scripts A and C have completed successfully, script D failed, and
scripts B and E are currently running, and F-? have not started yet.

Of course the code (in shell script no less!) to make this work would
be tricky to say the least, and probably require creating some
C-helper programs to move the cursor around.  But it would be cool!

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



[gentoo-user] Video card support

2006-09-17 Thread Grant

My onboard i810 video is driving me nuts.  It will not output 1366x768
resolution for my widescreen LCD under any circumstances.  I guess I
need a new video card.  Is there a particular manufacturer that works
well in Linux or does it depend on the particular card?  I just need
something PCI with DVI output that will let me use a widescreen
resolution.

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



Re: [gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Richard Fish

On 9/17/06, Timothy A. Holmes [EMAIL PROTECTED] wrote:

I am not sure if this is related or not, but for some reason, my
resolv.conf keeps getting modified, causing samba to fail.  I open it
and all that is in there is the domain, no name servers.


The reason is noted in net.example:

# Setting name/domain server causes /etc/resolv.conf to be overwritten

True, it's under the wireless area, but it still applies.

To add your dns servers, add:

dns_servers=1.2.3.4 5.6.7.8

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



Re: [gentoo-user] /usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727

2006-09-17 Thread Richard Fish

On 9/17/06, Mauro Arnoldi [EMAIL PROTECTED] wrote:

I use XGL and an ATI video card. I can't get Direct Rendering working

(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed
(/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering


AFAIK the proprietary ATI drivers do not support the AIGLX extensions.
You can either switch to the radeon driver if it supports your card,
or use Xgl.  With Xgl you will *always* get indirect rendering, but
opengl apps should still be accelerated.

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



Re: [gentoo-user] /usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727

2006-09-17 Thread fire-eyes

Richard Fish wrote:

On 9/17/06, Mauro Arnoldi [EMAIL PROTECTED] wrote:

I use XGL and an ATI video card. I can't get Direct Rendering working

(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed
(/usr/lib/dri/fglrx_dri.so: undefined symbol: 
__driCreateNewScreen_20050727)

(EE) AIGLX: reverting to software rendering


AFAIK the proprietary ATI drivers do not support the AIGLX extensions.
You can either switch to the radeon driver if it supports your card,
or use Xgl.  With Xgl you will *always* get indirect rendering, but
opengl apps should still be accelerated.

-Richard


This bug covers exactly that issue, pass it on to Mauro if you like.


http://bugs.gentoo.org/show_bug.cgi?id=142584
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727

2006-09-17 Thread Richard Fish

On 9/17/06, fire-eyes [EMAIL PROTECTED] wrote:

This bug covers exactly that issue, pass it on to Mauro if you like.


I think you just did... ;-)

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



Re: [gentoo-user] Stray dependency on virtual/x11-7.0-r2

2006-09-17 Thread Kevin O'Gorman

On 9/17/06, Greg Bur [EMAIL PROTECTED] wrote:

On 9/17/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:

 I just switched to modular X, and got to the point where the system
 comes up okay.
 I have a few remaining puzzles and problems.  Here's one:

 When I do emerge -aDvu world, it wants to emerge
 [ebuild  N] virtual/x11- 7.0-r2  USE=dri 0 kB

 The migration guide says this can happen when there's an outdated package.
 But equery says there are well over 100 such packages that depend on
 virtual/x11.  And they're all up to date.  I've been running stable so
far, with
 very few exceptions.  Am I really to go unstable with all of these?  This
seems
 extreme in view of the fact that a great many of them are KDE things, but
 KDE seems to be working just fine.

 What's a guy to do?  Can I get away with just waiting for a while?



emerge -aDvut will show the dependency tree which should tell you which
package requires virtual/x11-7.0-r2.  Once you have narrowed down which
package requires it to be installed you can deal with it from there.
Instead of going unstable with your entire system you can add the offending
package to /etc/portage/package.keywords for instance.  If it's a package
you know you don't need you could also remove it.  HTH

Regards,

Greg


Thanks.  That was very helpful.  The --tree showed that there was only one
culprit package, and I don't need it.  Bye, bye, problem.

++ kevin

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



Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-17 Thread Kevin O'Gorman

On 9/17/06, Mick [EMAIL PROTECTED] wrote:

On Sunday 17 September 2006 15:53, Kevin O'Gorman wrote:
 On 9/17/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:
  On Saturday 16 September 2006 18:52, Kevin O'Gorman wrote:
   That's good to head. I can't get the ATI module compiled in. I thought
   I was doing the right thing following the howto when I put this in
   /etc/make.conf, but it gets ignored:
   VIDEO_CARDS=vga vesa fbdev ati
   I get the first three, but not ati.
  
   Can you advise?
 
  s/ati/radeon/
 
  VIDEO_CARDS=vga vesa fbdev radeon
 
  If you want the binary driver also you should add fglrx to VIDEO_CARDS
  too..
 
  --
  Bo Andresen

 I was under the impression my video card was too old for the binary driver.
 It's built into the motherboard but reports as
 ATI Technologies Inc Rage XL rev 39
 does anybody know if the binary would help?

My Xorg log shows that the radeon driver happily deals with:

(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)


Not sure what the proprietary ati driver covers, but their website should
offer some info.
--
Regards,
Mick


Thanks all.  I added r128 which seemed the closest to what I actually have,
and I'm now back running with everything coming up on reboot.  I may fool with
the proprietary driver, but it doesn't matter too much -- my use does not stress
the video performance much.  I just want it to work.

++ kevin

--
Kevin O'Gorman, PhD

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Alexander Skwar
· Thomas T. Veldhouse [EMAIL PROTECTED]:

 Mick wrote:
 I saw this: # dns_domain_eth0=your.domain in the /etc/conf.d/net.example 
 and 
 added: dns_domain=STUDY

 but still .none comes up:

 # domainname
 (none)

   
 Indeed ... it is NOT set to work properly for the way a majority of 
 software uses it  by calling domainname.

Well... But what Mick showed was the expected behaviour. He
has NOT set a domainname - at least not the domainname that
the domainname command would return.

domainname --help clearly shows, what domainname will return:
The *NIS* domainname. This always used to be the case and 
hopefully always will be the case.

With dns_domain, the DNS domainname is set. And that's returned
by dnsdomainname (or hostname -d).

Alexander Skwar
-- 
Linux: Where Don't We Want To Go Today?
-- Submitted by Pancrazio De Mauro, paraphrasing some well-known sales 
talk


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: What is up with the new domainname situation?

2006-09-17 Thread Alexander Skwar
· Thomas T. Veldhouse [EMAIL PROTECTED]:

 Alexander Skwar wrote:
 Actually, I find it quite clear. The documentation states what needs to be
 done and it states, what the commands return. It seems, that you've used
 the wrong command.

   
 Following all instructions results in the console login prompt looking 
 something like this:
 
 Linux version(hostname.unknown_domain)
 
 Which looks ludicrous ...

Yes. It kind of luck like, as if the admin hasn't properly configured
the system.

On my system, I've got in /etc/issue:

This is \n.\O (\s \m \r) \t

man getty will show what this does.

I get the impression, that there's not not enough documentation,
but maybe *too* *much*?

Alexander Skwar
-- 
I would gladly raise my voice in praise of women, only they won't let me
raise my voice.
-- Winkle


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Boring new startup look with baselayout 1.12

2006-09-17 Thread Willie Wong
On Sun, Sep 17, 2006 at 10:18:27AM -0700, Penguin Lover Richard Fish squawked:
 Script A [  ok  ]
 Script B [  ]
 Script C [  ok  ]
 Script D [failed]
 Script E [  ]
 
 Scripts A and C have completed successfully, script D failed, and
 scripts B and E are currently running, and F-? have not started yet.
 
 Of course the code (in shell script no less!) to make this work would
 be tricky to say the least, and probably require creating some
 C-helper programs to move the cursor around.  But it would be cool!

What if you have more than 24 scripts in the start up? 

W
-- 
His eyes seemed to be popping out of his head. He wasn't 
certain if this was because they were trying to see more 
clearly, or if they simply wanted to leave at this point. 

- Arthur trying to see who had diverted him from going to 
a party. 
Sortir en Pantoufles: up 23 days, 13:46
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Boring new startup look with baselayout 1.12

2006-09-17 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Willie Wong wrote:
 What if you have more than 24 scripts in the start up? 

joke You startup with a different vga line, or with framebuffer ;) :P /joke

- --
Arturo Buanzo Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
http://www.vivamoslavida.com.ar - Portal no-comercial del buen vivir!
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar 
; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFDa/bAlpOsGhXcE0RAv2mAJwIwjyky3KH9pdFQEUdZhYyDHLjyQCePKoA
R6WHHPewf6Bng4GEEsV/Ajc=
=NjT6
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] LIRC transmitting on hauppauge card

2006-09-17 Thread rob
I am trying to get my PVR-150 card to transmit codes for my cable box but 
irsend keeps telling me hardware not compatable. Do I need another spec for 
LIRC to see the transmitter off my card.
I have ...
LIRC_DEVICES=hauppauge  line put in /etc/make.conf

does anybody know
rob
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Ryan Tandy

Mick wrote:
I saw this: # dns_domain_eth0=your.domain in the /etc/conf.d/net.example and 
added: dns_domain=STUDY


but still .none comes up:

# domainname
(none)



the command should be: dnsdomainname (or hostname -d)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-17 Thread Ryan Tandy

Kevin O'Gorman wrote:

I was under the impression my video card was too old for the binary driver.
It's built into the motherboard but reports as
   ATI Technologies Inc Rage XL rev 39
does anybody know if the binary would help?

++ kevin

You want VIDEO_CARDS=mach64.  Be warned that this driver is still 
experimental.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome Save Session dialog gone

2006-09-17 Thread Iain Buchanan
On Sun, 2006-09-17 at 12:28 +0100, Alex Bennee wrote:
 On Sun, 2006-09-17 at 14:23 +0930, Iain Buchanan wrote:

  hmmm, what version of gnome are you using? gnome-light or gnome?
  
  This sounds like gnome 2.10/2.12 (can't remember) behaviour...
 
 The About Dialog reckons it's 2.14.2

hmm, me too, works here...

  Also, when you say it no longer asks, when did it ask? what have you
  done in the mean time?
 
 It used to until after one emerge update it stopped asking. I think it
 broke a couple of months ago.
 
 I'm running on amd64 so I don't think the latest gnome has been unmasked
 yet.

well, as of a week ago, 2.14 was the latest gnome (excluding odd
numbered releases).  2.16 hasn't even hit ~x86 yet.

anyway, I'm fresh out of ideas.  Someone else will have to take over :)

The only remaining things i'd do are:
 $ emerge --newuse -p world
to see if there's anything gnome related that has changed use flags,
 $ genlop -l
to get a list of what changed, and see if you can isolate the package
that you updated months ago...

sorry I can't help more :(
-- 
Iain Buchanan iaindb at netspace dot net dot au

Politicians are the same all over.  They promise to build a bridge even
where there is no river.
-- Nikita Khrushchev

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Monitoring and Management of servers

2006-09-17 Thread james
Frank Pikelner frank.pikelner at gmail.com writes:


 We've been working hard on adding features to our hosted infrastructure
 monitoring and management system. To give back to the open source
 community we now provide a completely free hosted version that includes
 the following features:
 - asset management
 - passive monitoring
 - software inventory
 - network configuration settings, including speed/duplex
 - performance monitoring
 - alerts and notifications
 - daemon/service control
 - server state control (reboot, shutdown, logoff)
 - historical changes (software, hardware, accounts)
 - calendaring of events
 - schedule tracking (cron)
 - dashboards
 - reporting (csv, pdf)
 - dynamic DNS
 - all communications authenticated and encrypted with digital certificates
 For those that may be interested, please send me an email and I will provide
further details.
 Best regards,
 Frank


Hello Framk,

Have you compared your offering against JFFNMS feature by feature?
JFFNMS is a total open source offering including support 
for SNMP 1/2/3 and is very extenable to new types of network
attached devices of any make.

Do you have an ebuild for your offering?
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=0chap=0
http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds


Version 8.3 of Jffnms has just been released, with many
new features, bug fixes and a stream-lined installation.  
Hopefully it'll appear soon in portage (bug 147991).


James







-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-17 Thread Kevin O'Gorman

On 9/17/06, Ryan Tandy [EMAIL PROTECTED] wrote:

Kevin O'Gorman wrote:
 I was under the impression my video card was too old for the binary driver.
 It's built into the motherboard but reports as
ATI Technologies Inc Rage XL rev 39
 does anybody know if the binary would help?

 ++ kevin

You want VIDEO_CARDS=mach64.  Be warned that this driver is still
experimental.


Thanks, Randy.  I've already gotten it working with r128; I wonder which is
better (if there's indeed a difference).

Do you know anyplace I could read up on this driver?

++ kevin

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



[gentoo-user] {OT} Two systems or one?

2006-09-17 Thread Grant

I'm going to build a new system to act as kind of a media system
(music, DVDs) and I'm not sure if I should incorporate my current
router/firewall system into the new system or keep them separate.
What would you guys do?

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



Re: [gentoo-user] Re: Monitoring and Management of servers

2006-09-17 Thread Frank Pikelner
Hello James,Our Versiera system is slightly different as it is not just a monitoring system, but includes remote management functions and is an Internet hosted application service (though an appliance is available that support SNMP 1/2/3). Our system uses agents that use digital certificates to encrypt and secure all traffic. We are working on adding full scheduling, software distribution, and automated documentation of an environment.
We will be offering graphing in the 2.0 release when we bring online the ability to store and archive historical information. not just performance numbers. The system supports Linux, OSX, FreeBSD, OpenBSD, NetBSD, Solaris, and Windows. Hardware support includes IA-32, IA-64, PowerPC, and Sparc.
The web intefrace is based on AJAX and provides such features as search suggestion. If you have time, have a look http(s)://www.versiera.com/. There is a complete feature list on 
http://www/netcraftcommunications.com/.Cheers,FrankOn 9/17/06, james [EMAIL PROTECTED]
 wrote:Frank Pikelner frank.pikelner at 
gmail.com writes: We've been working hard on adding features to our hosted infrastructure monitoring and management system. To give back to the open source community we now provide a completely free hosted version that includes
 the following features: - asset management - passive monitoring - software inventory - network configuration settings, including speed/duplex - performance monitoring - alerts and notifications
 - daemon/service control - server state control (reboot, shutdown, logoff) - historical changes (software, hardware, accounts) - calendaring of events - schedule tracking (cron)
 - dashboards - reporting (csv, pdf) - dynamic DNS - all communications authenticated and encrypted with digital certificates For those that may be interested, please send me an email and I will provide
further details. Best regards, FrankHello Framk,Have you compared your offering against JFFNMS feature by feature?JFFNMS is a total open source offering including supportfor SNMP 1/2/3 and is very extenable to new types of network
attached devices of any make.Do you have an ebuild for your offering?http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=0chap=0
http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_EbuildsVersion 8.3 of Jffnms has just been released, with manynew features, bug fixes and a stream-lined installation.
Hopefully it'll appear soon in portage (bug 147991).James--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] {OT} Two systems or one?

2006-09-17 Thread Ryan Tandy

Grant wrote:

I'm going to build a new system to act as kind of a media system
(music, DVDs) and I'm not sure if I should incorporate my current
router/firewall system into the new system or keep them separate.
What would you guys do?

- Grant


I would put them together to save on power consumption.  Just remember 
that your firewall does face the open Net, so avoid putting any 
(non-encrypted) sensitive files on it.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-17 Thread Walter Dnes
On Sun, Sep 17, 2006 at 11:23:27AM -0700, Kevin O'Gorman wrote

 Thanks all.  I added r128 which seemed the closest to what I
 actually have, and I'm now back running with everything coming up
 on reboot.  I may fool with the proprietary driver, but it doesn't
 matter too much -- my use does not stress the video performance much.
 I just want it to work.

  A booby-trap here... if it doesn't say Rage 128, it's *NOT* an R128
chip.  I know Rage Pro is Mach64, and I believe Rage XL is also a
Mach64 chip.  http://www.ati.com/products/embedded/ragexl/features.html
says that the Rage XL has a 64-bit path, which implies Mach64.

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Two systems or one?

2006-09-17 Thread Iain Buchanan
On Sun, 2006-09-17 at 19:10 -0700, Ryan Tandy wrote:
 Grant wrote:
  I'm going to build a new system to act as kind of a media system
  (music, DVDs) and I'm not sure if I should incorporate my current
  router/firewall system into the new system or keep them separate.
  What would you guys do?
  
  - Grant
 
 I would put them together to save on power consumption.  Just remember 
 that your firewall does face the open Net, so avoid putting any 
 (non-encrypted) sensitive files on it.

I tend to disagree with that :)  If power bills are your concern, get a
small low power board to be your firewall.

In anycase, I'd keep the firewall stable (x86, not ~x86), and locked
down with whatever you feel is necessary - selinux, hardened, root check
thingamybobs.

Then you can run ~x86 on your media pc.  IMHO a lot of media apps are
still quite heavily developed, and so you will get useful updates by
using ~x86.  And if it crashes then no big deal!

Your media PC can be regularly updated with the latest hardware if you
wish, but your firewall can stay on the same PII for years (like mine :)

HTH,
-- 
Iain Buchanan iaindb at netspace dot net dot au

  Monotheism is a gift from the gods.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Two systems or one?

2006-09-17 Thread Drew

I tend to disagree with that :)  If power bills are your concern, get a
small low power board to be your firewall.


A small Linksys WRT54-GL flashed with DD-WRT makes a sweet little
firewall for home use. :-) Very low power consumption, the wireless
can be turned off(kinda) if you have no need of it and it's very
configurable once reflashed. Make sure you get the GL model though as
the other models are pretty much limited to stock firmware and later
revisions were neutered to an extent. And did I say the GL's can be
purchased new for ~$60?


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



Re: [gentoo-user] {OT} Two systems or one?

2006-09-17 Thread Drew

Yes, but does it run Gentoo? ;)


Maybe not Gentoo specifically but it runs a linux kernel inside. :)
Hence the 'L'.


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



[gentoo-user] detailed information about USE flags?

2006-09-17 Thread Alan E. Davis

I finally rebuilt my system, after nearly three months.  Have
installed gentoo using the minimal install CD.  It went easy, with a
fast connection.   Much easier for me than trying to do the LiveCD
install.

Now, I need to set USE flags, and I want to do so with care.  I
understand the concept, but I have to admit that I have never had
enough information at my disposal to choose USE flags even half
cluefully.  I have seen some USE editors, but even they do not give
very much useful information about USE flags.  I don't want to have to
do emerge --newuse yadayada very often...

Can someone point me to more information on USE flags, or do I have to
week through a plethora of mailing list and forum posts, and even then
have no clue?

Thanks for any help.

Alan

--
Alan Davis, Kagman High School, Saipan  [EMAIL PROTECTED] 1-670-256-2043

I consider that the golden rule requires that if I like a program I
must share it with other people who like it.
 Richard Stallman
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: detailed information about USE flags?

2006-09-17 Thread Alexander Skwar
· Alan E. Davis [EMAIL PROTECTED]:

   I don't want to have to
 do emerge --newuse yadayada very often...

?
--newuse is only needed, if you change global USE flags. There
shouldn't be many flags you set globally, ie. in /etc/make.conf.
Instead, set the USE flags in /etc/portage/package.use.

 Can someone point me to more information on USE flags,

I don't think your question can be answered globally. What a
USE flag does, is highly dependent upon the package which employs
this flag. And generally, the name of the flag should be quite
self explanatory - or at least the description should show, what
it does (I use euse -i $flag to get the description).

But if you need in detail information, you'll have to check out
the ebuild and see what it does.


Alexander Skwar
-- 
There are things that are so serious that you can only joke about them
- Heisenberg


-- 
gentoo-user@gentoo.org mailing list