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.
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
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
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
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
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
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
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
@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
> 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
--
> 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
@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
> 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
> 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:
> @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
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
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 --
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 --
@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
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.
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
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
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.
--
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
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
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
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
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
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
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
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
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
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
--
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
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.
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
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
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
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
*** 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
*** 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
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
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
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
*** 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
** 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
#!/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 #
#!/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 #
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
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
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
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
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
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
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
** 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
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
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
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
--
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
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-
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
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
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
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
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
66 matches
Mail list logo