[Bug 286702] Re: firefox continually nags to be restarted

2008-11-09 Thread Attila Lendvai
i also have this after upgrading from 8.04 to 8.10.

i can't provide a list of the addons installed, because ff uses a modal
dialog for the addons... bleh! but i have about 10-15 addons, including
firebug, session manager, stack style tabs navigation, etc. i did not
install any new addons when it broke.

-- 
firefox continually nags to be restarted
https://bugs.launchpad.net/bugs/286702
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 579715] Re: [LUCID] network-manager fails wireless connection with WPA/WPA2 encryption

2010-05-21 Thread Attila Lendvai
about once a day i get disconnected from a WPA wireless. then the gui
comes up asking for the password but fails to connect.

my workaround is to reload the wireless driver:

sudo modprobe -r iwlagn
sudo modprobe iwlagn

-- 
[LUCID] network-manager fails wireless connection with WPA/WPA2 encryption
https://bugs.launchpad.net/bugs/579715
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 536950] Re: Please bring back spidermonkey-bin package again

2010-06-07 Thread Attila Lendvai
i used it in the unit tests of my lisp->js compiler until i upgraded to
lucid.

there's rhino, but it starts a whole lot slower and the command line
interface is incompatible.

-- 
Please bring back spidermonkey-bin package again
https://bugs.launchpad.net/bugs/536950
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 589722] Re: when paused it should not inhibit the screensaver

2018-01-05 Thread Attila Lendvai
yes, it's not a bug, but a serious security issue.

thanks for fixing it finally!

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

Title:
  when paused it should not inhibit the screensaver

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

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

[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

2012-04-09 Thread Attila Lendvai
on my HP ProBook 5310m this one helps:

#!/bin/sh
#
# https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/77370

case "$1" in
 hibernate|suspend)
  # Stopping is not required.
  ;;
 thaw|resume)
# In background.
file="/sys/bus/acpi/drivers/fan/PNP0C0B\:00/thermal_cooling/cur_state"
   ( sleep 5 ; echo 1 >file ; echo 0 >file ) &

  ;;
 *) exit $NA
  ;;
esac

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

Title:
  Laptop Fan always on after resume from suspend to RAM

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

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


[Bug 1251637] Re: Problems pairing Apple's Magic trackpad in 13.10

2015-05-14 Thread Attila Lendvai
this is on debian jessie: i've managed to pair it using blueman, or at
least it looked like that, but it did not move my pointer... :/

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

Title:
  Problems pairing Apple's Magic trackpad in 13.10

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

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


[Bug 379166] Re: ping: sendmsg: No buffer space available wireless Jaunty Mini 9

2013-10-25 Thread Attila Lendvai
in my case it's most probably a router issue. it's a crappy one:

gpon ECI B-FOCuS O-4G2Pw

sometimes while wireless seems to be connected fine, and even some
torrents streaming properly, yet the router doesn't answer to ping, nor
does DNS work.

breaking and reconnecting the wireless connection fixes it for a while,
but if torrents are running, then it happens soon after.

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

Title:
  ping: sendmsg: No buffer space available wireless  Jaunty Mini 9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.28/+bug/379166/+subscriptions

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


[Bug 1223622] Re: add support for crypttab mounting of luks devices with detached headers

2015-12-15 Thread Attila Lendvai
security risk? that doesn't make much sense... in normal installs both
/boot and the luks headers are lying there on the disks unencrypted. i
don't see how packing the luks headers into the initramfs (/boot) could
make that any worse?

i'm not a linux guru by any means, but AFAIU:

  - grub loads the kernel and the initramfs (from /boot, but not as a
normal mount, but as some lower level infrastructure)

  - jumps to the kernel entry point address, passing it the initramfs
as a memory address. at this point nothing is mounted.

  - boot scripts in initramfs start to get executed and reach the
point of mounting rootfs. at this point /boot is probably not
mounted yet, but i don't see any obvious obstacles why it couldn't
be mounted before the rootfs, except that i have no clue about how
linux mount work. rootfs gets mounted as / after all, maybe that's
a headache if there's stuff like /boot already mounted.

thanks for looking into this! plausible deniability is becoming more
and more important now that poeple go to jail even in the the western
"free" democracies for as little as not giving out passwords...

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

Title:
  add support for crypttab mounting of luks devices with detached
  headers

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

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


[Bug 1223622] Re: add support for crypttab mounting of luks devices with detached headers

