[Bug 1961619] [NEW] Installlation conflict occurs between puppet-master-passenger and puppdb.

2022-02-21 Thread Travis Bean
Public bug reported: The installation of puppet-master-passenger fails when installed at the same time puppetdb is installed. I found a workaround by installing puppetdb first, followed by puppet-master-passenger. This installation conflict never occurred in the past when I installed

[Bug 1444876] [NEW] phpPgAdmin is using deprecated Apache v2.2 syntax

2015-04-16 Thread Travis Bean
Public bug reported: The phpPgAdmin installer is incorrectly placing /etc/phppgadmin/apache.conf into the /etc/apache2/conf.d directory. On Ubuntu Server LTS 14.04, this breaks the phpPgAdmin configuration and results in a The requested URL /phppgadmin was not found on this server. The bug fix

[Bug 1440934] [NEW] puppetmaster-passenger is using Apache v2.2 syntax

2015-04-06 Thread Travis Bean
Public bug reported: The syntax for puppetmaster-passenger needs to be updated for Apache v2.4. The option SSLCertificateChainFile is deprecated and so is the access control. Order allow,deny allow from all needs to be replaced with Require all granted. The option SSLCARevocationCheck is also

[Bug 1440934] [NEW] puppetmaster-passenger is using Apache v2.2 syntax

2015-04-06 Thread Travis Bean
Public bug reported: The syntax for puppetmaster-passenger needs to be updated for Apache v2.4. The option SSLCertificateChainFile is deprecated and so is the access control. Order allow,deny allow from all needs to be replaced with Require all granted. The option SSLCARevocationCheck is also

[Bug 1433712] [NEW] apt-pinning is non-functional when building LTSP client chroot

2015-03-18 Thread Travis Bean
Public bug reported: The file /etc/apt/preferences is supposed to copy over to /opt/ltsp/amd64/etc/apt when ltsp-build-client is run. This used to work just fine on Ubuntu Server 12.04. After 14.04 was released, the /etc/apt/preferences file is no longer copying over when building LTSP client

[Bug 1248054] Re: dlm package installation fails

2015-03-12 Thread Travis Bean
*** This bug is a duplicate of bug 1365444 *** https://bugs.launchpad.net/bugs/1365444 ** This bug has been marked a duplicate of bug 1365444 dlm has broken init script + missing a dependency -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1275847] Re: package dlm relies on missing /etc/init.d/rc.d/functions

2015-03-12 Thread Travis Bean
*** This bug is a duplicate of bug 1365444 *** https://bugs.launchpad.net/bugs/1365444 ** This bug is no longer a duplicate of bug 1248054 dlm package installation fails ** This bug has been marked a duplicate of bug 1365444 dlm has broken init script + missing a dependency -- You

[Bug 1248054] Re: dlm package installation fails

2015-03-12 Thread Travis Bean
*** This bug is a duplicate of bug 1365444 *** https://bugs.launchpad.net/bugs/1365444 ** This bug has been marked a duplicate of bug 1365444 dlm has broken init script + missing a dependency -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1275847] Re: package dlm relies on missing /etc/init.d/rc.d/functions

2015-03-12 Thread Travis Bean
*** This bug is a duplicate of bug 1365444 *** https://bugs.launchpad.net/bugs/1365444 ** This bug is no longer a duplicate of bug 1248054 dlm package installation fails ** This bug has been marked a duplicate of bug 1365444 dlm has broken init script + missing a dependency -- You

[Bug 1248054] Re: dlm package installation fails

2015-03-10 Thread Travis Bean
I already submitted a patch for upstream source code to resolve this problem, so this bug can be closed. Until the patched binary makes its way into the mirrors, this is the correct workaround for this problem: #!/bin/bash # Install dlm depends. apt-get -y install daemon cd /usr/src # Install

[Bug 1248054] Re: dlm package installation fails

2015-03-10 Thread Travis Bean
I already submitted a patch for upstream source code to resolve this problem, so this bug can be closed. Until the patched binary makes its way into the mirrors, this is the correct workaround for this problem: #!/bin/bash # Install dlm depends. apt-get -y install daemon cd /usr/src # Install

