Displaying 3 results from an estimated 3 matches for "net_users".
Did you mean:
net_user
2005 Jul 25
4
"missing" directories
Running Samba 3.0.14a under kernal 2.6.11-1.1369 (Fedora core 4)
I'm trying to set up a file server for use with XP network. I have an
interesting problem that came to light when I had difficulty connecting from
Windows.
I can set up a shared directory exactly as detailed in the troubleshooting
guide (setting up /tmp as tmp) and can connect from my account on the
server.
If I try to
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
(untested)
There are several files that
#include "linux/file" not #include <linux/file>
#include "asm/file" not #include <asm/file>
Here's a little script that converts them:
egrep -i -r -l --include=*.[ch] \
"^[[:space:]]*\#[[:space:]]*include[[:space:]]*\"(linux|asm)/(.*)\"" * \
| xargs sed -i -e
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
(untested)
There are several files that
#include "linux/file" not #include <linux/file>
#include "asm/file" not #include <asm/file>
Here's a little script that converts them:
egrep -i -r -l --include=*.[ch] \
"^[[:space:]]*\#[[:space:]]*include[[:space:]]*\"(linux|asm)/(.*)\"" * \
| xargs sed -i -e