[Bug 6711] Re: No network printer added

2007-05-10 Thread bascuppen
I also had a similar bug. Symptoms were: 
- the usb printer was correctly listed by lsusb
- gnome-cups-manager didn't auto-detect the printer.
- manual install of a printer had no effect

Solution: delete the line starting with Servername in
/etc/cups/client.conf

Background info: I build a local network, somewhere in the network was a 
cups-server installed. When this server was running, a manual added printer 
resulted in a message like: "password for user root on 192.168.1.34:". When the 
server was shut down, the message was: "IPP request failed with status 1280". 
(remember: When gnome-cups-manager is started from the command line, debug 
information will show on the command line.) It looks like the 
gnome-cups-manager disregarded the cupsys server running on localhost. 
The distrubution in use is: Ubuntu Feisty Fawn, gnome-cups-manager --version 
output gives: "GNOME gnome-printer-view 0.31"

-- 
No network printer added
https://bugs.launchpad.net/bugs/6711
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 1255631] Re: PlayOnLinux requires curl even though it isn't a dependancy

2014-02-17 Thread bascuppen
@Josh Black I totally agree with you. However: 
$ apt-cache search curl|wc -l
77
I like automagicthings, so I'm setting this from invalid to confirmed.

** Changed in: playonlinux (Ubuntu)
   Status: Invalid => Confirmed

** Changed in: playonlinux (Ubuntu)
 Assignee: (unassigned) => bascuppen (bascuppen)

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

Title:
  PlayOnLinux requires curl even though it isn't a dependancy

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

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


[Bug 1255631] Re: PlayOnLinux requires curl even though it isn't a dependancy

2014-02-17 Thread bascuppen
** Attachment added: "possible_curl_candidates.txt"
   
https://bugs.launchpad.net/ubuntu/+source/playonlinux/+bug/1255631/+attachment/3983747/+files/possible_curl_candidates.txt

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

Title:
  PlayOnLinux requires curl even though it isn't a dependancy

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

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


[Bug 1255631] Re: PlayOnLinux requires curl even though it isn't a dependancy

2014-02-17 Thread bascuppen
@Josh Black, Mulx. Thanks... now I need to figure out which package
depenency is missing...

** Attachment removed: "possible_curl_candidates.txt"
   
https://bugs.launchpad.net/ubuntu/+source/playonlinux/+bug/1255631/+attachment/3983747/+files/possible_curl_candidates.txt

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

Title:
  PlayOnLinux requires curl even though it isn't a dependancy

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

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


[Bug 1255631] Re: PlayOnLinux requires curl even though it isn't a dependancy

2014-02-17 Thread bascuppen
$ apt-cache show playonlinux|grep Suggests
Suggests: ttf-mscorefonts-installer, curl, scrot

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

Title:
  PlayOnLinux requires curl even though it isn't a dependancy

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

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


[Bug 1255631] Re: PlayOnLinux requires curl even though it isn't a dependancy

2014-02-17 Thread bascuppen
after sudo install curl, playonlinux errors out on 
"PlayOnLinux cannot find 7z (from P7ZIP full)

You should install it to use PlayOnLinux"

but starts up. So I'm ignoring that for now.
seems a suggest should be changed in a depend.

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

Title:
  PlayOnLinux requires curl even though it isn't a dependancy

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

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


[Bug 1255631] Re: PlayOnLinux requires curl even though it isn't a dependancy

2014-02-17 Thread bascuppen
** Changed in: playonlinux (Ubuntu)
 Assignee: bascuppen (bascuppen) => (unassigned)

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

Title:
  PlayOnLinux requires curl even though it isn't a dependancy

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

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


[Bug 797544] Re: grub2 waits forever for keystroke before booting default OS. headless server. hang.

2015-08-18 Thread bascuppen
For me... solved it by noticing that after I use
sudo umount /boot
the command 
ls /boot
still showed directory content. Therefore, every adjustment to the file 
/etc/default/grub  would be written to the directory on /dev/sda1 that is 
mounted over my boot directory on /dev/sda3. However, during boot, mounts won't 
take place after a selection is made in the grub menu (either manual or by 
timeout)

So, I remounted my partition:
sudo mount /boot
and noted the partition I made long time ago as a boot partion by issuing the 
command:
mount|grep boot
I then unmounted the boot partition, moved the directory out of the way, and 
made a new mount point, and mounted again by:
sudo umount /boot && sudo mv /boot /boot.backup && sudo mkdir /boot  && sudo 
mount /boot
After that, I installed the correct info to the mbr (master boot record):
sudo grub-install --recheck /dev/sda 
Edited the configuration file /etc/default/grub and ran update-grub.

Hope this helps people who stumble upon this bug looking for a solution.
Bear in mind you only try these commands when you know what each command
does, and understand the underlying logic. I leave it to you to
determine if you use MBR or uefi, or want a unbootable system.

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

Title:
  grub2 waits forever for keystroke before booting default OS.  headless
  server. hang.

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

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