similar to: Printer banner always 'nobody'

Displaying 20 results from an estimated 400 matches similar to: "Printer banner always 'nobody'"

1998 Feb 10
5
How to set Netscape enviroment on Samba home drive ?
> Does anybody know if it is possible to configure Netscape in such a way > that ALL netscape preferences and options (most important is email > address) will be saved on samba home ? You get this kind of stuff by default with roaming profiles.( ie user.dat or ntuser.dat ) If you are referring to netscape 4 then just point the profile to the home directory (mapped to a consistent drive
1998 Feb 02
9
Logon script
Hello, I am having a little problem with executing logon scripts on Win95 clients, logging into Samba Netlogon service. When a user logges in, a MS-DOS prompt shows up and quicky disappears. Then I get "Please Wait While your logon script executes". It hangs at that point. A user has to hit cancel to start his win95 session. I have done the logon script in MS-DOS editor. I have the
1997 Jul 21
2
socket options
Do the socket options still work with versions of samba above 1.9.16p10? I get error messages both on the command line and in the smb.log file that say: Unknown socket option IPTOS_LOWDELAY Unknown socket option TCP_NODELAY Here is my smb.conf Global parameter entry: socket options = IPTOS_LOWDELAY TCP_NODELAY Do these have to be compiled into the Samba program? If these are outdated
1998 Oct 04
2
policies
Hi, I have set up samba to enable Domain-Logons for windows95/98. I am using Samba-1.9.18p7. I have a share netlogon with a batchfile for connection network drives. Everything is working. But when I create a policies file and put it onto the netlogon share windows doesn't use it. I have named it config.pol. Is there another special thing to configure? I have found archives of this
1998 Feb 11
3
What does this mean ?
Samba 1.9.17p1. The log file contains Ks of messages like this: ERROR: set_share_mode: failed to ftruncate share mode file /usr/adm/locks/share.119542272.430101 to size 64 (Permission denied) ERROR: set_share_mode: failed to ftruncate share mode file /usr/adm/locks/share.119542272.430101 to size 64 (Permission denied) ERROR: set_share_mode: failed to ftruncate share mode file
1998 Nov 25
2
How to stop access to a share in the samba server?
Hi I am mouving from PC-NFS to SAMBA and thare are some thinks that I would like to see in SAMBA. In NFS, when I do not want a share to be accessible, I just use the command: unshare /shared/directory This make the /shared/directory imediataly not accessible. Even by some one already using it! I?m using SAMBA 1.9.18p10 in a SUN Solaris 2.5 and i try to change smb.comf to disable one share,
1998 Apr 27
4
printing from Unix to SMB printer
Hi, When defining a queue for lpd using a SMB (Win95) printer, it uses a ".config" file that store a username and password for printing on the SMB server. Is there a way (as anybody tried and how to) to configure the lpd so the username and password used to print on the SMB server are the unix login and password of the user printing (password databases are synchronized), so the job on
1998 Feb 20
2
Warning when compiling nmbd_incomingdgrams.c
I just downloaded samba-1.9.18p3.tar.gz and compiled it on a DEC 3000/300 running OSF/1 v3.0 (uname -mrsv gives: "OSF1 V3.0 347 alpha") using the built-in cc compiler. The compiler gives the following warning: Compiling nmbd_incomingdgrams.c /usr/lib/cmplrs/cc/cfe: Warning: nmbd_incomingdgrams.c, line 452: Unknown character \ ignored ((DEBUGLEVEL>=(5))?(Debug1
1998 Aug 04
35
hi there... I need help to install Samba last release in HP-UX 10,20 and 10.10. I allready run the tar over my samba1_9_18p8_hpux-10_tar and it gave me the following directories: var, bin and lib, the var directory does not have anything, and i can't figure out how to install software. Please send some doc about it. your friend Alvaro
1998 Feb 23
7
nmb log file entry
Hi, I am getting this log entry in the nmb.log file. Any ideas why I am getting it? query_name_response: Multiple (2) responses received for a query on subnet 9.36. 220.43 for name WHITE<1d>. This response was from IP 9.36.223.255 Thanks Chip
1998 Oct 16
0
Help URGENT : Password for IPC$ and public shares - Working solution
Thanks, I recompiled following your instructions and it is now working. Thanks very much I forward to samba ML, so it could be a clue for people having same problem !!!! On Fri, 16 Oct 1998, Barlow, Graham K wrote: > Add the option below to your FLAGS1= line in the compile options and > 'make clean;make' . > > -DGUEST_SESSSETUP=2 > > This allows people without a
2002 Jul 19
0
[Bug 361] New: PRNGD not yet seeded & SSH banner stills show previous banner
http://bugzilla.mindrot.org/show_bug.cgi?id=361 Summary: PRNGD not yet seeded & SSH banner stills show previous banner Product: Portable OpenSSH Version: -current Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P3 Component: ssh AssignedTo:
2002 Jul 19
0
[Bug 361] PRNGD not yet seeded & SSH banner stills show previous banner
http://bugzilla.mindrot.org/show_bug.cgi?id=361 ------- Additional Comments From Lutz.Jaenicke at aet.TU-Cottbus.DE 2002-07-19 17:37 ------- OpenSSH's "configure" command will only pick up a new installation of PRNGD, when it is running during the call to configure. Thus make sure to * install prngd first and check its proper operation. * then run OpenSSH's configure
2002 Sep 10
0
[Bug 361] PRNGD not yet seeded & SSH banner stills show previous banner
http://bugzilla.mindrot.org/show_bug.cgi?id=361 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From djm at mindrot.org 2002-09-10 21:36
2016 Aug 29
0
CentOS 6: files now owned by nobody:nobody
On 8/29/2016 3:59 PM, Pat Haley wrote: > We are running a cluster under CentOS 6.6. We recently attached a new > NAS device, running CentOS 6.8 and rsync'd our user file system to > it. We noticed that all the files were owned by nobody (with nobody > as the group). We copied over the /etc/passwd and /etc/group files > from our front-end server to our NAS server. If we
2016 Aug 30
0
CentOS 6: files now owned by nobody:nobody
On Mon, Aug 29, 2016 at 06:59:31PM -0400, Pat Haley wrote: > ... We > noticed that all the files were owned by nobody (with nobody as the group). If its NFSv4, then its most likely a problem with your idmapper. Make sure that the rpc.idmapd is running on your client, and that your server has appropriate ID mapping enabled. If its NFSv4, are you using sec=krb5*? -- Jonathan Billings
2016 Aug 29
0
CentOS 6: files now owned by nobody:nobody
On Mon, 29 Aug 2016 18:59:31 -0400 Pat Haley wrote: > We noticed that all the files were owned by nobody Here are my notes for dealing with this issue: If all users come up as nobody on a nfs mount: Add nfs server name to the Domain = line in /etc/idmapd.conf on both the server and the clients, i.e. Domain = nameof.server /sbin/service rpcidmapd restart /sbin/service nfslock restart
2019 Apr 03
0
nobody:nobody
On 4/3/19 2:17 PM, Mark LaPierre wrote: > > Content of idmapd.conf: As long as idmapd is *running* it typically doesn't need to be configured specifically. > Now one more question.? The imap daemon is a mail server.? How is it > that I need a mail server running to make LDAP and NFS work?? Doesn't > seem to make sense to me. idmapd is not imapd.? idmapd (aka
2019 Apr 03
1
nobody:nobody
Hey Y'all, For the last week or more I've been trying to get NFS and OpenLDAP to play nice with each other. I've pretty much worn the Google machine out trying to find a solution. I've found several that said "Solved" but none of those solutions solved my nobody:nobody problem. In the past I've used NFS in conjunction with NIS to share home directories from my
1998 Nov 24
1
nobody nobody
Occasionaly folks with Samba network-mapped drives under WinNT 4.0 complain that "all of a sudden" they do not have write permissions to directories/files in the network-mapped drive. Very strange, as they were able to only hours before. I thought it may have something to do with when I make a change to my smb.conf and do a 'kill -HUP <pid of inetd>'. But that being the