Public bug reported:
Binary package hint: firefox-3.5
The new firefox-3.5 was installed with a system update. After that I
tried to watch some videos on youtube.com. In firefox 3.1 audio was
working, in firefox-3.5 is it not.
Audio is working with a pulseaudio setup - I can play mp3 with mpg123,
Public bug reported:
I was playing with /proc/sys/kernel/pid_max and found that I could't raise it
above 32768. I've filled this bug about it
in the kernel's bug tracker: http://bugzilla.kernel.org/show_bug.cgi?id=13090
Turns out this is due to CONFIG_BASE_SMALL is being set to 0. Is this on
pur
Public bug reported:
When using 'sed -i' on a symlink the symlink gets destroyed.
Observe:
% ls -l myfile symlink
-rw-rw-r-- 1 miekg miekg 12 Apr 26 10:53 myfile
lrwxrwxrwx 1 miekg miekg 6 Apr 26 10:53 symlink -> myfile
# do an edit
% sed -i 's/hello//' symlink
% ls -l myfile symlink
-rw-rw-r-
This is due to using rename(), in the file lib/utils.c (is sed's source) at
line 324 in the function:
ck_rename (from, to, unlink_if_fail):
int rd = rename (from, to);
from is now a tmp-file and to is the original file. According to the
manpage of rename(2):
If oldpath refers t
The following "patch" fixed the problem. It does so by looking at the target.
If it is an symlink the tmp file will be copied
to the target of the symlink. Patch also included as attachment.
elektron.m% diff -ur sed-4.1.5/lib/utils.c sed-4.1.5-modified/lib/utils.c
--- sed-4.1.5/lib/utils.c
tracing the mount call gives:
This is only the last part:
port=htons(53), sin_addr=inet_addr("127.0.0.1")}, [16]) = 259
close(3)= 0
gettimeofday({1211135677, 873940}, NULL) = 0
mount("toaster.xx.yy:/vol/music", "/nfs/toaster.x.yy", "nfs", 0,
"addr=2xx.1xx.
This:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477503
seems related. And it supposedly provides a fix.
--
Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS
https://bugs.launchpad.net/bugs/213444
You received this bug notification because you are a member of
[ Quoting DaveAbrahams in "[Bug 213444] Re: Hardy Heron nfs (c"... ]
> Me too. Please apply the patch, Ubuntu!
I tried that patch. It removed the 'internal error', but I still
couldn't mount the remote NFS directory.
--
grtz,
- Miek
GPG Key ID: 3880 D0F6
Public bug reported:
Binary package hint: adduser
The current adduser pkg (and also the passwd) pkg do not transparantly handle a
ldap setup. It would be nice if ubuntu
would add this functionality.
http://www.thkukuk.de/pam/pwdutils/
is a package which includes all utilities which would allow
I've made a bootchart of my (looong) startup, maybe that can help track
down the slow starts?
See
http://miek.nl/files/intrepid-20090315-2.png
--
very slow boot after upgrade to 8.10
https://bugs.launchpad.net/bugs/295103
You received this bug notification because you are a member of Ubuntu
Bug
Strace of when vim hangs:
After the SIGINT (control-C) is of course resumes.
foton.m% strace -p 8439
Process 8439 attached - interrupt to quit
pause() = ? ERESTARTNOHAND (To be restarted)
--- SIGINT
Same problem here. With zsh and
Package: vim-full
Status: install ok installed
Priority: extra
Section: editors
Installed-Size: 120
Maintainer: Ubuntu Core Developers
Architecture: all
Source: vim
Version: 1:7.1.314-3ubuntu3.1
--
vim: hang after ^Z / fg
https://bugs.launchpad.net/bugs/291373
Yo
Public bug reported:
Binary package hint: groff
The version of groff included in Ubuntu is from:
% groff -v
GNU groff version 1.18.1
Copyright (C) 2002 Free Software Foundation, Inc.
GNU groff is currently at 1.20.
I would like to see this package upgrade. I've build a quick 'n dirty deb for
Yes, we were running to trouble with psbb macro (I'm no export in groff), but
upgrading groff made this
problem(*) go away.
(*) the bounding box of an included eps figure wasn't detected properly,
which meant the figure didn't fit on the page.
--
groff version is too old
https://bugs.launchpad.
[ Quoting David Hoeffer in "[Bug 291373] Re: vim: hang after ^Z"... ]
> Thanks dominiko! I've rebuilt the package with your patch (wrapping it
being /very/ lazy here... :) But do you have a deb source package
somewhere for download?
Regards,
Miek
--
vim: hang after ^Z / fg
https://bugs.launchp
[ Quoting dominiko in "[Bug 291373] Re: vim: hang after ^Z"... ]
> This is the message in vim_dev where I posted the patch:
>
> ** Attachment added: "fixed race condition in suspend resume with CTRL-Z fg"
>
> http://launchpadlibrarian.net/22983879/fix-race-condition-suspend-os_unix.c.patch
o
Public bug reported:
glibc support nss with all kind of read functions, like for instance
getpwnam(). These function can either read from /etc/passwd or a NIS/LDAP
backend. There is however only one write function: putpwent():
int putpwent(const struct passwd *p, FILE *stream);
which requires
Public bug reported:
Not sure if this is an openldap bug... BUT
I decided to upgrade to jaunty - this also includes and openldap
upgrade. When openldap is upgraded, it is first stopped, then some other
packages are installed and later it is restarted.
If you have the user information stored in l
Hmm, it looks SOLVED...
when using pavucontrol, firefox-3.5 show up as an application playing audio.
I can then use move-stream and select the correct output device. This
solves my problem
--
firefox 3.5 does not play sound with flash
https://bugs.launchpad.net/bugs/396257
You received this bug
Why not use the following code:
if test ! -d $(dirname $PID); then
mkdir $(dirname $PID)
chown -R zabbix:zabbix $(dirname $PID)
fi
safes a variable, not a big deal, but still.
--
/var/run/zabbix-server deleted after reboot
https://bugs.launchpad.net/bugs/172775
You received this bug not
Done that, but epiphany-browser-dbgsym didn't crash when I tried
to save-as.
And now, epiphany (non debug) also doesn't crash any more
Very strange. I'll keep an eye on it - if it doesn't crash this week I'll close
this bug.
Thanks.
--
amd64 (edgy): save image as... crashes browser
https:/
Cannot reproduce it anymore. It may be connect to 'nut' (the package
nut-usb) usb driver, which wasn't too stable.
--
amd64 (edgy): save image as... crashes browser
https://launchpad.net/bugs/70051
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinf
This bug is still there in Edgy, but somewhat different. When I do the second
record gnome-sound-recorder disables CAPTURE on the capture device of my sound
blaster live. So I can only record once, close sound recorder, enable CAPURE
again and start gnome-sound-recorder again.
I've now upgraded
Public bug reported:
When I click on a subject-bookmark in the toolbar of epiphany is sometimes
stays pressed.
I've attached a screenshot to tell what I mean. So the submenu is gone, but the
button
isn't unpressed.
** Affects: epiphany-browser (Ubuntu)
Importance: Undecided
Status
** Attachment added: "screenshot of the problem"
http://librarian.launchpad.net/5021592/epip.jpg
--
buttons stays pressed down
https://launchpad.net/bugs/71078
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Haven't seen it again, neither with the oss nv driver, nor the closed
source one.
--
cursor redraw lingers
https://bugs.launchpad.net/bugs/90319
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-bu
Public bug reported:
Binary package hint: openoffice.org2
Using OO 2.3 I cannot add an LDAP datasource for use as address book.
File->New->Database->Connect to New database
Does not list LDAP as a connection. I cannot find a way to enable this.
OTOH evolution does work with the LDAP setup.
** A
Thanks, I noticed that :)
--
feisty not supported in rkhunter
https://bugs.launchpad.net/bugs/110956
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
https://lists.ubuntu.com
[15 Apr, @01:00 CEST, Steve Langasek wrote in "[Bug 81242] Re: postfix-ldap i
..."]
> Marking as 'incomplete' and unmilestoning. We still need the stderr
> output of a process that's failing in this way to diagnose whether it's
> a postfix or gnutls bug.
It will not be possible for me to provide
findutils in hardy only contains find and xargs. It should not ship an
cron.daily script anymore.
Therefore I can confirm this bug.
--
cron complains /etc/cron.daily/find exited with return code 127
https://bugs.launchpad.net/bugs/191355
You received this bug notification because you are a membe
Public bug reported:
Binary package hint: gnome-panel
In the window list applet I can observe the following behavior:
(this is on hardy with AMD64)
- set the preference to: 'restore to current workspace'
- minimize a window
- try to restore the window in a different workspace
It will not work,
Okay, I was typing this when systemtap decided to issue a illegal opcode
and crash my server :(
Anyhow. Looks like I got it working by:
apt-get install linux-source-2.6.20
compiling a kernel in /usr/src
setting /lib/modules/`uname -r`/build -> /usr/src/linux-source-2.6.20
and then running top.st
Public bug reported:
Binary package hint: gnome-applets
When using the mouse-wheel you can mute the sound when doing over the
sound-applet icon. Moving down you mute, moving up the sound is enabled
again.
Now open the sound-properties by double-clicking the sound-applet icon.
You can now still
Exactly the same problem here, also running in a dual head setup. Gnome
2.18.1 Ubuntu Feisty. Notification area only works on display :0.0 and
not in :0.1.
--
Notification Area on second screen's panel doesn't work
https://bugs.launchpad.net/bugs/128735
You received this bug notification because
This looks to be fixed in feist now.
--
apt-listchanges conflicts with software updates
https://bugs.launchpad.net/bugs/83180
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
Can be closed, vim7 is using the correct widget
--
vim-gnome uses old openFileWidget
https://bugs.launchpad.net/bugs/23532
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://l
Reduction labs does include a manual page, but only for puppet. This can be
found at:
http://reductivelabs.com/trac/puppet/browser/man/man8/puppet.8
It would be nice to have some kind of manual pages of puppetd, puppetmasterd
too, so that one can write a
sane /etc/default/puppetmaster.
--
pupp
[21 Jan, @16:27 CET, Francisco Calderón wrote in "Re: [Bug 116415] Re: puppet
an ..."]
> Hi Miek, im trying to download the man page but that trac is having a
> problem and i dont see the svn address, do you have the svn address to
> download the original man page?
I don't have the original svn,
Experienced this too (AMD64, gutsy 22 sept). Indeed removing emvs and
rebooting fixed this.
--
device-mapper: ioctl: error adding target to table
https://bugs.launchpad.net/bugs/124641
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
NIce and thanks. But I've now upgraded to gusty :)
--
feisty not supported in rkhunter
https://bugs.launchpad.net/bugs/110956
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
Running gnome 2.20 (gutsy) right now. The problem isn't gone. I've got a
new screenshot, but that wouldn't add any new information.
--
buttons stays pressed down
https://bugs.launchpad.net/bugs/71078
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug cont
Same problem here. Fresh upgrade from feisty to hardy. My shell is zsh. My
locale settings:
% locale -a
C
POSIX
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
nl_BE.utf8
nl_NL.utf8
% cat /etc/en
For some (unknown) reason /etc/environment isn't sourced.
Btw the reason that gnome-terminal falls back to ANSI_X3.4-1968, is because:
% locale charmap
Returns it, if LANG=C.
% LANG=en_US.UTF-8 locale charmap
UTF-8
--
[Hardy] gnome-terminal current locale ANSI_X3.4-1968 not unicode using en-
I'm using the debian etch package, which seems to work fine under Gutsy.
See packages.debian.org.
--
mailman broken after security upgrade on gutsy
https://bugs.launchpad.net/bugs/202332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Sadly, this bug is *still* there. It's 30 March 2008 and DST was enabled last
night. Any crons I had scheduled between 2 and 3 haven't run.
(I was expecting this ofcourse, but still)
--
daylight saving time messes up cron
https://bugs.launchpad.net/bugs/36690
You received this bug notification b
The bug is bigger than this. Going to any page with a self signed
certificate fails. This is on Hardy with an AMD64 processer.
When doing the same in firefox (3), it asks if you want to create an exception
for the self-signed certificate for this site. Epiphany otoh does no such
thing and just
Just to add my vote too. I would be very nice to have Systemtap on
Ubuntu systems.
--
wishlist - ship vmlinux in a -dbg package for oprofile use
https://bugs.launchpad.net/bugs/56402
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
Public bug reported:
Binary package hint: rkhunter
rkhunter does not detect that it is running on feisty:
Determining OS... Warning: This operating system is not fully supported!
-
Found warnings:
[07:35:28] Warning: This operating
How to trigger:
1. Click on a bookmark menu.
2. Middle click on a item to open it in a new tab
3. Repeat this multiple times
When a previous selected bookmark is still loading, I get the greatest change
of getting this
hanging button
--
buttons stays pressed down
https://bugs.launchpad.net/bug
This is on powerpc - to get systemtap working I followed the instruction
from the previous post, but I still get errors:
./keyhack.stp -v
Pass 1: parsed user script and 52 library script(s) in 1010usr/20sys/1120real
ms.
WARNING: cannot find module kernel debuginfo: No DWARF information found
WAR
I did all that, I've installed the debug-* package and fixed the
symlink - but still no go. I might try to run this on my AMD64 system.
But on power-pc it looks like a no-go.
--
Systemtap should require kernel debug information
https://bugs.launchpad.net/bugs/106957
You received this bug notific
Public bug reported:
Binary package hint: epiphany-browser
With epiphany 2.17.92 on AMD64 the cursor re-drawing is faulty. When typing
some text
and then going back on the line with the cursor pipe symbol isn't
properly removed.
In ascii art this yields: a|b|B|B|C|C
which is quite annoying.
Cursor theme? The mouse cursor theme is human - I've never touched any other
settings.
I'm attaching a screencast, where I type something in google and them
move the cursor to the left and right. This is in ogg.
** Attachment added: "screencast of cursor problem."
http://librarian.launchpad.ne
[On 14 Mar, @19:25, Phillip Lougher wrote in "[Bug 84059] Re: latest feisty
..."]
> Hi Miek
>
> Can you confirm that you have not experienced this bug since upgrading
> to 2.6.20-8? If so, we can close this bug.
I think this is a duplicate of: 75681
regards,
--
latest feisty kernel does not
Even with a blinking cursor enabled, the problem persists. In firefox the cursor
redraw in the entire application is as weird (also in the address bar).
Could this be an X issue?
--
cursor redraw lingers
https://launchpad.net/bugs/90319
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
Hmmm, I've changed my X setup to use the closed source nvidia module and that
makes the issue disappear.
--
cursor redraw lingers
https://launchpad.net/bugs/90319
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Bug is back... I've left a commit upstream. This is with gnome 2.18 on
Feisty
--
terminal stays blank/black
https://launchpad.net/bugs/85437
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Even with:
Package: libvte9
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 2396
Maintainer: Ubuntu Core developers
Architecture: amd64
Source: vte
Version: 1:0.16.0-0ubuntu3
still there :(
--
terminal stays blank/black
https://launchpad.net/bugs/85437
--
ubuntu
Slightly simular setup: powermac G4, also with ATI, I get:
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci::00:10.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenM
never mind, installing: libgl1-mesa-dri
fixes this.
--
[Radeon 9200] [Mac Mini (powerpc)] drm fails to initialize the radeon module,
consequently direct rendering is disabled.
https://launchpad.net/bugs/47762
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/ma
Public bug reported:
Binary package hint: linux-image-2.6-power4
I've upgraded to the latest kernel (generic-6 I *think*). And now my laptop
doesn't boot
anymore... It's extremely hard to get any debug data, because the usplash
starts. Then
it just hangs at about 5%. If I wait long enough the l
Note: this is on powerpc so there is no grub, only yaboot - using
'nosplash' on the boot prompt doesn't make any difference. And I'm using
only 1 filesystem, /dev/hda3 is / and /dev/hda4 is swap (hda1/hda2 are
used by yaboot - I think).
--
latest feisty kernel does not boot
https://launchpad.net/
Ah, found /etc/yaboot.conf via the rescue cd - its a kernel crash...:
Faulting instruction address: 0xc0084a0c
Oops: kernel access of bad area: sig: 11 [#1]
And a lot of other numbers
Is this a kernel bug or a bad disk?
I might be able to make a picture of the dump if that is really needed.
Sorry for the bad quality, I only have a mobile laying around here. Tomorrow I
will type
the backtrace of the screen.
** Attachment added: "loosy backtrace picture 1"
http://librarian.launchpad.net/6360667/Afb271.jpg
--
latest feisty kernel does not boot
https://launchpad.net/bugs/84059
--
Backtrace:
init-bottom
Done
Unable to handle kernel paging request for data at address 0x004
Faulting instructing address: 0xc0084a0c
Oops: kernel access of bad area: sig: 11 [#1]
Call Trace:
DFFC3E40 C0084AAB free_block+0x160/0x16c (unreliable)
DFFC3E60 C00845B8 cache_flusharray+
On booting the old kernel: I can select 'old' in the yaboot prompt, but
this kernel isn't configured... No vmlinuz.old nor an initramfs.old is
there in the /boot directory.
I can only boot from a rescue CD and then chroot to the root partition. I
should be able to retrieve
the boot.log that way.
The crashing kernel does not write any dmesg/boot logging, so I cannot
give that in this bugreport :(
--
latest feisty kernel does not boot
https://launchpad.net/bugs/84059
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
It is kernel version 2.6.20-6.11.
I've did a apt-get install --reinstall of the kernel and this helped. I
can now boot the laptop... I'm still suspecting a bad block on the disk
or something.
Can I run some tests?
--
latest feisty kernel does not boot
https://launchpad.net/bugs/84059
--
ubunt
Did a badblocks /dev/hda3 which didn't report any errors. Kernel crashes
again...with the same backtrace as above.
--
latest feisty kernel does not boot
https://launchpad.net/bugs/84059
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bug
The latest kernel upgrade, 2.6.20-8.x seems to fix to issue.
--
latest feisty kernel does not boot
https://launchpad.net/bugs/84059
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Public bug reported:
Binary package hint: gnome-terminal
When switching workspaces the gnome-terminal screen sometimes stays complete
black. The
supplied screenshot shows what I mean. I'm using a black background and a white
foreground.
gnome-terminal:
Version: 2.17.91-0ubuntu1
Architecture: a
** Attachment added: "screenshot of the terminal"
http://librarian.launchpad.net/6442278/gnome-bug.jpg
--
terminal stays blank/black
https://launchpad.net/bugs/85437
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
*** This bug is a duplicate of bug 75681 ***
** This bug has been marked a duplicate of bug 75681
initramfs script: race condition between sata and md
--
Software Raid Setup with feisty herd1 alternate on amd64
https://launchpad.net/bugs/7
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.u
** Bug watch added: GNOME Bug Tracker #409055
http://bugzilla.gnome.org/show_bug.cgi?id=409055
** Also affects: gnome-terminal (upstream) via
http://bugzilla.gnome.org/show_bug.cgi?id=409055
Importance: Unknown
Status: Unknown
--
terminal stays blank/black
https://launchpad.net/b
I have the same problem. This is on amd64/Edgy. After SUCCESSFULLY
writing a CD, nautilus complains about it and produces an error.
dmesg contains:
[229239.339649] usb 2-6.7: USB disconnect, address 7
[470357.737282] cdrom: This disc doesn't have any tracks I recognize!
[470403.956490] scsi: unkn
[On 12 Dec, @13:13, Sebastien Bacher wrote in "[Bug 71078] Re: buttons stays
..."]
> Thank you for your bug. What version of Ubuntu do you use? How do you
This is on Edgy (but I had the same problem in Dapper). This is on
AMD46
> close the menu? By clicking on an item? By using the keyboard? By
Public bug reported:
Binary package hint: apt
See bugs reported in debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=196021
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122304
They don't seem to be applied in Ubuntu either, this means the order of packages
in apt-get is still importan
Public bug reported:
Binary package hint: epiphany-browser
I've installed abiword and since then epiphany-browser will use abiword
to view the source of a page (^U).
I cannot find any way to tell epiphany to use gvim (for instance) to view the
source. The only remedy
seems to be to deinstall ab
If I do that I get a list with the following:
0 abiword
0 epiphany
* firefox
0 gvim
0 text editor
Where firefox is the default - I cannot change the order of the list.
--
view-source open abiword and gives error
https://launchpad.net/bugs/78572
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
Not consciously. Looking via nautilus at .txt files I indeed see abiword listed
as the
preferred entry. Clicking gvim and then checking in epiphany indeed gives the
desired
result: gvim opens the source of the page.
Hmm, not very intuitative, esp. considering epiphany is so user friendly it
doe
Public bug reported:
Binary package hint: compiz
I've upgraded to feisty on January the 13th, as I wanted to try the new 3d
features I've installed
compiz(-gnome). This sadly does not work. I think I've got AIGLX working, but
enabling compiz
gives me a whitescreen. This is on apple G4 powerbook
Updated today - desktop-effects allows me to try out compiz - the whitescreen
issue is gone :-) But compiz only manages 3/4 of the screen, the right side
isn't
managed somehow.
--
whitescreen issue
https://launchpad.net/bugs/79255
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:
Public bug reported:
Binary package hint: gnome-applets
This is on feisty. When I upgraded some gnome-applets failed. See:
http://bugzilla.gnome.org/show_bug.cgi?id=399052
Looking further I see this:
% dpkg -L gnome-applets
Package `gnome-applets' does not contain any files (!)
So I rebuild the
[On 22 Jan, @18:33, Sebastien Bacher wrote in "[Bug 80878] Re: gnome-applets
..."]
> Thank you for your bug. Does it work fine if you reinstall the feisty
> package? What mirror are you using? You are the only one who opened a
> bug about that, it makes likely that was a local problem on your
> c
Public bug reported:
Binary package hint: postfix
When trying to get SSL and postfix and ldap going I stumbled accross the
following:
postfix-ldap is linked against gnu TLS and this breaks SSL and LDAP.
postfix itself /is/ linked against openSSL.
postmap works, but postfix will complain about '
Public bug reported:
Binary package hint: gnome-power-manager
gnome-power-manager refuses to start.
This is on feisty.
gnome-power-manager --no-daemon
This program cannot start until you start the dbus session service.
ps aux|grep dbus show that dbus is running
nm-applet and NetworkManager a
Same with herd2. Create the arrays, installed grub on the 2 disks and
tried to boot. Grub all goes okay, but then it doesn't detect the arrays
properly and ubunut fails to boot. You get dropped in the busybox shell
which is ran from the initrd image!
Now I have a boot partition without raid1 and t
Public bug reported:
Binary package hint: apt-listchanges
When you install apt-listchanges, you previously got a pop-up with the changes
before you
went ahead with the software updates. Now (feisty) the software update waits
for you
to click on 'Details' and look at the changes inside the termi
With lucid alpha3 (alternate) installer this is still a problem. I'm
looking a the exact error (UUIDs not supported) right now
--
Installer fails: grub fails on Intel ICH10 raid
https://bugs.launchpad.net/bugs/436340
You received this bug notification because you are a member of Ubuntu
Bugs, whic
I'm if I mount /proc in the chroot is seems to work:
chroot /target
mount /proc
grub-install --modules=raid /dev/sda
--
Installer fails: grub fails on Intel ICH10 raid
https://bugs.launchpad.net/bugs/436340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
Public bug reported:
In Jaunty /usr/share/ppd/cups-included/ is full of ppd drivers for cups. In
karmic this
directory is almost empty.
The net result is that I cannot use my Dymo label writer because the ppd
file is not there.
% lsb_release -a
No LSB modules are available.
Distributor ID: Ubun
Just saw these debug messages from 'system-config-printer'
% system-config-printer
No ID match for device usb://DYMO/LabelWriter%20400?serial=08091919352987:
DYMO
LabelWriter 400
Using lsb/usr/cups-included/textonly.ppd (status: 3)
No ID match for device usb://DYMO/LabelWriter%20400?ser
Thanks for your comments, but nor system-config-printer nor lpinfo seem
to work:
% lpinfo -m | fgrep -i dymo
gives no result.
system-config-printer finds the print just fine, but then fails to provide the
correct ppd. Even the
vendor Dymo is not in the list.
Do need some extra package (this is
Well, I'm getting more confused by the minute. Basicly (I think) it
boils down to the following question:
why does 'lpinfo -m |grep -i dymo' gives a result on your system and not
on mine?
(lpinfo -m generates a large amount of printer ppd files, just not for
any dymo printers).
--
cups-included
Yes, I have the cups-common package and the sample.drv is also
installed.
--
cups-included is empty
https://bugs.launchpad.net/bugs/428872
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.ubu
Well, I will be damned...
Now it works. Dymo is listed in the gui and:
% lpinfo -m |grep dymp
drv:///sample.drv/dymo.ppd Dymo Label Printer
No idea why this is.
Well, thanks for your help.
--
cups-included is empty
https://bugs.launchpad.net/bugs/428872
You received this bug notification becau
Public bug reported:
Binary package hint: tar
When creating a tar archive with git-archive. I get a good tar archive, which
unpacks on all distros I tried it, expect
on Ubuntu Lucid:
% apt-show-versions -p tar
tar/lucid uptodate 1.22-2
% tar tvf rdup-1.1.5.tar.bz2
tar: Record size =
tar-1.23 has the same issue. Maybe this is not a bug in tar, but in GIT.
--
tar: Record size = 8 blocks
https://bugs.launchpad.net/bugs/562083
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
It is not something in git-archive, but it is hard to reproduce. I did
spotted a bug in a archive creation script. If I do a
tar cfz archive.tar.bz2# name the file .bz2, but use the
-z (gzip) compression flag
unpack
tar xvf archive.tar.bz2
sometimes you get the warning mentioned in this bug
Public bug reported:
Running the very latest Karmic (of as today) and Xorg now eats 100% cpu.
Disabling composer (this is with
xfce) slightly fixes the problem (i.e. makes X usable again). When running top
and moving your mouse in
X the CPU hits the roof...
Might be related to: 419264
Proble
1 - 100 of 195 matches
Mail list logo