Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Dale

Petri Rosenström wrote:

On Tue, Feb 15, 2011 at 1:45 AM, Dalerdalek1...@gmail.com  wrote:
   

I was curious.  I have this new rig and was wondering if prelinking would
help any.  It's a 4 core AMD 3.2Ghz CPU with 4Gbs, soon to be 8Gbs, of ram
and a SATA 3 hard drive.  On a modern system, would prelink make anything
that much faster?  Is it worth installing in this system?

Thoughts?  Opinions?  Personal experience?

Thanks.

Dale

:-)  :-)

P. S.  Ram is ordered and should be here in a couple days.  Having Newegg
about 100 miles away is pretty neat.  :-D


 

Hi,

I have U2300, 3Gb, 120gb SSD and I tried prelinkin on my system. I
didn't notice any improvement.

Best regards
Petri

   


I read up on what it does and I sort of think it won't make much 
difference.  I'm about to have 8Gbs of ram here and I figure it might 
help on the first load but after that, it will be cached in memory and 
very fast anyway.  I'm not to surprised that you didn't see any 
difference in speed.


I used it on a older and pretty slow rig once and it did help.  I think 
it was 800Mhz with 512Mbs of ram.  It also had some much slower IDE 
drives too.  It wasn't a huge difference but you could tell the difference.


Thanks for the reply.  Wait and see if anyone else thinks it would make 
anything faster or not.


Dale

:-)  :-)



Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Neil Bothwick
On Tue, 15 Feb 2011 02:04:38 -0600, Dale wrote:

 I used it on a older and pretty slow rig once and it did help.  I think 
 it was 800Mhz with 512Mbs of ram.  It also had some much slower IDE 
 drives too.  It wasn't a huge difference but you could tell the
 difference.

Some of the googling I did in the wake of the glibc-2.13 debacle
indicated that prelinking makes far less difference wih newer kernels
anyway. Even the old slow box wouldn't get much benefit from it.

I disabled it because of glibc and won't be re-enabling it, but I might
give it a try on this netbook to see if it makes a discernable difference
with a slow CPU and slow drive, or I'll buy it a SSD.



signature.asc
Description: PGP signature


Re: [gentoo-user] Re: ALSA - Still No Sound

2011-02-15 Thread dhk
On 02/14/2011 12:29 PM, walt wrote:
 On 02/14/2011 03:43 AM, dhk wrote:
  
 What are the Intel HD Audio codecs?  I don't
 remember doing anything explicitly for them.  How do I check them? 
 Thanks.
 
 Under the HD-Intel sound card driver menu there are several codecs for
 specific sound chips.  e.g. I use the one for realtek, but yours may be
 a different one.  Doesn't hurt to build them all as modules and see which
 one(s) your kernel actually uses.
 
 
 

It looks like all the codec's are built in.  I'm not sure what the last
one in the list does.

# grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5
CONFIG_REALTEK_PHY=m
CONFIG_SND_HDA_CODEC_REALTEK=y
# grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_NVHDMI=y
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
# CONFIG_SND_SOC_ALL_CODECS is not set

This is the genkernel so pretty much everything is built in.

Could this be a bug in the kernel?  I haven't had sound for about a
year, but I know it use to work on this hardware.  It probably went out
with an upgrade and never came back with a new install.

Any ideas are appreciated.

Thanks,

dhk



Re: [gentoo-user] Anyone get Acer laptop internal microphone working in Gentoo?

2011-02-15 Thread Yohan Pereira
On Sunday 13 Feb 2011 05:15:35 AM Walter Dnes wrote:
 My Google searches have found a couple of references to it works out of
 the box under some versions of Ubuntu, but no technical details, which
 doesn't really help.

why dont you try a ubuntu live cd or so? :P
alteast thats not as bad as the usual does it work on windows?.

-- 

- Yohan Pereira

A man can do as he will, but not will as he will - Schopenhauer


Re:Re: [gentoo-user] Re: ALSA - Still No Sound

