[gentoo-user] Problems getting Neverwinter Nights to run

2003-06-20 Thread Jamie Dobbs
Have downloaded the Linux binaries, copied over the relevant windows
files and when try to run nwn I get this error:

./nwn
mcop warning: user defined signal handler found for SIG_PIPE, overriding
mcop warning: user defined signal handler found for SIG_PIPE, overriding
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Can anyone suggest what might be wrong?

Cheers

Jamie


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fstab and win partiton

2003-06-20 Thread Jamie Dobbs
I had this exact problem and spent a long time searching out an answer,
I eventually found to add a line like this:

/dev/hda1  /mnt  vfat   rw,user,umask=000

The important thing here is the umask=000 which makes the mounted volume
world writeable.

HTH

Jamie

On Sat, 2003-06-21 at 14:16, Gëzim Hoxha wrote:
> Hi,
> How do I make it so when gentoo boots up, hda1 (win
> partiton) is loaded and every user is able to right to
> it.
> Right now the line that I added to /etc/fstab is:
> /dev/hda1 /winvfatdefaults 
> 
> Thanks,
> 
> Zim
> 
> __
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems getting Neverwinter Nights to run

2003-06-21 Thread Jamie Dobbs
I found the problem - I wasn't running an up to date Neverwinter nights
version on my Windows system (which I used to copy the files from).
After updating to the latest version everything is A-OK.

On Sat, 2003-06-21 at 13:33, [EMAIL PROTECTED] wrote:
> On Fri, 20 Jun 2003 17:53:25 -0700
> Michael Wenk <[EMAIL PROTECTED]> wrote:
> 
> > On Friday 20 June 2003 03:43 pm, Jamie Dobbs wrote:
> > > Have downloaded the Linux binaries, copied over the relevant windows
> > > files and when try to run nwn I get this error:
> > >
> > > ./nwn
> > > mcop warning: user defined signal handler found for SIG_PIPE,
> > > overriding mcop warning: user defined signal handler found for
> > > SIG_PIPE, overriding Fatal signal: Segmentation Fault (SDL Parachute
> > > Deployed)
> > >
> > > Can anyone suggest what might be wrong?
> 
> It's a problem with the SDL libraries if I remember right. check
> the depends for frozenbubble (which uses the same libraries) if you
> don't have it emerged already. Also check the bioware site forums. I use
> a script to play the beta:
> 
> #!/bin/bash
> # sets up env for nwn mouse accel
> export SDL_MOUSE_RELATIVE=0
> cd /home/nealbirch/nwn
> ./nwn
> 
> because it sets up the SDL right. Had a few mouse problems. More info on
> SDL variables can be found at http://www.iceblink.org/sdl-env-vars
> 
> - 
> So little time, so little to do.
>   -- Oscar Levant
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Resizing partitions

2003-06-21 Thread Jamie Dobbs
I have a slight problem in that I'd really like to be able to resize my
/ partition. The problem is that it is formatted as reiserfs so
ParitionMagic won't handle it (unless there is a newer version that the
one I have).

At the moment I have got around the issue by creating /var /usr and
/home partitions and moving that data from the old directories on the
main (/) partition onto these newly mounted volumes. This has worked
well but I worry a little about what I can do if one of these partitions
fills up as I cannot resize any of them due to most of them being
reiserfs.

Does anyone have any suggestions of know of any tools to resize a
reiserfs parition?


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Setting up a DHCP Server

2003-06-24 Thread Jamie Dobbs
I've been trying to set up one of my Gentoo boxes as a DHCP server, but
I am not having a lot of success. It just doesn't want to give out
addresses. Is there an easy step-by-step guide out there geared towards
setting up a DHCP server using Gentoo?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Setting up a DHCP Server

2003-06-24 Thread Jamie Dobbs
On Tue, 2003-06-24 at 20:52, Patrick Marquetecken wrote:
> You could install Webmin its easy for configuration programs.
> 

Thanks, I have tried that but I am still no closer to getting the DHCP
server to work.

> On 24 Jun 2003 20:35:57 +1200
> Jamie Dobbs <[EMAIL PROTECTED]> wrote:
> 
> > I've been trying to set up one of my Gentoo boxes as a DHCP server, but
> > I am not having a lot of success. It just doesn't want to give out
> > addresses. Is there an easy step-by-step guide out there geared towards
> > setting up a DHCP server using Gentoo?
> > 
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> > 
> > 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Setting up a DHCP Server

2003-06-24 Thread Jamie Dobbs
On Tue, 2003-06-24 at 20:52, Patrick Marquetecken wrote:
> You could install Webmin its easy for configuration programs.

