[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-03-03 Thread Steve
The Firefox issue can be found at:
https://bugzilla.mozilla.org/show_bug.cgi?id=1882449

The issue has been closed and supposedly fixed. The target milestone has
been set to 125, which I assume means that it should be included in the
Firefox 125 release planned for 16 April 2024. In the meantime, the
recommended workaround is to run Firefox with
`MOZ_DISABLE_WAYLAND_PROXY=1`.

** Bug watch added: Mozilla Bugzilla #1882449
   https://bugzilla.mozilla.org/show_bug.cgi?id=1882449

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

Title:
  /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too
  many files to send

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  GDM, or more specifically is flooding systemd journal and
  /var/log/syslog via rsyslogd with gigabytes of the following messages:

  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send

  
  I noticed the problem when I started to run out of disk because 
/var/log/syslog was consuming more than 400GiB. I noticed that rsyslogd starts 
to consume a lot of CPU trying to process such volume of messages.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-27 Thread Frederic Van Espen
This is probably the same issue:
https://bbs.archlinux.org/viewtopic.php?pid=2153594

I don't have the issue when I launch firefox like: MOZ_ENABLE_WAYLAND=0
firefox

MOZ_ENABLE_WAYLAND=1 became the default in firefox 121.

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

Title:
  /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too
  many files to send

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  GDM, or more specifically is flooding systemd journal and
  /var/log/syslog via rsyslogd with gigabytes of the following messages:

  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send

  
  I noticed the problem when I started to run out of disk because 
/var/log/syslog was consuming more than 400GiB. I noticed that rsyslogd starts 
to consume a lot of CPU trying to process such volume of messages.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-26 Thread Steve
Also have this issue (100% cpu usage by /usr/sbin/rsyslogd) with Firefox
in Sway on Ubuntu 22.04. So far I've only noticed this after reloading
the sway config (`swaymsg reload` or Mod+Shift+c).

Fabien (afabien) wrote:
> To avoid having disk full problems, I used the following workaround:
>
> I created a file /etc/rsyslog.d/10-no-gdm-wayland.conf
> Containing the following lines:
> :msg, contains, "Error: WaylandMessage::Write() too many files to send" ~
> :msg, contains, " :" ~
>
> And then restarted rsyslog (as root): systemctl restart rsyslog.service

This workaround didn't work for me, even after replacing the `~` with
`stop`.

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

Title:
  /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too
  many files to send

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  GDM, or more specifically is flooding systemd journal and
  /var/log/syslog via rsyslogd with gigabytes of the following messages:

  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send

  
  I noticed the problem when I started to run out of disk because 
/var/log/syslog was consuming more than 400GiB. I noticed that rsyslogd starts 
to consume a lot of CPU trying to process such volume of messages.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-26 Thread BjornW
Same problem here. Any suggestions on how I may help fixing this?

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

Title:
  /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too
  many files to send

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  GDM, or more specifically is flooding systemd journal and
  /var/log/syslog via rsyslogd with gigabytes of the following messages:

  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send

  
  I noticed the problem when I started to run out of disk because 
/var/log/syslog was consuming more than 400GiB. I noticed that rsyslogd starts 
to consume a lot of CPU trying to process such volume of messages.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-24 Thread Zoe
This actually also affects other distros, I use Arch Linux and Sway on
my Laptop and Ubuntu on my PC. I have the same issue on Arch Linux Sway.

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

Title:
  /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too
  many files to send

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  GDM, or more specifically is flooding systemd journal and
  /var/log/syslog via rsyslogd with gigabytes of the following messages:

  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send

  
  I noticed the problem when I started to run out of disk because 
/var/log/syslog was consuming more than 400GiB. I noticed that rsyslogd starts 
to consume a lot of CPU trying to process such volume of messages.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-22 Thread Sean Burns
Same problem and also related to Firefox but using Firefox via apt and
not snap.

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

Title:
  /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too
  many files to send

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  GDM, or more specifically is flooding systemd journal and
  /var/log/syslog via rsyslogd with gigabytes of the following messages:

  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send

  
  I noticed the problem when I started to run out of disk because 
/var/log/syslog was consuming more than 400GiB. I noticed that rsyslogd starts 
to consume a lot of CPU trying to process such volume of messages.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-19 Thread Daniel van Vugt
** No longer affects: gdm3 (Ubuntu Jammy)

** Package changed: gdm3 (Ubuntu) => firefox (Ubuntu)

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

Title:
  /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too
  many files to send

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  GDM, or more specifically is flooding systemd journal and
  /var/log/syslog via rsyslogd with gigabytes of the following messages:

  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send

  
  I noticed the problem when I started to run out of disk because 
/var/log/syslog was consuming more than 400GiB. I noticed that rsyslogd starts 
to consume a lot of CPU trying to process such volume of messages.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp