[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-11-23 Thread LuisM
Ingo,

why don't you just get the upstart-compat-sysv (upstart-* suite) package
from Gutsy and do this (from a Terminal):

#!/bin/sh
# this is a script or you can do one command at a time:

  cd /tmp
  mkdir upstart

# now get (all) packages from the Gutsy archive:
  wget 
http://archive.ubuntu.com/ubuntu/pool/main/u/upstart/upstart-compat-sysv_0.3.8-2_i386.deb

# you need these for sanity
  wget 
http://archive.ubuntu.com/ubuntu/pool/main/u/upstart/system-services_0.3.8-2_i386.deb
  wget 
http://archive.ubuntu.com/ubuntu/pool/main/u/upstart/upstart_0.3.8-2_i386.deb
  wget 
http://archive.ubuntu.com/ubuntu/pool/main/u/upstart/upstart-logd_0.3.8-2_i386.deb

# extract to /tmp/upstart
  dpkg -x upstart-compat-sysv_0.3.8-2_i386.deb upstart

# again, this is just for sanity
  dpkg -x system-services_0.3.8-2_i386.deb upstart
  dpkg -x upstart_0.3.8-2_i386.deb upstart
  dpkg -x upstart-logd_0.3.8-2_i386.deb upstart

# override the files in /etc/event.d with the new ones:
  sudo cp upstart/etc/event.d/* /etc/event.d/

That will give you a working system again.
When prompted for a password, use your own password.

-- 
/etc/event.d/rcS does not set RUNLEVEL properly
https://bugs.launchpad.net/bugs/76304
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/mailman/listinfo/ubuntu-bugs


[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2007-11-20 Thread LuisM
Well, it also happens that this bug goes away when you explicitly add
libgcc_s to your binary:

in src/Makefile.am of whatever package:

LDADD = -lpthread -lgcc_s ...

or

packagenamehere_LDADD = -lpthread -lgcc_s ...

After that the warning goes away and everything just works.

-- 
libgcc_s.so.1 must be installed for pthread_cancel to work
https://bugs.launchpad.net/bugs/40285
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 158340] Cannot configure Evolution to get emails from /var/mail/My_User

2007-10-29 Thread LuisM
Public bug reported:

Binary package hint: evolution

I'm trying to add a "Local Delivery" account to Evolution so that emails
from /var/mail/my_user get delivered to my "On This Computer" inbox.

This was simple for earlier versions of Evolution, but for the version
shipped with Gutsy, one has to do:

- Preferences -> Accounts -> Add New Account
- In the wizard choose "Local Delivery"
- in the Path click and navigate to /var/mail
- then click on "Edit Path" icon on top and actually type /var/mail/my_user 
because the user file is grayed out and if you choose the directory itself, 
Evolution complaints
- after hitting Ok, Evolution throws the error "File exists" and cannot create 
the file (which it shouldn't do)
- then you click "Cancel"
- then Ok in the dialog now showing /var/mail/my_user as the "source" for 
receiving emails

And now you can receive emails...

This is really bizarre and it should be fixed.

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot configure Evolution to get emails from /var/mail/My_User
https://bugs.launchpad.net/bugs/158340
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/mailman/listinfo/ubuntu-bugs


[Bug 118537] Re: logout dialog does not offer suspend/hibernate

2007-10-07 Thread LuisM
rm -fr ~/.config/autostart/

That fixed things for me. You can go back to
System->Preferences->Sessions and re-enabled (or add) whatever services
you need.

-- 
logout dialog does not offer suspend/hibernate
https://bugs.launchpad.net/bugs/118537
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/mailman/listinfo/ubuntu-bugs


[Bug 118819] Re: power button freezes ubuntu, missing hibernate and suspend buttons

2007-10-07 Thread LuisM
*** This bug is a duplicate of bug 118537 ***
https://bugs.launchpad.net/bugs/118537


rm -fr ~/.config/autostart/

That fixed things for me (Gutsy with latest updates). You can go back to
System->Preferences->Sessions and re-enabled (or add) whatever services
you need.

-- 
power button freezes ubuntu, missing hibernate and suspend buttons
https://bugs.launchpad.net/bugs/118819
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/mailman/listinfo/ubuntu-bugs


[Bug 118695] Re: [Gutsy] gnome hangs when trying to log out

2007-10-07 Thread LuisM
*** This bug is a duplicate of bug 118537 ***
https://bugs.launchpad.net/bugs/118537

I have the same problem here, but it's funny because only 1 of the users
has this problem. My user and the others work just fine.

I removed all the .gconf* .gnome* etc... and no avail. What's the
solution for this??

I have the same "x-session-manager" error about PowerManager.

-- 
[Gutsy] gnome hangs when trying to log out
https://bugs.launchpad.net/bugs/118695
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/mailman/listinfo/ubuntu-bugs


[Bug 67307] Re: EDGY RC, USB storage devices no longer mounted

2007-09-19 Thread LuisM
I was beaten by this same bug, the solution is "USB needs more power".
Now, I dunno if the new driver (or the version used by Ubuntu kernels
have something to do)

In my case, I just plugged the device in the USB ports behind my
computer (not in front) and everything just worked.

Good luck

-- 
EDGY RC, USB storage devices no longer mounted
https://bugs.launchpad.net/bugs/67307
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/mailman/listinfo/ubuntu-bugs


[Bug 119315] Re: [gutsy] udevd hogs the processor and spams /var/log/messages

2007-09-03 Thread LuisM
*** This bug is a duplicate of bug 115616 ***
https://bugs.launchpad.net/bugs/115616

Just wanted to say that I had the same problem and removing evms*
packages fixed it for me as well.

Time for a real fix from Ubuntu developers

-- 
[gutsy] udevd hogs the processor and spams /var/log/messages
https://bugs.launchpad.net/bugs/119315
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/mailman/listinfo/ubuntu-bugs


[Bug 70485] Re: :-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output error

2007-08-24 Thread LuisM
I forgot to add that after changing the motherboard of my system I have
not seen this error anymore.

-- 
:-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output 
error
https://bugs.launchpad.net/bugs/70485
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/mailman/listinfo/ubuntu-bugs


Re: [Bug 70485] Re: :-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output error

2007-08-24 Thread LuisM
That generally means that either a controller in your system is buggy or bad
or your disks are dying.

Try installing smartmontools and do extensive testing on the media in
question. If it is a hard drive, of course. If you are talking about a CD
burner or a DVD, or any removable drive, then you might want to remove that
from your system and put it in another system and see if it's the device
that it's bad or if it is your motherboard that it's bad.

Updating your BIOS should work, if the motherboard of your system has an
older BIOS.

Regards,

On 8/24/07, luigi massa <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I've the same error.
> How to resolve it?
> Thank's.
>
> --
> :-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]:
> Input/output error
> https://bugs.launchpad.net/bugs/70485
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
)(-
Luis Mondesi
Maestro Debiano

- START ENCRYPTED BLOCK (Triple-ROT13) --
Gur Hohagh [Yvahk] qvfgevohgvba oevatf gur fcvevg bs Hohagh gb gur fbsgjner
jbeyq.
- END ENCRYPTED BLOCK (Triple-ROT13) --

-- 
:-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output 
error
https://bugs.launchpad.net/bugs/70485
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/mailman/listinfo/ubuntu-bugs


[Bug 102761] Re: nscd sometimes fails to find a user (causing lost mail)

2007-07-26 Thread LuisM
what does

getent passwd

says?

those are the real users that your system knows about, and those are the
ones being cached by nscd.

reloading nscd forces them to be inserted into the cache:

/etc/init.d/nscd reload

hope that helps

-- 
nscd sometimes fails to find a user (causing lost mail)
https://bugs.launchpad.net/bugs/102761
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/mailman/listinfo/ubuntu-bugs


[Bug 62020] Re: nscd ignores /etc/hosts

2007-07-26 Thread LuisM
Assuming that your nsswitch.conf is set correctly to cache /etc/hosts
(hosts db), you need to reload NSCD for this to be cached:

/etc/init.d/nscd reload

or you can wait until it times out.

I think this bug should be closed.

-- 
nscd ignores /etc/hosts
https://bugs.launchpad.net/bugs/62020
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/mailman/listinfo/ubuntu-bugs


[Bug 113643] Re: screen problem on Intel 965 (i810) driver

2007-05-09 Thread LuisM

** Attachment added: "xorg.conf"
   http://librarian.launchpad.net/7591866/xorg.conf

-- 
screen problem on Intel 965 (i810) driver
https://bugs.launchpad.net/bugs/113643
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/mailman/listinfo/ubuntu-bugs


[Bug 113643] screen problem on Intel 965 (i810) driver

2007-05-09 Thread LuisM
Public bug reported:

Switching screens in a 82q963/q965 Intel VGA card (integrated) causes
the screen to become unusable afterwards. Xorg log file shows errors.

Problem is similar to this bug report:

https://bugs.freedesktop.org/show_bug.cgi?id=9325

Xorg log:

...
*(II) I810(0): Not using mode "1920x1440" (hsync out of range)
(II) I810(0): Not using mode "1920x1440" (hsync out of range)
(II) I810(0): Not using mode "1920x1440" (hsync out of range)
(II) I810(0): Not using mode "1920x1440" (hsync out of range)
Mode: 5c (1920x1440)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005cd5
BytesPerScanline: 7680
XResolution: 1920
YResolution: 1440
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xe000
LinBytesPerScanLine: 7680
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 23000
Mode: 60 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 61 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 62 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 63 (0x0

[Bug 113643] Re: screen problem on Intel 965 (i810) driver

2007-05-09 Thread LuisM

** Attachment added: "Xorg.0.log"
   http://librarian.launchpad.net/7591870/Xorg.0.log.old

-- 
screen problem on Intel 965 (i810) driver
https://bugs.launchpad.net/bugs/113643
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/mailman/listinfo/ubuntu-bugs


[Bug 87382] Re: rpc.idmapd not working

2007-03-30 Thread LuisM
Please fix this. Remember to add --pidfile to the "stop" argument as
well.

-- 
rpc.idmapd not working
https://launchpad.net/bugs/87382

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24828] Re: IPv6 should be disabled by default

2007-03-30 Thread LuisM
This is the most BS solution that I have seen in a while. I understand
that the technology is in its infancy, but disabling it is not the right
solution either.

In any case, I see your point.

Now for those of you who DO use ipv6 and care, perhaps you have enough
knowledge to simply enable the thing again:

#> cat /etc/modprobe.d/blacklist-ipv6 
# never load ipv6 automatically. ifupdown will do it for on request.
#blacklist ipv6

ifdown/ifup your interface and you are back in business.

Now let's move on to other bugs that need to be fixed.

-- 
IPv6 should be disabled by default
https://launchpad.net/bugs/24828

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 98684] Switching users (switch user) blank screen on fglrx (ATI driver)

2007-03-29 Thread LuisM
Public bug reported:

Binary package hint: gdm

On Feisty, when switching users on a system running an ATI (Radeon
9700pro) using the fglrx driver, the system goes into a blank screen and
you can never return to a console.

CTRL+F# does not work, so you cannot go to a text console either. The
only thing that works is to ssh into the box from another one and
restart the system. Killing gdm and X would freeze the system.

I tested on an Intel-based GPU system and this problem did not happen.
Its possible that this problem affects Nvidia users as well, though I
have no way to confirm this. Some in the #ubuntu-devel IRC talked about
this issue for Nvidia cards (pitti on IRC #ubuntu-devel).

** Affects: gdm (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Switching users (switch user) blank screen on fglrx (ATI driver)
https://launchpad.net/bugs/98684

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54854] Re: Gray theme is not displayed correctly

2007-03-15 Thread LuisM
gtk-engines-pixmap needs to be set as a dependency for this theme.

I just hit this same bug.

-- 
Gray theme is not displayed correctly
https://launchpad.net/bugs/54854

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54854] Re: Gray theme is not displayed correctly

2007-03-15 Thread LuisM
actually, gtk2-engines-pixbuf since this runs on Gnome 2.18.x

-- 
Gray theme is not displayed correctly
https://launchpad.net/bugs/54854

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 74256] Re: Missing dependency for theme

2007-03-15 Thread LuisM
*** This bug is a duplicate of bug 54854 ***

gtk2-engines-pixbuf is the culprit for Gnome 2.18.x which is in Feisty.

-- 
Missing dependency for theme
https://launchpad.net/bugs/74256

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 92342] synergy on Feisty fails to work correctly as a client

2007-03-14 Thread LuisM
Public bug reported:

Binary package hint: synergy

I had synergy setup on Edgy/Dapper with the following configuration:

* PC in the middle acting as server (Feisty)

* PC to the right client (Feisty)

* PC on the left as client (Windows Vista)

Everything worked fine for years. Upgraded to Feisty and now the Windows
PC works fine, I can move the mouse to that system and make any changes
without loosing the connection or the data. When I move the right
(Feisty client) the mouse moves into the screen, but the cursor is lost
(or stands still) after a few milliseconds of being on that screen.

The logs look normal as the mouse enters and leaves the screen.

I tested things by having each of the other two systems be the server
and the other 2 as clients (all possible permutations) and the problem
is always the same: the Feisty package for synergy breaks, Windows works
fine.

Bottom line:
Regardless of who acts as server, the Feisty synergyc portion of synergy is 
broken.

** Affects: synergy (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
synergy on Feisty fails to work correctly as a client
https://launchpad.net/bugs/92342

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83446] Daylight Saving changes in the United States, Canada, and Bermuda

2007-02-05 Thread LuisM
Public bug reported:

Binary package hint: tzdata


Daylight Saving Time (DST) will be extended by four weeks, beginning in 2007, 
in the United States, Canada, and Bermuda. 

The new tzdata package from Debian includes the 2007a revision of this
important files. Please re-sync tzdata with Debian as soon as possible.

If not in sync by March, computers will be showing time off by one whole
hour, and ntp cannot account for this change (since ntp internally uses
UTC anyway).

References:
* http://kbase.redhat.com/faq/FAQ_85_9951
* http://wiki.debian.org/TimeZoneChanges
* http://packages.qa.debian.org/t/tzdata.html

** Affects: tzdata (Ubuntu)
 Importance: Undecided
 Status: Fix Released

-- 
Daylight Saving changes in the United States, Canada, and Bermuda
https://launchpad.net/bugs/83446

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2006-12-18 Thread LuisM

** Attachment added: "patch to set and export RUNLEVEL during S runlevel"
   http://librarian.launchpad.net/5444391/rcS.diff

-- 
/etc/event.d/rcS does not set RUNLEVEL properly
https://launchpad.net/bugs/76304

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76304] /etc/event.d/rcS does not set RUNLEVEL properly

2006-12-18 Thread LuisM
Public bug reported:

Binary package hint: upstart-compat-sysv

Steps to reproduce:

1. put a script in /etc/init.d/foo and symlink it to /etc/rcS.d/S99foo
2. in said script, execute runlevel > /tmp/foo.log

To fix this bug all you need is:

--- /etc/event.d/rcS2006-09-13 18:47:27.0 -0400
+++ rcS 2006-12-18 13:12:42.0 -0500
@@ -14,6 +14,12 @@
 # information (we enter rc1 not rcS for maintenance).  Run /etc/init.d/rc
 # without information so that it defaults to previous=N runlevel=S.
 script
-   runlevel --set S >/dev/null || true
+   set $(runlevel --set S || true)
+   if [ "$1" != "unknown" ]; then
+   PREVLEVEL=$1
+   RUNLEVEL=$2
+   export PREVLEVEL RUNLEVEL
+   fi
+
exec /etc/init.d/rcS
 end script

** Affects: upstart (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
/etc/event.d/rcS does not set RUNLEVEL properly
https://launchpad.net/bugs/76304

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70485] :-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output error

2006-11-05 Thread LuisM
Public bug reported:

Binary package hint: dvd+rw-tools

Lately (Ubuntu Edgy), I have been getting these errors when burning DVDs
to my Pioneer (8x8) DVD+RW drive. Note that the disks work on some
players even after this happens (on an Apple iMac). However, if I insert
the disk back in my system, I get presented with a dialog that says that
I have inserted a blank DVD and if I want to make a new disk.

I think that what's happening is that the disk is not properly closed.
How do I fix this?

This bug is very similar to this on the Debian BTS:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=392778

But I'm reporting it here because this is a different version of Growisofs
$> growisofs --version
* growisofs by <[EMAIL PROTECTED]>, version 6.1,
  front-ending to mkisofs: mkisofs 2.01.01a03-unofficial-iconv 
(i686-pc-linux-gnu)

ii  dvd+rw-tools   6.1-2ubuntu1   DVD+-RW/R tools

 SAMPLE OUTPUT 

 98.67% done, estimate finish Sun Nov  5 15:00:49 2006
 98.90% done, estimate finish Sun Nov  5 15:00:48 2006
 99.14% done, estimate finish Sun Nov  5 15:00:48 2006
 99.37% done, estimate finish Sun Nov  5 15:00:49 2006
 99.61% done, estimate finish Sun Nov  5 15:00:49 2006
 99.84% done, estimate finish Sun Nov  5 15:00:49 2006
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 4096
Path table size(bytes): 42
Max brk space used 0
2128379 extents written (4156 MB)
builtin_dd: 2128384*2KB out @ average 3.9x1385KBps
/dev/dvd: flushing cache
:-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output 
error

** Affects: dvd+rw-tools (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
:-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output 
error
https://launchpad.net/bugs/70485

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 17589] Re: System clock runs far too fast

2006-11-01 Thread LuisM
I was having this problem with a computer and I did the following to get
it under control:

$> cat /etc/ntp.conf | grep burst


server ntp.ubuntu.com burst iburst

server pool.ntp.org  burst iburst

That sends 8 packets instead of just 1 to the  ntpserver.

The real fix for this problem was replacing the CMOS battery in the
motherboard. After that, ntp just work.

-- 
System clock runs far too fast
https://launchpad.net/bugs/17589

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66798] Re: man apt-proxy-import has wrong options in example

2006-10-28 Thread LuisM
Oh, I'm sorry. I remove (and purged) the package and used apt-cacher instead.
Now everything just works.

You can close this bug if the latest package has the right info in the
man page.

-- 
man apt-proxy-import has wrong options in example
https://launchpad.net/bugs/66798

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66798] man apt-proxy-import has wrong options in example

2006-10-18 Thread LuisM
Public bug reported:

Binary package hint: apt-proxy

apt-proxy-import has no -i option. The man page talks about the -i
switch in the example section:

#> apt-proxy-import -i

WARNING: apt-proxy has not been tested under this version of twisted
(2.2.0).

WARNING: although it should work without problem.

/usr/sbin/apt-proxy-import: Option -i not recognized


#> apt-proxy-import --version

WARNING: apt-proxy has not been tested under this version of twisted
(2.2.0).

WARNING: although it should work without problem.

apt-proxy-import 1.9.x

** Affects: apt-proxy (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
man apt-proxy-import has wrong options in example
https://launchpad.net/bugs/66798

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47683] Re: ntpd not compiled with debugging support

2006-10-16 Thread LuisM
This patch fixes that problem

diff -burN ntp-4.2.0a+stable.orig/debian/rules ntp-4.2.0a+stable/debian/rules
--- ntp-4.2.0a+stable.orig/debian/rules 2006-10-16 11:59:23.0 -0400
+++ ntp-4.2.0a+stable/debian/rules  2006-10-16 12:00:58.0 -0400
@@ -15,7 +15,7 @@
mkdir -p build-refclock
cd build-refclock && ../configure --prefix=/usr \
--enable-all-clocks --enable-parse-clocks --enable-SHM \
-   --disable-debugging --sysconfdir=/var/lib/ntp \
+   --enable-debugging --sysconfdir=/var/lib/ntp \
--cache-file=../config.cache --disable-errorcache \
--enable-linuxcaps
touch build-refclock/stamp-h.in
@@ -24,7 +24,7 @@
mkdir -p build-simple
cd build-simple && ../configure --prefix=/usr \
--disable-all-clocks --disable-parse-clocks \
-   --disable-debugging --enable-LOCAL-CLOCK \
+   --enable-debugging --enable-LOCAL-CLOCK \
--sysconfdir=/var/lib/ntp --cache-file=../config.cache \
--disable-errorcache --enable-linuxcaps
touch build-simple/stamp-h.in

-- 
ntpd not compiled with debugging support
https://launchpad.net/bugs/47683

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47683] Re: ntpd not compiled with debugging support

2006-10-16 Thread LuisM
#> /usr/sbin/ntpd -d -p /var/run/ntpd.pid -u 114
ntpd not compiled with -DDEBUG option - no DEBUG support
usage: /usr/sbin/ntpd [ -abdgmnqx ] [ -c config_file ] [ -e e_delay ]
[ -f freq_file ] [ -k key_file ] [ -l log_file ]
[ -p pid_file ] [ -r broad_delay ] [ -s statdir ]
[ -t trust_key ] [ -v sys_var ] [ -V default_sysvar ]
[ -P fixed_process_priority ]
[ -u user[:group] ] [ -i chrootdir ]


I'm having problems with ntp as well and needed this. Please recompile with 
-DDEBUG

-- 
ntpd not compiled with debugging support
https://launchpad.net/bugs/47683

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 2575] Re: Import Project hangs on

2006-10-14 Thread LuisM

I did this to fix it:

cat /usr/bin/anjuta_import.sh | sed -e
's,@PACKAGE_DATA_DIR@,/usr/share/anjuta,' > /tmp/anjuta_import.sh

it worked

-- 
Import Project hangs on
https://launchpad.net/bugs/2575

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 2575] Re: Import Project hangs on

2006-10-14 Thread LuisM
I believe this problem is related to (on Edgy)

/usr/bin/anjuta_import.sh

# Template file is in data dir, so:
# TEMPLATE="$(dirname $0)/anjuta_project.template"
TEMPLATE="@PACKAGE_DATA_DIR@/anjuta_project.template"


@PACKAGE_DATA_DIR@ should've been expanded to:

/usr/share/anjuta

The filename is:

/usr/share/anjuta/anjuta_project.template

perhaps this is just part of the problem...

-- 
Import Project hangs on
https://launchpad.net/bugs/2575

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 62094] Re: synergy crash on startup

2006-09-28 Thread LuisM
I have exactly the same setup as Art Sherwood describes above and I also
get the same crash. Also on Edgy.

-- 
synergy crash on startup
https://launchpad.net/bugs/62094

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59232] Re: libhal1 0.5.7.1-0ubuntu8 with new dbus breaks vmware

2006-09-23 Thread LuisM
i'm glad there is at least a workaround for this. for the mean time i
did:

sudo vim /usr/local/bin/vmware

...
# work around for bug:
# https://launchpad.net/distros/ubuntu/+source/hal/+bug/59232
LD_PRELOAD=/usr/lib/libdbus-1.so.3
export LD_PRELOAD
...

and saved the file.

-- 
libhal1 0.5.7.1-0ubuntu8 with new dbus breaks vmware
https://launchpad.net/bugs/59232

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1489] Re: package fail on "seting up" stage

2006-09-21 Thread LuisM
ah, removing all instances of postgres (including -common) and re-
installing gforge-db-postgres fixed it!

-- 
package fail on "seting up" stage
https://launchpad.net/bugs/1489

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1489] Re: package fail on "seting up" stage

2006-09-21 Thread LuisM
ouch. i hit this bug today. the package doesn't provide this script.

the script that calls this is: /usr/lib/gforge/bin/install-db.sh

i'm not sure what enable_lang is supposed to have, but i made a symlink
like:

ln -s /bin/true /usr/lib/postgresql/bin/enable_lang

-- 
package fail on "seting up" stage
https://launchpad.net/bugs/1489

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58508] Re: cant save under edgy

2006-09-10 Thread LuisM
same happens to me under the Spreadsheet portion of the program.
Saving/Opening crashes the app and re-launches, which crashes again and
re-launches...

The documents that you are working on are just lost.

-- 
cant save under edgy
https://launchpad.net/bugs/58508

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-24 Thread LuisM
It turns out that this bug was related to a corrupted DOS table for the
partition of the /dev/hda3 (3rd partition on the disk).

I removed the partition using fdisk (after backing up the content in a
kernel that did not have sd_mod/libdata loaded from initramfs). Then re-
did the initramfs using the kernel with all the modules (sda1 is / and
sda2 is swap, but sda3 wasn't created yet). then using fdisk re-created
the partition again.

Now everything is nice and working. And since I was starting the full
thing from scratch, I made that partition an evms volume of LVM2 type
and XFS as the filesystem (mounted on /home).

Very nice!

You may now close this bug.

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
Ben,

If you look at the actual bug and chech all the files attached to it,
you will see that what you are saying has nothing to do with this
problem.

All the drives in /etc/fstab are already converted to be mounted from
UUID strings. The problem is that the scsi driver used to drive the IDE
bus doesn't work with this particular system.

So, again, this bug has nothing to do with XFS and 2.6.17 kernel or the
conversion to use UUIDs. All that works if I simply remove libata.ko and
sd_mod.ko from the modules dir of this kernel, and rebuild the initrd
(initramfs) image.

Just in case anybody miss it:

https://launchpad.net/distros/ubuntu/+source/linux-
source-2.6.17/+bug/56384

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM

Ok, just to make some closure here, I went to: 

/lib/modules/2.6.17-6-686

And removed sd_mod.ko and libata.ko from drivers/.../scsi/

Then I removed /boot/initrd.img-2.6.17-6-686 and re-create it using
update-initramfs -u

Now my drivers are seen using /dev/hda* and /home is mounted correctly.

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM

According to kernel-parameters.txt:

combined_mode=ide

where "both" is the default. This tells the kernel to use libata or ide
for the ide bus?

I'm assuming this has to do with getting libata turned off, and use the
legacy ide driver only. however, after rebooting, sda* was still used?
wtf?

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
How does the scsi layer driver gets turned off? is this compiled in the
kernel?

I want my drives to go back to /dev/hda* and not /dev/sda* but can't
seem to find where to turn this off.

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 54858] Re: 3d acceleration broken in Edgy Knot 1

2006-08-15 Thread LuisM
Now everything works fine. The combination turned out to be:

ii  xserver-xorg-c 1.1.1-0ubuntu7 X.Org X server -- core server

ii  linux-image-2. 2.6.15-26.46   Linux kernel image for version 2.6.15
on PPr

removing:


linux-dri-* (modules, common, everything not provided by official ubuntu repos)

Now if I could get Compiz to work with AIGLX ...

Xorg log attached...

-- 
3d acceleration broken in Edgy Knot 1
https://launchpad.net/bugs/54858

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54858] Re: 3d acceleration broken in Edgy Knot 1

2006-08-15 Thread LuisM
same error even after ensuring that there is only one drm.ko file.

$> dpkg -S /usr/lib/xorg/modules/linux/libdrm.so
xserver-xorg-core: /usr/lib/xorg/modules/linux/libdrm.so

perhaps xserver-xorg-core needs to be updated.

-- 
3d acceleration broken in Edgy Knot 1
https://launchpad.net/bugs/54858

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54858] Re: 3d acceleration broken in Edgy Knot 1

2006-08-15 Thread LuisM
after installing the mesa libgl1 packages from above I got these errors:

(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(EE) /usr/lib/xorg/modules/linux/libdrm.so is an unrecognized module type
(II) UnloadModule: "drm"
(II) UnloadModule: "dri"
(II) Unloading /usr/lib/xorg/modules/extensions/libdri.so
(EE) Failed to load module "dri" (a required submodule could not be loaded, 6)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so

(see full log attached for more)

A few things to keep in mind:

Edgy system (up-to-date) using kernel from Dapper (current stable
kernel)

$> ls /lib/modules/2.6.15-26-686/volatile/
ath_hal.ko fcdslusb2.kofcusb.ko  mach64.ko r128.ko
drm.ko fcdslusba.kofglrx.ko  mga.koradeon.ko
fcdsl2.ko  fcdslusb.ko fxusb.ko  new_ath_hal.kosavage.ko
fcdsl.ko   fcpci.koi810.ko   nvidia.ko sis.ko
fcdslsl.ko fcpcmcia_cs.ko  i830.ko   nvidia_legacy.ko  tdfx.ko
fcdslslusb.ko  fcpcmcia.ko i915.ko   nv.ko via.ko

drm and i810 kernel drivers come from package:

$> dpkg -S /lib/linux-dri-modules/2.6.15-26-686/i810.ko 
linux-dri-modules-2.6.15-26-686: /lib/linux-dri-modules/2.6.15-26-686/i810.ko

Which in turn comes from:

http://ubuntuforums.org/showthread.php?t=145068&highlight=aiglx

I removed the i810 driver from the kernel so that volatile takes over...
Let me do the same for drm.ko

-- 
3d acceleration broken in Edgy Knot 1
https://launchpad.net/bugs/54858

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lsmod for the 2.6.17 kernel on edgy

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
I'll need to reboot with the offending kernel to get a lsmod (meaning
i'd need to backup my stuff first. i don't want to loose data ;-))

This is the lsmod that I get with the dapper kernel. The difference was
the other one had "sg" driver as well as other scsi-related stuff...
I'll post this other file in a little while. (doing a full backup of
that partition first).

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lspci

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lspci-n

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
dmesg here

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56384

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56384] Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-14 Thread LuisM
Public bug reported:

Binary package hint: linux-image-2.6.17-6-686

After rebooting the /home partition wasn't mounted.

/ is ext3
and swap partitions are on the same drive.

This is not a hardware problem because the drive works fine with the
kernel from dapper (after rebooting)

The UUID partitions were mounted fine. This is not a problem with the
transition from /dev/hda* to UUID=

Now some logs:

$> cat dmesg.0 | grep -i sda

[17179574.368000] SCSI device sda: 73222787 512-byte hdwr sectors (37490
MB)

[17179574.368000] sda: Write Protect is off

[17179574.368000] sda: Mode Sense: 00 3a 00 00

[17179574.372000] SCSI device sda: drive cache: write back

[17179574.372000] SCSI device sda: 73222787 512-byte hdwr sectors (37490
MB)

[17179574.372000] sda: Write Protect is off

[17179574.372000] sda: Mode Sense: 00 3a 00 00

[17179574.372000] SCSI device sda: drive cache: write back

[17179574.372000] sda: sda1 sda2 sda3

[17179574.40] sd 0:0:0:0: Attached scsi disk sda

[17179574.472000] Buffer I/O error on device sda3, logical block
17591104

[17179574.472000] Buffer I/O error on device sda3, logical block
17591105

[17179574.472000] Buffer I/O error on device sda3, logical block
17591106

[17179574.472000] Buffer I/O error on device sda3, logical block
17591107

[17179574.472000] Buffer I/O error on device sda3, logical block
17591104

[17179574.472000] Buffer I/O error on device sda3, logical block
17591105

[17179574.472000] Buffer I/O error on device sda3, logical block
17591106

[17179574.476000] Buffer I/O error on device sda3, logical block
17591107

[17179574.476000] Buffer I/O error on device sda3, logical block
17591172

[17179574.476000] Buffer I/O error on device sda3, logical block
17591173

[17179586.496000] Buffer I/O error on device sda3, logical block
17591104

[17179586.496000] Buffer I/O error on device sda3, logical block
17591105

[17179587.312000] Adding 1951888k swap on /dev/sda2. Priority:-1
extents:1 across:1951888k

[17179587.408000] EXT3 FS on sda1, internal journal

[17179588.556000] I/O error in filesystem ("sda3") meta-data dev sda3
block 0x218d6ff ("xfs_read_buf") error 5 buf count 512

$> cat dmesg.0 | grep -i xfs

[17179588.532000] SGI XFS with ACLs, security attributes, realtime,
large block numbers, no debug enabled

[17179588.532000] SGI XFS Quota Management subsystem

[17179588.556000] I/O error in filesystem ("sda3") meta-data dev sda3
block 0x218d6ff ("xfs_read_buf") error 5 buf count 512

[17179588.56] XFS: size check 2 failed

$> cat /etc/fstab

# /etc/fstab: static file system information.

#

#  

proc /proc proc defaults 0 0

# /dev/hda1 -- converted during upgrade to edgy

UUID=57a6a61f-7af9-4e92-8053-3f44b7d6b671 / ext3 defaults,errors
=remount-ro 0 1

# /dev/hda3 -- converted during upgrade to edgy

UUID=f03f728b-c3bf-42c1-8a86-f9f4a13fa5ef /home xfs defaults 0 2

# /dev/hda2 -- converted during upgrade to edgy

UUID=82303d45-9d76-4722-8932-01d393f45ce5 none swap sw 0 0

/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0

/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

# encrypted hard drive

/home/&.img /home/& xfs
defaults,exec,user,rw,loop,encryption=aes,keybits=256,noauto 0 0

# nfsv4

rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs defaults 0 0

$> cat /proc/cmdline

root=UUID=57a6a61f-7af9-4e92-8053-3f44b7d6b671 ro acpi=ht quiet vga=794

$> profile-computer

#==#

# profile-computer 1.18 Luis Mondesi <[EMAIL PROTECTED]>

# http://lems.kiskeyix.org/toolbox/?f=profile-computer&d=1

#==#

Host Name: cypher

System Kernel: Linux cypher 2.6.15-26-686 #1 SMP PREEMPT Thu Aug 3
03:13:28 UTC 2006 i686 GNU/Linux

#==#

CPU Info: Intel(R) Pentium(R) 4 CPU 3.00GHz

Total Processors: 2

Bogomips total: 11976

#==#

Memory: 1026020 kB

Virtual Memory (swap): 3903776 kB

#==#

0600: 8086:2570 (rev 02)

Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub
Interface (rev 02)

0300: 8086:2572 (rev 02)

VGA compatible controller: Intel Corporation 82865G Integrated Graphics
Controller (rev 02)

0c03: 8086:24d2 (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #1 (rev 02)

0c03: 8086:24d4 (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #2 (rev 02)

0c03: 8086:24d7 (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #3 (rev 02)

0c03: 8086:24de (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #4 (rev 02)

0c03: 8086:24dd (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI
Controller (rev 02)

06

[Bug 56381] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-14 Thread LuisM
*** This bug is a duplicate of bug 56384 ***

** This bug has been marked a duplicate of bug 56384
   Can't mount XFS drive after upgrading to Edgy (from dapper)

-- 
Can't mount XFS drive after upgrading to Edgy (from dapper)
https://launchpad.net/bugs/56381

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 56381] Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-14 Thread LuisM
Public bug reported:

After rebooting the /home partition wasn't mounted.

/ is ext3
and swap partitions are on the same drive.

This is not a hardware problem because the drive works fine with the
kernel from dapper (after rebooting)

The UUID partitions were mounted fine. This is not a problem with the
transition from /dev/hda* to UUID=

Now some logs:

$> cat dmesg.0 | grep -i sda

[17179574.368000] SCSI device sda: 73222787 512-byte hdwr sectors (37490
MB)

[17179574.368000] sda: Write Protect is off

[17179574.368000] sda: Mode Sense: 00 3a 00 00

[17179574.372000] SCSI device sda: drive cache: write back

[17179574.372000] SCSI device sda: 73222787 512-byte hdwr sectors (37490
MB)

[17179574.372000] sda: Write Protect is off

[17179574.372000] sda: Mode Sense: 00 3a 00 00

[17179574.372000] SCSI device sda: drive cache: write back

[17179574.372000]  sda: sda1 sda2 sda3

[17179574.40] sd 0:0:0:0: Attached scsi disk sda

[17179574.472000] Buffer I/O error on device sda3, logical block
17591104

[17179574.472000] Buffer I/O error on device sda3, logical block
17591105

[17179574.472000] Buffer I/O error on device sda3, logical block
17591106

[17179574.472000] Buffer I/O error on device sda3, logical block
17591107

[17179574.472000] Buffer I/O error on device sda3, logical block
17591104

[17179574.472000] Buffer I/O error on device sda3, logical block
17591105

[17179574.472000] Buffer I/O error on device sda3, logical block
17591106

[17179574.476000] Buffer I/O error on device sda3, logical block
17591107

[17179574.476000] Buffer I/O error on device sda3, logical block
17591172

[17179574.476000] Buffer I/O error on device sda3, logical block
17591173

[17179586.496000] Buffer I/O error on device sda3, logical block
17591104

[17179586.496000] Buffer I/O error on device sda3, logical block
17591105

[17179587.312000] Adding 1951888k swap on /dev/sda2.  Priority:-1
extents:1 across:1951888k

[17179587.408000] EXT3 FS on sda1, internal journal

[17179588.556000] I/O error in filesystem ("sda3") meta-data dev sda3
block 0x218d6ff   ("xfs_read_buf") error 5 buf count 512


$> cat dmesg.0 | grep -i xfs

[17179588.532000] SGI XFS with ACLs, security attributes, realtime,
large block numbers, no debug enabled

[17179588.532000] SGI XFS Quota Management subsystem

[17179588.556000] I/O error in filesystem ("sda3") meta-data dev sda3
block 0x218d6ff   ("xfs_read_buf") error 5 buf count 512

[17179588.56] XFS: size check 2 failed


$> cat /etc/fstab

# /etc/fstab: static file system information.

#

#

proc/proc   procdefaults0   0

# /dev/hda1 -- converted during upgrade to edgy

UUID=57a6a61f-7af9-4e92-8053-3f44b7d6b671 / ext3 defaults,errors
=remount-ro 0 1

# /dev/hda3 -- converted during upgrade to edgy

UUID=f03f728b-c3bf-42c1-8a86-f9f4a13fa5ef /home xfs defaults 0 2

# /dev/hda2 -- converted during upgrade to edgy

UUID=82303d45-9d76-4722-8932-01d393f45ce5 none swap sw 0 0

/dev/hdc/media/cdrom0   udf,iso9660 user,noauto 0   0

/dev/fd0/media/floppy0  autorw,user,noauto  0   0


# encrypted hard drive

/home/&.img /home/& xfs
defaults,exec,user,rw,loop,encryption=aes,keybits=256,noauto0
0


# nfsv4

rpc_pipefs  /var/lib/nfs/rpc_pipefs rpc_pipefs  defaults
0  0

$> cat /proc/cmdline

root=UUID=57a6a61f-7af9-4e92-8053-3f44b7d6b671 ro acpi=ht quiet vga=794

$> profile-computer


#==#


# profile-computer 1.18 Luis Mondesi <[EMAIL PROTECTED]>

# http://lems.kiskeyix.org/toolbox/?f=profile-computer&d=1


#==#


Host Name: cypher

System Kernel: Linux cypher 2.6.15-26-686 #1 SMP PREEMPT Thu Aug 3
03:13:28 UTC 2006 i686 GNU/Linux


#==#


CPU Info: Intel(R) Pentium(R) 4 CPU 3.00GHz

Total Processors: 2

Bogomips total: 11976


#==#


Memory: 1026020 kB

Virtual Memory (swap): 3903776 kB


#==#


0600: 8086:2570 (rev 02)

Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub
Interface (rev 02)

0300: 8086:2572 (rev 02)

VGA compatible controller: Intel Corporation 82865G Integrated Graphics
Controller (rev 02)

0c03: 8086:24d2 (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #1 (rev 02)

0c03: 8086:24d4 (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #2 (rev 02)

0c03: 8086:24d7 (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #3 (rev 02)

0c03: 8086:24de (rev 02)

USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #4 (rev 02)

0c03: 8086:24dd (rev 02)