Displaying 11 results from an estimated 11 matches for "sys_popen".
Did you mean:
sys_open
2016 Nov 16
2
Disk size on share with multiple partitions
Am 16.11.2016 um 15:11 schrieb Volker Lendecke:
> On Wed, Nov 16, 2016 at 03:02:20PM +0100, Jochen Eggemann via samba wrote:
>> Thanks for the fast reply Volker,
>>
>> I tried using this, but get following Errors:
>>
>> ../source3/lib/system.c:1143(sys_popen) sys_popen: ERROR executing command
>> '/usr/bin/dfree .': Fehler im Format der Programmdatei (Error in format of
>> program file)
>> ../source3/smbd/dfree.c:117(sys_disk_free) disk_free: file_lines_load()
>> failed for command '/usr/bin/dfree .'. Error was :...
2016 Nov 16
2
Disk size on share with multiple partitions
...oblem, or do I have to make 1
>> large partion and use quotas.
> Use the "dfree command" and "dfree cache time" to accumulate the
> space.
>
> Volker
Thanks for the fast reply Volker,
I tried using this, but get following Errors:
../source3/lib/system.c:1143(sys_popen) sys_popen: ERROR executing
command '/usr/bin/dfree .': Fehler im Format der Programmdatei (Error in
format of program file)
../source3/smbd/dfree.c:117(sys_disk_free) disk_free: file_lines_load()
failed for command '/usr/bin/dfree .'. Error was : Keine Kind-Prozesse
(no child p...
2002 Jun 14
2
Help: dfree command
...ne:
dfree command = /usr/local/admin/samba-2.2.4/bin/dfree
This dfree command is root owned, root writeable only script.
Whenever I double-click on the Samba share on Windows clients, I get
these error messages in samba log:
[2002/06/14 17:26:50, 0] smbd/dfree.c:disk_free(118)
disk_free: sys_popen() failed for command
/usr/local/admin/samba-2.2.4/bin/dfree .. Error was : No child processes
[2002/06/14 17:26:50, 0] smbd/dfree.c:disk_free(118)
disk_free: sys_popen() failed for command
/usr/local/admin/samba-2.2.4/bin/dfree .. Error was : No child processes
Am I missing something? Could...
2016 Nov 15
2
Disk size on share with multiple partitions
Hi list,
I am exporting share which has a small base partition into which several
much larger partitions are mounted. Which are used by different user groups.
My problem is, that windows takes the size of the base partition to be
the size of the whole share.
If I try to copy anything larger than the base partion into a partition
that is actually larger Windows reports insuffient disk size
2002 Dec 12
3
lprm command not getting called.
I have configured Samba on both a RH Linux 7.2 box and Solaris 8 box and am
not able to remove print jobs. The lprm command is not getting called. I
know that for a fact because I changed lprm command to equal a script which
will log when it is called. And that script is never called. There are no
errors in any log files - system or samba.
The printing parts of the smb.conf file are:
2002 Feb 14
0
Oddness with dfree command and Samba 2.2.3a
...s that drive letter, they
get shown that the disk has 512 bytes free, 19.9 megs used.
Log file (from a log level of 100):
[2002/02/14 13:47:01, 3] smbd/dfree.c:disk_free(89)
disk_free: Running command /usr/local/samba/bin/dfree .
[2002/02/14 13:47:01, 0] smbd/dfree.c:disk_free(117)
disk_free: sys_popen() failed for command /usr/local/samba/bin/dfree
.. Error was : No child processes
[2002/02/14 13:47:01, 5] smbd/quotas.c:disk_quotas(540)
disk_quotas: looking for path "." devno=3bc0002
[2002/02/14 13:47:01, 5] smbd/quotas.c:disk_quotas(553)
disk_quotas: testing "/homes" de...
2002 Apr 17
1
dfree command
Hi
I'm using SuSE-Linux 7.3, Kernel 2.4.18 with samba 2.2.3a and XFS with
quotas
The problem is the quotas won't be displayed in Samba.
So I've tried to write my own dfree command and add it
in smb.conf.
dfree.sh:
#!/bin/sh
used_space=`/usr/bin/quota -u $1 | tail -1 | awk '{print $2}'`
quota_space=`/usr/bin/quota -u $1 | tail -1 | awk '{print $4}'`
2013 Mar 18
0
[Announce] Samba 3.6.13 Available for Download
...since 3.6.12:
--------------------
o Jeremy Allison <jra at samba.org>
* BUG 9519: Samba returns unexpected error on SMB posix open.
* BUG 9585: Samba 3.6.x not correctly signing any but the last response in
a compound request/response.
* BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
/var/log/messages many times.
* BUG 9587: Archive flag is always set on directories.
* BUG 9588: ACLs are not inherited to directories for DFS shares.
* BUG 9637: Renaming directories as guest user in security share mode
doesn't work.
o...
2013 Mar 18
0
[Announce] Samba 3.6.13 Available for Download
...since 3.6.12:
--------------------
o Jeremy Allison <jra at samba.org>
* BUG 9519: Samba returns unexpected error on SMB posix open.
* BUG 9585: Samba 3.6.x not correctly signing any but the last response in
a compound request/response.
* BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
/var/log/messages many times.
* BUG 9587: Archive flag is always set on directories.
* BUG 9588: ACLs are not inherited to directories for DFS shares.
* BUG 9637: Renaming directories as guest user in security share mode
doesn't work.
o...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...* BUG 9518: conn->share_access appears not be be reset between users.
* BUG 9550: sigprocmask does not work on FreeBSD to stop further signals in
a signal handler.
* BUG 9572: Fix file corruption during SMB1 read by Mac OSX 10.8.2 clients.
* BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
/var/log/message many times.
* BUG 9587: Archive flag is always set on directories.
* BUG 9588: ACLs are not inherited to directories for DFS shares.
o Andrew Bartlett <abartlet at samba.org>
* BUG 8909: Fix ACL problem with delegation of...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...* BUG 9518: conn->share_access appears not be be reset between users.
* BUG 9550: sigprocmask does not work on FreeBSD to stop further signals in
a signal handler.
* BUG 9572: Fix file corruption during SMB1 read by Mac OSX 10.8.2 clients.
* BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
/var/log/message many times.
* BUG 9587: Archive flag is always set on directories.
* BUG 9588: ACLs are not inherited to directories for DFS shares.
o Andrew Bartlett <abartlet at samba.org>
* BUG 8909: Fix ACL problem with delegation of...