[Bug 1090725] Re: slow scanning because too many times opens /etc/groups and /etc/passwd

2018-06-06 Thread Nick Demou
Ooops I just noticed this bug is ancient -- hope my report helps anyway.
BTW this was on a healthy and patched Ubuntu 16.04.

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

Title:
  slow scanning because too many times opens /etc/groups and /etc/passwd

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

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

[Bug 1090725] Re: slow scanning because too many times opens /etc/groups and /etc/passwd

2018-06-06 Thread Nick Demou
I had to try a dozen backed up versions of a file one after another to find a 
lost edit and I was also greatly annoyed by the delay (~6 minutes with a fast 
USB3 disk). So I noticed this report and also noted that  duplicity indeed does 
many tenths of thousands to half a million sys-calls to stat or open 
/etc/localtime, /etc/group and /etc/passwd. That seems a bit unreasonable to me 
but I'm NOT AN EXPERT AT ALL. The only thing I can tell for sure is that 6 
minutes per restore is some times too long*. In my case it was painful.
 
To test I started the restore of one small file from the GUI and then run 
strace as follows on various python processes that I was noticing with `ps 
ax|grep python`. Before the final duplicity python process started I recorded 
about half a million stat("/etc/localtime") syscalls (you may be interested in 
[1] regarding this behaviour). I then recorded ~100,000 file related syscalls 
to open /etc/passwd and /etc/group. Here are my commands:

# strace  -e trace=file -p 3827  2> /tmp/foo
...
# wc -l /tmp/foo

