Displaying 20 results from an estimated 3000 matches similar to: ""unexpected network error occurred" when copying files"
2000 Mar 09
0
FW: "unexpected network error occurred" when copying files
I have done a little more investigating on this and have a little bit more
info.
I set debug level to 3 and in my log file I am seeing this whenever I tried
to do a listing of my shared directory from my NT client:
[2000/03/09 11:20:10, 0, effective(301, 15), real(301, 0)]
lib/util_sec.c:(52)
Failed to set uid privileges to (0,301) now set to (301,301)
[2000/03/09 11:20:10, 0, effective(301,
2001 Dec 05
0
digital unix problem
SEND: Teoman TURHAN
Hi teams.
I installed samba 2.0.9 on Alpha server TRU64 unix 4.0F. But I cannot configure --with-dfs because this Tru64 unix was installing chosed filesystem type UFS filesystem. but I used ./configure command and make and make install.
I installed ADVFS file system 2 days ago samba 2.2.2 on TRU64 unix. but I don't live a problem. all services were running.
UFS BUG
2000 May 08
1
question re: samba on Digital UNIX 4.0d
Hi everyone,
I'm going to try to install samba on a Compaq (Digital) alphaserver 400
running Digital UNIX 4.0d (formerly OSF/1). I've never used samba before. I
have been reading the documentation and wonder if anyone can help answer a
question or two...
The bundled book "Using Samba" (as well as at least one FAQ I believe),
suggests I may need to run the configure script using
2016 Jun 09
0
dfree is broken on this system
>
>> On Tue, Jun 07, 2016 at 01:36:52PM -0400, Thomas Schulz wrote:
>>> Running Samba 4.3.4 on a Solaris 10 i386 box and Samba 4.4.3 on a
>>> Solaris 10 sparc box.
>>> I have not looked at the logs for awhile. Just checking now and I see
>>> many of the following on both systems.
>>>
>>> [2016/06/01 11:22:04.402945, 0]
2016 Jun 08
0
dfree is broken on this system
> On Tue, Jun 07, 2016 at 01:36:52PM -0400, Thomas Schulz wrote:
> > Running Samba 4.3.4 on a Solaris 10 i386 box and Samba 4.4.3 on a
> > Solaris 10 sparc box.
> > I have not looked at the logs for awhile. Just checking now and I see
> > many of the following on both systems.
> >
> > [2016/06/01 11:22:04.402945, 0]
2000 Jun 07
0
dfree (Samba 2.0.7)
I'm useing Samba (2.0.7) on an Compaq TRUE64 (Digital OSF) Server.
Everything is working fine, but the dfree-script does not work.
I think it's not even called.
The corosponding entry in my smb.conf is:
[global]
server string = Samba %v Server, xxxx
workgroup = xxxx
keep alive = 30
dead time = 15
dfree command = /usr/local/samba/bin/dfree
The script it self works fine
2002 Feb 14
0
Oddness with dfree command and Samba 2.2.3a
I am attempting to use the 'dfree command' option of smb.conf to handle
a few special cases and the like for returning disk free information.
The Samba server is acting in a PDC role, running Samba 2.2.3a on a
SunBlade 100 running Solaris 8, patched with all Recommended patches.
From a Windows 2000 box (the only thing I have handy to test with, and
will be the bulk of our client
2002 Jun 14
2
Help: dfree command
Hi folks,
I'm trying to use a custom dfree command to have my Samba share reports
accurate disk usage, here my dfree script (I pretty much copied it right
off the smb.conf man page)
#!/bin/sh
/bin/df -k $1 | tail -1 | awk '{print $2" "$4}'
In smb.conf, I included this line:
dfree command = /usr/local/admin/samba-2.2.4/bin/dfree
This dfree command is root owned,
2015 Jun 24
4
LVM hatred, was Re: /boot on a separate partition?
Once upon a time, m.roth at 5-cent.us <m.roth at 5-cent.us> said:
> Here's a question: all of the arguments you're giving have to do with VMs.
> Do you have some for straight-on-the-server, non-VM cases?
I've used LVM on servers with hot-swap drives to migrate to new storage
without downtime a number of times. Add new drives to the system,
configure RAID (software or
1999 Jun 24
0
2.0.4b - Bug in dfree > 2GB reporting for 16-bit clients
In 2.0.4b using a 16-bit client (in this case Lanman for DOS), disk space
reporting for partitions greater than 2GB always reports 0 space free.
I've tracked this down to the disk_norm routine in the smbd/dfree.c file.
In the code for adjusting block size and disk size/free values for 16-bit
reporting, WORDMAX was incorrectly being multiplied by 512 before being
compared with bsize. This
2019 Nov 05
0
Got unexpected error occurred (error code -50) when using Mac OS X 10.12.6 access samba 4.10.7
Hi all,
When i used Mac OS X 10.12.6 to mount smb (samba version 4.10.7) share
folder and upload a folder which has few files then i got an unexpected
error (error code -50). Did anyone know what happened ? or what should i do
on my configuration?
My share conf is below:
[myfolder]
path = /tmpfs/mnt/pool/Pool_42442/v1/v1-f-1
write list = "admin" "@Administrator_Group"
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}'`
2004 Jan 06
0
dfree and linux quota
Hello Group!
I solved my problem about free disk space for users homes' combined
with quotas on linux box with a small perl script and the %U extension
parsed to my script. But I also have shares on other harddrives and there
are no quota. Now my question:
How can I get the real path of a share parsed to my dfree-script?
Thanks in advance
Johannes Laemmermann
I've tried any other
2018 May 04
0
dfree command...
I've put it in debug mode level 10.
The only place where dfree was displayed in the log is this.
[2018/05/04 04:53:53.397520, 3, pid=13784, effective(0, 0), real(0, 0)]
../source3/param/loadparm.c:2668(lp_do_section)
Processing section "[global]"
...
doing parameter read raw = no
doing parameter write raw = no
doing parameter write cache size = 262144
doing
2018 May 04
1
dfree command...
On Fri, May 04, 2018 at 05:10:47AM +0200, Robert S. Irrgang via samba wrote:
> I've put it in debug mode level 10.
> The only place where dfree was displayed in the log is this.
>
> [2018/05/04 04:53:53.397520, 3, pid=13784, effective(0, 0), real(0, 0)]
> ../source3/param/loadparm.c:2668(lp_do_section)
> Processing section "[global]"
> ...
> doing
2002 Oct 03
1
Fw: 'max_four_gig' parameter to normalize to 4GB
Hi @all,
sorry for the repost but there was no answer and this is very important
for me and the users of fli4l.
> Hi,
>
> at first sorry for my bad english...
>
> I'm working on a little samba package for a routing projekt:
>
> www.fli4l.de
>
> This is a router, which runs from a single floppy. For easier use of
> printing functions for Win-Clients and for
2002 Sep 24
0
'max_four_gig' parameter to normalize to 4GB
Hi,
at first sorry for my bad english...
I'm working on a little samba package for a routing projekt:
www.fli4l.de
This is a router, which runs from a single floppy. For easier use of
printing functions for Win-Clients and for simple shares my package
comes with Samba, with an very old version (1.9.18p10). I need this old
version because she is very small and fits on the floppy.
New
2016 Nov 16
2
Disk size on share with multiple partitions
Am 15.11.2016 um 13:00 schrieb Volker Lendecke:
> On Tue, Nov 15, 2016 at 12:25:32PM +0100, Jochen Eggemann via samba wrote:
>> 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
2008 Oct 09
1
dfree causing write access problems
Hi I'm having problems with the dfree option on a Solaris 10
fileserver. Specifically: I had 3.0.X on the fileserver and the dfree
option worked fine. I upgraded to 3.2.2 and now if dfree is enabled
the clients get 1MB reported as the size of the share and when a
client tries to right to the system they get told that the filesystem
is full. The script output has been tested throughly
2009 Jul 01
0
Unix Extensions + ext3 quotas + df
Hi,
Some time ago, I reported an issue (1) regarding to the "disk free"
to Quotas mapping when Unix Extensions are enabled.
The issue still persists in RHEL 5.3 (samba-3.0.33-3.7.el5).
In the meanwhile I have found a workaround via the attached *ugly*
patch, but an official solution would be appreciated.
Best regards,
Juanjo
(1)