2015-02-20 Thread Attila Lendvai
it would be nice if someone could comment the debian bug URL's here, or
anything like that, so that distant wanderers like me can have an idea
how much work it is today to set up on debian jessie.

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

Title:
  add support for crypttab mounting of luks devices with detached
  headers

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

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


[Bug 907834] Re: Save Path does not update when files are present

2014-05-03 Thread Attila Lendvai
i have the same problem with v2.9.8 on debian.

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

Title:
  Save Path does not update when files are present

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

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


[Bug 907834] Re: Save Path does not update when files are present

2014-05-03 Thread Attila Lendvai
FTR, the upstream issue:

https://github.com/qbittorrent/qBittorrent/issues/117

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

Title:
  Save Path does not update when files are present

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

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


[Bug 1293528] Re: Kernel panics shortly after loading hid_magicmouse

2014-03-25 Thread Attila Lendvai
*** This bug is a duplicate of bug 1252874 ***
https://bugs.launchpad.net/bugs/1252874

** This bug has been marked a duplicate of bug 1252874
   Kernel panic shortly after pairing Apple Magic Touchpad

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

Title:
  Kernel panics shortly after loading hid_magicmouse

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

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


[Bug 1252874] Re: Kernel panic shortly after pairing Apple Magic Touchpad

2014-03-25 Thread Attila Lendvai
i'm still seeing this with 3.13.5-1~bpo70+1.

i stopped using that touchpad around 3.10 or so because of the
appearance of this bug, and tried just now again, but it's still panic-
ing.

unfortunately nothing seems to reach the disk for me, or at least i
can't find anything related in /var/log/syslog.

** Tags added: kernel-fixed-upstream needs-bisect

** Description changed:

+ NOTE: there's important discussion in the duplicate of this bug, make
+ sure you read that, too.
+ 
  My kernel reliably panics shortly after - maybe 10 seconds or so? -
  pairing an Apple Magic Touchpad.
  
  Other bluetooth devices don't cause the same problem - I've tried a pair
  of bluetooth headphones, a bluetooth speaker, a bluetooth printer, and a
  Nexus 4; all of these work as expected. This would seem to suggest a
  problem in hid_magicmouse?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.12.0-2-generic 3.12.0-2.7
  ProcVersionSignature: Ubuntu 3.12.0-2.7-generic 3.12.0
  Uname: Linux 3.12.0-2-generic x86_64
  ApportVersion: 2.12.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  chris  2576 F pulseaudio
