Re: /bin/ls sorting bug?

2004-06-20 Thread Valentin Nechayev
Sun, Jun 20, 2004 at 02:34:04, andrit wrote about "Re: /bin/ls sorting bug?": >> And AFAICS, there's no way to tell ls: "first sort on time, >> then on filename, then on size", etc. This would make a nice addition >> though. :) > But there is nice sort command and power of unix. > Don't you rem

Re: /bin/ls sorting bug?

2004-06-20 Thread David Schultz
On Sun, Jun 20, 2004, Scott Mitchell wrote: > On Sun, Jun 20, 2004 at 09:59:12AM +0100, David Malone wrote: > > On Sat, Jun 19, 2004 at 11:52:29PM +0100, Scott Mitchell wrote: > > > On Sat, Jun 19, 2004 at 10:06:01PM +0200, Dimitry Andric wrote: > > > > Looking through ls source shows that the sort

Re: -lthr vs. -pthread

2004-06-20 Thread Marcel Moolenaar
On Sun, Jun 20, 2004 at 05:07:56PM -0700, Julian Elischer wrote: > this is a question for marcel, > but basically "this may change". In current code the thread_id of the > first thread is set to be equal to the PID. Marcel and I have discussed > reworking the thread_id code and in the new code this

Re: -lthr vs. -pthread

2004-06-20 Thread Julian Elischer
this is a question for marcel, but basically "this may change". In current code the thread_id of the first thread is set to be equal to the PID. Marcel and I have discussed reworking the thread_id code and in the new code this will possibly not be true. Under KSE teh original thread has probably e

Re: -lthr vs. -pthread

2004-06-20 Thread Garance A Drosihn
At 4:14 AM +0200 6/20/04, Cyrille Lefevre wrote: is it normal that the selected process is the last forked thread and not the thread owner (father) ? I committed the changes, so people can try this if they want. Example: (48) ps -HO lwp,nlwp PIDLWP NLWP TT STAT TIME COMMAND 1870 18

Re: SPDIF capture device?

2004-06-20 Thread Bruce M Simpson
Hello, On Fri, Jun 18, 2004 at 01:56:25PM +0200, Ing.Richard Andrysek wrote: > I've read your question about SPDIF capture device on freebsd. I am > currently looking for similar device.Have you found such one? Can you > access subcode etc.? The Soyo Dragon Plus! K7V has a SPDIF input/output; t

Re: /bin/ls sorting bug?

2004-06-20 Thread Scott Mitchell
On Sun, Jun 20, 2004 at 09:59:12AM +0100, David Malone wrote: > On Sat, Jun 19, 2004 at 11:52:29PM +0100, Scott Mitchell wrote: > > On Sat, Jun 19, 2004 at 10:06:01PM +0200, Dimitry Andric wrote: > > > Looking through ls source shows that the sorting is done by passing a > > > comparison function t

sshd & pam & getpwnam()

2004-06-20 Thread Alexey Zagarin
Hello! Does anybody know, why sshd call getpwnam() even if user is authenticating via PAM? This broke remote authentication (RADIUS, TACACS+) when user doesn't exist in local password database. -- Alexey Zagarin emax telecommunications ___ [EMAIL PROTE

Re: /bin/ls sorting bug?

2004-06-20 Thread David Malone
On Sat, Jun 19, 2004 at 11:52:29PM +0100, Scott Mitchell wrote: > On Sat, Jun 19, 2004 at 10:06:01PM +0200, Dimitry Andric wrote: > > Looking through ls source shows that the sorting is done by passing a > > comparison function to fts_open(3). In the case of sorting by > > modification time, the *