100892 /tmp/lala4 
# sort /tmp/foo|sed -e 's/", .*/"/'|uniq -c|sort -n|tail  -2
  49912 open("/etc/group"
  49912 open("/etc/passwd"

What seems interesting are the duplicity processes I show starting. I
noticed the same commands running more than once and this doesn't seem
normal at all. Especially the fact that duplicity list-current-files
runs twice with exactly the same options and takes ~2 minutes each time
seems troubling**.

  1  6855 0:24 python2 /usr/bin/duplicity collection-status --gio 
file:///bak/ndbak2 --no-encryption --verbosity=9 --gpg-options=--no-use-agent 
--archive-dir=/home/nd/.cache/deja-dup --tempdir=/tmp --log-fd=19   
   
  2  7686 0:23 python2 /usr/bin/duplicity collection-status --gio 
file:///bak/ndbak2 --no-encryption --verbosity=9 --gpg-options=--no-use-agent 
--archive-dir=/home/nd/.cache/deja-dup --tempdir=/tmp --log-fd=19   
   
  3  8110 2:26 python2 /usr/bin/duplicity list-current-files --gio 
file:///bak/ndbak2 --verbosity=9 --gpg-options=--no-use-agent 
--archive-dir=/home/nd/.cache/deja-dup --tempdir=/tmp --log-fd=19   
  
  4 10886 0:21 python2 /usr/bin/duplicity restore --gio 
--file-to-restore=home/nd/test --time=2018-06-06T09:23:45Z --force 
file:///bak/ndbak2 /home/nd/test --verbosity=9 --gpg-options=--no-use-agent 
--archive-dir=/home/nd/.cache/deja-dup --tempdir=/tmp --log-fd=1
9   


   
  5 11241 0:21 python2 /usr/bin/duplicity collection-status --gio 
file:///bak/ndbak2 --verbosity=9 --gpg-options=--no-use-agent 
--archive-dir=/home/nd/.cache/deja-dup --tempdir=/tmp --log-fd=21   
   
  6 11535 2:03 python2 /usr/bin/duplicity list-current-files --gio 
file:///bak/ndbak2 --verbosity=9 --gpg-options=--no-use-agent 
--archive-dir=/home/nd/.cache/deja-dup --tempdir=/tmp --log-fd=20   
  
  7 13659 0:29 python2 /usr/bin/duplicity restore --gio 
--file-to-restore=home/nd/test --time=2018-06-06T09:23:45Z --force 
file:///bak/ndbak2 /home/nd/test --verbosity=9 --gpg-options=--no-use-agent 
--archive-dir=/home/nd/.cache/deja-dup --tempdir=/tmp --log-fd=2
0 

Here's the output of strace  -c -f -p 11535 (duplicity list-current-
files) where you can see that 34.68% of syscalls time is spent on stat
(I _guess_ on stat('/etc/timezone'). Roughly the same times I show on
the other invocation of duplicity list-current-files.

strace: Process 11535 attached with 3 threads
strace: [ Process PID=11535 runs in x32 mode. ]
strace: [ Process PID=11535 runs in 64 bit mode. ]
% time seconds  usecs/call callserrors syscall
-- --- --- - - 
 48.670.243360   0632709   write
 34.680.173416   1316355   stat
 15.260.076308   1128272   read
  0.780.0038853885 1   brk
  0.580.002923   3   952   munmap
  0.010.46  23 2   unlink
  0.010.39  39 1   mkdir
  0.000.23  23 1   rmdir
  0.000.03   3 1   fstat
  0.000.03   3 1   rt_sigaction
  0.000.00   0 2   close
  0.000.00   0 2   lseek
-- --- --- - 

[Bug 1452603] Re: BUG: unable to handle kernel NULL pointer dereference at (null)

2016-01-04 Thread Nick Demou
The oops never appeared again
I've upgraded to 14.04 a few months ago so I'm closing this one

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at   (null)

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

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


[Bug 1300914] Re: External screen undetected after first plug

2015-06-21 Thread Nick Demou
Yes, the problem went away with the new DP2VGA converter! I'm plugging
it and the external monitor gets immediately recognized. Sorry for the
noise in this report but I never would have thought that the DP2VGA
adapter would fail in such a strange way.

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

Title:
  External screen undetected after first plug

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

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


[Bug 1300914] Re: External screen undetected after first plug

2015-06-06 Thread Nick Demou
I have a DisplayPort output and two adapters. DP to HDMI and DP to VGA.
I have weeks to experience the issue with the DP2HDMI converter but it
happens every time with the DP2VGA converter. I've ordered an other
DP2VGA converter. Let's see.

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

Title:
  External screen undetected after first plug

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

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


[Bug 1452603] [NEW] BUG: unable to handle kernel NULL pointer dereference at (null)

2015-05-07 Thread Nick Demou
Public bug reported:

This notebook works fine for about 2 years (now on Ubuntu 12.04.5 LTS).
A few hours ago I upgraded my kernel (apt-get dist-upgrade) to
3.13.0-52-generic #86~precise1. Don't know if it's related but now I got
the following Oops while opening Gimp. I'll keep this kernel for now to
see if it happens again (already tried opening gimp on the same file
without problems although I don't think it's related).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.13.0-52-generic 3.13.0-52.86~precise1
ProcVersionSignature: Ubuntu 3.13.0-52.86~precise1-generic 3.13.11-ckt18
Uname: Linux 3.13.0-52-generic i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
Date: Thu May  7 10:56:04 2015
InstallationMedia: This
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=el_GR.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-lts-trusty
UpgradeStatus: No upgrade log present (probably fresh install)


syslog.log:
May  7 10:17:01 ndXPS13 CRON[27443]: (root) CMD (   cd /  run-parts 
--report /etc/cron.hourly)
May  7 10:24:06 ndXPS13 kernel: [15269.207423] BUG: unable to handle kernel 
NULL pointer dereference at   (null)
May  7 10:24:06 ndXPS13 kernel: [15269.210528] IP: [c114c620] 
page_address+0x10/0xe0
May  7 10:24:06 ndXPS13 kernel: [15269.212603] *pdpt = 19771001 
*pde =  
May  7 10:24:06 ndXPS13 kernel: [15269.214743] Oops:  [#1] SMP 
May  7 10:24:06 ndXPS13 kernel: [15269.218581] Modules linked in: ufs(X) 
qnx4(X) hfsplus(X) hfs(X) minix(X) ntfs(X) msdos(X) jfs(X) xfs(X) reiserfs(X) 
hid_generic hid_microsoft asix usbnet mii usbhid hid xt_REDIRECT xt_hl ctr ccm 
ip6table_filter ip6_tables ebtable_nat ebtables pci_stub vboxpci(OX) 
vboxnetadp(OX) vboxnetflt(OX) ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 xt_state vboxdrv(OX) nf_conntrack ipt_REJECT 
xt_CHECKSUM iptable_mangle xt_tcpudp iptable_filter ip_tables x_tables bridge 
stp llc snd_hda_codec_hdmi snd_hda_codec_realtek joydev btusb intel_rapl 
x86_pkg_temp_thermal uvcvideo intel_powerclamp dell_wmi kvm_intel 
videobuf2_core sparse_keymap videodev kvm snd_hda_intel videobuf2_vmalloc 
videobuf2_memops snd_hda_codec crc32_pclmul snd_hwdep aesni_intel ablk_helper 
cryptd dell_laptop dcdbas snd_pcm arc4 lrw aes_i586 snd_seq_midi xts iwldvm 
snd_rawmidi gf128mul mac80211 i915 snd_seq_midi_event psmouse serio_raw iwlwifi 
snd_seq drm_kms_helper cfg80211 drm snd_timer snd_
May  7 10:24:06 ndXPS13 kernel: seq_device i2c_algo_bit wmi snd mei_me 
video pcspkr mei soundcore shpchp snd_page_alloc bnep lpc_ich rfcomm parport_pc 
bluetooth ppdev intel_smartconnect binfmt_misc mac_hid coretemp lp parport 
btrfs ahci libahci raid6_pq xor libcrc32c
May  7 10:24:06 ndXPS13 kernel: [15269.262962] CPU: 1 PID: 4165 Comm: 
gnome-terminal Tainted: GW  OX 3.13.0-52-generic #85~precise1-Ubuntu
May  7 10:24:06 ndXPS13 kernel: [15269.268875] Hardware name: Dell Inc. 
 Dell System XPS L321X/  , BIOS A08 01/22/2013
May  7 10:24:06 ndXPS13 kernel: [15269.274832] task: e5218000 ti: d959e000 
task.ti: d959e000
May  7 10:24:06 ndXPS13 kernel: [15269.280781] EIP: 0060:[c114c620] 
EFLAGS: 00210292 CPU: 1
May  7 10:24:06 ndXPS13 kernel: [15269.286586] EIP is at 
page_address+0x10/0xe0
May  7 10:24:06 ndXPS13 kernel: [15269.292551] EAX:  EBX: 04c6 
ECX:  EDX: 
May  7 10:24:06 ndXPS13 kernel: [15269.298417] ESI: 04c6 EDI:  
EBP: d959fb3c ESP: d959fb2c
May  7 10:24:06 ndXPS13 kernel: [15269.304579]  DS: 007b ES: 007b FS: 00d8 
GS: 00e0 SS: 0068
May  7 10:24:06 ndXPS13 kernel: [15269.310414] CR0: 80050033 CR2:  
CR3: 196ea000 CR4: 000407f0
May  7 10:24:06 ndXPS13 kernel: [15269.316117] Stack:
May  7 10:24:06 ndXPS13 kernel: [15269.321875]  d959fb48 04c6 04c6 
dcc9fa44 d959fb60 f890be8b  14c6
May  7 10:24:06 ndXPS13 kernel: [15269.321890]  ffc4a896  f4091960 
  d959fc1c f88efa7e 0d5c
May  7 10:24:06 ndXPS13 kernel: [15269.321900]     
 0040 0050 0040 f89053ce
May  7 10:24:06 ndXPS13 kernel: [15269.321910] Call Trace:
May  7 10:24:06 ndXPS13 kernel: [15269.321938]  [f890be8b] 
read_extent_buffer+0x8b/0x100 [btrfs]
May  7 10:24:06 ndXPS13 kernel: [15269.321999]  [f88efa7e] 
btrfs_get_extent+0xb4e/0xba0 [btrfs]
May  7 10:24:06 ndXPS13 kernel: [15269.322048]  [f89053ce] ? 
free_extent_state+0x4e/0xb0 [btrfs]
May  7 10:24:06 ndXPS13 kernel: [15269.322096]  [f89053ce] ? 
free_extent_state+0x4e/0xb0 [btrfs]
May  7 10:24:06 ndXPS13 kernel: [15269.322137]  [f89053ce] ? 
free_extent_state+0x4e/0xb0 [btrfs]
May  7 10:24:06 ndXPS13 kernel: [15269.322174]  [f8904711] 
__get_extent_map+0x141/0x150 [btrfs]
May  7 10:24:06 ndXPS13 kernel: [15269.322207]  [c1053879] ? 
kmap_atomic_prot+0xe9/0x110
May  7 10:24:06 ndXPS13 kernel: 

[Bug 1300914] Re: External screen undetected after first plug

2015-03-23 Thread Nick Demou
ANYONE: Is there a way to get debug logs when this thing happens? Anyway
to reset the VGA driver or anything except rebooting the whole
machine?

When pluging the external monitor dmesg shows nothing -- also greping /var/log 
shows nothing. 
I don't know where else to look.

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

Title:
  External screen undetected after first plug

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

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


[Bug 1300914] Re: External screen undetected after first plug

2015-03-23 Thread Nick Demou
Today it happened to me again and after unplugging and replugging the
monitor 10 times it worked!!!

It almost makes me feel it must be a HW issue but: 
 - I'm using two different displayport adapters (DP to VGA at home DP to HDMI 
at work)  
 - it never ever happened during a powering on (have powered up my laptop at 
least 20 times after this issue begun)
 - a reboot *always* fixes the problem (have tried it at least 10 times)

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

Title:
  External screen undetected after first plug

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

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


[Bug 1300914] Re: External screen undetected after first plug

2015-03-23 Thread Nick Demou
You're right Peter: logging out to lightdm also works for me.

However quitting the GUI session is the real pain for me: it's very
often that I have two dozen windows spread over a few virtual screens,
everything arranged in just the right order. I just hate loosing this.
Rebooting only adds a few seconds after the SSD upgrade but I would
gladly wait a couple of minutes if I could save my GUI session.

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

Title:
  External screen undetected after first plug

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

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


[Bug 1300914] Re: External screen undetected after first plug

2015-03-20 Thread Nick Demou
In my case things are (mostly) OK since a few days (I'm now on
3.13.0-46). One or two times it failed but I have no ideat what trigered
the failure. To tell the trouth I also begun suspending the notebook
first then removing the hdmi cable because *maybe* it helps. Nevered
failed since I do this but maybe it's just a coincidence... This bug is
a tough one :-(

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

Title:
  External screen undetected after first plug

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

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


[Bug 1411552] Re: External monitor detected only on first plug.

2015-02-04 Thread Nick Demou
*** This bug is a duplicate of bug 1300914 ***
https://bugs.launchpad.net/bugs/1300914

oops! I've missed the duplicate bug warning - will re-post to bug
#1300914

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

Title:
  External monitor detected only on first plug.

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

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


[Bug 1411552] Re: External monitor detected only on first plug.

2015-02-04 Thread Nick Demou
*** This bug is a duplicate of bug 1300914 ***
https://bugs.launchpad.net/bugs/1300914

Edgar I have the same problem only _after_ upgrading to
3.13.0-44-generic. Can you test if the problem goes away for you too
when you boot with an earlier version of kernel?

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

Title:
  External monitor detected only on first plug.

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

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


[Bug 1300914] Re: External screen undetected after first plug

2015-02-04 Thread Nick Demou
I have the same symptoms only _after_ upgrading to 3.13.0-44-generic.
Can you test an earlier kernel version and see if the problem goes away?

uname -a

Linux ndXPS13 3.13.0-44-generic #73~precise1-Ubuntu SMP Wed Dec 17 00:38:38 UTC 
2014 i686 i686 i386 GNU/Linux

lspci|grep VGA

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)

xrandr

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 
293mm x 164mm
   1366x768   60.0*+   40.0  
   1360x768   59.8 60.0  
   1024x768   60.0  
   800x60060.3 56.2  
   640x48059.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

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

Title:
  External screen undetected after first plug

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

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


[Bug 1277608] Re: hostnamed should not print warning about nss-myhostname

2015-02-03 Thread Nick Demou
*** This bug is a duplicate of bug 1162475 ***
https://bugs.launchpad.net/bugs/1162475

This is _not_ a duplicate of  bug #1162475 (titled Changing hostname
doesn't update /etc/hosts)

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

Title:
  hostnamed should not print warning about nss-myhostname

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

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


[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-04-28 Thread Nick Demou
@Natalia Morandeira

you need to open a terminal (keep ctrl and alt pressed then press T)
then you need to copy the following lines (ignoring lines starting with # which 
are my comments) one by one to the terminal (right click anywhere inside the 
terminal and select paste)

# command to become root (the super user of linux)
sudo su

# commands to enable precise-proposed software updates
# COPY THIS BLOCK OF COMMANDS ALL IN ONCE
! grep precise-proposed /etc/apt/sources.list  echo deb 
http://archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse 
universe  /etc/apt/sources.list
echo   /etc/apt/preferences
echo Package: *  /etc/apt/preferences
echo Pin: release a=precise-security  /etc/apt/preferences
echo Pin-Priority: 990  /etc/apt/preferences
echo   /etc/apt/preferences
echo Package: *  /etc/apt/preferences
echo Pin: release a=precise-updates  /etc/apt/preferences
echo Pin-Priority: 900  /etc/apt/preferences
echo   /etc/apt/preferences
echo Package: *  /etc/apt/preferences
echo Pin: release a=precise-proposed  /etc/apt/preferences
echo Pin-Priority: 400  /etc/apt/preferences

# wait a little for this command to update the system
apt-get update

# install linux kernel 3.5.0-28 from precise-proposed (also wait for it)
# THIS IS ALL IN ONE LINE
apt-get install linux-image-3.5.0-28-generic/precise-proposed 
linux-headers-3.5.0-28-generic/precise-proposed  
linux-headers-3.5.0-28/precise-proposed

# now reboot your PC
# see https://wiki.ubuntu.com/Testing/EnableProposed

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

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

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


[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-04-28 Thread Nick Demou
seems also fixed for me after installing kernel 3.5.0-28-generic from
precise-proposed (at least after the first 3 hours of testing). Many
thanks to all who helped.

uname -a
Linux ndXPS13 3.5.0-28-generic #48~precise1-Ubuntu SMP Wed Apr 24 21:43:05 UTC 
2013 i686 i686 i386 GNU/Linux

cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04.2 LTS

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

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

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


[Bug 794507] [NEW] the user can hardly notice if a printer is offline [UI bug]

2011-06-08 Thread Nick Demou
Public bug reported:

Today I thought I had a problem with my printer only to find out after
roaming through various printer related windows that the printer was set
to be offline (maybe due to a temporary network error yesterday
evening). However noticing this critical detail was hard.

IMO the user should have a prominent indication of the online/offline
state of a printer when there are jobs waiting and an obvious way to
alter the state.

For example the printer icon in the notification area should flash or
have an overlaid stoped icon and the menu you get by clicking it
should have an option Printer is offline -- click to bring it back
online. Also when a printer goes offline for some reason other that the
user requesting a pop up notification should appear.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Package changed: system-config-printer (Ubuntu) = ubuntu

** Description changed:

- Binary package hint: system-config-printer
- 
  Today I thought I had a problem with my printer only to find out after
  roaming through various printer related windows that the printer was set
  to be offline (maybe due to a temporary network error yesterday
  evening). However noticing this critical detail was hard.
  
  IMO the user should have a prominent indication of the online/offline
  state of a printer when there are jobs waiting and an obvious way to
  alter the state.
  
  For example the printer icon in the notification area should flash or
  have an overlaid stoped icon and the menu you get by clicking it
  should have an option Printer is offline -- click to bring it back
  online. Also when a printer goes offline for some reason other that the
  user requesting a pop up notification should appear.

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

Title:
  the user can hardly notice if a printer is offline [UI bug]

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


[Bug 744927] [NEW] evince takes many seconds to open a LOCAL pdf when network connection is broken

2011-03-29 Thread Nick Demou
Public bug reported:

Binary package hint: evince

Opening a local pdf that normally needs 2-3secs takes about 10-15 when
my network connection suffers from excessive dropped packets  (I noticed
it by accident but was able to reproduce easily with many different
pdfs)

Steps to reproduce:
make it so that you have 60% packet loss in your network connection e.g. by 
issuing:
   tc qdisc add dev eth1 root netem loss 60%

and then try to open a pdf file from your disk


Ubuntu 10.04 fully patched

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

** Description changed:

  Binary package hint: evince
  
  Opening a local pdf that normally needs 2-3secs takes about 10-15 when
  my network connection suffers from excessive dropped packets  (I noticed
  it by accident but was able to reproduce easily with many different
  pdfs)
  
  Steps to reproduce:
  make it so that you have 60% packet loss in your network connection e.g. by 
issuing:
-tc qdisc add dev eth1 root netem loss 60%
+    tc qdisc add dev eth1 root netem loss 60%
  
  and then try to open a pdf file from your disk
+ 
+ 
+ Ubuntu 10.04 fully patched

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

Title:
  evince takes many seconds to open a LOCAL pdf when network connection
  is broken

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

[Bug 585666] Re: Thoggen missing GStreamer plugins for 10.04

2010-12-12 Thread Nick Demou
have you tried installing ubuntu-restricted-extras?
sudo apt-get install ubuntu-restricted-extras

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

Title:
  Thoggen missing GStreamer plugins for 10.04

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


[Bug 668310] [NEW] Corruption on mdbs with multiple clients

2010-10-29 Thread Nick Demou
Public bug reported:

Binary package hint: samba

Ubuntu 8.04 / Samba 3.028a

when sharing a Microsoft Access mdb file for read AND write access to at
least 2 clients on different PCs your mdb may get corrupted (in my case
it always does in a few days or weeks). It took me months to figure this
out but now I finally have a clear test case which fails in a few
seconds every time it is performed against samba/ubuntu when on the
other hand it never fails on smb/windows.

My test case involves repeatedly calling a part of a complex Microsoft
Access front-end application that simulates intensive user read/write
activity against an mdb back-end which is placed either on an Ubuntu
Server or on a Windows 2003 server (actually running on a VM within that
Ubuntu Server). If it's necessary I can share that application (you'll
need two windows clients to run it). Executing the application from two
clients in a specific order[2] results in the two clients getting an
Access error[1]. The exact same test never fails if I'm sharing the
back-end mdb on a Windows 2003 server.

Haven't yet tested on newer versions of Linux.

_
[1] The two clients are creating records with an auto-number field which is 
supposed to be incrementing by one for every new record. At the point of 
failure the auto-number field is 100 but client A thinks it's 90 and tries to 
create a record with id 91 and client B thinks it's 95 and tries to create a 
record with id 96 (and of course both attempts produce an error).
[2] The order is this:
   a) start the application on client-A (the app begins rapid and continuous 
reading/modifying/creating records on more that one tables)
   b) start the same application on client-B
   c) quit the application from client-B
   d) restart it

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


