[gentoo-user] ACPI events config file

2005-04-01 Thread Ryan Viljoen
Hi

I am setting up my ACPI on my notebook and have come across a small
problem. I am setting the events in the /etc/acpi/events/default
config file. Now I have got the ac_adapter event working nicely with
speedfreq. Now I want to setup my power button and sleep button.

This is from the acpid log file:
[Sat Apr  2 00:16:30 2005] starting up
[Sat Apr  2 00:16:30 2005] 1 rule loaded
[Sat Apr  2 00:16:35 2005] received event "button/lid LID 0080 0005"
[Sat Apr  2 00:16:35 2005] completed event "button/lid LID 0080 0005"
[Sat Apr  2 00:16:39 2005] received event "button/lid LID 0080 0006"
[Sat Apr  2 00:16:39 2005] completed event "button/lid LID 0080 0006"
[Sat Apr  2 00:19:36 2005] received event "button/sleep SLPB 0080 0002"
[Sat Apr  2 00:19:36 2005] completed event "button/sleep SLPB 0080 0002"
[Sat Apr  2 00:20:05 2005] received event "button/power PWRF 0080 0002"
[Sat Apr  2 00:20:05 2005] completed event "button/power PWRF 0080 0002"
[Sat Apr  2 00:21:32 2005] exiting

As you can see the acpid sees the sleep button lid and power button
being triggered. Now it is just a matter of getting it to do something
with the event.

Here is my /etc/acpi/events/default file:

event=button power.*
action=/etc/acpi/sleep.sh
#action=/sbin/init 0

event=button sleep.*
action=/etc/acpi/sleep.sh

event=button[ /]lid.*
action=/etc/acpi/sleep.sh

event=ac_adapter.*
action=/etc/acpi/ac.sh

As I said above my ac_adapter works perfectly its just now to get the
events working for the others. All the sleep.sh scipt does is tell
logger to log "Zzz" so that I can check whether the event is working
or not.

Any ideas as to why it is not working correctly?
I suspect it is the way I am defining the events seeing that the sleep
power and lid are all under the buttons director where ac_adapter is
on in its own directory.

Thanks
Cheers
Rav
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AC 97 Internal Modem on ICH4 Chipset

2005-03-26 Thread Ryan Viljoen
Hey lian

I have got slmodem working now. So now i can run wvdial. I set the
number, user name and password in the configuration file but when i
dial with wvdial it seems to still have a problem. It looks for a
carrier - firstly doesnt find one, tries again and then prompts me for
a password? This is all already setup in the wvidal.conf file in etc.
I type in my password but it doesnt work.

What are you using to dial up?
YMMV ? hehe what does that mean?

thanks 
Rav



On Sat, 26 Mar 2005 11:57:06 +0800, Iain Buchanan
<[EMAIL PROTECTED]> wrote:
> On Fri, 2005-03-25 at 13:21 +0000, Ryan Viljoen wrote:
> > Hi All,
> >
> > I am trying to get my AC 97 Internal modem working on my notebook
> > which makes use of the ICH4 Intel chipset.
> 
> try slmodem
> 
> > ziig ~ # lspci | grep Modem
> > :00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
> > AC'97 Modem Controller (rev 03)
> 
> always post lspci -n too when you post lspci (I at least find it
> helpful :)
> 
> I have a Dell Inspiron 9100, my modem is not quite the same but it looks
> similar:
> 
> lspci
> 
> :00:1f.6 Modem: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97
> Modem Controller (rev 02)
> 
> lspci -n
> 
> :00:1f.6 Class 0703: 8086:24d6 (rev 02)
> 
> I've had some problems with starting slmodemd and sound stopping.  But
> more recently that seems to be fixed.  Also, you might find
> my /etc/conf.d/slmodem helpful:
> 
> DEV=/dev/ttySL0
> COUNTRY=AUSTRALIA
> GROUP=dialout
> LN_DEV=/dev/modem
> NICE=-6
> MODULE=alsa
> HW_SLOT=modem:1
> 
> YMMV of course :)
> 
> HTH,
> --
> Iain Buchanan <[EMAIL PROTECTED]>
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 2005.0 available?

2005-03-25 Thread Ryan Sims
On Fri, 25 Mar 2005 11:10:38 +, Neil Bothwick <[EMAIL PROTECTED]> wrote:
> On Fri, 25 Mar 2005 19:08:08 +1200, Ash Varma wrote:
> 
> > > How do I set my profile to 2005.0?
> >
> > rm /etc/make.profile
> 
> I prefer "mv /etc/make.profile /etc/make.profile-2004.3". It make
> switching back easier.
> 
> > ln -sf /usr/portage/profiles/default-linux/x86/2005.0 /etc/make.profile

When I tried this and then emerge --newuse -uDav, I got a message
complaining that there was no "make.defaults" file available in the
2005.0 profile.  I assume a sync will take care of this?

-- 
Be the person your dog thinks you are
--
gentoo-user@gentoo.org mailing list



[gentoo-user] AC 97 Internal Modem on ICH4 Chipset

2005-03-25 Thread Ryan Viljoen
Hi All,

I am trying to get my AC 97 Internal modem working on my notebook
which makes use of the ICH4 Intel chipset. I have tried emerging
hsfmodem , hcfpcimodem but both cant find any devices. The hcfusbmodem
is currently a maked package. Has anyone got their modem working on
their notebook?

As you can see the results of dmesg:
ziig ~ # dmesg | grep Modem
#1: Intel 82801DB-ICH4 Modem at 0xd800, irq 10

A bit more than the above:
[uhci_hcd :00:1d.2: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3
#0: Intel 82801DB-ICH4 with VT1616i at 0xfeb7fc00, irq 10
#1: Intel 82801DB-ICH4 Modem at 0xd800, irq 10

It would seem that the kernel has some support for it, though i am not
to sure to what extent.

ziig ~ # lspci | grep Modem
:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
AC'97 Modem Controller (rev 03)

Thanks 
Cheers 
Rav
--
gentoo-user@gentoo.org mailing list



Fwd: [gentoo-user] libpthread problems? [SOLVED?]

2005-03-24 Thread Ryan Sims
Without realizing it, I've been carrying on this conversation
off-list.  Well, after some very patient advice from Mr. Nebinger, I
solved(?) the problem by recompiling gcc and then recompiling glibc. 
I posted that to the forums and to the bug report, so hopefully
that'll help out other people with the problem.


-- Forwarded message ------
From: Ryan Sims <[EMAIL PROTECTED]>
Date: Wed, 23 Mar 2005 19:56:40 -0500
Subject: Re: [gentoo-user] libpthread problems? [SOLVED?]
To: Dave Nebinger <[EMAIL PROTECTED]>


> No such luck; I do have the flag enabled.  Recompiled gcc, and so I'm
> working on a recompile of glibc ( I downgraded myself at some point).
>

Well, that seemed to do it.  The error is as mysteriously gone as it
appeared; I assume it's all a matter of keeping the toolchain healthy.
I *assume* that the gcc recompile did it, but I throw up my hands in
ignorance.

-- 
Be the person your dog thinks you are
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] azureus crash

2005-03-08 Thread Ryan Viljoen
Yeah I am Ravilj in that thread :D I am not to sure what Paul555 was
on about though. Hmmm let me try azureus-bin.




On Tue, 8 Mar 2005 04:35:04 -0500 (EST), J. Patrick Campbell
<[EMAIL PROTECTED]> wrote:
> http://forums.gentoo.org/viewtopic-t-293207-start-0-postdays-0-postorder-asc-highlight-azureus.html
> 
> On Tue, March 8, 2005 3:52 am, Ryan Viljoen said:
> > I have the same problem as you. Only I was running v2.2.0.0 and the
> > automatic updater decided it was time to move me to v2.2.0.2. After
> > the update it now crashes with the same error. What is more
> > frustrating is that you can disable the updater.
> >
> > So i am also quite keen to see if any one knows anything.
> >
> >
> > On Mon, 7 Mar 2005 21:47:10 -0500 (EST), J. Patrick Campbell
> > <[EMAIL PROTECTED]> wrote:
> >> [EMAIL PROTECTED] ~ $ azureus
> >> changeLocale: no message properties for Locale 'English (United States)' 
> >> (en_US), using 'English (default)'
> >> java: symbol lookup error: /usr/lib/libswt-gnome-gtk-3106.so: undefined 
> >> symbol: gnome_vfs_init
> >> [EMAIL PROTECTED] ~ $ su
> >> Password:
> >> teh scorpaen # emerge -p azureus
> >>
> >> These are the packages that I would merge, in order:
> >>
> >> Calculating dependencies ...done!
> >> [ebuild   R   ] net-p2p/azureus-2.2.0.0-r1
> >>
> >> anyone can tell me how to fix this?
> >> thanks,
> >>
> >> ~P
> >>
> >> --
> >> http://patrickcampbell.us
> >>
> >> --
> >> gentoo-user@gentoo.org mailing list
> >>
> >>
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> --
> http://patrickcampbell.us
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] genkernel with dmraid

2005-03-08 Thread Ryan Viljoen
The devices havent been created so you cant mount anything. 
Read here:
http://www.net-forums.net/forums/Mounting_Ntfs_Partions_On_Raid_0_Device-t19791.html

If dmraid fails you can set it up yourself. Make sure you have emerged
device-mapper. How to get the info to change the script below. Do this
at the command line:

To get your controller info:
dmraid -l

This will list your raid array info:
dmraid -a y -f  -t

Now at the command line type with your own info:
echo "0 320172032 striped 2 256 /dev/sda 0 /dev/sdb 0" | dmsetup
create raidarray

This will create your raid array, now to get the partition info:
fdisk -u /dev/mapper/raidarray 

Take all the info from your partitions and edit the script. Once you
are happy that it is correct than copy the script to
/etc/init.d/initraid and add it to the default run-level by rc-update
add initraid default. Now this script will automatically create your
devices for you. You could probably add the script to boot instead of
default if you want to mount the partitions automatically.

#!/sbin/runscript

start() {
  ebegin "Map raid array"
  echo "0 320172032 striped 2 256 /dev/sda 0 /dev/sdb 0" | dmsetup
create raidarray

  einfo "Map partitions"
  echo "0 102398247 linear /dev/mapper/raidarray 63" | dmsetup create raidarray1
  echo "0 217744947 linear /dev/mapper/raidarray 102398373" | dmsetup
create raidarray5
  eend $?
}

