Displaying 20 results from an estimated 2000 matches similar to: "Linux vs WinXP SP2"
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
2004 Jun 16
0
Smbclient succeeds but smbmount fails
Hi,
I can't seem to overcome an odd problem connecting to a directory share
exported by a Win2K (Pro) workstation from my RH Linux 9 system. I was
able to accomplish this successfully with Samba 2.2.7 (using mount -t
smbfs ...). With that configuration, however, I was unable to get
Windows clients to connect to shares exported by the Linux box, so I
upgraded to Samba 3.0.4. Under Samba 3 I
2005 Apr 18
0
findsmb, windows xp sp2 not listed?
Hi,
findsmb doesnt list the only xp machine in the network...
smbclient -NL 192.168.10.10 shows:
Anonymous login successful
Domain=[ARBEITSGRUPPE] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
Error returning browse list: NT_STATUS_ACCESS_DENIED
session request to 192.168.10.10 failed (Called name not
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
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
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 Sep 04
1
Findsmb manual page now lies because the output of smbclient -L changed?
In 2.2.8a days, findsmb would print the OS and Server version of the
machines it found, like this:
*=DMB
+=LMB
IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
---------------------------------------------------------------------
192.168.49.247 WINQA1 [QATEST] [Windows 5.0] [Windows 2000 LAN
Manager]
192.168.49.250 WINQA2
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:
>
>
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 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,
2008 Oct 26
0
Samba findsmb and smbtree inconsistent
I have a samba server 3.0.28a set up on ubuntu 8.04, which is accessed by a
windows xp client.
The windows machine can see and download all the shared folders from the
linux machine, and the linux machine can download from the windows machine
with smbclient.
However, when I issue "findsmb" the linux machine only reports itself, not
the windows machine. The man pages show it
2000 Jan 16
1
findsmb patch
Hello Herb, all. I recently played a bit harder with Samba, as I'm
working on getting it set up for my sister (remotely). I came across
Herb's old 'findsmb' perl script which got me a lot further along than
I had been. I wanted to note a small patch I made in order for the
script to deal with 'bad' characters in the machine names:
--- /usr/bin/findsmb Mon Oct 12
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
2005 Dec 07
1
http://optics.ph.unimelb.edu.au/help/samba/findsmb.1.html
Hi,
Re: http://optics.ph.unimelb.edu.au/help/samba/findsmb.1.html
http://www.cl.cam.ac.uk/~pb/NSLU2/NSLU2.html#S0500
Could you please advise whether or not "findsmb" should work on a WindowsXP
machine?.
*'findsmb' is not recognized as an internal or external command, operable
program or batch file.*
**
I'm trying to set-up a Linksys NSLU2 to run Apache, php and MySQL and am
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)