** Tags: corruption mdb

-- 
Corruption on mdbs with multiple clients
https://bugs.launchpad.net/bugs/668310
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 668310] [NEW] Corruption on mdbs with multiple clients

2010-10-29 Thread Nick Demou
Public bug reported:

Binary package hint: samba

Ubuntu 8.04 / Samba 3.028a

when sharing a Microsoft Access mdb file for read AND write access to at
least 2 clients on different PCs your mdb may get corrupted (in my case
it always does in a few days or weeks). It took me months to figure this
out but now I finally have a clear test case which fails in a few
seconds every time it is performed against samba/ubuntu when on the
other hand it never fails on smb/windows.

My test case involves repeatedly calling a part of a complex Microsoft
Access front-end application that simulates intensive user read/write
activity against an mdb back-end which is placed either on an Ubuntu
Server or on a Windows 2003 server (actually running on a VM within that
Ubuntu Server). If it's necessary I can share that application (you'll
need two windows clients to run it). Executing the application from two
clients in a specific order[2] results in the two clients getting an
Access error[1]. The exact same test never fails if I'm sharing the
back-end mdb on a Windows 2003 server.

Haven't yet tested on newer versions of Linux.

_
[1] The two clients are creating records with an auto-number field which is 
supposed to be incrementing by one for every new record. At the point of 
failure the auto-number field is 100 but client A thinks it's 90 and tries to 
create a record with id 91 and client B thinks it's 95 and tries to create a 
record with id 96 (and of course both attempts produce an error).
[2] The order is this:
   a) start the application on client-A (the app begins rapid and continuous 
reading/modifying/creating records on more that one tables)
   b) start the same application on client-B
   c) quit the application from client-B
   d) restart it

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


** Tags: corruption mdb

-- 
Corruption on mdbs with multiple clients
https://bugs.launchpad.net/bugs/668310
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 348557] Re: CIFS mounts hang shutdown

2010-07-11 Thread Nick Demou
*** This bug is a duplicate of bug 211631 ***
https://bugs.launchpad.net/bugs/211631

forgot to note that the above work around needs to
a) allow non-root users to run umount.cifs (un-mount samba shares). You can do 
that with the command:
   sudo chmod +s /sbin/umount.cifs 
b) Add the option users to all the samba shares in /etc/fstab. e.g.:
   //192.168.0.2/foo  /mnt/foo   cifsusers,rw,iocharset=utf8,...,...

-- 
CIFS mounts hang shutdown
https://bugs.launchpad.net/bugs/348557
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 348557] Re: CIFS mounts hang shutdown

2010-06-15 Thread Nick Demou
this seems like a duplicate of bug 211631

-- 
CIFS mounts hang shutdown
https://bugs.launchpad.net/bugs/348557
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 348557] Re: CIFS mounts hang shutdown

2010-06-15 Thread Nick Demou
BTW I use this work around for my gnome based PC with only one user: I've added 
this line to /etc/gdm/PostSession/Default 
   umount `mount | grep 192.168. | sed -e s/ on \/.*$//`

This script gets executed when I log out of gnome and it un-mounts all
cifs/samba shares on servers with IP starting with 192.168 (which in my
case is everything I mount)


Note that 
   mount | grep 192.168. 
gives me a list of shares I have mounted at the time I log out of gnome

-- 
CIFS mounts hang shutdown
https://bugs.launchpad.net/bugs/348557
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 487468] Re: main window empty

2010-05-19 Thread Nick Demou
Same symptoms for me today with Empathy ver 2.30.1. It seems to happen
randomly. I restarted empathy several times and at one point (a few
hours later) it opened with all contacts listed.

Some details:

1) When somebody was IMing me I was getting the message.

2) Trying to send an IM by hitting ctrl-N also didn't work.

3) A funny thing for which I'm not 100% sure: I was executing empathy
from the terminal (to check for possible messages) and if I remember
correctly those times that it was opening with a clean list I was
getting a prompt immediately after issuing the command (the empathy
window was left open). Now that it opens with my contacts shown I
execute it and it doesn't return (as is normal for most programs when
run from the terminal).

4) if it happens again I will check the debug log (didn't know about it)

-- 
main window empty 
https://bugs.launchpad.net/bugs/487468
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 148454] Re: console-kit-daemon spawns too many threads

2009-12-17 Thread Nick Demou
Carl Fink wrote:
 the fact that there are so MANY pointless, unfixed problems is an indictment 
 of Free Software in general

actually, in general, it's how almost all software is build. It's just
that with Free Software it's easier to know when it happens because the
hood is open.

And even more generally that is how humans act when fixing appears to be
less costly than designing. And it's actually A Good Thing when fixing
is indeed less costly than designing.

-- 
console-kit-daemon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 183500] Re: restarts downloading after deleting fully downloaded files

2009-05-14 Thread Nick Demou
@Krzysztof:
You're right in emphasizing the  *while* transmission is running. That is 
what I didn't pay attention to. 

I must note however that I believe that from a user point of view it
really doesn't matter. When a user deletes a finished file he has no
reason to expect different behavior according to whether Transmission is
running or not.

But anyway it doesn't matter if this is one or two bugs as long as
it/they get fixed :) so since the original submitter is not taking a
position feel free to either file a new bug or clarify the description
of this one. Thanks for your help.

-- 
restarts downloading after deleting fully downloaded files
https://bugs.launchpad.net/bugs/183500
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 183500] Re: restarts downloading after deleting fully downloaded files

2009-05-13 Thread Nick Demou
 The bug described by an Author is fixed.

