demonv
04-10-2006, 23:31
Hi,
I installed samba - 3.0.14a using ipkg on WL500gp-1.9.2.7-7f-pre7.trx. But when i ran it i get bad system call message. Has anyone had this problem?
I got WD 160G external drive formated in ext3.
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 2944 2944 0 100% /
/dev/discs/disc0/part1 153700384 623292 145269504 0% /tmp/harddisk
/dev/discs/disc0/part1 153700384 623292 145269504 0% /opt
This is my smb.conf
[global]
interfaces = br0
bind interfaces only = yes
workgroup = VDV
guest account = nobody
security = share
browseable = yes
guest ok = yes
guest only = no
log level = 1
max log size = 100
encrypt passwords = yes
dns proxy = no
[DATA]
path=/tmp/harddisk/My_Data
writeable = yes
browseable = yes
force user = admin
Partial strace output:
read(3, "\237\226\252,-\3\341\364\261x\21~", 12) = 12
fcntl64(4, F_SETLKW64, {type=F_WRLCK, whence=SEEK_SET, start=224, len=1}, 0x7fff7908) = 0
fcntl64(4, F_SETLKW64, {type=F_WRLCK, whence=SEEK_SET, start=164, len=1}, 0x7fff78b0) = 0
fstat64(4, {st_mode=S_IFREG|0600, st_size=16384, ...}) = 0
munmap(0x2ab00000, 16384) = 0
ftruncate64(4, 105553116266496) = 0
pwrite(4, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 4398046511104) = -1 EFBIG (File too large)
--- SIGXFSZ (Bad system call) @ 0 (0) ---
+++ killed by SIGXFSZ +++
Process 535 detached
I installed samba - 3.0.14a using ipkg on WL500gp-1.9.2.7-7f-pre7.trx. But when i ran it i get bad system call message. Has anyone had this problem?
I got WD 160G external drive formated in ext3.
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 2944 2944 0 100% /
/dev/discs/disc0/part1 153700384 623292 145269504 0% /tmp/harddisk
/dev/discs/disc0/part1 153700384 623292 145269504 0% /opt
This is my smb.conf
[global]
interfaces = br0
bind interfaces only = yes
workgroup = VDV
guest account = nobody
security = share
browseable = yes
guest ok = yes
guest only = no
log level = 1
max log size = 100
encrypt passwords = yes
dns proxy = no
[DATA]
path=/tmp/harddisk/My_Data
writeable = yes
browseable = yes
force user = admin
Partial strace output:
read(3, "\237\226\252,-\3\341\364\261x\21~", 12) = 12
fcntl64(4, F_SETLKW64, {type=F_WRLCK, whence=SEEK_SET, start=224, len=1}, 0x7fff7908) = 0
fcntl64(4, F_SETLKW64, {type=F_WRLCK, whence=SEEK_SET, start=164, len=1}, 0x7fff78b0) = 0
fstat64(4, {st_mode=S_IFREG|0600, st_size=16384, ...}) = 0
munmap(0x2ab00000, 16384) = 0
ftruncate64(4, 105553116266496) = 0
pwrite(4, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 4398046511104) = -1 EFBIG (File too large)
--- SIGXFSZ (Bad system call) @ 0 (0) ---
+++ killed by SIGXFSZ +++
Process 535 detached