I have tried Webmin, and manged to configure the server but it just
doesn't seem to want to run. Installed DHCP via. emerge dhcp followed by
an emerge dhcpd.
I haven't seen any errors (but that could be because I don't know where
to look!) but the machine just doesn't seem to want to give out
addresses at all.
Its almost as though the machine is blocking the DHCP requests before
they get to the DHCP server daemon.



> On 24 Jun 2003 20:35:57 +1200
> Jamie Dobbs <[EMAIL PROTECTED]> wrote:
> 
> > I've been trying to set up one of my Gentoo boxes as a DHCP server, but
> > I am not having a lot of success. It just doesn't want to give out
> > addresses. Is there an easy step-by-step guide out there geared towards
> > setting up a DHCP server using Gentoo?
> > 
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> > 
> > 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Setting up a DHCP Server

2003-06-24 Thread Jamie Dobbs
Further testing has shown that the DHCP server appears to give out an
initial address but will ignore further requests for IPs. Its almost as
if it will work once after a reboot and then won't give out any further
addresses.
Below is a copy of the /etc/dhcp/dhcpd.conf from the machine in
question.

option domain-name-servers 203.96.152.4 , 203.96.152.12;
option routers 192.168.1.1;
ddns-update-style none;
ddns-updates off;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.50 192.168.1.200;
}
host Gir {
option domain-name-servers 203.96.152.4 , 203.96.152.12;
option routers 192.168.1.1;
hardware ethernet 00:05:1C:0C:1B:95;
fixed-address 192.168.1.100;
}


Perhaps this can shed light on the problem?

On Tue, 2003-06-24 at 21:09, Patrick Marquetecken wrote:
> Your clients know witch DHCP server to use?
> 
> On 24 Jun 2003 21:05:22 +1200
> Jamie Dobbs <[EMAIL PROTECTED]> wrote:
> 
> > On Tue, 2003-06-24 at 20:52, Patrick Marquetecken wrote:
> > > You could install Webmin its easy for configuration programs.
> > 
> > I have tried Webmin, and manged to configure the server but it just
> > doesn't seem to want to run. Installed DHCP via. emerge dhcp followed by
> > an emerge dhcpd.
> > I haven't seen any errors (but that could be because I don't know where
> > to look!) but the machine just doesn't seem to want to give out
> > addresses at all.
> > Its almost as though the machine is blocking the DHCP requests before
> > they get to the DHCP server daemon.
> > 
> > 
> > 
> > > On 24 Jun 2003 20:35:57 +1200
> > > Jamie Dobbs <[EMAIL PROTECTED]> wrote:
> > > 
> > > > I've been trying to set up one of my Gentoo boxes as a DHCP server, but
> > > > I am not having a lot of success. It just doesn't want to give out
> > > > addresses. Is there an easy step-by-step guide out there geared towards
> > > > setting up a DHCP server using Gentoo?
> > > > 
> > > > 
> > > > --
> > > > [EMAIL PROTECTED] mailing list
> > > > 
> > > > 
> > > > 
> > > 
> > 
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> > 
> > 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Setting up a DHCP Server

2003-06-24 Thread Jamie Dobbs
On Tue, 2003-06-24 at 21:17, Einar S. Idsø wrote:
> On 24 Jun 2003 21:05:22 +1200
> Jamie Dobbs <[EMAIL PROTECTED]> wrote:
> > doesn't seem to want to run. Installed DHCP via. emerge dhcp followed
> > by an emerge dhcpd.
> 
> Perhaps a stupid question, but you did do '/etc/init.d/dhcp start'?

Yes, I did that :-)

> Einar
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde/gnome won't start with xfree 4.3.0-r3

2003-06-25 Thread Jamie Dobbs
In your home directory ( cd ~) execute the command:

echo startkde > .xinitrc (this will make X start KDE by default)

Then startx and you should have KDE up and running ... assuming that it
is installed.

On Thu, 2003-06-26 at 06:10, Kees Bergwerf wrote:
> > Try to start kde without the kdm or xdm, maybe it just works for now.
> 
> Please tell me how.
> startx works, but "startx kde" does not start kde
> 
> 
> 
> --Kees
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems installing Gentoo on Toshiba TE2100 Laptop

2003-06-27 Thread Jamie Dobbs
The install starts off well but sits at the 'CDIMAGE' bar for over 15
minutes before I give up hope and reboot the laptop.
Is it worth me waiting longer or is there some trick to getting Gentoo
1.4rc4 to install on a laptop reliably?
I should note that the install find the laptops NIC fine and assigns an
IP from the DHCP server, it finds the USB bus  but just never makes it
past the 'cdimage root #' bar that makes it all the way across the
screen and just sits there appears to be doing things (the 'spinner' at
the end of the bar goes round and round) but nothing else ever happens.


