[Bug 162574] Re: installation of emacs22 (22.1-0ubuntu5.1) failed due to failure of byte-compilation of emacs22

2007-11-25 Thread Bean
Same problem here, trying to attach temp file ** Attachment added: "Dump from failed byte-compilation for emacs22" http://launchpadlibrarian.net/10554465/emacs22.Vm7050 -- installation of emacs22 (22.1-0ubuntu5.1) failed due to failure of byte-compilation of emacs22 https://bugs.launchpad.

[Bug 162574] Re: installation of emacs22 (22.1-0ubuntu5.1) failed due to failure of byte-compilation of emacs22

2007-11-25 Thread Bean
Checked on a different ubuntu machine, /etc/emacs/site-start.d/00debian- vars.el didn't exist. ran "aptitude install emacs22" on second machine and it succeeded, and file was generated. Copied 00debian-vars.el to original machine, and re-running "aptitude install emacs22" succeeded. -- installa

[Bug 26058] Re: after boot into Windows XP, grub menu is not displayed and computer reboot

2010-01-08 Thread bean
I think windows must have changed something on disk, to confirm this, first grab the first 63 sector in Linux: sudo dd if=/dev/sda of=mbr_1 bs=512 count=63 Boot to windows, then boot to live cd. Then, grab the sectors again: sudo dd if=/dev/sda of=mbr_2 bs=512 count=63 Compare the files using c

[Bug 26058] Re: after boot into Windows XP, grub menu is not displayed and computer reboot

2010-01-08 Thread bean
Please compare all 63 sectors, windows must be writing to some place, it'd be nice to know where. Anyway, the safest solution is to write only one sector, and use blocklist to find the rest. In fact, this is what lilo and syslinux has been doing all along. -- after boot into Windows XP, grub men

[Bug 441941] Re: grub fails after running Windows