stop() {
  ebegin "Stopping raid array"

  eend $?
}


On Tue, 08 Mar 2005 10:24:46 +0100, Markus Nicolussi
<[EMAIL PROTECTED]> wrote:
> Hello!
> 
> I use the latest genkernel which i created with
> 
> #genkernel --menuconfig --dmraid --gensplash --udev all
> 
> in the config i set the CPU type
>   and the type of my graphics-card for the fb support
> 
> everything seems fine with the initrd,
> 
> 
> * determinig root device...
> * Booting ...
> 
> 
>   but i get an error afterwards
> 
> 
> * Checking root filesystem
> Partition /dev/mapper/sil_aeabajbhaicfb7: no such file or directory
> Give root password for maintenance
> 
> 
> i type my pw and see, that in /dev/mapper there is only the file "control"
> 
> Can somebody please give me a hint?
> 
> Thanx in advance.
> --
> gentoo-user@gentoo.org mailing list
> 
>
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] azureus crash

2005-03-08 Thread Ryan Viljoen
I have the same problem as you. Only I was running v2.2.0.0 and the
automatic updater decided it was time to move me to v2.2.0.2. After
the update it now crashes with the same error. What is more
frustrating is that you can disable the updater.

So i am also quite keen to see if any one knows anything.


On Mon, 7 Mar 2005 21:47:10 -0500 (EST), J. Patrick Campbell
<[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] ~ $ azureus
> changeLocale: no message properties for Locale 'English (United States)' 
> (en_US), using 'English (default)'
> java: symbol lookup error: /usr/lib/libswt-gnome-gtk-3106.so: undefined 
> symbol: gnome_vfs_init
> [EMAIL PROTECTED] ~ $ su
> Password:
> teh scorpaen # emerge -p azureus
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies ...done!
> [ebuild   R   ] net-p2p/azureus-2.2.0.0-r1
> 
> anyone can tell me how to fix this?
> thanks,
> 
> ~P
> 
> --
> http://patrickcampbell.us
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT?] memtest results: need new ram?

2005-03-05 Thread Ryan Sims
On Sat, 5 Mar 2005 07:08:46 +0100, Volker Armin Hemmann 
> look for the temps in bios/with sensors. CPU>60°C check you fan. mobo >35°C
> check all fans. Check your PSU, try the stick in a different slot.

Ahhmy CPU runs, according to my BIOS, usually between 70-80 degC,
perhaps this is the problem.  MB is ~34-35 usually, unless I'm running
a long compile or a heavy game.  Perhaps I need a new CPU fan.

Harald Arnesen:
>It could also be an overworked power supply. If you have a modern
>graphics card, several disks og similar power hungry stuff, you may need
>a better PSU.

I've got an ATI Radeon 9600 (which is a barrel of fun in itself), one
HD, CPU fan and a case fan.  300W PSU; does this sound ok?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT?] memtest results: need new ram?

2005-03-04 Thread Ryan Sims
Many thanks for all the replies.  Couple of clarifications/questions:

I've only got one stick in, it's a stick of PC3200 512MB, so
unfortunately, I can't just swap it with another.

Other than trying new ram, is there a way to try and figure out if
it's the mainboard or the processor?

Since I might be going the new route, are there recommendations for
memory brands?  I've been told that kingston or crucial are good, 
(I'm using kingston now, tho).  Thanks again.

-- 
Be the person your dog thinks you are
--
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT?] memtest results: need new ram?

2005-03-04 Thread Ryan Sims
My computer has had some bizzare symptoms for quite some time now, and
I finally ran memtest86 from the livecd, and was wondering if anyone
could help me understand what the diagnosis is.

There were definately errors that popped up; say a page and a half of
them.  (and here's the stupid question part) does this mean I need to
drop $60 on a new PC3200 stick?  Is there an acceptable level of
error?

I've been assuming that the random crashes (usually only happens in
Windows, but *sometimes* Gentoo will develop some tics) were heat
problems or buggy software; but now I'm not so sure.

Any help would be appreciated.

-- 
Be the person your dog thinks you are
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Where is (and how do I read) root's mail?