...or am I just too impatient? I want to have Linux on this laptop but
don't want ot have to go back to Mandrake after running Gentoo on my
dekstop PC and seeing just how fast it is!


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems installing Gentoo on Toshiba TE2100Laptop

2003-06-27 Thread Jamie Dobbs
Ah, that makes sense! I should have looked a bit harder I guess.
Thanks for the help.

On Fri, 2003-06-27 at 22:37, Heschi Kreinick wrote:
> There was some bug with the spinner from something or other never going
> away. I gather you're new to unix in general--cdimage root# is the prompt;
> it's done, but whatever made that spinner won't give up. One message from a
> month back says you should try `killall hwsetup`. Anyway, even if that
> doesn't work, if you can deal with the silly thing filling up your screen
> all the time while you do the install, you're OK.
> -Heschi
> - Original Message - 
> From: "Jamie Dobbs" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 27, 2003 6:12 AM
> Subject: [gentoo-user] Problems installing Gentoo on Toshiba TE2100 Laptop
> 
> 
> > The install starts off well but sits at the 'CDIMAGE' bar for over 15
> > minutes before I give up hope and reboot the laptop.
> > Is it worth me waiting longer or is there some trick to getting Gentoo
> > 1.4rc4 to install on a laptop reliably?
> > I should note that the install find the laptops NIC fine and assigns an
> > IP from the DHCP server, it finds the USB bus  but just never makes it
> > past the 'cdimage root #' bar that makes it all the way across the
> > screen and just sits there appears to be doing things (the 'spinner' at
> > the end of the bar goes round and round) but nothing else ever happens.
> >
> >
> > ...or am I just too impatient? I want to have Linux on this laptop but
> > don't want ot have to go back to Mandrake after running Gentoo on my
> > dekstop PC and seeing just how fast it is!
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
> >
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems installing grub on Toshiba TE2100

2003-06-27 Thread Jamie Dobbs
I am trying to install grub on this laptop and upon entering the command
grub (after emerging it), I get the following errors:

Probing devices to guess BIOS drives. This may take a long time.
Unable to handle kernel paging request at virtual address 6e695f6f
 printing eip:
c0138d43
*pde = 
Oops: 0002
CPU:   0
EIP:   0010:[]   Tainted: GF
EFLAGS: 00010206
eax: e18b62e4   ebx: dddfabe0   ecx: df87066c   edx: 6e695f5f
esi: df870650   edi: df87066c   ebp: dff10200   esp: df511f28
ds: 0018   es: 0018   ss: 0018
Process grub (pid: 20867, stackpage-df511000)
Stack:  dddfabe0 de8ca430 ffe9 dff16390 c0138ec0 df870650
dddfabe0
etc

Last time this occured on this machine I installed lilo then managed to
completely screw up the hard disk, I don't want to do this again so
wonder if these errors point to any particular problem.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems installing grub on Toshiba TE2100

2003-06-27 Thread Jamie Dobbs
I ended up 'biting the bullet' and installing LILO - this time it worked
like a charm, and I am currently emerging everything else to get this
beastie up and running. 
Hopefully I'll have the laptop online within the next 12 hours or so.

On Sat, 2003-06-28 at 16:04, Jamie Dobbs wrote:
> I am trying to install grub on this laptop and upon entering the command
> grub (after emerging it), I get the following errors:
> 
> Probing devices to guess BIOS drives. This may take a long time.
> Unable to handle kernel paging request at virtual address 6e695f6f
>  printing eip:
> c0138d43
> *pde = 
> Oops: 0002
> CPU:   0
> EIP:   0010:[]   Tainted: GF
> EFLAGS: 00010206
> eax: e18b62e4   ebx: dddfabe0   ecx: df87066c   edx: 6e695f5f
> esi: df870650   edi: df87066c   ebp: dff10200   esp: df511f28
> ds: 0018   es: 0018   ss: 0018
> Process grub (pid: 20867, stackpage-df511000)
> Stack:  dddfabe0 de8ca430 ffe9 dff16390 c0138ec0 df870650
> dddfabe0
> etc
> 
> Last time this occured on this machine I installed lilo then managed to
> completely screw up the hard disk, I don't want to do this again so
> wonder if these errors point to any particular problem.
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Emerge lm-sensors

2003-07-04 Thread Jamie Dobbs
The current version of lm-sensors (2.7.0-r1) can't be emerged with the
current kernel (from gentoo-sources). I get the following error:

!! ERROR: sys-apps/lm-sensors-2.7.0-r1 failed.
!!! Function src_compile, Line 45, Exitcode 2
!!! lm_sensors requires the source of a compatible kernel\nversion
installed in /usr/src/linux and >=i2c-2.7.0 support built as a modules
this support is included in gentoo-sources as of 2.4.20-r1

