[Bug 1321854] Re: useradd doesn't add the default shell to /etc/passwd entry

2014-11-13 Thread Jonas Björk
This is still the case with latest installed package of passwd (where I
found useradd):

ii  passwd   1:4.1.5.1-1ubuntu9amd64
change and administer password and group data

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

Title:
  useradd doesn't add the default shell to /etc/passwd entry

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

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


[Bug 1339518] [NEW] sudo config file specifies group admin that doesn't exist in system

2014-07-09 Thread Jonas Björk
Public bug reported:


In the configuration file for sudo ( /etc/sudoers ) you find this section:

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL

The sudo group is in /etc/group, but not admin group. This is a cosmetic
bug, but if we specify a group that are allowed to use sudo command,
then the group should exist in the system too.

Installed version: Ubuntu 14.04 LTS all upgrades up to 9 july 2014
installed, 64 bit desktop ISO used for installation.

Sudo package installed:
ii  sudo1.8.9p5-1ubuntu1   amd64  Provide 
limited super user privileges to specific users

** Affects: sudo (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/1339518

Title:
  sudo config file specifies group admin that doesn't exist in system

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

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


[Bug 1085043] Re: empty variable after read -t is used

2014-07-09 Thread Jonas Björk
This bug is still present.

$ lsb_release -rd
lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04

$ apt-cache policy bash
apt-cache policy bash
bash:
  Installed: 4.3-7ubuntu1
  Candidate: 4.3-7ubuntu1
  Version table:
 *** 4.3-7ubuntu1 0
500 http://se.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 4.3-6ubuntu1 0
500 http://se.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

** Tags added: bash

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

Title:
  empty variable after read -t is used

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

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


[Bug 1065972] Re: Man page of command kill is wrong

2013-10-16 Thread Jonas Björk
I am the original poster, and it is confirmed that I was using the bash
built in kill.

$ kill -L
bash: kill: L: invalid signal specification

$ /bin/kill -L
 1 HUP  2 INT  3 QUIT 4 ILL  5 TRAP 6 ABRT 7 BUS
 8 FPE  9 KILL10 USR111 SEGV12 USR213 PIPE14 ALRM
15 TERM16 STKFLT  17 CHLD18 CONT19 STOP20 TSTP21 TTIN
22 TTOU23 URG 24 XCPU25 XFSZ26 VTALRM  27 PROF28 WINCH
29 POLL30 PWR 31 SYS  

This bug is not a bug, but a misunderstanding. The bug could be closed.

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

Title:
  Man page of command kill is wrong

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

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


[Bug 1100018] Re: The 'compass version' command is broken

2013-10-10 Thread Jonas Björk
Same for me on Ubuntu 12.04 LTS

ruby-compass version 0.11.6~dfsg-1
ruby-sass version 3.1.15-1
ruby1.8 version 1.8.7.352-2ubuntu1.3

# compass -v --trace
Errno::ENOENT on line 25 of 
/usr/lib/ruby/vendor_ruby/sass/../compass/version.rb: No such file or directory 
- /usr/lib/ruby/vendor_ruby/sass/../compass/../../VERSION.yml
  /usr/lib/ruby/vendor_ruby/sass/../compass/version.rb:25:in `read_version'
  /usr/lib/ruby/vendor_ruby/sass/../compass/version.rb:13:in `version'
  /usr/lib/ruby/vendor_ruby/sass/../compass/commands/print_version.rb:59:in 
`long_output_string'
  /usr/lib/ruby/vendor_ruby/sass/../compass/commands/print_version.rb:94:in 
`execute'
  /usr/lib/ruby/vendor_ruby/sass/../compass/commands/default.rb:46:in `execute'
  /usr/lib/ruby/vendor_ruby/sass/../compass/exec/sub_command_ui.rb:43:in 
`perform!'
  /usr/lib/ruby/vendor_ruby/sass/../compass/exec/sub_command_ui.rb:15:in `run!'
  /usr/bin/compass:25
  /usr/bin/compass:39:in `call'
  /usr/bin/compass:39

Tried to upgrade ruby to 1.9.1 with apt-get install ruby1.9.1-full and
did update-alternatives --config ruby where I set ruby to default to
1.9.1. Same thing there.

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

Title:
  The 'compass version' command is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-compass/+bug/1100018/+subscriptions

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


[Bug 1085043] [NEW] empty variable after read -t is used

2012-11-30 Thread Jonas Björk
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 12.04.1 LTS
Release:12.04

$ apt-cache policy bash
bash:   
  Installed: 4.2-2ubuntu2   
  Candidate: 4.2-2ubuntu2   
  Version table:
 *** 4.2-2ubuntu2 0 
500 http://se.archive.ubuntu.com/ubuntu/ precise/main amd64 Pack
ages
100 /var/lib/dpkg/status


When using read -t in bash script predefined variable becomes empty. Example:

VAR=jonas
read -t 3 VAR
echo ${VAR}

When user does not input anything and timeout is passed (3 secs)
variable VAR becomes empty. When doing the same in Mac OSX with:

$ bash --version
GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin12)
Copyright (C) 2007 Free Software Foundation, Inc.