Maybe I missing something here. I read the bug submitter describing exactly the 
behavior I still observe:
# When you finish downloading a torrent and then move or delete 
# the original downloaded file Transmission starts downloading it over again.

Krzysztof can you please clarify what behavior that corresponds to this
bug report you've seen fixed before filing another bug report?

-- 
restarts downloading after deleting fully downloaded files
https://bugs.launchpad.net/bugs/183500
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 349576] Re: hangs for several seconds when exiting a folder with many files

2009-04-21 Thread Nick Demou
I asked a friend with 9.04beta installed and he had no problem where in
8.10 I get this numbers:

 30sec to return to /usr from /usr/bin
(for reference the same PC needs 17sec to open /usr/bin with ~1400 files)

So it seems this is fixed in 9.04 -- do you still need my input in
regards to 8.10?

-- 
hangs for several seconds when exiting a folder with many files
https://bugs.launchpad.net/bugs/349576
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 360925] [NEW] md5sum check of UNR image fails in one file

2009-04-14 Thread Nick Demou
Public bug reported:

Binary package hint: ubuntu-netbook-remix

if I run:
   md5sum -c md5sums.txt
I get this error:
   md5sum: ./pool/main/p/ppp/ppp_2.4.5~git20081126t100229-0ubuntu2_i386.deb: No 
such file or directory

the correct file is indeed there but with a different name (ppp_2.~D if
I remember corectly)

** Affects: mobile-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
md5sum check of UNR image fails in one file
https://bugs.launchpad.net/bugs/360925
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 148454] Re: console-kit-daemon spawns too many threads

2009-04-06 Thread Nick Demou
** Summary changed:

- console-kit-deamon spawns too many threads
+ console-kit-daemon spawns too many threads

-- 
console-kit-daemon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 349576] Re: hangs for several seconds when exiting a folder with many files

2009-03-31 Thread Nick Demou
I will try to absorb all this info and test it. It's a lot of new things
but after a quick scan they look clear enough. Meanwhile if anybody else
allready knows how to get a backtrace I should note that  I've
reproduced the problem on another 8.10 installation and I can give a two
step summary on reproducing it:

1) execute these commands to create a folder with 3000 files

mkdir ~/foo3000 ; cd ~/foo3000 
for i in $(seq 1  3000); do touch file$i ; done 

2) use nautilus to enter the folder foo3000 in your home directory,
select all files and hit alt-[up arrow] to return to the parent folder

-- 
hangs for several seconds when exiting a folder with many files
https://bugs.launchpad.net/bugs/349576
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 349576] [NEW] hangs for several seconds when exiting a folder with many files

2009-03-27 Thread Nick Demou
Public bug reported:

I enter a folder with 3421 jpg files, select all of them and wait a little 
without doing nothing.
Then I click on the parent folder to go up one level and this takes about a 
minute (note that it took a few seconds to display the contents of the folder 
with the thousand jpgs and that the parent folder has only a dozen sub folders 
and 2-3 files).

I reproduced this behavior 3 times. Selecting all of the files was
essential for the behavior to occur.

Ubuntu 8.10 fully patched

CPU usage is at 100% and strace shows these while I wait:

gettimeofday({1238157971, 340986}, NULL) = 0
gettimeofday({1238157971, 341064}, NULL) = 0
gettimeofday({1238157971, 341133}, NULL) = 0
gettimeofday({1238157971, 341201}, NULL) = 0
[...]
gettimeofday({1238157971, 368112}, NULL) = 0
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2245, ...}) = 0
gettimeofday({1238157971, 369230}, NULL) = 0
gettimeofday({1238157971, 369319}, NULL) = 0
gettimeofday({1238157971, 369387}, NULL) = 0
[...]
gettimeofday({1238157971, 370343}, NULL) = 0
gettimeofday({1238157971, 396810}, NULL) = 0
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2245, ...}) = 0
[...]
[...many many many times again and again...]
[...]
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2245, ...}) = 0
gettimeofday({1238157972, 884601}, NULL) = 0
gettimeofday({1238157972, 884680}, NULL) = 0
gettimeofday({1238157972, 884750}, NULL) = 0
[...]
gettimeofday({1238157972, 885644}, NULL) = 0
gettimeofday({1238157972, 885714}, NULL) = 0

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

-- 
hangs for several seconds when exiting a folder with many files
https://bugs.launchpad.net/bugs/349576
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 148454] Re: console-kit-deamon spawns too many threads

2009-03-26 Thread Nick Demou
Thanks very much micah4. Both for broadening my view on what is a bug and for 
your analysis and patch. I would be very much pleased if you push your patch 
either directly to the kernel developers or through the ConsoleKit maintainer.  
Hope you have the time. 
(PS: I believe a lot more people feel the same.)

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 183500] Re: detect when a downloaded torrent has been removed

2009-03-21 Thread Nick Demou
This bug is NOT fixed 
I'm running a fully patched 8.10 and have confirmed more than once that if you 
delete a fully downloaded file Transmission will start fetching it from the 
start 

** Changed in: transmission (Ubuntu)
   Status: Fix Released = Confirmed

** Summary changed:

- detect when a downloaded torrent has been removed
+ restarts downloading after deleting fully downloaded files

-- 
restarts downloading after deleting fully downloaded files
https://bugs.launchpad.net/bugs/183500
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 39145] Re: Request to update Greek dictionary

2008-12-18 Thread Nick Demou
Quoting (Greek) email from Steve Stavropoulos that anounces the a
release candidate:

Θέμα:   [Elspell] Νέα έκδοση του λεξικού (version 0.8)
Ημερομηνία: Sun, 14 Dec 2008 15:47:26 +0200
Από:Steve Stavropoulos st...@math.upatras.gr
Προς:   elsp...@student.math.upatras.gr


 Attached είναι η νέα έκδοση του λεξικού για aspell. Παρακαλώ, όποιος
μπορεί, να τη δοκιμάσει και να αναφέρει τυχόν προβλήματα. Αν δεν
υπάρχουν προβλήματα, τότε θα θα γίνει και ευρύτερη δημοσίευση της.
Μέχρι τότε καλό είναι να μείνει μεταξύ μας.
 Να σας θυμίσω ότι η τωρινή έκδοση του ελληνικού λεξικού για aspell,
είναι πραγματικά απαρχαιωμένη και η νέα αυτή έκδοση προσθέτει
εκατοντάδες χιλιάδες νέες λέξεις.

 Η έκδοση για openoffice θα βγει αργότερα.

Μικρό quote από το README που συνοδεύει τη νέα έκδοση:

name  :  el_GR 0.8 version of the greek dictionary
dd/mm/:  14/12/2008
License   :  MPL 1.1/GPL 2.0/LGPL 2.1
contact   :  Steve Stavropoulos
URL   :  http://elspell.math.upatras.gr

  This release added 13596 new correct words to the 0.7 release. Thanks
go to Alexios Zavras and Nick Demou.

-- 
Request to update Greek dictionary
https://bugs.launchpad.net/bugs/39145
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 39145] Re: Request to update Greek dictionary

2008-09-11 Thread Nick Demou
FYI:
Steve Stavropoulos who is maintaining the Greek dictionary has just today 
announced he is planing to release a new version with only minor corrections 
AFAIK. The time frame is usually 10 to 20 days.

-- 
Request to update Greek dictionary
https://bugs.launchpad.net/bugs/39145
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 39145] Re: Request to update Greek dictionary

2008-09-11 Thread Nick Demou
Steve Stavropoulos confirmed that the upcoming release is within 10 to
20 days and it's indeed a minor update.

-- 
Request to update Greek dictionary
https://bugs.launchpad.net/bugs/39145
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 148454] Re: console-kit-deamon spawns too many threads

2008-07-08 Thread Nick Demou
Lynoure, I understand your questions and desire for explanations and
that's why I've created a question from this bug

regarding:
 If a bug report does not define what the problem is with enough clarity, they 
 are normally just plain incomplete.

...from my point of view and after reading
help.launchpad.net/BugStatuses, invalid is more suitable:

   Invalid: the report describes the software's normal behaviour, or is
unsuitable for any other reason.

I'm just waiting to hear from Stefan because I might have got him wrong

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 148454] Re: console-kit-deamon spawns too many threads

2008-07-08 Thread Nick Demou
Vladimir, our difference is not whether I care about wasted resources (I
do) but whether I see any worthy evidence of wasted resources (I don't).
But I'm afraid that at this point of time you probably wouldn't believe
me if I told you that the sky is blue so I had to google for a few
minutes in order to show you some quotes you may wish to examine before
blaming those 60 sleeping threads for your crawling linux system. They
are from IBM's developer works and from Linux Journal and you will find
them just after the next paragraph.

Before the data a sincere advice with no empathy whatsoever: an attitude
of come on you incapable programmers -- fix those obvious mistakes in
your code when coupled with vague and disorientated complains about
stuff you hardly understand DOESN'T help. Note that I don't pretend to
know everything about life, universe and CDK -- I just don't call the
developers of CDK incapable until I have some pretty good idea about
what's going wrong with their program.

POSIX threads explained -- 
http://www.ibm.com/developerworks/library/l-posix1.html

Threads also happen to be extremely nimble. [...] Because of this, you can use 
a whole bunch of threads and not worry too much about the CPU and memory 
overhead incurred. You don't have a big CPU hit the way you do with fork(). 

This means you can generally create threads whenever it makes sense in your 
program.


The Linux Process Model -- http://www.linuxjournal.com/article/3814

threads share the same address space completely. All the threads run in the 
same address space, so a context switch is basically just a jump from one code 
location to another


So: those 60 threads use the same memory as one thread would. Regarding
the CPU use ps (with -H of course) and note how they don't use any CPU
at all. As for the available threads: we have about 32.000 to spare so
again check with ps to see if you are even remotely close to using them
all (I've never seen more that 2000 threads and that was on a really
heavily loaded web/db/mail server).

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 148454] Re: console-kit-deamon spawns too many threads