I'm guessing that this won't be 'do-able' until there is some kind of
kernel update?

Can anyone give me any advice



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems with emerge gnome

2003-08-14 Thread Jamie Dobbs
I've got a fresh install of Gnome-1.4 (athlon-xp optimised) and am trying
to install gnome. It just won't work and keep giving the following error
when trying to install gnome-terminal, which is the first item it attempts
to install.

!!! ERROR: x11-terms/gnome-terminal-2.2.1 failed.
!!! Function einstall, Line 343, Exitcode 2
!!! einstall failed


I've searched through the forums and tried the suggestions I've found
there (apart from emerge -e gnome-terminal as I don't want to have to do
that unless absolutely necessary).
Can anyone offer any suggestions?

As an aside the same thing didn't happen on a machine at work that I tried
to install on using the i686 CD Set.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems with emerge gnome

2003-08-14 Thread Jamie Dobbs
Thanks, I've filed a bug report (26591) , hopefully I've included enough
information and there might be a fix one day soon.

> 
> 
> Yep, File a bug:
> http://bugs.gentoo.org/
> 
> Make sure to include -FAR- more of the compilation log than this. The
> error you reported only says that gnome-terminal failed. Not very
> descriptive.
> 
> 
> also include output of "emerge info" 
> 
> 
> //Spider
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Need software to convert .wmv to MPEG

2005-01-08 Thread Jamie Dobbs
Is anyone aware of any software for Gentoo to allow the conversion of 
.wmv files to MPEG?
Basically what I'd really like is something like the virtualdub 
(www.virtualdub.com) software available for Windows so that I can 
convert between various video formats.

Cheers
Jamie
--
gentoo-user@gentoo.org mailing list


[gentoo-user] The only things keeping me using Windows

2005-01-08 Thread Jamie Dobbs
he only software keeping me using Windows is:
DreamWeaver   -   I just love its ease of use and power.
All the stuff from www.popcap.com as I love fun, quirky little games. 
Yes I guess I could play the flash versions of the games - is there any 
way these can be 'downloaded' so I don't have to be on the 'Net to play 
them? But I'd prefer Linux equivalents (I know, not much chance there!)

So if anyone can give me any pointers to software for Gentoo that will 
let me get rid of Windows and just use Linux then I'd appreciate it.

I should note that because of issues in the past I'm not keen on 
anything not in the stable branch of Gentoo. :-) (But I'm prepared to be 
told that I have nothing to worry about should I try again)

Cheers
Jamie
--
gentoo-user@gentoo.org mailing list


[gentoo-user] How to list packages installed of a certain group?

2005-01-14 Thread Jamie Dobbs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A couple of weeks ago I installed a whole heap of game packages and
wrote down what I'd installed (as they didn't all seem to go into the X
menu).
I've since lost the piece of paper and can't remember what I installed.
Is there a simple way to find out?

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB6JiWhu1jnY4JjLQRAmoPAJ9gkJd1gyh+vM3mvX4cy2QHe7Z5bQCfYsxp
K+g7PpC/RklzdZSUZxXO4ZQ=
=FTyy
-END PGP SIGNATURE-


--
gentoo-user@gentoo.org mailing list



[gentoo-user] RDP Client for Gentoo?

2005-01-14 Thread Jamie Dobbs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is there an RDP client for Gentoo that I can use to remote access a
couple of Windows boxes?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB6KBchu1jnY4JjLQRAk81AJkBFLsPyhPURts7PM/1CZ37bCTqCwCgxLck
kJkhNvKOJUbAbr1THBlEk8U=
=5xE9
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


[gentoo-user] What can I use to connect to a Microsoft VPN?

2005-01-20 Thread Jamie Dobbs
Work have the facility to VPN in to our LAN and I can do this from 
Windows, but have not yet been able to find an application to do this 
under Gentoo... can anyone help me out?

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System Freeze

2005-02-09 Thread Jamie Dobbs
>
> HI
>
> After About 10 min after Xscreensaver is launched  my system freezes. Does
> anybody had this before?

Yes, re-remerge xscreensaver and make sure you are running the correct
opengl (if your card supports opengl).



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems doing an 'emerge kde'

2004-01-22 Thread Jamie Dobbs
When trying to do an 'emerge kde' I get the following error when the
package 'arts-1.1.5' tried to compile:


checking for snprintf... yes
checking if Qt compiles without flags... no
checking if STL implementation is SGI like... no
checking if STL implementation is HP like... no
configure: error: "no known STL type found - did you forget to install
libstdc++-devel ?"
 