[Bug 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
#!/bin/bash # Compile and install Distributed Lock Manager. apt-get -y install daemon cd /usr/src apt-get source dlm apt-get build-dep dlm cd dlm-* # Patch for broken init reference. sed -i s|/etc/rc.d/init.d/functions|/lib/lsb/init-functions| init/dlm.init debuild -b cd .. dpkg -i libdlm*.deb #

[Bug 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
#!/bin/bash # Compile and install Distributed Lock Manager. apt-get -y install daemon cd /usr/src apt-get source dlm apt-get build-dep dlm cd dlm-* # Patch for broken init reference. sed -i s|/etc/rc.d/init.d/functions|/lib/lsb/init-functions| init/dlm.init debuild -b cd .. dpkg -i libdlm*.deb #

[Bug 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
** Patch added: dlm.diff https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+attachment/4290862/+files/dlm.diff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to gfs2-utils in Ubuntu.

[Bug 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
** Patch added: dlm.diff https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+attachment/4290862/+files/dlm.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365444 Title: dlm

[Bug 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
#!/bin/bash # Compile and install Distributed Lock Manager. apt-get -y install daemon cd /usr/src apt-get source dlm apt-get build-dep dlm cd dlm-* # Patch for broken init reference. sed -i s|/etc/rc.d/init.d/functions|/lib/lsb/init-functions| init/dlm.init debuild -b cd .. dpkg -i libdlm*.deb #

[Bug 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
#!/bin/bash # Compile and install Distributed Lock Manager. apt-get -y install daemon cd /usr/src apt-get source dlm apt-get build-dep dlm cd dlm-* # Patch for broken init reference. sed -i s|/etc/rc.d/init.d/functions|/lib/lsb/init-functions| init/dlm.init debuild -b cd .. dpkg -i libdlm*.deb #

[Bug 1181807] Re: Firefox refuses to load, cannot find profile

2013-09-09 Thread Travis Bean
The problem I had with Firefox not loading in enforce mode is that my user's home path is set to /ubuntu-admin rather than /home/ubuntu-admin. I fixed this problem as follows: sed -i s|@{HOME}=@{HOMEDIRS}/\*/ /root/|@{HOME}=@{HOMEDIRS}/\*/ /root/ /\*/| /etc/apparmor.d/tunables/home -- You

[Bug 1181807] Re: Firefox refuses to load, cannot find profile

2013-08-12 Thread Travis Bean
When I use aa-update-browser -u plugins-common to fix the problem with Firefox, it creates another problem when using aa-enforce: ubuntu-admin@OR-DC1-UB:/etc/apparmor.d$ sudo aa-enforce /etc/apparmor.d/* Setting /etc/apparmor.d/bin.ping to enforce mode. Setting

[Bug 1181807] Re: Firefox refuses to load, cannot find profile

2013-08-10 Thread Travis Bean
I found a workaround for this problem: sudo aa-update-browser -u plugins-common /etc/apparmor.d/usr.bin.firefox sudo service apparmor reload -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1181807

[Bug 1181807] Re: Firefox refuses to load, cannot find profile

2013-07-20 Thread Travis Bean
I have confirmed this problem on Ubuntu 12.04 LTS (Firefox version 22.0). ** Attachment added: Screenshot from 2013-07-20 17:07:14.png https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1181807/+attachment/3744022/+files/Screenshot%20from%202013-07-20%2017%3A07%3A14.png -- You received

[Bug 1181807] Re: Firefox refuses to load, cannot find profile

2013-07-19 Thread Travis Bean
** Changed in: firefox (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1181807 Title: Firefox refuses to load, cannot find profile To manage notifications

[Bug 1179122] Re: Ubuntu's Partitioning Tool does not revert changes to partition table

2013-06-07 Thread Travis Bean
I finally was able to decrypt my AESpipe encrypted backup files. More than one backup source was corrupted (bzip2: Data integrity error when decompressing. tar: Unexpected EOF in archive), but I was able to recover most of my data! This really scared me! I haven't been able to sleep very well for

[Bug 1179122] Re: Ubuntu's Partitioning Tool does not revert changes to partition table

2013-05-30 Thread Travis Bean
I finally figured out why I cannot access the LVM PV. Ubuntu's Partitioning Tool overwrote the LUKS header with a new LUKS header. This is why the LVM PV is not available. Is there any data carving method that can find the old LUKS header and restore it, or is all the data in the LVM PV lost for

[Bug 1179122] Re: Ubuntu's Partitioning Tool does not revert changes to partition table

2013-05-14 Thread Travis Bean
I recreated the exact same encrypted LVM structure with CentOS and installed on a test hard drive. I cannot reproduce this problem with Ubuntu 12.10. The revert on Ubuntu's Partitioning Tool works correctly in all the followup tests I conducted. The only thing I can conclude is perhaps corrupted

[Bug 1179122] Re: Ubuntu's Partitioning Tool does not revert changes to partition table

2013-05-12 Thread Travis Bean
Thanks for the reply. I did not realize at first that Ubuntu's installer is using GParted for its Partitioning Tool. I will see if someone over at gparted.sourceforge.net can help me reverse the damage this tool caused to my partition table. -- You received this bug notification because you are

[Bug 1179122] Re: Ubuntu's Partitioning Tool does not revert changes to partition table

2013-05-12 Thread Travis Bean
Phillip, I replied to Brian Murray before your comment showed up after I refreshed my screen. I did nothing in Ubuntu's Partitioning Tool other than try to find a way to get the installer to recognize Red Hat's partitioning scheme. Ubuntu's Partitioning Tool did not allow me to install into the

[Bug 1179122] [NEW] Ubuntu's Partitioning Tool does not revert changes to partition table

2013-05-11 Thread Travis Bean
Public bug reported: I am currently running CentOS 6.x on my primary workstation. I want to replace CentOS with Ubuntu after I found that Ubuntu has better software repositories. I booted up my workstation with Ubuntu 12.10 Live to test and see if Ubuntu will recognize my CentOS encrypted luks