[Bug 2004125] [NEW] gvfd-smb is spinning at close 100% CPU and spamming journald

2023-01-29 Thread Matthieu Patou
Public bug reported:

On my laptop running Jammy the gvfd-smb process is consuming close to 100% CPU:
PID UTIL. PR  NIVIRTRESSHR S  %CPU  %MEMTEMPS+ COM. 


 302018 mat   20   0  528384  14632  10068 R 100.0   0.1   2450:01 
gvfsd-smb   
 
   5741 mat   20   0 6882616 391964 112368 S  15.0   2.5 311:46.31 
gnome-shell


I'm getting a ton of entries in systemd's user journal like:
Jan 29 14:03:33 artemis gvfsd[302018]: (process:302018): GLib-GIO-WARNING **: 
22:03:33.113: fail: Erreur d’acceptation de la connexion : Trop de fichiers 
ouverts 
(error connecting too many open files)
journalctl |grep 'Jan 29 14:03:33'  |wc -l returns 517 lines !

Seems highly similar to the bug reported here:
https://gitlab.gnome.org/GNOME/gvfs/-/issues/542.

The number of opened files is >1024:
ls -l /proc/302018/fd  | wc =>   1025

I'm using the following versions:
dpkg -l | grep vfs
ii  gvfs:amd64  1.48.2-0ubuntu1 
   amd64userspace virtual filesystem - GIO 
module
ii  gvfs-backends   1.48.2-0ubuntu1 
   amd64userspace virtual filesystem - backends
ii  gvfs-common 1.48.2-0ubuntu1 
   all  userspace virtual filesystem - common 
data files
ii  gvfs-daemons1.48.2-0ubuntu1 
   amd64userspace virtual filesystem - servers
ii  gvfs-fuse   1.48.2-0ubuntu1 
   amd64userspace virtual filesystem - fuse 
server
ii  gvfs-libs:amd64 1.48.2-0ubuntu1 
   amd64userspace virtual filesystem - private 
libraries

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

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

Title:
  gvfd-smb is spinning at close 100% CPU and spamming journald

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


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

[Bug 811672] [NEW] nautilus use the wrong broadcast address to search for smb servers

2011-07-16 Thread Matthieu Patou
Public bug reported:

My computer is moving between two LANs with both server exporting
SMB/CIFS shares.

Last time I booted and logged on my computer it was in LAN 10.6.0.0/26.

Today I tried to use nautilus to browse share in the 192.168.10.0/24 lan
and it failed to show my samba server at 192.168.10.222.

Tracing while clicking in Windows Network icon in nautilus produced
this trace:

mat@ares:/var$ sudo tcpdump -i wlan0 -n not port 22
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on wlan0, link-type EN10MB (Ethernet), capture size 65535 bytes
00:27:09.597408 IP 192.168.10.163.53624  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:09.868496 IP 192.168.10.163.53624  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:10.139612 IP 192.168.10.163.53624  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:12.038007 IP 192.168.10.163.41865  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:12.309160 IP 192.168.10.163.41865  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:12.580556 IP 192.168.10.163.41865  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:13.501035 ARP, Reply 192.168.10.164 is-at 64:a7:69:e2:78:20, length 28
00:27:14.478981 IP 192.168.10.163.54671  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:14.750114 IP 192.168.10.163.54671  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:15.021351 IP 192.168.10.163.54671  10.6.0.63.137: NBT UDP PACKET(137): 
QUERY; REQUEST; BROADCAST
00:27:28.554010 ARP, Reply 192.168.10.164 is-at 64:a7:69:e2:78:20, length 28
00:27:34.568594 IP 192.168.10.163.5353  224.0.0.251.5353: 0 PTR (QM)? 
_daap._tcp.local. (34)
00:27:43.709400 ARP, Reply 192.168.10.164 is-at 64:a7:69:e2:78:20, length 28
^C
13 packets captured
13 packets received by filter
0 packets dropped by kernel