2008-07-07 Thread Nick Demou
Lynoure  Stefan, please take the time to explain to us what the problem
with console-kit-deamon is, because until now everybody else HAS NOT
(and it doesn't help that originally some of the posters were chasing a
completely different problem that wasn't even there). That's the reason
I've marked this report as invalid: because it doesn't define what the
problem is with enough clarity.

Now I'll have to make some guesses regarding the problem you see and ask
you for some clarification:

Lynoure, 
you seem to suggest that spawning 60 threads is a problem but WHY? People have 
posted a similar view before you but everybody has backed this up with either 
vague complains about wasted system resources in general or wrong[1] 
complains about wasted memory in particular. If you know better than the 
previous posters please take the time to make it clear to the guy that will 
have to deal with this bug.

Stefan,
you write like you know what CKD does with the threads it's spawning and how 
many of them it's using and how many of them are wasted but you could very well 
be guessing (I'm sorry but life is hard and I swear you wouldn't be the first 
person I found posting wild guesses in launchpad). If you do know enough then 
please take the time to elaborate just a little bit to help the developers 
since you are asking for them to help you also. 

___
[1] hint: most of the day if you get the %MEM column that htop reports about 
all the threads thunderbird and firefox have spawned  and add it up you get 
more than 200 to 300% -- at the same time my swap partition is sleeping like a 
baby.

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 148454] Re: console-kit-deamon spawns too many threads

2008-07-04 Thread Nick Demou
** Description changed:

  since upgrading to gutsy beta htop shows about fifty processes like the
  following
  
  pid user pri ni virt res shr s cpu% mem% time+ command
  7582 root 23 0 7456 2016 1336 s 0.0 0.2 0:00.00 /usr/sbin/console-kit-deamon
  
- that do not show up in top or ps. it also reports about fifty more total
- tasks than top or ps.
+ It maybe the case that console-kit-daemon starts a thread for each
+ console that can theoretically exist. On Linux (/usr/include/linux/vt.h)
+ MAX_NR_CONSOLE is defined to be 63.
+ 
+ Note that those processes do not show up in DEFAULT top or ps output
+ --BUT-- if you run either of those tools with the -H parameter, so as to
+ display all the threads of a process, then they do show up.

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 148454] Re: console-kit-deamon spawns too many threads

2008-07-04 Thread Nick Demou
This bug report seems more like asking:

1) Is it normal for Console-Kit-Daemon to spawn ~60 threads

2) If htop reports 0.2% usage per thread does this mean that those 60
threads eat-up 0.2%*60=12% of RAM?

I've tried to convert it to a Question but launchpad returned an error

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 148454] Re: console-kit-deamon spawns too many threads

2008-07-04 Thread Nick Demou
nobody has shed some light as to what is wrong with console-kit-deamon
spawning 60 threads. Until we can't define what's wrong with it this
can't be considered a bug.

Of course there were some statements regarding system resources that get
eaten up by those threads but except from memory they were really vague
and unfounded. Regarding memory usage, although I'm not an expert, I
know enough to understand that taking the 0.2% per thread, that htop
reports under the MEM% heading, and multiplying by 60 to arrive to the
conclusion that CKD eats up 12% of your RAM is far from a safe
assumption

** Changed in: consolekit (Ubuntu)
   Status: Confirmed = Invalid

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 223650] Re: Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)

2008-06-25 Thread Nick Demou
Sim is right about the fix not being for this case.

Also bug #209637 IS NOT A DUPE of this one because that one is for
streaming input not for disk files input.

-- 
Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)
https://bugs.launchpad.net/bugs/223650
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 209637] Re: sound chirps and dropouts during playback MP3 shoutcast stream

2008-06-25 Thread Nick Demou
Sorry everyone -- this is not my bug,  my problem is with mp3's from the
disk

-- 
sound chirps and dropouts during playback MP3 shoutcast stream
https://bugs.launchpad.net/bugs/209637
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 223650] Re: Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)

2008-06-24 Thread Nick Demou
confirmed in yet another installation

** Changed in: alsa-lib (Ubuntu)
   Status: New = Confirmed

-- 
Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)
https://bugs.launchpad.net/bugs/223650
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 223650] Re: Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)

2008-06-24 Thread Nick Demou
a workaround suggestion that I haven't had the time to test is here 
http://linux.qcg.nl/node/45
I'm quoting all of it:

There are a few utilities in the last release of Ubuntu, that don't play 
shoutcast streams correctly.
These are: vlc, gmplayer, mplayer, totem.
When a shoutcast MP3 audio stream is played you can hear chirps and other 
dropouts.
This is due to some data mixed in with the audio stream which is not filtered 
out correctly. Instead of showing the data in the player the software tries to 
convert the data into sound.

To fix this problem:

Execute as root:

sed -i 's/Icy-MetaData:/Xcy-MetaData:/g' /usr/bin/gmplayer
sed -i 's/Icy-MetaData:/Xcy-MetaData:/g' /usr/bin/mplayer
sed -i 's/icy-metadata:/Xcy-MetaData:/g' 
/usr/lib/gstreamer-0.10/libgstgnomevfs.so

Tested on: Ubuntu hardy (dd 25-apr-2008)

-- 
Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)
https://bugs.launchpad.net/bugs/223650
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 223650] Re: Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)

2008-06-24 Thread Nick Demou
this bug looks like a dupe of bug #209637 sound chirps and dropouts
during playback MP3 shoutcast stream

-- 
Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)
https://bugs.launchpad.net/bugs/223650
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 209637] Re: sound chirps and dropouts during playback MP3 shoutcast stream

2008-06-24 Thread Nick Demou
in my case the fix doesn't help vlc  (allthough all 3 files are present
and contain icy-metadata wich is altered by sed to Xcy-metadata).

I've never had any problem with mplayer or totem-audio-preview (mouse
over) or with gst-launch

I came here from bug #223650 which seems as a dupe

-- 
sound chirps and dropouts during playback MP3 shoutcast stream
https://bugs.launchpad.net/bugs/209637
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 223650] Re: Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)

2008-06-17 Thread Nick Demou
same problems here [1] with vlc but NOT with totem-audio-preview (mouse over) 
neither with gst-launch
If I run vlc with -v2 parameter (high verbosity I guess) I get these messages 
[2] they seem to appear when ever the sound bounces 


[1] 
Ubuntu 8.04 fully updated 
# uname -a
Linux ndemoupc 2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008 i686 
GNU/Linux
# vlc -v
VLC media player 0.8.6e Janus
totem 2.22.1, GStreamer 0.10.18

[2] 
[0352] pulse audio output debug: Pulse stream started
[0352] main audio output warning: output date isn't PTS date, requesting 
resampling (62643)
[0352] main audio output warning: buffer is 62643 late, triggering 
upsampling
[0352] main audio output warning: output date isn't PTS date, requesting 
resampling (45937)
[0352] main audio output warning: resampling stopped after 12071518 usec 
(drift: -45350)
[0352] main audio output warning: buffer is 45517 late, triggering 
upsampling
[0352] main audio output warning: output date isn't PTS date, requesting 
resampling (44672)
[0352] main audio output warning: resampling stopped after 10247975 usec 
(drift: -44502)

-- 
Intermittent sound problems in Hardy Heron 8.04 (Gnome and KDE desktops)
https://bugs.launchpad.net/bugs/223650
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 226692] Re: pidgin hogs all system memory

2008-06-17 Thread Nick Demou
just a me too comment

My system was almost completely unresponsive but I managed to switch to
console and I issued a top command to see tens of pidgin processes using
72% of the system memory (now that everything's fine I see less than 5%
memory usage)

pidgin 2.4.1
2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008 i686 GNU/Linux


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

-- 
pidgin hogs all system memory
https://bugs.launchpad.net/bugs/226692
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 172332] Re: Nautilus DVD creator hangs when trying to write files to disc

2008-05-09 Thread Nick Demou
tested with ~3800 files and seen no problem at all in Ubuntu 8.04
(Hardy)

** Changed in: nautilus-cd-burner (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Nautilus DVD creator hangs when trying to write files to disc
https://bugs.launchpad.net/bugs/172332
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 172332] Re: Nautilus DVD creator hangs when trying to write files to disc

2008-04-21 Thread Nick Demou
 Could you try if that's still an issue on hardy
I'll do so as soon as I'll have the time for an upgrade 

  you can use the answer tracker on https://answers.launchpad.net/ubuntu
thanks for the tip Sebastian

-- 
Nautilus DVD creator hangs when trying to write files to disc
https://bugs.launchpad.net/bugs/172332
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 39145] Re: Request to update Greek dictionary

2008-04-16 Thread Nick Demou
Just a reminder to anyone that can help: The official version of the
Greek spell checking dictionary is *extremely* outdated. Anyone that can
help updating the deb (preferably upstream) is welcome. The update is as
easy as can be: just get the 3 text files from [1] and put them in the
new deb replacing the old text files.

[1] http://elspell.math.upatras.gr/files/ooffice/el_GR.zip

** Changed in: myspell-el-gr (Ubuntu)
   Status: New = Confirmed