!!! ERROR: kde-base/arts-1.1.5 failed.
!!! Function kde_src_compile, Line 117, Exitcode 1
!!! died running ./configure, kde_src_compile:configure

Can any suggest what I need to do to fix this? An 'emerge -s
libstdc++-devel' reveals no packages which seem to fit this reqirement.

Thanks

Jamie


--
[EMAIL PROTECTED] mailing list



[gentoo-user] qpopper (again)

2003-06-05 Thread Jamie Dobbs
Well, I've got getmail and qpopper set up on a box here acting as a mail
server (of sorts). I have no problem getting email from the 'server' box
here if I am using something like Evolution to get the mail from it, but
if I try and use any windows clients (like Outlook Express) the server
returns an error message that it requires a client to have APOP support.
I have looked everywhere that I can think of in Outlook and there is no
option for APOP, and I have also tried to find how to make my qpopper
server handle standard POP3 but haven't been able to. 
Can someone please help me?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qpopper (again)

2003-06-05 Thread Jamie Dobbs
I got that sorted out - just had to add a '-p 2' to the runline for
'popper' to tell it to accept passwords in a secure format or cleartext.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Clear Screen

2003-06-05 Thread Jamie Dobbs
How can I make it so that whenever I log out of a console and return the
the login prompt the screen clears ie. the login prompt is always at the
top of a 'clear' screen.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Samba

2003-06-06 Thread Jamie Dobbs
I have a bit of an odd Samba problem. I've got a Gentoo 1.4_rc4 box
running CUPS and Samba sharing a printer on the network. I can print to
it perfectly from my Gentoo box but Windows PCs (running W2K) cannot
print to the printer in question.
The Windows boxes can get to a shared directory on the Samba server but
not the printer. I have pasted my smb.conf file below:

[global]
log file = /var/log/samba/log.%m
printer = Deskjet
smb passwd file = /etc/samba/private/smbpasswd
encrypt passwords = yes

read raw = yes
load printers = yes
name resolve order = lmhosts host bcast
socket options = TCP_NODELAY IPTOS_LOWDELAY
create mask = 0644
null passwords = yes
public = yes
dns proxy = no
netbios name = Zim
write cache size = 262144
writeable = yes
server string = Gentoo Linux Server
printing = cups
default = Deskjet930C
local master = yes
workgroup = WORKGROUP
debug level = 1
os level = 65
directory mask = 0755

[printers]
comment = All printers
browsable = yes
path = /var/spool/samba

[Deskjet930C]
printer = Deskjet
printable = yes

[Shared]
path = /share



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Samba

2003-06-07 Thread Jamie Dobbs
On Sat, 2003-06-07 at 09:34, Jamie Dobbs wrote:
> I have a bit of an odd Samba problem. I've got a Gentoo 1.4_rc4 box
> running CUPS and Samba sharing a printer on the network. I can print to
> it perfectly from my Gentoo box but Windows PCs (running W2K) cannot
> print to the printer in question.
 After much gnashing of teeth, searching the web, altering settings,
searching the web some more, tearing our hair, I finally found the best
guid to doing this at
http://forums.gentoo.org/viewtopic.php?t=15637&highlight=set+print+server
These instructions work wonderfully and I can now print from linux and
windows boxes to the Gentoo/samba/cups hosted printer.
Hopefully this will be of use to others.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NVidia Drivers

2003-06-03 Thread Jamie Dobbs
On Tue, 2003-06-03 at 10:19, Michael Rasile wrote:
> On Mon Jun 02, 2003 at 09:38:18PM + or thereabouts, --[ UxBoD ]-- wrote:
> > Why didn't you use the one in portage? what changes did you make in your
> > XF86Config file?
> > -- 
> > 
> > --[ UxBoD ]-- 
> > GPGKID [402E340E] [182C F930 C7E4 CA70 A202  9A82 82AC B1EA 402E 340E]
> > gpg --keyserver wwwkeys.pgp.net --recv-keys 402E340E
> > 
> > 
> I chose to use the driver from the nvidia site because it is the latest driver and 
> it does install quite easily. There is one file and the install, IMO, is much easier 
> than the portage and it is not the latest version of the driver. I'll send along my 
> XF86Config file for you.
> 
I can't get either the Nvidia sourced or portage sourced Nvidia drivers
to work. I get these errors from the portage driver:

#modprobe nvidia
/lib/modules/2.4.20-gentoo-r5/video/nvidia.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.20-gentoo-r5/video/nvidia.o:
Hint: You are trying to load a module without a GPL compatible license
  and it has unresolved symbols.  Contact the module supplier for
  assistance, only they can help you.

/lib/modules/2.4.20-gentoo-r5/video/nvidia.o: insmod
/lib/modules/2.4.20-gentoo-r5/video/nvidia.o failed
/lib/modules/2.4.20-gentoo-r5/video/nvidia.o: insmod nvidia failed