it works as expected as:

$ VAR=jonas
$ read -t 3 VAR
$ echo ${VAR}
jonas

** Affects: bash (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/1085043

Title:
  empty variable after read -t is used

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

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


[Bug 1065972] [NEW] Man page of command kill is wrong

2012-10-12 Thread Jonas Björk
Public bug reported:

`man kill` gives:

kill [ -L | -V, --version ]
...
Use -l or -L to list available signals.
...
kill -L
  List the available signal choices in a nice table.
...
STANDARDS
  This command meets appropriate standards. The -L flag is 
Linux-specific.

Man page shortened above for space reasons.

When I try to give `kill` the `-L` parameter I get:

$ kill -L
bash: kill: L: invalid signal specification

So it seems that `-L` is not implemented?

** Affects: 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/1065972

Title:
  Man page of command kill is wrong

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

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


[Bug 406943] [NEW] No wizard when I connect second 3G device

2009-07-30 Thread Jonas Björk
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

$ LC_ALL=en apt-cache policy network-manager
network-manager:
  Installed: 0.7.1~rc4.1.cf199a964-0ubuntu2
  Candidate: 0.7.1~rc4.1.cf199a964-0ubuntu2
  Version table:
 *** 0.7.1~rc4.1.cf199a964-0ubuntu2 0
500 http://se.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

When I connected my Nokia 5800 Xpress Music with USB-cable
NetworkManager started a wizard that let me configure my connection
easy. In just a few seconds I could connect to the internet with my cell
phone (with operator 3).

I have a Huawei E180 with operator Tele2 and connected it to the same
computer. dmesg told me that the usb-modem was found and assigned a
/dev/ttyXX . Nothing happened with NetworkManager. I right-clicked on
nm-applet and edited my connections. Added a new Broadband Connection
for Tele2. When I left-click on nm-applet I can now choose to connect
with 3 or Tele2. So, everything is working fine.

My bug report is really an enhancement. I wish that NetworkManager had
recognised that my Huawei was a new device, which was not configured on
my laptop and therefor NM should have started the wizard for me. This
would make NM even easier for new users. I could figure out how to make
the connection, but my mum.. Naaah, dont think so :)

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No wizard when I connect second 3G device
https://bugs.launchpad.net/bugs/406943
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 387329] [NEW] Cell phone name is too wide

2009-06-15 Thread Jonas Björk
Public bug reported:

When I plug in my cell phone (Sony Ericsson C905i) with USB-cable nm-
applet shows my cell phone name and makes the context menu too wide. I
attach a screenshot that explains what i mean. I would prefer that the
phone name was shown as SEMC C905i instead for easier reading in menu.

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cell phone name is too wide
https://bugs.launchpad.net/bugs/387329
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 387329] Re: Cell phone name is too wide

2009-06-15 Thread Jonas Björk

** Attachment added: networkmanager.png
   http://launchpadlibrarian.net/27946244/networkmanager.png

-- 
Cell phone name is too wide
https://bugs.launchpad.net/bugs/387329
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 387329] Re: Cell phone name is too wide

2009-06-15 Thread Jonas Björk
Forgot: Ubuntu 9.04, network-manager-gnome 0.7.1~rc4.1-0ubuntu2

-- 
Cell phone name is too wide
https://bugs.launchpad.net/bugs/387329
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 387329] Re: Cell phone name is too wide

2009-06-15 Thread Jonas Björk
Alexander: I get two entries because Ubuntu identifies my cell phone as
ttyACM0 and ttyACM1 . That's what I think.. :/ Output from dmesg when
connecting USB-cable to cell phone:

[ 2081.870101] ehci_hcd :00:1a.7: dma_pool_free buffer-2048, 
88003789/3789 (bad dma)
[ 2701.704126] usb 1-3: new high speed USB device using ehci_hcd and address 5
[ 2701.850490] usb 1-3: configuration #1 chosen from 1 choice
[ 2701.869640] cdc_acm 1-3:1.1: ttyACM0: USB ACM device
[ 2701.887256] cdc_acm 1-3:1.3: ttyACM1: USB ACM device
[ 2701.910787] cdc_wdm 1-3:1.7: cdc-wdm0: USB WDM device
[ 2701.926882] usb 1-3: unsupported MDLM descriptors

Attaching my nm-tool output before 1) trying PPA and 2) trying your
patch. Will try PPA and patch later today.

** Attachment added: my nm-tool output as text
   http://launchpadlibrarian.net/27950392/nm-tool.txt

-- 
Cell phone name is too wide
https://bugs.launchpad.net/bugs/387329
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 387329] Re: Cell phone name is too wide

2009-06-15 Thread Jonas Björk
Ok, I downloaded https://launchpad.net/~network-
manager/+archive/ppa/+files/network-manager-
gnome_0.7.1-0ubuntu1~nm1~jaunty1_amd64.deb ( I have a Core2Duo 64bit )
and now it looks better :). Well, I am satisfied. When does it get into
mainstream repos?

** Attachment added: network manager ppa screenshot
   http://launchpadlibrarian.net/27951064/nm-ppa.png

-- 
Cell phone name is too wide
https://bugs.launchpad.net/bugs/387329
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 387329] Re: Cell phone name is too wide

2009-06-15 Thread Jonas Björk
You mean the patch in https://bugs.launchpad.net/ubuntu/+source/network-
manager-applet/+bug/387329/comments/6 ? Shall I download the source code
for NM from Ubuntu repo and apply patch or some other source package? I
will help you on this one, but need to know what source package I should
patch :)

I attach syslog regarding connecting my cell phone until it is available
in nm-applet. Hope that helps.

** Attachment added: SEMC C905i connected by USB - syslog
   http://launchpadlibrarian.net/27962449/syslog.txt

-- 
Cell phone name is too wide
https://bugs.launchpad.net/bugs/387329
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 289471] Re: can't make a new directory in 104.2GB Media partition

2008-10-26 Thread Jonas Björk
This is not a bug. You don't have file permissions to create a folder in
that partition. Either:

1) Mount the drive with correct file permissions or
2) Create a folder as root and give your user rights to that folder like:

sudo mkdir myUser
sudo chown myUserName myUser
sudo chmod 755 myUser


** Changed in: ubuntu
   Status: New = Invalid

-- 
can't make a new directory in 104.2GB Media partition
https://bugs.launchpad.net/bugs/289471
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 256022] [NEW] Firefox icon gets a border when using menu

2008-08-08 Thread Jonas Björk
Public bug reported:

When clicking in one of the menu-items Program, Platser, System
(Applications, Places, System?) the firefox icon at the right side of
gnome-menu gets an border. See attachment.

** Affects: gnome-desktop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Firefox icon gets a border when using menu
https://bugs.launchpad.net/bugs/256022
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 256022] Re: Firefox icon gets a border when using menu

2008-08-08 Thread Jonas Björk

** Attachment added: nomenu.png
   http://launchpadlibrarian.net/16638136/nomenu.png

-- 
Firefox icon gets a border when using menu
https://bugs.launchpad.net/bugs/256022
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 256022] Re: Firefox icon gets a border when using menu

2008-08-08 Thread Jonas Björk
and picture of border of firefox icon

** Attachment added: after.png
   http://launchpadlibrarian.net/16638166/after.png