2011-02-15 Thread laconism
you can use 'lspci' in shell to know something about your sound card,then 
http://www.gentoo.org/doc/en/alsa-guide.xml  has a guide about how to set 
your hardware and kernel,the information used to make sure the model of your 
sound card is porvided in 'lspci',look it up clearly
if you don't know how to update the kernel,see 
herehttp://www.gentoo.org/doc/en/kernel-upgrade.xml
My English is not very good, i wish that you can understand
At 2011-02-15 18:43:57,dhk dhk...@optonline.net wrote:
On 02/14/2011 12:29 PM, walt wrote:
 On 02/14/2011 03:43 AM, dhk wrote:
  
 What are the Intel HD Audio codecs?  I don't
 remember doing anything explicitly for them.  How do I check them? 
 Thanks.
 
 Under the HD-Intel sound card driver menu there are several codecs for
 specific sound chips.  e.g. I use the one for realtek, but yours may be
 a different one.  Doesn't hurt to build them all as modules and see which
 one(s) your kernel actually uses.
 
 
 

It looks like all the codec's are built in.  I'm not sure what the last
one in the list does.

# grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5
CONFIG_REALTEK_PHY=m
CONFIG_SND_HDA_CODEC_REALTEK=y
# grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_NVHDMI=y
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
# CONFIG_SND_SOC_ALL_CODECS is not set

This is the genkernel so pretty much everything is built in.

Could this be a bug in the kernel?  I haven't had sound for about a
year, but I know it use to work on this hardware.  It probably went out
with an upgrade and never came back with a new install.

Any ideas are appreciated.

Thanks,

dhk





Re: [gentoo-user] Re: ALSA - Still No Sound

2011-02-15 Thread dhk
On 02/15/2011 06:10 AM, laconism wrote:
 you can use 'lspci' in shell to know something about your sound card,then 
 http://www.gentoo.org/doc/en/alsa-guide.xml  has a guide about how to set 
 your hardware and kernel,the information used to make sure the model of your 
 sound card is porvided in 'lspci',look it up clearly
 if you don't know how to update the kernel,see 
 herehttp://www.gentoo.org/doc/en/kernel-upgrade.xml
 My English is not very good, i wish that you can understand
 At 2011-02-15 18:43:57,dhk dhk...@optonline.net wrote:
 On 02/14/2011 12:29 PM, walt wrote:
 On 02/14/2011 03:43 AM, dhk wrote:
  
 What are the Intel HD Audio codecs?  I don't
 remember doing anything explicitly for them.  How do I check them? 
 Thanks.

 Under the HD-Intel sound card driver menu there are several codecs for
 specific sound chips.  e.g. I use the one for realtek, but yours may be
 a different one.  Doesn't hurt to build them all as modules and see which
 one(s) your kernel actually uses.




 It looks like all the codec's are built in.  I'm not sure what the last
 one in the list does.

 # grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5
 CONFIG_REALTEK_PHY=m
 CONFIG_SND_HDA_CODEC_REALTEK=y
 # grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5
 CONFIG_SND_AC97_CODEC=m
 CONFIG_SND_HDA_CODEC_REALTEK=y
 CONFIG_SND_HDA_CODEC_ANALOG=y
 CONFIG_SND_HDA_CODEC_SIGMATEL=y
 CONFIG_SND_HDA_CODEC_VIA=y
 CONFIG_SND_HDA_CODEC_ATIHDMI=y
 CONFIG_SND_HDA_CODEC_NVHDMI=y
 CONFIG_SND_HDA_CODEC_INTELHDMI=y
 CONFIG_SND_HDA_CODEC_CIRRUS=y
 CONFIG_SND_HDA_CODEC_CONEXANT=y
 CONFIG_SND_HDA_CODEC_CA0110=y
 CONFIG_SND_HDA_CODEC_CMEDIA=y
 CONFIG_SND_HDA_CODEC_SI3054=y
 # CONFIG_SND_SOC_ALL_CODECS is not set

 This is the genkernel so pretty much everything is built in.

 Could this be a bug in the kernel?  I haven't had sound for about a
 year, but I know it use to work on this hardware.  It probably went out
 with an upgrade and never came back with a new install.

 Any ideas are appreciated.

 Thanks,

 dhk

 
 
 

Been there, done that, still no sound.  Thanks.



Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Dale