-- 
Request to update Greek dictionary
https://bugs.launchpad.net/bugs/39145
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 172332] Re: Nautilus DVD creator hangs when trying to write files to disc

2008-04-15 Thread Nick Demou
I've seen the same behavior when I was witting a lot of files (last time
~2000 files)

following is an strace for nautilus-cd-burner and 
nautilus-cd-burner/mapping-daemon during the bugy behavior. I've waited for at 
least 3-4 minutes with no response (btw total CPU response was ~1% for all this 
time). If you need backtrace please let me know what trick I should use in the 
special case of nautilus. I've tried 
   killall nautilus  gdb nautilus 21 | tee gdb-nautilus.txt 
but it captured nothing at all

---
strace for nautilus-cd-burner:
---
Process 9410 attached - interrupt to quit
select(16, [15], NULL, NULL, {0, 38}) = 0 (Timeout)
read(15, 0x8339180, 1024)   = -1 EAGAIN (Resource temporarily 
unavailable)
select(16, [15], NULL, NULL, {1, 0})= 0 (Timeout)
read(15, 0x8339180, 1024)   = -1 EAGAIN (Resource temporarily 
unavailable)
select(16, [15], NULL, NULL, {1, 0})= 0 (Timeout)
read(15, 0x8339180, 1024)   = -1 EAGAIN (Resource temporarily 
unavailable)
select(16, [15], NULL, NULL, {1, 0})= 0 (Timeout)
[...] the above seems to go on for ever [...]

---
strace for nautilus-cd-burner/mapping-daemon
---
Process 9363 attached - interrupt to quit
gettimeofday({1208258779, 604502}, NULL) = 0
gettimeofday({1208258779, 604573}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 3, 
2144) = 0
gettimeofday({1208258781, 748786}, NULL) = 0
gettimeofday({1208258781, 748852}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 3, 
5000) = 0
gettimeofday({1208258786, 748764}, NULL) = 0
gettimeofday({1208258786, 748825}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 3, 
0) = 0
gettimeofday({1208258786, 748953}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 3, 
5000) = 0
[...] the above seems to go on for ever [...]

-- 
Nautilus DVD creator hangs when trying to write files to disc
https://bugs.launchpad.net/bugs/172332
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 172332] Re: Nautilus DVD creator hangs when trying to write files to disc

2008-04-15 Thread Nick Demou
I've seen the same behavior when I was witting a lot of files (last time
~2000 files)

following is an strace for nautilus-cd-burner and 
nautilus-cd-burner/mapping-daemon during the bugy behavior. I've waited for at 
least 3-4 minutes with no response (btw total CPU response was ~1% for all this 
time). If you need backtrace please let me know what trick I should use in the 
special case of nautilus. I've tried 
   killall nautilus  gdb nautilus 21 | tee gdb-nautilus.txt 
but it captured nothing at all

---
strace for nautilus-cd-burner:
---
Process 9410 attached - interrupt to quit
select(16, [15], NULL, NULL, {0, 38}) = 0 (Timeout)
read(15, 0x8339180, 1024)   = -1 EAGAIN (Resource temporarily 
unavailable)
select(16, [15], NULL, NULL, {1, 0})= 0 (Timeout)
read(15, 0x8339180, 1024)   = -1 EAGAIN (Resource temporarily 
unavailable)
select(16, [15], NULL, NULL, {1, 0})= 0 (Timeout)
read(15, 0x8339180, 1024)   = -1 EAGAIN (Resource temporarily 
unavailable)
select(16, [15], NULL, NULL, {1, 0})= 0 (Timeout)
[...] the above seems to go on for ever [...]

---
strace for nautilus-cd-burner/mapping-daemon
---
Process 9363 attached - interrupt to quit
gettimeofday({1208258779, 604502}, NULL) = 0
gettimeofday({1208258779, 604573}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 3, 
2144) = 0
gettimeofday({1208258781, 748786}, NULL) = 0
gettimeofday({1208258781, 748852}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 3, 
5000) = 0
gettimeofday({1208258786, 748764}, NULL) = 0
gettimeofday({1208258786, 748825}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 3, 
0) = 0
gettimeofday({1208258786, 748953}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 3, 
5000) = 0
[...] the above seems to go on for ever [...]


** Changed in: nautilus-cd-burner (Ubuntu)
   Status: Invalid = New

** Description changed:

- Binary package hint: gnome-system-monitor
+ After adding too many files (say 2000) to a Blank DVD folder (burn://)
+ and clicking Write to Disc the write to disc dialog box appears but it
+ is completely unresponsive (BTW it reports calculating data size or
+ something close to that).
  
- After I added files to the Blank DVD folder and clicked Write to Disc
- the dialog box appears but it is completely unresponsive.  I have tried
- taking out the disc, closing the Nautilus processes using System
- Monitor, but whenever I try to do it again, the same thing happens.
- Yesterday I managed to write two discs without any problems.
- 
- ProblemType: Bug
- Architecture: i386
- Date: Tue Nov 27 14:22:06 2007
- DistroRelease: Ubuntu 7.10
- ExecutablePath: /usr/bin/gnome-system-monitor
- NonfreeKernelModules: nvidia
- Package: gnome-system-monitor 2.20.1-0ubuntu1
- PackageArchitecture: i386
- ProcCmdline: gnome-system-monitor
- ProcCwd: /home/rich
- ProcEnviron:
-  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
- SourcePackage: gnome-system-monitor
- Uname: Linux rich-desktop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 
2007 i686 GNU/Linux
+ With few files (say 10) everything goes as expected

-- 
Nautilus DVD creator hangs when trying to write files to disc
https://bugs.launchpad.net/bugs/172332
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 172332] Re: Nautilus DVD creator hangs when trying to write files to disc

2008-04-15 Thread Nick Demou
** Description changed:

  After adding too many files (say 2000) to a Blank DVD folder (burn://)
  and clicking Write to Disc the write to disc dialog box appears but it
  is completely unresponsive (BTW it reports calculating data size or
  something close to that).
  
  With few files (say 10) everything goes as expected
+ 
+ currently on:
+Ubuntu 7.10
+2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux
+ but I have noticed the problem in the previous Ubuntu version also (I am 
using the cli when ever I run into this so it's not a show-stoper for me)

-- 
Nautilus DVD creator hangs when trying to write files to disc
https://bugs.launchpad.net/bugs/172332
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 172332] Re: Nautilus DVD creator hangs when trying to write files to disc

2008-04-15 Thread Nick Demou
Two different users report the same problem and ask for very little help
to investigate it further. If at this moment you can't help, just leave
this one for someone else.  Closing bugs without investigation doesn't
help Ubuntu become better in any way.

-- 
Nautilus DVD creator hangs when trying to write files to disc
https://bugs.launchpad.net/bugs/172332
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 172332] Re: Nautilus DVD creator hangs when trying to write files to disc

2008-04-15 Thread Nick Demou
I'm guessing I must backtrace nautilus just before hitting the record
button and I'm guessing that the method described in Already running
programs [1] is good so here is a backtrace. Feel free to re-close this
report if you don't like it but I would prefer a tip as to what else I
could do to make this bug report better

if this is helpful here is what was happening in my PC during this backtrace:
 - nautilus was running and I had opened burn:// in a window and added a folder 
with thousands of files
 - then I begun tracing
 - then I hit the Record to disk button
 - after half a minute I clicked to close the non responsive Recording window 
and selected Terminate
 - after a few seconds I did the same for the burn:// nautilus windows


[1] I found quite some info on backtracing a program in 
wiki.ubuntu.com/Backtrace


** Attachment added: nautilus-debug-log.txt
   http://launchpadlibrarian.net/13464635/nautilus-debug-log.txt

** Changed in: nautilus-cd-burner (Ubuntu)
   Status: Invalid = New

-- 
Nautilus DVD creator hangs when trying to write files to disc
https://bugs.launchpad.net/bugs/172332
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 148701] Re: Search function in File browser does not function

2008-03-07 Thread Nick Demou
Most of the times whining doesn't help at bugs getting fixed. Sometimes
it even delays fixing because developers get pissed off (also note that
the bug is triaged that is work on fixing it is about to begin)

regarding INDEXING MUST BE OPTIONAL, NOT MANDATORY: this choice is not
the topic of this bug.

-- 
Search function in File browser does not function
https://bugs.launchpad.net/bugs/148701
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 148701] Re: Search function in File browser does not function

2007-11-14 Thread Nick Demou
confirmed in a fresh 7.10 i386 installation

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Confirmed

-- 
Search function in File browser does not function
https://bugs.launchpad.net/bugs/148701
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148701] Re: Search function in File browser does not function

2007-11-14 Thread Nick Demou
Gabriel I faced the same problem and landed here. Can you please check bug 
#150379 [1]. I'm quoting from it:
   Nautilus integrated search (CTRL+F) does not return any result...[but] 
Searching through Places - Search file works as usual.
This is the case for me. Can you tell us if it's the same for you.


[1] https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/150379

-- 
Search function in File browser does not function
https://bugs.launchpad.net/bugs/148701
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 81977] Re: beagle search limited to files indexed by beagle

2007-11-14 Thread Nick Demou
quote from bug#150379:

Nautilus integrated search (CTRL+F) does not return any result
without tracker indexes. I don't need an indexing daemon running all the
time so I disabled trackerd [...] and disabled indexing [...].

maybe the two bugs are related (and maybe bug#148701 Search function in
File browser does not function also)

-- 
beagle search limited to files indexed by beagle
https://bugs.launchpad.net/bugs/81977
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150379] Re: Nautilus built-in search doesn't work if tracker is disabled