And the Nvidia sourced driver just won't compile and complains about the
kernel source :/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NVidia Drivers

2003-06-03 Thread Jamie Dobbs
>  
> Are you using the driver from Nvidia site? It's one file and needs to be made 
> executable. After doing this, from a console (can't install this driver while in X) 
> you simply type ./Name of driver and everything should be taken care of. It will not 
> find a module in the kernel for this driver and will compile one for you and install 
> it. The only thing you need to do is place nvidia in your /etc/modules.autoload file 
> and it should come up at boot. You need to edit your XF86Config file and change the 
> "nv" driver name to "nvidia" Also add Load "glx" to your "Module" section in 
> XF86Config. If "dri" is enabled, disable it and things should work. That is all I 
> did and when I do lsmod, it tells me that nvidia is loaded. The drivers from the 
> Nvidia web site are the latest. The ones in portage are not. Hope this helps. Any 
> more questions, please ask. I will try to help as best I can.
> 
> Mike

I've tried the 'runnable' installer from the Nvidia site but it just
won't work for me and gives me exactly the same errors as the portage
ones.
Attached is the /var/log/nvidia-installer.log file in case that sheds
any light on my problems.

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Jun  3 15:18:19 2003

option status:
  license pre-accepted: false
  update  : false
  force update: false
  expert  : false
  uninstall   : false
  driver info : false
  no precompiled interface: false
  no ncurses color: false
  query latest driver ver : false
  OpenGL header files : false
  no questions: false
  silent  : false
  XFree86 install prefix  : /usr/X11R6
  OpenGL install prefix   : /usr
  Installer install prefix: /usr
  kernel include path : (not specified)
  kernel install path : (not specified)
  proc mount point: /proc
  ui  : (not specified)
  tmpdir  : /tmp
  ftp site: ftp://download.nvidia.com

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
   this means that the installer will need to compile a kernel interface for
   your kernel.
-> Kernel include path: '/lib/modules/2.4.20-gentoo-r5/build/include'
-> Cleaning kernel module build directory.
   executing: 'cd ./usr/src/nv; make clean'...
   rm -f nv.o os-agp.o os-interface.o os-registry.o  nv-linux.o nv_compiler.h *
   .d NVdriver nvidia.o
-> Building kernel module:
   executing: 'cd ./usr/src/nv; make nvidia.o SYSINCLUDE=/lib/modules/2.4.20-ge
   ntoo-r5/build/include'...
   echo \#define NV_COMPILER \"`gcc -v 2>&1 | tail -1`\" > nv_compiler.h
   gcc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -W
   parentheses -Wpointer-arith -Wcast-qual -Wno-multichar  -O -MD -D__KERNEL__ 
   -DMODULE -D_LOOSE_KERNEL_NAMES -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D
   __KERNEL__ -DMODULE  -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEV
   EL=4363  -DNV_UNIX   -DNV_LINUX   -DNV_INT64_OK   -DNVCPU_X86  -DREMAP_P
   AGE_RANGE_4  -I. -I/lib/modules/2.4.20-gentoo-r5/build/include -Wno-cast-qua
   l nv.c
   gcc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -W
   parentheses -Wpointer-arith -Wcast-qual -Wno-multichar  -O -MD -D__KERNEL__ 
   -DMODULE -D_LOOSE_KERNEL_NAMES -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D
   __KERNEL__ -DMODULE  -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEV
   EL=4363  -DNV_UNIX   -DNV_LINUX   -DNV_INT64_OK   -DNVCPU_X86  -DREMAP_P
   AGE_RANGE_4  -I. -I/lib/modules/2.4.20-gentoo-r5/build/include -Wno-cast-qua
   l os-agp.c
   gcc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -W
   parentheses -Wpointer-arith -Wcast-qual -Wno-multichar  -O -MD -D__KERNEL__ 
   -DMODULE -D_LOOSE_KERNEL_NAMES -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D
   __KERNEL__ -DMODULE  -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEV
   EL=4363  -DNV_UNIX   -DNV_LINUX   -DNV_INT64_OK   -DNVCPU_X86  -DREMAP_P
   AGE_RANGE_4  -I. -I/lib/modules/2.4.20-gentoo-r5/build/include -Wno-cast-qua
   l os-interface.c
   gcc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -W
   parentheses -Wpointer-arith -Wcast-qual -Wno-multichar  -O -MD -D__KERNEL__ 
   -DMODULE -D_LOOSE_KERNEL_NAMES -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D
   __KERNEL__ -DMODULE  -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEV
   EL=4363  -DNV_UNIX   -DNV_LINUX   -DNV_INT64_OK   -DNVCPU_X86  -DREMAP_P
   AGE_RANGE_4  -I. -I/lib/modules/2.4.20-gentoo-r5/build/include -Wno-cast-qua
   l os-registry.c
   ld -r -o nv-linu

Re: [gentoo-user] NVidia Drivers

2003-06-03 Thread Jamie Dobbs
On Tue, 2003-06-03 at 11:33, Michael Rasile wrote:

> > [EMAIL PROTECTED] mailing list
> HMMM...Well, if you are using Gentoo (:-)) then you have the kernel source and the 
> header files. What flavor of kernel are you using. This should not make a 
> difference, though. I'm using gentoo-sources and I didn't do anything except execute 
> the file from Nvidia. Did you remove the old drivers from the portage or didn't you 
> emerge them? If you did, try unmerge and then try the install again. Maybe someone 
> who is reading this may have some suggestions. It is suggestiing that maybe you have 
> the incorrect kernel header files. Check to see if your kernel source and kernel 
> header files match. Sorry I'm not being of much help here. You might check the 
> gentoo forums and see if there is anything there that might help you.
> 
> Mike