-  /dev/snd/controlC0:  chris  2576 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  chris  2576 F pulseaudio
+  /dev/snd/controlC0:  chris  2576 F pulseaudio
  Date: Wed Nov 20 08:26:11 2013
  InstallationDate: Installed on 2013-08-06 (105 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: System76, Inc. Galago UltraPro
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.12.0-2-generic.efi.signed 
root=UUID=92c2fa03-f29c-4bcc-87ab-f0fe28c134f2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.12.0-2-generic N/A
-  linux-backports-modules-3.12.0-2-generic  N/A
-  linux-firmware1.117
+  linux-restricted-modules-3.12.0-2-generic N/A
+  linux-backports-modules-3.12.0-2-generic  N/A
+  linux-firmware1.117
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2013-08-06 (105 days ago)
  dmi.bios.date: 07/09/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Galago UltraPro
  dmi.board.vendor: System76, Inc.
  dmi.board.version: galu1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: System76, Inc,
  dmi.chassis.version: galu1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd07/09/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnSystem76,Inc.:rnGalagoUltraPro:rvrgalu1:cvnSystem76,Inc,:ct9:cvrgalu1:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.

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

Title:
  Kernel panic shortly after pairing Apple Magic Touchpad

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

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

[Bug 908335] Re: Kernel Hard Freezing Very Often

2013-10-16 Thread Attila Lendvai
whatever was the cause of my freezes, they are gone since i upgraded my
kernel. currently i use this version:

Linux xxx 3.10-0.bpo.3-amd64 #1 SMP Debian 3.10.11-1~bpo70+1
(2013-09-24) x86_64 GNU/Linux

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

Title:
  Kernel Hard Freezing Very Often

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

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


[Bug 484102] Re: Grub2 doesn't chainload truecrypt loader correctly

2013-01-14 Thread Attila Lendvai
FYI, grub2tc has been fixed to work with newer ruby versions, but when i
try to boot the generated multiboot kernel  i get this error:

"No physical memory is available at the location required for the
windows boot manager. The system cannot continue."

the iso booting method in my previous comment works fine though. you can
use 'sudo blkid' to find the UUID of your root partition.

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

Title:
  Grub2 doesn't chainload truecrypt loader correctly

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

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


[Bug 1004313] Re: watchdog detected hard lockup on cpu 1

2012-08-13 Thread Attila Lendvai
i think it's a me, too.

it happens about every 5th time when my laptop tries to wake up from
sleep. it got introduced somewhat recently, because i keep my debian
testing more or less up to date, and it started to happen about a month
ago.

on debian testing, on a Dell Latitude E6320:
Linux xxx 3.2.0-3-amd64 #1 SMP Thu Jun 28 09:07:26 UTC 2012 x86_64 GNU/Linux

below are some pieces of backtraces that i copied by hand. unfortunately
the screen gets updated every few seconds with different backtraces (of
different CPU's?), so i could only copy portions of the backtraces. a
newline below means its from a different backtrace.

"watchdog detected hard lockup"
warn_slowpath_fmt

power_supply_am_i_supplied

native_flush_tlb_others
...
eventfd_ctx_read
try_to_wake_up

wq_worker_sleeping

acpi_ns_evaluate

arch_read_lock
led_trigger_event

menu_select
cpuidle_idle_call


CPU0: Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz stepping 07
Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
PEBS disabled due to CPU errata.
... version:3
... bit width:  48
... generic registers:  4
... value mask: 
... max period: 7fff
... fixed-purpose events:   3
... event mask: 0007000f
NMI watchdog enabled, takes one hw-pmu counter.
Booting Node   0, Processors  #1
NMI watchdog enabled, takes one hw-pmu counter.
 #2
NMI watchdog enabled, takes one hw-pmu counter.
 #3
NMI watchdog enabled, takes one hw-pmu counter.
Brought up 4 CPUs
Total of 4 processors activated (21550.18 BogoMIPS).


** Description changed:

- Hello,
- 
- Last updates caused a problem, when I restart computer, İt is freezing.
- I saw that message at that moment "watchdog detected hard lockup on cpu
- 1"
+ On the latest kernel (3.1 and up?) waking up from sleep may fail with
+ the message: "watchdog detected hard lockup on cpu 1"
  
  Ubuntu 12.04 x64

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

Title:
  watchdog detected hard lockup on cpu 1

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

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

[Bug 484102] Re: Grub2 doesn't chainload truecrypt loader correctly

2012-07-16 Thread Attila Lendvai
for the record, there's a project called grub2tc that :

"grub2tc converts the TrueCrypt boot loader into a multiboot kernel that
can be loaded from grub2."

instructions: http://gitorious.org/grub2tc/grub2tc/blobs/master/README

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

Title:
  Grub2 doesn't chainload truecrypt loader correctly

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

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


[Bug 484102] Re: Grub2 doesn't chainload truecrypt loader correctly

2012-07-16 Thread Attila Lendvai
so, to sum it up:

1) when installing grub2 it needs/overwrites more then just the first
sector (first 512 bytes, aka the MBR)

2) TC uses the first 64 sectors (its MBR, then some code to decrypt the
system, and some encryption keys)

3) when chainloading a backed up TC MBR from a file using grub2, then it
tries to read sectors 2-64 from the physical driver, which has been
overwritten by grub2


workarounds:

11) install grub2 into a partition (which is not recommended and warns
at install), instead of the MBR, and press ESC at the TC screen to boot
linux

12) boot the TC rescue iso image (IIUC, no one reported this to work)

13) use grub2tc to generate a kernel from the TC rescue iso image (no
reports here that it works, but most probably it does)


possible solutions (? this is just wild speculation):

21) smarten up grub2 chainload, and chainload TC so that the MBR is
ignored and the decryption code, that normally gets loaded/started by
the TC MBR, gets loaded/started by grub2 chainload

22) change grub2 to work from a single MBR sector (as grub1 used to?)

23) add feature to grub2 to hijack the bios routines reading from the
disk in case of a chainloading a file, and read data from the file
instead of the physical disk

24) write/compile a special version of the TC boot loader that assumes
that all the required data is in the memory already.

i think 21) would be the best solution, but again, this is wild
speculation, i lack the required background in grub2/booting/etc.

please, do correct me if my understanding of the issue is wrong!

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

Title:
  Grub2 doesn't chainload truecrypt loader correctly

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

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


[Bug 484102] Re: Grub2 doesn't chainload truecrypt loader correctly

2012-07-17 Thread Attila Lendvai
...but installing grub2 to a partition "is a BAD idea" according to its
own warning message when installing.