2007-11-14 Thread Nick Demou
I've done a default install of 7.10 some hours before and have the exact
same behavior (without configuring anything even vaguely related to
indexing )

If I haven't done a thorough search in bugs I would have believed that
search doesn't work (just like this user thinks in bug #148701 which is
possibly a dupe)

see also bug #81977 which is a possible dupe

-- 
Nautilus built-in search doesn't work if tracker is disabled
https://bugs.launchpad.net/bugs/150379
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150379] Re: Nautilus built-in search doesn't work if tracker is disabled

2007-11-14 Thread Nick Demou
(continuing my previous post) I've verified that in my case the tracker
is enabled but apparently it had no time to index all my /home files
(copied thousands of them some hours ago). Note also that in my case
searches complete almost instantly (1/2sec)

[I should say that searching for Desktop and finding nothing gives a
... bad impression]

-- 
Nautilus built-in search doesn't work if tracker is disabled
https://bugs.launchpad.net/bugs/150379
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 154692] Re: Searching within Nautilus doesn't work at all

2007-11-14 Thread Nick Demou
maybe dupe bug #148701

-- 
Searching within Nautilus doesn't work at all
https://bugs.launchpad.net/bugs/154692
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148701] Re: Search function in File browser does not function

2007-11-14 Thread Nick Demou
maybe dupe bug #154692

-- 
Search function in File browser does not function
https://bugs.launchpad.net/bugs/148701
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 39145] Re: Request to update Greek dictionary

2007-06-05 Thread Nick Demou
 Ouaou this is a really old version that we have at debian then. 
yeah it realy is :(

 If I can't get any of the greek debian developers to do it, 
 I'm gone try and make the package my self.
either one would be wonderful :)

 How where all those words added? It's huge! 
 Where those words even checked for correctness at all?
most if not 99% of them are correct

 Can you post here the changes that you would like to see Nick
 or even better post a patch against version 0.7 of the myspell dictionary?
well Steve Stavropoulos has all we need and nothing more here:
   http://elspell.math.upatras.gr/files/ooffice/el_GR.zip
3 text files in total:
 - the new dictionary of words (el_GR.dic)
 - the improved aff file (rules for myspell) (el_GR.aff)
 - a README including the licence (MPL 1.1/GPL 2.0/LGPL 2.1)
AFAIK replace the files with the same name withing the debian package and we've 
got ourselves better spell checking out of the box
If there is anything else I can do to help I'll be available

-- 
Request to update Greek dictionary
https://bugs.launchpad.net/bugs/39145
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 39145] Re: Request to update Greek dictionary

2007-06-04 Thread Nick Demou
Updating the deb must be *very* easy for someone doing debian packaging 
frequently (besides the technicalities of debian versioning/packaging the only 
thing necessary is to replace 2 text files with the updated ones and write a 
couple of lines in the readme). 
We can safely guess that Nick Niktaris is overwhelmed by other duties (real 
life is hard for every one of us). Is there any other debian packager 
available (I can provide detailed info about what needs be done and I can 
promise that the details wont be more than 50 words :-)

-- 
Request to update Greek dictionary
https://bugs.launchpad.net/bugs/39145
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 39145] Re: Request to update Greek dictionary

2007-06-04 Thread Nick Demou
(note: quotied text is re-order and often striped)

Athanasios Lefteris  said 4 hours ago: 
 I could do an new version of the deb package easily 
 but i don't think there is a big point right now on doing that.
 The new version has just a new lisence and the modifications 
 that Nick Demou made to the aff file. No new words.

ooops not at all: the new version [1] has about 400.000 words more than the 
167284 in the official debian el_GR.dic [2]
So if you can do a new version I think it is worth it

 the Greek Debian developers can be found here... 
 I have talked to markos and he is not in a mood right 
 now to make a new version. I haven't talked to the other two.

OK I can try to contact them ... let's see waht steve has to say first

 ... what is more important that making a new package for
 a THREE year old dictionary is to make the upstream 
 development of the dictionary active again
100% with you

 ...and I think it would be a good idea if it could be improved 
 by using the new hunspell features (used by OO.org and soon mozilla). 

hunspell surely seems promising and I do like the fact that it _is_
documented

_
[1] http://elspell.math.upatras.gr/files/ooffice/el_GR.zip
[2] http://packages.debian.org/unstable/text/myspell-el-gr


I sent an email to Steve Stavropoulos, the man that seems to be the
maintainer of the upstream project and asked him if he can move the
project to an open-source hosting site, so that we can have version
control, bug trucking and other benefits. I hope he agrees with this.

-- 
Request to update Greek dictionary
https://bugs.launchpad.net/bugs/39145
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 96084] I get this error on random occasions

2007-05-29 Thread Nick Demou
After 2 weeks of smooth operation I am sure I no longer have any issue
with my hard disks (it was a loose connector causing me some problems
before) but I still get this error every once in a while [1]. So I can
positively confirm what I earlier said:

 In my case I get this boot error SOME TIMES after successful
 installation (3 times in about 10 boots)
 I all 3 cases I rebooted with ctrl-alt-del and the next boot was successful

(Again note that the error appears when I boot from my hard disk after a 
succesful installation NOT when I boot from the liveCD)
___
[1] I rarely reboot my PC so I can't make good statistics.

-- 
boot - /bin/sh: can't access tty; job control turned off
https://bugs.launchpad.net/bugs/96084
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 96084] Re: boot - /bin/sh: can't access tty; job control turned off

2007-05-03 Thread Nick Demou
In my case (were the error was random) I later also noted random hard-disk 
errors (my system needed fsck and a lot of crosslinks and other errors were 
found). 
I will fix this and see if the can't access tty will appear again

-- 
boot - /bin/sh: can't access tty; job control turned off
https://bugs.launchpad.net/bugs/96084
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 96084] Re: boot - /bin/sh: can't access tty; job control turned off

2007-04-30 Thread Nick Demou
In my case I get this boot error SOME TIMES after succesful installation (3 
times in about 10 boots)
I all 3 cases I rebooted with ctrl-alt-del and the next boot was succesfull

-- 
boot - /bin/sh: can't access tty; job control turned off
https://bugs.launchpad.net/bugs/96084
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 44196] Re: gnome-cups-icon uses 100% CPU

2006-10-04 Thread Nick Demou
I've accidentaly clicked Also needs fix here button of this bug
thinking that it would link to some more info instead of performing an
action. I'm totaly lost with regards to malone and I can't find how to
undo my action.

-- 
gnome-cups-icon uses 100% CPU
https://launchpad.net/bugs/44196

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


[Bug 63178] Re: [Edgy Beta] Xkb group switching option missing

2006-10-02 Thread Nick Demou
do you thing bug 46046 is related? 
 https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/46046

from that bug's report:
 I've installed ubuntu dapper Beta1 with ubiquity. 
 My keyboard layout was configured to be and keyboard 
 model pc105 which is good.
 Now I ran « sudo dpkg-reconfigure -phigh xserver-xorg » 
 and my keyboard falls to pc104 and layout us. 
 Shouldn't it remember my preferences from the first installation ?

-- 
[Edgy Beta] Xkb group switching option missing
https://launchpad.net/bugs/63178

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

[Bug 46046] Re: wrong keyboard layout when reconfiguring xserver-xorg

2006-10-02 Thread Nick Demou
do you thing bug 63178 is related? 
   https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/63178

from that bug's report:
  After installing Kubuntu Edgy Beta and selecting Greek language and Greek 
  keyboard layout, no xkb group switching option is set in xorg.conf.

-- 
wrong keyboard layout when reconfiguring xserver-xorg
https://launchpad.net/bugs/46046

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


[Bug 24305] Re: Mouse stops responding if the ubuntu screensaver activates while the focus is on an rdesktop windows

2006-09-06 Thread Nick Demou
*** This bug is a duplicate of bug 58093 ***

** This bug has been marked a duplicate of bug 58093
   I lost the control of the desktop when screen saver run

-- 
Mouse stops responding if the ubuntu screensaver activates while the focus is 
on an rdesktop windows 
https://launchpad.net/bugs/24305

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


[Bug 58093] Re: I lost the control of the desktop when screen saver run

2006-09-06 Thread Nick Demou
** Bug 24305 has been marked a duplicate of this bug

-- 
I lost the control of the desktop when screen saver run
https://launchpad.net/bugs/58093

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


[Bug 58093] Re: I lost the control of the desktop when screen saver run

2006-09-06 Thread Nick Demou
from a duplicate of this bug (Bug #24305) here are some comments:

DETAILED DESCRIPTION
-
if the screensaver activates while the focus is on an rdesktop window, then 
upon exiting the screensaver (either password protected one or not) the mouse 
and keyboard are not working (moving the mouse or clicking around or typing 
have almost absolutely no effect). The only keys that work are X windows and 
gnome shortcuts (like ctrl-alt-L, ctrl-alt-F1 etc).

WORKAROUND
--
Everything comes back to normal if you do either one of the following:
a) if you once again activate and exit the screensaver (by pressing ctrl-Alt-L 
for example)
b) if you kill gnome-screensaver

EASY REPRODUCTION
--
1) Start a session to a windows pc with rdesktop (you don't even need to login)
2) Open a terminal and run the following command then quickly switch to 
rdesktop and wait for the screensaver to start
 sleep 5; gnome-screensaver-command --activate

-- 
I lost the control of the desktop when screen saver run
https://launchpad.net/bugs/58093

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


[Bug 49222] Re: Screensaver password dialog does not indicate keyboard layout

2006-09-06 Thread Nick Demou
Adam wrote:
 It has led to information loss for me.

