similar to: openssh-2.9p2: --with-pid-dir does not work?

Displaying 20 results from an estimated 4000 matches similar to: "openssh-2.9p2: --with-pid-dir does not work?"

2006 Jul 06
1
ASCII colors in MOTD
Hi all, For some time I noticed that my rsync server is not showing a colorfull MOTD... Researching a bit, it turns out to be a problem since rsync-2.6.7 (rsync-2.6.6 is OK). Looking at the NEWS: - The way rsync escapes unreadable characters has changed. First, rsync now has support for recognizing valid multibyte character sequences in your current locale, allowing it to
2003 Aug 09
2
[Bug 623] ssh, ssh-keygen and possibly others do not honour $HOME
http://bugzilla.mindrot.org/show_bug.cgi?id=623 Summary: ssh, ssh-keygen and possibly others do not honour $HOME Product: Portable OpenSSH Version: 3.6.1p2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org
2003 Mar 19
2
pid and lock dir during compile
I am compiling 2.2.8 on a Caldera Openlinux box that was running 2.0.5 or some such. It already has a working config and uses samba.d dirs for it's files: /etc/samba.d /var/lock/samba.d /var/log/samba.d etc During compile I use following switches --with-piddir=/var/lock/samba.d --with-lockdir=/var/lock/samba.d However the pid files are ending up in /var/run/samba instead of
2001 Oct 16
6
program-prefix does not work
the configure option --program-prefix does not work although it is listed in teh configure --help output. The attached patch fixes these issues: 1) program prefix is not substituted in configure 2) program prefix is not present in Makefile 3) scp requires use of a known "scp" program -- bryan diff -cr openssh-2.9.9p2.orig/Makefile.in openssh-2.9.9p2/Makefile.in ***
2007 Nov 16
3
R det
Hi, Which R function I should use to obtain determinant of a matrix with real(and complex) numbers? Kalin --------------------------------- Never miss a thing. Make Yahoo your homepage. [[alternative HTML version deleted]]
2004 Apr 18
0
Problem with Linux clients of Samba member server in Active Directory environment
Hello Everyone, I've started Samba server, that is joined to Active Directory structure in my office. I'm not starting winbind yet, and now I have some unix accounts, which are mapped to their corresponding Windows Active Directory accounts via /etc/samba/smbusers file. I use Kerberos client for authentication of Windows AD users. On Windows clients, I have no problems with logging to this
2005 Aug 16
1
Home directories on AD/Samba
I just set up our Samba-Server to athenticate over Active Directory (Win 2003). But there is one thing that bothers me: There are no home-directories for the domain users, that waere added to the linux passwd database (EXAMPLE.COM+user1 can be authenticated, but has no home on the Linux-box). If I create a share home, nobody can open it, because it cannot be found. Only if I set the path option,
2020 Jun 18
0
4.10.16 - winbindd failing to start - Failed to create directory /var/run for pid files - File exists
Hi everyone, I am in the process of updating to Samba 4.10.16 from source. Compiling on CentOS 7.8.2003, systemd with /var/run symlinked to /run. Winbind is failing to start with the following error. open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1
2001 Aug 13
1
[PATCH] Maildir support
Hi! Here is a patch against openssh-2.9.p2 that adds support for Maildir style mailboxes, the way which qmail prefers to store mails in. The changes/additions are the following: 1) $MAIL env. variable is set to $HOME/Maildir if it exists, or else to _PATH_MAIL/$USER. 2) Mail checking (the main purpose of this patch) is done by first checking whether $MAIL is a regular file or directory. If
2001 Aug 17
0
openssh-2.9p2 not allowing root access?
Howdy, I just installed openssh-2.9p2 on a Solaris 8 system. I use the same configuration files as the previous installation (which was 2.9p1) however I suddenly can't login as root anymore. Loging in as a regular user + "su" still works so it's not a password issue. I'm very sure the sshd_config has "PermitRootLogin yes". Did any of the sshd_config change? Nico
2003 Jul 21
1
URGENT! brandly new Wildcard E400P for sale at $1000
A brandly new E400P 128 channel PRI, you can find more information on the Digium's site. The card was not used before, I sell it cause our company just don't need, we use Cisco AS5300. I can offer you the PCI PRI at $940 if bought in the next 2 days, I can send it to you via FedEx or DHL express. Please email me for more details! Regards, Kalin ----------------------------- IPPN Networks
2009 Aug 05
11
[Bug 1628] New: /var/run/sshd.pid file collisions...
https://bugzilla.mindrot.org/show_bug.cgi?id=1628 Summary: /var/run/sshd.pid file collisions... Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org
2016 Apr 02
0
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
On Sat, Apr 2, 2016 at 4:05 PM, Rowland penny <rpenny at samba.org> wrote: > I compile Samba myself and I use init files, I would rather have them than > the bloat systemd comes with. They are not complex if you understand bash > and are a lot easier to understand than all that systemd comes with. At first I felt the same way but the service files are starting to seem simpler. Yes,
2001 Aug 02
1
Ported openssh-2.9p2 to LynxOS
Hi, I have ported the portable version of openssh (openssh-2.9p2) to LynxOS. I have had to install Perl5 and openssl-0.9.5a. Also since the regex library in LynxOS is not POSIX compliant I had to use PCRE. Then I configured openssh-2.9p2 with the library option -lbsd. One more problem was the macro "howmany(x,y)" is not defined in any of the /usr/include header files n LynxOS. So I
2012 Nov 21
1
update fit (removing insignificant variables)
HI, I am not sure about the ?update() method. You could try this: set.seed(232) mat1<-matrix(sample(1:100,80,replace=TRUE),ncol=8) #with 8 columns dat1<-data.frame(mat1) ?names(dat1)[1]<-"Y" ?fit<-lm(Y~.,data=dat1) res<-coef(summary(fit)) ?res #???????????????? Estimate Std. Error???? t value?? Pr(>|t|) #(Intercept) 143.763081344 21.9902865? 6.53757200 0.02260698
2019 Oct 13
0
After upgrading samba 4.5.10 to 4.9.13
On 13/10/2019 15:06, ??????? ??????? wrote: > #!/sbin/openrc-run Never used openrc :-( > # Copyright 1999-2018 Gentoo Foundation > # Distributed under the terms of the GNU General Public License, v2 or > later > > extra_started_commands="reload" > [ -z "${piddir}" ] && piddir="/run/samba" > > depend() { > ??????? after slapd
2003 Jun 26
6
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605 Summary: make install don't create piddir Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy:
2002 May 24
1
patch for openssh/contrib/solaris/buildpkg.sh
Here is a small patch for OpenSSH 3.2.3p1.. When the package postinstall script runs, it presumes that the package will be installed relative to the current / directory.. If this package is installed as part of a Solaris Jumpstart installation, this will not be the case. Consequentially, the /etc/ssh/sshd_config.default will never get copied to /etc/ssh/sshd_config on the new operating system.
2001 Feb 02
1
PID dir
For FreeBSD we have to patch the samba source so that we can make the lock dir go in /var/lock and the pid files in /var/run and the databases like wins.dat go in /var/db. Is there any ways that this could be an option in configure or something we could change in Makefile.in ?
2013 Nov 04
0
[virtio_blk] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:526 sysfs_add_one()
On 11/04/2013 07:10 AM, Fengguang Wu wrote: > Hi Jens, > > I'm not very sure about this bisect, but anyway it'd be good to inform > you of a possible problem on commit > > commit 3a02db083a78c9f3c9b69305ab513f9422d91b08 > Author: Jens Axboe <axboe at kernel.dk> > Date: Fri May 24 20:22:33 2013 +0200 > > virtio_blk: blk-mq support > >