similar to: mount_smbfs: unable to open connection: syserr = No such file or directory

Displaying 20 results from an estimated 300 matches similar to: "mount_smbfs: unable to open connection: syserr = No such file or directory"

2005 Oct 17
1
failed session setup with NT_STATUS_LOGON_FAILURE
Greetings, Do you guys know what normally causes this? - Google has a lot of instances of the issue but no resolutions. I'm running FBSD 5.4 with the latest samba. Here's the command and the associated error: insomniac# cupsaddsmb -U root -a -v Password for root required to access 10.0.0.1 via SAMBA: Running command: rpcclient 10.0.0.1 -N -U'root%password' -c 'setdriver
2003 Jul 31
1
mount_smbfs and samba 2.2.0
I know 5.1 isn't considered part of -stable, but it doesn't really seem like -current either, so I'm asking here. If this is the wrong place please let me know where I should be. At work I have a 5.1-R box that I'm trying to use to mount shares from a Sun box running samba 2.2.0 as well as some Win2K boxes. Both the sun and win2k machines authenticate to the company's domain
2006 Mar 30
3
Is mount_smbfs broken in 6.1-PRERELEASE?
Anyone know if mount_smbfs is broken in 6.1, I'm trying to run this: "mount_smbfs -I 192.168.1.2 //nbritton@192.168.1.2/music2 /mnt/network/music/" And then it asks for my password, I type it in, and then I get this error: "mount_smbfs: unable to open connection: syserr = Authentication error" I've had this same problem on another 6.1 box too... I can run this same
2004 Mar 22
1
freebsd + mount_smbfs = ?
When I use mount_smbfs I receive such message: # mount_smbfs -W sbrc -U Kid -E koi8-r:cp1251 -Iradius.sbrc.local //Kid@radius/MUSIC$ /home/anonftp/.2 mount_smbfs: can't get server address `radius.sbrc.local': Resolver Error 0 (no error) mount_smbfs: can't get server address: syserr = Network is down Network is up in fact, dns server resolves name, but I receive this message
2002 Oct 14
1
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
Hi all ! I have a little problem here mounting or browsing samba shares. I have a FreeBSD 4.6.2 running samba, and a share on that called public. when I try to mount that share it asks for password, and then gives an error: ex. libra# mount_smbfs //maxi@samba/public /mnt Password: mount_smbfs: can't get handle to requester (no /dev/nsmb* device) libra# I can list the shares with
2011 Aug 25
2
Adding a normal density curve over the empirical curve
Hi I have created the following plot over the empirical returns.. What I now want to do is to overlay a curve/line with the normal density as a comparison of the two. Does anyone know how to do this? (NB the last two lines are the problem, and are wrong, I know). Thank you in advance! Rikke http://r.789695.n4.nabble.com/file/n3768783/S%26P_500_spot_and_return_2010.csv
2002 Nov 05
0
mount_smbfs problem
hello, i am using samba 2.2.4 on freebsd 4.6.2 release. when i try to mount an smb share off my windows xp box onto my freebsd box, i get the following: ~$ mount_smbfs //neelix/mike /mnt/mike Warning: no cfg file(s) found. mount_smbfs: can not setup kernel iconv table (default:tolower): syserr = Operation not permitted however, when i run the same command as root, it works as expected.
2003 Aug 06
5
More mount_smbfs
Thanks to Will Saxon I'm finally able to mount Samba shares on my 5.1-R box using the command mount_smbfs -I 129.197.36.34 -W acct01 //bfosdick@129.197.36.34/net-11 /sp/net-11 which then prompts me for my password. So now the question is...how do I put this in /etc/fstab? What do I do about the password?
2003 Nov 10
10
shuffling a vector
Hi, I'me trying to write a function that will shuffle a vector. At the moment I'm baically making a vector of randomized indices and then making a new vector from the original one using these random indices. However, is there an alternative (more elegant) method to do this? I tried help.search('shuffle') but it does'nt return anything relevant. Thanks,
2012 Apr 08
0
[LLVMdev] Catching C++ exceptions, cleaning up, rethrowing
On Apr 8, 2012, at 4:20 AM, Bill Wendling wrote: > On Apr 4, 2012, at 9:32 PM, Paul J. Lucas wrote: > >> This all seems to work just fine. I can throw a C++ exception either in a C++ object's constructor or in an ordinary member function and the stack unwinds correctly (the object's destructors are called) and the exception is propagated back up the C++ code that called the
2009 Mar 02
2
Fwd: Converting R to Sweave (Rnw)
Hi I am thinking about using Sweave more frequently, especially for documenting code. But the syntax is slightly awkward for me (<<name>>= ... @), and I was thinking if there would be a way of importing the type of code extracted from an Rnw file back into an Rnw file? The advantage would be that the code could run in R without tangling. Obviously, sweave options could not be
2008 Jun 08
1
label points on a graph
Hello everyone, I have a plot and I am wanting to label points as 1 through 20 I have the following code for the plot: dat<-read.table(file="C:\\Documents and Settings\\Owner\\My Documents\\colon cancer1.txt",header=T,row.names=1) file.show(file="C:\\Documents and Settings\\Owner\\My Documents\\colon cancer1.txt")
2006 Mar 04
3
USB key problems on enterprise systems
Just came up with some interesting (read: frustrating) problems on RHEL3 and RHEL4 today at work, and I've confirmed one of the problems on my up-to-date CentOS4 system at home. I was forced into releasing some RHEL3 systems to replace our aging RH9 systems without time for adequate testing, and that leads to problems like these. On our legacy RH9 systems, mounting a USB key is no problem,
2008 Jun 07
1
error message with dat
Hello everyone, I have two problems which I am unable to solve : 1.I am trying to add the  row labels (g1-g2000) to the very left of a data table. The data table is 2000 rows  by 62 columns.I have used the following code. read.table(file="C:\\Documents and Settings\\Owner\\My Documents\\colon cancer1.txt",header=T,row.names=1) rowname(dat) <- paste("g", c(1:nrow(dat)),
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
2002 Jul 13
3
mount_smbfs on freebsd 4.6 is it browken?
I can't seem to be able to mount any windows shares all I get is this error smbfs: can't get handle to requester (no /dev/nsmb* device) a quick search on google leads me to believe it is broken, can anyone help me get this fixed?
2010 Sep 16
0
VFS objects and mount_smbfs on Mac?
Hi all, Is that intended to work? I have a Mac client connected to a Samba share on a linux server (samba 3.2.0). For debugging purposes I've set up a VFS object on my share, which shall trace the actions on the filesystem. guest ok = yes vfs object = full_audit full_audit:success = all full_audit:failure = all full_audit:facility = LOCAL7 full_audit:priority = ALERT and adjusted the
2006 Jan 28
0
macosx (mount_smbfs ok - macosx GUI not working)
Hi there, I have machine running: Linux 2.2.20 Samba version 3.0.14a (debian package) Check the end of the email for the samba config file The samba machine is sharing a directory and it is validating users through a windows 2k PDC. Everything works if I use windows/linux clients, but when I try to use a share directory from a macosx client (10.4.4) using the finder (GUI), it doesn't work.
2012 Apr 08
2
[LLVMdev] Catching C++ exceptions, cleaning up, rethrowing
On Apr 4, 2012, at 9:32 PM, Paul J. Lucas wrote: > On Mar 23, 2012, at 4:46 PM, Bill Wendling wrote: [...] > This all seems to work just fine. I can throw a C++ exception either in a C++ object's constructor or in an ordinary member function and the stack unwinds correctly (the object's destructors are called) and the exception is propagated back up the C++ code that called the
2005 Oct 18
0
Preserving XP look and feel while on DOMAIN
Greetings guys, I have samba on a domain with the configuration listed above. I've created a Default profile under the netlogon root and chmod'ed it 755. I'm trying to maintain XP's look when you log in because at this point, when I input my username and password and logon to the domain it goes back to the classic win2k skin. Any ideas would be welcome. Thanks