Displaying 20 results from an estimated 500 matches similar to: "Share between two Unixes..."
2004 Feb 25
1
probleb with 'passwd chat' and 'passwd program'
Hi !
I have a problem using an external script to change password :
in smb.conf, i have :
=> passwd chat = "Changing password for*\nNew password*" %n\n "\nRetype
new password*" %n\n
=> passwd chat debug = Yes
=> log level = 100
=> unix password sync = Yes
=> passwd program = /usr/local/sbin/smbldap-passwd %u
The script is called normally, and logs show that the
2008 Jan 02
3
cwRsync on windows
Hi folks,
It may be a very basic question for many people here but I have been
struggling with Windows commandline. My CentOS machines are running
perfectly fine.
Question:
I have installed cwRsync server on one of Windows 2003 and cwRsync
client on the other Windows 2003. What command should I run to connect
to the cwRsync server from the client? and how can I make sure that
cwRsync is even
2014 Oct 07
1
index problem with only 1 folder of 1 box
Hello,
First of all, sorry for my poor english level.
I pass to solr indexing.
All is OK, except for the inbox of one of the mailboxes. For this inbox
(other folders of the same mailbox have no problems), when i do text
search, there is always no response.
Others mailboxes have no problems.
If i do a : "doveadm -Dv fts rescan -u mybox at domain.tld", i can do one
and only one
2003 May 23
1
LDAP & Kerberos
Xcuse me for stupid questions... but why almost all of U are usiing
samba+ldap+kerberos, is it better than default authentication method?
And could anyone assist me in tunning this mad thing up? I don't ever
now what they (LDAP and Krb) are used for. Maybe U would be so kind to
give me some advices considering this topic or some url's where i can
find same topics disscussions. Thanks for
2005 Nov 27
0
Setting up samba
I've setup samba on my slacware box. Here is my smb.conf:
###################################3
My SMB.CONF
###################################3
root@darkstar:/usr/local/samba/bin# cat ../lib/smb.conf
[global]
workgroup = home
netbios name = darkstar
[videos]
path = /mnt/backup
public = yes
writable = yes
###################################3
My TESTPARM SMB.CONF
2017 Jan 17
2
Loop Invariants Detection questions
Hi all!
I'm new here, and would like to implement my own Loop Invariant Detection
adding some more information on Quasi-Invariants.
First, is there anything about Quasi-Invariants detection in LLVM I would
missed?
I've seen LICM using LoopInfo::isLoopInvariant for finding invariants.
It seems that this method considers a Value invariant if:
- it's an Instruction not presents in the
2002 Aug 10
1
How to mount a resource with non ascii chars??
Hi Samba Users,
After searching through recent archives, I'd like to pose this question:
How does one smbmount a Windows a share with non-ascii letters in the
share name?
Let's say the target is Windows 2000 Pro Deutsch (German).
It has two shares: /data and /d?ta [d,umlaut-a,t,a]
From Redhat linux 2.7.4 and 2.4.18 I try to mount these directories.
mount -t smbfs -o
2004 Aug 16
1
linux, XP, and samba
Can any suggest why the mount failed? The IP address of number1 is
192.168.0.1. Here's the script:
Thank you.
Script started on Mon Aug 16 12:49:14 2004
[root@number4 root]# smbclient -L number1
added interface ip=192.168.0.4 bcast=192.168.0.255 nmask=255.255.255.0
Password:
Domain=[HOME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
2005 Oct 20
1
can smbmount access paths in shares?
Can a linux machine running samba mount a pathname within a share into a
local path? I'm runing samba-3.0.20b-1 on a centos 4.1 (rhel4) box.
I've tried this and it fails:
smbmount //servername/home/media /mnt/media/server/ -o
username=myuser,password=mypass
The error is:
8465: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid
share name)
When I omit the last
2006 Jan 11
1
Can't mount dir on hdb1
Hi All,
Running Samba on a Fedora 4 machine in a mixed home environment.
Domain=[HOME-NETWORK] OS=[Unix] Server=[Samba 3.0.14a-2]
Trying unsuccessfully to mount the dir that's on hdb1 on another Fedora
4 machine. Can mount any dir from hda just fine. Only problem is the one
on hdb1. File permissions and everything else I can think of checking is
identical. Just refuses to mount hdb1. Here
2002 May 21
1
Linux to Windows Dfs
Howdy
Is there any reason why I cannot mount to a Dfs share on a Windows 2000 box
from Linux?
I have tried:
# mount -t smbfs //server/share$ /mnt/point -o username=user
Which works...
# mount -t smbfs //server/share$/home/pupils/user /mnt/point -o username=user
Trying to mount any share within the Dfs root retruns:
23479: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
2006 May 31
0
how to disable callback
How do I locally disable a callback from being performed?
My class has
class Keyword < ActiveRecord::Base
after_update :switch_versioned
private
# Callback used to warn the user that an updated record
# has not been saved in the version table
def switch_versioned
logger.debug "coucou"
self.versioned= false
end
But another class has a
2001 Mar 06
2
Printing and Sharing
Ok, I'll start with the sharing. I'm trying to use smbmount to mount the
file space on the other computer so I can browse it through this one.I type
in
[root@localhost /]# smbmount //jdph5/i$ <file://jdph5/i$> /mnt/smb -o
username=dnestler
Password:
tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share
name)
SMB connection failed
Now I know that the share
2002 Jun 07
2
Mappoing from Samba client to \\server\share\dir ?
Hi!
How do I create a mountpoint with smbmount, that attaches to
\\server\share\dir (on a Windows 2000 server) ?? If I mount to
\\server\share I'm not able to see anything - but the mapping to the same
server (from a Win2000 client) is okay, and I can see the contents of the
directory... Trying to map to //server/share/dir gives me an error:
24402: tree connect failed: ERRDOS -
2006 Sep 28
3
Cannot connect to a windows network
Hello,
I am trying to use Samba to let me mount windows network drives on an
Ubuntu Dapper Server installation that I am using as a desktop.
Using:
testparm
my smb.conf seems to be ok.
Using
smbclient -L GM.local -U username -p
Gives me a full listing of all network drives, which again seems to be
good. So now I try this:
sudo mount -t smbfs -o username=username \//GM.local/DC4
2004 Nov 17
3
Samba share to access windows folders in linux.
Hi,
I am trying to access folders on a windows system on a linux system using
the command,
smbmount '//a.b.c.d/CCViews/abcd/abcd_Linux_dev' '/root/pqrs/LinuxDev' -o
username=abcd/<domain>,uid=abcd,gid=abcd
This prompts for a password and I give the correct domain password here. It
gives me the error:
21896: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
2002 Nov 29
2
Connection to a Remote XP Box
What I've done so far:
Studied man samba
Connected to my parents XP box on my LAN (two different connections, even).
root@omega-fleet root]# smbclient -L 64.131.112.121
added interface ip=192.168.1.11 bcast=192.168.1.255 nmask=255.255.255.0
added interface ip=192.168.1.10 bcast=192.168.1.255 nmask=255.255.255.0
session request to some.ip failed (Called name not present)
session request to
2017 Jan 18
2
Loop Invariants Detection questions
Ty Eli for your answer.
On Tue, Jan 17, 2017 at 8:11 PM, Friedman, Eli <efriedma at codeaurora.org>
wrote:
> On 1/17/2017 7:12 AM, Thomas RUBIANO via llvm-dev wrote:
>
>> Hi all!
>>
>> I'm new here, and would like to implement my own Loop Invariant Detection
>> adding some more information on Quasi-Invariants.
>>
>> First, is there anything
2003 Jun 30
1
FW: mount -t smbfs
Is anybody can help me on this please.
Can I mount a Fat32(Win XP) file system on my Linux server(Red Hat 8). I
was able to mount windows 98 and not with Xp or NT.
smbmount //xp/e test -o username=srai
Password:
3870: session setup failed: ERRDOS - ERRnoaccess
SMB connection failed
mount -t smbfs //XP/e test -o username=srai
Password:
3872: session setup failed: ERRDOS - ERRnoaccess
SMB
2004 Jan 15
0
smbmount problem
Hi,
I don't know why smbmount doesn't work. My samba version is 3.0.0. Remote server (192.168.1.1) is running samba 3.0.0 too. Both are linux machines.
1) If I try to mount a existing share i get this
/usr/local/samba/bin/smbmount //192.168.1.1/PAVFN /monta
added interface ip=192.168.1.200 bcast=192.168.1.255 nmask=255.255.255.0
Password:
smbfs/init_mount: execv of smbmnt failed.