[Bug 1905491] Re: Recent (Nov 2020) ISO copied to USB Drive cannot load

2021-01-06 Thread pdecat
I had the same error with today's ubuntu-20.10-desktop-amd64.iso image
on a Shuttle SG45H7 system with an Intel Core2 Duo E4400:

  GRUB Error: can't find command "grub_platform"

Which then leads to a blinking cursor black screen after selecting any
GRUB entry.

An alternative solution that works is to flash the ISO to the USB drive
with Startup Disk Creator then convert it to MBR.

# sudo fdisk -l /dev/sdb
GPT PMBR size mismatch (5746099 != 123404287) will be corrected by write.
The backup GPT table is not on the end of the device.
Disk /dev/sdb: 58,84 GiB, 63182995456 bytes, 123404288 sectors
Disk model: Transcend 64GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7EE1FFAC-4072-46B8-885E-A7EA3F9C70CF

Device   Start End Sectors  Size Type
/dev/sdb1   64 5735483 5735420  2,7G Microsoft basic data
/dev/sdb2  5735484 57454359952  4,9M EFI System
/dev/sdb3  5745436 5746035 600  300K Microsoft basic data


# sudo gdisk /dev/sdb
GPT fdisk (gdisk) version 1.0.5

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): r

Recovery/transformation command (? for help): ?
b   use backup GPT header (rebuilding main)
c   load backup partition table from disk (rebuilding main)
d   use main GPT header (rebuilding backup)
e   load main partition table from disk (rebuilding backup)
f   load MBR and build fresh GPT from it
g   convert GPT into MBR and exit
h   make hybrid MBR
i   show detailed information on a partition
l   load partition data from a backup file
m   return to main menu
o   print protective MBR data
p   print the partition table
q   quit without saving changes
t   transform BSD disklabel partition
v   verify disk
w   write table to disk and exit
x   extra functionality (experts only)
?   print this menu

Recovery/transformation command (? for help): g

MBR command (? for help): ?
a   toggle the active/boot flag
c   recompute all CHS values
l   set partition as logical
o   omit partition
p   print the MBR partition table
q   quit without saving changes
r   set partition as primary
s   sort MBR partitions
t   change partition type code
w   write the MBR partition table to disk and exit

MBR command (? for help): w

Converted 3 partitions. Finalize and exit? (Y/N): y
GPT data structures destroyed! You may now partition the disk using fdisk or
other utilities.

# sudo fdisk -l /dev/sdb
Disk /dev/sdb: 58,84 GiB, 63182995456 bytes, 123404288 sectors
Disk model: Transcend 64GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x

Device Boot   Start End Sectors  Size Id Type
/dev/sdb164 5735483 5735420  2,7G  7 HPFS/NTFS/exFAT
/dev/sdb2   5735484 57454359952  4,9M ef EFI (FAT-12/16/32)
/dev/sdb3   5745436 5746035 600  300K  7 HPFS/NTFS/exFAT


PS: thanks @iaincc for the GPT => MBR tip!

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

Title:
  Recent (Nov 2020) ISO copied to USB Drive cannot load

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

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

[Bug 1778946] Re: No dns resolution after closing a vpn/pptp connection

2020-01-14 Thread pdecat
I too have been facing this issue since a few releases, and still face
it on Ubuntu 19.10 (resolvconf not installed as it causes other issues):

# sudo rm /run/systemd/resolve/stub-resolv.conf.tmp

# sudo systemctl restart NetworkManager

# ls -la /etc/resolv.conf /run/systemd/resolve/
lrwxrwxrwx 1 rootroot 39 Dec 23 16:31 /etc/resolv.conf 
-> ../run/systemd/resolve/stub-resolv.conf

/run/systemd/resolve/:
total 8
drwxr-xr-x  3 systemd-resolve systemd-resolve 100 Jan 14 13:01 .
drwxr-xr-x 21 rootroot480 Jan 14 06:59 ..
drwx--  2 systemd-resolve systemd-resolve  60 Jan 14 13:01 netif
-rw-r--r--  1 systemd-resolve systemd-resolve 613 Jan 14 13:01 resolv.conf
-rw-r--r--  1 systemd-resolve systemd-resolve 731 Jan 14 13:01 stub-resolv.conf

# nmcli connection up vpn.mydomain.com
Connection successfully activated (D-Bus active path: 
/org/freedesktop/NetworkManager/ActiveConnection/10)

# ls -la /etc/resolv.conf /run/systemd/resolve/
lrwxrwxrwx 1 rootroot 39 Dec 23 16:31 /etc/resolv.conf 
-> ../run/systemd/resolve/stub-resolv.conf

/run/systemd/resolve/:
total 16
drwxr-xr-x  3 systemd-resolve systemd-resolve 140 Jan 14 13:01 .
drwxr-xr-x 21 rootroot480 Jan 14 06:59 ..
drwx--  2 systemd-resolve systemd-resolve  60 Jan 14 13:01 netif
-rw-r--r--  1 systemd-resolve systemd-resolve 613 Jan 14 13:01 resolv.conf
-rw-r--r--  1 systemd-resolve systemd-resolve 731 Jan 14 13:01 stub-resolv.conf
-rw---  1 rootroot731 Jan 14 13:01 
stub-resolv.conf.pppd-backup.ppp0
-rw-r--r--  1 rootroot753 Jan 14 13:01 
stub-resolv.conf.tmp

