Displaying 20 results from an estimated 40000 matches similar to: "Feature request: virtual servers"
2015 Dec 04
3
Running sshd with Privilege Seperation drops connection on password change
Hi folks,
I came across this issue on both stock CentOS(v6.4) and Ubuntu(14.04 LTS) and was wondering if any of you have seen it.
As far as I can tell this seems like a day-1 bug to me.
PROBLEM:
If I expire a linux user's password (passwd -e <user>) and then log in via ssh, it will prompt you for a password change.
On changing the password successfully, sshd will drop the connection
2012 May 30
1
need assist with upstart config problem
I am trying, without success, to create an upstart config file to
automatically start and restart an ssh proxy. The command sting that
I use in the script has been checked and verified from the shell but
it fails in the upstart file.
The file contents are:
. . .
# proxy is used to authenticate smtp submissions
# so start it before the postfix service starts
start on starting postfix
# Take
2015 Nov 20
2
signal for shutdown in lxc driver
Hello!
Try to use libvirt with lxc.
I use latest centos6 amd64 as a libvirt host (libvirt from xen4 repo)
libvirt-daemon-1.2.15-3.el6.x86_64
In container I also use latest centos6 amd64. Container starts with
/sbin/init. CentOS 6 came with upstart as default init.
My problem is that I could not shutdown container correctly with libvirt.
virsh -c lxc:/// shutdown test
Domain test is being
2012 Dec 07
3
Ubuntu upstart
I cannot find any good example of a unicorn upstart task that works
properly for the following:
* Upstart will restart if unicorn dies
* Can send USR2 signal to unicorn to do a no downtime deploys
* Able to stop upstart job, even after a deploy
I have tried the following:
expect fork
respawn
setuid www-data
chdir /var/www/app/current
exec bundle exec unicorn_rails -E production -c
2008 Jul 18
1
Feedback and help in porting the NUT sysV init script to upstart
hi there,
first, kudos to Scott. You guy rock with this revolutionizing (and so logic)
idea ;-)
next, a personal point of view about the lack of upstream adoption of
upstart:
I wanted to provide an upstart script for NUT for some time, but never found
enough matching example to do so.
the embedded scripts only address inittab, and the replacement-initscripts
are unreachable (see below) and far
2016 Aug 12
4
ProxyJump in 7.3, depending on location
Hi,
I'm very grateful for the new ProxyJump option. It helps tremendously!
One small question I'd like to ask, though: Is there a way to skip
one (mostly the first) jump host if the machine is in some specific
network?
For example, from home, I (resp. a shell script) need to jump to the
office's server, a customers' login host, and then to the destination
node; from the
2013 May 03
2
rsync not running with upstart
Hi all,
I need some help by solving a strange problem:
Situation:
I wrote a scrip that uses rsync to send backups to another server.
It does something like:
/usr/bin/rsync -azi --numeric-ids --exclude tmp --exclude var/spool/ --delete -e ssh root at 10.0.0.65:/ /storage/volumes/65
The script has a source file that dictates which servers to backup. E.g. several ip address are visited to
2011 May 19
2
Unicorn preload_app and upstart
?Hi,
I was wondering if anyone has managed to get the preload_app and SIGUSR2
combination working well with upstart?
My issue currently is that when I perform a SIGUSR2 against the master,
check everything''s working and close off the old master, upstart then
attempts to restart it because the original PID/binary are no longer
running.
What is the correct way of handling this? In my
2016 Aug 09
3
Single source repo, producing packages for CentOS 6 and 7, how?
Guys,
I have a source code here, that produces RPM packages for CentOS 6, that
includes an Upstart Job and a ugly and minimal Init Script.
Now, I have it running on CentOS 7, via systemd, looks good!
However, my RPM package for CentOS 7 still includes the useless Upstart
and Init Scripts...
So, here is the question:
How are you guys managing this? I mean, I would like to have 1 single
2013 Oct 11
2
upstart script for virtlockd
Hi all,
Trying to test libvirt 1.1.3 with virtlockd locking my qcow2 images on a NFS storage between two kvm hosts.
./configure ... --with-init-script=upstart
Libvirtd upstart script is actually well generated but I can't see nothing about virtlockd... or am I blind ? :)
Nevertheless, running virtlockd -d && service libvirtd restart works fine.
Am I wrong thinking that editing
2011 Jan 12
3
ubuntu doesn't daemonize smbd
OK, not exactly a samba issue but maybe the Ubuntu maintainer reads
this list and can provide some input.
Problem: Ubuntu doesn't daemonize smbd.
System: Ubuntu Lucid where a recent update moved many startup scripts
into the "upstart" system.
Now smbd is started and runs as "smbd -F". If I edit the upstart
script (/etc/init/smbd.conf) so that it runs as "smbd
2013 Oct 21
1
Re: upstart script for virtlockd
Hi Eric,
Here is my try to write a quick upstart script for virtlockd.
It should be named /etc/init/virtlockd.conf, then : ln -s /lib/init/upstart-job /etc/init.d/virtlockd
It seems to work for me :
# virtlockd - Locking daemon for libvirt
description "virtlockd"
start on filesystem and runlevel [2345]
stop on starting rc RUNLEVEL=[016]
pre-start script
test -x
2010 Jun 09
5
LPK integration - summary and ideas
Hello everybody,
I'd like to have LPK (or something like that - getting public keys from
LDAP) integrated into mainline OpenSSH.
*** First of all, a summary.
The project page at
http://code.google.com/p/openssh-lpk/
mentions that a few distributions include LPK per default; but reading the
various threads at
Support for merging LPK and hpn-ssh into mainline openssh?
2016 Jan 29
2
respawning dead tinc process
I?ve been having the same issue with Ubuntu, thankfully we have access to Upstart:
```
start on (local-filesystems and net-device-up IFACE!=lo)
stop on stopping network-services
author "Mark Lopez"
description "Tinc Upstart Job"
version "0.1"
env network=master
respawn
exec /usr/sbin/tincd -n "$network" -D --debug=3 --logfile
```
I removed the default
2009 Sep 29
1
RHEL 6/Upstart
Has a beta been released and if so can anybody say whether it uses Upstart?
or Has anyone worked with Upstart?
2016 Mar 04
2
Ubuntu packages
Am 2016-03-04 um 21:03 schrieb Stephan Bosch:
> Op 3/4/2016 om 7:15 PM schreef Peter Chiochetti:
>> Since dovecot put up packages on their own repo, bigmichi stopped
>> providing his'. I guess this is not Stephan; Would the kind person
>> update ppa.launchpad.net/bigmichi1 ?
>
> The Xi packages are built for Ubuntu here:
>
>
2006 Mar 06
3
newhidups / Solaris 10 / APC RM1500
Hi there,
been using NUT for ages and recently upgraded to a new server; while
I'm waiting
for a USB->Serial adapter for Solaris to arrive, I thought I'd play
with the
newhidups, as the APC UPS I have has a USB port and the new server
doesn't have
a serial port....
I've got Solaris 10 & newhidups working with the ugen driver up to a
point,
and that is a read
2008 May 14
1
upstart configuration for nut
Hello,
I'm just migrating my boxes to fedora 9 which brings us to the upstart
mechanism instead of SystemV, etc.The distro as it is delivered does not
have configuration which supports powerfail events.
What can I put in /etc/events.d to make nut work again with the rest of
the system fortimely shutdown, etc?
Pointers to example files are very welcome!
Thanks.
Kind regards,
Udo
2012 Sep 05
1
Starting service as non root user with puppet
Hi,
I have an ubuntu system with some of our own services on it. I prefer
to run
these services as a non-root user.
I can control the services using upstart as a non root user and can
start and
stop the service using initctl without any problems. I''m trying to use
puppet to
start and stop these services; however, it''s not obvious if it is
possible.
A suboptimal approach
2008 May 28
2
Feature request
The sshd server has what I think is a serious flaw. There appears to be no way to turn off remote command execution. (someone please correct me if I am wrong).
We have a server which uses a chroot jail, and rbash to severely limit what users can do on our system. The remote command bypasses all of that.
ie. ssh user at host cat /etc/passwd will display the password file for the live system