Displaying 3 results from an estimated 3 matches for "typre".
Did you mean:
type
2002 Jan 25
3
suid files and bsd
Currently I only have one machine backing up to another. I am
backing up to a filesystem that is mounted as nosuid. The syncing process
works perfectly except it fails on files that are suid.
Example
proc/
root/
tmp/
mknod tmp/mysql.sock : Invalid argument
mknod tmp/orbit-daud/orb-12573780511489051058 : Invalid argument
mknod tmp/orbit-daud/orb-139425434385535813 : Invalid argument
mknod
2004 May 04
0
ADS
...g FreeBSD 5.2.1 with latest samba port. I've gotten rather far,
but have hit a bit of a snag. After getting kerberos and DNS sorted
out, I did
net ads join -U (An Admin name) got a pass prompt, the pass was
accepted. Cool. Had created no samba accounts, so from my laptop
(FreeBSD 5.1) I typre
mount_smbfs //user@unix/directory /directory got a pass request and it
worked. WooHoo I said. Alas, the Winblowz XP workstations, and 2000
servers cannot map. In XP I usually get a login request, use the same
account I used from my laptop, and it just comes back asking for a pass.
The 2000 se...
2002 Jan 25
0
suid files and bsd - correction
it's in syscall.c, not generator.c
You'll have to save the status of the lstat, modify the mode in st, and
return the lstat status. I don't know how to do it, though.
#if SUPPORT_LINKS
int do_lstat(const char *fname, STRUCT_STAT *st)
{
#if HAVE_OFF64_T
return lstat64(fname, st);
#else
return lstat(fname, st);
#endif
}
#endif
Tim Conway
tim.conway@philips.com