# nmcli connection down vpn.mydomain.com
Connection 'vpn.mydomain.com' successfully deactivated (D-Bus active path: 
/org/freedesktop/NetworkManager/ActiveConnection/10)

# ls -la /etc/resolv.conf /run/systemd/resolve/
lrwxrwxrwx 1 rootroot 39 Dec 23 16:31 /etc/resolv.conf 
-> ../run/systemd/resolve/stub-resolv.conf

/run/systemd/resolve/:
total 12
drwxr-xr-x  3 systemd-resolve systemd-resolve 120 Jan 14 13:02 .
drwxr-xr-x 21 rootroot480 Jan 14 06:59 ..
drwx--  2 systemd-resolve systemd-resolve  60 Jan 14 13:01 netif
-rw-r--r--  1 systemd-resolve systemd-resolve 613 Jan 14 13:01 resolv.conf
-rw---  1 rootroot731 Jan 14 13:01 stub-resolv.conf
-rw-r--r--  1 rootroot753 Jan 14 13:01 
stub-resolv.conf.tmp

# cat /etc/resolv.conf
cat: /etc/resolv.conf: Permission denied

# ping -c1 www.google.com
ping: www.google.com: Name or service not known

# sudo chmod a+r /etc/resolv.conf

# ping -c1 www.google.com
PING www.google.com (216.58.201.228) 56(84) bytes of data.
64 bytes from par10s33-in-f4.1e100.net (216.58.201.228): icmp_seq=1 ttl=56 
time=4.52 ms

--- www.google.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 4.522/4.522/4.522/0.000 ms


My work-around is to disable both up and down usepeerdns scripts:

# sudo dpkg-divert --divert /etc/ppp/ip-down.d/usepeerdns.bak
--rename /etc/ppp/ip-down.d/usepeerdns

# sudo dpkg-divert --divert /etc/ppp/ip-up.d/usepeerdns.bak --rename
/etc/ppp/ip-up.d/usepeerdns

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

Title:
  No dns resolution after closing a vpn/pptp connection

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

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

[Bug 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2017-07-04 Thread pdecat
Proposed package installed on zesty, workaround removed
(/etc/systemd/system/postfix@-.service.d/override.conf) and rebooted.


So far so good :)

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

Title:
  Postfix cannot resolve DNS if network was unavailable when it was
  started, such as on a laptop

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

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


