Displaying 20 results from an estimated 37 matches for "syserr".
2005 Oct 14
1
mount_smbfs: unable to open connection: syserr = No such file or directory
...ly (amazing, cause I've had hell with it in the past). Anywhom, I've tried to get the two nix machines connected to the samba server and I get the following error message:
strange# mount_smbfs -I 10.0.0.1 //user@insomniac/share /share ; pwd
Password:
mount_smbfs: unable to open connection: syserr = No such file or directory
/share
strange#
Here's the smb.conf:
[global]
; Uncomment this if you want a guest account
; guest account = nobody
log file = /var/log/smb/samba-log.%m
lock directory = /var/lock/samba
share modes = yes
interfaces = 10.0.0.1/8
workgroup = DANDRADESG...
2016 Dec 04
2
[Release-testers] 3.9.1-rc2 is ready for testing
...libpthread contains only pthread_mutexattr_getrobust_np.
ThreadSanitizer-x86_64 :: thread_name2.cc
^^ glibc 2.11 doesn't include 'pthread_setname_np'.
libc++ :: std/depr/depr.c.headers/uchar_h.pass.cpp
^^ glibc doesn't get uchar until 2.16.
libc++ ::
std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
libc++ ::
std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
^^ these tests fail the 'msg == "Unknown error -1" ' assertion. I don't
see an obvious reason for why this would fa...
2005 Sep 11
0
Error Code -36
...the Windows machine with the same
workgroup/user/password from another user account on the same OS X
machine.
From both user accounts, the Windows machine shows up when I run
smbtree.
When attempting the connection, I get the following in console.log:
mount_smbfs: session setup phase failed: syserr = Permission denied
mount_smbfs: could not login to server MACHINENAME: syserr = Permission
denied
mount_smbfs: session setup phase failed: syserr = Socket is not
connected
mount_smbfs: could not login to server MACHINENAME: syserr = Socket is
not connected
The first two lines show up in the lo...
2000 Aug 18
0
[PATCH] Support symlinks in scp of openssh 2
...#39;a':
+ linkflag = 1;
+ pflag = 1;
+ iamrecursive = 1;
+ break;
+ case 'L':
+ linkflag = 1;
+ break;
case 'p':
pflag = 1;
@@ -549,12 +557,24 @@ source(argc, argv)
name = argv[indx];
statbytes = 0;
- if ((fd = open(name, O_RDONLY, 0)) < 0)
- goto syserr;
- if (fstat(fd, &stb) < 0) {
+ if (linkflag) {
+ fd = -1;
+ result = lstat(name, &stb);
+ }
+ else {
+ if ((fd = open(name, O_RDONLY, 0)) < 0)
+ goto syserr;
+ result = fstat(fd, &stb);
+ }
+ if (result < 0) {
syserr: run_err("%s: %s", name, strer...
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 command on a 6.0-RELEASE box, right next to the 6.1 box, on the
same network etc. without problems. What gives? Did I forget to setup
something on the new 6.1 boxes or is mount_smbfs broken, I...
2003 Jun 06
0
fxp0: device timeout
...0 0x0 0x80 0x800
Jun 6 09:52:33 pluto /kernel: fxp0: device timeout
Now, previous to this, I got a bunch of 'resource errors':
Jun 6 08:31:33 pluto 5433[5736]: [7] ERROR: Cannot insert a duplicate key into unique index trackip_idx
Jun 6 08:33:23 pluto sendmail[5772]: h56BX2cm005772: SYSERR(root): doworklist: cannot fork: Resource temporarily unavailable
Jun 6 08:34:11 pluto sendmail[148]: NOQUEUE: SYSERR(root): daemon: cannot fork: Resource temporarily unavailable
Jun 6 08:34:36 pluto sendmail[148]: NOQUEUE: SYSERR(root): daemon: cannot fork: Resource temporarily unavailable
Jun 6...
2004 Apr 29
3
Sendmail issues; possible exploit?
On a 4.8-RELEASE-p17 machine running Sendmail 8.12.8p2 we are seeing the
following errors in /var/log/{messages,maillog}:
sm-mta[50018]: i3TDTBcR050018: SYSERR(root): out of memory: Cannot
allocate memory
I will include more info as we can gather it.
---
Nick Golder
2008 Jan 26
2
Sendmail timout errors
I have 2 Centos servers that are currently giving me grief,
I am getting the error:-
SYSERR(root): timeout writing message to mail.server.co.uk
Resource temporarily unavailable
This is on both servers
1 is Centos 4.x & the second is:-
sendmail-8.12.11-4.RHEL3.6
sendmail-cf-8.12.11-4.RHEL3.6
sendmail-devel-8.12.11-4.RHEL3.6
Any clues ?
Thanks
Denis
No virus found in this outgoi...
2003 Jul 31
1
mount_smbfs and samba 2.2.0
...255 nmask=255.255.255.0
Password: <my password>
Domain=[SVL] OS=[Unix] Server=[Samba 2.2.0]
smb: \> quit
but with mount_smbfs I get:
8:29 bfoz@~#mount_smbfs -I 129.197.36.34 //bfosdick@jupiter_sp/net-14 /mnt
Password: <same password as above>
mount_smbfs: unable to open connection: syserr = Authentication error
If I try mount_smbfs w/o -I 129.197.36.34 I get:
8:34 bfoz@~#mount_smbfs //bfosdick@jupiter_sp/net-14 /mnt
mount_smbfs: can't get server address: syserr = Operation timed out
However, mount_smbfs can see the Samba 2.2.8a server running on the same FBSD box:
8:47 bfoz@...
2016 Dec 02
9
3.9.1-rc2 is ready for testing
Hi,
I just tagged 3.9.1-rc2, so testing can begin. There was a bug found in
-rc1 before I could send out a release announcement, so I decided to merge
the fix and tag -rc2 to save some testing cycles.
We can always use more testers, so if you are interested in helping, let
me know.
Thanks,
Tom
2001 Sep 27
0
[PATCH] scp fixes
...:o:F:"))
!= -1)
switch (ch) {
/* User-visible flags. */
+ case '1':
+ case '2':
case '4':
case '6':
case 'C':
@@ -505,6 +507,12 @@
name[--len] = '\0';
if ((fd = open(name, O_RDONLY, 0)) < 0)
goto syserr;
+ /*Check for filename containing a newline*/
+ if ((last = strchr(name, '\n')) != NULL) {
+ run_err("%s: filename contains a newline,
ignoring it",
+ name);
+ goto next;
+...
2002 Oct 14
1
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
...hares with smbclient, no errors at all.
I can not login to the samba like this:
libra# smbutil login //maxi@samba
Password:
smbutil: can't get handle to requester (no /dev/nsmb* device)
smbutil: can't get handle to requester (no /dev/nsmb* device)
smbutil: could not login to server SAMBA: syserr = Invalid argument
libra#
I have checked /dev and there is one entry for nsmb0:
libra# ll /dev/nsmb*
crw------- 1 root wheel 144, 0 Oct 14 15:23 /dev/nsmb0
libra#
I don't think the problem is server related because it works on another
Windows workstation on the same LAN.
Any ideas on...
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
immediatly after run.
I really don't know what's wrong, even after 4 days in google
2006 Aug 24
1
[OT] ldapmodify options for changing AD attributes
...s,DC=companymail,DC=local" -W -f
ldap_gcecchi_modify.txt
ldap_init( w2k3_domain, 0 )
Enter LDAP Password:
replace pwdLastSet:
127969313462031250
modifying entry "CN=Gianluca Cecchi,CN=Users,DC=companymail,DC=local"
ldap_modify: Unknown error
additional info: 00000057: SysErr: DSID-031A0FB6, problem 22
(Invalid argument), data 0
ldif_record() = 80
perhaps anyone with experience in ldap for samba can help?
Do I have to specify also the format of the value in some way?
Thanks in advance for your help.
Gianluca
2008 Mar 22
1
couple of problems
Hello all,
I finally got spamass-milter and clamav-milter running, but have one
error I've not been able to determine what is happening. From the log
entry I see this line:
SYSERR(sa-milt): hash map "Alias0": unsafe map file /etc/aliases.db: Permission denied: 39 Time(s)
any pointers here?
The 2nd item is with yum. I attempted to update, and wound up getting a fail on a dependency, yet the packages (clamav-db & clamd) are in fact installed. How do I use yum...
2010 Jan 20
1
possible bug
...ibwbclient.so
ln -s /export/samba343/lib/libwbclient.so.0 libwbclient.so.0
otherwise samba won't find the libraries. It's started via inetd and
works fine with linux and windows clients
But with Mac OS X 10.4.11 mount_smbfs fails with the error message
mount_smbfs: negotiate phase failed: syserr = Connection reset by peer
smbclient on the same Mac works fine.
If debugging is enabled for smbd and level set to 10 (nothing else
changed)
# inetadm -m svc:/network/netbios-ssn/tcp:default
exec="/export/samba343/sbin/smbd -d 10"
# svcadm refresh svc:/network/inetd:default
# svcadm re...
2010 Nov 19
3
File Offsets for SCP (patch)
...|| *endp != '\0')
+ usage();
+ break;
+ case 'Z':
+ fd_inset = strtod(optarg, &endp);
+ if (fd_inset < 0 || *endp != '\0')
+ usage();
+ break;
default:
usage();
}
@@ -680,6 +694,16 @@ syserr: run_err("%s: %s", name, strerr
run_err("%s: %s", name, "Negative file size");
goto next;
}
+ if (fd_offset > stb.st_size) {
+ run_err("Offset greater than file size");
+ goto next;
+ }
+ if (fd_inset > stb.st_size) {
+ run_err(...
2011 Feb 16
1
test emails did not arrive at SMTP server : after dovecot installation
...om gate1.mds.com.sg[203.126.130.157]: 554 5.7.1
<recipient_id@[202.6.163.31]>:
Relay access denied; from=<prvs=020cae8c4=recipient_id at mds.com.sg>
to=<recipient_id@[202.6.163.31]> proto=ESMTP helo=<gate1.mds.com.sg>
maillog:Feb 15 13:43:20 hostname sendmail[7688]: NOQUEUE:
SYSERR(recipient_id): can not chdir(/var/spool/mqueue/): Permission denied
Then I installed dovecot rpm on my RHES box : uninstall it as it's an old
version &
reinstall with a newer version & start up dovecot as well.
I did not test sending to sender_id at domain_name at that time because th...
2004 Nov 24
1
Problems with samba under FreeBSD, not under Linux
...mb.conf
DA 0 Tue Nov 23 09:13:09
2004
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
BUT if I issue
?
mount_smbfs -I srvs1.myco //myuserid@srvs1.myco/Data /mnt/smb
password:*****
mount_smbfs: unable to open connection: syserr = Connection reset by
peer
This error pops up.
Could you please help me, a poor samba newbie, ?straight things up?
Thanks in advance
Vittorio
-----------------------------------------------------------------------------------------
\END{MESSAGE}
Now, I can add that I had a go with Samba 3.08...
2007 Mar 29
2
Freebsd 4 error DSN stat=Service Unavailable after dovecot install
...yserver,
delay=00:00:00, xdelay=00:00:00, mailer=local, pri=32608, relay=local,
dsn=5.0.0, stat=Se
rvice unavailable (something didn't work)
Mar 29 22:34:52 myserver sm-mta[4381]: l2TMYqMi004381: Losing
./qfl2TMYqMi004381: savemail panic
Mar 29 22:34:52 myserver sm-mta[4381]: l2TMYqMi004381: SYSERR(root):
savemail: cannot save rejected email anywhere
Here is what the user looks like in /etc/passwd:
testuser3:*:2400:2400:My very own test user:/home/testuser3:/sbin/nologin
For the other users that have shell access, they don't get this
problem. It seems to be only the users with no she...