mat@ares:/var$ ifconfig wlan0
wlan0 Link encap:Ethernet  HWaddr 00:21:5d:09:63:38  
  inet addr:192.168.10.163  Bcast:192.168.10.255  Mask:255.255.255.0
  inet6 addr: fe80::221:5dff:fe09:6338/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:2292003 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1734333 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:2074865187 (2.0 GB)  TX bytes:382780967 (382.7 MB)


It's clear that Nautilus is trying to do a broadcast on another and of course 
it won't be able to find any resources this way.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: nautilus 1:2.32.2.1-0ubuntu13
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Sun Jul 17 00:56:47 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413.1)
ProcEnviron:
 LANGUAGE=fr_FR:en
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  nautilus use the wrong broadcast address to search for smb servers

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

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


[Bug 811672] Re: nautilus use the wrong broadcast address to search for smb servers

2011-07-16 Thread Matthieu Patou
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/811672

Title:
  nautilus use the wrong broadcast address to search for smb servers

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

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


[Bug 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2011-07-08 Thread Matthieu Patou
Not anymore but was nasty for 6 months ...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/661797

Title:
  keyboard applet didn't show anymore the keyboard disposition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+subscriptions

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


[Bug 661797] [NEW] keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou
Public bug reported:

Binary package hint: gnome-control-center

Up to Ubuntu 10.04 the keyboard applet used to display the keyboard
laybout (FR, RU, US, ...) after upgrading to 10.10 there is only a
useless keyboard icon.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-control-center 1:2.32.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
Architecture: i386
Date: Sat Oct 16 20:24:04 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center

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


** Tags: apport-bug i386 maverick

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou


-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou
Brian, sorry I'm not quite sure I get the question. So the applet
appears as soon you choose more than 1 keyboard mapping. I just tried
the keyboard accessibility applet and it's not showing the keyboard
state as well.

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou

** Attachment added: lcpci -vvnn
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696947/+files/lspci

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou
uname -a:
Linux ares 2.6.35-22-generic-pae #33-Ubuntu SMP Sun Sep 19 22:14:14 UTC 2010 
i686 GNU/Linux


** Attachment added: dmesg result
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696946/+files/dmesg

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou

** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696953/+files/Xorg.0.log

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou

** Attachment added: dpkg.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696954/+files/dpkg.log

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 661797] Re: keyboard applet didn't show anymore the keyboard disposition

2010-10-16 Thread Matthieu Patou

** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/661797/+attachment/1696952/+files/Xorg.0.log

-- 
keyboard applet didn't show anymore the keyboard disposition
https://bugs.launchpad.net/bugs/661797
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 582550] [NEW] Nautilus seems to use the wrong password for connecting to a share

2010-05-18 Thread Matthieu Patou
Public bug reported:

Binary package hint: nautilus

When tracing the connection of nautilus to my personal samba server I noticed 
that I had a lot of LOGON_FAILURE.
I have on my ubuntu workstation the same password for my account (mat) and in 
the samba server (set by smbpasswd mat).
I configured my /etc/samba/smb.conf to have the same netbios domain (MATWS) so 
I logically saw a request for authentication with MATWS\mat and it fails. On 
some kind of request (ie. listing shares) nautilus will use the anonymous 
login, on some other (the one that needs a real user), it finaly manage to 
connect after authentication with WORKGROUP\mat.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: nautilus 1:2.30.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic-pae 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic-pae i686
Architecture: i386
Date: Wed May 19 01:52:41 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: apport-bug i386 lucid

-- 
Nautilus seems to use the wrong password for connecting to a share
https://bugs.launchpad.net/bugs/582550
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 582550] Re: Nautilus seems to use the wrong password for connecting to a share

2010-05-18 Thread Matthieu Patou

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48683429/Dependencies.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/48683430/usr_lib_nautilus.txt

-- 
Nautilus seems to use the wrong password for connecting to a share
https://bugs.launchpad.net/bugs/582550
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 582550] Re: Nautilus seems to use the wrong password for connecting to a share

2010-05-18 Thread Matthieu Patou

** Attachment added: Wireshark trace
   http://launchpadlibrarian.net/48683870/trace

-- 
Nautilus seems to use the wrong password for connecting to a share
https://bugs.launchpad.net/bugs/582550
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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