similar to: Smbclient succeeds but smbmount fails

Displaying 20 results from an estimated 4000 matches similar to: "Smbclient succeeds but smbmount fails"

2002 Oct 11
2
mount_smbfs can't get server address
i am running freebsd 4.6.2 i am using this command to mount a windows share from windows xp mount_smbfs //user@server/share_name /path/to/mount_point and everytime i get this message mount_smbfs: can't get server address: ssyerr = operation timed out i have also tried this command mount -t smbfs //user@server/share_name /path/to/mount_point and get the same message can any one give me some
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
Hello all This patch tries to remove a few bugs from smbmount. It would be nice to get some testing+feedback on this from others using smbmount and possibly get these things fixed for the next release of samba. It does the following: * Change lib/debug.c to allow changing your mind on being interactive. A second call to setup_logging should now replace the effects of a previous call. (hmm,
2003 Mar 21
1
WinXP Pro passwords
Set-up Mandrake 8.2 Samba 2.2.3 Problem description When changing the password of an existing user or adding a new user they can not logon from a WinXP Pro machine. Existing users can logon OK from WinXP Pro and Win98. New users, and those with password changed, can logon from a Win98 machine (smbclient \\\\server_name\\share_name -U user_name works OK). I have started an stopped samba but it
2005 Jan 24
0
Linux vs WinXP SP2
I use samba 3.0.10 on my linux box and I would like to access to a winXP LSD (it's a kind of light windows based on Service Pack 2 (SP2)). Unfortunately, it doesn't work although it worked with a SP1 windows. Here is what I have done : $ smbclient -L ip_winxp .... added interface ip=192.168.0.4 bcast=192.168.0.255 nmask=255.255.255.0 Netbios name list:-
2003 Aug 23
0
Please help: Need help to upgrade Samba
Hi. I used Samba 2.2.x on my server with LDAP backend. I also had linux users in LDAP (pam_ldap). I had a separate tree for Samba and for linux users. Because I had problems browsing the user lists when trying to set permisions on a share on Win2k and WinXP members of domain and also for other reasons (printer drivers,...) I started an upgrade process to Samba 3.0 . After playing a lot with
2000 Jun 13
1
a bug in smbmount
Hello All! There was a problem: then the samba server goes down, the smbfs tries to reconnect only once. Then the server returns online the smbfs dont restore connection and say "I/O error" without keeping trying to reconnect. I found that there is no problem in smbfs kernel module. Each time it got CONN_INVALID, it send SIGUSR1 to smbmount daemon, which has to restore connection. The
2000 May 16
0
smbmount - what permissions? (again)... one solution
Hello, I have found a solution on an other news group : uk.comp.os.linux There is a set of messages with the subject "Ordinary user to mount SAMBA share" You can read the content of that uk.comp.os.linux group through the web, the URL is http://x35.deja.com In one of the message the author wrote "After, further test. I find smbmount, unlike mount, requires the user owns the
2007 Dec 21
0
online resizing (including shrinking) pushed out
Hello everyone, Just before I head off to xmas vacation, I've pushed out my current queue of unstable things to the unstable tree. The big changes are the online resize, and a very very simple form of ENOSPC detection: btrfsctl -r new_size /mount_point new_size can be an absolute number: btrfsctl -r 8g /mount_point or it can be an relative number: # add 4GB btrfsctl -r +4g /mount_point
2013 Sep 02
0
chaining of create_resources
Hi I am using create_resource to create a dir and then mount it. I am using two create_resources and want one to be completed before other. $mount_point = hiera(''test::mount_point'', []) $defaults = { ''ensure'' => ''directory'', } $mountit = hiera(''test::mountit'') create_resources (file, $mount_point, $defaults)
2018 Mar 12
2
NT_STATUS_ACCESS_DENIED listing \* on Samba AD - out of the blue
I have a Samba AD running Samba 4.7.5. Everything was working fine, when, seemingly out of the blue, the users started to be denied access to all shares. If I try from a Windows 7 or Windows 10 machine, logged in as a user in "Domain Uses", I get: "Windows cannot access \\server-name\share_name. You do not have permission to access \\server-name\share_name" If I use
2018 Mar 12
0
NT_STATUS_ACCESS_DENIED listing \* on Samba AD - out of the blue
On Mon, 12 Mar 2018 11:11:44 +0000 Sebastian Arcus via samba <samba at lists.samba.org> wrote: > I have a Samba AD running Samba 4.7.5. Everything was working fine, > when, seemingly out of the blue, the users started to be denied > access to all shares. If I try from a Windows 7 or Windows 10 > machine, logged in as a user in "Domain Uses", I get: > >
2018 Mar 12
0
NT_STATUS_ACCESS_DENIED listing \* on Samba AD - out of the blue
On Mon, 12 Mar 2018 11:36:47 +0000 Sebastian Arcus via samba <samba at lists.samba.org> wrote: > > On 12/03/18 11:28, Rowland Penny via samba wrote: > > On Mon, 12 Mar 2018 11:11:44 +0000 > > Sebastian Arcus via samba <samba at lists.samba.org> wrote: > > > >> I have a Samba AD running Samba 4.7.5. Everything was working fine, > >> when,
2013 Jan 24
2
rsync parameters errors
In my new bash script, I'm doing what I think is a very simple rsync command the way I'm used to doing it. I just do a lot of setup and checking before I get to it. When I run it, it gets very unhappy with me. It's probably something very simple. I need to build the rsync command in a string so that some things can go away - like if my variables DRY_RUN and DELETE are undefined,
2018 Sep 11
1
Ensuring that rsync doesn't try to write to an unmounted drive
On Tue, 2018-09-11 at 12:56 -0400, Kevin Korb via rsync wrote: > --timeout is about network connection timeouts. You aren't using the > network so it doesn't apply at all. Even if you were networking an > unmounted filesystem is an empty directory as far as rsync is > concerned > and rsync would treat it that way with no idea that you intended to > have > something
2018 Mar 12
2
NT_STATUS_ACCESS_DENIED listing \* on Samba AD - out of the blue
On 12/03/18 11:28, Rowland Penny via samba wrote: > On Mon, 12 Mar 2018 11:11:44 +0000 > Sebastian Arcus via samba <samba at lists.samba.org> wrote: > >> I have a Samba AD running Samba 4.7.5. Everything was working fine, >> when, seemingly out of the blue, the users started to be denied >> access to all shares. If I try from a Windows 7 or Windows 10 >>
2014 Aug 28
2
Samba 4 As PDC Not Populated In Windows Network
Dear Sirs, I have been given your e-mail address by Jeremy Allison. I would like to submit the following issue I have. You should also know I have been searching Internet for articles before and found that the behavior I wish you to help me with is quite common. The issue is the Samba 4 server integration into a Microsoft Windows network. I have done this and that configuration as particular
2011 Dec 23
1
Help - Mounting a Windows computer with two IP addresses
Hi all, I need to mount a Windows share locally on my laptop. However, I cannot do this via sudo mount -t smbfs //host_name/share_name /local_mount because the host_name has two IP addresses with it as shown by nmblookup //host_name. (That is, I try mounting and I'm given this error: mount error(115): Operation now in progress Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
2006 Apr 04
0
get quota command - Example
I know when I went looking for a complete example of how to interface with samba's quota system there was no good ones, so here it is. I developed this yesterday with a lot of trial and error. Feel free to use this in any way people feel fit. With this script I can now get correct used/free reporting based on the output of quota for both users and groups. I developed this because samba
2018 Mar 12
2
NT_STATUS_ACCESS_DENIED listing \* on Samba AD - out of the blue
On 12/03/18 12:56, Rowland Penny via samba wrote: > On Mon, 12 Mar 2018 11:36:47 +0000 > Sebastian Arcus via samba <samba at lists.samba.org> wrote: > >> >> On 12/03/18 11:28, Rowland Penny via samba wrote: >>> On Mon, 12 Mar 2018 11:11:44 +0000 >>> Sebastian Arcus via samba <samba at lists.samba.org> wrote: >>> >>>> I have a
2007 Jan 10
0
[DTrace] new iosnoop
G''Day Folks, I''ve just rewritten iosnoop so that uses command line arguments (I caved in and used a little Bourne shell for this - hence it''s lost it''s ".d" extension). It''s much more useful now. # iosnoop -h USAGE: iosnoop [-a|-A|-Degstv] [-d device] [-f filename] [-m mount_point] iosnoop # default output