search for: expand_file

Displaying 18 results from an estimated 18 matches for "expand_file".

2005 Sep 21
2
locking.tdb: expand_file ftruncate to 8192 failed (Permission denied)
...ing a bug in 3.0.x (tested on 3.0.10 and 3.0.20). Users can create and modfy files, but cannot delete them. The logs show [2005/09/21 20:48:14, 0, pid=18388, effective(4019, 412), real(4019, 0)] tdb/tdbutil.c:tdb_log(767) tdb(/srv/physik.fu-berlin.de/data/.samba/cluster1-test/cache/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied) [2005/09/21 20:48:15, 0, pid=18388, effective(4019, 412), real(4019, 0)] tdb/tdbutil.c:tdb_log(767) tdb(/srv/physik.fu-berlin.de/data/.samba/cluster1-test/cache/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied) [2005/09/21 20:48:15...
2011 Aug 23
2
Cannot Mount Share (LOG FILE: "No Space Left on Device")
...y Samba shares. I could, then I rebooted my device, and now I no longer can. The .conf file has not been changed in over a year. Here is the output of the log file: -bash-2.05b$ cat log.192.168.1.147 [2011/08/23 00:41:10, 0] lib/util_tdb.c:tdb_log(662) tdb(/opt/local/var/locks/sessionid.tdb): expand_file to 20480 failed (No space left on device) [2011/08/23 00:41:10, 1] smbd/session.c:session_claim(153) session_claim: unable to create session id record [2011/08/23 00:41:10, 1] smbd/password.c:register_vuid(310) Failed to claim session for vuid=100 [2011/08/23 00:41:10, 0] lib/util_tdb.c:tdb_...
2006 Jul 28
3
expand_file segfault compatibility with VPS and reiserfs
...eiserfs (rw,usrquota,grpquota) vzfs on /tmp type vzfs (rw,noatime,nosuid,nodev,noexec) proc on /proc type proc (rw,nodiratime) devpts on /dev/pts type devpts (rw) And I'm getting the following in the logs: [2006/07/27 20:31:37, 0] tdb/tdbutil.c:tdb_log(783) tdb(/var/lib/samba/locking.tdb): expand_file ftruncate to 49152 failed (Permission denied) [2006/07/27 20:31:37, 0] lib/util.c:smb_panic(1592) PANIC (pid 10004): Could not store share mode entry [2006/07/27 20:31:37, 0] lib/util.c:log_stack_trace(1699) BACKTRACE: 13 stack frames: #0 smbd(log_stack_trace+0x22) [0x8229612] #1 smbd(sm...
2004 Oct 03
0
brlock.tdb/locking.tdb permissions problem?
I'm running 2.11, and I've noticed a number of log entries that look like so: angie.log: tdb(/usr/local/samba/var/locks/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied) [2004/10/03 15:14:36, 0] tdb/tdbutil.c:tdb_log(531) tdb(/usr/local/samba/var/locks/brlock.tdb): expand_file ftruncate to 8192 failed (Permission denied) The files in question look like this: -rw-r--r-- 1 root root 8192 Oct 3 15:30 b...
2004 Oct 17
0
*.tdb permissions
I'm running 2.11, and I've noticed a number of log entries that look like so: angie.log: tdb(/usr/local/samba/var/locks/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied) [2004/10/03 15:14:36, 0] tdb/tdbutil.c:tdb_log(531) tdb(/usr/local/samba/var/locks/brlock.tdb): expand_file ftruncate to 8192 failed (Permission denied) The files in question look like this: -rw-r--r-- 1 root root 8192 Oct 3 15:30 b...
2013 Aug 16
1
/var/lock/samba filling up /run/lock
A couple of days ago, we noticed the following message appearing in syslog: Aug 14 15:09:35 zadok smbd[16067]: tdb(/var/lock/samba/locking.tdb): expand_file write of 8192 bytes failed (No space left on device) Similar messages would show up for several of the files under /var/lock/samba. Running df showed that /run/lock was full. Not having ever paid any attention to /run/lock before, I thought that this was normal, but RiXtEr clued me in on #samba....
2004 Feb 26
2
locks directory over nfs
...ems: Some applications fail to save files properly (eg matlab), some applications fail to print (eg acrobat reader), and each time those application fail, we got a message on the log saying [2004/02/16 10:19:35, 0] tdb/tdbutil.c:tdb_log(724) tdb(/usr/local/lib/samba-3.0.1/var/locks/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied) (for file problems) and [2004/02/19 15:42:23, 0] tdb/tdbutil.c:tdb_log(724) tdb(/usr/local/lib/samba-3.0.1/var/locks/printing/hpcs.tdb): expand_file ftruncate to 73728 failed (Permission denied) (for the print problem). The premission on those fil...
2002 Mar 08
1
tdb((NULL)): tdb_brlock failed on Samba 2.2.3a startup
...: Lock call successful [2002/03/08 10:26:28, 5] tdb/tdbutil.c:(475) tdb((NULL)): tdb_brlock failed (fd=7) at offset 4 rw_type=2 lck_type=6 [2002/03/08 10:26:28, 5] smbd/connection.c:(156) claiming 0 [2002/03/08 10:26:28, 0] tdb/tdbutil.c:(475) tdb(/usr/local/samba/var/locks/connections.tdb): expand_file write of 1024 failed (Invalid argument) [2002/03/08 10:26:28, 0] smbd/connection.c:(188) claim_connection: tdb_store failed with error IO Error. [2002/03/08 10:26:28, 3] lib/util_sock.c:(798) bind succeeded on port 139 on startup of smbd (2.2.3a) with debug level 100. And there-after everyt...
2001 Nov 10
0
tdb failing and too many connections
...gure: ./configure --prefix=/usr/local/samba \ --localstatedir=/var/samba \ --with-lockdir=/var/samba/locks \ --with-configdir=/usr/local/samba/etc I see errors like the following in /var/samba/log.smbd: [2001/11/10 22:58:53, 0] tdb/tdbutil.c:tdb_log(342) tdb(/var/samba/locks/connections.tdb): expand_file write of 1024 failed (Undefined error: 0) ... [2001/11/10 22:58:53, 0] smbd/connection.c:claim_connection(188) claim_connection: tdb_store failed with error IO Error. ... [2001/11/10 22:59:02, 0] tdb/tdbutil.c:tdb_log(342) tdb(/var/samba/locks/connections.tdb): tdb_read failed at 168 len=4 (Und...
2003 Oct 26
1
HELP!: TDB - Samba 3.0 - Playstation 2
Hi, When I try to execute the following: smbclient -U% -L localhost I receive the following error: tdb(/usr/local/samba/var/locks/gencache.tdb): expand_file write of 1024 failed (Invalid argument) [2003/10/26 19:45:58, 0] lib/util_sock.c:read_socket_with_timeout(279) read_socket_with_timeout: timeout read. read error = Broken pipe. protocol negotiation failed Any ideas anyone? I have compiled the latest stable code (3.0.0) on my Playstation 2 Linux...
2004 Nov 04
0
Problem in restarting samba server
...ield_connection: tdb_delete for name failed with error IO Error. [2004/11/04 10:40:00, 0] smbd/server.c:main(760) smbd version 3.0.6-2.3E started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2004/11/04 10:40:00, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/cache/samba/connections.tdb): expand_file write of 1024 failed (Invalid argument) [2004/11/04 10:40:00, 0] smbd/connection.c:claim_connection(196) claim_connection: tdb_store failed with error IO Error. [2004/11/04 10:40:00, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/cache/samba/connections.tdb): tdb_read failed at 400 len=4 (Invalid arg...
2014 Feb 12
1
Samba 3.6.22 corrupting filesystem on AIX
...ell and the Samba Team 1992-2011 WARNING: The "printer admin" option is deprecated WARNING: The security=share option is deprecated WARNING: The "printer admin" option is deprecated WARNING: The security=share option is deprecated tdb(/i/infext/samba-3.6.22/private/secrets.tdb): expand_file to 24576 failed (Invalid file system control data detected) tdb(/i/infext/samba-3.6.22/private/secrets.tdb): tdb_recovery_allocate: failed to create recovery area tdb(/i/infext/samba-3.6.22/private/secrets.tdb): tdb_transaction_prepare_commit: failed to setup recovery data PANIC (pid 74160): could...
2019 Feb 01
2
[PATCH v2 3/4] drm/atomic: Add drm_atomic_state->duplicated
...rnel+0x203/0x290 [drm] > ? drm_mode_getcrtc+0x790/0x790 [drm] > ? drm_setversion+0x7f0/0x7f0 [drm] > ? __switch_to_asm+0x34/0x70 > ? __switch_to_asm+0x34/0x70 > drm_ioctl+0x445/0x950 [drm] > ? drm_mode_getcrtc+0x790/0x790 [drm] > ? drm_getunique+0x220/0x220 [drm] > ? expand_files.part.10+0x920/0x920 > do_vfs_ioctl+0x1a1/0x13d0 > ? ioctl_preallocate+0x2b0/0x2b0 > ? __fget_light+0x2d6/0x390 > ? schedule+0xd7/0x2e0 > ? fget_raw+0x10/0x10 > ? apic_timer_interrupt+0xa/0x20 > ? apic_timer_interrupt+0xa/0x20 > ? rcu_cleanup_dead_rnp+0x2c0/0x2c0 &gt...
2019 Feb 02
0
[PATCH v3 3/4] drm/atomic: Add drm_atomic_state->duplicated
...set_page_dirty+0x271/0x4d0 drm_ioctl_kernel+0x203/0x290 [drm] ? drm_mode_getcrtc+0x790/0x790 [drm] ? drm_setversion+0x7f0/0x7f0 [drm] ? __switch_to_asm+0x34/0x70 ? __switch_to_asm+0x34/0x70 drm_ioctl+0x445/0x950 [drm] ? drm_mode_getcrtc+0x790/0x790 [drm] ? drm_getunique+0x220/0x220 [drm] ? expand_files.part.10+0x920/0x920 do_vfs_ioctl+0x1a1/0x13d0 ? ioctl_preallocate+0x2b0/0x2b0 ? __fget_light+0x2d6/0x390 ? schedule+0xd7/0x2e0 ? fget_raw+0x10/0x10 ? apic_timer_interrupt+0xa/0x20 ? apic_timer_interrupt+0xa/0x20 ? rcu_cleanup_dead_rnp+0x2c0/0x2c0 ksys_ioctl+0x60/0x90 __x64_sys_ioctl+0x6f...
2019 Feb 01
0
[PATCH v2 3/4] drm/atomic: Add drm_atomic_state->duplicated
...set_page_dirty+0x271/0x4d0 drm_ioctl_kernel+0x203/0x290 [drm] ? drm_mode_getcrtc+0x790/0x790 [drm] ? drm_setversion+0x7f0/0x7f0 [drm] ? __switch_to_asm+0x34/0x70 ? __switch_to_asm+0x34/0x70 drm_ioctl+0x445/0x950 [drm] ? drm_mode_getcrtc+0x790/0x790 [drm] ? drm_getunique+0x220/0x220 [drm] ? expand_files.part.10+0x920/0x920 do_vfs_ioctl+0x1a1/0x13d0 ? ioctl_preallocate+0x2b0/0x2b0 ? __fget_light+0x2d6/0x390 ? schedule+0xd7/0x2e0 ? fget_raw+0x10/0x10 ? apic_timer_interrupt+0xa/0x20 ? apic_timer_interrupt+0xa/0x20 ? rcu_cleanup_dead_rnp+0x2c0/0x2c0 ksys_ioctl+0x60/0x90 __x64_sys_ioctl+0x6f...
2019 Feb 01
0
[PATCH v2 3/4] drm/atomic: Add drm_atomic_state->duplicated
...mode_getcrtc+0x790/0x790 [drm] > > ? drm_setversion+0x7f0/0x7f0 [drm] > > ? __switch_to_asm+0x34/0x70 > > ? __switch_to_asm+0x34/0x70 > > drm_ioctl+0x445/0x950 [drm] > > ? drm_mode_getcrtc+0x790/0x790 [drm] > > ? drm_getunique+0x220/0x220 [drm] > > ? expand_files.part.10+0x920/0x920 > > do_vfs_ioctl+0x1a1/0x13d0 > > ? ioctl_preallocate+0x2b0/0x2b0 > > ? __fget_light+0x2d6/0x390 > > ? schedule+0xd7/0x2e0 > > ? fget_raw+0x10/0x10 > > ? apic_timer_interrupt+0xa/0x20 > > ? apic_timer_interrupt+0xa/0x20 > >...
2019 Feb 01
6
[PATCH v2 0/4] drm/dp_mst: Fix regressions from new atomic VCPI helpers
This fixes the extra issues I discovered upstream after the introduction of my rework of the atomic VCPI helpers that occur during suspend/resume. This time around, we use a slightly different but much less complicated approach for fixing said issues. Cc: Daniel Vetter <daniel at ffwll.ch> Lyude Paul (4): drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi()
2019 Feb 02
6
[PATCH v3 0/4] drm/dp_mst: Fix regressions from new atomic VCPI helpers
This fixes the extra issues I discovered upstream after the introduction of my rework of the atomic VCPI helpers that occur during suspend/resume. This time around, we use a slightly different but much less complicated approach for fixing said issues. Cc: Daniel Vetter <daniel at ffwll.ch> Lyude Paul (4): drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi()