patch for PR kern/42652: [smbfs] error deleting r/o (by windows) files on smbfs

2005-09-03 Thread Alex Sidorov
Hi, I have submitted patch for PR: kern/42652: [smbfs] error deleting r/o (by windows) files on smbfs http://www.freebsd.org/cgi/query-pr.cgi?pr=42652 Everybody interested are welcome to test the fix. And, would anyone having permissions, change its state please ? Regards, -- Alex Sidorov

sed not working

2005-09-03 Thread Rein Kadastik
Hi, I have a very interesing problem with sed in FreeBSD. Lets take the following sed command (from the ncurses MKlib_gen.sh script): sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' This command alters the input: blah something - blah gen_something This works, but I have found a specific pattern,

Re: sed not working

2005-09-03 Thread Peter Jeremy
On Sat, 2005-Sep-03 12:27:50 +0300, Rein Kadastik wrote: Lets take the following sed command (from the ncurses MKlib_gen.sh script): sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' ... This works, but I have found a specific pattern, where it does not work: int something - int something Does anybody

Re: sed not working

2005-09-03 Thread Rein Kadastik
Peter Jeremy wrote: On Sat, 2005-Sep-03 12:27:50 +0300, Rein Kadastik wrote: Lets take the following sed command (from the ncurses MKlib_gen.sh script): sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' OK got again some extremely strange testing results. If there is anywhere in the first

Re: sed not working

2005-09-03 Thread Rein Kadastik
Rein Kadastik wrote: Peter Jeremy wrote: On Sat, 2005-Sep-03 12:27:50 +0300, Rein Kadastik wrote: Lets take the following sed command (from the ncurses MKlib_gen.sh script): sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' OK got again some extremely strange testing results. If there is

Re: sed not working

2005-09-03 Thread Rein Kadastik
Rein Kadastik wrote: Rein Kadastik wrote: Peter Jeremy wrote: On Sat, 2005-Sep-03 12:27:50 +0300, Rein Kadastik wrote: Lets take the following sed command (from the ncurses MKlib_gen.sh script): sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' OK got again some extremely strange

Re: sed not working

2005-09-03 Thread Andrea Campi
On Sat, Sep 03, 2005 at 02:04:52PM +0300, Rein Kadastik wrote: Well I have one guess here. In estonian alphabet, the z comes immediately after s and before t. So as the regex orders [a-z] the characters t, u, v, w, x, y are left out That's expected, and it's well known. You should either

rc sequencing issue / mountcritremote

2005-09-03 Thread Tuc at T-B-O-H
Hi, I'm having a bit of a problem with the sequencing of the rc when it relates to mountcritremote. Right now, the /etc/rc script performs : files=`rcorder ${skip} /etc/rc.d/* 2/dev/null` to determine in what order to start all the services. As it stands now, the

Re: rc sequencing issue / mountcritremote

2005-09-03 Thread Stanislav Sedov
On Sat, Sep 03, 2005 at 12:20:41PM -0400, Tuc at T-B-O-H wrote: The problem I'm having is that when it attempts to remotely mount the NFS filesystem I need, there are no support programs running, namely (I THINK) : /etc/rc.d/rpcbind /etc/rc.d/nfsclient /etc/rc.d/mountd

Re: rc sequencing issue / mountcritremote

2005-09-03 Thread Tuc at T-B-O-H
On Sat, Sep 03, 2005 at 12:20:41PM -0400, Tuc at T-B-O-H wrote: The problem I'm having is that when it attempts to remotely mount the NFS filesystem I need, there are no support programs running, namely (I THINK) : /etc/rc.d/rpcbind /etc/rc.d/nfsclient /etc/rc.d/mountd

Re: Using sysarch specific syscalls in assembly?

2005-09-03 Thread Alexander Best
On Fri Sep 2 05, John Baldwin wrote: On Friday 12 August 2005 07:22 pm, alexander wrote: On Thu Aug 11 05, alexander wrote: Hmm...very odd. Should I file a bug report about this problem? Alright. I submitted a PR and got a suggestion on how to solve the problem by Bruce Evans. Could

Bind DoS?

2005-09-03 Thread Attila Nagy
Hello, I am currently trying to set up two caching nameservers and noticed an interesting behaviour. The configuration is the following: two FreeBSD/amd64 6-CURRENT machines, with single Opteron processors. Bind was compiled from ports, without threading, with gcc34 (from ports), with -O2

Re: sed not working

2005-09-03 Thread Giorgos Keramidas
On 2005-09-03 14:17, Rein Kadastik [EMAIL PROTECTED] wrote: Rein Kadastik wrote: Well I have one guess here. In estonian alphabet, the z comes immediately after s and before t. So as the regex orders [a-z] the characters t, u, v, w, x, y are left out How to order the sed to use english