[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2021-10-14 Thread RedScourge
Sounds like the maintainers have Mozilla'd everything up for some of you here. You may want to use the Apache2 PPA repo of the Debian/Ubuntu PHP maintainer Ondřej Surý instead of this hot mess, like I have for the past few years, since I find that I need it for PHP anyway. It can be found at: https

Re: [Bug 1832182] Please test proposed package

2020-11-27 Thread RedScourge
Cool, glad to hear that an issue I uncovered has been fixed...a little confused as to why an official fix took 18 months to deploy though, considering it took me about 18 minutes. On Fri, Nov 27, 2020 at 8:42 AM Timo Aaltonen <1832...@bugs.launchpad.net> wrote: > Hello RedScourge, or an

[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2019-09-03 Thread RedScourge
UPDATE: I just had a server experience downtime due to this bug. An update of the apache2 package was automatically triggered on a client's 16.04 LTS server on Aug 31 via the unattended-upgrades cron script, and apparently before this update, the last time the Apache service had been restarted was

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-07-11 Thread RedScourge
While not relevant to nodejs, I'll add an anecdote that I was trying to build older versions of php via phpbrew on 18.04 for development purposes, and ran into a similar issue due to this libssl1.0-dev vs libssl1.1-dev issue. The issue is that seemingly some of the -dev libraries required to bui

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-07-11 Thread RedScourge
** Also affects: net-snmp (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794589 Title: libssl1.0-dev conflicts libssl-dev To manage notification

[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2019-06-10 Thread RedScourge
(if someone could redact the domain names and file paths from the above comment that would be much appreciated) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832182 Title: systemd unable to detect

[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2019-06-10 Thread RedScourge
Output showing how to reproduce the issue: root@server:/usr/local/sbin# apache2ctl stop root@server:/usr/local/sbin# apache2ctl graceful httpd not running, trying to start root@server:/usr/local/sbin# systemctl status apache2.service ? apache2.service - The Apache HTTP Server Loaded: loaded (/l

[Bug 1832182] [NEW] systemd unable to detect running apache if invoked via "apache2ctl graceful"

2019-06-10 Thread RedScourge
Public bug reported: When starting or restarting Apache via the /usr/sbin/apache2ctl script, systemd becomes unaware of the state of Apache, causing "systemctl status apache2.service" to report "Active: inactive (dead)". Below I describe the issue and a fix; attached is the output of the diff comm

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-05-08 Thread RedScourge
** Changed in: samba (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572824 Title: Samba Domain Member cannot check passwords against Samba AD DC aft

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-05-05 Thread RedScourge
Good news! I installed the update and rebooted and it did not work, smbclient commands returned NT_STATUS_NO_LOGON_SERVERS. But after also adding "client ipc signing = auto" to smbd.conf as per Tony Haley's recommendation in comment #20, and after another reboot, it is working as expected with jus

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-05-05 Thread RedScourge
Hi all, I will try to remember to test the samba update after the users leave for the day, as I have to take the new PDC which works offline in order to test this. The "libsoup" thing referred to in the link that Marc provided does not seem relevant to us, as we did not even have that package inst

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-04-22 Thread RedScourge
Since it only took me 3-5 hours to build a 16.04 LTS AD DC running 4.3.8 and the bind DNS backend, I suspect that this might just be the easiest way to go. Just to repeat as a warning, upgrading my existing DC from 4.1.6 to 4.3.8 on 14.04 LTS resulted in a broken DC for me, so rather than just upg

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-04-22 Thread RedScourge
Hi all, I appear to have solved this issue for myself by setting up an entirely new AD DC today based on 16.04 LTS, and joining it to the existing domain. I took no action at all on the affected system, and yet today after setting that new system up, the affected system seems to be connecting prop

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-04-21 Thread RedScourge
Whoops, that's supposed to be example.org, to match with the above. I was changing my organization name. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572824 Title: Samba Domain Member cannot check

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-04-21 Thread RedScourge
To be clear, neither example.org or example.com are my actual samba domain. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572824 Title: Samba Domain Member cannot check passwords against Samba AD D

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-04-21 Thread RedScourge
I am not running winbind on the DC. The options I have tried in their various combinations are server signing = off, server signing = auto, and client signing = off. I have tried them on just the 12.04 server, and also on both the 12.04 server and the AD DC. Nothing seems to resolve the problem for

[Bug 1572824] Re: Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-04-21 Thread RedScourge
Here is my current samba AD DC config, after removing the signing option: # Global parameters [global] workgroup = SAMDOM realm = samdom.example.com netbios name = FILESERV2 server role = active directory domain controller server services = -dns os

[Bug 1572824] [NEW] Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-04-20 Thread RedScourge
Public bug reported: Hi, I updated Samba on my old web server which is running a fully updated 12.04.5 LTS, and now I cannot get it to act as a domain member anymore. All password validation requests fail. Only way to access this server once more is to manually add local users with usernames and

[Bug 1309617] Re: plymouth-upstart-bridge main process (189) terminated with status 1 at boot

2015-11-20 Thread RedScourge
This bug affects me as well, but only one of my several servers, and about 20% of the time when I reboot, it crashes trying to mount the root fs on startup. I tried booting to the 3.13.0-24 kernel, fully uninstalling the 3.13.0-68 kernel, then reinstalling it, but the Plymouth issue still remains,

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS doesn't allow disabling TLS1.0

2015-06-02 Thread RedScourge
I have installed the update, and testing with the latest Chrome and IE browsers on Windows 7 confirms that they now recognize our server as running TLS1.2! Thanks for the fix! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS doesn't allow disabling TLS1.0

2015-03-17 Thread RedScourge
I get something similar when I run that command for my own domain name: SSL-Session: Protocol : TLSv1.2 Cipher: DHE-RSA-AES256-GCM-SHA384 However, I still get the warning in apachectl configtest : SSLProtocol: Illegal protocol 'TLSv1.2' Action 'configtest' failed. I am going to ass

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS doesn't allow disabling TLS1.0

2015-03-17 Thread RedScourge
>From the Apache 2.2 documentation: TLSv1.1 (when using OpenSSL 1.0.1 and later) A revision of the TLS 1.0 protocol, as defined in RFC 4346. TLSv1.2 (when using OpenSSL 1.0.1 and later) A revision of the TLS 1.1 protocol, as defined in RFC 5246. I suspect that the issue is that the current vers

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS only supports TLS1.0 which is vulnerable to BEAST attack

2015-03-17 Thread RedScourge
This should not be considered imcomplete now and thus should not have expired. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400473 Title: Apache 2.2 on Ubuntu 12.04 LTS only supports TLS1.0 which

[Bug 1048780] Re: Updating some packages in 10.04 LTS creates /etc/nologin file and therefore makes you unable to ever log into the system again

2015-03-10 Thread RedScourge
It was a one-off. I can assure you that this should be considered a bug, whether or not the functionality is intentional. Think about it, let's say you are a regular user who just restarted your Windows machine, only to discover that for whatever reason, you suddenly are completely unable to log in

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS only supports TLS1.0 which is vulnerable to BEAST attack

2015-01-13 Thread RedScourge
Tried that just now. I got the following error: Syntax error on line 29 of /etc/apache2/sites-enabled/{redacted}: SSLProtocol: Illegal protocol 'TLSv1.1' Action 'configtest' failed. The Apache error log may have more information. Error log did not have more info (probably because it was only a co

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS only supports TLS1.0 which is vulnerable to BEAST attack

2015-01-13 Thread RedScourge
Sorry, the output of dpkg-query was rather inconveniently truncated, I am infact using version "2.2.22-1ubuntu1.7" of those packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400473 Title: Ap

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS only supports TLS1.0 which is vulnerable to BEAST attack

2014-12-09 Thread RedScourge
Sorry for the incomplete details. The problem is when I set the SSLProtocol parameter in Apache as follows: SSLProtocol all -SSLv2 -SSLv3 -TLSv1 or: SSLProtocol TLSv1.1 TLSv1.2 I received the following message in the server logs: [Mon Dec 08 12:32:38 2014] [error] No SSL protocols available [

[Bug 1400594] Re: Cannot compile PHP 5.3 in Ubuntu 14.04 LTS because libaprutil1-dbd-freetds 1.5.3-1 is unavailable

2014-12-09 Thread RedScourge
The bug was that libaprutil1-dbd-freetds version 1.5.3-1 is missing from 14.04 LTS, whereas 12.04 LTS comes with libaprutil1-dbd-freetds version 1.5.2-1, and the absence of this package prevented what would otherwise be a reasonably straightforward compiling of a fairly standard program on 14.04 wh

[Bug 1400594] [NEW] Cannot compile PHP 5.3 in Ubuntu 14.04 LTS because libaprutil1-dbd-freetds 1.5.3-1 is unavailable

2014-12-08 Thread RedScourge
Public bug reported: I can find version 1.5.2-1 on one of the sites somewhere and download it, but that is not compatible with other dependencies. It looks like either someone forgot to compile this library, or it is perhaps obscured in some other package that is difficult to find. Because of thi

[Bug 1256576] Re: Ubuntu 12.04 LTS: OpenSSL downlevel version is 1.0.0, and does not support TLS 1.2

2014-12-08 Thread RedScourge
This new TLS 1.2 support does not seem to be reflected in Apache2 on 12.04 LTS. It's all well and good that OpenSSL may now be running 1.0.1, but it does not look as though apache has been recompiled against it, and so it is still stuck with only TLS 1.0, which is vunerable to the BEAST attack, the

[Bug 1400473] [NEW] Apache 2.2 on Ubuntu 12.04 LTS only supports TLS1.0 which is vulnerable to BEAST attack

2014-12-08 Thread RedScourge
Public bug reported: For PCI compliance, one must not be vulnerable to the POODLE or BEAST or CRIME attacks. POODLE suggests removing SSLv2 and SSLv3, and BEAST suggests removing TLSv1. However, since TLSv1.1 and TLSv1.2 do not seem to be supported by apache 2.2 on 12.04 LTS, and since apache 2.4

[Bug 1394091] Re: Partitioning experience in installer SUCKS

2014-12-04 Thread RedScourge
*** This bug is a duplicate of bug 44609 *** https://bugs.launchpad.net/bugs/44609 When I tried dropping into a shell at various points during the install, those commands did not work at any point. I imagine it has to be in there _SOMEWHERE_ so as to allow actual partitioning, but I wouldn't b

[Bug 1366332] Re: Apt-get reports NO_PUBKEY gpg error for keys that are present in trusted.gpg

2014-11-21 Thread RedScourge
*** This bug is a duplicate of bug 1263540 *** https://bugs.launchpad.net/bugs/1263540 Have installed several fresh 14.04 and 14.04.1 LTS x64 servers straight off the iso image in the past few weeks, and this has presented itself on all of them. -- You received this bug notification because

[Bug 1263540] Re: Apt-get reports NO_PUBKEY gpg error for keys that are present in trusted.gpg.

2014-11-21 Thread RedScourge
14.04 LTS and 14.04.1 LTS x64 both present this error after fresh install, and again after adding the virtualbox repo. W: GPG error: http://download.virtualbox.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139

[Bug 1273261] Re: Cryptsetup error during boot: /scripts/local-top/cryptroot: line 1: can't open /dev/mapper/ubuntu--vg-root: no such file

2014-11-19 Thread RedScourge
Same errors came up after reboot, but it seemed to progress past it anyway. Here's a boot.log after the updates, still quite clearly showing the failure to map the partition but seemingly eventually succeeding and getting past it (rather quickly too, actually): Begin: Mounting root file system ...

[Bug 1273261] Re: Cryptsetup error during boot: /scripts/local-top/cryptroot: line 1: can't open /dev/mapper/ubuntu--vg-root: no such file

2014-11-19 Thread RedScourge
I can confirm that this happened to me on a fresh install of Ubuntu 14.04.1 LTS via an expert mode install where I didn't really customize any of the options that allows, on an older Core 2 Duo E6800 based system with linux-server kernel choice, with triple drive raid 1 on 1TB msdos partition table

[Bug 1394091] Re: Partitioning experience in installer SUCKS

2014-11-19 Thread RedScourge
I tried to find which package it might be, and all I got was either "too many results" or "no results". Brilliant. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394091 Title: Partitioning experienc

[Bug 1394091] Re: Partitioning experience in installer SUCKS

2014-11-19 Thread RedScourge
Yes, I found this automated message to be inappropriate, not to say that I believe my tone was, but rather because THE INSTALLER IS NOT A PACKAGE as far as I can tell. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1394091] [NEW] Partitioning experience in installer SUCKS

2014-11-18 Thread RedScourge
Public bug reported: Hi, I am trying to install Ubuntu 14.04.1 LTS x64 from a freshly burned CD that passed verification. I am getting to the part where the partitioner is supposed to let me configure things, and I wanted to blow away an existing raid+lvm setup on the drives and install a new sy

[Bug 1394091] Re: Partitioning experience in installer SUCKS

2014-11-18 Thread RedScourge
And probably worst of all, is the fact that apparently for my own safety, at various points I would like to be able to write out the partition table, but it refuses, because OMG, YOU DON'T HAVE ANY MOUNT POINTS YET, SO NOW ALL YOU CAN DO IS UNDO ALL CHANGES MWAHAHAHA! -- You received this bug not

[Bug 1048780] [NEW] Updating some packages in 10.04 LTS creates /etc/nologin file and therefore makes you unable to ever log into the system again

2012-09-10 Thread RedScourge
Public bug reported: Problem: Apparently some package was updated which caused a file /etc/nologin to be created and not deleted afterward, and this caused me to be unable to log in to the system. Thank goodness I overrode the default behavior of 10.04 LTS of protecting me from myself by disallow

[Bug 1048776] Re: Page on launchpad website regarding bug reporting is a mile long, largely irrelevant for LTS console users, and impossible for newbs to use

2012-09-10 Thread RedScourge
** Attachment added: "actual_link.jpg" https://bugs.launchpad.net/bugs/1048776/+attachment/3306029/+files/actual_link.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048776 Title: Page on lau

[Bug 1048776] [NEW] Page on launchpad website regarding bug reporting is a mile long, largely irrelevant for LTS console users, and impossible for newbs to use

2012-09-10 Thread RedScourge
Public bug reported: If you are an intermediate linux user who is fairly new to Ubuntu and has chosen an LTS distro (no GUI), when you notice something wrong, it is pretty damn near impossible to report a bug. There is one tiny link about 7 pages down on the Reporting Bugs page which is the right

[Bug 936891] Re: samba4 failed to install - ProvisioningError: guess_names: 'server role=standalone' in domain controller must match chosen server role '/etc/samba/smb.conf'! Please remove the smb.con

2012-03-30 Thread RedScourge
In the meantime until this is fixed, you can just mv /etc/samba/smb.conf /etc/samba/smb.conf.backup and finish the install and it should succeed. Source: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659775#24 ** Bug watch added: Debian Bug tracker #659775 http://bugs.debian.org/cgi-bin/bu

[Bug 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-25 Thread RedScourge
Holy cow you're right, I definitely need to get to 5.2.17 somehow. I've compiled PHP before with configure and make, but I'm not familiar at all with any of these other build tools you mention. I'm sure nobody wants to be teaching everyone how to do all this stuff or be doing it for them. Could yo

[Bug 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-23 Thread RedScourge
Sorry for being rude, but as you might imagine this whole situation was frustrating, and it was not the first time some little thing about Ubuntu LTS caused me much main and suffering. Not as much as RedHat but that's another story. Getting logged in and posting was even more frustrating as the sit

[Bug 74647] Re: php5-gd not using bundled GD library

2011-07-12 Thread RedScourge
would be awesome if this would be done, or if an optional php5-gd- boutell package could be created that does this. I know this would work, because I am currently running the default php5 package from karmic and only had to swap in my recompiled php5-gd package, php5-gd_5.2.10.dfsg.1-2ubuntu6.10_am

[Bug 74647] Re: php5-gd not using bundled GD library

2011-07-12 Thread RedScourge
I installed PHP 5.2.X on Lucid which normally comes with 5.3.X as I have old code I cannot yet change. This lead to a headache recompiling PHP with the proper GD library because libaprutil1-dev and apache2-prefork-dev depend on their respective non-dev packages, so in order to satisfy the dependen

[Bug 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-12 Thread RedScourge
I managed to compile PHP finally, and all it took was several hours and countless steps. It's so simple your kids can do it! Process (roughly, your mileage may vary, and i may have forgotten a step): cd /tmp apt-get source php5 apt-get install build-essential debhelper fakeroot vi /etc/apt/source

[Bug 809400] [NEW] Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-12 Thread RedScourge
Public bug reported: Background: Like MANY server admins who use PHP and run some old code, I have two requirements that are not what the Ubuntu package team has deemed as they way they want to support out of the box: - PHP 5.2.X branch on a Lucid server - Compiled with PHP's original bundled GD

[Bug 495557] Re: permissions on /var mysteriously changed to 0644

2010-10-18 Thread RedScourge
I don't really know what triggered it so reproducing it may take time, or may never even happen. I am going to try doing another fresh install of Lucid in the next 30 days and if it happens again on that install, I will definitely report it here. -- permissions on /var mysteriously changed to 064

[Bug 580169] Re: can no longer use iptables recent module multiple times after upgrade to lucid

2010-05-13 Thread RedScourge
I've come to a workaround solution, adding the following to /etc/modprobe.d/options and rebooting: options xt_recent ip_pkt_list_tot=255 ip_list_tot=255 ip_list_hash_size=0 Still, I believe this issue needs to be addressed, since a hitcount default max of 20 seems extremely useless, especially in

[Bug 580169] Re: can no longer use iptables recent module multiple times after upgrade to lucid

2010-05-13 Thread RedScourge
AHA! hitcount cannot be over 20 now...wtf? I used to use 500 in Fedora Core 5, then I couldn't go over I think 255 in Ubuntu 8.04 (I just remembered this because that was ages ago), and now I can't go over 20! WTF! -- can no longer use iptables recent module multiple times after upgrade to lucid

[Bug 580169] Re: can no longer use iptables recent module multiple times after upgrade to lucid

2010-05-13 Thread RedScourge
update: the other "recent" rule seems to be fine, there's something with this line that's the problem: -A rate-limit-wall -m comment -m state -m recent --state NEW -j LOGDROP --update --seconds 20 --hitcount 100 --comment "drop over 300 conn/min" The only difference with this is that the other ru

[Bug 580169] Re: can no longer use iptables recent module multiple times after upgrade to lucid

2010-05-13 Thread RedScourge
er...10/min, not 20/min for ssh connections...whatever, it's a minor typo in that message. -- can no longer use iptables recent module multiple times after upgrade to lucid https://bugs.launchpad.net/bugs/580169 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 580169] [NEW] can no longer use iptables recent module multiple times after upgrade to lucid

2010-05-13 Thread RedScourge
Public bug reported: Binary package hint: iptables I upgraded from hardy 8..04 LTS to lucid 10.04 LTS and my iptables rules stopped working. I use the recent module to mark new connections, and then block if over X new connections occur in general then again if over X new connections occur to so

[Bug 579736] Re: upgrade from hardy to lucid uninstalls samba

2010-05-12 Thread RedScourge
openssh-server was also removed and failed to be re-added in a similar fashion to samba, but I did not think to grab info regarding how i fixed it, etc. The same uploaded zip file should contain info about it. It also broke my iptables somehow but it might be due to my rules and a new version of ip

[Bug 579736] Re: upgrade from hardy to lucid uninstalls samba

2010-05-12 Thread RedScourge
** Attachment added: "zipped contents of /var/log/dist-upgrade/" http://launchpadlibrarian.net/48364121/update-manager.zip -- upgrade from hardy to lucid uninstalls samba https://bugs.launchpad.net/bugs/579736 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 579736] [NEW] upgrade from hardy to lucid uninstalls samba

2010-05-12 Thread RedScourge
Public bug reported: Binary package hint: update-manager I upgraded from 8.04 LTS to 10.04 LTS. This is a fairly standard install because all I need to do on this box is apache, mysql, samba, and sshd. I had customized the config files of samba, (no errors in the config!) and I guess because of

[Bug 495557] Re: permissions on /var mysteriously changed to 0644

2009-12-14 Thread RedScourge
For what it's worth, I can't think of any need to ever change permissions on /var and I certainly would not do it. I will provide any info you require. New hardware, new install, all I've done is add a bunch of packages suitable for a webserver (apache, php, mysql, related packages, etc, and some