Displaying 12 results from an estimated 12 matches similar to: ""Called name not present" - using smbclient from linux to access win98"
2005 Jan 07
1
"Called name not present" - using smbclient from linu x to access win98
Thanks a lot!
That would be great if you can explain further why and how the netbios
session requires the netbios name, not ip address,
Thanks again!
Cheers Jason
-----Original Message-----
From: Gerald (Jerry) Carter [mailto:jerry@samba.org]
Sent: Friday, January 07, 2005 10:42 AM
To: Chu, Xingjun [CAR:9D10:EXCH]
Cc: 'samba@lists.samba.org'
Subject: Re: [Samba] "Called name
2008 Jan 07
2
Propose mount.cifs/smbfs able to mount the child folder of share folder
Hi Samba team,
I feel user will feel more confortable when they can mount folder (via
mount.cifs or mount.smbfs) under particular shared folder.
Example:
I have a share folder call department, all department's folder arrange
inside
so I have a share folder call \\server\department
if I have a linux client under purchasing, I 2 command to get the
correct place, and I feel it is giving more
2002 Apr 14
1
Update: WARNING: --rsh or -e option ignored when connecting to rsync daemon]
UPDATE
i able to ssh between this 2 remote server, below is the extra info
rsync -avue ssh . username@hostname::sharefolder
WARNING: --rsh or -e option ignored when connecting to rsync daemon
rsync: failed to connect to HOSTNAME: Connection timed out
rsync error: error in socket IO (code 10) at clientserver.c(89)
-------------- next part --------------
An embedded message was scrubbed...
2002 Apr 16
3
Update: WARNING: --rsh or -e option ignored when connecting to rsyncdaemon]
the --pasword-file= option is only for passing a password to a rsync
server, as you have set up with the rsync --daemon process. Your
rsyncd.conf file is fine, too. The problem is that you aren't calling
your rsync daemon from your commandline. You are trying to connect via
rsync to host as axlink and start a 'rsync --sender' process, to transfer
data within the ssh process.
2005 Feb 03
0
Samba share mapped to a virtual directory via UNC within IIS doesn't work
I have a Samba share that I've created from a Linux box. I've mapped
this sucessfully to drive in Windows 2003 server. I'm also able to
read/write to it under Windows explorer just fine. It's using user
security so I have to enter the username and password defined in the
Linux box when connecting to this share.
I then mapped a virtual directory under IIS to the UNC name of this
2004 Jul 09
0
Samba Mount ignoring username (resolved)
>| mount -t smbfs -o user=administrator,password=xxxxxx
>//10.0.100.72/c$
>| /sharefolder
This has been resolved. I was not able to mount because I was using
"user=" instead of "username=".
I was still having trouble mapping a share from an XP workstation that
was only a member of a workgroup, but just remembered that that you must
forcefully permit sharing when
2004 Jul 09
0
Samba Mount ignoring username
>Max Kipness wrote:
>| Hello -
>|
>| When trying to create a mount to an XP workstation I continue to get
>| ERRDOS - ERRnoaccess (Access denied). When I turned on
>logging on the
>| XP workstation I discovered that it's logging a failed login attempt
>| by ROOT, and also using the default workgroup name that is
>entered in
>| the smb.conf file.
>|
2018 Jan 26
6
Adding Share Windows ACL
Hello,
im trying to setup a share using windows acls. I followed the step ins
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
but hanging at "Adding a Share"
# mkdir -p /srv/samba/Demo/
# chown root:"Domain Admins" /srv/samba/Demo/
*--> chown: ungültige Gruppe: »root:Domain Admins“*
# net rpc rights list privileges SeDiskOperatorPrivilege -U
2011 Nov 28
11
Is it possible to conditionally replace a file ?
As far as I can tell, the "replace" parameter is all or nothing.
What I am looking for is something like the exec/onlyif parameter that I can use to conditionally replace a file.
Any thoughts ?
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this
2008 Jun 27
3
Odd behavior on require => Package
I have this block of code:
package { "tallyman":
name => "tallyman",
ensure => latest,
require => Package["perl-libwww-perl"],
}
Which results in this error:
err: Could not apply complete configuration: Could not retrieve
dependency ''Package[perl-libwww-perl]'' at /var/puppet/modules/tallyman/
manifests/init.pp:7
Yet
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
--Apple-Mail-30--530209534
Content-Type: text/plain;
charset=US-ASCII;
format=flowed;
delsp=yes
Content-Transfer-Encoding: 7bit
I recently reformatted my hard disk on my MacBook Pro using a clean
install of Leopard (had Leopard before too but not from a clean
install). I had to reinstall R, and therefore installed the new
version 2.7.1 for Mac. In preparing some graphs, I noticed
2014 Apr 16
0
LXC vCPU controlling problem
Hi,guys! I've been using libvirt-1.1.1 with LXC1.0.0 to do my CS
homework.But I met a problem when I tried to set vcpu for a LXC.The
/sys/fs/cgroup/cpuset/machine/cpuset.cpus always show 0-3 no matter how
many vcpu I defined in the XML setting file.
But I found the command "virsh -c lxc:/// domaininfo lxc_name" got the
right number as it is defined.
What's the problem there? Is