rlzdbase port 635

2000-10-26 Thread Adam Klinkel
Scanning for open ports I found that port 635 rlzdbase port open. I've searched the web, and mailing lists but I could find any info on any deamon or program that ran on this port. So my question is, what is it used for. Thanks, Adam ___

Re: dir-listing bug in linux-emulation

2000-10-26 Thread Trent Nelson
David van Deijk wrote: > > Dear hackers. > > When I was running an linux program (soffice) i needed something of my > dos-partition. > Then i stumbled onto something I would call a "major" bug. > > I went to /dos/c (my first partition ) but saw only 6 files and 1 dir. > So i went for some exp

Re: STAILQ_LAST -- what should it return?

2000-10-26 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Bob Willcox writes: >To follow-up my own question, it appears that the STAILQ_LAST macro has >been changed (fixed) in -current to return the address of the last entry >(or NULL if the list is empty). Please don't MFS sys/queue.h from -current. It bogusly #include

Re: STAILQ_LAST -- what should it return?

2000-10-26 Thread Bob Willcox
To follow-up my own question, it appears that the STAILQ_LAST macro has been changed (fixed) in -current to return the address of the last entry (or NULL if the list is empty). Bob On Wed, Oct 25, 2000 at 04:32:03PM -0500, Bob Willcox wrote: > I am using a SINGLY-LINKED TAIL QUEUE in a device dr

Re: smbfs-1.3.0 released

2000-10-26 Thread Joseph Scott
On Thu, 26 Oct 2000, Boris Popov wrote: > On Mon, 23 Oct 2000, Joseph Scott wrote: > > > When is this going to be brought into -current? > > This was planned to be done in early September, but got some > troubles with import of iconv library. I can't import smbfs without i18n > suppo

dir-listing bug in linux-emulation

2000-10-26 Thread David van Deijk
Dear hackers. When I was running an linux program (soffice) i needed something of my dos-partition. Then i stumbled onto something I would call a "major" bug. I went to /dos/c (my first partition ) but saw only 6 files and 1 dir. So i went for some exploring and this are my results: (davidd@93%

Re: Status??

2000-10-26 Thread Jordan Hubbard
> A couple of days ago, I made a request for the assignment of a major > device number and have not as of yet received any response directly > regarding this request. > > Like what's going on with this?? Sorry, that rule has changed a little since those guidelines were formed. Now the policy is

Status??

2000-10-26 Thread Jim Dixon
A couple of days ago, I made a request for the assignment of a major device number and have not as of yet received any response directly regarding this request. Like what's going on with this?? Thanks Jim Dixon Dde [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] w

Re: smbfs-1.3.0 released

2000-10-26 Thread Boris Popov
On Mon, 23 Oct 2000, Joseph Scott wrote: > When is this going to be brought into -current? This was planned to be done in early September, but got some troubles with import of iconv library. I can't import smbfs without i18n support because many people use it. In any way,

KPN ADSL Mxstream howto

2000-10-26 Thread Koster, K.J.
Dear All, It's interesting to hear the reactions when you ask for FreeBSD support at helpdesks. (and not just KPN's) They used to say: "I'm sorry, you cannot use anything but Windows", nowadays they apologize for not knowing enough about UNIX to help. :-) We're getting there. For all you Dutchi

Re: vm_pageout_scan badness

2000-10-26 Thread Matt Dillon
:On Tue, Oct 24, 2000 at 01:10:19PM -0700, Matt Dillon wrote: :> Ouch. The original VM code assumed that pages would not often be :> ripped out from under the pageadaemon, so it felt free to restart :> whenever. I think you are absolutely correct in regards to the :> clustering c