similar to: Moving Samba installation from one host to another

Displaying 20 results from an estimated 900 matches similar to: "Moving Samba installation from one host to another"

2003 Feb 17
2
how to define share for sharing lmhosts?
Hi All, Probably simple question: I want to make a share for sharing an lmhosts file which gets included by the clients. This share has to be very public and accept nullsessions (whatever that me be (no username and password?)). I want this because I need to generate aliases on the fly for for our fileserver for some clients (terminalservers specifically). So I thought that having an server
2002 Nov 22
2
Add -D_XOPEN_SOURCE_EXTENDED definition for HP/UX 11.00 platform
Hi, I suggest to add the following definition to configure and its template configure.in to allow samba-2.2.x to be compiled on HP/UX 11.00 with some lesser warnings. Without this definition you'll get warnings on all socket operation because the socket operations are UNIX98 specific and HP/UX 11.00 will support this when _XOPEN_SOURCE_EXTENDED is defined. -- Ren? Nieuwenhuizen Afdeling
2002 Nov 26
2
Samba with HP 110x Machines.
Hi! We have a HP b2600 Workstation, with HP 110x UNIX system, at our work place. Currently it is lying idle and we would like to utilize it. Is it possible to put Samba on this machine and use it as a PDC using the samba suite? Thank you for your help Gagneet
2002 Nov 24
1
How to compile samba-2.2.x on HP/UX 11.00
Hi, Here's my problem: Samba-2.2.x (even 2.2.7) compiled right out of the box on HP/UX 11.00 gives some errors in the log file: Nov 23 16:17:32 pandora smbd[6744]: [2002/11/23 16:17:32, 0] locking/posix.c:posix_fcntl_lock(661) Nov 23 16:17:32 pandora smbd[6744]: posix_fcntl_lock: WARNING: lock request at offset 0, length 9223372036854779000 returned Nov 23 16:17:32 pandora smbd[6744]:
2003 Mar 13
1
Samba-2.2.7a on HPUX 11.00 trying to compile LDAP support
Dear all, I am trying to use Samba with LDAP support so I can't use the CIFS binaries. I are having an issue with compiling samba-2.27.a (patched) on our HPUX server. I am configuring it with these Samba option flags: --prefix=/opt/samba --libdir=/etc/opt/samba --localstatedir=/var/opt/samba --with-privatedir=/var/opt/samba/private --with-lockdir=/var/opt/samba/locks
2003 Feb 28
2
OT? PDF printer driver for automatic deployment
Hi, I've got a printing server running Samba 3.0alpha21 (on Linux). The client machines running Windows 2000 are producing PDF files by printing to a "virtual" printer on the Samba machine. The printer driver shall be installed from the Samba server on demand. I need color output, b/w is not sufficient. Everything works fine, i.e. the PDF conversion process and the automatic driver
2002 Nov 22
3
Print limiting
Hi all This is my first time writting to samba I'd like to get a quickly help in this: Where can I find a program or how can I configure my samba server in order to limit the number of pages to be printed by users. Best regards
2002 Nov 07
0
Can't get 8.3 filenames to lower the case
Hi, I seem to have some trouble on default lowering the case on 8.3 filenames. I use the following settings but sometimes I still get a 8.3-compliant file with uppercased chars in my unix filesystem. default case = lower case sensitive = no preserve case = yes short preserve case = no mangle case = no mangling method = hash2 Any thoughts? BTW. using HP/UX 11.00
2003 Sep 27
0
get quota command bugs?
First of all: Thanks Samba-Team for a job well-done on Samba-3.0.0 (nice new features) Now some problems: 1. We're use Veritas filesystem on our RedHat AS 2.1 server and quota don't seem to work at this moment (/usr/include/sys/fs/vx_quota.h is missing). So I thought that using "get quota command" would do the trick (just call vxquota and parse output). But nothing
2003 Jul 01
0
Many 64bit locks failed on HPUX 11.00/32
Hi Samba Team, I tried samba 2.2.8a (without winbind) on HPUX 11/32. I downloaded the binaries from http://de.samba.org/samba/ftp/Binary_Packages/hp/samba-2.2.8a/ I get following errors: [2003/06/27 10:16:50, 0] locking/posix.c:(658) an Invalid argument error. This can happen when using 64 bit lock offsets [2003/06/27 10:16:50, 0] locking/posix.c:(659) on 32 bit NFS mounted file systems.
2003 Jul 09
0
[Fwd: Many 64bit locks failed on HPUX 11.00/32]
Hi, last time I send you this message I got back a vacation message and no further feedback. Can you help me? Thanks G. Klein -------- Original Message -------- Betreff: Many 64bit locks failed on HPUX 11.00/32 Datum: Tue, 01 Jul 2003 08:47:58 +0200 Von: Gerhard Klein <G.Klein@edelmann.de> An: samba@samba.org Hi Samba Team, I tried samba 2.2.8a (without winbind) on HPUX 11/32. I
2016 Apr 05
12
[Bug 94832] New: Reverse Prime corruption with nouveau using radeon outputs
https://bugs.freedesktop.org/show_bug.cgi?id=94832 Bug ID: 94832 Summary: Reverse Prime corruption with nouveau using radeon outputs Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2001 Mar 26
2
Openssh-2.5.1p1 and Solaris 2.6 problem with ssh_rsa_verify
We recently upgraded from an older version of SSH to OpenSSH 2.5.1p1 (OpenSSH_2.5.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f) and are having problems on just a few hosts in our environment. The other 200 systems are working fine. Every once in a blue-moon it will connect with version 2. When I try to connect to or from one of these hosts using SSH2 I get the following error (I have sshd -d
2001 Mar 26
1
duplicated lines in serverloop.c? (openssh252p2)
Hi, I was looking through the source, and I noticed that the following code appears twice in the file serverloop.c. Is it supposed to, and if not, would there be any ill effect? +289 +290 /* Read and buffer any available stdout data from the program. */ +291 if (!fdout_eof && FD_ISSET(fdout, readset)) { +292 len = read(fdout, buf,
2003 Oct 13
4
conditional less than
I'm sure this is a total noob question, but half an hour of searching bore no fruit: How do you select a subset of a vector by negative value? If I try > hist(sp$p[sp$r>0.01]) # all is well > hist(sp$p[sp$r<-0.01]) # this obviously causes issues Also, putting -0.01 in parentheses didn't help. Thanks in advance -- b
2014 May 03
2
Problems with samba AD
Hi there, ? I'm currently trying samba 4 as an Active Directory Domain Controller on a Debian Jessie server. I don't find a solution to two problems, maybe somebody can help me. ? First on I can't get anaonymous login (Guest) working. I'm able to log on account nobody by using smbclient, but when trying to logon from a Windows 7 or 8 client, authentification is not working. ?
2002 May 06
2
X11 forwarding does not work as normal user
We installed openssh 3.1p1 on our Solaris 2.8 machine using gcc 2.95.2. During the installation, we modified ssh_config and sshd_config to enable X11 and agent forwarding. In sshd_config, we changed the following line to read: X11Forwarding yes In ssh_config, we changed the following two lines to read: ForwardAgent yes ForwardX11 yes Both files are set to permission readable
2002 May 13
2
plot() function
Dear List Members, I have one basic question concerning the plotting abilities of the R language. I'd like to plot 2 functions (x,y1 and x,y2) which should appear in one graphic window but I didn't manage to do that and I haven't found any advice on that in one of the several FAQ's. I am only able to plot the first function: plot(x,y1). any help would be appriciated. bye,
2009 Apr 09
5
data.fram zero's
Hi all, A simple question which I don???t seem to be able to solve: I want to make a data.frame of 360 rows and 94228 column with only zero???s without having to type all these zero???s ;-) What is the easiest method? Thanks, Naomi Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan vertrouwelijk zijn en is uitsluitend bestemd voor
2009 Mar 26
4
same value in column-->delete
Hi Readers, I have a question. I have a large dataset and want to throw away columns that have the same value in the column itself and I want to know which column this was. For example > x<-data.frame(id=c(1,2,3), snp1=c("A","G", "G"),snp2=c("G","G","G"),snp3=c("G","G","A"))