[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-06-16 Thread pdecat
Well, the patch I mentioned in comment #28 is not perfect, crashes still
happen, just way less often (I achieved several days uptime while
without the patch the crashed usually happened twice a day).

Today's crash with the patch on top of Ubuntu-4.10.0-23.25 tag:

Jun 16 12:21:15 patrickxps kernel: BUG: unable to handle kernel NULL pointer 
dereference at 0018
Jun 16 12:21:15 patrickxps kernel: IP: 
gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915]
Jun 16 12:21:15 patrickxps kernel: PGD 0 
Jun 16 12:21:15 patrickxps kernel:
Jun 16 12:21:15 patrickxps kernel: Oops: 0002 [#1] SMP
Jun 16 12:21:15 patrickxps kernel: Modules linked in: ccm rfcomm xfrm_user 
xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle 
ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 
Jun 16 12:21:15 patrickxps kernel:  videobuf2_v4l2 input_leds btusb joydev 
btrtl serio_raw btbcm videobuf2_core btintel bluetooth videodev media dell_led 
dell_smbios hid_multitouch dcdbas snd_soc_rt298 snd_s
Jun 16 12:21:15 patrickxps kernel:  int3400_thermal kfifo_buf mei shpchp 
intel_soc_dts_iosf int3406_thermal acpi_thermal_rel int340x_thermal_zone 
intel_hid industrialio sparse_keymap mac_hid intel_smartconne
Jun 16 12:21:15 patrickxps kernel: CPU: 0 PID: 1675 Comm: Xorg Tainted: P   
 W  O4.10.0-23-generic #25
Jun 16 12:21:15 patrickxps kernel: Hardware name: Dell Inc. XPS 13 9343/0310JH, 
BIOS A12 05/09/2017
Jun 16 12:21:15 patrickxps kernel: task: 9ddf0dec1680 task.stack: 
c18303234000
Jun 16 12:21:15 patrickxps kernel: RIP: 
0010:gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915]
Jun 16 12:21:15 patrickxps kernel: RSP: 0018:c18303237880 EFLAGS: 00010246
Jun 16 12:21:15 patrickxps kernel: RAX: 9dde000c1b40 RBX: 0003 
RCX: 0003
Jun 16 12:21:15 patrickxps kernel: RDX:  RSI: 9ddf07747000 
RDI: 9ddf0b3f
Jun 16 12:21:15 patrickxps kernel: RBP: c183032378d8 R08:  
R09: 
Jun 16 12:21:15 patrickxps kernel: R10:  R11: 0001 
R12: 9dde001a2000
Jun 16 12:21:15 patrickxps kernel: R13: 9ddea3fb70d0 R14: fc73e000 
R15: 0001
Jun 16 12:21:15 patrickxps kernel: FS:  7fabaecbca40() 
GS:9ddf1f40() knlGS:
Jun 16 12:21:15 patrickxps kernel: CS:  0010 DS:  ES:  CR0: 
80050033
Jun 16 12:21:15 patrickxps kernel: CR2: 0018 CR3: 00020fe66000 
CR4: 003406f0
Jun 16 12:21:15 patrickxps kernel: Call Trace:
Jun 16 12:21:15 patrickxps kernel:  gen8_alloc_va_range_3lvl+0xfb/0x9e0 [i915]
Jun 16 12:21:15 patrickxps kernel:  ? swiotlb_map_sg_attrs+0x49/0x110
Jun 16 12:21:15 patrickxps kernel:  gen8_alloc_va_range+0x23d/0x470 [i915]
Jun 16 12:21:15 patrickxps kernel:  i915_vma_bind+0x7e/0x170 [i915]
Jun 16 12:21:15 patrickxps kernel:  __i915_vma_do_pin+0x2a5/0x450 [i915]
Jun 16 12:21:15 patrickxps kernel:  
i915_gem_execbuffer_reserve_vma.isra.31+0x144/0x1b0 [i915]
Jun 16 12:21:15 patrickxps kernel:  
i915_gem_execbuffer_reserve.isra.32+0x39e/0x3d0 [i915]
Jun 16 12:21:15 patrickxps kernel:  i915_gem_do_execbuffer.isra.38+0x4ca/0x15c0 
[i915]
Jun 16 12:21:15 patrickxps kernel:  i915_gem_execbuffer2+0xa1/0x1e0 [i915]
Jun 16 12:21:15 patrickxps kernel:  drm_ioctl+0x21b/0x4c0 [drm]
Jun 16 12:21:15 patrickxps kernel:  ? i915_gem_execbuffer+0x310/0x310 [i915]
Jun 16 12:21:15 patrickxps kernel:  do_vfs_ioctl+0xa3/0x610
Jun 16 12:21:15 patrickxps kernel:  ? __audit_syscall_entry+0xad/0xf0
Jun 16 12:21:15 patrickxps kernel:  ? syscall_trace_enter+0x1d9/0x2e0
Jun 16 12:21:15 patrickxps kernel:  SyS_ioctl+0x79/0x90
Jun 16 12:21:15 patrickxps kernel:  do_syscall_64+0x5b/0xc0
Jun 16 12:21:15 patrickxps kernel:  entry_SYSCALL64_slow_path+0x25/0x25
Jun 16 12:21:15 patrickxps kernel: RIP: 0033:0x7fabac6d1987
Jun 16 12:21:15 patrickxps kernel: RSP: 002b:7ffc93b26ac8 EFLAGS: 3246 
ORIG_RAX: 0010
Jun 16 12:21:15 patrickxps kernel: RAX: ffda RBX: 55b84c667030 
RCX: 7fabac6d1987
Jun 16 12:21:15 patrickxps kernel: RDX: 7ffc93b26b10 RSI: c0406469 
RDI: 000e
Jun 16 12:21:15 patrickxps kernel: RBP: 7ffc93b26b10 R08:  
R09: 
Jun 16 12:21:15 patrickxps kernel: R10: 0348 R11: 3246 
R12: c0406469
Jun 16 12:21:15 patrickxps kernel: R13: 000e R14:  
R15: 
Jun 16 12:21:15 patrickxps kernel: Code: e6 48 8b 90 20 03 00 00 48 8b b8 d8 02 
00 00 48 8b 52 08 48 83 ca 03 e8 aa cd ff ff 48 8b 45 b0 48 8b 4d c8 48 8b 10 
48 8b 45 d0 <4c> 89 24 ca 48 0f ab 08 0f 1f 44 00
Jun 16 12:21:15 patrickxps kernel: RIP: 
gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915] RSP: 
c18303237880
Jun 16 12:21:15 patrickxps kernel: CR2: 0018
Jun 16 12:21:15 patrickxps kernel: ---[ end trace 1f97c57229ff8402 ]---

-- 
You received this bug 

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-06-08 Thread pdecat
Dell XPS 13 9343 running fine with
https://patchwork.freedesktop.org/patch/158340/ applied on top of
Ubuntu-4.10.0-22.24.

Got the hint from https://bugs.freedesktop.org/show_bug.cgi?id=99295#c53

** Attachment added: "patch-freedesktop-99295.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1680904/+attachment/4892038/+files/patch-freedesktop-99295.txt

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

Title:
  zesty unable to handle kernel NULL pointer dereference

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

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


