Displaying 20 results from an estimated 1100 matches similar to: "only 1.3 of 12 GB will transfer from OSX to Linux"
2002 Oct 25
4
Samba 2.2.6 leaks file descriptions!
Hi
My server has ran out of file descriptors(FDs) a few times since 2.2.5 up to 2.2.6.
When looked into the problem I found a lot of smbd processes that had hundreds of open FDs.
I am on RH 7.2.
Any ideas?
I have compiled the sources form SAMBA_2_2 CVS branch from yesterday.
usally I just specify the --prefix= parameter to configure before I do make clean;make; make install
I also noticed
2005 Oct 24
2
"rsync: not found" error with sshwindows
I'm trying to copy files from a Linux system to a Windows XP system running
sshwindows. I can use gFTP and log in just fine. sshwindows is based on
cygwin so you just use /cygdrive/c/ to access the Windows C: drive, etc.
But for some reason, rsync is having problems transferring files to this system:
[1710][~]$ rsync -av /tmp/foo.txt user@windowsbox.com:/cygdrive/c/
2004 Sep 28
1
infinite loop in rsync daemon on Mac OSX
Hello,
I've got rsync --daemon running on an OSX machine, and I have it exporting
the entire hard disk as [rootpath]. On my Linux machine, I run this:
rsync -avvv --delete --exclude /Volumes macbox::rootpath /mnt/bkup/macbox
I redirect the output from that command to a file (nohup.out), and then tail
the file, and I see that it never gets beyond the recv_file_name() stage.
In about 4
2015 Nov 18
0
Cannot chown file to active directory user/group on member server
On 18/11/15 22:32, Jeff Dickens wrote:
>
> Ok, so I have it working, sort-of. It's kind of screwed up. Here's
> what I did, and then a couple of followup questions.
>
>
> On the DC I ran wbinfo -i to look at some existing groups:
>
> root at athens:/etc/pam.d# wbinfo -i domain\ guests
> domain guests:*:3000012:3000012::/home/IOL/domain guests:/bin/false
>
2008 Mar 26
1
samba3.0.22 - "net setlocalsid" with no effect
Hello again,
Here one more post to get my roaming profiles work.
I want to change the SID of the Samba 3.0.22 PDC following this
description:
http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#id2600168
Results:
first
root# net getlocalsid
<error, which I can't remember or produce>
next step:
root# net setlocalsid SID_WANTED
root#
root# net getlocalsid
SID
2015 Nov 18
2
Cannot chown file to active directory user/group on member server
On Wed, Nov 18, 2015 at 6:00 AM, Rowland Penny <rowlandpenny241155 at gmail.com
> wrote:
> On 18/11/15 10:27, Jeff Dickens wrote:
>
>>
>>
>> On Nov 18, 2015 4:35 AM, "Rowland Penny" <rowlandpenny241155 at gmail.com
>> <mailto:rowlandpenny241155 at gmail.com>> wrote:
>> >
>> > On 17/11/15 23:09, Jeff Dickens wrote:
2006 Mar 16
0
password expiry
I AM PARVEEN KUMAR. I HAVE CONFIGURE SAMBA AS A PDC WITH TDBSAM DATABASE.
I WANT TO APPLY A PASSWORD AGING FOR MY DOMAIN users. FOR THAT I HAVE USED
PDBEDIT COMMAND.
root# pdbedit -P "min password length" -C 8
account policy value for min password length was 5
account policy value for min password length is now 8
root# pdbedit -P "password history" -C 4
account policy
2002 Oct 24
1
MSDFS info...
Hi, I'm new on Samba...
I'm trying to set a samba server with a DFS share. I have found this
example:
# The smb.conf file:
[global]
netbios name = SAMBA
host msdfs = yes
[dfs]
path = /export/dfsroot
msdfs root = yes
then I must create some link into /export/dfsroot:
root# cd /export/dfsroot
root# chown root /export/dfsroot
root# chmod 755 /export/dfsroot
root# ln -s
2006 Jan 31
1
rsync using ssh get stuck
Hi,
We started working with rsync to sync data between remote sites.
We started seeing many stuck rsync processes.
Usually it happens in the ssh stage while the ssh issues a "select"
syscall on fd #4 while it is long gone.
Here is an example:
root@ptsl2171:/root# ps -efwww |grep ekrimer
ekrimer 28619 4979 0 Jan28 ? 00:00:00
2003 Apr 23
0
apsfilter warning: unknown option 'myhost.mydomain.com'
On Tue, Apr 22, 2003 at 10:09:10AM -0400, jef moskot wrote:
> I am having the exact same problem mentioned here:
> http://www.apsfilter.org/Lists-Archives/apsfilter-stable-0211/msg00020.html
>
> This is a fresh install of the FreeBSD port: apsfilter-7.2.5_1
> The OS is also a fresh install of FreeBSD 4.8-RELEASE.
> Was a solution ever found for this issue?
[ Cc'd to
2001 Dec 14
1
Using MSDFS
I've set up a dfs share according to instructions. There is one part of the instructions that I don't understand. I've checked the forum archives but can't find any examples which might help.
In the Instructions section (4.1 of the HTML Samba Project Documentation), is shows how to set up the symbolic links in a DFS share, as shown below.
I have 2 Samba servers (SMB1 and SMB2).
2002 May 24
1
Printing Patches for 2.2.4 (roll-up)
Here's a rollup patch for most of the printing fixes in SAMBA_2_2.
Issues fixed are
* change notification never gets called on a SetPrinter()
* alignment bug in marshalling PRINTER_INFO_2 causes
problems viewing printer properties from win2k/XP clients
* devmode unmarshalling bug causes ACT! 2000 on 2k client
to fail to print
Enjoy. Feedback welcome if this fixes (or does
2008 Sep 24
1
ubuntu installation: can't find ldpaths
I'm trying to install R under Ubuntu 7.10 (gutsy; Linux
2.6.22-15-generic x86_64). Following the instructions at
http://cran.r-project.org/bin/linux/ubuntu/README, I installed r-base,
r-base-core, and r-base-dev without any problems. When I open R,
however, I get the message "Can't open /usr/lib64/R/etc/ldpaths".
That file is linked to /etc/R/ldpaths, which doesn't exist
2018 Mar 31
2
Migrating: tdb to ldap (Samba Classic)
Guys,
We have a Samba 4 PDC with TDB backend. We're now trying to a BDC so we
need to migrate from TDB to LDAP . I've read the Samba documentation which
says using tdb in both servers will cause issues. So the question is how do
we migrate from TDB to LDAP in the PDC. The setup we are going for is each
DC will have LDAP setup. The LDAP servers will then be replicated. Reading
the official
2012 Feb 19
4
dovecot freezes when trying to get mail from maildir with mail
I'm completely stumped by this problem and I've tried everything at
present - including installing dovecot from scratch.
The problem is that when trying to get email from the server -AND-
there's email in the account, the pop3 or imap process freezes and no
email is fetched. The crazy thing is, that it has been working
perfectly, but suddenly I'm getting these freezes both
2006 Feb 28
2
Problem with two cards Digium
Hello,
I`ve got a problem which I can`t deal with. I own 2 cards - TDM2400P and
TE410P. I`ve put them into a HP Proliant DL380 G4 server, compiled the
drivers according to the manual. Unfortunetly there are both cards
channels are configured in zaptel.conf file the first module (in this
file) sends an error.
For configuration:
span = 1, 1, 0, ccs, hdb3, crc4
fxsks = 21-24
bchan = 25-39,
2014 Dec 11
0
CentOS 7 grub.cfg missing on new install
On 12/10/2014 10:13 AM, Jeff Boyce wrote:
> The short story is that got my new install completed with the
> partitioning I wanted and using software raid, but after a reboot I
> ended up with a grub prompt, and do not appear to have a grub.cfg file.
...
> I initially created the sda[1,2] and sdb[1,2] partitions via GParted
> leaving the remaining space unpartitioned.
I'm
2005 Mar 29
0
Stale byte range locks - How can I remove them w/o restart?
I am having a problem that I have seen described in various bug reports..
One filed bug (#1267) was supposed to have been fixed in 3.0.7 but this
problem is still existing in 3.0.10 from what I can tell. Here's what I see:
mercury:/root# smbstatus -LB
----------8<----------<SNIP>----------8<----------
Byte range locks:
Pid dev:inode R/W start size
2015 Dec 23
0
Unable to map a network drive on my PC to a shared directory on my LINUX server.
Removing samba-technical from cc list.
Hi Kenneth. It looks like this is a problem with your windows PC.
--
Michael Wood
On 21 Dec 2015 8:45 PM, "Kenneth Watanabe" <watana43 at unlv.nevada.edu> wrote:
> To samba technical support,
>
> I am still unable to map a network drive on my PC to my LINUX server using
> Samba. Below are the revised steps I have taken to get