Displaying 20 results from an estimated 5000 matches similar to: "smbmount error: can't find share"
1999 May 28
2
smbmount error
I posted a similar email recently regarding this. One thing has changed,
however; I have upgraded my kernel to 2.2.6 (hence I'm now using the samba
version of smbmount rather than the smbfs version).
I get the error "no such device" when trying to mount a network drive.
My command line is:
smbmount "\\\\susangra\\c-hd" -c 'mount /mnt'
the console text which
2000 May 25
2
Errors with smbfs/smbmount
On Wed, 24 May, Todd A. Green wrote:
I've been working with smbfs/smbmount the last few weeks to allow my
linux log processing server access to the logs on our NT servers.
The
problem is that after a period of time all the smbfs mounts become
invalid with either one of two errors.
Yes. I have exactly the same thing. 'Mount' shows them still mounted,
but 'ls -l' on the
2002 Sep 12
1
AW: File "locking" problem continues.
Hi Kris,
lsof (http://freshmeat.net/projects/lsof/) available with most distributions
might be your friend:
> About:
> Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open
> Files, and it does just that. It lists information about any files that
> are open by processes currently running on the system. It can also list
> communications open by each process.
Using
2000 Apr 03
2
problem compiling 2.0.6 --with-smbmount
I have built, installed, and run 2.0.6 successfully without smbmount,
but want to do it with this time. I know that it's not part of samba,
but am hoping someone can tell me if I'm making a simple mistake. It's
possible that it's not even samba related. I'm a novice at this and
have not gotten very good at figuring out what's wrong when something
doesn't build
1999 May 20
8
SMBFS stack overflow?
Sorry about the previous message...
Note that the maintainer listed in MAINTAINERS is no longer active, so
perhaps it should be updated?
I've found a problem with SMBFS and *really* long pathnames. It causes
the kernel to OOPS, and sometimes corrupts the kernel stack. I've even had
it corrupt the SLAB allocator so bad that no binary could be run :)
REPORTING-BUGS format answers, let
2007 Sep 11
2
Possible bug in authentication cache in dovecot 1.1.alpha4
Hello,
it seems that there is some bug in authentication cache code in dovecot
version 1.1.alpha4 - after login attempt with wrong password the correct
password also will fail.
I can reproduce it very easy:
$telnet 10.10.10.30 110
+OK Server. <861.2.46e6c679.jZ8QYpFmU8ZN6XIq7zPhkw==@server2>
user testuser
+OK
pass pass
+OK Logged in.
quit
+OK Logging out.
Connection closed by foreign host.
2019 Nov 28
2
security=domain fails after upgr. to 4.9, winbind doesn't help
Rowland penny via samba wrote:
> So your server doesn't seem to be able to find winbindd, are you sure it
> is running ?
>
> What does this show:
>
> ps ax | grep '[w]inbind'
>
> What OS is this ?
It's SuSE Linux Enterprise 15sp1. winbindd is definitely running, I showed
that in the first mail in the output of "rcwinbind status", there you can
2004 Aug 19
1
can't write superblock
Hi I have 2 servers. server 1(Fedora Core 2) shares /Shared with rwxrwx,
server2(Redhat linux 9) mount to /Shared from server 1. When I did
smbmount from server2, Shared is successfully mounted. I then remove
/Shared and recreate /Shared from server 1, I started having problem
from server 2. when I do mount, it still show Shared is mounted, but
when I do ls -l / , it displays /Shared
2004 Oct 31
2
samba 3.0.7 and os/2
Hello,
samba v3.0.7 on suse linux v9.1
os/2 v4.x
I have started the process of replacing our os/2 hosts with linux,
starting with the server(s). Most of the problems have been firewall
related, a topic only briefly discussed in the docs (nudge).
Some of the hosts can now interact with the linux samba shares; not all
though. I have run ip traces and have gotten to a point that is a
2006 Mar 07
3
[Samba Version 3.0.20b-3.4-SUSE]: WinXP-Error writing to share
Hello mailing-list,
this is my first post and i hope that you enjoy my very bad but
sometimes funny english.
My Problem is the following:
First of all, my server-config:
Samba Version 3.0.20b-3.4-SUSE
on a
SUSE Linux Enterprise Server 9
with Kernel 2.6.5-7.252-smp
Now the problem is, that samba generally works fine, but it doesn't work
to work with a special application directly on a
2006 Nov 05
2
windows 2003 authentification on SAMBA PDC
I want authenticate windows 2003 R2 on SAMBA PDC.
I have bind with these records.
_ldap._tcp.mydomain.com. SRV 0 0 389 server2
_kerberos._tcp.mydomain.com. SRV 0 0 88 server2
_ldap._tcp.dc._msdcs.mydomain.com. SRV 0 0 389 server2
_kerberos._tcp.dc._msdcs.mydomain.com. SRV 0 0 88 server2
And y have also server2 A record.
server2 IN A 192.168.250.253
2015 Sep 11
2
automounter with users home directories on centos 7.
On Fri, 11 Sep 2015, Jason Welsh wrote:
> ok, I have moved home out of the way and restarted automounter..
> and now I see the /home directory appear when autofs is started, but there is
> still nothing there..
>
> [root at server2 home]# cd /home
> [root at server2 home]# ls
> [root at server2 home]# cd jason
> -bash: cd: jason: No such file or directory
> [root at
1999 Jul 20
1
Root Access rights after smbmount
Hello,
I am using samba 1.9.18p10 in conjunction with a 2.0.36 kernel (SuSE-Linux
distribution 6.0). After I mount an NT share with smbmount in the following
way...
smbmount //server/share /home/test -U User -P password -D Domain -u 0 -g 200 -f
664 -d 775
... the whole share gets mounted with absolutely no rights (0000). The "ls -l
/home" shows this:
d--------- 1 root root
2012 Feb 01
2
Bash scripting - Remotely ran commands break while loop
I have two CentOS5 systems server1 and server2. There is user peter on
server1 who can ssh to server2 using public ssh keys and no password is
needed.
What I noticed is that running remote ssh commands in bash script breaks
while loops.
======
#!/bin/sh
for i in server2 server2; do
echo "--> Start"
ssh peter@$i ls
echo "--> END"
done
echo " server2
2015 Sep 10
3
automounter with users home directories on centos 7.
----- Original Message -----
|
| [root at server2 home]# mount server1:/home/jason /home/jason
| [root at server2 home]#
| [root at server2 home]# ls /home/jason/
| Desktop Documents Downloads Music mylogfile.txt Pictures Public
| Templates Videos
| [root at server2 home]# df -h /home/jason/
| Filesystem Size Used Avail Use% Mounted on
| server1:/home/jason 297M 19M 278M 7%
2018 Feb 01
2
How to trigger a resync of a newly replaced empty brick in replicate config ?
Hi,
My volume home is configured in replicate mode (version 3.12.4) with the bricks
server1:/data/gluster/brick1
server2:/data/gluster/brick1
server2:/data/gluster/brick1 was corrupted, so I killed gluster daemon for that brick on server2, umounted it, reformated it, remounted it and did a
> gluster volume reset-brick home server2:/data/gluster/brick1 server2:/data/gluster/brick1 commit
2015 Apr 17
2
mailbox deletion is not replicated correctly
On 16.04.2015 20:32, Timo Sirainen wrote:
> On 16 Apr 2015, at 19:22, Dennis Kuhn <d.kuhn at heinlein-support.de> wrote:
>>
>> i can't delete several folders at once. I have a folder structure like
>> folder1/folder2/folder3 (we use slash as hierarchy separator). When i
>> delete folder1 server1 executes the command correctly
>>
>>
>> Apr 16
2017 Jun 01
1
Restore a node in a replicating Gluster setup after data loss
Hi
We have a Replica 2 + Arbiter Gluster setup with 3 nodes Server1,
Server2 and Server3 where Server3 is the Arbiter node. There are several
Gluster volumes ontop of that setup. They all look a bit like this:
gluster volume info gv-tier1-vm-01
[...]
Number of Bricks: 1 x (2 + 1) = 3
[...]
Bricks:
Brick1: Server1:/var/data/lv-vm-01
Brick2: Server2:/var/data/lv-vm-01
Brick3:
2013 Mar 26
2
Internal DNS and Replication
I'm trying to join a Linux server running Samba 4.0.4 as a DC to an
existing AD domain. The current DC (server1) is running Server 2008 not
R2. The Samba server (server2) is using internal DNS. I'm following
"Samba4/HOWTO/Join a domain as a DC" from the wiki. The join seems to
work, but I'm having problems with DNS replication.
During the join many DNS records for
2015 Apr 16
2
mailbox deletion is not replicated correctly
i can't delete several folders at once. I have a folder structure like
folder1/folder2/folder3 (we use slash as hierarchy separator). When i
delete folder1 server1 executes the command correctly
Apr 16 13:44:28 server1 dovecot: imap(d.kuhn at heinlein-support.de):
Mailbox deleted: INBOX/Trash/folder1/folder2/folder3
Apr 16 13:44:28 server1 dovecot: imap(d.kuhn at heinlein-support.de):