Surely the fact that I can compile my own kernel (which I have had to do
for ide-scsi support, sound driver in the kernel and a few other things)
would suggest that my kernel and kernel-headers are correct?

I removed the portage nvidia drivers with the command emerge unmerge
nvidia-glx and emerge unmerge nvidia-kernel but this hasn't helped at
all (and was done when I first tried the install of the 'official'
drivers anyway)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NVidia Drivers

2003-06-03 Thread Jamie Dobbs
On Tue, 2003-06-03 at 15:22, Jamie Dobbs wrote:
> >  
> > Are you using the driver from Nvidia site? It's one file and needs to be made 
> > executable. After doing this, from a console (can't install this driver while in 
> > X) you simply type ./Name of driver and everything should be taken care of. It 
> > will not find a module in the kernel for this driver and will compile one for you 
> > and install it. The only thing you need to do is place nvidia in your 
> > /etc/modules.autoload file and it should come up at boot. You need to edit your 
> > XF86Config file and change the "nv" driver name to "nvidia" Also add Load "glx" to 
> > your "Module" section in XF86Config. If "dri" is enabled, disable it and things 
> > should work. That is all I did and when I do lsmod, it tells me that nvidia is 
> > loaded. The drivers from the Nvidia web site are the latest. The ones in portage 
> > are not. Hope this helps. Any more questions, please ask. I will try to help as 
> > best I can.
> > 
> > Mike
> 
> I've tried the 'runnable' installer from the Nvidia site but it just
> won't work for me and gives me exactly the same errors as the portage
> ones.
> Attached is the /var/log/nvidia-installer.log file in case that sheds
> any light on my problems.
> 
> 
> __
> 
> --
> [EMAIL PROTECTED] mailing list

After doing an 'emerge gentoo-sources', recompiling my Kernel,
installing it and rebooting running the NVidia installer worked fine.
I don't quite understand why I had to reinstall the kernel sources but
its all working now and maybe my experiences will help someone else.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] How to set up a mail server

2003-06-05 Thread Jamie Dobbs
Hi

 have several POP accounts that I want to check/fetch using getmail
