Displaying 20 results from an estimated 1000 matches similar to: "Weird authentication difference between smbclient and smbmount"
2006 May 14
2
911 @ Zap Channel Breakin
Ok here is one for you.
I know we all do the this for 911:
exten => _911,1,Dial(Zap/1/911)
exten => _9911,1,Dial(Zap/1/911)
And this probably is more then acceptable for most of us. However I
have a system setup that uses SIP for most calls and 1 POTS line. We
use a "least cost" routing that uses the POTS line for local calls AND
SIP when appropiate. What I want to do is
2004 Apr 21
2
help with smbmount and permissions
ok, on my windows machine, i see:
myname on 'computer01\home' (H:)
so i went to my linux box and did:
smbclient -L //computer01 -U myname
and i see Home listed as a sharename (why does windows show it as "home" but its really "Home" as reported by smbclient?).
well everything works fine if i mount it like this:
smbmount //computer01/Home /mnt/computer01/Home -o
2018 Oct 05
5
[Bug 13645] New: Improve efficiency when resuming transfer of large files
https://bugzilla.samba.org/show_bug.cgi?id=13645
Bug ID: 13645
Summary: Improve efficiency when resuming transfer of large
files
Product: rsync
Version: 3.0.9
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee:
1999 Jun 22
3
smbmount -- what am I missing?
I wish to mount a Win95 share on my linux machine. I can use smbclient
to get to the shared disk, using this format:
smbclient //win95.machine/share <password>
The win95.machine is listed in my /etc/hosts file.
I've tried every permutation of the smbmount syntax that I've been able
to find in the documentation, dejanews, or this mailing list. Perhaps
I've missed some. I
2006 Apr 10
7
Asterisk BRI in the USA
Hey all,
It such a shame that BRI technology is such a flop in the USA. For a
small office such as mine it would be a great product. So her goes my
question.... What is a known asterisk working BRI card that will
operate in the USA. I need to weigh price/quality. I need to do
DID/DDI (or what ever you want to call it). Asterisk will do everything
else I need. The ILEC has at the other
1999 Apr 26
1
Can't smbmount with samba-2.0
Hello,
I have a script on a production system at work that mounts an NT-exported
share for NFS re-export to some NFS-only clients. The system was RedHat-4
and samba 1.9, and used the following style command line (names have been
changed to protect the innocent :-)
smbmount //host/share /mnt/point -c HOST -U user -P passwd \
-u nobody -g nobody -f 666 -d 777
Now the system has been upgraded to
1999 Jul 24
0
smbmount problems.
OK so I can mount a cd-rom drive off an NT box no problem, as in.
I don't get any errors. here's what I do get.
[root@intranet /root]# smbmount \\\\192.168.2.3\\cd-rom /mnt/cdrom/
Added interface ip=192.168.2.2 bcast=192.168.2.255 nmask=255.255.255.0
Session request failed (131,130) with myname=INTRANET destname=192.168.2.3
Called name not present
Try to connect to another name (instead
2005 Mar 28
1
smbmount problem
Hello all:
I have an annoying problem with smbmount; My Win2k server has many
folders and files named with accented characters (cp850 and/or cp860 or
European w/0 euro or Portugese).
My mount command is:
mount -t smbfs -o username=leo,codepage=cp850 //<servername>/d$ /mnt/pt
to mount my d: drive at /mnt/pt
I am prompted for my password and the shared folder is mounted. I can
see all
2005 May 05
1
Re:
An HTML attachment was scrubbed...
URL: http://mailman.ds9a.nl/pipermail/lartc/attachments/20050505/6c1348a9/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Music_MP3.cpl
Type: application/octet-stream
Size: 24088 bytes
Desc: not available
Url : http://mailman.ds9a.nl/pipermail/lartc/attachments/20050505/6c1348a9/Music_MP3-0001.obj
2005 Dec 18
2
how to generate the api documentation localy with the same frameset as the online version?
hi
how to generate the api documentation localy with the same frameset
...i mean to be abble to have files classes and methods listing on
left.
thanks
2019 Nov 11
0
samab touch file on share no permisson allthough file is written
Hallo,
I ve a samba problem.
I m using a samba server on centos 7.
The share ist mounted by windows 7 and a centos client.
Everything is working but touch filename on the share shows the
message "no permission" allthough the file is written.
Has anyone a hint for me?
Ralf
2007 Mar 30
2
Replacing slot of S4 class in method of S4 class?
Dear all,
Assume that I have an S4 class "MyClass" with a slot "myname", which
is initialized to: myname="" in method("initialize"):
myclass <- new("MyClass", myname="")
Assume that class "MyClass" has a method "mymethod":
"mymethod.MyClass" <-
function(object, myname=character(0), ...) {
2019 Jan 05
4
how to set proxy systemwide (wget and docker)
Hallo,
what is the right way to set a proxy systemwide using centos 7?
I need this for wget and docker.
My first idea was /etc/environment but allthough the proxy is set wget and docker don? t connect to their target-systems.
Thanks for hints
Ralf
2003 Aug 28
4
NT: Cannot set default print options for client
Hi there!
* I put my printer drivers on the [print$] share
* Did everything as described in the Samba-Howto Colletcion
(made the first connection as root, etc.)
* Connected to the printers with a normal user and now I cannot change the
default print options allthough the user is in the local
Administrators group. Everything is grayed out.
Any idea what I am doing wrong?
Thank you.
+r
2009 Feb 04
0
Problems with 9133i config
I am unable to get my 9133i to register with my asterisk server. I am
including config files below, this a simple test network so there's nothing
secret in the config files. I have upgraded the phone to the latest software
version (1.4.3) I'm not sure what the problem is. I can call the phone from
a softphone, but the 9133i says "no service" on the screen and I can't dial
2012 Mar 10
3
function input as variable name (deparse/quote/paste) ??
Hi all
Say I have a function:
myname=function(dat,x=5,y=6){
res<<-x+y-dat
}
for various input such as
myname(dat1)
myname(dat2)
myname(dat3)
myname(dat4)
myname(dat5)
how should I modify the 'res' line, to have new informative variable name
correspondingly, such as
dat1.res
dat2.res
dat3.res
dat4.res
dat5.res
stored in the workspace.
This is only an example of a complex
2007 Sep 17
0
Help! Looking for the smbmount-nomtab.patch and smbmount-mtab-flags.patch
I have cross-compiled smbmount(smbmnt, smbclient) using samba-3.0.24.tar.gz,
then ported them to an ARM Arch machine whose /etc directory is read only.
The smbmount command always results in errors """Can't get /etc/mtab~ lock
filesmbmnt failed: 1"""
Someone says that If we rebuild samba with the smbmount-nomtab.patch and
smbmount-mtab-flags.patch, it would work
2006 Mar 16
1
Patch: patches for smbmount opton documentation ( smbmount.8.xml )
Hi,
I use samba on Linux 2.6 and 2G over size file sharing.
It seems smbmount '-o lfs' need to use with large file.
but default man page doesn't say this option.
I want to edit smbmount.8.xml for lfs and unicode option.
I believe using mount.cifs is right way on latest Linux.
But one of the implementation smb_clients tools take this
lazy option.
Is it right way to change of man page
2019 Jan 10
3
@reboot only some lines of a script are working (yum install not)
Hallo,
I m using a script to install docker after a reboot.
The script is starting and working.
The problem:
yum install doesn't work running the script via cron allthough yum
remove works.
Starting the script manual works fine .
Has anyone a hint for me?
Thanks
Ralf
xxx
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
# For details see man 4 crontabs
# Example of job
2007 Mar 04
1
Problem using callNextMethod() in S4
Dear all,
Maybe, I am doing something wrong, but using R-2.5.0 on my Intel-Mac, I
have problems
using function callNextMethod() in method initialize.
I am loading the following code as file "testS4.R":
setClass("baseClass",
representation(myname = "character",
mydir = "character",
"VIRTUAL"),