Neil Bothwick wrote:

On Tue, 15 Feb 2011 02:04:38 -0600, Dale wrote:

   

I used it on a older and pretty slow rig once and it did help.  I think
it was 800Mhz with 512Mbs of ram.  It also had some much slower IDE
drives too.  It wasn't a huge difference but you could tell the
difference.
 

Some of the googling I did in the wake of the glibc-2.13 debacle
indicated that prelinking makes far less difference wih newer kernels
anyway. Even the old slow box wouldn't get much benefit from it.

I disabled it because of glibc and won't be re-enabling it, but I might
give it a try on this netbook to see if it makes a discernable difference
with a slow CPU and slow drive, or I'll buy it a SSD.

   


Sounds like it isn't worth the trouble anymore.  I think I'll leave it 
alone.  The new ram may make some things faster tho.


Thanks.

Dale

:-)  :-)



[gentoo-user] webapp-config -U WEB_CATEGORY error

2011-02-15 Thread Raph
Hi,
I just tried to update websvn from 2.3.1 to 2.3.2 (+vhosts)
Here is the line I used (with webapp-config ~1.50.18):
$ webapp-config -V -U -d websvn websvn 2.3.2

And here was the result:

=
[...]
*   Parameter my_dotconfig: .webapp
*   Parameter vhost_server_uid: root
*   Parameter vhost_perms_serverowned_dir: 0775
*   Parameter vhost_config_default_dirs: default-owned
*   Parameter my_htdocsdir: /usr/share/webapps/websvn/2.3.2/htdocs
*   Parameter vhost_default_uid: root
*   Parameter my_bugsurl: http://bugs.gentoo.org/;
*   Parameter my_appdir: /usr/share/webapps/websvn/2.3.2
*   Parameter my_hookscriptsdir: /usr/share/webapps/websvn/2.3.2/hooks
*   Parameter vhost_perms_configowned_file: 0644
*   Parameter g_link_type: soft
*   Parameter vhost_config_uid: 0
*   Parameter cat: 
*   Parameter g_myname: /usr/sbin/webapp-config
*   Parameter vhost_link_type: soft
*   Parameter pvr: 2.3.2
*   Parameter vhost_hostname: user
*   Parameter my_etcconfig: /etc/vhosts/webapp-config
*   Parameter wa_configlist:
*   /usr/share/webapps/websvn/2.3.2/config-files
*   Parameter my_hostrootdir: /usr/share/webapps/websvn/2.3.2/hostroot
*   Parameter wa_installsbase: installs
*   Parameter wa_solist:
*   /usr/share/webapps/websvn/2.3.2/server-owned-files
*   Parameter my_iconsbase: icons
*   Parameter vhost_perms_configowned_dir: 0755
*   Parameter my_errorsbase: error
*   Parameter my_persistdir: /var/db/webapps/websvn/2.3.2
*   Parameter g_htdocsdir: /var/.daemon/www/user/htdocs
*   Parameter my_version: 1.50.18
*   Parameter vhost_server_gid: root
*   Parameter vhost_root: /var/.daemon/www/user
*   Parameter g_configprefix: ._cfg
*   Parameter wa_postinstallinfo:
*   /usr/share/webapps/websvn/2.3.2/post-install-instructions.txt
*   Parameter vhost_server: apache
*   Parameter vhost_perms_installdir: 0755
*   Parameter g_installdir: websvn
*   Parameter my_cgibindir:
*   /usr/share/webapps/websvn/2.3.2/hostroot/cgi-bin
*   Parameter my_appsuffix: websvn/2.3.2
*   Parameter vhost_config_virtual_files: virtual
*   Parameter g_cgibindir: /var/.daemon/www/user/cgi-bin
*   Parameter my_approot: /usr/share/webapps
*   Parameter wa_installs: /var/db/webapps/websvn/2.3.2/installs
*   Parameter my_htdocsbase: htdocs
*   Parameter my_cgibinbase: cgi-bin
*   Parameter my_conf_version: 7
*   Parameter vhost_subdomain_1: user
* 
* Parameters from section USER:
* 
* All config file checks successfully passed
* Do we have websvn-2.3.2 available?
*   Yes, we do
* Install directory is: /var/.daemon/www/user/htdocs/websvn
Traceback (most recent call last):
  File /usr/sbin/webapp-config-2.6, line 44, in module
