Re: [Bug 879334] Re: nfsd from nfs-kernel-server very slow and system load from 25%-100% from nfsd

2012-11-11 Thread perpetualrabbit
Since then I have been forced to leave the ubuntu server platform and went
to Redhat enterprise linux.
Canonical needs to understand that these are critical bugs that should have
been fixed in hours or days, not in weeks or months.


On Sun, Nov 11, 2012 at 1:24 PM, Karsten Suehring 879...@bugs.launchpad.net
 wrote:

 ** Bug watch added: Debian Bug tracker #692957
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692957

 ** Also affects: linux (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692957
Importance: Unknown
Status: Unknown

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1006446).
 https://bugs.launchpad.net/bugs/879334

 Title:
   nfsd from nfs-kernel-server very slow and system load from 25%-100%
   from nfsd

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/879334/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879334

Title:
  nfsd from nfs-kernel-server very slow and system load from 25%-100%
  from nfsd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/879334/+subscriptions

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


[Bug 1006446] Re: nfs4 causes enormous load in ubuntu-server making it unusable

2012-06-08 Thread perpetualrabbit
@Christoph Bartoschek
Any load over the number of cpu cores (X) is not acceptable. 
You have X camels. Each camel can carry one sack of flour. If you want to move 
more than X sacks of flour, some camels will have to make second trips.

That is how `load´ works, right? Any load over X will make the
performance collapse in some way. Throughput will level off or even
decrease. You get time-outs or at least increased latency.

Since you have 8 cores, even load 10 is simply way too high.  2x4 cores,
48 GB and gigabit? If these are only nfs servers, and for only 20
clients, they are way too powerful. You could serve 500 to 1000 clients
on that. You probably run other service too? Web, mail etc?

Of course there is no reason that the nfs daemons should cause so much cpu 
usage. 10.04 didn't, so why should that suddenly happen now?
Your load should normally be far below one, for an nfs server.

As far as I know, there haven't been major changes in linux's NFS stack
in the last 3 -4 years, but there have been in the storage layer, such
as IO scheduling. The fact that changing the scheduler makes the load go
from 100 to 10 is telling.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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

[Bug 1006446] Re: nfs4 causes enormous load in ubuntu-server making it unusable

2012-06-06 Thread perpetualrabbit
@christoph
With resources I mean: Our virtual nfs server was assigned 4 virtual cpu's, 8GB 
ram and about 8Gbit/s network, depending on how much the other virtual guests 
are using the network.
And yours?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] Re: nfs4 causes enormous load in ubuntu-server making it unusable

2012-06-05 Thread perpetualrabbit
@Christoph:
Can you tell me more about your situation:
- How many clients?
- What is mounted and how?
- What kind of authentication (ldap, kerberos, AD, passwd/shadow,...)?
- Real nfs server or virtual?
- What resources (memory, # cpu's, network bandwidth, etc)?

What did you try to diagnose and solve this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] Re: nfs4 causes enormous load in ubuntu-server making it unusable

2012-06-03 Thread perpetualrabbit
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] Re: nfs4 causes enormous load in ubuntu-server making it unusable

2012-05-31 Thread perpetualrabbit
All right,

I am doing tests right now, but as far as I can see  the
3.4.0-030400-generic kernel has the same behaviour as stock ubuntu
12.04.

With ubuntu server and this 3.4 kernel:
Test:
-  all workstation writing a separate 4GB  file with `dd´ to /testhome, which 
is nfs4 mounted from an ubuntu server 12.04.
Result:
- all other processes started  on the same machine, that want to read or write 
to the same mountpoint,  after this dd began just block.
   for instance:
  ls just waits until dd is finished. 
  commandline completion never finishes and the shell just blocks. 
- load on the server goes beyond 90, and nfs kernel threads consume lots of 
cpu. There is also a lot of io waiting,
  which is to be expected.
- Also the nfs kernel threads are unevenly loaded it seems. There is a bunch 
(10-20) which use
about 20-30%, and it tapers off to 3-0.5%.

With RHEL6 server:
Test:
- same test, but to /data/misc, mounted nfs4 from redhat 6.3 server.
Result:
- processes started after dd began, wanting to read or write to the same 
mountpoint (/data/misc) block a few seconds but then start.
   for instance:
  ls waits for 5-6 seconds and then just answers.
 commandline completion waits about the same time and then completes the 
command or whatever it completes.
- load on the server is also over 90, but the nfs kernel threads consume not so 
much cpu. Lots of io waiting.
- nfs kernel threads are very evenly loaded. I see a long list of them using 
about 3% each. It goes up to maybe 5% and down
to about 2%, and some of the 128 available threads are unused. I think more 
than half of them are active during the test.

Keep in mind that this is a pretty heavy test (well I think it is anyway). But 
the ubuntu server already had big problems when the nfs usage is normal. Normal 
in our case means:
- some people editing a few text files
- a lot of people using web or mail, and therefore their firefox cache and the 
mail server accesses nfs-mounted /home/$USER/Maildir
- some people doing heavy calculations and writing either a lot of small files 
or a few big ones. Small means about 1MB, big means several GB.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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

[Bug 1006446] [NEW] nfs4 causes enormous load in ubuntu-server making it unusable

2012-05-30 Thread perpetualrabbit
Public bug reported:

Problem:
--
I just had to remove ubuntu server 12.04 to install redhat enterprise linux 6. 
The intermittent slowness was
completely unacceptable for the users, who have workstations with /home mounted 
with nfs4 on this server.
The mail server, also accesses the /home because the /home/$USER/Maildir 
directories are there.
Using nfs4, the kernel nfs threads caused enormous load.

The users had frozen desktops (greyed out windows) and mail slowed or
arrived days later as a result.

With RHEL6, all nfs4 problems are completely gone. I used the exact same 
/etc/exports file, and the same
settings and mount options on the workstations, the same number of nfs threads. 
Both the redhat and ubuntu systems are KVM virtual guests on an redhat 6 
virtual host (one of 3 actually).
The storage backend is a very fast equallogic array, which exports iscsi 
targets to the virtual hosts.

I am sorry, but I have to conclude the current nfs4 implementation of ubuntu 
server 12.04 is NOT fit for use.
A complete university department suffered for weeks while I tried to solve the 
problems with ubuntu, but
in the end it was decided to install redhat instead, re-using the same iscsi 
targets for system, home and data.
A missed chance for ubuntu...

Therefore I urge Canonical's people to classify this bug as critical.

Also I think quality assurance should have caught this bug before
shipping.

Analysis

LOAD:
The nfs threads cause the kernel to use enormous amounts of 'sy' time as 
measured in top.
I will attach a sample of top's output, of a particular _quiet_ time on the 
network. Load is 7.82.
On busier moments, the load went through the roof, beyond 50 and further. It 
consumes
actual CPU cycles.
Each thread consumes upto 30% of a cpu core. I enabled 128 threads.
rx an tx block sizes are 32768 on the clients. Both server and clients used 
async, both on redhat and ubuntu.

SYSTEM vs IO-WAIT:
The replacement redhat system can surely be overloaded, but then it does not 
consume CPU cycles doing so. Top does report high load, but it spends in in the 
'wa' state. This indicates it is simply waiting for its backend iscsi devices 
to complete writes. I tested this by simultaneously letting all workstations 
write multi-gigabyte files with dd to /home.
On ubuntu, the nfs threads spend their time in 'sy', doing who-knows-what. 

