Re: Need help Debuging boot

2017-02-16 Thread Paul Myers
Stack Not sure this will help but heres my 10 pence worth EDD being related to Disk drives this makes me wonder if the correct firmware is being used but it did somehow eventually get around the issue eventually - any way you can try say a different hard disk? Can you boot a live disk on the

Need help Debuging boot

2017-02-16 Thread ~Stack~
Greetings, I'm going to keep this "short" because I've just had 6hrs of things I've tried that didn't work. It would take to long to list them all. :-) I have a bunch of new SuperMicro servers. Installed 7.3 on it. Reboot and it hangs at: "Probing EDD (edd=off to disable)...ok" And by hangs, I

Re: Subversion svnserve set up

2017-02-16 Thread Konstantin Olchanski
On Thu, Feb 16, 2017 at 06:52:57PM -0500, Adam Jensen wrote: > On Thu, 16 Feb 2017 14:03:57 -0800 > Konstantin Olchanski wrote: > [snip] > > For secure access, you must use passwords (unless you export read-only repo) > > and to have passwords, you must use encrypted

Re: Subversion svnserve set up

2017-02-16 Thread David Sommerseth
On 17/02/17 01:00, Adam Jensen wrote: > Solved. > > # mkdir /run/svnserve; chown svn:svn /run/svnserve Try booting your box ... and it wouldn't surprise me if it blows up again. # mount | grep /run tmpfs on /run type tmpfs (rw,. > -- /etc/sysconfig/selinux -- > SELINUX=disabled Sure, this

hp-toolbox

2017-02-16 Thread Yasha Karant
If you are using hp-toolbox from Hewlett-Packard and the HP print drivers, somewhere during the SL7x upgrade/maintenance chain (including subsidiary application), the print driver appears to "break". I used the hp-toolbox GUI and had to install new plugins from HP for this application. After

Re: Subversion svnserve set up

2017-02-16 Thread Adam Jensen
On Thu, 16 Feb 2017 21:41:26 + "Fait, James F." wrote: > Any particular reason that you are using the svnserve rather than the > http/dav setup? I have found that it is much easier to use the apache > webserver install to serve up subversion than to use the svnserve. Then

Re: Subversion svnserve set up

2017-02-16 Thread Adam Jensen
On Thu, 16 Feb 2017 14:03:57 -0800 Konstantin Olchanski wrote: [snip] > For secure access, you must use passwords (unless you export read-only repo) > and to have passwords, you must use encrypted connection (https). Simplest > https setup with password is through apache

Re: Subversion svnserve set up

2017-02-16 Thread Konstantin Olchanski
Seconded. Use apache httpd as the password-protected https proxy to DavSVN. For secure access, you must use passwords (unless you export read-only repo) and to have passwords, you must use encrypted connection (https). Simplest https setup with password is through apache httpd. K.O. On Thu,

RE: Subversion svnserve set up

2017-02-16 Thread Fait, James F.
Any particular reason that you are using the svnserve rather than the http/dav setup? I have found that it is much easier to use the apache webserver install to serve up subversion than to use the svnserve. Then it is just an apache module, which gets around most of the issues with systemd.

Subversion svnserve set up

2017-02-16 Thread Adam Jensen
Hello, I would like to set up a network accessible Subversion[1] repository. [1]: https://subversion.apache.org/ It is a surprisingly elaborate process and I could use some guidance. This is what I have so far: -- /etc/yum.repos.d/wandisco-svn.repo -- [WandiscoSVN] name=Wandisco SVN Repo