[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-06-03 Thread pdecat
For those like me that fail booting 4.12rc3 but had no issue with
previous builds, this looks like a interesting trail:
https://bugs.launchpad.net/linux/+bug/1694561

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

Title:
  zesty unable to handle kernel NULL pointer dereference

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

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


[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-06-01 Thread pdecat
Same issue with generic variant from http://kernel.ubuntu.com/~kernel-
ppa/mainline/drm-intel-nightly/2017-06-01/ this morning.

Also tried to select recovery mode in grub, no better: I only get a
black console screen with a blinking cursor in the upper left.

No error message, nothing in the logs.

FWIW, here's the very beginning of dmesg with zesty's standard kernel:

```
[0.00] Linux version 4.10.0-22-generic (buildd@lcy01-08) (gcc version 
6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) ) #24-Ubuntu SMP Mon May 22 17:43:20 
UTC 2017 (Ubuntu 4.10.0-22.24-generic 4.10.15)
[0.00] Command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic 
root=UUID=5f1b119b-2beb-4d5b-aabf-606390f6d767 ro 
[0.00] KERNEL supported cpus:   
   
[0.00]   Intel GenuineIntel 
   
[0.00]   AMD AuthenticAMD   

[0.00]   Centaur CentaurHauls   

[0.00] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point 
registers'   
[0.00] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' 
 
[0.00] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' 
  
[0.00] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256   
 
[0.00] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, 
using 'standard' format.  
[0.00] e820: BIOS-provided physical RAM map:
   
[0.00] BIOS-e820: [mem 0x-0x0009d3ff] usable
   
[0.00] BIOS-e820: [mem 0x0009d400-0x0009] reserved  
   
[0.00] BIOS-e820: [mem 0x000e-0x000f] reserved  
  
[0.00] BIOS-e820: [mem 0x0010-0xc367efff] usable
   
[0.00] BIOS-e820: [mem 0xc367f000-0xdae91fff] reserved  
  
[0.00] BIOS-e820: [mem 0xdae92000-0xdaebbfff] ACPI data 

 
[0.00] BIOS-e820: [mem 0xdaebc000-0xdb7f3fff] ACPI NVS  
  
[0.00] BIOS-e820: [mem 0xdb7f4000-0xdbafefff] reserved  
   
[0.00] BIOS-e820: [mem 0xdd00-0xdf7f] reserved  

[0.00] BIOS-e820: [mem 0xf800-0xfbff] reserved  
   
[0.00] BIOS-e820: [mem 0xfec0-0xfec00fff] reserved  
   
[0.00] BIOS-e820: [mem 0xfed0-0xfed03fff] reserved  
   
[0.00] BIOS-e820: [mem 0xfed1c000-0xfed1] reserved  
 
[0.00] BIOS-e820: [mem 0xfee0-0xfee00fff] reserved  
   
[0.00] BIOS-e820: [mem 0xff00-0x] reserved  

[0.00] BIOS-e820: [mem 0x0001-0x00021f7f] usable
   
[0.00] NX (Execute Disable) protection: active
[0.00] SMBIOS 2.8 present.
[0.00] DMI: Dell Inc. XPS 13 9343/0310JH, BIOS A12 05/09/2017
[0.00] e820: update [mem 0x-0x0fff] usable ==> reserved
[0.00] e820: remove [mem 0x000a-0x000f] usable
[0.00] e820: last_pfn = 0x21f800 max_arch_pfn = 0x4
[0.00] MTRR default type: uncachable
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-B uncachable
[0.00]   C-F write-protect
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 00 mask 7E write-back
[0.00]   1 base 02 mask 7FE000 write-back
[0.00]   2 base 00E000 mask 7FE000 uncachable
[0.00]   3 base 00DE00 mask 7FFE00 uncachable
[0.00]   4 base 00DD00 mask 7FFF00 uncachable
[0.00]   5 base 021F80 mask 7FFF80 uncachable
[0.00]   6 disabled
[0.00]   7 disabled
[0.00]   8 disabled
[0.00]   9 disabled
[0.00] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT
[0.00] total RAM covered: 8136M
[0.00] Found optimal setting for mtrr 

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-05-31 Thread pdecat
@Joseph,

I just tried and my Dell XPS 13 9343 does not boot (hangs with a blank
screen right after kernel selection in grub) with generic variants from:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.12-rc3
http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/2017-05-31/ 
http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/2017-05-30/

Same system boots fine with generic variants from:

http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/2017-05-23/
http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/2017-05-27/

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

Title:
  zesty unable to handle kernel NULL pointer dereference

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

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


[Bug 1689951] Re: System locks up unrecoverably after CPU soft lockup

2017-05-19 Thread pdecat
I add similar repeated error messages at the end of logs, but the very
first error was

> kernel: kernel BUG at /build/linux-
lz1RHE/linux-4.10.0/include/linux/swapops.h:129!

cf. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1674838

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

Title:
  System locks up unrecoverably after CPU soft lockup

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

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


[Bug 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2017-05-11 Thread pdecat
Same issue here on zesty, empty /var/spool/postfix/etc/resolv.conf after
reboot.

Applying solution from #24 works it around:

```
# printf "[Unit]\nAfter=network-online.target\n" | sudo SYSTEMD_EDITOR=tee 
systemctl edit postfix@-.service
```

Current working configuration:

```
# systemctl cat postfix@-.service
# /lib/systemd/system/postfix@.service
[Unit]
Description=Postfix Mail Transport Agent (instance %i)
Documentation=man:postfix(1)
PartOf=postfix.service
ReloadPropagatedFrom=postfix.service

[Service]
Type=forking
GuessMainPID=no
ExecStartPre=/usr/lib/postfix/configure-instance.sh %i
ExecStart=/usr/sbin/postmulti -i %i -p start
ExecStop=/usr/sbin/postmulti -i %i -p stop
ExecReload=/usr/sbin/postmulti -i %i -p reload

[Install]
WantedBy=multi-user.target

# /etc/systemd/system/postfix@-.service.d/override.conf
[Unit]
After=network-online.target
```

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

Title:
  Postfix cannot resolve DNS if network was unavailable when it was
  started, such as on a laptop

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

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


[Bug 1503418] Re: [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

2015-10-22 Thread pdecat
Same issue on Wily.

Adding StartupWMClass to .desktop file works around this issue:

$ cat /usr/share/applications/byobu.desktop 



[Desktop Entry]
Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager
Icon=byobu
Exec=env TERM=xterm-256color byobu
Type=Application
Terminal=true
Categories=GNOME;GTK;Utility;
X-GNOME-Gettext-Domain=byobu
StartupWMClass=gnome-terminal-server

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

Title:
  [REGRESSION] launching byobu from unity uses the terminal icon rather
  than the application icon

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

-- 
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 1503418] Re: [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

2015-10-22 Thread pdecat
Same issue on Wily.

Adding StartupWMClass to .desktop file works around this issue:

$ cat /usr/share/applications/byobu.desktop 



[Desktop Entry]
Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager
Icon=byobu
Exec=env TERM=xterm-256color byobu
Type=Application
Terminal=true
Categories=GNOME;GTK;Utility;
X-GNOME-Gettext-Domain=byobu
StartupWMClass=gnome-terminal-server

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

Title:
  [REGRESSION] launching byobu from unity uses the terminal icon rather
  than the application icon

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

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


[Bug 1499747] Re: gedit crashed with SIGABRT in g_assertion_message()

2015-09-29 Thread pdecat
Updating to 2.46.0-1+ppa1 from the PPA also fixed this issue with
eclipse for me.

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

Title:
  gedit crashed with SIGABRT in g_assertion_message()

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

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


[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Still happens with Trusty.
Whitis's workaround works.

Regards,
Patrick.

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

Title:
  preview windows is displayed as garbish

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

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


[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Fixed by xsane-0.999 :
https://code.launchpad.net/~noskcaj/xsane/packaging

** Branch linked: lp:~noskcaj/xsane/packaging

** Branch unlinked: lp:~noskcaj/xsane/packaging

** Branch linked: lp:~noskcaj/xsane/packaging

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

Title:
  preview windows is displayed as garbish

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

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


[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Here is how to test the fix:
# mkdir xsane
# cd xsane
# wget http://www.xsane.org/download/xsane-0.999.tar.gz -O 
xsane_0.999.orig.tar.gz
# bzr branch lp:~noskcaj/xsane/packaging
# cd packaging
# sudo aptitude install libgimp2.0-dev liblcms1-dev libsane-dev
# dpkg-buildpackage
# cd ..
# sudo dpkg -i xsane_0.999-1_amd64.deb xsane-common_0.999-1_all.deb

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

Title:
  preview windows is displayed as garbish

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

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


[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Oops, after additional tests, the bug reappeared :(

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

Title:
  preview windows is displayed as garbish

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

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


[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
# diff xsane-0.998/xsane.CHANGES xsane-0.999/xsane.CHANGES 
3033a3034,3039
 xsane-0.998 - 0.999:
 -
  - better preview window size calculation (thanks to Nils Phillipsen)
  - removed null-pointer bug in xsane_update_param (thanks to Nils Phillipsen)
  - manual page bugix
  - changed email password storage

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

Title:
  preview windows is displayed as garbish

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

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


[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Whitis's workaround still works with xsane 0.999.

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

Title:
  preview windows is displayed as garbish

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

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


[Bug 1013881] Re: Right-Ctrl key broken on French OSS keyboard

2014-04-09 Thread pdecat
Just upgraded to Trusty and found about this not working Right-
Ctrl-gate. What a PITA.

My work-around for now : select Français (variante obsolète)

Regards,
Patrick.

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

Title:
  Right-Ctrl key broken on French OSS keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1013881/+subscriptions

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

[Bug 1215440] Re: Using hostname test-VirtualBox causes Mythbuntu install to fail

2013-09-18 Thread pdecat
The commit that replaces 'test-VirtualBox' with 'OLDHOSTNAME'  creates
duplicated entries in keybindings and settings tables:

patrick@myhostname:~/workspace$ sudo aptitude install mythtv-database
The following NEW packages will be installed:
mythtv-database
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/116 kB of archives. After unpacking 366 kB will be used.
Preconfiguring packages ...

Selecting previously unselected package mythtv-database.
(Reading database ... 315279 files and directories currently installed.)
Unpacking mythtv-database (from 
.../mythtv-database_2%3a0.27.0+fixes.20130918.033883b-0ubuntu0mythbuntu3_all.deb)
 ...
Setting up mythtv-database (2:0.27.0+fixes.20130918.033883b-0ubuntu0mythbuntu3) 
...
ERROR 1062 (23000) at line 1148: Duplicate entry 'TV 
Frontend-CYCLEAUDIOCHAN-myhostname' for key 'PRIMARY'
dpkg: error processing mythtv-database (--configure):
subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
Errors were encountered while processing:
mythtv-database
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up mythtv-database (2:0.27.0+fixes.20130918.033883b-0ubuntu0mythbuntu3) 
...
ERROR 1062 (23000) at line 1148: Duplicate entry 'TV 
Frontend-CYCLEAUDIOCHAN-myhostname' for key 'PRIMARY'
dpkg: error processing mythtv-database (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
mythtv-database

This affected me and another user:
http://ubuntuforums.org/showthread.php?t=2174537p=12789159

Here is a pull request that fixes them back:
https://github.com/MythTV/packaging/pull/34

Regards,
Patrick.

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

Title:
  Using hostname test-VirtualBox causes Mythbuntu install to fail

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

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


[Bug 586910]

2013-06-15 Thread Pdecat+eclipse
Same issue with eclipse 4.3RC4 (Build id: I20130605-2000).

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

Title:
  Java editor view has no focus after double-clicking a java file

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse-eclipsers/+bug/586910/+subscriptions

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


[Bug 586910]

2013-06-08 Thread Pdecat+eclipse
The same issue still occurs on Ubuntu 13.04 using Default, Classic and
GTK themes with eclipse kepler.

Tested builds:
* 4.3RC2a (Build id: I20130526-2000)
* 4.3RC3 (Build id: I20130530-1430)

Does not happen on Windows XP SP3.

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

Title:
  Java editor view has no focus after double-clicking a java file

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse-eclipsers/+bug/586910/+subscriptions

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


[Bug 1047766] Re: Mozilla warns browser-plugin-vlc is out-of-date

2013-01-12 Thread pdecat
Same issue here. Removing the pluginreg.dat fixes it.

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

Title:
  Mozilla warns browser-plugin-vlc is out-of-date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/npapi-vlc/+bug/1047766/+subscriptions

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
With Lucid (ubuntu-10.04.4-desktop-amd64.iso) and Maverick 
(ubuntu-10.10-desktop-amd64.iso), the adapter is not recognized.
Only message is usb 1-1: new high speed USB device using ehci_hcd and address 
2.

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Same with Natty (ubuntu-11.04-desktop-amd64.iso), device not recognized.

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Here you are.

** Attachment added: lsusb-v-lp1075967.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1075967/+attachment/3427525/+files/lsusb-v-lp1075967.txt

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
FWIW, with the Ubuntu Desktop 12.04 64bit Live DVD (ubuntu-12.04-dvd-amd64.iso),
it connects only once but subsequent tries fail. I have to unplug then replug 
the adapter to make it work again.

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Tried :
* RTL819xCU_USB_linux_v3.4.2_3727.20120404.zip
* RTL819xCU_USB_linux_v3.4.3_4369.20120622.zip
* RTL819xC_USB_linux_v3.4.4_4749.20120806.zip

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Yes, I tried this one (it is the same download for RTL8188CUS and
RTL8192CU).

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Exact same behaviour with Ubuntu Desktop 11.10 64bit Live DVD 
(ubuntu-11.10-dvd-amd64.iso) :
* first connection works
* subsequent tries fail
* unplug/replug to repeat.

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] [NEW] 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-07 Thread pdecat
Public bug reported:

On all of my Ubuntu Desktop 12.10 amd64 systems, the network manager
will show the wireless card and networks, but will ask for the network
password again after trying to connect.

In the attached logs from an pure Ubuntu Desktop 12.10 amd64 system (Live ISO 
booted from USB stick),
we can see that it worked once :

[  123.224546] wlan0: associated

Internet access worked, but after disconnecting manually :

[  129.742078] wlan0: deauthenticating from 00:17:33:b4:e4:44 by local
choice (reason=3)

subsequent tentatives will fail with :

[  143.300130] wlan0: deauthenticated from 00:17:33:b4:e4:44 (Reason:
15)

WORKAROUND:
None at the moment.
Tried installing Realtek drivers (versions 3.4.2, 3.4.3 and 3.4.4) as suggested 
in #1030858, the 8192cu driver loads but it fails to activate the device (LED 
does not light).

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-17-generic 3.5.0-17.28
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 3510 F pulseaudio
 /dev/snd/controlC2:  ubuntu 3510 F pulseaudio
 /dev/snd/controlC0:  ubuntu 3510 F pulseaudio
CasperVersion: 1.328
Date: Wed Nov  7 13:43:38 2012
LiveMediaBuild: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Hewlett-Packard HP Compaq 8200 Elite CMT PC
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 0 radeondrmfb
 1 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi.signed 
file=/cdrom/preseed/username.seed boot=casper quiet splash --
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-17-generic N/A
 linux-backports-modules-3.5.0-17-generic  N/A
 linux-firmware1.95
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/20/2012
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: J01 v02.21
dmi.board.name: 1494
dmi.board.vendor: Hewlett-Packard
dmi.chassis.type: 6
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrJ01v02.21:bd06/20/2012:svnHewlett-Packard:pnHPCompaq8200EliteCMTPC:pvr:rvnHewlett-Packard:rn1494:rvr:cvnHewlett-Packard:ct6:cvr:
dmi.product.name: HP Compaq 8200 Elite CMT PC
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1030858] Re: 0bda:8176 RTL8188CUS does not connect to wireless networks

2012-11-07 Thread pdecat
Issue #1075967 created.

Regards,
Patrick.

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

Title:
  0bda:8176 RTL8188CUS does not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-07 Thread pdecat
Attached is the syslog from one of my main Ubuntu Desktop 12.10 amd64
with NetworkManager in debug level.

** Attachment added: syslog-lp1075967.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1075967/+attachment/3426653/+files/syslog-lp1075967.txt

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-07 Thread pdecat
I have reproduced this issue running Ubuntu Desktop 12.10 amd64 in
Virtualbox: that will make testing easier if needed.

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-07 Thread pdecat
Same issue with kernel 3.7-rc4-raring (syslog attached).

** Attachment added: syslog-lp1075967-kernel-3.7-rc4-raring.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1075967/+attachment/3426786/+files/syslog-lp1075967-kernel-3.7-rc4-raring.txt

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

Title:
  0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does
  not connect to wireless networks

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

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


[Bug 1030858] Re: 0bda:8176 RTL8188CUS does not connect to wireless networks

2012-11-06 Thread pdecat
Same issue with Netgear WNA1000M :
Bus 002 Device 006: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek 
RTL8188CUS]

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

Title:
  0bda:8176 RTL8188CUS does not connect to wireless networks

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

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


[Bug 1037942] Re: update notifier says update failed to install even after its installed

2012-08-24 Thread pdecat
*** This bug is a duplicate of bug 982684 ***
https://bugs.launchpad.net/bugs/982684

I believe I had the same issue.

See #982684 for the fix.

** This bug has been marked a duplicate of bug 982684
   sudo, pkexec don't apply global environment settings from /etc/environment

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

Title:
  update notifier says update failed to install even after its installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1037942/+subscriptions

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


[Bug 982684] Re: sudo, pkexec don't apply global environment settings from /etc/environment

2012-08-24 Thread pdecat
This bug was causing the following error with flashplugin-installer:

$ sudo apt-get --reinstall install flashplugin-installer
[sudo] password for pdecat:
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 5 non mis 
à jour.
Il est nécessaire de prendre 0 o/8 076 o dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Préconfiguration des paquets...
(Lecture de la base de données... 266104 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de flashplugin-installer 
11.2.202.238ubuntu0.12.04.1 (en utilisant 
.../flashplugin-installer_11.2.202.238ubuntu0.12.04.1_amd64.deb) ...
Dépaquetage de la mise à jour de flashplugin-installer ...
Traitement des actions différées (« triggers ») pour « update-notifier-common 
»...
flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.238.orig.tar.gz
Traceback (most recent call last):
  File /usr/lib/update-notifier/package-data-downloader, line 234, in 
process_download_requests
dest_file = urllib.urlretrieve(files[i])[0]
  File /usr/lib/python2.7/urllib.py, line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
  File /usr/lib/python2.7/urllib.py, line 239, in retrieve
fp = self.open(url, data)
  File /usr/lib/python2.7/urllib.py, line 207, in open
return getattr(self, name)(url)
  File /usr/lib/python2.7/urllib.py, line 344, in open_http
h.endheaders(data)
  File /usr/lib/python2.7/httplib.py, line 954, in endheaders
self._send_output(message_body)
  File /usr/lib/python2.7/httplib.py, line 814, in _send_output
self.send(msg)
  File /usr/lib/python2.7/httplib.py, line 776, in send
self.connect()
  File /usr/lib/python2.7/httplib.py, line 757, in connect
self.timeout, self.source_address)
  File /usr/lib/python2.7/socket.py, line 571, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out
Paramétrage de flashplugin-installer (11.2.202.238ubuntu0.12.04.1) ...

Fixed by forcing sudo-1.8.3p1-1ubuntu3.3 installation from precise-
updates as precise-security has higher priority:

$ apt-cache policy sudo-1.8.3p1-1ubuntu3.3
sudo:
  Installé : 1.8.3p1-1ubuntu3.2
  Candidat : 1.8.3p1-1ubuntu3.2
 Table de version :
 1.8.3p1-1ubuntu3.3 0
900 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
 *** 1.8.3p1-1ubuntu3.2 0
990 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
100 /var/lib/dpkg/status
 1.8.3p1-1ubuntu3 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

$ sudo aptitude install sudo/precise-updates

$ apt-cache policy sudo 
sudo:
  Installé : 1.8.3p1-1ubuntu3.3
  Candidat : 1.8.3p1-1ubuntu3.3
 Table de version :
 *** 1.8.3p1-1ubuntu3.3 0
900 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.8.3p1-1ubuntu3.2 0
990 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
 1.8.3p1-1ubuntu3 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

$ sudo apt-get --reinstall install flashplugin-installer
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 5 non mis 
à jour.
Il est nécessaire de prendre 0 o/8 076 o dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Préconfiguration des paquets...
(Lecture de la base de données... 266104 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de flashplugin-installer 
11.2.202.238ubuntu0.12.04.1 (en utilisant 
.../flashplugin-installer_11.2.202.238ubuntu0.12.04.1_amd64.deb) ...
Dépaquetage de la mise à jour de flashplugin-installer ...
Traitement des actions différées (« triggers ») pour 
« update-notifier-common »...
flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.238.orig.tar.gz
Installing from local file /tmp/tmpwIYlxU.gz
Flash Plugin installed.
Paramétrage de flashplugin-installer (11.2.202.238ubuntu0.12.04.1) ...

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

Title:
  sudo, pkexec don't apply global environment settings from
  /etc/environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/982684/+subscriptions

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

[Bug 983559] Re: package-data-downloader utility does not honor apt http proxy settings

2012-05-30 Thread pdecat
@ginggs I just reapplied the settings system wide using the graphical
user interface and it fixed it, thanks.

The reason I edited /etc/environment by hand and did not use the GUI in
the first place is that it does not allow to declare exceptions (the
'no_proxy' variable).

Here are the logs (Note the now duplicated entries in /etc/environment)
:

$ cat /etc/environment 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
https_proxy = http://webcache.name.fr:3128/
http_proxy = http://webcache.name.fr:3128/
ftp_proxy = http://webcache.name.fr:3128/
no_proxy='localhost,127.0.0.0/8,*.groupe.name.fr'


http_proxy=http://webcache.name.fr:3128/;
https_proxy=https://webcache.name.fr:3128/;
ftp_proxy=ftp://webcache.name.fr:3128/;

$ sudo -i set|grep proxy
ftp_proxy=ftp://webcache.name.fr:3128/
http_proxy=http://webcache.name.fr:3128/
https_proxy=https://webcache.name.fr:3128/
no_proxy='localhost,127.0.0.0/8,*.groupe.name.fr'

$ sudo -i /usr/lib/update-notifier/package-data-downloader
flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.235.orig.tar.gz
Installing from local file /tmp/tmpVDNyU4.gz
Flash Plugin installed.

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

Title:
  package-data-downloader utility does not honor apt http proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/983559/+subscriptions

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


[Bug 983559] Re: package-data-downloader utility does not honor apt http proxy settings

2012-05-29 Thread pdecat
Hi,

I am using an HTTP proxy and am also affected:

$ sudo -i /usr/lib/update-notifier/package-data-downloader
flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.235.orig.tar.gz
Traceback (most recent call last):
  File /usr/lib/update-notifier/package-data-downloader, line 234, in 
process_download_requests
dest_file = urllib.urlretrieve(files[i])[0]
  File /usr/lib/python2.7/urllib.py, line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
  File /usr/lib/python2.7/urllib.py, line 239, in retrieve
fp = self.open(url, data)
  File /usr/lib/python2.7/urllib.py, line 207, in open
return getattr(self, name)(url)
  File /usr/lib/python2.7/urllib.py, line 344, in open_http
h.endheaders(data)
  File /usr/lib/python2.7/httplib.py, line 954, in endheaders
self._send_output(message_body)
  File /usr/lib/python2.7/httplib.py, line 814, in _send_output
self.send(msg)
  File /usr/lib/python2.7/httplib.py, line 776, in send
self.connect()
  File /usr/lib/python2.7/httplib.py, line 757, in connect
self.timeout, self.source_address)
  File /usr/lib/python2.7/socket.py, line 571, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out

$ grep proxy /etc/environment 
https_proxy = http://webcache.name.fr:3128/
http_proxy = http://webcache.name.fr:3128/
ftp_proxy = http://webcache.name.fr:3128/
no_proxy='localhost,127.0.0.0/8,*.groupe.name.fr'

$ sudo -i set|grep proxy
no_proxy='localhost,127.0.0.0/8,*.groupe.name.fr'

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

Title:
  package-data-downloader utility does not honor apt http proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/983559/+subscriptions

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


[Bug 191355] Re: cron complains /etc/cron.daily/find exited with return code 127

2012-02-29 Thread pdecat
*** This bug is a duplicate of bug 210699 ***
https://bugs.launchpad.net/bugs/210699

I also have this failing cron job :

$ dpkg -S /etc/cron.daily/find
findutils: /etc/cron.daily/find


$ dpkg -s findutils
Package: findutils
Essential: yes
Status: install ok installed
Multi-Arch: foreign
Priority: required
Section: utils
Installed-Size: 648
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Version: 4.4.2-1ubuntu3
Pre-Depends: libc6 (= 2.7)
Suggests: mlocate | locate | slocate
Conffiles:
 /etc/cron.daily/find 56d5ad07a14419d1fae3d2620f2d9ff9 obsolete
Description: utilities for finding files--find, xargs
 GNU findutils provides utilities to find files meeting specified
 criteria and perform various actions on the files which are found.
 This package contains 'find' and 'xargs'; however, 'locate' has
 been split off into a separate package.
Homepage: http://savannah.gnu.org/projects/findutils/
Original-Maintainer: Andreas Metzler ametz...@debian.org

$ apt-cache policy findutils
findutils:
  Installé : 4.4.2-1ubuntu3
  Candidat : 4.4.2-1ubuntu3
 Table de version :
 *** 4.4.2-1ubuntu3 0
500 http://archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
100 /var/lib/dpkg/status

In my case, it exits with exit status 1:

$ sudo sh -x /etc/cron.daily/find
+ LOCALUSER=nobody
+ export LOCALUSER
+ [ -f /etc/updatedb.conf ]
+ . /etc/updatedb.conf
+ PRUNE_BIND_MOUNTS=yes
+ PRUNEPATHS=/tmp /var/spool /media /home/.ecryptfs
+ PRUNEFS=NFS nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 
ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre_lite tmpfs usbfs udf 
fuse.glusterfs fuse.sshfs curlftpfs ecryptfs fusesmb devtmpfs
+ getent passwd nobody
+ cd /
+ nice -n 10 ionice -c 2 -p 7 updatedb
patrick@glaciere:/etc/cron.daily$ echo $?
1

Fixing this script as suggested by Smylers solves the problem:

$ sudo sh -x /etc/cron.daily/find
+ LOCALUSER=nobody
+ export LOCALUSER
+ [ -f /etc/updatedb.conf ]
+ . /etc/updatedb.conf
+ PRUNE_BIND_MOUNTS=yes
+ PRUNEPATHS=/tmp /var/spool /media /home/.ecryptfs
+ PRUNEFS=NFS nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 
ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre_lite tmpfs usbfs udf 
fuse.glusterfs fuse.sshfs curlftpfs ecryptfs fusesmb devtmpfs
+ getent passwd nobody
+ cd /
+ nice -n 10 ionice -c 2 -n 7 updatedb
patrick@glaciere:/etc/cron.daily$ echo $?
0

Regards,
Patrick.

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

Title:
  cron complains /etc/cron.daily/find exited with return code 127

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

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