LOGS:
Nothing at all appears in the logs. But when I set bitwise debug options in the 
/proc/sys/sunrpc/*debug files,
lots of log entries appear. Those seem like normal NFS protocol messages to me 
though. 
I also tried to discover what was happening with wireshark, but the traffic 
looks like normal nfs4 traffic to me.

SLOWNESS:
That is the thing. The ubuntu nfs server is actually NOT slow at all. During my 
dd tests, it wrote half a gigabyte per second to its iscsi backends. It's 
_throughput_ is better than that of the redhat server. 
As far as I can tell, it falls down because it makes client side processes that 
want to do IO wait on other writes. A simple 'ls' has to wait until a write has 
been completed. And both server and client used async nfs. People's firefoxes 
freeze all the time because firefox need to read and write a lot to its cache 
and other files in the .mozilla directory. 
The dovecot imap server almost grinds to a halt trying to write all those 
little files in people's /home/$USER/Maildir's. 
The problems go on and on. Basically, a complete network of workstations is 
almost unusable because of this.
Upfront tests were done of course, but showed only the excellent throughput but 
not the appalling `waiting´ behaviour.
With redhat 6 there is no such problem.

SITUATION:
People use their own, and each others linux workstations for science, doing 
large calculations and writing a lot of big and small files to nfs. The nfs 
server serves /export/home, and also raw data storage from /export/data with 
nfs4. The clients mount those under /home and /data/misc respectively.  Also 
there is a read-only software mount for certain scientific packages.

CONFIG:
client fstab lines:
 nfs entries ###
sw.lorentz.leidenuniv.nl:/sw /sw nfs4 
hard,intr,ro,tcp,rsize=32768,wsize=32768,bg,acl,async
home.lorentz.leidenuniv.nl:/home /home nfs4 
hard,intr,rw,tcp,rsize=32768,wsize=32768,bg,acl,async

server exports file:
/export 
132.229.227.0/24(ro,sync,insecure,root_squash,no_subtree_check,nohide,fsid=0)\

132.229.216.128/26(ro,sync,insecure,no_root_squash,no_subtree_check,nohide,fsid=0)\

132.229.226.3(ro,sync,insecure,no_root_squash,no_subtree_check,nohide,fsid=0)\

132.229.226.4(ro,sync,insecure,no_root_squash,no_subtree_check,nohide,fsid=0)
/export/home

[Bug 1006446] Re: nfs4 causes enormous load in ubuntu-server making it unusable

2012-05-30 Thread perpetualrabbit
I forgot the `top´ example

roland@asselijn:~$ cat top_example 
top - 16:08:57 up 13 days,  5:13,  3 users,  load average: 7.82, 5.95, 5.28
Tasks: 290 total,   5 running, 285 sleeping,   0 stopped,   0 zombie
Cpu0  :  0.0%us, 30.2%sy,  0.0%ni, 69.8%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu1  :  0.0%us, 29.5%sy,  0.0%ni, 70.4%id,  0.0%wa,  0.0%hi,  0.1%si,  0.0%st
Cpu2  :  0.1%us, 29.0%sy,  0.0%ni, 70.9%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu3  :  0.0%us, 28.4%sy,  0.0%ni, 71.5%id,  0.0%wa,  0.0%hi,  0.1%si,  0.0%st
Cpu4  :  0.0%us, 33.2%sy,  0.0%ni,  6.0%id,  0.0%wa,  0.0%hi, 60.9%si,  0.0%st
Cpu5  :  0.0%us, 27.5%sy,  0.0%ni, 72.5%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu6  :  0.0%us, 29.9%sy,  0.0%ni, 70.0%id,  0.1%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu7  :  0.0%us, 28.6%sy,  0.0%ni, 71.3%id,  0.0%wa,  0.0%hi,  0.1%si,  0.0%st
Mem:   4049220k total,  3575608k used,   473612k free,   633452k buffers
Swap:  3997692k total,38652k used,  3959040k free,  1847884k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND

 
31641 root  20   0 000 S 11.4  0.0   6:41.78 [nfsd] 

 
31697 root  20   0 000 S 11.3  0.0  11:54.63 [nfsd] 

 
31727 root  20   0 000 S 11.0  0.0   9:41.43 [nfsd] 

 
31626 root  20   0 000 S 10.9  0.0   7:36.62 [nfsd] 

 
31695 root  20   0 000 S 10.4  0.0   7:22.91 [nfsd] 

 
31729 root  20   0 000 S  9.8  0.0   7:10.08 [nfsd] 

 
31652 root  20   0 000 S  9.7  0.0   7:07.46 [nfsd] 

 
31613 root  20   0 000 S  9.5  0.0  10:56.82 [nfsd] 

 
31629 root  20   0 000 S  9.3  0.0   8:47.71 [nfsd] 

 
31617 root  20   0 000 S  9.2  0.0  13:58.92 [nfsd] 

 
31611 root  20   0 000 R  9.1  0.0   7:36.85 [nfsd] 

 
31614 root  20   0 000 S  9.1  0.0   9:21.04 [nfsd] 

 
31725 root  20   0 000 S  9.1  0.0   6:29.48 [nfsd] 

 
31642 root  20   0 000 R  8.1  0.0   6:07.91 [nfsd] 

 
31670 root  20   0 000 S  7.9  0.0   7:25.16 [nfsd] 

 
31650 root  20   0 000 R  7.7  0.0   7:24.43 [nfsd] 

 
31701 root  20   0 000 S  7.7  0.0   5:42.57 [nfsd] 

 
31690 root  20   0 000 S  7.5  0.0   9:08.04 [nfsd] 

 
31696 root  20   0 000 S  7.2  0.0  

[Bug 1006446] Re: nfs4 causes enormous load in ubuntu-server making it unusable

2012-05-30 Thread perpetualrabbit
As this is a server system, there is no firefox or X window system on it.
Apport-collect starts a text-mode browser and in that I could authorize the 
collecting of logs, it seems.


** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: apport-collected

** Description changed:

  Problem:
  --
  I just had to remove ubuntu server 12.04 to install redhat enterprise linux 
6. The intermittent slowness was
  completely unacceptable for the users, who have workstations with /home 
mounted with nfs4 on this server.
  The mail server, also accesses the /home because the /home/$USER/Maildir 
directories are there.
  Using nfs4, the kernel nfs threads caused enormous load.
  
  The users had frozen desktops (greyed out windows) and mail slowed or
  arrived days later as a result.
  
  With RHEL6, all nfs4 problems are completely gone. I used the exact same 
/etc/exports file, and the same
  settings and mount options on the workstations, the same number of nfs 
threads. 
  Both the redhat and ubuntu systems are KVM virtual guests on an redhat 6 
virtual host (one of 3 actually).
  The storage backend is a very fast equallogic array, which exports iscsi 
targets to the virtual hosts.
  
  I am sorry, but I have to conclude the current nfs4 implementation of ubuntu 
server 12.04 is NOT fit for use.
  A complete university department suffered for weeks while I tried to solve 
the problems with ubuntu, but
  in the end it was decided to install redhat instead, re-using the same iscsi 
targets for system, home and data.
  A missed chance for ubuntu...
  
  Therefore I urge Canonical's people to classify this bug as critical.
  
  Also I think quality assurance should have caught this bug before
  shipping.
  
  Analysis
  
  LOAD:
  The nfs threads cause the kernel to use enormous amounts of 'sy' time as 
measured in top.
  I will attach a sample of top's output, of a particular _quiet_ time on the 
network. Load is 7.82.
  On busier moments, the load went through the roof, beyond 50 and further. It 
consumes
  actual CPU cycles.
  Each thread consumes upto 30% of a cpu core. I enabled 128 threads.
  rx an tx block sizes are 32768 on the clients. Both server and clients used 
async, both on redhat and ubuntu.
  
  SYSTEM vs IO-WAIT:
  The replacement redhat system can surely be overloaded, but then it does not 
consume CPU cycles doing so. Top does report high load, but it spends in in the 
'wa' state. This indicates it is simply waiting for its backend iscsi devices 
to complete writes. I tested this by simultaneously letting all workstations 
write multi-gigabyte files with dd to /home.
  On ubuntu, the nfs threads spend their time in 'sy', doing who-knows-what. 
  
  LOGS:
  Nothing at all appears in the logs. But when I set bitwise debug options in 
the /proc/sys/sunrpc/*debug files,
  lots of log entries appear. Those seem like normal NFS protocol messages to 
me though. 
  I also tried to discover what was happening with wireshark, but the traffic 
looks like normal nfs4 traffic to me.
  
  SLOWNESS:
  That is the thing. The ubuntu nfs server is actually NOT slow at all. During 
my dd tests, it wrote half a gigabyte per second to its iscsi backends. It's 
_throughput_ is better than that of the redhat server. 
  As far as I can tell, it falls down because it makes client side processes 
that want to do IO wait on other writes. A simple 'ls' has to wait until a 
write has been completed. And both server and client used async nfs. People's 
firefoxes freeze all the time because firefox need to read and write a lot to 
its cache and other files in the .mozilla directory. 
  The dovecot imap server almost grinds to a halt trying to write all those 
little files in people's /home/$USER/Maildir's. 
  The problems go on and on. Basically, a complete network of workstations is 
almost unusable because of this.
  Upfront tests were done of course, but showed only the excellent throughput 
but not the appalling `waiting´ behaviour.
  With redhat 6 there is no such problem.
  
  SITUATION:
  People use their own, and each others linux workstations for science, doing 
large calculations and writing a lot of big and small files to nfs. The nfs 
server serves /export/home, and also raw data storage from /export/data with 
nfs4. The clients mount those under /home and /data/misc respectively.  Also 
there is a read-only software mount for certain scientific packages.
  
  CONFIG:
  client fstab lines:
   nfs entries ###
  sw.lorentz.leidenuniv.nl:/sw /sw nfs4 
hard,intr,ro,tcp,rsize=32768,wsize=32768,bg,acl,async
  home.lorentz.leidenuniv.nl:/home /home nfs4 
hard,intr,rw,tcp,rsize=32768,wsize=32768,bg,acl,async
  
  server exports file:
  /export   
132.229.227.0/24(ro,sync,insecure,root_squash,no_subtree_check,nohide,fsid=0)\

[Bug 1006446] AcpiTables.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169211/+files/AcpiTables.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] AlsaDevices.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169212/+files/AlsaDevices.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] BootDmesg.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169213/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] Card0.Codecs.codec.0.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169214/+files/Card0.Codecs.codec.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] Lspci.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1006446/+attachment/3169215/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] PciMultimedia.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169216/+files/PciMultimedia.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] ProcCpuinfo.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169217/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] ProcInterrupts.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169218/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] ProcModules.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169219/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] UdevDb.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1006446/+attachment/3169220/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] UdevLog.txt

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169221/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] WifiSyslog.gz

2012-05-30 Thread perpetualrabbit
apport information

** Attachment added: WifiSyslog.gz
   
https://bugs.launchpad.net/bugs/1006446/+attachment/3169222/+files/WifiSyslog.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 1006446] Re: nfs4 causes enormous load in ubuntu-server making it unusable

2012-05-30 Thread perpetualrabbit
You realize this server has been decommissioned, right? I can no longer do real 
life test on it.
What I can do is give it a disk (well virtual disk, it's iscsi) and export that 
to all workstations and test with that.
Just what I that in pre-production testing. I now know I have to watch out for 
high load, and can tell you
the result.

Ok, I hope I'm doing this right. I downloaded these:

linux-headers-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb
linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb

I installed them with dpkg, and booted. Here is a uname -a:

Linux gaia2 3.4.0-030400-generic #201205210521 SMP Mon May 21 09:22:02
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Now I have to make mounts and do testing, which will take a while.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006446

Title:
  nfs4 causes enormous load in ubuntu-server making it unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006446/+subscriptions

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


[Bug 917144] Re: Other ... option is missing

2012-03-01 Thread perpetualrabbit
I am really worried by this total disregard for `corporate users´,
concluding from your remark:

corporate setups which need ldap login should be able to deal with
custom configurations to enable that (it's a simple configuration
change)

Really? I am a sysadmin at Leiden University, and every new version of
Ubuntu I have to deal with UNDOCUMENTED things like this. I have to scan
numerous webpages for scraps of informations for how to correctly
configure lightdm.  Not to mention that I am forced to inflict yet
another user interface on my (hundreds) users. Which only works so-so.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917144

Title:
  Other ... option is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/917144/+subscriptions

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

[Bug 806784] Re: Oneiric installer crash: not enough space to unpack kernel headers, different size needed for btrfs

2012-02-21 Thread perpetualrabbit
*** This bug is a duplicate of bug 220961 ***
https://bugs.launchpad.net/bugs/220961

@cjwatson: The bug is gone if I install a precise pangolin system
instead, with the same specs otherwise (i.e. as a KVM virtual machine,
same partition layout, same filesystem sizes and types, etc.). Precise
installs just fine, no problems at all.

My guess is that it is a problem with the kernel package that oneiric
wants to upgrade to.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806784

Title:
  Oneiric installer crash: not enough space to unpack kernel headers,
  different size needed for btrfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/806784/+subscriptions

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


[Bug 806784] Re: Oneiric installer crash: not enough space to unpack kernel headers, different size needed for btrfs

2012-02-13 Thread perpetualrabbit
*** This bug is a duplicate of bug 220961 ***
https://bugs.launchpad.net/bugs/220961

I just downloaded the oneiric server iso, and tried to install oneiric
on a KVM virtual machine. It fails with writing the linux-
image-3.0.0-16-server package, where it tries to write some kernel
modules (.ko file). By switching to virtual console 4, I could see the
error message, which is: No space left on device.

This is in error, as there was plenty of space on all of the filesystems. All 
had the btrfs, except /boot, which had ext4.
In the end, I could finish the installation by letting the installer choose its 
own partitioning, and choice of filesystems.
This time around, the system has lvm, with separate filesystems for /, /usr, 
/var, /tmp and /boot. And swap.
/boot is now ext2, and all others except swap are ext4.

But now, after installing and logging  into the system, apt-get dist-
upgrade fails with the same error: No space left on device. Again in the
same linux-image package.

So now I cannot dist-upgrade. So it does not seem like a btrfs error to
me, since the same erroneous `No space left on device´ now happens
again. No filesystem is full, /var is only 14% full, and all others less
than that.

I think the error is somewhere in the apt system, maybe in the way it
calculates disk space, or possibly the error is in the linux-image
package itself.

I really do not understand why this bug is closed and marked Won't Fix.
After all, how is it possible to succesfully install if you simply let
the installer run its course? It will fail every time.

Seems like an extremely CRITICAL bug to me: it prevents you from
installing oneiric server.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806784

Title:
  Oneiric installer crash: not enough space to unpack kernel headers,
  different size needed for btrfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/806784/+subscriptions

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

[Bug 220961] Re: [MASTER] ubiquity crashes instead of notifying the user of not enough disk space

2012-02-13 Thread perpetualrabbit
It crashes every time with installing the same package: linux-image-3.0.0-.
I tried with btrfs, and my own custom partitioning. This did not work so I 
tried letting the installer choose lvm and its preferred choices of filesystem 
sizes and type:

/ 322 MB, ext4
/boot228 MB, ext2
/usr 5635 MB, ext4
/var  2816 MB, ext4
/tmp  368 MB, ext4
/home 5780 MB, ext4

See? no btrfs this time. The installation succeeded this time, but after 
logging into the system, and trying apt-get dist-upgrade, it fails again with 
`No space left on device´, and in the same linux-image-3.0.0-16 package.
So it seems to me that the bug is not btrfs, but rather in the linux-image 
package, or possibly in the apt system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/220961

Title:
  [MASTER] ubiquity crashes instead of notifying the user of not enough
  disk space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubiquity/+bug/220961/+subscriptions

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

[Bug 220961] Re: [MASTER] ubiquity crashes instead of notifying the user of not enough disk space

2012-02-13 Thread perpetualrabbit
Could it be that update while installing was ENABLED for all systems
affected by this bug? If so, it would corroborate my theory that it is
the linux-image-3.0.0-... package which is at fault. During my second
try at installing, I did not have this enabled, I think. So if I'm
right, it makes sense that I stumbled over the bug during apt-get dist-
upgrade.

Nothing to do with what filesystem was used.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/220961

Title:
  [MASTER] ubiquity crashes instead of notifying the user of not enough
  disk space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubiquity/+bug/220961/+subscriptions

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


[Bug 881380] Re: bonding and vlan configuration options should really be available during ubuntu-server installation

2011-11-10 Thread perpetualrabbit
I unfinished a sentence there:
And even when I get it to work, the network does not come up after a reboot. 
You have to restart the network by hand.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881380

Title:
  bonding and vlan configuration options should really be available
  during ubuntu-server installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/881380/+subscriptions

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


[Bug 881380] Re: bonding and vlan configuration options should really be available during ubuntu-server installation

2011-11-09 Thread perpetualrabbit
I second this. In a typical virtualization environment, you have a
server with several real network cards. These are typically combined in
a bond device. On top of these you have bridges, and on top of those you
have vlans. Virtual servers may exist in different networks, so you need
this stacked solution of vlan, bridge, bond, nics.

Also bonding should work with different lacp modes such as those
available in CISCO switches, or others.

It is totally unclear from the documentation how to do this. There
should be tested, failsave documentation for the /etc/network/interfaces
file. Right now it is nearly impossible to get exactly right. And even
when I get it to work, the network does

Ideally you should be able to do all this from within a GUI, but at the
very least the documentation for the interfaces file should radically
improve.

I hope Canonical realizes this is CRITICAL for a virtualization server
product. A single gigabit line is not enough, so you MUST be able to
configure bonding, bridging and vlans easily.

As  long as this does not work reliably, you can just forget about
ubuntu server.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881380

Title:
  bonding and vlan configuration options should really be available
  during ubuntu-server installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/881380/+subscriptions

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


[Bug 837385] Re: hostname from dhcp STILL not set, despite multiple ubuntu fixes and bug reports

2011-08-31 Thread perpetualrabbit
So, adding a file `hostname´ to /etc/dhcp/dhclient-exit-hooks.d/  with this in 
it:
# = begin /etc/dhcp/dhclient-exit-hooks.d/hostname ==
if [ -n $new_host_name ]
then
echo $new_host_name  /etc/hostname
/bin/hostname $new_host_name
fi
# = end   /etc/dhcp/dhclient-exit-hooks.d/hostname ==


_kind of_ works to fix this problem. But on text consoles it still reads 
`localhost login´,
and only after actually login is the hostname there on the prompt. Ugly. So it 
is not a
complete fix.

Why is it that the hostname gets set so late when I set it up like this?
Is the upstart /etc/init/hostname.conf script executed _before_ the
upbringing of the network? That could explain this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/837385

Title:
  hostname from dhcp STILL not set, despite multiple ubuntu fixes and
  bug reports

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/837385/+subscriptions

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

[Bug 837385] [NEW] hostname from dhcp STILL not set, despite multiple ubuntu fixes and bug reports

2011-08-30 Thread perpetualrabbit
Public bug reported:

Despite multiple bug reports and attempts at fixes, ubuntu versions
maverick and natty do NOT set their hostname from dhcp. See: #537978,
#482313, #90388, #476491

Releases: 
---
   maverick: lsb_release -rd
Description:Ubuntu 10.10
Release:10.10
   natty: lsb_release -rd
Description: Ubuntu 11.04
Release:  11.04

Versions of dhcp and hostname packages:
---
maverick:dpkg -l | grep -E dhcp\|hostname
   ii  dhcp3-client3.1.3-2ubuntu6.3 
 DHCP client
   ii  dhcp3-common3.1.3-2ubuntu6.3 
 common files used by all the dhcp3* packages
   ii  hostname3.04ubuntu1  
 utility to set/show the host name or domain name

natty: dpkg -l | grep -E dhcp\|hostname
   ii  hostname 3.05ubuntu1 
   utility to set/show the host name or domain name
   ii  isc-dhcp-client  4.1.1-P1-15ubuntu9.1
   ISC DHCP client
   ii  isc-dhcp-common  4.1.1-P1-15ubuntu9.1
   common files used by all the isc-dhcp* packages

What I expect to happen:
---
 With client configured with empty /etc/hostname, and main network 
interface configured for dhcp, I expect the hostname to be set during boot.

What happened instead:
---
With empty /etc/hostname, the machine comes up with (none) as hostname, 
with /etc/hostname missing entirily, the hostname is set to `localhost´

Elaboration:
---
In networks with lots (dozens or hundreds) of linux workstations I keep the 
/etc/hostname on each of them empty. They get the hostname from dhcp at 
boot-time and set it. Managing lots of clients or a HPC cluster becomes 
impractical if I have to set all hostnames on them by hand. Installation in 
such a situation typically happens from an imaging host, where one or maybe a 
few images is used to install on hundreds of clients.
So there must be NO host-specific configuration in these images. Hostnames are 
set by the dhcp client with information provided by the dhcp server. UUID's are 
NOT used in /etc/fstab, /boot/grub/grub.cfg, /etc/grub.d/*, or within the 
initrd.img file. Instead device files are used: /dev/sda for instance. The 
kernel commandline
root=UUID=db662660-94f7-4e94-8ed4-785fa9938ad0 ro quiet may be correct for the 
_image_ but not for the client it is copied to! Yes, I could figure out with 
blkid and script it so that the UUID for the client will be correct in various 
places, but that is not what I want, it is too error-prone.

I want to be able to configure in /etc/default/dhclient that I want to
set the hostname as provided by the dhcp server, and in
/etc/default/grub that I want to use device files, not UUIDs.

Unfortunately Canonical gives me no such configuration options at this
time, and this is not good for sysadmins like me who need tools to
administrate lots of workstations.

Also note that dhcp clients can push a client side provided hostname to
a dhcp or dns server, which is useful if you have a laptop that the user
has root-access to. My situation is the other way around: the users have
NO root-access on the workstations or the HPC cluster, and hostnames are
centrally pushed to the clients.

For this latest dhcp host-setting regression I suspect two reasons.
I suspect two reasons:
1) upstart sets the hostname in recent ubuntu distros, and it simply  does:
exec hostname -b -F /etc/hostname
This will not work if /etc/hostname is empty!
2) dhclient does not set the hostname despite being so configured in 
/etc/dhcp3/dhclient.conf
Apparantly it is possible to write an exit hook script that sets the 
hostname like this:
# = /etc/dhcp/dhclient-exit-hooks.d/hostname ==
if [[ -n $new_host_name ]]
then
echo $new_host_name  /etc/hostname
/bin/hostname $new_host_name
fi

Apparantly $new_host_name is the internal variable that dhclient uses for the 
hostname info that it got from the dhcp server.
 
The correctly configured dhcp server has stanzas for the clients like this:

  host maris007 {
fixed-address 10.0.0.7;
hardware ethernet 00:30:48:58:df:14;
option host-name maris007;}

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/837385

Title:
  hostname from dhcp STILL not set, despite multiple ubuntu fixes and
  bug reports

To manage notifications about this bug go to:

[Bug 837385] [NEW] hostname from dhcp STILL not set, despite multiple ubuntu fixes and bug reports

2011-08-30 Thread perpetualrabbit
Public bug reported:

Despite multiple bug reports and attempts at fixes, ubuntu versions
maverick and natty do NOT set their hostname from dhcp. See: #537978,
#482313, #90388, #476491

Releases: 
---
   maverick: lsb_release -rd
Description:Ubuntu 10.10
Release:10.10
   natty: lsb_release -rd
Description: Ubuntu 11.04
Release:  11.04

Versions of dhcp and hostname packages:
---
maverick:dpkg -l | grep -E dhcp\|hostname
   ii  dhcp3-client3.1.3-2ubuntu6.3 
 DHCP client
   ii  dhcp3-common3.1.3-2ubuntu6.3 
 common files used by all the dhcp3* packages
   ii  hostname3.04ubuntu1  
 utility to set/show the host name or domain name

natty: dpkg -l | grep -E dhcp\|hostname
   ii  hostname 3.05ubuntu1 
   utility to set/show the host name or domain name
   ii  isc-dhcp-client  4.1.1-P1-15ubuntu9.1
   ISC DHCP client
   ii  isc-dhcp-common  4.1.1-P1-15ubuntu9.1
   common files used by all the isc-dhcp* packages

What I expect to happen:
---
 With client configured with empty /etc/hostname, and main network 
interface configured for dhcp, I expect the hostname to be set during boot.

What happened instead:
---
With empty /etc/hostname, the machine comes up with (none) as hostname, 
with /etc/hostname missing entirily, the hostname is set to `localhost´

Elaboration:
---
In networks with lots (dozens or hundreds) of linux workstations I keep the 
/etc/hostname on each of them empty. They get the hostname from dhcp at 
boot-time and set it. Managing lots of clients or a HPC cluster becomes 
impractical if I have to set all hostnames on them by hand. Installation in 
such a situation typically happens from an imaging host, where one or maybe a 
few images is used to install on hundreds of clients.
So there must be NO host-specific configuration in these images. Hostnames are 
set by the dhcp client with information provided by the dhcp server. UUID's are 
NOT used in /etc/fstab, /boot/grub/grub.cfg, /etc/grub.d/*, or within the 
initrd.img file. Instead device files are used: /dev/sda for instance. The 
kernel commandline
root=UUID=db662660-94f7-4e94-8ed4-785fa9938ad0 ro quiet may be correct for the 
_image_ but not for the client it is copied to! Yes, I could figure out with 
blkid and script it so that the UUID for the client will be correct in various 
places, but that is not what I want, it is too error-prone.

I want to be able to configure in /etc/default/dhclient that I want to
set the hostname as provided by the dhcp server, and in
/etc/default/grub that I want to use device files, not UUIDs.

Unfortunately Canonical gives me no such configuration options at this
time, and this is not good for sysadmins like me who need tools to
administrate lots of workstations.

Also note that dhcp clients can push a client side provided hostname to
a dhcp or dns server, which is useful if you have a laptop that the user
has root-access to. My situation is the other way around: the users have
NO root-access on the workstations or the HPC cluster, and hostnames are
centrally pushed to the clients.

For this latest dhcp host-setting regression I suspect two reasons.
I suspect two reasons:
1) upstart sets the hostname in recent ubuntu distros, and it simply  does:
exec hostname -b -F /etc/hostname
This will not work if /etc/hostname is empty!
2) dhclient does not set the hostname despite being so configured in 
/etc/dhcp3/dhclient.conf
Apparantly it is possible to write an exit hook script that sets the 
hostname like this:
# = /etc/dhcp/dhclient-exit-hooks.d/hostname ==
if [[ -n $new_host_name ]]
then
echo $new_host_name  /etc/hostname
/bin/hostname $new_host_name
fi

Apparantly $new_host_name is the internal variable that dhclient uses for the 
hostname info that it got from the dhcp server.
 
The correctly configured dhcp server has stanzas for the clients like this:

  host maris007 {
fixed-address 10.0.0.7;
hardware ethernet 00:30:48:58:df:14;
option host-name maris007;}

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/837385

Title:
  hostname from dhcp STILL not set, despite multiple ubuntu fixes and
  bug reports

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/837385/+subscriptions

-- 

[Bug 835790] Re: kexec does not work in natty as a kvm guest

2011-08-29 Thread perpetualrabbit
To add why this is important to me:
I use a virtualisation host as a platform for distributing images to networked 
workstations.
So I run image machines as guests on the virtualisation host, and run tests of 
installing those images in other virtual guests. Using pxe, I load a kernel, 
initrd and an installation script, and do all partitioning and installation 
from this script. I then use kexec to start the distribution kernel of the just 
installed (virtual) or updated machine. 
The idea is to turn on a computer (real one) and have it install and then boot 
into the newly installed or updated system. So I need to test this install 
system on virtual guests.

If kexec does not work for natty and oneiric, this rather throws a spanner into 
my whole installation system.
Kexec is not some unimportant and esoteric idea for me and other people. We 
really use it and depend on it.

Please test kexec on both virtual and real hardware.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/835790

Title:
  kexec does not work in natty as a kvm guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/835790/+subscriptions

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


[Bug 835790] [NEW] kexec does not work in natty as a kvm guest

2011-08-27 Thread perpetualrabbit
Public bug reported:

I have not tried running kexec in a real machine yet, so it may not have 
anything to do with kvm.
I can load a kernel and initrd, and several things happen:
- sometimes the (virtual) machine just `powers off´
- if that does not happen, it always hangs during boot
   two cases: 1 after loading initrd.img with a uncompression error
 2 with a message that it cannot mount the root filesystem 
because that particular fstype is unavailable (reiserfs). I checked; the 
reiserfs kernel modules actually _is_ right there in the initrd.img compressed 
cpio archive.

Also I checked and for maverick as a kvm guest, kexec actually works
beautifully.

** Affects: kexec-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/835790

Title:
  kexec does not work in natty as a kvm guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/835790/+subscriptions

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

[Bug 672438] Re: cups upstart post-start script hangs forever when local socket is disabled

2011-05-19 Thread perpetualrabbit
@Martin Pitt,

I did some more debugging. What I did is try to move a working cups
config from a redhat server to a new ubuntu natty server. So I stopped
cups, renamed the ubuntu /etc/cups to /etc/cups.ubuntu. The new config
dir was /etc/cups.lorentz, and I made a symlink
/etc/cups-/etc/cups.ubuntu. This is when start cups quits working, and
starts looping in /etc/init/cups.conf. It loops through the entire
script by the way (pre-start, post-start and possibly also exec cupsd
-f), not just the post-start. The cups.lorentz config also has a Listen
/var/run/cups/cups.sock line, so that is not the problem. I think that
it has to do with apparmor not liking a link instead of a directory at
/etc/cups, or something like that.

When I just rename the /etc/cups.lorentz directory to /etc/cups
(removing the link first), start cups suddenly works.

With the link in place, start cups just keeps looping, which is a bug.
It should either just work or give me some apparmor complaint if links
to config files or directories are not OK. If it is an apparmor issue,
replacing config files/dirs by links is likely a problem for other
services as well, like ldap, nfs, fstab etc.

I thought there was one obvious bug in your loop in /etc/init/cups.conf: you 
forgot a $ in the arithmetic expansion.
Your line is:   timeout=$((timeout-1))
   which I thought would never work, and it should be something like this:
 timeout=$((${timeout}-1))
But. I just checked and it seems your line actually _does_ work. Even with the 
missing $. I can't find that feature in the bash man page.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672438

Title:
  cups upstart post-start script hangs forever when local socket is
  disabled

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


[Bug 672438] Re: cups upstart post-start script hangs forever when local socket is disabled

2011-05-19 Thread perpetualrabbit
@Martin Pitt

I realize my last post could be more clear. What I meant to say is I
often make a number of test configs for some service I'm working on.
They are in, say, /etc/config.1 /etc/config.2 /etc/config.3. I then
switch between them by making a link /etc/config to one of them. This is
what I did with cups as well, but apparmor seems to forbid it. Which I
think is a bug or at least a undocumented behaviour.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672438

Title:
  cups upstart post-start script hangs forever when local socket is
  disabled

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


[Bug 672438] Re: cups upstart post-start script hangs forever when local socket is disabled

2011-05-18 Thread perpetualrabbit
I am running a natty narwhal server (fully updated) and I am trying to
set up a cups server. The cupsd process does not start. The cups
configuration is unaltered.

`start cups´ hangs forever. `stop cups´ also hangs forever. I can break
with ctrl-c  and then `stop cups´ succeeds if I run it a second time.
So, this bug is not fixed.

I altered some lines in the /etc/init/cups.conf file. The post-start
script looks like this now:


post-start script
# wait until daemon is ready
timeout=10
echo $timeout  /tmp/TEST
while [ ! -e /var/run/cups/cups.sock ]; do
sleep 0.5
timeout=$((${timeout} -1))
echo $timeout  /tmp/TEST
if [ $timeout -eq 0 ]; then
echo cupsd failed to create /var/run/cups/cups.sock, skipping 
automatic printer configuration 2
echo in the if statement  /tmp/TEST
exit 0
fi
done
echo after a while...  /tmp/TEST
# coldplug USB printers
if type udevadm  /dev/null 21  [ -x /lib/udev/udev-configure-printer 
]; then
for printer in `udevadm trigger --verbose --dry-run 
--subsystem-match=usb \
--attr-match=bInterfaceClass=07 
--attr-match=bInterfaceSubClass=01 2/dev/null || true; \
udevadm trigger --verbose --dry-run 
--subsystem-match=usb \
--sysname-match='lp[0-9]*' 2/dev/null || true`; do
/lib/udev/udev-configure-printer add ${printer#/sys}
done
fi
end script

The echo statements writing to /tmp/TEST are my additions. After running
start cups, waiting half a minute, /tmp/TEST contains the following:

10
9
8
7
6
5
4
3
2
1
0
in the if statement
10
9
8
7
6
5
4
3
2
1
0

So, it never arrives at the echo after a while... line I added, but
the post-start script seems to get executed again and again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672438

Title:
  cups upstart post-start script hangs forever when local socket is
  disabled

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

[Bug 652503] [NEW] Bluetooth applet crashes

2010-09-30 Thread perpetualrabbit
Public bug reported:

Bluetooth applet crashes while trying to connect a bluetooth audio device.
Jabra BT8030
Can connect to headset function, but it never works.
Cannot connect to audio function, and applet crashes.
While being greyed out (using compiz) the desktop is mostly frozen. Can move 
the mouse, but cannot click anything.

The audio device is (mis)recognized as (NULL).
It works fine with my android G1 phone, and with a Mac Mini.

The little bluetooth dongle I use works fine with my Logitech Cordless
Mediaboard Pro, so at least some part of the bluedevil software (or
whatever the little applet in the Indicator Applet is called) seems to
work OK.

This bluetooth headset has never worked with ubuntu and still doesn't.

The keyboard also used to not work, so I'm pleasantly surprised that
seems to somewhat work now. Somewhat, because it does tend to lose its
connection when the keyboard goes into a low power or sleep mode.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic 2.6.35-22.33
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  roland 2284 F pulseaudio
 /dev/snd/pcmC1D0p:   roland 2284 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfbffc000 irq 25'
   Mixer name   : 'Nvidia GT240 HDMI'
   Components   : 'HDA:10de000d,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
Card1.Amixer.info:
 Card hw:1 'Live'/'SB Live! 5.1 [SB0060] (rev.7, serial:0x80611102) at 0xb880, 
irq 22'
   Mixer name   : 'SigmaTel STAC9708,11'
   Components   : 'AC97a:83847608'
   Controls  : 224
   Simple ctrls  : 45
Date: Fri Oct  1 00:03:34 2010
HibernationDevice: RESUME=UUID=1c48db3c-4c81-4a9b-befc-cd7468546c8c
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100920)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 eth1  no wireless extensions.
MachineType: System manufacturer System Product Name
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-22-generic 
root=UUID=8c7873fc-3e6a-448d-896d-63aedc3a1416 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
dmi.bios.date: 03/26/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0401
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: KGP(M)E-D16
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xxG
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd03/26/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnKGP(M)E-D16:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug kernel-uncat maverick needs-upstream-testing

-- 
Bluetooth applet crashes
https://bugs.launchpad.net/bugs/652503
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652503] Re: Bluetooth applet crashes

2010-09-30 Thread perpetualrabbit

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659981/+files/AcpiTables.txt

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659982/+files/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659983/+files/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659984/+files/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659985/+files/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659986/+files/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659987/+files/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659988/+files/Card0.Codecs.codec.1.txt

** Attachment added: Card0.Codecs.codec.2.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659989/+files/Card0.Codecs.codec.2.txt

** Attachment added: Card0.Codecs.codec.3.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659990/+files/Card0.Codecs.codec.3.txt

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659991/+files/Card1.Amixer.values.txt

** Attachment added: Card1.Codecs.codec97.0.ac97.0.0.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659992/+files/Card1.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card1.Codecs.codec97.0.ac97.0.0.regs.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659994/+files/Card1.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1659998/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/165/+files/Dependencies.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/652503/+attachment/166/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/652503/+attachment/1660001/+files/Lsusb.txt

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1660002/+files/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1660003/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1660004/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1660005/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/652503/+attachment/1660006/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/652503/+attachment/1660007/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/652503/+attachment/1660008/+files/WifiSyslog.txt

-- 
Bluetooth applet crashes
https://bugs.launchpad.net/bugs/652503
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652503] Re: Bluetooth applet crashes

2010-09-30 Thread perpetualrabbit
I hope it is not just me who cannot seem to get bluetooth audio working
right on ubuntu...

-- 
Bluetooth applet crashes
https://bugs.launchpad.net/bugs/652503
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 141613] Re: npviewer.bin crashed with SIGSEGV

2010-03-24 Thread perpetualrabbit
That's not a fix. That is called a workaround.
The fact is, there are still multiple bug in this 32-in-64 wrapper
thing. Because of the severe problems people were having with this,
choking up their linux workstations, I banned it from the network
altogether. I needed it for acroreader and flash. They do not provide
proper 64-bit versions, or uptodate versions of their product. No
64-bit acroread at all. Okular or evince is good enough as a pdf
reader plugin, and for flash there really is no proper substitute. I
hope some company will give some funding to bring Gnash up to the
level of support that the windows platform enjoys. I lost all faith in
good things coming from Adobe.
No photoshop for linux, no proper flash, no proper pdf reader, let
alone creator.
Still Adobe is an important provider of standards like PDF, flash,
postscript, so I hope that they do get their act together soon.
They are too important for linux indirectly to die. Otherwise I would
not care about them.

On Fri, Mar 19, 2010 at 10:36 AM, derLars
larsscheitha...@googlemail.com wrote:
 This bug is fixed for me, too, with the new 64bit beta 3 flashplugin
 from adobe.com (http://labs.adobe.com/downloads/flashplayer10.html).

 --
 npviewer.bin crashed with SIGSEGV
 https://bugs.launchpad.net/bugs/141613
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
npviewer.bin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/141613
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 523188] Re: Make it possible again to let dhcp server set the client hostname

2010-02-20 Thread perpetualrabbit
I will check that next week, time permitting.

On Fri, Feb 19, 2010 at 3:14 PM, Chuck Short chuck.sh...@canonical.com wrote:
 Thanks for the bug report Ill have a look at this. If possible can you
 check to see if this is fixed on lucid?

 Regards
 chuck

 ** Changed in: dhcp3 (Ubuntu)
   Importance: Undecided = Medium

 ** Changed in: dhcp3 (Ubuntu)
       Status: New = Confirmed

 --
 Make it possible again to let dhcp server set the client hostname
 https://bugs.launchpad.net/bugs/523188
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Make it possible again to let dhcp server set the client hostname
https://bugs.launchpad.net/bugs/523188
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 523188] Re: Make it possible again to let dhcp server set the client hostname

2010-02-20 Thread perpetualrabbit
I will check that next week, time permitting.

On Fri, Feb 19, 2010 at 3:14 PM, Chuck Short chuck.sh...@canonical.com wrote:
 Thanks for the bug report Ill have a look at this. If possible can you
 check to see if this is fixed on lucid?

 Regards
 chuck

 ** Changed in: dhcp3 (Ubuntu)
   Importance: Undecided = Medium

 ** Changed in: dhcp3 (Ubuntu)
       Status: New = Confirmed

 --
 Make it possible again to let dhcp server set the client hostname
 https://bugs.launchpad.net/bugs/523188
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Make it possible again to let dhcp server set the client hostname
https://bugs.launchpad.net/bugs/523188
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.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 90388] Re: hostname supplied by dhcp server is not used

2010-02-17 Thread perpetualrabbit
Hello?? It used to work in Hardy!!!

Therefore either a newer version of dhcp3-client or network-manager or a
change to the default configuration by the ubuntu developers must have
caused this to stop working. The ability to centrally manage large
numbers of workstations includes the ability to set the hostname from
the server.

I want to express my irritation and frustration over this and other alterations 
made to ubuntu that makes System administrators lifes miserable. Do you know 
how much time I have spend to debug this stupid non-bug?
Another problem are these UUID's that popped up in /etc/fstab, in the grub 
config, even in the initrd for specifying the `resume partition'.

In a network of Ubuntu workstations, I want to:

* set hostnames from the server, via DHCP. NOT the other way around, i.e. let 
the client change the DNS server records. I do not want to have to create lots 
of little scripts like in the solution of Christoph Dwertmann for something 
that used to work without all that.
* I do not want to have network manager at all in managed clients. The users 
are not allowed to alter the network settings, the network is configured once 
at boot via dhcp and that is that. No network-manager needed. Make it removable.
* be able to use a single image to roll out to clients. This means that UUID's 
are not handy to have in /etc/fstab, or in the grub config files. The UUID of 
partitions in the master image will be wrong for the clients. I do not want to 
have to fix all the places in /etc/fstab, /boot/grub/grub.cfg, /etc/grub.d/*, 
the initrd file even, to replace the UUID for the clients UUID's. I just want 
to use the bloody device files! Just /dev/sda. Can the developers please make 
it an option to use device files throughout?


Please developers, think about people who administrate Ubuntu in schools, 
universities, companies etc. Not all ubuntu users are home-users, or laptop 
users, or server users. You are forgetting a whole class of ubuntu 
installations, which is Managed Workstations. Please make it easier for the 
sysadmin.

-- 
hostname supplied by dhcp server is not used
https://bugs.launchpad.net/bugs/90388
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 523188] [NEW] Make it possible again to let dhcp server set the client hostname

2010-02-17 Thread perpetualrabbit
Public bug reported:

This is an important option for managed workstations like in universities and 
such.
In Hardy it was perfectly possible to let the dhcpserver set the clients 
hostname. In the server dhcpd.conf you can set hostnames for the clients like 
this:

host appel {
  fixed-address appel.lorentz.leidenuniv.nl;
  hardware ethernet 00:13:d4:c2:2a:de;
  option host-name appel;
}

of even easier:

use-host-decl-names on; # This tells the server to provide the name 
after host as a hostname to the client
 
   host appel {
  fixed-address appel.lorentz.leidenuniv.nl;
  hardware ethernet 00:13:d4:c2:2a:de;
}

In Hardy the dhcp3-client package used to pick this up perfectly, and
the client used to set its own hostname. Now in Karmic it no longer
works. I have to remove dhcp3-client and replace it with dhcpc to get
this functionality back.

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

-- 
Make it possible again to let dhcp server set the client hostname
https://bugs.launchpad.net/bugs/523188
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 90388] Re: hostname supplied by dhcp server is not used

2010-02-17 Thread perpetualrabbit
Hello?? It used to work in Hardy!!!

Therefore either a newer version of dhcp3-client or network-manager or a
change to the default configuration by the ubuntu developers must have
caused this to stop working. The ability to centrally manage large
numbers of workstations includes the ability to set the hostname from
the server.

I want to express my irritation and frustration over this and other alterations 
made to ubuntu that makes System administrators lifes miserable. Do you know 
how much time I have spend to debug this stupid non-bug?
Another problem are these UUID's that popped up in /etc/fstab, in the grub 
config, even in the initrd for specifying the `resume partition'.

In a network of Ubuntu workstations, I want to:

* set hostnames from the server, via DHCP. NOT the other way around, i.e. let 
the client change the DNS server records. I do not want to have to create lots 
of little scripts like in the solution of Christoph Dwertmann for something 
that used to work without all that.
* I do not want to have network manager at all in managed clients. The users 
are not allowed to alter the network settings, the network is configured once 
at boot via dhcp and that is that. No network-manager needed. Make it removable.
* be able to use a single image to roll out to clients. This means that UUID's 
are not handy to have in /etc/fstab, or in the grub config files. The UUID of 
partitions in the master image will be wrong for the clients. I do not want to 
have to fix all the places in /etc/fstab, /boot/grub/grub.cfg, /etc/grub.d/*, 
the initrd file even, to replace the UUID for the clients UUID's. I just want 
to use the bloody device files! Just /dev/sda. Can the developers please make 
it an option to use device files throughout?


Please developers, think about people who administrate Ubuntu in schools, 
universities, companies etc. Not all ubuntu users are home-users, or laptop 
users, or server users. You are forgetting a whole class of ubuntu 
installations, which is Managed Workstations. Please make it easier for the 
sysadmin.

-- 
hostname supplied by dhcp server is not used
https://bugs.launchpad.net/bugs/90388
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 523188] [NEW] Make it possible again to let dhcp server set the client hostname

2010-02-17 Thread perpetualrabbit
Public bug reported:

This is an important option for managed workstations like in universities and 
such.
In Hardy it was perfectly possible to let the dhcpserver set the clients 
hostname. In the server dhcpd.conf you can set hostnames for the clients like 
this:

host appel {
  fixed-address appel.lorentz.leidenuniv.nl;
  hardware ethernet 00:13:d4:c2:2a:de;
  option host-name appel;
}

of even easier:

use-host-decl-names on; # This tells the server to provide the name 
after host as a hostname to the client
 
   host appel {
  fixed-address appel.lorentz.leidenuniv.nl;
  hardware ethernet 00:13:d4:c2:2a:de;
}

In Hardy the dhcp3-client package used to pick this up perfectly, and
the client used to set its own hostname. Now in Karmic it no longer
works. I have to remove dhcp3-client and replace it with dhcpc to get
this functionality back.

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

-- 
Make it possible again to let dhcp server set the client hostname
https://bugs.launchpad.net/bugs/523188
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 479956] [NEW] udev or kernel or both do not properly recognize Mac harddisk when connected via a SATA to USB adapter, while Fedora does.

2009-11-10 Thread perpetualrabbit
Public bug reported:

Description:

A user came along with a Mac he spilt a drink in, and asked me to copy his 
harddisk to the network. I have this Serial ATA  IDE to USB adapter, from 
conceptronic, which is a very handy gadget in which you can plug any harddisk 
and connect it to your computer via USB. Normally this works flawless with 
ubuntu. I do have the hfsplus, hfsprogs, hfsutils and libhfsp0 packages 
installed.
Normally the disk is mounted automatically and I set up Nautilus so that it 
automatically opens a window for each partition found on a harddisk so 
connected.
Only with this Mac harddisk, the system was not able to find any partitions. 
dmesg reported a USB mass storage device connected, but with fdisk -l it did 
not show up. 
However, with a fedora 10 machine, the disk mounted immediately and without 
problems. A copy was made for the user without any problems. So clearly this is 
an ubuntu problem.

I am not sure where to file this issue, but kernel or udev seem to be the 
logical places to look for the cause. Maybe there is a different partitioning 
scheme that Mac disks uses, and which has not been compiled into the ubuntu 
kernel. Or there is some flaw in udev or its scripts which causes it to fail 
making the device files for the Mac partitions.
Please put this bug in the right category: udev, kernel or whatever. I am not 
sure where the problem is, but I guess udev.

Ubuntu release:
-
lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

Packages possibly involved: ( I do not know which one(s) is/are to blame)
--
udev:
  Installed: 147~-6.1
  Candidate: 147~-6.1
  Version table:
 *** 147~-6.1 0
500 http://repository.lorentz.leidenuniv.nl karmic-updates/main Packages
100 /var/lib/dpkg/status
 147~-6 0
500 http://repository.lorentz.leidenuniv.nl karmic/main Packages

linux-image-2.6.31-14-generic:
  Installed: 2.6.31-14.48
  Candidate: 2.6.31-14.48
  Version table:
 *** 2.6.31-14.48 0
500 http://repository.lorentz.leidenuniv.nl karmic/main Packages
100 /var/lib/dpkg/status

hfsplus:
  Installed: 1.0.4-12build2
  Candidate: 1.0.4-12build2
  Version table:
 *** 1.0.4-12build2 0
500 http://repository.lorentz.leidenuniv.nl karmic/main Packages
100 /var/lib/dpkg/status

hfsprogs:
  Installed: 332.14-7
  Candidate: 332.14-7
  Version table:
 *** 332.14-7 0
500 http://repository.lorentz.leidenuniv.nl karmic/universe Packages
100 /var/lib/dpkg/status

hfsutils:
  Installed: 3.2.6-11build2
  Candidate: 3.2.6-11build2
  Version table:
 *** 3.2.6-11build2 0
500 http://repository.lorentz.leidenuniv.nl karmic/main Packages
100 /var/lib/dpkg/status

libhfsp0:
  Installed: 1.0.4-12build2
  Candidate: 1.0.4-12build2
  Version table:
 *** 1.0.4-12build2 0
500 http://repository.lorentz.leidenuniv.nl karmic/main Packages
100 /var/lib/dpkg/status

Expected to happed:
--
A window should pop up after plugging in the USB cable of the adapter, asking 
me if I want it to be mounted, or even come up with a Nautilus window 
immediately, if Nautilus is so configured by the user. It does work like that, 
with the same disk and adapter on a fedora 10 machine. I should be able to 
examine partitioning with fdisk -l or with parted. After mounting I should be 
able to read the content at least, and probably even write it.

Happened instead:

No mount, no popup, no file browser window. Only a short message in 
/var/log/messages that an USB storage device was connected, but it reports only 
the top level (/dev/sdg) but no partitions (/dev/sdg1, /dev/sdg2 etc.). fdisk 
-l does not list the disk at all, and fdisk /dev/sdg does not work either. 
Device files for partitions are not made.

ProblemType: Bug
Architecture: amd64
Date: Tue Nov 10 12:20:06 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027.1)
MachineType: Hewlett-Packard HP xw4600 Workstation
NonfreeKernelModules: nvidia
Package: udev 147~-6.1
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-14-generic root=/dev/sda6 ro quiet 
splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: udev
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 01/29/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 786F3 v01.06
dmi.board.asset.tag: CZC8063TDQ
dmi.board.name: 0AA0h
dmi.board.vendor: Hewlett-Packard
dmi.chassis.asset.tag: CZC8063TDQ
dmi.chassis.type: 6
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786F3v01.06:bd01/29/2008:svnHewlett-Packard:pnHPxw4600Workstation:pvr:rvnHewlett-Packard:rn0AA0h:rvr:cvnHewlett-Packard:ct6:cvr:
dmi.product.name: HP xw4600 Workstation
dmi.sys.vendor: Hewlett-Packard

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug


[Bug 479956] Re: udev or kernel or both do not properly recognize Mac harddisk when connected via a SATA to USB adapter, while Fedora does.

2009-11-10 Thread perpetualrabbit

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/35471581/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/35471582/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35471583/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/35471584/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/35471585/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/35471586/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/35471587/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/35471589/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/35471591/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/35471592/UdevLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35471593/XsessionErrors.txt

-- 
udev or kernel or both do not properly recognize Mac harddisk when connected 
via a SATA to USB adapter, while Fedora does.
https://bugs.launchpad.net/bugs/479956
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 19586] Re: When nautilus cannot unmount a media, it must tell why.

2009-02-20 Thread perpetualrabbit
I have another problem with the unmount/mount dialogs in Nautilus,
related to the bug.

I have a USB stick with four partitions on it. Inserting it in a hardy desktop 
machine results in the machine mounting these four partitions nicely under  
/media/disk, /media/disk-1, /media/disk-2, /media/disk-3 respectivily.
So far so good. 
But I only need some files from the first partition, so I unmount the other 
three using the right-click menu in Nautilus on them.

Problem 1:
   In the sidebar, the icons for these three unmounted disks do not change, so 
I cannot tell if they are unmounted

Problem 2:
   Worse, if I right-click on the disk again, `Unmount Volume´ is still an 
option, it is not greyed-out. Clicking it results in a popup which says Cannot 
unmount volume. The volume is not mounted. Unmounting it should not have been 
an option in the first place.

Problem 3:
   I decide I need a file from partition 2 after all, so I need to mount it 
again, but there is no option in the right-click menu to do that.

Problem 4:
   So, OK, I cannot convince nautilus to remount my partitions, so I manually 
find out which shells and programs are currently using the remaining mounted 
partition and close them, and now unmount the first partition. Then I remove 
the USB stick, wait a couple of seconds and re-insert it.
In the current Nautilus window the four disks do not disappear when I pull the 
USB stick out. When I re-insert it, another four disks appear. Now there are 
eight! Four of them are non functional, and the other four are, but there is 
nothing to diffirentiate between them except by trial and error.
The `reload´ button in the Nautilus toolbar also does not solve the problem. 
However if I start a _new_ nautilus window it does show the correct 
information. And if I go to `computer´ it shows me the four (not eight) 
partitions as disks, and right clicking on each of them presents me with a menu 
that has a unmount option.
So re-inserting aparantly did result in remounting all partitions after all. At 
least in the Location:computer:///
part of Nautilus. So I right-click unmount them all again. Now the icons in the 
main pane _do_ change from a flat harddisk to a bulky rounded harddisk. In the 
sidebar the disks disappear. However, in other Nautilus windows they do not 
disappear. Also there is a problem in the Location:computer:/// interface, 
namely that disk I unmounted in it now have right-click menus that show both a 
mount and an unmount button!


Anyway, this is problably a highly confusing bug report for anyone to follow, 
so I recommend anyone who reads this to try it out yourself with a few USB 
sticks, or else with a partitioned one (easier).

I would characterize this bug as inconsistencies between separate
Nautilus windows, the sidebars and the Location:computer:/// interface
concerning the mounting and unmounting of removable media.

-- 
When nautilus cannot unmount a media, it must tell why.
https://bugs.launchpad.net/bugs/19586
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 19586] Re: When nautilus cannot unmount a media, it must tell why.

2009-02-19 Thread perpetualrabbit
I totally agree with this issue in fact being a bug.

Why?
--
Nautilus provides a GUI in order to take things like save mounting/unmounting
to preserve filesystem integrity down from system administrator level to
everyday user level.
I am a system administrator for 70 linux desktop, amongst other things, but a
lot of people are defecting to Apple over issues like these. OS X _does_ give
helpful information about which process is blocking umount, even if the process 
is running in a shell.

Outline how to solve:
-
Using information from `lsof´ you can figure out which process is blocking
the umount. Furthermore the PID can be used to identify the window or terminal
(even text console) that belongs to it. DBUS can then be used to signal the
window manager to bring the offending windows to the foreground.
Signals can then be sent the programs to initiate the `save files´ dialog.
In the case of text consoles or terminal windows the GUI can present a dialog
to close the programs running from those shells or close the shells themselves.

This is a solvable problem in most common cases, and actually I think quite
straightforward. It just needs some scripts parsing lsof, some interaction 
between
filemanager, windowmanager and dbus, and a bit of heuristics to cover the most
common cases.
This is a low hanging fruit in terms of improving the user experience.

Whose responsibility?
--
Enabling the average clueless user to unmount usb sticks is core functionality
in a desktop OS.
Since Canonical aims to offer an easy to use Linux distro, primarily based on
Gnome, I think that this _core functionality_ should be provided by Canonical.
Since Canonical is hiring people to work on kernel, X and Gnome/KDE, I
certainly feel that you cannot simply say this is an upstream issue.
Upstream has different priorities. Since this is probably a relatively easy
thing to solve, no major new subsystem needs to be invented, just using existing
subsystems and programs like `lsof´, I think Canonical should get involved with
upstream to fix this once and for all.

-- 
When nautilus cannot unmount a media, it must tell why.
https://bugs.launchpad.net/bugs/19586
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 62195] Re: edgy update-grub destroys kopt

2008-10-21 Thread perpetualrabbit
No worries, I was not trolling. I personally don't want to switch from
ubuntu to anything else. It is true however that ubuntu sometimes does
things that make sense for the home user, but not for large collections
of workstations. This grub bug, or rather decision by ubuntu developers
to overrule a user/administrator setting is an example of that. Ideally,
I want to be able to set the default behaviour of update-grub in a
/etc/defaults/update-grub file.

In my opinion, ubuntu is mainly aimed at either home computers (incl. laptops) 
and servers, but not large scale client installations. There are virtually no 
ubuntu-made tools for sysadmins to do tasks typical for such an environment. I 
need stuff like:
- configuring authentication for LDAP/Kerberos/Active Directory
- account administration (adding, removing, changing accounts, archiving data, 
quota settings, etc.)
- making a customized menu-system for all users, alacarte can only do it for 
single users
- imaging solution to install clients over network that is simple yet 
configurable
- per-user settings for thunderbird, alpine, firefox extensions, numerous other 
applications
- some kind of central store for images, like git or subversion, combined with 
a virtualization solution in order to build images and test before installing 
them on client machines.
- I would be willing to pay for a service by Ubuntu to build deb packages for 
unpackaged software like for instance `xv´. Every time I need to upgrade the 
client workstations, I also need to hunt for around 40 or so software packages, 
not present in the repositories. Ubuntu might be able to make some money to 
provide a packaging service for people like me.

Anyway, I was not trolling, actually I like to help Ubuntu.

-- 
edgy update-grub destroys kopt
https://bugs.launchpad.net/bugs/62195
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.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 62195] Re: edgy update-grub destroys kopt

2008-10-16 Thread perpetualrabbit
I use a workstation as an image for a number of other workstations, and
install and update those with rsync. So, if I upgrade the image and a
new kernel is installed, update-grub is run. This means that the UUID in
menu.lst will now be spread by rsync to all those other workstations,
rendering them unbootable when they go down.

This means I must have simple device names in menu.lst, not UUIDs.

Please make update-grub NOT overwrite any # kopt=root=/dev/sda6 settings
I have made.

Please, in general, do not try to overrule systemadministrators, as you
will only make our life more difficult and in the end force people like
me to install another distro like SuSE of Fedora over Ubuntu. Because
that is what my boss will decide if I have to spend too much time on
crap like this when I upgrade the images.

Remember that Ubuntu is not only used by Joe Linux @ home, but also by
universities, schools and other institutions that need an imaging
solution.

Thank you.

-- 
edgy update-grub destroys kopt
https://bugs.launchpad.net/bugs/62195
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-11-18 Thread perpetualrabbit
I have a Trust media center keyboard with builtin trackball. After a
reboot, suddenly the trackball responded very sluggish, like with a
ball-mouse (not optical I  mean) with dirty wheels inside. But it
couldn't be dirty yet, it is brand new. I noticed earlier that usbview
did not work, but used to under Gutsy. I mounted the /proc/bus/usb
filesystem, with mount -t usbfs procbususb /proc/bus/usb and instantly
the trackball is working again. Usbview too.

Whatever the thinking is about /proc/bus/usb, the change that was made
to it broke my mouse (well trackball) and probably breaks the X window
experience for lots of Gutsy users.

Also there should be a better program than just usbview in Gnome to work
with usb devices. usbview is very limited. And ugly.

-- 
Could not open /proc/bus/usb/devices
https://bugs.launchpad.net/bugs/156085
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 154366] Re: need word-wrap option

2007-10-24 Thread perpetualrabbit
Hello Alexander,

you are right of course. I know it is not a bug, but still I would like
to have this word-wrap function to deal with problematic websites, as
you say.
Please consider this a feature request. Firefox naturally has
word-wrapping built-in; I just need an option to apply it to a selection
of text, or to a certain page or frame or whatever.

I was kind of hoping this request would bubble upto the right person
if I submitted it as a bug.

best wishes,

Roland Nagtegaal


On Wed, 2007-10-24 at 10:13 +, Alexander Sack wrote:
 this isn't a bug in firefox, but a problem of the website.
 
 Thanks,
  - Alexander
 
 ** Changed in: firefox (Ubuntu)
Status: New = Invalid


-- 
need word-wrap option
https://bugs.launchpad.net/bugs/154366
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 154366] Re: need word-wrap option

2007-10-19 Thread perpetualrabbit

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/10064389/Dependencies.txt

-- 
need word-wrap option
https://bugs.launchpad.net/bugs/154366
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 154366] need word-wrap option

2007-10-19 Thread perpetualrabbit
Public bug reported:

Binary package hint: firefox

In many web pages, such as this one: 
http://lists.freedesktop.org/archives/compiz/2007-October/002726.html,
I encounter sentences with no end-of-line. This results in very long lines, 
that run out of the viewable window, and I must use the scrollbar to read the 
whole sentence. Sometimes the whole text is on one line. It is very 
inconvenient and makes such text almost unreadable.

To fix this, firefox could include an option in the right-click menu to
word-wrap lines that run out of the window. Wrapping too long lines does
not have to be the default behaviour, but having it as an option would
be very handy.

I'm sorry, this is not a bug persé, but I hope someone will pick this up
anyway.

Just my humble contribution,

thanks for a great browser and good luck!

ProblemType: Bug
Architecture: amd64
Date: Fri Oct 19 14:50:48 2007
DistroRelease: Ubuntu 7.04
Package: firefox 2.0.0.6+1-0ubuntu1
PackageArchitecture: amd64
SourcePackage: firefox
Uname: Linux bosch 2.6.20-16-generic #2 SMP Thu Aug 30 23:16:15 UTC 2007 x86_64 
GNU/Linux

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

-- 
need word-wrap option
https://bugs.launchpad.net/bugs/154366
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