-- 
Firefox icon gets a border when using menu
https://bugs.launchpad.net/bugs/256022
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 76842] Re: Install of fam package removes ubuntu-desktop

2008-07-27 Thread Jonas Björk
Seems to be a duplicate of #41957

-- 
Install of fam package removes ubuntu-desktop
https://bugs.launchpad.net/bugs/76842
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 252375] Re: Firefox Ctrl+Shift+T not working

2008-07-27 Thread Jonas Björk
Works for me, Ubuntu 8.04 32 bit. Firefox 3.0.1+build1+nobinonly-
0ubuntu0.8.04.2

-- 
Firefox Ctrl+Shift+T not working
https://bugs.launchpad.net/bugs/252375
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 75184] Re: device selection is not user friendly

2008-07-27 Thread Jonas Björk
One thing could be that devicename editline changes to usb: when
selecting USB as sync method. That had saved me alot of time. It took a
while for me to realise how easy USB-syncing a Palm is today. No need
for visor module, no need for permissions on /dev files.. It just worked
:)

-- 
device selection is not user friendly
https://bugs.launchpad.net/bugs/75184
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 248385] [NEW] GNOME crash when remove kdm

2008-07-14 Thread Jonas Björk
Public bug reported:

Boot computer, KDM starrts. I select GNOME as session type and in GNOME
i started a gnome-terminal where I typed:

sudo apt-get remove kdm

Got the question: Do you want to shutdown KDM?, answered Yes (I was
going to remove KDM in apt-get, so it felt natural to shutdown KDM).

GNOME crashed and I went to a console login. Afterwards it seems to be
right.. I logged into GNOME with KDM and now I killed KDM. But a normal
user might get in panic, some kind of warning notice would be nice.

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
GNOME crash when remove kdm
https://bugs.launchpad.net/bugs/248385
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 173145] Re: conflicts with other docbook-xsl-doc-xxx packages

2008-03-07 Thread Jonas Björk
Same here.

E:  /var/cache/apt/archives/docbook-xsl-doc-pdf_1.72.0.dfsg.1-2_all.deb: 
försöker 
skriva över /usr/share/doc/docbook-xsl/doc/reference.pdf.gz som också  finns 
i paketet docbook-xsl-doc-html

(swedish)

docbook-xsl-doc.pdf 1.72.0 tries to overwrite reference.pdf.gz which
also is in package docbook-xsl-doc-html  (translated)

Ubuntu 7.10

-- 
conflicts with other docbook-xsl-doc-xxx packages
https://bugs.launchpad.net/bugs/173145
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 178852] Duplicate bookmarks

2007-12-27 Thread Jonas Björk
Public bug reported:

Binary package hint: mozilla-firefox

Firefox should be aware of which bookmarks I already have and deny me to
add a bookmark again if I already have it in my bookmarks.

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

-- 
Duplicate bookmarks
https://bugs.launchpad.net/bugs/178852
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 125995] Re: No more icons in OpenOffice after security update in feisty

2007-08-09 Thread jonas björk
Same for me. When using Human icon-theme i get icons, when I choose
Tango icon-theme i get text but no icons.

Ubuntu 7.04 updated today.

# apt-get install openoffice.org-style-tango

^^ solves problem

-- 
No more icons in OpenOffice after security update in feisty
https://bugs.launchpad.net/bugs/125995
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 83594] Re: [feisty]azureus wont open after update of java

2007-08-09 Thread jonas björk
Camerons workaround
(https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/83594/comments/14
) works for me too, Ubuntu 7.04.

-- 
[feisty]azureus wont open after update of java
https://bugs.launchpad.net/bugs/83594
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 64599] Installer should check partitionsize

2006-10-07 Thread Jonas Björk
Public bug reported:

Tried to install Ubuntu 6.06.1 from CD on a computer with a 2.1 GB disk.
All went fine until 96% or so, when the installation crashed. No free
space on drive.

Why doesn't the installer check if there is room on the disk before it
begins installation? Nowhere in the installation can I read how much
space is required, neither does the installer tell me that my disk is to
small for Ubuntu. 20-25 minutes later.. it crashes. Very frustrating.

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

-- 
Installer should check partitionsize
https://launchpad.net/bugs/64599

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