2005-03-02 Thread Ryan Sims
On Wed, 02 Mar 2005 23:28:01 +0100, Christoph Gysin <[EMAIL PROTECTED]> wrote:
> Ryan Sims wrote:
> > This sometimes happens when the $MAIL environment variable gets set
> > wrong.  The directory specified in that variable will be watched for
> > new mail; sometimes (I think this is mainly a problem with "su", but
> > I'm not sure) it gets set to "/root" and gets confused.
> 
> I have the exact same issue here. Does anybody know where the $MAIL
> variable gets set, or how to prevent it from being set at all?
> 
> Christoph Gysin

I put "unset MAIL" in my root's .bashrc since I'm running a
single-user system where that mail feature is pretty useless to me. 
For other applications, that workaround might be a problem.

check this thread:

http://forums.gentoo.org/viewtopic-t-246271-highlight-mail+variable.html

it looks like it's a problem with shadow-4.0.5-r2
-- 
Be the person your dog thinks you are
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Where is (and how do I read) root's mail?

2005-03-02 Thread Ryan Sims
On Tue, 01 Mar 2005 21:07:41 -0800, ME <[EMAIL PROTECTED]> wrote:
> With Gentoo, I get the "You have new mail..." message, but I don't have
> the proper application to read it (and do not know what to emerge).
> 
> Moreover, I am not able to find the messages!  I looked under /root,
> under /var and did not find any (I might just be missing them, but I
> suspect they are not getting where they should).

This sometimes happens when the $MAIL environment variable gets set
wrong.  The directory specified in that variable will be watched for
new mail; sometimes (I think this is mainly a problem with "su", but
I'm not sure) it gets set to "/root" and gets confused.

-- 
Be the person your dog thinks you are
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unable to su anymore

2005-02-27 Thread Ryan Viljoen
Did you make sure you are still part of the wheel group?

On Mon, 28 Feb 2005 00:15:50 +0100, lolox <[EMAIL PROTECTED]> wrote:
> After updating system and world, I can't su anymore.
> when I try su, I get :
> 
> "su: Permission denied
> Sorry."
> 
> any idea ?
> 
> lolox.
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hotplug

2005-02-27 Thread Ryan Viljoen
I dont think it matters.


On Sun, 27 Feb 2005 15:32:12 +0100, pat <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I have a question about hotplug: into which runleve I have to add the hot plug
> ??? Default or boot ???
> 
> Thanks
> 
>  Pat
> --
> gentoo-user@gentoo.org mailing list
> 
>
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Fresh install 2.6.10 gkrellm question

2005-02-25 Thread Ryan Viljoen
i have the same problem, though I launch gkrellm using the deamon. I
am using gnome. Right now i am logged in as my user account and
nothing else as far as i know. I have no terminals running as root.
Right now it only claims 2 users but at times its 5 users.


On Fri, 25 Feb 2005 07:18:22 -0800, Unknown <[EMAIL PROTECTED]> wrote:
> I have gkrellm running as i did before with 2.4 kernel on gentoo.
> I push up to a clean , no carry over install from the live-CD of 2.6
> emerge is working fine, with a wm  kde right now.
> 
> I don't have xdm or kdm  auto-loading on  start of the gentoo box.
> it goes to  terminal login
> I login as root then fire off  kdm to test a few things. along with  the
> wm kde.it pops up the GUI login i throw in a  user not  root to start
> kde
> 
> I throw gkrellm2 onto the screen from the application launcher
> 
> and gkrellm tells me  i have  5 users  on the system?
> 
> i would assume i have  two  root and  the user logged in with no
> terminal windows open and a 1 % overhead on gkrellm with no  extra
> programs running.
> 
> now that i have a wm working alright  and X configured?
> 
> how do i track down the  other 3 users?
> 
> besides using "top" i see mostly  root and the user  ?
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gensplash/bootsplash

2005-02-17 Thread Ryan Viljoen
Why not use fbspalsh and set splash to silent instead of verbose.

kernel /2.6.10-gentoo-r6/kernel-2.6.10-gentoo-r6 root=/dev/hda3
video=vesafb:ywrap,mtrr,[EMAIL PROTECTED] splash=verbose,theme:emergence

This will give you a screeen much like the one shown when booting a
live cd. You need to emerge splashutils though.




On Fri, 18 Feb 2005 13:38:27 +0800, Ow Mun Heng <[EMAIL PROTECTED]> wrote:
> Guys,
> 
> I've read the bootsplash and fbsplash/gensplash howtos. I've already
> set up fbsplash on my laptop and it's working nicely.
> 
> However, I'm working on getting a Freevo/Myth box up using gentoo and
> would like to have bootsplash/gensplash cover up the initial Bootup
> sequence via a progress bar or something.
> 
> Is this possible? The last time I tried bootsplash, the patches failed
> miserably and I was left without any other option other than gensplash.
> 
> Has someone been able to do it or has there been an updated bootsplash
> that works for the current 2.6.10 kernel ?
> 
> --
> Ow Mun Heng
> Gentoo/Linux on DELL D600 1.4Ghz
> 98% Microsoft(tm) Free!!
> Neuromancer 13:36:11 up 4:14, 6 users,
> load average: 0.13, 0.26, 0.27
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Mounting NTFS Raid 0 Partitions

2005-02-17 Thread Ryan Viljoen
Could anyone offer some help? I have built in all the support required
in the kernel. ie: Sata, Raid and NTFS support.

mount -t NTFS /dev/sda1 /mnt/ntfsdrv
doesnt seem to work :(

Thanks
Ryan

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Home server

2005-02-08 Thread Ryan Sims
On Tue, 8 Feb 2005 20:15:11 +0100, Patrick Marquetecken 
> My provider blocks everything under port 1024 so i was thinking
> will ht://digg be a solution?
> I like a web solution.
> 
> TIA
> Patrick

You could just set Apache to a higher port numberI could be
totally mad on this; missing something incredibly obvious, but that's
what occurs to me.

-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with Skippy + Enlightenment

2005-02-08 Thread Ryan Sims
On Tue, 08 Feb 2005 10:12:56 -0500, Bradley Serbu <[EMAIL PROTECTED]> wrote:
> Has anyone else experienced this problem when running skippy?
> 
> X Error of failed request:  BadAccess (attempt to access private
> resource denied)
>  Major opcode of failed request:  33 (X_GrabKey)
>  Serial number of failed request:  90
>  Current serial number in output stream:  90
> 
> Does anyone know whats wrong or how to fix it?

Try changing the key binding in the skippy config file.  See this thread: 
http://forums.gentoo.org/viewtopic.php?t=177682

-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Suggested Video Cards

2005-01-27 Thread Ryan Sims
On Fri, 28 Jan 2005 12:59:22 +1300, Nick Rout <[EMAIL PROTECTED]> wrote:
> LOL flame war approaching.
> 
> if you want 3d hardware acceleration then the choice seems to be ati or
> nividia.

> ati seem to have a recent driver release, there seem to have been long
> threads here about them being difficult to get working. (then again
> there are long threads in a similar vein about nvidia). i am not sure if
> that is teething problems or deeper problems. as i don't have an ati
> card i have not followed the threads in detail.
> 
> this is all IMHO - a personal perspective of what has worked for me.
> others will have different opinions. ymmv.

I own an ATI Radeon 9600XT, and only with the latest driver version
works under Xorg 6.8.  I didn't find it very hard to get the driver
working, but by all means check the archives for potential problems. 
I'd reccommend an Nvidia; I've also had problems w/ the card in
windows.  Having never *owned* an nvidia 3d card, I will defer to
those on the list.  However, had I the $, I'd be the proud owner of
some Nvidia card right now.

-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CFLAGS query

2005-01-27 Thread Ryan Sims
On Wed, 26 Jan 2005 11:34:58 +0800, William Kenworthy
<[EMAIL PROTECTED]> wrote:
> Step 1, take everything in the forums and what others say including me
> with a large dose of scepticism: if you want the truth, test it
> yourself, and look up the man pages for each option and see what it
> really does - not what the forums say as people do not always quote the
> source correctly.

Another question, somewhat related:  I saw a post re using
"LDFLAGS="-Wl,-O1" in the make.conf file.  However, the gentoo devs
seem to go a little mad whenever they run into this idea, so I quit
that practice.  I'm a little unclear on a) what exactly that does and
b) why it's harmful.  The man page for ld just says that -O "optimizes the output".

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xorg Problem: ati

2005-01-24 Thread Ryan Sims
On Sun, 23 Jan 2005 19:43:04 -0800 (PST), death rince
<[EMAIL PROTECTED]> wrote:
> Hi Folks,

[massive snip]

> (II) LoadModule: "i810"
> (II) Reloading
> /usr/X11R6/lib/modules/drivers/i810_drv.o
> (II) UnloadModule: "i810"
> (EE) Failed to load module "i810" (once-only module,
> -1073748652)

[snip]

>   *** If unresolved symbols were reported above, they
> might not
>   *** be the reason for the server aborting.

Hopefully this means we can ignore all those hideous things.

> Fatal server error:
> Caught signal 11.  Server aborting

Seems that the i810 driver is the issue...try configuring with
fglrxconfig rather than Xorg -configure.

-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] OT: AMD64 vs P4 w/HT

2005-01-22 Thread J. Ryan Earl
Moore's Law is as "almost up" as harddrives were doomed to reach limitations
of the electromagnetic barrier 5 years (ie not even close).  Just because
some researchers have yet to see the solution doesn't mean there isn't a
solution nor does it mean someone else won't find it soon.  Thinking
otherwise is a gross under-estimation of human ingenuity.  Transistors may
not be silicon, but progress will not slow.

-ryan

-Original Message-
From: Douglas James Dunn [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 22, 2005 1:46 PM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] OT: AMD64 vs P4 w/HT


In my professional opinion... Its not worth it.  Moores law is almost
up.  Soon we wont get any more transistors in the chips.  The research
community knows this.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new ati-drivers

2005-01-22 Thread Ryan Sims
Are you running as root?  Looks like the user running fglrxinfo
doesn't have permission for the X server.  try "xhost +local:" as the
user you logged into X as.


On Fri, 21 Jan 2005 16:34:37 +, Tony Boom <[EMAIL PROTECTED]> wrote:
> Hello Peter,
> 
> Friday, January 21, 2005, 4:15:25 PM, you wrote:
> 
> PK> What does fglrxinfo
> 
> gentoo root # fglrxinfo
> Xlib: connection to ":0.0" refused by server
> Xlib: No protocol specified`
> 
> Error: unable to open display :0
> 
> PK> and xvinfo say?
> 
> gentoo root # xvinfo
> Xlib: connection to ":0.0" refused by server
> Xlib: No protocol specified
> 
> xvinfo:  Unable to open display :0.0
> 
> Hope that means something to you?
> 
> 
> --
> Tony.
> The Bat! 3.0.2.10
> Registered Linux user #316959
> PGP Key http://www.theboomclan.com/pgp.txt
>http://www.1and1.co.uk/?k_id=7037908
> 
> 


-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new ati-drivers

2005-01-22 Thread Ryan Sims
On Fri, 21 Jan 2005 05:07:56 +0100 (MET), Peter Karlsson
<[EMAIL PROTECTED]> wrote:
> On Thu, 20 Jan 2005, Ryan Sims wrote:
> 
> > Got it all working, seems to be ok, and cedega is much happier than it
> > was.  I tried xcompmgr, and my desktop got really wierd; as if the
> > background was a screenshot of how the desktop looked; i.e. window
> > positions and all.  Could be my fault, haven't had a chance to tweak
> > it.
> 
> Hmmm... Not sure if fglrx and xcompmgr would work together (i.e. the
> fglrx driver has to support the composite extension) since it's a demo of
> the xcomposite extension, which is new for xorg 6.8. Have you enabled the
> composite extension in the xorg.conf? What does the log-file say?
> 

Don't have my system in front of me just now, so I can't post the log.
 Composite extension is enabled and logs claim it's there (if you can
just take my word for it).  This isn't a high priority fix for me at
all; I just thought it was apropos.

-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new ati-drivers

2005-01-20 Thread Ryan Sims
On Thu, 20 Jan 2005 18:59:00 +0100 (MET), Peter Karlsson
<[EMAIL PROTECTED]> wrote:
> On Tue, 18 Jan 2005, Ryan Sims wrote:
> 
> > Any news about support for xorg 6.8?
> 
> I'm running xorg 6.8(.0-r3) here with ati-drivers-8.8.25. Works fine
> except that when I switch to console the screen goes blank and I can't get
> back...
> 

Got it all working, seems to be ok, and cedega is much happier than it
was.  I tried xcompmgr, and my desktop got really wierd; as if the
background was a screenshot of how the desktop looked; i.e. window
positions and all.  Could be my fault, haven't had a chance to tweak
it.

-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new ati-drivers

2005-01-20 Thread Ryan Sims
> On Tue, 2005-01-18 at 09:46 -0500, Covington, Chris wrote:
> > Has anyone tried these?  I just switched to a larger and louder nVidia
> > card because of the poor ATI performance / support in Linux.  I wonder
> > if these drivers have better games-fps performance.

Any news about support for xorg 6.8?

-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] distcc failes

2005-01-20 Thread Ryan Sims
On Wed, 19 Jan 2005 15:23:09 +0100, jacob Klitmøller <[EMAIL PROTECTED]> wrote:
[snip]

> "Could not run/locate 'i386-pc-linux-gnu-gcc'
> distcc() ERROR: Compile [name of part] on 192.168.0.151 failed"
> 

Can you compile without distcc?  The bit about 'i386-pc-linux-gnu-gcc'
seems to indicate a make.conf typo to me, but I don't have my system
in front of me to check on it right now.

-- 
Be the person your dog thinks you are

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dev-php/mod_php-4.3.4-r4

2004-02-11 Thread Ryan
hi sorry but i cant find a cofig.log
anywhere


On Wed, 11 Feb 2004 12:52:03 +
Mike Williams <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Wednesday 11 February 2004 12:16, Ryan wrote:
> > Hi all
> >
> > im trying to emerge dev-php/mod_php-4.3.4-r4
> >
> > but i keep getting the same error
> >
> >
> > checking whether the C++ compiler (g++ -O3 -mcpu=i686 -funroll-loops -pipe
> > -L/us r/lib -ldb-4.1  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib
> > -Wl,-rpath,/opt/inter base/lib -L/opt/interbase/lib
> > -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib) works... no
> > configure: error: installation or configuration problem: C++ compiler
> > cannot cre ate executables.
> >
> > !!! ERROR: dev-php/mod_php-4.3.4-r4 failed.
> > !!! Function econf, Line 339, Exitcode 1
> > !!! econf failed
> 
> What does the config.log say?
> Look for the error that configure printed out, and the few line above and 
> below may point you in the right direction.
> 
> - -- 
> Mike Williams
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.3 (GNU/Linux)
> 
> iD8DBQFAKiV0InuLMrk7bIwRAi/7AJ9YjRwYV++c2ROLnJnHGnsbjmUIhgCgid2o
> 6Z0EjFtqeuamGFlGZECC5bI=
> =L/WM
> -END PGP SIGNATURE-
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] dev-php/mod_php-4.3.4-r4

2004-02-11 Thread Ryan
Hi but this is the first time im trying to install mod_php just finished installing 
the machine

thanks ryan


On Wed, 11 Feb 2004 06:19:31 -0600
Owen Ford <[EMAIL PROTECTED]> wrote:

> On Wed, 2004-02-11 at 06:16, Ryan wrote:
> > Hi all
> > 
> > im trying to emerge dev-php/mod_php-4.3.4-r4
> > 
> > but i keep getting the same error
> > 
> > 
> > checking whether the C++ compiler (g++ -O3 -mcpu=i686 -funroll-loops -pipe -L/us
> > r/lib -ldb-4.1  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/inter
> > base/lib -L/opt/interbase/lib -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib) works...
> >  no
> > configure: error: installation or configuration problem: C++ compiler cannot cre
> > ate executables.
> > 
> > !!! ERROR: dev-php/mod_php-4.3.4-r4 failed.
> > !!! Function econf, Line 339, Exitcode 1
> > !!! econf failed
> > 
> > 
> > 
> > 
> > anyideas thanks
> > 
> > ryan
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> 
> I had to manually remove the old one before it would compile the new
> ebuild.  YMMV.
> -- 
> Owen Ford <[EMAIL PROTECTED]>
> 
> ()  ascii ribbon campaign - against html e-mail 
> /\- against proprietary attachments
> 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] dev-php/mod_php-4.3.4-r4

2004-02-11 Thread Ryan
Hi all

im trying to emerge dev-php/mod_php-4.3.4-r4

but i keep getting the same error


checking whether the C++ compiler (g++ -O3 -mcpu=i686 -funroll-loops -pipe -L/us
r/lib -ldb-4.1  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/inter
base/lib -L/opt/interbase/lib -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib) works...
 no
configure: error: installation or configuration problem: C++ compiler cannot cre
ate executables.

!!! ERROR: dev-php/mod_php-4.3.4-r4 failed.
!!! Function econf, Line 339, Exitcode 1
!!! econf failed




anyideas thanks

ryan

--
[EMAIL PROTECTED] mailing list



[gentoo-user] domain name

2003-12-30 Thread Ryan
Hi all

i rebooted my machine today and now when i send my self mail from the command line 
,its from a complete different domain name 

im using qmial to send mail

ive checked my defaultdomain and my hostname and they are both correct 


any ideas thanks

ryan

--
[EMAIL PROTECTED] mailing list



[gentoo-user] lpt

2003-11-10 Thread Ryan
howdie all

i built my machine a while ago , and didnt think i needed my paralel ports working but 
now i want to use them .

I have lpt support into my kernel 
but i still dont have a /dev/lp*

if i do a dmesg | grep parport

i get 

parport0: PC-style at 0x378 [PCSPP,TRISTATE]
parport1: PC-style at 0x378 [PCSPP,TRISTATE]

anything i forgot or any ideas 

thanks ryan

--
[EMAIL PROTECTED] mailing list



[gentoo-user] compile

2003-10-30 Thread Ryan
howdie all

i am busy installing my amd 
i have done the chroot and now im trying to get the bootstrap to compile but i keeps 
giving me a segmentation fault 

/usr/sbin/ebuild.sh: line 1325: 18355 Segmentation fault   ./configure --prefix=/usr 
--host=${CHOST} --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share 
--sysconfdir=/etc --localstateddir=/var/lib ${EXTRA_ECONF} "$@"

!!! ERROR: sys-apps/textinfo-4.5 failed.
!!! Function econf, Line 338 Exitcode 139
!!! econf failed

any ideas

thanks ryan

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] env-update

2003-10-30 Thread Ryan
cool thanks there was a / at the begining of the file


On Thu, 30 Oct 2003 09:01:42 -0600
"Van Eps, Nathan D. (James Tower)" <[EMAIL PROTECTED]> wrote:

> Check that the (non-comment) line before "CHOST" has a ending double quote
> on it.
> 
> >-Original Message-
> >From: Ryan [mailto:[EMAIL PROTECTED]
> >Sent: Thursday, October 30, 2003 8:10 AM
> >To: gentoouser
> >Subject: [gentoo-user] env-update
> >
> >
> >howdie all
> >
> >i am busy doing a stage 1 install i have just chrooted and 
> >edited my make.conf file but now when i type env-update 
> >
> >i get this error 
> >
> >!!! Invalid token (not "=") CHOST
> >!!! Parse error in /etc/make.conf.
> >!!! Incorrect multiline literals can cause this. Do not use them.
> >
> >my /etc/make.conf
> >
> >CHOST="i686-pc-linux-gnu"
> >CFLAGS="-O3 -march=athlon-xp -pipe"
> >CXXFLAGS="${CFLAGS}"
> >
> >when i hash CHOST out then i moans about CFLAGS
> >
> >any ideas thanks
> >
> >ryan
> >
> >--
> >[EMAIL PROTECTED] mailing list
> >
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] env-update

2003-10-30 Thread Ryan
howdie all

i am busy doing a stage 1 install i have just chrooted and edited my make.conf file 
but now when i type env-update 

i get this error 

!!! Invalid token (not "=") CHOST
!!! Parse error in /etc/make.conf.
!!! Incorrect multiline literals can cause this. Do not use them.

my /etc/make.conf

CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -pipe"
CXXFLAGS="${CFLAGS}"

when i hash CHOST out then i moans about CFLAGS

any ideas thanks

ryan

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Dell 400SC & lm-sensors

2003-10-25 Thread Ryan Dlugosz
Hall Stevenson said:
> You may not have to open it up actually. Reboot it, if possible, and copy
> down the long string of numbers and letters in the lower-left corner. That
> can usually be cross-referenced to a motherboard model.

Hm... well, lspci -v doesn't seem to reveal anything terribly useful, and
the box is currently at my client's site running headless.  Maybe one day
if I'm out there with a monitor I'll check out what the BIOS screen says.

Thanks for your help... If anyone comes up with a way to make it work,
shoot me an email!

-Ryan


-- 
Ryan Dlugosz
[EMAIL PROTECTED]

http://dlugosz.net

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Dell 400SC & lm-sensors

2003-10-24 Thread Ryan Dlugosz
Hall Stevenson said:
> What motherboard does it have ?? It's likely an Intel, I believe. The
> Motherboard Monitor page only has (4) Dells listed, but lots more Intel.

Thanks for the reply, Hall.  I'm not sure specifically what board it is,
but I'm fairly certain that it uses the Intel 875P (Canterwood) chipset. 
Not sure if that would help at all though.

Next time I'm near the box I'll see if I can crack it open for a minute to
check it out.

-Ryan

-- 
Ryan Dlugosz
[EMAIL PROTECTED]

http://dlugosz.net

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Dell 400SC & lm-sensors

2003-10-24 Thread Ryan Dlugosz

Anyone have any luck making lm-sensors work with a Dell 400SC server? 
I've seen some people in other forums say that it works with Motherboard
Monitor, which I'd try, but the system is already in production use.

I thought I'd ask here, since there's recently been lots of hot deals on
this server lately I imagine that I'm not the only one who's got one! :)

I've got all of the kernel stuff working correctly... I just can't find
any usable sensors with the sensors-detect command.  Anyone made this
work, or is there in fact no workable driver in the lm set?

Thanks,
Ryan

-- 
Ryan Dlugosz
[EMAIL PROTECTED]

http://dlugosz.net

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] permissions

2003-10-20 Thread Ryan
yup 

i have no idea why tried everything cant get it deleted


On Mon, 20 Oct 2003 08:03:05 -0400
Barry Marler <[EMAIL PROTECTED]> wrote:

> rm -rf "dir_name" as root doesn't work?
> 
> On 12:47 Mon 20 Oct , Ryan wrote:
> > morning all
> > 
> > i finished installing my box on friday and started to emerge windowmaker before i 
> > went home .
> > 
> > now this morning i have a dir with these permissions 
> > 
> > drwxrwxrwx  2 root  root  
> > 
> > but when i try delete the dir i get permission denied ,any ideas as to how i can 
> > delete this dir, as windowmaker wont emerge till its gone.
> > 
> > thanks ryan
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> 
> -- 
> Barry Marler
> Plant Genome Mapping Laboratory
> University of Georgia
> Room 229, Center for Applied Genetic Technologies
> 111 Riverbend Rd.
> Athens, GA 30602
> 706.583.0164 [office]
> 706.583.0160 [fax]
> http://www.plantgenome.uga.edu
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] permissions

2003-10-20 Thread Ryan
morning all

i finished installing my box on friday and started to emerge windowmaker before i went 
home .

now this morning i have a dir with these permissions 

drwxrwxrwx  2 root  root  

but when i try delete the dir i get permission denied ,any ideas as to how i can 
delete this dir, as windowmaker wont emerge till its gone.

thanks ryan

--
[EMAIL PROTECTED] mailing list



[gentoo-user] xrandr - rotation support on ATI Radeon

2003-10-01 Thread Ryan
I've got an ati radeon 7500 and just got a nice new lcd monitor that
pivots for a larger vertical resolution. I assume this is where XRANDR
comes in to help me with rotating the screen, but it seems that I can't
use it to rotate right now:

$ xrandr -d :0 -q
 SZ:Pixels  Physical   Refresh
*0   1280 x 1024   ( 382mm x 313mm )  *60
 1   1024 x 768( 382mm x 313mm )   60
 2800 x 600( 382mm x 313mm )   60
 3640 x 480( 382mm x 313mm )   60
 4   1152 x 864( 382mm x 313mm )   60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
$ xrandr -d :0 --orientation left
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  154 (RANDR)
  Minor opcode of failed request:  2 (RRSetScreenConfig)
  Serial number of failed request:  12
  Current serial number in output stream:  12
$

I can see from the query that no rotations are supported (except the
"normal" one). Is this a limitation of the radeon driver? Is there a way
to fix this?

I'd be curious to hear of success stories from other people with pivot
monitors (or anyone with xrandr rotating success).

Ryan



--
[EMAIL PROTECTED] mailing list



[gentoo-user] /sbin/runscript - what does it do?

2003-09-29 Thread Ryan
I was looking over how the Gentoo init system works and was wondering what
the purpose of /sbin/runscript is? It's an executable referenced from the
runscripts, but it seems that most of the legwork is in
/sbin/runscript.sh. What, then, is the purpose of this executable? Does it
just pass control off to /sbin/runscript.sh? Where can one find the source
for this program?

Ryan
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage downloaded file but can't find it?

2003-09-13 Thread Ryan
> I'm doing a fresh install of Gentoo from stage1 (v1.4). Everything's
> worked flawlessly up until I've tried to download the kernel. I try to
> emerge it (gentoo-sources-2.4.20-r7) and it starts to download the
> patches, succeeds, and then tries to download them again (it says
> "Resuming Download"). It gets stuck in an endless loop trying to resume
> the download of a file that wget reports is already complete. Does anyone
> have any idea what I screwed up? Or is this some kind of bug?
>

Never mind. This morning it proceeded to download the entire thing. Last
night (for some reason) it looks like it only downloaded the first
megabyte or so and then stopped every time it tried to contact one of the
mirrors. I guess portage knew there was more and kept trying to download
the rest unsucessfully.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Portage downloaded file but can't find it?

2003-09-13 Thread Ryan
I'm doing a fresh install of Gentoo from stage1 (v1.4). Everything's
worked flawlessly up until I've tried to download the kernel. I try to
emerge it (gentoo-sources-2.4.20-r7) and it starts to download the
patches, succeeds, and then tries to download them again (it says
"Resuming Download"). It gets stuck in an endless loop trying to resume
the download of a file that wget reports is already complete. Does anyone
have any idea what I screwed up? Or is this some kind of bug?

Ryan

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.6.0 killed my touchpad...

2003-08-09 Thread Ryan Phillips
jerry: check on bugzilla.kernel.org for my bug that I submitted.
Try the synaptics driver and possibly the other fix by adding no
extensions to the mouse options.  You can find more info in the bug
that I wrote on the bugzilla kernel site.

I have gotten my touchpad to work on my Dell 8100.

Regards,
Ryan

* Jerry McBride <[EMAIL PROTECTED]> [2003-08-06 11:30]:
> 
> I tought I'd chime in here to touch base with anyone having problems with the 
> new 2.6.0 test kernel and touchpads in laptops.
> 
> I admin an odd lot of about 80 laptops at work and I've been looking into 
> testing the 2.6.0 kernel on some of the various brands we run. Oddly enough, 
> I've had excellent results in most cases and absolute failure in one common 
> hardware area... the touchpad.
> 
> I've spent a couple of hours today, compiling the 2.6.0-t2 kernel on a few of 
> the failed test machines and trying some of the fixes I've seen posted on the 
> internet. I've even compiled XF86 4.30 in one extreme case. I've come to the 
> conclusion that on these particular laptops, the kernel is hopelessly broken 
> in reguards to internal touchpads. It boils down to this... If the touchpad 
> works, you're good... it it's not detected early on then it will never work. 
> period. No amount of patching, compiling or appending will bring 
> functionality to the dead pad.
> 
> Of the laptops I've tested... Touchpads that work; All toshibas, sony and 
> dell. Touchpads that fail; Most Compaq's, all Compaq 12xx series and my old 
> leo.
> 
> I can't wait till T3 comes out...  I dearly, dearly LOVE the ease of setting 
> up cryptoloop with the new kernel
> 


pgp0.pgp
Description: PGP signature


[gentoo-user] Net-SSLeay not recognizing OpenSSL 0.9.6j

2003-07-26 Thread Ryan Grange
>>> Regenerating /etc/ld.so.cache...
>>> dev-libs/openssl-0.9.6j merged.
dev-libs/openssl
   selected: none
  protected: 0.9.6j
omitted: none
>>> clean: No packages selected for removal.

>>> emerge (2 of 3) dev-perl/Net-SSLeay-1.22 to /
>>> md5 src_uri ;-) Net_SSLeay.pm-1.22.tar.gz
>>> Unpacking source...
>>> Unpacking Net_SSLeay.pm-1.22.tar.gz to 
/var/tmp/portage/Net-SSLeay-1.22/work
>>> Source unpacked.
Checking for OpenSSL-0.9.6g or newer...
I could not find your OpenSSL in `INSTALLDIRS=vendor'
Please provide OpenSSL-0.9.6g installation directory (get from
http://www.openssl.org/ if you don't have it; please note that
SSLeay is no longer supported, see README) (C-c to abort):
Caught signal 2

/usr/portage/dev-perl/Net-SSLeay/Net-SSLeay-1.22.ebuild: src_compile 
aborted; exiting.

Killed



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] can not start apache - undefined symbol: Perl_Ipatchlevel_ptr

