Displaying 20 results from an estimated 9000 matches similar to: "Problem with tmpfile() on samba share"
2010 Mar 08
1
[PATCH] ExecHelper: Use tmpfile() instead of File::Temp->new()
Building on EL-5 fails when the result of File::Temp->new() is passed to
open3(). tmpfile() works consistently.
---
lib/Sys/VirtV2V/ExecHelper.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Sys/VirtV2V/ExecHelper.pm b/lib/Sys/VirtV2V/ExecHelper.pm
index 110ae9f..f577ff6 100644
--- a/lib/Sys/VirtV2V/ExecHelper.pm
+++ b/lib/Sys/VirtV2V/ExecHelper.pm
@@ -20,7
2015 Aug 10
4
EFI: HP + syslinux = crash [ brown paper bag update ]
Updating myself again:
On 07-08-15 16:03, Oscar Roozen wrote:
> e466d24 still has an issue with png's in vesalinux causing crashes
I can confirm this remaining crash is caused by the line "MENU
BACKGROUND bootlogo.png".
The original bootlogo.png is 640x480. Forcing the videomode with "MENU
RESOLUTION 640 480" did not resolve the crashes, nor did resizing the
png
2002 Jun 07
0
smbd: Too many open files
Hi all,
can any help with our strong problem:
we are using Samba on Linux as fileserver for Win2k clients running CAD software
"Solid Edge". This program opens many files and on big projects freeze.
We tried configuration:
- samba 2.2.3a or 2.2.4
- RH 7.2 or 7.3; kernel 2.4.18, 2.4.19 up to -pre10-ac2
- i686/1GHz CPU, 512 MB RAM
- "/proc/sys/fs/file-max" from default 8192 up
2015 Dec 19
0
Sysvol: users - access denied
Hello,
I have a question regarding to access permissions.
Recently I have upgraded my DC from version 41.12 to 4.1.21. This weekend I
have decided to upgrade to 4.3.3.
I have noticed that my users weren't able to access the sysvol share after
the upgraded to 4.3.3.
As a test I have created a new user "test" and I was able to open the
sysvol share without any issues.
Next I have
2007 Dec 06
0
[POSIX ACLs] Only ACE rules from Samba Primary Group are applied.
Hi,
I've a samba 3.0.24 server running in a debian "alike" OS with a
(Open)LDAP backend and I'm having the following problem:
I have LDAP users that belong to more than one (POSIX) group. For
instance, I have a user2 that belongs to group "users" and "grupo2" and
I have a share with the following ACL settings:
getfacl /home/shares/share1/
getfacl: Removing
2003 Dec 16
0
Quicken backup and Samba 2.2.8a on FreeBSD
I've run into difficulty getting Quicken 2001 and Quicken 2003 backup to
work with a Samba server.
My smb.conf is relatively simple (below is a slightly editted version with
the important stuff):
=================================
[global]
workgroup = WORKGROUP
server string = BigBoxNAS
netbios name = bigbox
log file = /var/log/samba/log.%m
; log level = 3
max log size = 50
security = user
2003 Dec 20
0
Quicken backup and Samba 3.0.0 on FreeBSD
I've run into difficulty getting Quicken 2001 and Quicken 2003 backup to
work with a Samba server. I reported this last week on Samba 2.2.8a. I
upgraded to Samba 3.0.0 and I see the same problem.
What am I doing wrong here?
My smb.conf is relatively simple (below is a slightly editted version with
the important stuff):
=================================
[global]
workgroup = WORKGROUP
2003 Feb 21
1
2.2.7a - lot of open/close calls
I'me trying to track down a performance problem as I posted yesterday and
as I increase the log level I've noticed this...
[2003/02/21 08:19:06, 2] smbd/open.c:open_file(245)
dm389245 opened file mr00257.bat read=Yes write=No (numopen=1)
[2003/02/21 08:19:06, 2] smbd/close.c:close_normal_file(213)
dm389245 closed file mr00257.bat (numopen=0)
[2003/02/21 08:19:06, 2]
2008 Jan 30
0
Samba hanging from time to time
I am having some trouble with Samba. It was working fine on an old server with 3.0.21.
Now I have updated to 3.0.28 (via 3.0.25) and a bigger fatter faster server.
There are two problems. Firstly the new server seems slower than the old one, and some users
are experiencing intermittent data loss via MS apps such as Word or Excell crashing.
The system runs on Arch Linux, with a slightly
2008 Feb 05
2
Samba crashing word and excell?
I am having some trouble with Samba. It was working fine on an old server with 3.0.21.
Now I have updated to 3.0.28 (via 3.0.25) and a bigger fatter faster server.
There are two problems. Firstly the new server seems slower than the old one, and some users
are experiencing intermittent data loss via MS apps such as Word or Excell crashing.
The system runs on Arch Linux, with a slightly
2002 Aug 29
1
weird loop selecting print driver from w2k client w/ samba 2.2.5 w/ patches
After uploading the print drivers from w2k and pressing OK or Apply...
or selecting this printer from the uploaded drivers and pressing OK and
Apply, the printer properties window hourglasses and my machine logs
fill up with the messages below. The general idea is, it opens the 15
files that were uploaded for the drivers. Then reopens and closes each
one, then closes them all. This process
2011 Jul 12
0
[PATCH] pxelinux: open_file() returns a non-negative handle
From: Matt Fleming <matt.fleming at linux.intel.com>
The usage of open_file() is wrong in core/fs/pxe/pxe.c. Any
non-negative return value indicates success, not just a return value
of zero.
This bug was introduced in commit ba4fefa9b52b "core: change
load_config() to open_config()". The bug causes pxelinux to fail to
open configuration files.
Signed-off-by: Matt Fleming
2023 Jul 07
0
Very strange issue copying only certain files to a share
I've been troubleshooting this issue for over a week and am running out of
ideas.
Generally everything works fine. I can copy files into the share, create
and delete files and folders. However when copying *some* files from
windows specifically it will say "The destination already has a file named
"a"". A size 0 file by that name is then created. No files exist in the
2016 Dec 11
0
[PATCH 2/2] lib: use guestfs_int_make_temp_path to generate temporary files
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
---
src/drives.c | 5 ++---
src/file.c | 22 +++++++++-------------
src/journal.c | 4 ++--
src/tsk.c | 17 ++---------------
4 files changed, 15 insertions(+), 33 deletions(-)
diff --git a/src/drives.c b/src/drives.c
index 1e3b0af..1e04f81 100644
--- a/src/drives.c
+++ b/src/drives.c
@@ -421,7 +421,8 @@ create_drive_dev_null
2003 Dec 01
0
specific client machines can't write / execute others can and oplock causes panic
Hi all hope you can help,
I have a mixed XP / 2K client deployment, and the samba server is running as a PDC. On most machines I have no problems, but on 2 2K machines and 1 XP machine I'm getting the same behaviour every time I either try to write the file or execute a file, no matter whether I log on to the domain or which userid I log on as. I'm also running debian woody 2.4.19, and
2016 Sep 17
0
[PATCH 4/4] TSK: small refactoring
Removed duplicated code.
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
---
src/tsk.c | 69 ++++++++++++++++++++++++++-------------------------------------
1 file changed, 28 insertions(+), 41 deletions(-)
diff --git a/src/tsk.c b/src/tsk.c
index 6b1b29c..8e6d266 100644
--- a/src/tsk.c
+++ b/src/tsk.c
@@ -34,96 +34,71 @@
#include "guestfs-internal-all.h"
#include
2004 May 25
1
Share violation on file error
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I see some strange errors on a samba-3.0.2a PDC and fileserver
running under Linux.
Every now and then users are not able to access some random file.
Windows tells the user that the "file is already opened"
or some similar error message (it's an error message in german)
The files are varying, I see all kinds of filenames where
2006 Jun 17
0
hanging up call after launching a script, script should continue independently
hello!
i'm trying to implement a callback feature. to accomplish this, i've
written a python script(callback.agi) that starts another script as a
independent process(with spawnl), without asterisk waiting for the
other script (callback_dead.sh) to finish before it goes to the next
extension. running it on the commandline seems to work, the script
starts the other script and
2002 Dec 10
0
Changing printer properties caused infinite loop (samba-2.2.7, cups-1.1.16, Solaris 2.8)
Hi,
we have a samba printserver 2.2.7 with cups 1.1.16 with about 15 HP
Printers.
The samba server runs under Solaris 2.8 and is a member of a NT4
controlled domain.
Because of some problems setting the document defaults, I tried
cupsaddsmb with the Adobe PS driver.
The installation of the driver works fine, but some document defaults
(eg. download as softfont instead of substitute with
2002 Nov 01
0
The domain is not disposable!
Clients using W2k Sp2 are randomly no longer connecting to my Samba PDC server
running 2.2.5 so i thought to upgrading to 2.2.6 but the problem still remains.
What can be appened? Just a few days ago all was running very very fine!!
THE ERROR IS: THE DOMAIN IS NOT DISPOSABLE AT THE MOMENT!
===============================================================
I only have activated Bind9 and DHCP but I