xfsamba? Re: XFCE4 on FreeBSD - no problem
Robert Klein
RoKlein at roklein.de
Sat Jul 26 09:36:05 CEST 2003
On Freitag, 25. Juli 2003 04:08, edscott wilson garcia wrote:
> The fork does not fail. The problem I can see from the output
> is that xfsamba cannot find nmblookup nor smbclient after
> searching in /sbin, /bin, /usr/sbin, /usr/bin, /usr/games,
> /usr/local/sbin, /usr/local/bin.
No. It does find them in /usr/local/bin. That's what those two
lines say:
39333: access("/usr/local/bin/nmblookup",1) = 0 (0x0)
39333: access("/usr/local/bin/smbclient",1) = 0 (0x0)
(also:
$ which nmblookup
/usr/local/bin/nmblookup
$ which smbclient
/usr/local/bin/smbclient
)
I've attached another trace, this time from
strace -ff -F -v -o strace-xfs.txt -s 80 xfsamba4
Methinks I got some problem in the "tubo" function, maybe..
Robert
access("/usr/local/sbin/smbclient", X_OK) = -1 ENOENT (No such
file or directory)
access("/usr/local/bin/smbclient", X_OK) = 0
getuid() = 1001 (euid 1001)
pipe([6, 7]) = 6
pipe([8, 9]) = 8
pipe([10, 11]) = 10
syscall_416(0x1e, 0xbfbfef10, 0) = 0
fork() = 864
close(6) = 0
fstat(8, {st_dev=makedev(0, 0), st_ino=0, st_mode=0, st_nlink=0,
st_uid=0, st_gid=0, st_blksize=0, st_blocks=0, st_size=0,
st_atime=0, st_mtime
fcntl(8, F_GETFL) = 0x2 (flags O_RDWR)
fstat(10, {st_dev=makedev(0, 0), st_ino=0, st_mode=0, st_nlink=0,
st_uid=0, st_gid=0, st_blksize=0, st_blocks=0, st_size=0,
st_atime=0, st_mtim
fcntl(10, F_GETFL) = 0x2 (flags O_RDWR)
close(7) = 0
close(9) = 0
close(11) = 0
gettimeofday({0, 0}, NULL) = 0
gettimeofday({0, 0}, NULL) = 0
gettimeofday({1059149469, 802997}, NULL) = 0
poll([{fd=3, events=POLLRDNORM}], 1, 500) = 0
gettimeofday({1059149470, 304415}, NULL) = 0
gettimeofday({1059149470, 304692}, NULL) = 0
kill(864, SIGUSR1) = 0
--- SIGUSR1 (User defined signal 1) ---
gettimeofday() = -1 EINTR (Interrupted
system call)
{1059149470, 305055}, NULL) = 0
--- SIGUSR1 (User defined signal 1) ---
poll(--- SIGUSR1 (User defined signal 1) ---
syscall_417(0x8073c40) = -1 (errno 4)
gettimeofday({1059149470, 305761}, NULL) = 0
poll([{fd=3, events=POLLRDNORM}], 1, 5) = 0
gettimeofday({1059149470, 311135}, NULL) = 0
gettimeofday({1059149470, 311228}, NULL) = 0
ioctl(5, FIONREAD, [0]) = 0
read(5,
"\0\360\6\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0
N\0\0\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
gettimeofday({3607, 1000}, NULL) = 0
poll([{fd=5, events=POLLIN}, {fd=8, events=POLLIN}, {fd=10,
events=POLLIN}], 3, 0) = 0
gettimeofday({1520421888, 4272610288}, NULL) = 0
gettimeofday({4289059055, 4289124591}, NULL) = 0
poll([{fd=5, events=POLLIN}, {fd=8, events=POLLIN}, {fd=10,
events=POLLIN}], 3, 0) = 0
gettimeofday({1520421888, 4272610288}, NULL) = 0
wait4(864, 0xbfbfee6c, WNOHANG, NULL) = 0
More information about the Xfce4-dev
mailing list