2003-07-21 Thread Ryan Phillips
Most likely reason is that perl was upgraded... try remerging apache.

-ryan

* R'twick Niceorgaw <[EMAIL PROTECTED]> [2003-07-21 03:15]:
> I recently did a emerge -U world and after that I can not start apache 
> (1.3.27) .. it gives 
> me this error 
> 
> 
> Syntax error on line 60 of /etc/apache/conf/apache.conf:
> Cannot load /etc/apache/extramodules/libperl.so into server: 
> /etc/apache/extramodules/libperl.so: undefined symbol: 
> Perl_Ipatchlevel_ptr 
> 
> 
> How can I fix this ?
> 
> R'twick
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

-- 
"Well, that was a piece of cake, eh K-9?"

"Piece of cake, Master?  Radial slice of baked confection ... coefficient of
relevance to Key of Time: zero."
-- Dr. Who


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] OT: ntp

2003-07-03 Thread Tim Ryan
On Thu, 2003-07-03 at 17:23, Stroller wrote:
> On 3/7/03 6:28 pm, "Christopher Egner" <[EMAIL PROTECTED]> wrote:
> 
> > Alright then, any ideas what to use. I mean, I agree syncing to multiple
> > servers seems a bit drastic (nice to know I won't be late for work, but
> > still...). ...
> > 
> > If anyone has any other ideas. let me know
> 
> rdate was mentioned on a posting a couple of months ago.
> 
> HTH,
> 
> Stroller.