(which I believe to be more reliable than fetchmail), then be able to
check those accounts by POPing into the server that I have downloaded
them to.
I have managed to get getmail installed and working (putting retrieved
emails into /home//mbox but I cannot seem to POP into the account
to check them. I have installed vm-pop3d and can see that it is running
but whenever I try and POP into the 'server' PC I get password errors.
Can anyone help me, or perhaps point me to some documentation on how to
do this?


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Installing qpopper under 1.4_rc4

2003-06-05 Thread Jamie Dobbs
Have just emerged qpopper into my system but cannot work out how to get
it running. The instructions at the end of the install refer to editing
the file /etc/initd.conf but I do not appear to have such a file -
where/how do I add whatever command that I require to start qpopper?


--
[EMAIL PROTECTED] mailing list



[gentoo-user] How to change Login prompt

2003-06-07 Thread Jamie Dobbs
How can I change my login prompt to display the 'terminal' (tty?) number
in the prompt after the hostname?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CDRW

2003-06-09 Thread Jamie Dobbs
There are 2 ways of doing it, (AFAIK)

1/ you format the CDRW using a special format that allows you to use it just
like a 'big' floppy, the downside of this is that it is very very slow (and
I don't know how to do it under Linux)

2/ You burn it jsut as a standard CDR but make sure you do it as a
multi-session disk so taht you can add more data to it later, then when you
want to re-use the CDRW you just erase it and start over again.

Hope that helps.

- Original Message -
From: "Stephen Boulet" <[EMAIL PROTECTED]>
To: "gentoo-user" <[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 10:24 AM
Subject: [gentoo-user] CDRW


> I'm very familiar with burning CD-Rs. How do CD-RWs work? Can you actually
> format it like a hard drive, or do most people just burn it like a CD-R?
>
>
> --
> Stephen
>   From here to there
>  and there to here,
>funny things are everywhere.  -- Dr Seuss
>
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Mailbox vs. maildir

2003-06-10 Thread Jamie Dobbs
Is there any way that I can change my current mbox setup (using
/var/spool/mail) to a maildir setup? It seems that the mbox setup is quite
slow and I wonder if converting to maildir would help (one account has in
excess of 500 messages).


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Having some issues wirh Procmail

2003-06-12 Thread Jamie Dobbs
I'm trying to get Procmail to sort some incoming mail for me, but I'm
having a few problems. Below is a copy of my .procmailrc file:

#Use maildir-style mailbox in user's home directory
MAILDIR=$HOME/.maildir/
DEFAULT=$MAILDIR

# Deliver Gentoo mail to specific directories
:0
* ^List-Id:.*gentoo-user\.gentoo\.org
.gentoo-user/

:0
* ^List-Id:.*gentoo-announce\.gentoo\.org
.gentoo-announce/

:0
* ^From:.*gentoo\.org
.gentoo/

# Deliver any mail from wellylug lists to Wellylug directory
:0
* ^To:.*wellylug\.lists\.naos\.co\.nz
.Wellylug/

# Deliver anything form a @jobstuff.co.nz addess ot the Jobs directory
;0
* ^From:.*jobstuff\.co\.nz
.Jobs/


Any help appreciated, this is the first time I've tried to use Procmail.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] How can I automatically save attachments

2003-06-13 Thread Jamie Dobbs
I'm pretty sure that I have asked this before and been referred to the
perfect script to handle it, but I can't find the original reply.

I want to be able to have all attachments that come in to a certain
email address be saved automatically (called via. procmail most likely)
to a directory of my choosing.

Can anyone recommend a good script for this purpose, it should just
decode and save all attachments to the email to the directory of my
choosing.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] a closet server

2005-03-28 Thread Jamie Dobbs
> On Mon, 28 Mar 2005 19:21:33 -0800 Grant <[EMAIL PROTECTED]> wrote:
> | Where do you guys go when you want a barebones server for the closet?
> | I've built machines before but it seems like it might make more sense
> | to buy one these days.
>
> Pick up an old Sun workstation off ebay. An ultra2 2x300/2 with a gig of
> RAM is a good bet for most things, and they're dirt cheap these days.

If only they were nice and cheap over here in New Zealand. I'm looking for
a cheap/quiet server style machine for my home network to use as a
mail/print/file server.
Just have to keep a look out I guess.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot get Parallel Port to work *RESOLVED*

2005-04-01 Thread Jamie Dobbs
After emerging kernel-2.6.11-gentoo-r4 and compiling the parallel port
now works and I can print successfully.
Still having some issues getting some things I had working under the old
kernel working under the new one (lmsensors), but I should get that
sorted out shortly.

Jamie Dobbs wrote:

>I've followed the instructions in the 'Gentoo Printing Guide' but can't
>get my parallel printer to work.
>I'm running kernel 2.6.9-gentoo-r1 and have recompiled for parallel port
>support, pc-style hardware and enabled parallel printer support as per
>the instructions in the guide.
>I load the modules
>
>modprobe lp
>modprobe parport
>modprobe parport_pc
>
>but I don't get any indications in /var/log/messages that any parallel
>ports have been found.
>I know the parallel port is functional as it works from Windows and
>worked from Mandrake Linux (for the very short time I had it installed).
>
>The printer is an HP Laserjet 4P and I have foomatic, cups and hpijs
>emerged.
>
>Can anyone offer me any ideas on where I might start to diagnose this
>problem?
>
>Thanks
>
>Jamie
>--
>gentoo-user@gentoo.org mailing list
>
>
>
>  
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Time issues

2005-04-05 Thread Jamie Dobbs
> Greetings,
>
> My system seems to reset the system time to UTC each times I reboot. Is
> there anyway to fix this?
>
> Thanks.
> Philippe.

I had the same issue and resolved it by editing /etc/conf.d/clock and
ensuring that the lines

CLOCK = "local"

and

CLOCK_SYSTOHC="yes"

are present.

This ensures that your clock is running on "local" time rather then UTC
(GMT) and syncs your software clock to the computers hardware clock on a
reboot/shutdown.

...at least that's my understanding of it, someone please correct me if I
am wrong.



--
gentoo-user@gentoo.org mailing list