what's the deal with that warning message then?

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

Title:
  Grub2 doesn't chainload truecrypt loader correctly

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

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


[Bug 783729] Re: Pidgin crashes on incoming message under certain circumstances when plugin enabled

2011-12-13 Thread Attila Lendvai
i don't get that grey window, but i do get the X server crash after a
bit of blinking and refreshing of the entire screen.

i'm on debian-testing.

disabling the pidgin libnotify plugin gets rid of the problem.

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

Title:
  Pidgin crashes on incoming message under certain circumstances when
  plugin enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin-libnotify/+bug/783729/+subscriptions

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


[Bug 872129] Re: locking and unlocking commands are not executed in oneiric

2013-05-14 Thread Attila Lendvai
it also doesn't seem to execute the commands for me on debian testing.

it's BlueProximity 1.2.5.

the locking command exists and works from the shell. the proximity
details page seems to read my bt device as expected, the icon switches
to red key when it (tries to) lock, but the command doesn't seem to get
executed, even when i define it with full path:

/usr/bin/gnome-screensaver-command -l

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

Title:
  locking and unlocking commands are not executed in oneiric

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

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


[Bug 872129] Re: locking and unlocking commands are not executed in oneiric

2013-05-14 Thread Attila Lendvai
hrm, i think it has something to do with my unlocking settings.

i don't want unlocking, only locking, so i turned the unlock sliders to
extremes, and i think that interfered with functioning of the program.

now, it locked my desktop more or less as expected.

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

Title:
  locking and unlocking commands are not executed in oneiric

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

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


[Bug 484102] Re: Grub2 doesn't chainload truecrypt loader correctly

2012-12-02 Thread Attila Lendvai
for people stumbling on this bug report:

just now the git checkout of grub2tc failed for me with an error
(extract.rb:78:in `pack': can't convert String into Integer (TypeError))

but this entry seems to work:

menuentry "windoze" {
insmod part_msdos
insmod fat
insmod ext2
insmod search_fs_uuid
search --fs-uuid --no-floppy --set=root 01e[...]
linux16 ($root)/boot/memdisk iso raw
initrd16 ($root)/boot/truecrypt-rescue-disk.iso
}

requires:

sudo apt-get install syslinux
cp /usr/lib/syslinux/memdisk /boot/

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

Title:
  Grub2 doesn't chainload truecrypt loader correctly

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

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


[Bug 1192259] Re: wireless access point won't connect- changed bandwidth in a way we can't support - disconnect

2013-07-06 Thread Attila Lendvai
the kernel bug for this:

https://bugzilla.kernel.org/show_bug.cgi?id=58561


** Bug watch added: Linux Kernel Bug Tracker #58561
   http://bugzilla.kernel.org/show_bug.cgi?id=58561

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

Title:
  wireless access point won't connect- changed bandwidth in a way we
  can't support - disconnect

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

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


[Bug 1192259] Re: wireless access point won't connect- changed bandwidth in a way we can't support - disconnect

2013-07-06 Thread Attila Lendvai
a me too on 3.9-1, the router is a WR1043ND in Kyrgyzstan if the
regulatory domain matters...

might be some interference with the router state, because it used to
work a day before. it's a hostel with many connections.

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

Title:
  wireless access point won't connect- changed bandwidth in a way we
  can't support - disconnect

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

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


[Bug 872129] Re: locking and unlocking commands are not executed in oneiric

2013-05-15 Thread Attila Lendvai
ok, i have no idea how it works. it's either bogus, or my mental
capacities are not enough to understand its logic.

the red/green key in the icon seems to switch as expected, though.

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

Title:
  locking and unlocking commands are not executed in oneiric

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

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


[Bug 872129] Re: locking and unlocking commands are not executed in oneiric

2013-05-17 Thread Attila Lendvai
FYI, a non-obvious behavior: when the preferences window is open, then
it gets into 'Simulation Mode' (visible only in the tooltip of the
indicator icon), which means that locking is disabled.

this was very much not obvious for me. i was walking away with my phone
and staring at the screen from a distance, waiting when it will lock...

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

Title:
  locking and unlocking commands are not executed in oneiric

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

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


[Bug 871580] Re: 14e4:4727 wifi lock-up with brcmsmac and broadcom bcm4313

2013-05-22 Thread Attila Lendvai
are you sure it's broadcom specific?

i'm experiencing pretty much the same behavior with iwlwifi on
3.2.0-4-amd64.

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

Title:
  14e4:4727 wifi lock-up with brcmsmac and broadcom bcm4313

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

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


[Bug 908335] Re: Kernel Hard Freezing Very Often

2013-06-20 Thread Attila Lendvai
i think it's a me, too.

DMI: Dell Inc. Latitude E6320/087HK7, BIOS A04 05/11/2011

Debian testing
Linux xxx 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux

i think it's not related to the docking station, happened twice today
without it.

i started to have recently these hard lockups. although, in very rare
cases i have the mouse moving?! but even then nothing else works,
including ctrl+alt+f1 to switch to text consoles. this mouse thing might
be unrelated, maybe just a different gnome lockup issue...

happens about once a day.

cron.hourly seems to be related, but /etc/cron.hourly/ is empty for me.

happened twice today, here are the relevant syslog parts:

Jun 20 16:17:01 lelap /USR/SBIN/CRON[15695]: (root) CMD (   cd / && run-parts 
--report /etc/cron.hourly)
Jun 20 16:22:59 lelap kernel: imklog 5.8.11, log source = /proc/kmsg started.

Jun 20 17:17:01 lelap /USR/SBIN/CRON[6956]: (root) CMD (   cd / && run-parts 
--report /etc/cron.hourly)
Jun 20 17:22:09 lelap kernel: imklog 5.8.11, log source = /proc/kmsg started.

i'm not positively sure it's the cron, but that's the last entry in my
syslog after reboot.

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

Title:
  Kernel Hard Freezing Very Often

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

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


[Bug 623708] Re: duplicate files/directories when mounted

2011-09-08 Thread Attila Lendvai
i've also just experienced it with ubuntu 11.04

my usecase: i've set up separate users for skype and chrome, and use two
such scripts to start them:

#!/bin/bash

xhost +local:
gksu --su-mode --login --user chrome "export SDL_AUDIODRIVER=alsa; 
google-chrome"

i assume it's reproducible, because both 'skype' and 'chrome' users have
duplicate filenames, and here's an excerpt from the ls -l:

# ll /home/.ecryptfs/chrome/.Private/
[...]
-rw---  1 chrome chrome 12288 2011-09-08 20:47 
ECRYPTFS_FNEK_ENCRYPTED.FXbTsLaTpT.vrESWNmnq7nO2qAl3QvNgaCzOfcgaNrfvuZAFqgbyt9TOW6FxK3GtWwQL01lCyOyY7V2-
-rw---  1 chrome chrome 12288 2011-09-08 22:47 
ECRYPTFS_FNEK_ENCRYPTED.FXbTsLaTpT.vrESWNmnq7nO2qAl3QvNgaCzOr-KAoNABxcFpoqEAOROpm3ucwy8d04B.NOSPhJt-2GY-
-rw-r--r--  1 chrome chrome 12288 2011-09-08 14:01 
ECRYPTFS_FNEK_ENCRYPTED.FXbTsLaTpT.vrESWNmnq7nO2qAl3QvNgaCzOr-KAoNABxcFpoqEAOROpm9g1LBboIxh9i6c9kXOSk16-
-rw---  1 chrome chrome 12288 2011-09-08 20:44 .esd_auth
drwx--  5 chrome chrome  4096 2011-09-08 20:44 .gnome2/
-rw-r--r--  1 chrome chrome 12288 2011-09-08 22:46 .gtk-bookmarks
drwx--  2 chrome chrome  4096 2011-09-08 20:44 .gvfs/
[...]

as far as i understand i shouldn't see unencrypted stuff there, right?

** Changed in: ecryptfs
   Status: Incomplete => New

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

Title:
  duplicate files/directories when mounted

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

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


[Bug 623708] Re: duplicate files/directories when mounted

2011-09-08 Thread Attila Lendvai
i was sloppy, sorry. my skype user was misbehaving, but i don't see the
corruption there, so it might have been something else.

but look at this, it's in the broken one (chrome):

chrome@ed101:~$ rm -rf .config/
chrome@ed101:~$ ll -d .config
drwx-- 7 chrome chrome 4096 2011-09-08 20:45 .config/
chrome@ed101:~$ 

doesn't matter how many times i try to delete that dir, it remains and
no error is printed.

another inconsistency (look at the size difference!):

chrome@ed101:~$ du -s /home/chrome/
7100/home/chrome/
chrome@ed101:~$ du -s /home/.ecryptfs/chrome/.Private/
994572  /home/.ecryptfs/chrome/.Private/
chrome@ed101:~$ mount
[...]
/home/chrome/.Private on /home/chrome type ecryptfs 
(ecryptfs_check_dev_ruid,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs,ecryptfs_sig=c266af0d5aa7fbc7,ecryptfs_fnek_sig=dfe1799fd5f07bdd)
chrome@ed101:~$ 

then i logged out, then back in, and .config contains the expected files
(not sure if they are intact, though):

chrome@ed101:~$ du -s /home/chrome/.config
986648  /home/chrome/.config

hth.

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

Title:
  duplicate files/directories when mounted

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

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


[Bug 687965] Re: Some applications show no menu, changing to another theme make the menu appear but new instances show no menu

2011-05-07 Thread Attila Lendvai
i see it (the first time, and with truecrypt) after upgrading to 11.04.

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

Title:
  Some applications show no menu, changing to another theme make the
  menu appear but new instances show no menu

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


[Bug 756564] Re: After Maverick to Natty upgrade, grub won't boot and displays "symbol not found : 'grub_env_export'"

2011-05-08 Thread Attila Lendvai
i also saw this after upgrading to 11.04.

grub-install was not enough for me (at boot i got a grub prompt only), i
had to do an update-grub in a chroot, too.

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

Title:
  After Maverick to Natty upgrade, grub won't boot and displays "symbol
  not found : 'grub_env_export'"

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


[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-02-03 Thread Attila Lendvai
i have 1:2.1.13-4 on 10.10

$ ll -d /var/lib/mailman/archives/
drwxrwsr-x 4 root list 4096 2010-10-08 16:57 /var/lib/mailman/archives/

but the CGI scripts complaint when it's *not* run with the 'www-data'
group?! seems to be the opposite as in the original bug description with
version 1:2.1.13-1.

it seemed to be logical to me to run teh cgi scripts with list:list at
first, and i was surprised to read the error that it needs to be www-
data.

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

Title:
  Private Archive Permissions Are Incorrect

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


[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-02-03 Thread Attila Lendvai
ignore my previous confusion about www-data and cgi-scripts: since then
i got to know that the scripts are setgid list.

but this prints a ton of directories that have the wrong permission
after installing the package:

$ sudo -u list -g list /usr/lib/mailman/bin/check_perms | less

to fix the permissions run:

$ sudo /usr/lib/mailman/bin/check_perms -f

(will keep on complaining for some symlinks, but it's safe to ignore,
because it fixes the target but checks the symlinks themselves)

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

Title:
  Private Archive Permissions Are Incorrect

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


[Bug 601955] Re: cannot get Huawei E220 Mobile Broadband modem to work in Ubuntu 10.4

2010-08-13 Thread Attila Lendvai
i had the same problem, namely that my (very old) e220 continuously
connected/disconnected according to /var/log/messages.

i took it to my local vodafone store and they upgraded the firmware on
it.

now it works all fine, i'm posting this from the device.

-- 
cannot get Huawei E220 Mobile Broadband modem to work in Ubuntu 10.4
https://bugs.launchpad.net/bugs/601955
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 601955] Re: cannot get Huawei E220 Mobile Broadband modem to work in Ubuntu 10.4

2010-08-11 Thread Attila Lendvai
argh, this sounds very much like what happens for me with my e220.

initially i've thought it's broken...

-- 
cannot get Huawei E220 Mobile Broadband modem to work in Ubuntu 10.4
https://bugs.launchpad.net/bugs/601955
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 957843] Re: files in eCryptFS Private directory get corrupted

2020-09-01 Thread Attila Lendvai
.md files are text files, right? the corruption there may be non-obvious
(e.g. a couple of characters), while the programs processing mp3 or png
files can go awry even when one bit gets corrupted.

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

Title:
  files in eCryptFS Private directory get corrupted

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

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

[Bug 1731420] Re: gnome-shell hangs (goes into key repeat runaway) when key repeat is used on chromium-browser's address bar

2019-11-08 Thread Attila Lendvai
this is super annoying! since i've installed debian 10, for me it seems
like it happens everywhere randomly, or at least in most apps/contexts
that i'm using. it happened around 5-10 times while editing this comment
in Chromium.

my key repeat rate and delay are probably not typical:

$ gsettings get org.gnome.desktop.peripherals.keyboard repeat-interval
uint32 12
$ gsettings get org.gnome.desktop.peripherals.keyboard delay
uint32 170

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

Title:
  gnome-shell hangs (goes into key repeat runaway) when key repeat is
  used on chromium-browser's address bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1731420/+subscriptions

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