search for: enscribed

Displaying 16 results from an estimated 16 matches for "enscribed".

1999 Jun 09
7
Do not use stock RedHat 6.0 kernels with SMBFS!
A non-text attachment was scrubbed... Name: not available Type: text Size: 570 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/19990609/78775f4b/attachment.bat
1999 Mar 31
1
No subject
Can someone explain why smbmount under Samba-2.0.3 (compiled under GNU/Linux Slackware, kernel 2.2.5, egcc 2.90.29) compiles smbmount, however, when I run smbmount, it's really smbclient? If I can't use smbmount, then I can't mount my NT server. smbsh isn't worth crap, it always segfaults on me. I'm running libc5.5.46. Can anyone help me? "There are 3 things to remember
1999 May 14
1
Linux-2.3.1 fs/smbfs/inode.c
Hi. Trying to compile linux 2.3.1 fs/smbfs/inode.c seemed to have a parse error, missing a semi-colon. Here is the patch for it. You were listed as the maintainer for smbfs. Adam --- linux/fs/smbfs/inode.c Fri May 14 13:19:23 1999 +++ linux-2.3.1/fs/smbfs/inode.c Fri May 14 13:23:43 1999 @@ -88,7 +88,7 @@ result->i_op = &smb_dir_inode_operations; else result->i_op =
1999 Jun 07
2
smbmount Directory permissions
Hello, I?m having trouble with smbmount & WinNT 4.0 SP 4 Workstation. Mounting shares on NT from Linux as root is no problem, but if I try to mount shares as a normal user, the directory I want to mount the share, becomes gid root and cannot be accessed by a normal user. Is there any configuration to do for this like setting permissions in smb.conf ? Thanks in advance Andreas Klein ---
1999 Apr 10
1
linux-2.2.5 + smbd-2.0.3 + smbmount-2.0.x
hi ya samba-gurus.. I'm currently using Linux-2.0.35 to backup NT boxes... linux-2.0.35 + smbmount-2.0.1 works find for things like smbmount //NT/C /NT_mnt ...etc... find /NT_mnt -mtime -1 | tar zcvf /backup/foo.tgz -T - but it fails miserabley on linux-2.2.5 w/ smbmount-2.0.x w/ smbd-2.0.3 ( smbmount from smbfs and samba-2.0.3 ) - some linux programs will change all your time stamps on
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
1999 Apr 28
2
smbmount doesn't work
Hi, Thanks for answering my question on the new smbmount not working. I tried all variety of combinations on the commands you suggested, but they all simply do this: % smbmount -c //server/share 'mount /mnt/samba-share -n CLIENT -U user' Usage: smbmount service <password> [-p port] [-d debuglevel] [-l log] Version 2.0.3 -p port connect to the specified port
2000 Feb 22
2
File locking with source
Can you please help or point me in the correct direction to solve the following problem We have an old stock control program which runs on all types of MS os's from DOS to NT4. However, It refuses to lock correctly on a samba server (Version samba-2.0.6-19991110.386.rpm). When both the file and lock program are placed in the same directory and the lock program run from a dos prompt on one
1999 May 31
1
smbfs: directory listing with duplicate entries
Hello, smbmount from smbfsx-2.04b-1 kernel 2.2.7 I got a little problem with smbfs. Everything works fine, but sometimes i get doubled directory entries (not all of them). I turned debug on in smbfs and it looks that the doubled items come from NT server (4.0 server SP5 (PDC)). Listing from smbclient is fine. Here is an example from ls -l on smb share: -rw-rw---- 1 root samba 848
1998 Jun 08
27
Services not required?
I''m in the process of locking down as much of my systems here as possible as to available ports. I am down to only a handful but am not sure how much of a security risk they pose and was wondering if anyone here might be able to comment, or suggest secure versions to run: 21/FTP (WU-ftpd v2.4.2 BETA 14) 22/SSH (1.22) 23/TELNET (Netkit 0.09) 25/SMTP (Sendmail
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
1997 Dec 05
3
New Program: Abacus Sentry - Port Scan Detector
Hello, I just made available a beta version of a port scan detector that I''ve been working on. The program, called Abacus Sentry, is a port scan/probe detector that offers what I think are a number of unique and useful features: - Runs on TCP or UDP sockets. Configurable by the user to bind to multiples of sockets for increased detection coverage. - Adjustable scan detection value with
1999 Sep 20
1
POP secure access??
Hi, I'm looking for a solution to access pop mails (sendmail in linux) securely. Most of the access would be from window clients (outlook express etc). Is there a way to encrypt the password (like ssh2) when authenticating with sendmail? Any info is greatly appereceiated. Thx. Regards, Wong.
1998 Jun 06
21
Named update for RH 4.2 exploitable?
Someone I was speaking with this evening claimed they have installed the latest named rpms yet they are still getting exploited daily and being hacked. Do the latest rpm''s for the named 4.9.x stuff fix all the root exploits or is this person just an idiot who probably has holes elsewhere in the system?
1998 May 12
25
Checking remote servers
I''d like to hear some suggestions about securely administering a system remotely. Here''s the application: a project is going to scatter some server machines around the US. The server machines will be running Linux, with the only network servers being a custom application. Ignoring the separate question of physical security, how can I remotely check the system''s
2007 Oct 15
24
Design flaw? - num_processors, accept/close
Rails instances themselves are almost always single-threaded, whereas Mongrel, and it''s acceptor, are multithreaded. In a situation with long-running Rails pages this presents a problem for mod_proxy_balancer. If num_processors is greater than 1 ( default: 950 ), then Mongrel will gladly accept incoming requests and queue them if its rails instance is currently busy. So even