I don't understand the objection to ntpd. I run it at home and at work.
It works great and uses very few resources. The idea for using at least
three servers is reliability. Ntpd keeps track of the servers and uses
what it considers the best server to sync to, if that one goes down it
will switch to one of the others. Use it and you will never have to
worry about drifting time.

-- 
Tim Ryan <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list



[gentoo-user] chechpassword error

2003-06-25 Thread Ryan Oberto
Hi all

I emerged qmail today and I got this error any ideas

Thanks ryan

rm -f tryspnam.o tryspnam
( ( ./compile tryslib.c && \
./load tryslib -ls ) >/dev/null 2>&1 \
&& echo -ls || exit 0 ) > s.lib
rm -f tryslib.o tryslib
( ( ./compile tryuserpw.c \
  && ./load tryuserpw `cat s.lib` ) >/dev/null 2>&1 \
&& echo \#define HASGETUSERPW 1 || exit 0 ) > hasuserpw.h
rm -f tryuserpw.o tryuserpw
./compile checkpassword.c
./compile: line 3: exec: -O: invalid option
exec: usage: exec [-cl] [-a name] file [redirection ...]
make: *** [checkpassword.o] Error 2

!!! ERROR: net-mail/checkpassword-0.90-r1 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! Error in make



-- End of Forwarded Message


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] C compiler cannot create executables

2003-06-12 Thread Ryan
I got this error message when my CFLAGS were messed up. It looks like
you've got a problem in yours. I think you meant "-march" instead of
"-match"

your:
CFLAGS="-match=pentium-mmx -O3 -pipe -fomit-frame-pointer"

should be:
CFLAGS="-march=pentium-mmx -O3 -pipe -fomit-frame-pointer"

Hope that helps.

Ryan
[EMAIL PROTECTED]

>  so im trying to do a stage 3 install on an old pentium 233mmx box and i
> get
> this errior whenever i try to emerge some thing. ive cheaked if my
> make.conf
> has any line break's in it but, no.
>
> any one know what im goign wrong?
>
>
> my make.conf is appended to the end of this message.
>
>
> thanx all (did any of this message amke sence?)
>
> 
>
> emerge gzip_x86
> Calculating dependencies ...done!
>>>> emerge (1 of 1) sys-apps/gzip_x86-0.90 to /
>>>> Downloading http://gentoo.oregonstate.edu//distfiles/gzip_x86-0.90.tgz
> --11:48:33--  http://gentoo.oregonstate.edu//distfiles/gzip_x86-0.90.tgz
>=> `/usr/portage/distfiles/gzip_x86-0.90.tgz'
> Resolving gentoo.oregonstate.edu... done.
> Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 333,860 [application/x-tar]
>
> 100%[===
> ===>] 333,8604.25K/sETA 00:00
>
> 11:49:52 (4.25 KB/s) - `/usr/portage/distfiles/gzip_x86-0.90.tgz' saved
> [333860/333860]
>
>>>> md5 ;-) gzip_x86-0.90.tgz
>>>> Unpacking source...
>>>> Unpacking gzip_x86-0.90.tgz to /var/tmp/portage/gzip_x86-0.90/work
>>>> Source unpacked.
> configure: WARNING: If you wanted to set the --build type, don't use
> --host.
> If a cross compiler is detected then cross compile mode will be used.
> checking for a BSD-compatible install... /bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets ${MAKE}... yes
> checking for i586-pc-linux-gnu-strip... no
> checking for strip... strip
> checking for i586-pc-linux-gnu-gcc... gcc
> checking for C compiler default output... configure: error: C compiler
> cannot create executables
>
> !!! ERROR: sys-apps/gzip_x86-0.90 failed.
> !!! Function src_compile, Line 20, Exitcode 77
> !!! ./configure failed
>
>
> =
>
>
>
>
> # Copyright 2000-2002 Daniel Robbins, Gentoo Technologies, Inc.
> # Contains local system settings for Portage system
> # Please review 'man make.conf' for more information.
>
> # Build-time functionality
> # 
> #
> # The USE variable is used to enable optional build-time functionality.
> For
> # example, quite a few packages have optional X, gtk or GNOME
> functionality
> # that can only be enabled or disabled at compile-time. Gentoo Linux has a
> # very extensive set of USE variables described in our USE variable HOWTO
> at
> # http://www.gentoo.org/doc/use-howto.html
> #
> # The available list of use flags with descriptions is in your portage
> tree.
> # Use 'less' to view them:  --> less /usr/portage/profiles/use.desc <--
> #
> # Example:
> #USE="X gtk gnome -alsa"
>
> # Host Setting
> # 
> #
> # If you are using a Pentium Pro or greater processor, leave this line
> as-is;
> # otherwise, change to i586, i486 or i386 as appropriate. All modern
> systems
> # (even Athlons) should use "i686-pc-linux-gnu"
> #
> CHOST="i586-pc-linux-gnu"
>
> # Host and optimization settings
> # ==
> #
> # For optimal performance, enable a CFLAGS setting appropriate for your
> CPU
> #
> # -mcpu= means optimize code for the particular type of CPU
> without
> # breaking compatibility with other CPUs.
> #
> # -march= means to take full advantage of the ABI and
> instructions
> # for the particular CPU; this will break compatibility with older CPUs
> (for
> # example, -march=athlon-xp code will not run on a regular Athlon, and
> # -march=i686 code will not run on a Pentium Classic.
> #
> # CPU types supported in gcc-3.2 and higher: athlon-xp, athlon-mp,
> athlon-4,
> # athlon-tbird, athlon, k6, k6-2, k6-3, i386, i486, i586 (Pentium), i686
> # (PentiumPro), pentium, pentium-mmx, pentiumpro, pentium2 (Celeron),
> pentium3,
> # and pentium4. Note that Gentoo Linux 1.4 and higher include at least
> gcc-3.2.
> #
> # CPU types supported in gcc-2.95*: k6, i386, i486, i586 (Pentium), i686
> # (Pentium Pro), pentium

[gentoo-user] QMail Anti-Virus Integration - was: [gentoo-user] Virus mails ?

2003-06-09 Thread Ryan
>> I got one as well. It has a file attached: "1.exe.scr" and looked just
>> like an e-mail from the list except that it was missing some of the
>> headers that a real e-mail from the list has. The e-mail was entitled
>> "Two
>> version of evolution installed" (I see that someone else on the list has
>> responded to it).
>
> That would be why I didn't see it.  Our mail server rejects anything with
> a .scr attachment (among many others).  It's a rare virus that actually
> gets as far as our anti-virus scanner, mostly just Word macro viruses.


I've been fortunate to avoid receiving most e-mail viruses in the past but
I'd like to take steps to prevent them. I'm running qmail. Which antivirus
programs integrate well with it? What opensource options are there? (I
just saw ClamAV for the first time this past week). If you're using qmail,
what does your setup look like?

Ryan
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Virus mails ?

2003-06-09 Thread Ryan
I got one as well. It has a file attached: "1.exe.scr" and looked just
like an e-mail from the list except that it was missing some of the
headers that a real e-mail from the list has. The e-mail was entitled "Two
version of evolution installed" (I see that someone else on the list has
responded to it).

Ryan
[EMAIL PROTECTED]

> Hi,
>
> i'm getting some strange mails (3) with subject [gentoo-user] and the
some
> text
> they contains always a pc exe or src file, i'm thinking that one of the
list members has the Bugbear virus
> Has anyone else, the same kind of mails
>
>
> Patrick
>
> --
>  "The needs of the many outweigh the needs of the few."
>   Captain Spock in Star Trek II: The Wrath of Khan
>
>  PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
>  Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
Registered Linux User #44550
>  http://counter.li.org
>




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Bayesian spam filtering

2003-06-05 Thread Ryan
I've been using bogofilter (http://bogofilter.sourceforge.net/) with
procmail with great success. A few false negatives now and then but I
haven't seen a false positive yet. The only thing I don't like about the
setup is that I have to go to a commandline to mark the spam that slipped
through bogofilter as spam. I wish that I could just throw something in a
cron job that every couple hours it would re-compute its wordlists based
on the contents of my spam folders and my other folders. Does anyone have
a script that does this? I hear that spamprobe
(http://spamprobe.sourceforge.net/) (not used it yet) has this capability
built-in. Maybe I'll try switching to see how it works.

Ryan
[EMAIL PROTECTED]

> I am currently running qmail + fetchmail + procmail + spamassassin.
> Everything
> works pretty well, but I'm a little dissapointed in spamassassin's
> accuracy.
> I'd ideally like something similar to spambayes, which is trainable.
> Unfortunately spambayes does not appear to work with maildir. I'd really
> like
> to keep qmail, does anyone know of a bayesian filter that works with
> qmail/maildir?
>
> Thanks,
> Larry
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] iptables

2003-06-05 Thread Ryan
If your machine is a router, you should also do:

iptables -I FORWARD -s [ip] -j DROP

so that it catches packets that are being routed and not destined for
firewall machine itself.

> Hi.
>
> Quick question. I would like to block an ip temporarily. I would like to
> accomplish this without modifying my firewall just on the fly. I am
> banking that all I would need to do is type
>
> iptables -I INPUT -s [ip] -j DROP
>
> Am I on the right track or is this not correct. Any help would be
> appreciated Thanks.
>
> --
> Aaron
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Laptop + Gentoo

2003-06-05 Thread Ryan

> Any comments? Or does anyone have good experiences with other distros on
> laptops?
>

I run it on a Toshiba laptop. Everything works real well except for some
of the power (ACPI) related functionality. I'm not sure if it's the ACPI
patches or my laptop's ACPI compliance, but some of the events and sleep
modes don't work at all or work as I expect them too (but then again, I
don't know that  much about ACPI).

Compiling KDE did generate A LOT of heat, but I found that if I slowed the
processor down (one of the few ACPI things that works as I expected it to)
 that the heat was a lot less (but I guess that's also at the expense of
time).

Good luck!

Ryan
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Backups

2003-06-01 Thread Ryan
I've got a small network (4 computers) here at my home (3 run linux, 1
runs win98) that I want to start doing backups on to a second hard disk in
one of the computers (I hope to burn these backups onto a cd-r disk every
week or so). What tools will do this? What would you recommend? How do you
do your backups?

I've heard about AMANDA, and while I haven't looked into it that much yet,
it sounds like overkill for my needs. I'd sure appreciate seeing your
custom backup scripts or any links you might have to get me on my way.

Ryan




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't shut down openldap

2003-04-04 Thread Ryan Henry [mailing list]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The stop() in the init script /etc/init.d/slapd has the wrong pidfile in 
it.  It should be /var/lib/slapd.pid instead of 
/var/state/openldap/slapd.pid.  You should file a bug report on this.

- -Ryan

[EMAIL PROTECTED] wrote:

|Hello again list,
|
|I'm playing with openldap, and I'm having a problem with the init 
scripts.  slapd starts fine, but I invariably get the 
less-than-informative "[ !! ]" error when trying to shut down.  Has 
anyone else encountered this?
|
|Thanks,
|
|Doug Gorley | [EMAIL PROTECTED]
|
|
|
|--
|[EMAIL PROTECTED] mailing list
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+jdQ3duH5kxQ36MARAiR7AKCmqY2DUE3N/C3cbyxo0sEmPWQVggCfaXTt
VkmzavyW5fvFRrfEDYtUIiA=
=hK+R
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Apache

2003-04-02 Thread Ryan Oberto
On 4/3/03 2:09 AM, "gabriel" <[EMAIL PROTECTED]> wrote:

> On April 2, 2003 02:51 am, Ryan Oberto wrote:
>> I emerge -u world last night
>> And this morning my apache wont start I get this error
>> [wed Apr 2 09:45:21 2003] [alert] mod_unique_id:unable to gethostbyname
>> ("cygnus")
> 
> you need to be more explicit here.  what packages did you update?  is "cygnus"
> the name in your /etc/hostname? more info please.


I emerge my whole system witch updated apache
My machines hostname is cygnus.bondsa.co.za yes it is the same as my
/etc/hostname

When I try start it my logs just keep giving me that error from above

If you need more info please let me know thanks


ryan


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Ok, April 1st is over.. ;)

2003-04-02 Thread Ryan Eberhart
The version you go to when you click on the link on the main page says:

" Note: This is an April Fool's joke."


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Apache

2003-04-01 Thread Ryan Oberto
Morning all

I emerge -u world last night

And this morning my apache wont start I get this error

[wed Apr 2 09:45:21 2003] [alert] mod_unique_id:unable to gethostbyname
("cygnus")

Any ideas 

Thanks ryan


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Apache

2003-04-01 Thread Ryan Oberto
Howdie

I setup apache the other day working fine with the default install I just
put my site in the /home/httpd/htdocs and it worked fine today I started
playing with Vhost.conf and for some reason I get Forbidden you don¹t have
permissions to access here my logs

[Tue Apr 1 17:00:06 2003] [error] [client ip] client denied by server
configuration:/local/web/cygnus/old

I have change the owner and the mod on /local/web to accommodate apache user

My Vhost.conf file


NAMEVIRTUALHOST 196.26.55.212



ServerName cygnus.bonsa.co.za
ServerPath /cygnus
DocumentRoot /local/web/cygnus/old


Anyideas I know that Vhosts run a su mode but I still cant find out where or
why I have accessed denied


Thanks ryan



--
[EMAIL PROTECTED] mailing list



[gentoo-user] apache

2003-04-01 Thread ryan


Here are the logs i get when starting and stopping and when someone tries to access 
the site 



[Tue Apr  1 16:56:45 2003] [notice] caught SIGTERM, shutting down
[Tue Apr  1 16:56:51 2003] [notice] Apache/1.3.27 (Unix)  (Gentoo/Linux) configured -- 
resuming normal operations
[Tue Apr  1 16:56:51 2003] [notice] suEXEC mechanism enabled (wrapper: 
/usr/sbin/suexec)
[Tue Apr  1 16:56:51 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Tue Apr  1 16:57:47 2003] [error] [client 196.26.55.211] client denied by server 
configuration: /local/web/cygnus/old

--
[EMAIL PROTECTED] mailing list



[gentoo-user] apache

2003-04-01 Thread ryan
hi Tarsoly

Here are my outputs 

cygnus / # ls -l /local
total 1
drwxr-xr-x3 root root   72 Apr  1 10:43 linux
drwxr-xr-x3 apache   apache 72 Apr  1 12:31 web
cygnus / #


cygnus / # ls -l /local/web/
total 1
drwxr-xr-x4 apache   apache 96 Apr  1 12:32 cygnus

cygnus / # ps aux | grep apache
root  6386  0.0  0.1  1332  424 pts/2S15:19   0:00 tail -f 
/var/log/apache/error_log
root  6557  0.0  0.7  4940 1952 ?S16:46   0:00 /usr/sbin/apache
apache6559  0.0  0.8  4988 2040 ?S16:46   0:00 /usr/sbin/apache
apache6560  0.0  0.7  4952 1948 ?S16:46   0:00 /usr/sbin/apache
apache6561  0.0  0.7  4952 1948 ?S16:46   0:00 /usr/sbin/apache
apache6562  0.0  0.7  4952 1948 ?S16:46   0:00 /usr/sbin/apache
cygnus / #


thanks ryan

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Apache

2003-04-01 Thread Ryan Oberto


Howdie all

I have just set up an apache server set Vhost.conf and apache.conf and I
pointed it to /local/web I chwon apache

And now if I try go browse the size I get forbidden you don¹t have
permission to access / on this server

Any ideas would really help

Thanks 

ryan

-- End of Forwarded Message


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.5.x kernels

2003-03-27 Thread Ryan
After seeing this thread, I installed 2.5.65 and the latest
module-init-tools to see how it would work. It compiled without a hitch.
However, I get a kernel panic when I try to boot into it. I'm not quite
sure what I'm doing wrong... What's the best way to track down the source
of a kernel panic? The very last line says something about "process tried
to kill init".

