kern/26563 setting sample rate

2001-07-30 Thread James Halstead
I just wanted to see if this can get committed. I have been using it with no problems and it makes some programs work a little nicer for those of us with ac'97 cards (notably xmms) It is a simple one line patch. Would be nice if this could make it to 4.4-RELEASE... James To Unsubscribe: send

Re: DVD IOCTLs on IDE?

2001-06-25 Thread James Halstead
On Sunday 24 June 2001 21:09, David Gilbert wrote: > Could I have a copy of your patches? Where do I get xine? The attached is a shell archive for a port I made out of the libcss from livid. It compiles but i have no idea if it works. Please do not submit it to the ports collection! all the pa

Re: DVD IOCTLs on IDE?

2001-06-24 Thread James Halstead
On Sunday 24 June 2001 20:12, David Gilbert wrote: > ... One issue is that dvdio.h seems to be missing structure items that > are required by dvd software. I have attempted to compile livid (oms) > and videolan ... both which at least talk about working on BSD. Livid > refuses to compile because

Mergemaster killed symlink (was RE: Mergemaster bug + new feature [patch])

2001-06-18 Thread James Halstead
On Monday 18 June 2001 17:04, Koster, K.J. wrote: > I had a mergemaster problem a while back, but I haven't debugged it > properly. I had my /etc/ppp symlinked into /home/root/ppp. Then, after a > mergemaster run I ended up with a file named /etc/ppp, which had the > contents of the new version of

pcm audio wierdness on via mobo

2001-03-13 Thread James Halstead
System has a via 686A southbridge with the integrated sound hardware. It gets detected properly by the pcm driver, however the playback is slightly fast. Is there some type of adjustment to slow it down a little bit? I can gather whatever info needed on request, Just tell me what to get.The sound

How to use parallel port tape drive

2001-02-02 Thread James Halstead
I have a tape drive (hp coloradoo700) which uses qic-3010 tapes. I wanted to use it but I do not know how to access the drive over the parallel port. The only tape drives I saw in the NOTES file are scsi. Can somebody please point me to man pages / web pages that will show how to use a drive like

Re: Boot process robustness

2001-01-02 Thread James Halstead
- Original Message - From: "James Halstead" <[EMAIL PROTECTED]> To: "Poul-Henning Kamp" <[EMAIL PROTECTED]> Sent: Tuesday, January 02, 2001 11:30 PM Subject: Re: Boot process robustness > > - Original Message - > From: "Poul-Hen

ssh2 daemon is ignoring "ignorenologin"

2000-06-22 Thread James Halstead
I have a system whih a user that is in a login class with the ignorenologin setting on. when I have /var/run/nologin created, the sshd refuses this user everytime, telnet works fine. I just wondered why this is. It is just kind of an annoyance for me but I almost locked myself out from a system I

Linux emu question

2000-05-26 Thread James Halstead
I noticed some people talking about the linux emulation and how good/bad it can be and I just wondered, does anybody here have any experiences with the vmware for linux software? I have been thinking of buying this, for those one or two windows programs that I need to use now and then. Just wonde

Re: smb printer trouble

2000-05-18 Thread James Halstead
ng them up ;) Thanks for the 'push back' help though! James. - Original Message - From: <[EMAIL PROTECTED]> To: "James Halstead" <[EMAIL PROTECTED]> Sent: Thursday, May 18, 2000 7:44 AM Subject: Re: smb printer trouble > > > Actually, if there i

Re: smb printer trouble

2000-05-17 Thread James Halstead
e all your life > > > > -Original Message- > > From: Charlie Root [mailto:[EMAIL PROTECTED]] > > Sent: dinsdag 16 mei 2000 20:39 > > To: [EMAIL PROTECTED] > > Subject: smb printer trouble > > > > begin smb-filter > > #!/bin/sh

Re: login.conf question

2000-04-14 Thread James Halstead
Actually I tested this theory (all with remote logins, not sued) and it let me login 13 times (maxproc set to 12) however once i hit the 11'th login it made all the logins useless. Anytime i tried to run a process I got an error from bash that it could not fork. After the 11'th login i got this er

login.conf question

2000-04-13 Thread James Halstead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hey out there! This is my first time doing someting like an i am having problems with one part. The session limit does not seem to be working. My understanding was that this was a hard limit for the number of simutanious logins a person may have. I cr

problems with "-O -pipe" in guile port

2000-04-10 Thread James Halstead
I was trying to install gnome from ports cvsup'd today and i kept getting stuck when building guile. cc never crashed however it seemed to be stuck in an infinite loop(i stopped it after about 2 hours). when i remove "-O -pipe" from the qt makefile it seems to compile fine. is this a compilier p