Well in my case it has led to hardware loss. I know you are laughing.
It's OK. Now let's get serious, here is my situation:

1) English is not my primary language as is the case of so many people
2) At my office I always have a locking-screensaver set to 5mins for security 
reasons. Quite resonable I think.
So every day I will need to unlock the screensaver at least 5 to 10 times. Many 
times I will type my password and it will fail because I am in the wrong keyb 
layout. At least every day or two something like this happens:
I get a phone call so I return to my office because I need my PC to help the 
caller. I type my password anxious to restore my desktop. The computer waits a 
little then complains that it is wrong. I say I should have typed slowly - I 
probably misstyped. I type it again slowly. The computer waits a little then 
complains. Argh... I say damn it was the wrong layout. I hit ctlr-alt and 
think I changed it but I only wake up the screensaver again. I type it once 
more. It waits then it complains. Then I say damn I probably misstyped. I 
type it again slowly. It waits... then it complains. I finaly realise I didn't 
switch layout. I hit a key to wake the PC then I switch the layout then I type 
my password fast because I've lost my patience. It fails... now you know why I 
am writing this in my brand new keyboard... the 2nd in one week :-)


as for possible resolutions of this bug:
--
if it is very difficult to have a keyboard indicator and switcher  in the 
password dialog then at least the keyborad should be set to the default layout. 
So the user only needs to select a password using the default keyb layout.

-- 
Screensaver password dialog does not indicate keyboard layout
https://launchpad.net/bugs/49222

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


[Bug 24305] Re: Mouse stops responding if the ubuntu screensaver activates while the focus is on an rdesktop windows

2006-08-03 Thread Nick Demou
** Summary changed:

- windows screensaver makes X mouse cursor disappear
+ Mouse stops responding if the ubuntu screensaver activates while the focus is 
on an rdesktop windows

** Description changed:

+ if the screensaver activates while the focus is on an rdesktop window, then 
upon exiting the screensaver the mouse cursor is invisible and moving or 
clicking around has absolutely no effect. Also the only keys that have some 
effect are X windows and gnome shortcuts (like ctrl-alt-L, ctrl-alt-F1 etc) 
work as expected.
+ Everything comes back to normal if you once again activate and exit the 
screensaver (by pressing ctrl-Alt-L for example)
+ To reproduce:
+ 1) Start a session to a windows pc with rdesktop (you don't even need to 
login)
+ 2) Open a terminal and run the following command then quickly switch to 
rdesktop and wait for the screensaver to start
+  sleep 5; gnome-screensaver-command --activate
+ 
+ I've confirmed the above in 4 Ubuntu installations on 2 different PCs (2X  
v6.06 and 2X v5.10)
+ 
+ Here is the original description from Jimmy P:
+ 
  _Sometimes_, when I leave my mouse in an rdesktop window for a while, I'll 
come
  back and the rdesktop window is black (windows screensaver is set to blank) 
but
  the mouse cursor is visible and shows an hourglass.  Then as soon as I move 
the
  mouse, the windows screensaver turns off (I can see my windows desktop) but I
  can no longer see the mouse cursor.  I click a lot and don't see any effect, 
so
  I think that not only is the cursor invisible, but X no longer responds to 
mouse
  events.  I can hit alt-f4 to close windows in Windows and hit ctrl-alt-f1 to 
get
  to the console.  The only way I can figure out to get my mouse back is
  ctrl-alt-backspace.
  
  This also happened with rdesktop 1.4.1 under debian unstable.
  
  I am running a new install (no upgrade) of breezy.
  
  This guy might be talking about the same problem:
  http://tinyurl.com/bdh5j

** Tags added: gnome keyboard mouse rdesktop screensaver

** Description changed:

- if the screensaver activates while the focus is on an rdesktop window, then 
upon exiting the screensaver the mouse cursor is invisible and moving or 
clicking around has absolutely no effect. Also the only keys that have some 
effect are X windows and gnome shortcuts (like ctrl-alt-L, ctrl-alt-F1 etc) 
work as expected.
+ if the screensaver activates while the focus is on an rdesktop window, then 
upon exiting the screensaver the mouse cursor is invisible and moving or 
clicking around has absolutely no effect. Also the only keys that have some 
effect are X windows and gnome shortcuts (like ctrl-alt-L, ctrl-alt-F1 etc).
  Everything comes back to normal if you once again activate and exit the 
screensaver (by pressing ctrl-Alt-L for example)
  To reproduce:
  1) Start a session to a windows pc with rdesktop (you don't even need to 
login)
  2) Open a terminal and run the following command then quickly switch to 
rdesktop and wait for the screensaver to start
   sleep 5; gnome-screensaver-command --activate
  
  I've confirmed the above in 4 Ubuntu installations on 2 different PCs (2X  
v6.06 and 2X v5.10)
  
  Here is the original description from Jimmy P:
  
  _Sometimes_, when I leave my mouse in an rdesktop window for a while, I'll 
come
  back and the rdesktop window is black (windows screensaver is set to blank) 
but
  the mouse cursor is visible and shows an hourglass.  Then as soon as I move 
the
  mouse, the windows screensaver turns off (I can see my windows desktop) but I
  can no longer see the mouse cursor.  I click a lot and don't see any effect, 
so
  I think that not only is the cursor invisible, but X no longer responds to 
mouse
  events.  I can hit alt-f4 to close windows in Windows and hit ctrl-alt-f1 to 
get
  to the console.  The only way I can figure out to get my mouse back is
  ctrl-alt-backspace.
  
  This also happened with rdesktop 1.4.1 under debian unstable.
  
  I am running a new install (no upgrade) of breezy.
  
  This guy might be talking about the same problem:
  http://tinyurl.com/bdh5j

-- 
Mouse stops responding if the ubuntu screensaver activates while the focus is 
on an rdesktop windows 
https://launchpad.net/bugs/24305

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


[Bug 24305] Re: windows screensaver makes X mouse cursor disappear

2006-07-24 Thread Nick Demou
I can confirm Gabriel's comments:
 * This happens at least since breezy for me
 * I also found it's related to X screensaver and *not* to windows screensaver 
(at least when the gnome screen saver is set to lock the screen)
 * I also found that the bug is trigered when rdesktop is running in foreground 
(has the focus)
 * if you kill gnome-screensaver you get control of you PC again

for users with less expirience here are the steps to bypass the problem
when it occurs:

1) hit Alt+F2 and bring up the Run Application
2) enter the following command and check the Run in terminal option
sudo killall gnome-screensaver
3) a terminal window will popup and ask for your password - enter it

the steps above stop the screensaver, to start it again you must hit Alt-F2 and 
execute the command:
gnome-screensaver

-- 
windows screensaver makes X mouse cursor disappear
https://launchpad.net/bugs/24305

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


[Bug 24305] steps to reproduce

2006-07-24 Thread Nick Demou
start a session to a windows pc with rdesktop 
open a terminal and run
 sleep 5; gnome-screensaver-command --activate
imidiately switch to rdesktop and wait for the screensaver to start

to restore your keyb/mouse 
1) hit Alt+F2 and bring up the Run Application
2) enter the following command and check the Run in terminal option
gnome-screensaver-command --activate
(you may need to enter your password if you have the relating setting turned on)

BTW note the gnome-screensaver-WARNING **: Couldn't grab keyboard!
(AlreadyGrabbed) warnings at the terminal

--

Should we report this to the gnome-screensaver team? they might be able
to act on it

-- 
windows screensaver makes X mouse cursor disappear
https://launchpad.net/bugs/24305

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


[Bug 24305] a simple (but annoying) workaround

2006-07-24 Thread Nick Demou
hit ctrl-alt-l (L) to lock the screen - move your mouse - enter your
password - fixed

(the workaround is from the comment of Diego Cortassa I just placed it
here to be easily visible and obvious for those that don't know that
ctrl-alt-l is the shortcut to lock the screen)

-- 
windows screensaver makes X mouse cursor disappear
https://launchpad.net/bugs/24305

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


[Bug 47685] Re: mount -t smbfs works from cmdline

2006-06-15 Thread Nick Demou
OK so my situation is not the same (my system doesn't crash only the mount 
command freezes)
Anyway, maybe this is a workaround for your problem: try to mount using cifs 
instead of smbfs (see man mount.cifs for any possible small diferences in 
options).

-- 
mount -t smbfs works from cmdline
https://launchpad.net/bugs/47685

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


[Bug 47685] Re: mount -t smbfs works from cmdline

2006-06-14 Thread Nick Demou
Imidiately after upgrading from breezy 5.10 to dapper 6.06 I had a very
similar situation which I finaly resolved. Details follow:

MY SITUATION
---
I was not able to mount using smbfs either by directly issuing the mount 
command or by putting entries in the fstab
e.g. commands like this:
#mount //192.168.0.42/foo /media/foo/ -o  \
   codepage=cp737,iocharset=8859-7, \
   username=xx,password=yy, \
   dmask=777,fmask=777
where hanging 

MY RESOLUTION
--
I've disabled samba Unix Extensions[1] and did a filesystem check for my / 
filesystem ( fsck -f /dev/hda1 from within a knopix CD) and everything returned 
to normal. I don't know which of the two solved the problem.

[1] To disable the Unix CIFS Extensions you have two options
a) if you have acces to the Samba server, add the following line to smb.conf: 
unix extensions = no
b) if you don't follow this thread 
http://www.ubuntuforums.org/showthread.php?t=188027

-- 
mount -t smbfs works from cmdline
https://launchpad.net/bugs/47685

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