I suspect something is also wrong with grub (i have the latest stable
version from portage) passing parameters to the kernel as it doesn't start
up in framebuffer mode like my 2.4 kernel does (I'm passing the new kernel
the same parameters). I wonder if it's not finding my root drive too? The
messages go by too fast for me to follow them...

Any suggestions?

Ryan
[EMAIL PROTECTED]


> I built a 2.5 kernel three weeks ago and have been using it on my work
> desktop system without any major problems.
> Nvidia drivers work fine.
> DevFS can be a little bit tricky to get working.
> ALSA built into the 2.5 kernel works fine...
>
>
> Mark




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switching between eth0 and eth1

2003-03-27 Thread Ryan Ismert
For a while I played with creating a custom, "wired" runlevel, that was 
entered from a desktop icon that I created.  So I could easily start all of 
my services that required a network connection (samba, apache), without 
having them started automatically in the default runlevel.  

Ryan Ismert

On Thursday 27 March 2003 10:37 am, Lee Fickenscher wrote:
> Patrick,
> I have nearly this same issue and though I don't run services on my
> laptaop, this is what I do:
>
> 1) I let hotplug worry about the PCMCIA card.
> 2) I leave net out of the default runlevel
> 3) If I'm using eth0, I just /etc/init.d/net.eth0 start
>
> The problem is really those services that depend on net...
> Could it be possible to not run those services? That would be my first
> suggestion.
> I'm currently investigation hotplug for wired eth, though I'm not sure
> it is possible, I'm told that Mandrake may have somthing like this.
>
> I'm sure this quick little note didn't help directly, but hopefully it
> will catalyze further discussion on an issue that I'm quite sure affects
> more than you and me.
>
> Good Luck,
> Lee
>
> On Thu, Mar 27, 2003 at 04:08:37PM +0100, Patrick Marquetecken wrote:
> > Hi,
> >
> > What is the best way to switch between eth0 'internal networkcard for use
> > at work' and eth1 'pcmcia wireless orinoco at home', i'm only using one
> > network connection eacht time.
> >
> > If i just leave eth0 unplugged it take a long time for starting up, and
> > if i don't plugin the pcmcia card there is also an error. Removing eth0
> > and eth1 from the default runlevel will causes samba, apache and other
> > network related services to start at boot time.
> >
> > Any advice would be fine.
> >
> > Patrick
> >
> > --
> >  Knowledge in a databank,is like food which is in a deepfreeze.
> >  Nothing comes out better than what is initially put in.
> >
> >  PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
> >  Registered Linux User #44550
> >  http://counter.li.org
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Alsa

2003-03-27 Thread Ryan Oberto
Howdie all


This is the error I get

Form mplayer

ALSA lib pcm_hw.c:481:(snd_pcm_hw_drain) SNDRV_PCM_IOCTL_DRAIN failed:
Input/output error
Alsa-uninit: pcm drain error: Input/output error


Any ideas thanks

ryan


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Alsa

2003-03-27 Thread Ryan Oberto
Howdie all

I have recently got my sound card up with alsa no ive emerged alsa-xmms and
It plays fine but when its playing and I try stop it or jump straight to
another song it seems to get stuck and just sits there the same happens with
mplayer except mplayer does close after a few seconds any ideas thanks ryan


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] PDF Server

2003-03-26 Thread Ryan Henry
is anyone else having several pdf's named 'Remote Downlevel Docment' 
that are generated (if you are using the %J as the filename) or several 
pdf documents that are just a few kilobytes in size that are not valid pdfs?

I have seen some discussion on this problem on google, however no fixes.

Thanks,
-Ryan
--
[EMAIL PROTECTED] mailing list


[gentoo-user] vt8233 ac97

2003-03-26 Thread Ryan Oberto
Howdie all 

I have a vt8233 ac97 audio controller in my machine

I have tried to download drivers for it but none support the current kernel
And the ones in the kernel don¹t work for my card

Any ideas 

Thanks a lot 

ryan


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Using VLANs

2003-03-25 Thread Ryan
I haven't looked for it in portage, but I think you can get it here.

http://www.candelatech.com/~greear/vlan.html

Ryan
[EMAIL PROTECTED]

> I'm about to start using the 802.1q VLAN feature in the kernel, but as
> far as I can tell I don't set up VLANs using ifconfig (like I do in
> FreeBSD), but rather using some command named "vconfig".
>
> Where can I find that vconfig? It's not in the portage tree or
> elswehere. Am I missing something?
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] dvd+r or dvd-r

2003-03-23 Thread Ryan Eberhart
From: "gabor" <[EMAIL PROTECTED]>
Subject: [gentoo-user] dvd+r or dvd-r


> hi,
>
>
> i'm kind of thinking about buying a dvd burner...
>
> what is better? dvd+r or dvd-r? i know it's a stupid question but i want
> to hear opinions.
> which has a more bright future? both? which is a better technology?
> can be dvd+r's burned with higher speed than 2.4x ?
> please share your thought/experiences with me.
>
> for example i've read that you can use a dvd+rw as a normal disk, that
> means you can format it for ext2/3 and normally copy/delete data to/from
> it. did anyone try that?
>
> thanks,
> gabor
>
> --
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>

I'd say if you have a little extra cash get the Sony burner that can do both
DVD+R and DVD-R... that way you'll have both. It's only an extra $100 I
think.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] OpenGL/XFree Problem

2003-03-19 Thread Ryan
Hi all,

I accidentally compiled xfree-4.2.1-r2 with the "3dnow" use flag turned
on. I think it compiled in some kind of 3dnow support for OpenGL
applications because when I run programs that use OpenGL (like tuxracer)
they crash with "Illegal Instruction". I removed the use flag (i.e. -3dnow
in make.conf) and tried re-emerging xfree (i typed "emerge xfree"), but
that didn't seem to work, same problem still happens. Any suggestions?