2010-06-10 Thread bean
For those that are still affected by this problem, you can solve it with burg: Install instruction for ubuntu: http://code.google.com/p/burg/wiki/InstallUbuntu The trick is to use --alt option when installing to mbr: http://code.google.com/p/burg/wiki/Troubleshooting -- grub fails after running

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-13 Thread bean
attachment and copy kernel.mod to /usr/lib/grub/i386-pc, then run grub-install to install to mbr. -- Bean ** Attachment added: "kernel.mod.gz" http://launchpadlibrarian.net/37852945/kernel.mod.gz -- grub fails after running Windows https://bugs.launchpad.net/bugs/441941 You r

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-13 Thread bean
On Wed, Jan 13, 2010 at 11:35 PM, Xtigyro wrote: > Now when you try to boot the windows '/dev/sda1' partition, the system > is not restarted automatically and stalled with the message "GRUB". If > you try "ctrl+alt+del", now it CAN be restarted. > > There is no matter, if you try the "normal" boot

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-13 Thread bean
On Thu, Jan 14, 2010 at 2:04 AM, Xtigyro wrote: > @bean: The same error in exactly the same way, man... This is quite strange, I guess grub legacy boots ok ? -- grub fails after running Windows https://bugs.launchpad.net/bugs/441941 You received this bug notification because you are a mem

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-13 Thread bean
@Xtigyro: perhaps the windows disk signature has been changed, you could try the following steps: 1, Use windows installation disk to fix mbr, this would allow you to boot into windows 2, add grub4dos to boot.ini, use it to boot into ubuntu. 3, In ubuntu, use grub-install with --safe option to ins

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-13 Thread bean
> There is no way to uninstall GRUB under Linux?? No, grub doesn't store the original mbr. BTW, you can try the latest package 1.98+burg.20100114-1~ppa6. I made some adjustment, and now --safe option is called --alt, so you can use this command to install to mbr: grub-install --alt /dev/sda --

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-14 Thread bean
> So many new features are being implemented in GRUB 2, and there is not a > basic 'uninstall' option... You can use dd to copy the first 63 sectors of disk to a file before installing grub, and copy it back if you want to restore. -- grub fails after running Windows https://bugs.launchpad.net/b

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-14 Thread bean
@Xtigyro I take a closer look at the previous steps, I think the one that breaks is the very first grub-install, while the active flag is in ext3 partition. After that, no matter what you do, the result would be the same. Windows keeps a mapping of partition and drive letter in the registry. When

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-14 Thread bean
> 1. Click Start > 2. Click Run > 3. Type CMD and hit ENTER > 4. From this dos box command line: > > FDISK /MBR > > > Will this method work? (: This used to be the way to restore mbr, but I don't think it works any more (at least not in my windows). But you can use the restore console from windows

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-14 Thread bean
> I have the same problem after restarting Windows with Ubuntu 9.10 > @bean: I used MbrFix --> > http://www.ambience.sk/fdisk-master-boot-record-windows-linux-lilo-fixmbr.php > it's free. Yeah, thanks boboland, this method works. -- grub fails after running Windows https:

Re: [Bug 441941] Re: grub fails after running Windows

2010-01-15 Thread bean
> @bean: > > So after I followed your last advice (which you mailed me personally) > and after the full re-install of GRUB using 'ppa:bean123ch/burg' > packages and then on the HDD in the way you explained aforesaid ('grub- > install --alt /dev/sda'), let m

[Bug 26058] Re: after boot into Windows XP, grub menu is not displayed and computer reboot

2010-01-15 Thread bean
BTW, in the latest version of BURG, the --safe option has been renamed as --alt. -- after boot into Windows XP, grub menu is not displayed and computer reboot https://bugs.launchpad.net/bugs/26058 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscr

[Bug 441941] Re: grub fails after running Windows

2010-01-11 Thread bean
Try BURG from my ppa repository, first add these lines to /etc/apt/sources.list: deb http://ppa.launchpad.net/bean123ch/burg/ubuntu karmic main deb-src http://ppa.launchpad.net/bean123ch/burg/ubuntu karmic main Then install with: sudo apt-get update sudo apt-get install grub-pc Then, use the --

[Bug 26058] Re: after boot into Windows XP, grub menu is not displayed and computer reboot

2010-01-11 Thread bean
Try BURG from my ppa repository, first add these lines to /etc/apt/sources.list: deb http://ppa.launchpad.net/bean123ch/burg/ubuntu karmic main deb-src http://ppa.launchpad.net/bean123ch/burg/ubuntu karmic main Then install with: sudo apt-get update sudo apt-get install grub-pc Then, use the --

[Bug 441941] Re: grub fails after running Windows

2010-01-11 Thread bean
@Xtigyro Thanks for the feedback, what's the menuentry that boot windows ? -- grub fails after running Windows https://bugs.launchpad.net/bugs/441941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 441941] Re: grub fails after running Windows

2010-01-11 Thread bean
Oh BTW, is the windows partition active ? -- grub fails after running Windows https://bugs.launchpad.net/bugs/441941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 441941] Re: grub fails after running Windows

2010-01-12 Thread bean
perhaps you can change the menuentry as (suppose your windows is hd0,1) set root=(hd0,1) chainloader +1 boot you can also set the active partition to windows. -- grub fails after running Windows https://bugs.launchpad.net/bugs/441941 You received this bug notification because you are a member o

[Bug 441941] Re: grub fails after running Windows

2010-01-13 Thread bean
search is not needed if you know what the partition is (you can confirm it using ls in grub shell). driemap is not needed unless windows is in a second disk. Therefore, the mimimum commands required to boot windows is: set root=(hd0,1) chainloader +1 boot You can enter them in grub shell to see

[Bug 251344] Re: Hardy proposed 2.6.24-20-generic kernel update will not boot

2008-07-25 Thread Rob Bean
Same problem here: Stops right after "hlt" check. CPU Info: AMD Athlon XP 2400+ -- Hardy proposed 2.6.24-20-generic kernel update will not boot https://bugs.launchpad.net/bugs/251344 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 201709] Re: [needs-packaging] Kdpkg

2008-07-06 Thread Rob Bean
I'd be interested in helping with this if someone would be willing to show me the ropes. Where do I need to start? -- [needs-packaging] Kdpkg https://bugs.launchpad.net/bugs/201709 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 238066] Re: segfault in libjvm with unknown cause

2008-06-07 Thread Henry Bean
EXACTLY the same error, even with the libjvm.so+0x20afa0 using eclipse ** Attachment added: "error generated" http://launchpadlibrarian.net/15110672/hs_err_pid12502.log -- segfault in libjvm with unknown cause https://bugs.launchpad.net/bugs/238066 You received this bug notification because y

[Bug 124857] Missing System.Text.RegularExpressions

2007-07-08 Thread Henry Bean
Public bug reported: Binary package hint: mono-mcs With 1.2.4-3ubuntu2 try: using System.Text.RegularExpressions; compiler prints * Type=Error, Priority=Normal, Description=The type or namespace name `Text.RegularExpressions' could not be found. Are you missing a using directive or an assembly

[Bug 124857] Re: Missing System.Text.RegularExpressions

2007-07-11 Thread Henry Bean
yes, my fault, thanks greg ** Changed in: mono (Ubuntu) Status: New => Invalid -- Missing System.Text.RegularExpressions https://bugs.launchpad.net/bugs/124857 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 119453] Re: [needs-packaging] Banter - New telepathy based IM/VOIP client

2007-06-25 Thread Henry Bean
you have my vote! :) -- [needs-packaging] Banter - New telepathy based IM/VOIP client https://bugs.launchpad.net/bugs/119453 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 1908125] [NEW] Casting works but I must manually select input.

2020-12-14 Thread Jonathan Bean
Public bug reported: Hi, Using other devices, when I cast to a chromecast the TV automatically switches to the HDMI source connecting the TV and chromecast dongle. With the linux snap, I have to manually select the TV input. ** Affects: chromium-browser (Ubuntu) Importance: Undecided

[Bug 1531184] Re: dnsmasq doesn't start on boot because its interface isn't up yet

2018-12-30 Thread Bean Kylla
The solution proposed by Alecz20 (alexguzu) works for me :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1531184 Title: dnsmasq doesn't start on boot because its interface isn't up yet To manage n

[Bug 1685407] [NEW] unable to install OS

2017-04-21 Thread Alex Bean
Public bug reported: I didn't see my error message up there in your suggestions but I tried to install the OS after windows 10 had started freezing up my computer and such and it couldn't install something related to thunderbird? That's all I reallhy understood from it. Hope this can be fixed! Pr

[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 re

[Bug 693983] [NEW] package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-23 Thread David Bean
Public bug reported: Binary package hint: initramfs-tools Trying to activate wireless driver for Aspire one D260 while not connected to wired ethernet. ProblemType: Package DistroRelease: Ubuntu 10.10 Package: initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] ProcVersionSignatu

[Bug 693983] Re: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-23 Thread David Bean
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/693983 Title: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-install

Re: [Bug 1456345] Re: calibre bug 1456345

2015-06-30 Thread Marcy Bean
You have obviously sent this to the wrong person. I have no idea what you are talking about. I did not send the email that was previously sent to you. Thank You On Sun, Jun 28, 2015 at 1:45 AM, Kovid Goyal <1456...@bugs.launchpad.net> wrote: > Your device is reporting it has no storage available.

[Bug 1456345] [NEW] device not detecting

2015-05-18 Thread Marcy Bean
Public bug reported: calibre 2.28 isfrozen: True is64bit: False Windows-7-6.1.7601-SP1 Windows ('32bit', 'WindowsPE') 32bit process running on 64bit windows ('Windows', '7', '6.1.7601') Python 2.7.9 Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free') USB devices on system: [u'usb\\root_hub&v

[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

[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 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 sour

[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 subscribe

[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 rece

[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 chro

[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 Titl

[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 /etc/apparmor.d/lightdm-guest-sessio

[Bug 1126592] Re: Nautilus' tooltip hides the last file

2016-02-02 Thread Michael Bean
*** This bug is a duplicate of bug 797485 *** https://bugs.launchpad.net/bugs/797485 This tooltip/popup issue is still a problem in Ubuntu 15.04, and it appears the old workaround has been disabled. Very frustrating. It should be possible to easily enable the status bar or turn off these popup

[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 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 co

[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 a

[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 r

[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 1081513] [NEW] Nautilus copy file deletes original, move deletes both with USB device

2012-11-21 Thread Michael Bean
Public bug reported: When MOVING several selected files from an ext3 formatted USB stick to my ext3 formatted hard drive, the file dialogue appears to copy to the destination, but the files are not copied. (The source files are deleted as expected, resulting in loss of data.) (In this instance

[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 g

[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 abo

[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

Re: [Bug 711397] Re: package firmware-b43legacy-installer 4.178.10.4-5 failed to install/upgrade due to unsupported hardware

2011-08-27 Thread Ken Bean
Francis, Sorry if you have been waiting on me for this, I thought we emails were just a big mailing list and any error I reported would just to some database and most likely be ignored(I'm used to windows after all). I just starting to play with ubuntu on an old computer I happen to have lying arou

[Bug 790490] [NEW] package firmware-b43-installer 4.150.10.5-5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-05-30 Thread Ken Bean
Public bug reported: Binary package hint: b43-fwcutter Error message on install ProblemType: Package DistroRelease: Ubuntu 11.04 Package: firmware-b43-installer 4.150.10.5-5 ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11 Uname: Linux 2.6.35-28-generic i686 NonfreeKernelModules: wl A

[Bug 790490] Re: package firmware-b43-installer 4.150.10.5-5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-05-30 Thread Ken Bean
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/790490 Title: package firmware-b43-installer 4.150.10.5-5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script return

[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 puppetmaster-

[Bug 2109615] [NEW] munin-plugins-extra contains a deprecated plugin

2025-04-29 Thread Travis Bean
Public bug reported: munin-plugins-extra contains a deprecated plugin, dhcpd3, that has been replaced with Kea. (Please see isc.org/dhcp for further details.). Here is the URL for the Kea plugin that needs to be added to munin-plugins- extra: https://github.com/munin- monitoring/contrib/blob/maste

[Bug 2115003] Re: user authentication and symlinks are broken

2025-06-19 Thread Travis Bean
I made a mistake in my bug report: user_authentication=1 is supposed to be use_authentication=1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2115003 Title: user authentication and symlinks are bro

[Bug 2115003] [NEW] user authentication and symlinks are broken

2025-06-19 Thread Travis Bean
Public bug reported: It appears as if the user_authentication=1 variable in /etc/nagios4/cgi.cfg does not work. Also, /etc/nagios4/apache2.conf is a duplicate of /etc/apache2/conf- available/nagios4-cgi.conf, and yet the two files are not symlinked. Here is a copy of my /etc/nagios4/apache2.conf

[Bug 2115003] Re: user authentication and symlinks are broken

2025-06-23 Thread Travis Bean
The specific steps I took that caused me to encounter the problem with authentication: 1. Configure /etc/nagios4/cgi.cfg to use_authentication=1. 2. sudo htpasswd -bmc /etc/apache2/.htpasswd.users admin AdminPassword 3. Copy the following apache2.conf to /etc/nagios4: https://docs.google.com/docu

[Bug 2115003] Re: user authentication and symlinks are broken

2025-06-27 Thread Travis Bean
htpasswd doesn't work. I replaced this with "sudo htdigest -c /etc/apache2/.htdigest-users "Digest Authentication" admin" and I got the authentication to work on Munin. This is how I figured out that authentication and symlink are broken for Nagios by comparing it to Munin, since Munin has a simil