main()
  File /usr/sbin/webapp-config-2.6, line 41, in main
config.run()
  File /usr/lib64/python2.6/site-packages/WebappConfig/config.py, line
  1335, in run
old['WEB_CATEGORY'] + old['WEB_PN']):
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'


=
I found that 'WEB_CATEGORY' == None.
I think it needs a fix, in my case I added 
WEB_CATEGORY=
to my websvn/.webapp file and the update went fine.
[ Not sure it is a bug to report ]


Raph



[gentoo-user] Re: Prelink on a already fast system

2011-02-15 Thread Nikos Chantziaras

On 02/15/2011 01:45 AM, Dale wrote:

I was curious. I have this new rig and was wondering if prelinking would
help any. It's a 4 core AMD 3.2Ghz CPU with 4Gbs, soon to be 8Gbs, of
ram and a SATA 3 hard drive. On a modern system, would prelink make
anything that much faster? Is it worth installing in this system?

Thoughts? Opinions? Personal experience?


It helps when loading the desktop for the first time.  But the 
improvement might only be one second or so total if your hard disk is 
fast, so it's probably not worth it.  I, however, find it extremely 
useful on some older machines I run as servers (older P4 CPUs ranging 
from 2 to 3GHz with 1GB RAM and old, slow IDE disks); they're running 
Debian and I think Debian doesn't even build their packages with 
--as-needed, so prelink seems to make quite a difference there.





Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Peter Humphrey
On Tuesday 15 February 2011 13:49:40 Dale wrote:

 I think I'll leave it alone. The new ram may make some things faster tho.

It'll be interesting to hear whether it makes any difference. I'm sure it 
will if you're currently swapping to disk a lot (are you?), but otherwise 
only during en emerge of vast proportions. Or so it seems to me.

I've always been satisfied with my 4GB, which has always been plenty to hold 
the applications I run and their data. Except while emerging, say, Open 
Office, but I'm not going to spend even more money than I have already just to 
accommodate that!

-- 
Rgds
Peter



Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Kfir Lavi
On Tue, Feb 15, 2011 at 3:49 PM, Dale rdalek1...@gmail.com wrote:

 Neil Bothwick wrote:

 On Tue, 15 Feb 2011 02:04:38 -0600, Dale wrote:



 I used it on a older and pretty slow rig once and it did help.  I think
 it was 800Mhz with 512Mbs of ram.  It also had some much slower IDE
 drives too.  It wasn't a huge difference but you could tell the
 difference.


 Some of the googling I did in the wake of the glibc-2.13 debacle
 indicated that prelinking makes far less difference wih newer kernels
 anyway. Even the old slow box wouldn't get much benefit from it.

 I disabled it because of glibc and won't be re-enabling it, but I might
 give it a try on this netbook to see if it makes a discernable difference
 with a slow CPU and slow drive, or I'll buy it a SSD.




 Sounds like it isn't worth the trouble anymore.  I think I'll leave it
 alone.  The new ram may make some things faster tho.

 Thanks.

 Dale

 :-)  :-)


I have just upgraded my laptop to 8GB (90$ ebay ddr3).
I now use tmpfs on /var/tmp and /tmp/ and run catalyst with all sorts of
experiments.
Take care I needed to provide more inodes to /var/tmp/ . with
nr_inodes=500K,size=80%
the default was 204K.

Regards,
Kfir


Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Volker Armin Hemmann
I have a ssd.
I always used prelink.
After a botched gcc upgrade I was forced to reinstall (yeah, THAT botched).
I forgot to install prelink.
I did not miss it.
I realized that I forgot prelink when Neil started his glibc thread and I had 
a look with eix.



Re: [gentoo-user] Re: Prelink on a already fast system

2011-02-15 Thread Dale

Nikos Chantziaras wrote:

On 02/15/2011 01:45 AM, Dale wrote:

I was curious. I have this new rig and was wondering if prelinking would
help any. It's a 4 core AMD 3.2Ghz CPU with 4Gbs, soon to be 8Gbs, of
ram and a SATA 3 hard drive. On a modern system, would prelink make
anything that much faster? Is it worth installing in this system?

Thoughts? Opinions? Personal experience?


It helps when loading the desktop for the first time.  But the 
improvement might only be one second or so total if your hard disk is 
fast, so it's probably not worth it.  I, however, find it extremely 
useful on some older machines I run as servers (older P4 CPUs ranging 
from 2 to 3GHz with 1GB RAM and old, slow IDE disks); they're running 
Debian and I think Debian doesn't even build their packages with 
--as-needed, so prelink seems to make quite a difference there.






That's sort of what I was thinking.  It may help on older machines with 
slower hard drives but not much on newer rigs with fast hard drives.  I 
have a older rig that is a AMD 2500+, 2Gbs of ram and IDE drives.  It 
might help some on it but still may not be worth it.  The drives on 
there are pretty fast for its hardware.


Thanks.

Dale

:-)  :-)



Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Dale

Peter Humphrey wrote:

On Tuesday 15 February 2011 13:49:40 Dale wrote:

   

I think I'll leave it alone. The new ram may make some things faster tho.
 

It'll be interesting to hear whether it makes any difference. I'm sure it
will if you're currently swapping to disk a lot (are you?), but otherwise
only during en emerge of vast proportions. Or so it seems to me.

I've always been satisfied with my 4GB, which has always been plenty to hold
the applications I run and their data. Except while emerging, say, Open
Office, but I'm not going to spend even more money than I have already just to
accommodate that!

   


Well, turned out my ram is coming from NJ instead of Memphis.  May take 
a extra day or so.  It did ship this morning tho.  I plan to max out at 
16Gbs and put portage on tmpfs.  That should be big enough even to 
compile OOo then.


Checked UPS.com and it looks like Friday.  Not to bad.

Dale

:-)  :-)



[gentoo-user] apache2 just died... why?

2011-02-15 Thread Jarry

Hi,

Today I found my web-server does not respond to http-requests.
All other services kept running, only apache (2.2.16) just died.
For the first time, in nearly year...

In /var/log/apache2/error_log I have found these messages:

--
*** about 1 hour since the last normal message, then suddenly ***

[Tue Feb 15 10:54:59 2011] [alert] (11)Resource temporarily unavailable: 
setuid: unable to change to uid: 81

*** 6 times the same message ***

[Tue Feb 15 10:54:59 2011] [alert] Child 1903 returned a Fatal error... 
Apache is exiting!


[Tue Feb 15 10:54:59 2011] [emerg] (43)Identifier removed: couldn't grab 
the accept mutex

*** 20 times the same message ***

[Tue Feb 15 10:54:59 2011] [emerg] (22)Invalid argument: couldn't grab 
the accept mutex
[Tue Feb 15 10:54:59 2011] [emerg] (43)Identifier removed: couldn't grab 
the accept mutex
[Tue Feb 15 10:54:59 2011] [emerg] (43)Identifier removed: couldn't grab 
the accept mutex
[Tue Feb 15 10:54:59 2011] [emerg] (22)Invalid argument: couldn't 
release the accept mutex


[Tue Feb 15 10:55:13 2011] [emerg] (22)Invalid argument: couldn't grab 
the accept mutex

*** about 50 times the same message ***
--

The last message from /var/log/apache2/access_log is:

72.14.202.80 - - [15/Feb/2011:10:54:58 +] GET 
/sites/all/themes/Chockolade6b/images/Header.jpg HTTP/1.1 200 64267
74.125.152.84 - - [15/Feb/2011:10:54:59 +] GET 
/sites/all/themes/Chockolade6b/images/Header.jpg HTTP/1.1 200 64267


Apart from that, nothing. No other traces. Content of my website
is there, nothing has been changed (as far as I can say). I simply
restarted apache, and it is running again (but how long before it
crashes again?)...

Obviously, I'd like to know what happened exactly, and how I could
prevent it happen again in the future. Any help would be greatly
appreciated...

Jarry

(amd64, CFLAGS=-march=athlon64 -O2 -pipe, everything stable)