If it makes a difference to know this, I have a radeon card in my system
running on a celeron (i believe it's a P4 based Celeron). I suspect xfree
because when I run gdb when the program crashes, it says the crash is in
some function in "/usr/X11R6/lib/modules/dri/radeon_dri.so" and the
function has the name "3dnow" in it.

Thanks in advance.

Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NTFS resizer

2003-03-10 Thread Ryan
> Any good, free, and easy to use NTFS resizer?
>

I have used the one at:
http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html

and it worked great for me. I would recommend that you follow the steps in
the FAQ exactly (see question #8).

Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Xtart for Gentoo

2003-03-07 Thread Ryan Grange
Is there something equivalent to Mandrake's Xtart for selecting a 
desktop environment to start from the command line?

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Securing fetchmail

2003-03-04 Thread Ryan
I recently converted my home e-mail box to Gentoo (after having loved
using it on my desktop box). I run an SMTP and IMAP server on it and use
fetchmail to pull my e-mail locally and deliver it to SMTP. On my old
linux box, I had fetchmail run as an unprivileged user since (AFAIK) the
only resource it needs is to be able to read the fetchmailrc file.

Given fetchmail's security history, I was a little surprised when I
discovered that Gentoo appears to let fetchmail run (by default) as
root. I don't think this needs to be. I'd like to suggest that this
default be changed so that a compromised fetchmail will do less damage
(and I can probably update the /etc/init.d/fetchmail file and post a
patch). However, I don't know what the best way to run it is.

Would it be better to run fetchmail in some kind chroot jail? If so, how
would you set it up? (I'm not too familiar with making application run
in a chroot jail). If just running as a user is sufficient, what user?
Should there be a dedicated fetchmail user?

Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdelibs emerge errors - solved

2003-03-02 Thread Ryan
Problem solved! After doing some digging, I found that someone had a
similar problem with the kdeedu database and that the solution was to run:
/usr/portage/sys-devel/gcc/files/fix_libtool_files.sh
Well, that worked, but only after I added /usr/kde/3.1/lib to my
/etc/ld.so.conf file. I guess artsd got installed as a dependency to some
other package and didn't leave anything that said it was installing files
in /usr/kde/3.1/lib

I'm pretty sure everything is ok now. Is this a bug that I need to report?
If I don't hear from anyone, I'll file this as a bug that a package (I'm
assuming it was artsd, I'll have to go double check) needs to leave some
indication that it installed libraries in /usr/kde/3.1/lib so that
fix_libtool_files.sh can operate.

Ryan

> I'm trying to emerge kde, but there's an error while compiling
> kdelibs-3.1r2. The relevant error info is below. I recently installed
> gcc 3.2.2 but it looks like (for some reason) that it's doing something
> with 3.2.1. I'm not sure where it's getting that directory from. I found
> references to the 3.2.1 directory listed below in my /etc/ld.so.conf
> file and in /etc/env.d/05gcc so I removed them and did env-update and
> "source /etc/profile" but it still fails. Before I go file a bug report,
> any suggestions on how to fix this?
>
> Ryan
> [EMAIL PROTECTED]
>
> 
>
> Making all in kde
> make[3]: Entering directory
> `/var/tmp/portage/kdelibs-3.1-r2/work/kdelibs-3.1/arts/kde'
> /bin/sh ../../libtool --silent --mode=link --tag=CXX g++
> -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W
> -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG
> -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new
> -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
> -DQT_NO_COMPAT
>-o libartskde.la.closure libartskde_la_closure.lo -L/usr/X11R6/lib
> -L/usr/qt/3/lib -L/usr/kde/3.1/lib  -no-undefined -version-info 2:0:1
> artskde.lo kioinputstream_impl.lo kplayobject.lo kplayobjectfactory.lo
> kartsfloatwatch.lo kartsdispatcher.lo kaudiorecordstream.lo
> kartsserver.lo kdatarequest_impl.lo kaudioconverter.lo kvideowidget.lo
> kplayobjectcreator.lo ../../kio/libkio.la -lqtmcop -lsoundserver_idl
> libtool: link: warning: `-version-info' is ignored for programs
> g++: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so: No such file
> or directory
> make[3]: *** [libartskde.la.closure] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/kdelibs-3.1-r2/work/kdelibs-3.1/arts/kde'
>
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



[gentoo-user] kdelibs emerge errors

2003-03-02 Thread Ryan
I'm trying to emerge kde, but there's an error while compiling
kdelibs-3.1r2. The relevant error info is below. I recently installed gcc
3.2.2 but it looks like (for some reason) that it's doing something with
3.2.1. I'm not sure where it's getting that directory from. I found
references to the 3.2.1 directory listed below in my /etc/ld.so.conf file
and in /etc/env.d/05gcc so I removed them and did env-update and "source
/etc/profile" but it still fails. Before I go file a bug report, any
suggestions on how to fix this?

Ryan
[EMAIL PROTECTED]



Making all in kde
make[3]: Entering directory
`/var/tmp/portage/kdelibs-3.1-r2/work/kdelibs-3.1/arts/kde'
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ 
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG
-DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new
-DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT
   -o libartskde.la.closure libartskde_la_closure.lo -L/usr/X11R6/lib
-L/usr/qt/3/lib -L/usr/kde/3.1/lib  -no-undefined -version-info 2:0:1
artskde.lo kioinputstream_impl.lo kplayobject.lo kplayobjectfactory.lo
kartsfloatwatch.lo kartsdispatcher.lo kaudiorecordstream.lo kartsserver.lo
kdatarequest_impl.lo kaudioconverter.lo kvideowidget.lo
kplayobjectcreator.lo ../../kio/libkio.la -lqtmcop -lsoundserver_idl
libtool: link: warning: `-version-info' is ignored for programs
g++: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so: No such file
or directory
make[3]: *** [libartskde.la.closure] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.1-r2/work/kdelibs-3.1/arts/kde'




--
[EMAIL PROTECTED] mailing list



[gentoo-user] ibook

2003-02-27 Thread ryan oberto
hi all

sorry for OT but does anybody know if there is a maximum size hard 
drive the ibook G3 300 will accept

thanks ryan

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Funny Keyboard Repeat Rate

2003-02-26 Thread Ryan
I just did a fresh Gentoo 1.4 rc2 install on my desktop PC and I've been
having some issues with the keyboard repeat rate and delay. At a
framebuffer console, the repeat rate was going really slow, so I put the
following in my /etc/conf.d/local.start file:
/usr/bin/kbdrate -r 24.0 > /dev/null

That cleaned up the console for me. But once I got X working, I've been
having trouble with X. While typing things in a terminal (or even as I
type this e-mail), some keys seem to *stick* and they repeat themselves a
few (actually , usually a lot like 20-40) times. It seems that this might
only happen when there is a CPU load (like while I'm emerging something).
Even then, this never happened before. Any suggestions? I tried messing
with the keyboard rate with xset, but couldn't seem to find a value that
stopped this behavior. Is the console's keyboard rate messing with X's
rate?

Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Squirrelmail issue

2003-02-26 Thread Ryan
I believe that you can get that error if you don't have SSL setup
correctly. (i.e. your web server is running on port 443, but not with SSL
capabilities). Try going to:
http://localhost:443/squirrelmail/src/login.php
and see if that works.
Also, just try (if you have apache set up on port 80 as well)
http://localhost/squirrelmail/src/login.php
to make sure that apache and php are working.

Ryan

> I followed through the desktop user guide on setting up squirrelmail.
> Everything checks out up to the part where you actually login with:
>
>https://localhost/squirrelmail/src/login.php
>
> When I try doing this, I get a "The document contains no data" message.
>
> Anyone know what I'm doing wrong?
>
> ___
> Stephen




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems with USB-mouse

2003-02-23 Thread Ryan
> On Sun, 2003-02-23 at 14:20, Erik Edelmann wrote:
>

> /etc/modules.autoload:
>
> usbmouse
> mousedev
> hid
> input
>
> (I don't know if this is the right order, but this is what the Desktop
> guide seemed to say. The echo line given in listing 2.10 didn't make
> sense to me and neither did it work)
>


Actually, there's a note just above code listing 2.10 that says to not use
module "hid" and module "usbmouse" together (that they won't play well).
But code listing 2.10 puts both of them in your modules.autoload file. I
think I'll file a bug report about this one. I have no problems with my
USB mouse using just "hid" and "mousedev". I think "input" will get
automatically loaded as a dependency of "hid".

Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Linux Sound -or- converting a gcc2 object file to gcc3 ABI

2003-02-19 Thread Ryan
My desktop PC came with an aureal vortex (au8830) based sound card. I used
to be able to get it to work with the drivers on sourceforge
(http://aureal.sourceforge.net/). I was recently upgrading my Gentoo to
1.4 and now, the driver won't load because it says the kernel was made
with gcc3 and the module (which has a binary part because it was released
without source code from aureal before they went bankrupt) was compiled
with gcc2. Is there anyway to convert this gcc2 binary to the gcc3 abi so
that it will load and work? Can I force the module to load and see what
happens to my kernel? If not, anyone know where I can find a driver for my
sound card?

Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list




RE: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Ryan
> Now i have another question. I am trying to run squirrelmail but when i
> type https://localhost/squirrelmail the client gives me an error. On the
> server in the error log (ssl_error_log) i can see no errors. Should I be
> looking anywhere else?
> Balaji

Depending on how things are setup (I don't know what the default gentoo
apache install does so please forgive my ignorance), your ssl_error_log
*may* only contain errors related to SSL errors and not necessarily HTTP
errors (such as file not found). Make sure you check your regular
error_log file.

Ryan
[EMAIL PROTECTED]




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Switching from PS/2 to USB mouse

2003-02-11 Thread Ryan
> mouse), how can I check to make sure it is working?
> You know like you cat /dev/mouse and move the mouse
> around to get it to show garble on the screen?  How
> can I test the USB port and this mouse?
>
> Also, what would the device and protocol entries be in
> XF86Config for a USB mouse?
>

Check out the Gentoo Desktop Configuration Guide (url below). There's a
whole section about setting up XFree86 and in that part, there's something
about setting up your USB mouse. You can also have more than one mouse in
XFree86. I have two mouse sections in my XF86Config file on my laptop (one
for the built-in mouse and the other for my USB mouse that I plug in from
time to time).
http://www.gentoo.org/doc/en/desktop.xml#doc_chap2



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] oggvorbis ripper/encoder & streaming server

2003-02-10 Thread Ryan
> What packages in portage in the following categories are recommended?
>
> (1) Ripping from audio cd to ogg vorbis format
> (2) Server to stream from a large collection of ogg vorbis music files

Sorry, I know this is an old thread

If you just want to stream the music to yourself, I've found that apache
works well for me. I just put all my oggs in one directory and tell xmms
to fetch them from there. It streams just fine from my home to my work.
I've never used icecast, but I was always under the impression that it's
purpose was for streaming the same stream to multiple clients although it
could easily work for one client.
Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Gentoo tar different??

2003-02-09 Thread Ryan
> Is the Gentoo tar modified version - why isn't he -j recognized??
>
> Thanks.

I don't know if the Gentoo tar is modified or not, but in my pre Gentoo
days, I used "-y" with tar instead of "-j". "-j" tells tar that the files
is bzipped so try changing it to "-y" (which does the same thing at the
tar I used to use).
Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] USB Mouse

2003-02-07 Thread Ryan
>> I've got a working XFree install, and am so far impressed with Gentoo
>> in general. I am, however, stumped on one point. How do I get my USB
>> mouse working?
>
> I use /dev/input/mice. That handles hotplugging, etc.

I use /dev/input/mice as well for that same reason (I don't always have my
mouse plugged in on my laptop). I'd like to recommend (unless there is
good reason not to that I'm not aware of) that the Gentoo Linux Desktop
Configuration Guide reflect this. It seems to me to be a better setup.
Ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] problem with iptables and static NAT

2003-02-04 Thread Ryan
> Now to the problem: I CANNOT ping the internal machines (with the
> official IP address) from outside, but I CAN ping them from the GW.
> Looks like a NAT problem, BUT: a tcpdump shows something else.
>
> (eth1 is the inner NIC, 172.16.1.128 is the inner machine, so correct
> NAT I think)

Hmm... probably need more info to solve this one. My first guess would be
to check to see if your inner machine (172.16.1.128) has some kind of
firewall rule on it that blocks ping attempts from machines outside the
network. Maybe show us the rules running on the GW *and* the inner machine
by:
iptables -t filter -L
iptables -t nat -L

Also, check out the netfilter lists at www.netfilter.org if you need more
help.
ryan
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] gentoo optimizazions

2003-02-04 Thread Ryan
I'm not an optimization expert, but check out the gentoo faq before your
do this:
http://www.gentoo.org/doc/en/faq.xml#doc_chap2

Ryan

> Is it ok to use:
>
> For i686: export CFLAGS=-O9 -funroll-loops -ffast-math -malign-double
> - -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer
> -fno-exceptions
>
> for a Pentium2 300Mhz?




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Java & Mozilla - How?

2003-02-03 Thread Ryan
> I know this question has been asked a million times, but can Java
> applets run under Mozilla in Gentoo?  I have see in my plugins
> directory for mozilla that there is a valid link to a plugin for java,
> but mozilla doesn't list it under "about:plugins" and Java doesn't seem
> to work.

I just noticed that I'm having the same problem. I've got the blackdown
jdk installed on by box and while the symlink is correct, I got mozilla to
complain (when I launched it from a command line) that it couldn't find
some symbols when loading the plugin. Not sure what to do except try
another jdk (like sun's ). I appear to have the latest stable version of
the blackdown jdk...
Ryan
[EMAIL PROTECTED]




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] hostname

2003-02-02 Thread Ryan
>
> P.S.) Does anyone want to spread any light in why profile.env and
> csh.env  don't retrieve the hostname from /etc/hostname? That would
> make sense to me!

Well, they sort of do get their value form /etc/hostname. When
/etc/init.d/hostname gets run when your system boots up, it sets
/etc/env.d/01hostname and when you run "env-update" every now and then,
that puts it in your profile.env and csh.env files.
ryan
[EMAIL PROTECTED]




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] hostname

2003-02-02 Thread Ryan
Put your hostname in the file:

/etc/hostname

then it *should* get set on boot by /etc/init.d/hostname

If that doesn't work, check to make sure that hostname is in your
/etc/runlevels/boot directory. Finally, if it's not there, you should be
able to add it by doing:
rc-update add hostname boot

ryan
[EMAIL PROTECTED]

>
> hostname blah
>
> but after restart the host name is lost... how to preserve it after
> restart...
>




--
[EMAIL PROTECTED] mailing list




[gentoo-user] looking for slashapp

2003-02-02 Thread Ryan Egan

Hello,

I have gnome 2.0.3-r1 installed and was wondering how to install/configure slashapp. 

Thanks 

Ryan

--
[EMAIL PROTECTED] mailing list