--
___
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Paul Hartman
On Tue, Feb 15, 2011 at 9:39 AM, Dale rdalek1...@gmail.com wrote:
 Well, turned out my ram is coming from NJ instead of Memphis.  May take a
 extra day or so.  It did ship this morning tho.  I plan to max out at 16Gbs
 and put portage on tmpfs.  That should be big enough even to compile OOo
 then.

I live one-day UPS ground time from Memphis (I can drive there in
about 4 1/2 hours). It's always a sad moment when I see my order
status from Newegg and that it is not shipping from Memphis, but
California or NJ...



Re: [gentoo-user] Prelink on a already fast system

2011-02-15 Thread Dale

Paul Hartman wrote:

On Tue, Feb 15, 2011 at 9:39 AM, Dalerdalek1...@gmail.com  wrote:
   

Well, turned out my ram is coming from NJ instead of Memphis.  May take a
extra day or so.  It did ship this morning tho.  I plan to max out at 16Gbs
and put portage on tmpfs.  That should be big enough even to compile OOo
then.
 

I live one-day UPS ground time from Memphis (I can drive there in
about 4 1/2 hours). It's always a sad moment when I see my order
status from Newegg and that it is not shipping from Memphis, but
California or NJ...


   


Well, what got me once was the trip a package took.  I ordered 
something, can't remember what it was now but anyway, it left Memphis, 
went to Atlanta and sat there a day or two, then went to some place in 
Kentucky and sat there for a day or two.  Then it went back to Memphis 
where it sat for a couple days and then they dropped it off at the post 
office to be delivered.  DHL was the one that did all the running around 
the country.


Needless to say, I wrote newegg a little note about all that.  They 
refunded the shipping, which I wasn't worried about, and said she was 
going to talk to the higher ups since they are getting a lot of similar 
complaints.  I notice that their only options now are UPS and such.  I 
don't see the so called egg saver anymore.


That package took over a week for me to get.  As I explained in my note 
to newegg, I could have rode a bicycle to Memphis, got the package and 
rode the bike back faster than the shipping company could get it here or 
even just get it back to Memphis to drop it off at the post office.


The funny part, once it was taken to the post office, I got it the next 
day.  So much for snail mail.  They should have shipped it with them to 
begin with.  lol


At least we know now why they went belly up.  Let's not mention the part 
from Sears that I had to drive 40 miles one way to get.  They delivered 
it to some ladies house.  She found me in the phone book.  I guess DHL 
doesn't have a phone book.  :-@  There is only two people around here 
with my last name.  The other is my brother.  He knows where I live 
too.  ;-)


Dale

:-)  :-)



Re: [gentoo-user] Re: Prelink on a already fast system

2011-02-15 Thread William Kenworthy
On Tue, 2011-02-15 at 09:32 -0600, Dale wrote:
 Nikos Chantziaras wrote:
  On 02/15/2011 01:45 AM, Dale wrote:
  I was curious. I have this new rig and was wondering if prelinking would
  help any. It's a 4 core AMD 3.2Ghz CPU with 4Gbs, soon to be 8Gbs, of
..
  Thoughts? Opinions? Personal experience?
 


from 'man prelink'

'prelink  is a program that modifies ELF shared libraries and ELF
dynamically linked binaries in such a way that the time needed for the
dynamic linker to perform relocations at startup significantly
decreases.  Due to fewer relocations, the run-time memory consumption
decreases as well (especially the number of unshareable pages).  The
prelinking information is only used at startup time if none of the
dependent libraries have changed since prelinking; otherwise programs
are relocated normally.'

So I would not expect much gain from fast storage such as an SSD, and
also the linker would hopefully have gotten smarter as well, perhaps
making prelink redundant.  From an average system some time ago when
prelink first hit gentoo, it made a huge difference in startup times on
the likes of openoffice when I did timimgs.

All my systems are prelinked these days, and I have not the time to do
any tests - is someone able to do before/after tests on some common, but
slow loading apps and post here?

Settle this one way or another :)

Billk


-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!




Re: [gentoo-user] Re: vmplayer not working after xorg upgrade

2011-02-15 Thread Mark Knecht
On Sun, Feb 13, 2011 at 6:19 PM, Nikos Chantziaras rea...@arcor.de wrote:
 On 02/13/2011 10:24 PM, Mark Knecht wrote:

 On Sun, Feb 13, 2011 at 11:48 AM, Mark Knechtmarkkne...@gmail.com
  wrote:

 This morning I did an xorg-server upgrade which included IIRC 33 files
 total on my system. After the upgrade I am unable to run the vmplayer
 app. The GUI never comes up. If I run it in a terminal it seems to die
 quietly after about 5 seconds. There are no additional messages in
 dmesg.


 OK - there is nothing of interest in the setup log file above, but in
 the same directory there is a player-log which is catching the crash.
 I cannot tell what's kicking it off so I'm considering uninstalling
 all the vmware stuff, looking for stale links, then reinstalling
 vmware.

 Are you using the ebuilds for vmware?  (Latest versions are in the vmware
 overlay.)  I run latest X.Org (1.9.4) and both workstation as well as player
 have no problems here.

Hi Nikos,
   As of this evening all VMs seem to be working fine on 2.6.37 using
the ebuilds from the vmware overlay.

   I appreciate you help.

Cheers,
Mark



[gentoo-user] [OT] invisible README

2011-02-15 Thread Philip Webb
I recently put some files up at  http://www.chass.utoronto.ca/~purslow/esp/ .
One of them is  README.pdf , which is visible when I list the dir contents
using SSh or Krusader, but which is not shown by FF, Konqueror or Lynx.
If I make a copy called  READFILE.pdf , it is shown by the browsers.

Can anyone explain what's going on ?

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




Re: [gentoo-user] [OT] invisible README

2011-02-15 Thread Paul Hartman
On Tue, Feb 15, 2011 at 10:54 PM, Philip Webb purs...@ca.inter.net wrote:
 I recently put some files up at  http://www.chass.utoronto.ca/~purslow/esp/ .
 One of them is  README.pdf , which is visible when I list the dir contents
 using SSh or Krusader, but which is not shown by FF, Konqueror or Lynx.
 If I make a copy called  READFILE.pdf , it is shown by the browsers.

 Can anyone explain what's going on ?

Maybe your IndexIgnore setting is something like this:

IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t



[gentoo-user] Re: [OT] invisible README

2011-02-15 Thread Nikos Chantziaras

On 02/16/2011 06:54 AM, Philip Webb wrote:

I recently put some files up at  http://www.chass.utoronto.ca/~purslow/esp/ .
One of them is  README.pdf , which is visible when I list the dir contents
using SSh or Krusader, but which is not shown by FF, Konqueror or Lynx.
If I make a copy called  READFILE.pdf , it is shown by the browsers.

Can anyone explain what's going on ?


The permissions of that file are probably wrong.  It needs to be 
readable by the group the web server belongs to.  Try chmod +r README.pdf





Re: [gentoo-user] [OT] invisible README

2011-02-15 Thread Adam Carter

 I recently put some files up at
 http://www.chass.utoronto.ca/~purslow/esp/ .
 One of them is  README.pdf , which is visible when I list the dir contents
 using SSh or Krusader, but which is not shown by FF, Konqueror or Lynx.
 If I make a copy called  READFILE.pdf , it is shown by the browsers.

 Can anyone explain what's going on ?


The user context that the webserver is running in doesnt have read access to
the files?


Re: [gentoo-user] [OT] invisible README

2011-02-15 Thread Adam Carter
What does the httpd error log say :)


[gentoo-user] starting kde

2011-02-15 Thread William Kenworthy
My laptop normally runs gnome but T want to demo some other desktops
tomorrow and kde is giving me problems - kde-meta 4.4.5 is installed.  I
think last time I did this it was kde-3.5 but that almost two years ago
now and the same method isnt working for 4.4.5.  I have a different user
setup for each demo, I need all desktops to be running concurrently.

startkde
$DISPLAY is not set or cannot connect to the X server

The same occurs if I use startkde -- :1 etc

Note that I want to run kde at the same time as gnome, fluxbox, xfce and
LXDE

I'm also having problems with LXDE but thats a different error ...

BillK


-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!