Qt session management error could not open network socket

I using Ubuntu 20.10. All of a sudden, VLC cannot be started. When trying to run it through the command line, I get: $ vlc VLC media player 3.0.12.1 Vetinari (revision 3.0.12.1-0-g170157402b) [

I using Ubuntu 20.10. All of a sudden, VLC cannot be started. When trying to run it through the command line, I get:

$ vlc
VLC media player 3.0.12.1 Vetinari (revision 3.0.12.1-0-g170157402b)
[00005573fa81cb40] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Qt: Session management error: Could not open network socket
Fontconfig warning: FcPattern object weight does not accept value [40 200)
Segmentation fault (core dumped)

BeastOfCaerbannog's user avatar

asked Jan 27, 2021 at 13:26

Uri's user avatar

6

VLC works well with the apt package, contrary to the snap package.

BeastOfCaerbannog's user avatar

answered Jun 4, 2021 at 7:11

user1301894's user avatar

This works for me:

sudo rm /var/cache/fontconfig/*
rm ~/.cache/fontconfig/*
fc-cache -r

answered 2 days ago

Salehi's user avatar

New contributor

Salehi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

I had the same problem with another program. For me it was due to a restriction by the router: Ubuntu was connected to a FritzBox as guest and the FritzBox seems that was blocking this connection.

As soon as I changed to a normal connection, the problem was solved!

BeastOfCaerbannog's user avatar

answered Mar 17, 2021 at 8:44

Nic Stray's user avatar

The browser version you are using is not recommended for this site.
Please consider upgrading to the latest version of your browser by clicking one of the following links.

  • Safari
  • Chrome
  • Edge
  • Firefox

Article ID: 000084094

Content Type: Troubleshooting

Last Reviewed: 10/15/2012

Qt: Session management error: Could not open network socket

Environment

BUILT IN — ARTICLE INTRO SECOND COMPONENT

Description

You may this error when compiling a design in the Quartus® II software or running the MegaWizard™ Plug-In Manager while using VNC. The message indicates that the session manager for VNC was trying to save the state of the Quartus® II software in the event that the user logs out while the Quartus II software is still running. This behavior is not supported by the Quartus II software, and the error message can safely be ignored.

Resolution

You can disable the message from appearing by running the command

unset SESSION_MANAGER

Note that this command will completely disable the session manager from running.

  • Description
  • Resolution

Need more help?

Alt text to be used for img

Give Feedback

Disclaimer

View previous topic :: View next topic   Author Message tnt
Veteran
Veteran

Joined: 27 Feb 2004
Posts: 1187

PostPosted: Tue Mar 02, 2004 2:49 am    Post subject: Session management error Reply with quote

is this something common during «emerge kde» or i sould change something in my config?

Quote:
Session management error: Could not open network socket

Session management error: Could not open network socket

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o command_url_widget_ui.h ./command_url_widget_ui.ui

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o menuentry_widget_ui.h ./menuentry_widget_ui.ui

Session management error: Could not open network socket

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o triggers_tab_ui.h ./triggers_tab_ui.ui

Session management error: Could not open network socket

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o general_tab_ui.h ./general_tab_ui.ui

Session management error: Could not open network socket

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o action_group_tab_ui.h ./action_group_tab_ui.ui

Session management error: Could not open network socket

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o dcop_widget_ui.h ./dcop_widget_ui.ui

Session management error: Could not open network socket

Session management error: Could not open network socket

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o main_buttons_widget_ui.h ./main_buttons_widget_ui.ui

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o actions_listview_widget_ui.h ./actions_listview_widget_ui.ui

Session management error: Could not open network socket

/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -o info_tab_ui.h ./info_tab_ui.ui

Session management error: Could not open network socket



i did «emerge -f kde» and then «emerge kde», so theoreticly network is not needed… :roll:

Back to top

View user's profile Send private message

Ateo
Advocate
Advocate

Joined: 02 Jun 2003
Posts: 2021
Location: Republic of California

PostPosted: Tue Mar 02, 2004 2:59 am    Post subject: Reply with quote

emerge -f does need a network connection. -f fetches the file only. If you did a -f first, then a normal emerge, then no, you won’t need a network connection AFTER the emerge -f…..
Back to top

View user's profile Send private message

tnt
Veteran
Veteran

Joined: 27 Feb 2004
Posts: 1187

PostPosted: Tue Mar 02, 2004 3:02 am    Post subject: Reply with quote

ok, but then why can i see those errors:

Quote:
Session management error: Could not open network socket

:?:

Back to top

View user's profile Send private message

Ateo
Advocate
Advocate

Joined: 02 Jun 2003
Posts: 2021
Location: Republic of California

PostPosted: Tue Mar 02, 2004 3:18 am    Post subject: Reply with quote

So what you’re saying is that emerge -f kde worked fine, downloaded everything… But emerge kde gives you those errors? Is this correct?
Back to top

View user's profile Send private message

tnt
Veteran
Veteran

Joined: 27 Feb 2004
Posts: 1187

PostPosted: Tue Mar 02, 2004 3:44 am    Post subject: Reply with quote

yes, and that has happened in the time i was online, too.

it reports that error and after that goes on… at the and emerge exits normaly and no final error is reported… very confusing… :roll:

Back to top

View user's profile Send private message

Ateo
Advocate
Advocate

Joined: 02 Jun 2003
Posts: 2021
Location: Republic of California

PostPosted: Tue Mar 02, 2004 4:20 am    Post subject: Reply with quote

Ok. I misinterpreted your issue. To be honest, I’ve never seen that issue so I’m unable to assist since I haven’t the slightest clue…
Back to top

View user's profile Send private message

tnt
Veteran
Veteran

Joined: 27 Feb 2004
Posts: 1187

PostPosted: Tue Mar 02, 2004 4:47 am    Post subject: Reply with quote

i saw that someone had similar problem, but i was unable to find any solution for this:

http://braindamage.alal.com/archives/gentoo-user/20030924/3724.html

:(

Back to top

View user's profile Send private message

nbensa
l33t
l33t

Joined: 10 Jul 2002
Posts: 799
Location: Buenos Aires, Argentina

PostPosted: Tue Mar 02, 2004 4:55 am    Post subject: Reply with quote

Me too. But I didn’t have the time to investigate the problem.
Back to top

View user's profile Send private message

tnt
Veteran
Veteran

Joined: 27 Feb 2004
Posts: 1187

PostPosted: Tue Mar 02, 2004 5:14 am    Post subject: Reply with quote

is it working for you even you had those errors?
Back to top

View user's profile Send private message

nbensa
l33t
l33t

Joined: 10 Jul 2002
Posts: 799
Location: Buenos Aires, Argentina

PostPosted: Tue Mar 02, 2004 5:16 am    Post subject: Reply with quote

Yup. Everything is perfectly ok, except for the error.
Back to top

View user's profile Send private message

pilla
Bodhisattva
Bodhisattva

Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Mar 02, 2004 1:53 pm    Post subject: Reply with quote

Moved from IG
_________________
«I’m just very selective about the reality I choose to accept.» — Calvin
Back to top

View user's profile Send private message

Mikessu
Bodhisattva
Bodhisattva

Joined: 11 Oct 2003
Posts: 220
Location: Oulu, Finland

PostPosted: Fri Mar 12, 2004 5:08 pm    Post subject: Reply with quote

I’m having this same error when emerging KDE. (Currently kdeedu-3.2.0)
Back to top

View user's profile Send private message

bobzyeruncle
n00b
n00b

Joined: 27 Sep 2003
Posts: 3

PostPosted: Sat Mar 13, 2004 12:52 am    Post subject: Reply with quote

Are you on a home network? I’ve noticed that Outlook Express seems to hog the network connection when checking for mail.
_________________
http://www.catb.org/~esr/faqs/smart-questions.html#before
Back to top

View user's profile Send private message

kavau
Tux’s lil’ helper
Tux's lil' helper

Joined: 28 Jul 2004
Posts: 87

PostPosted: Sat Sep 18, 2004 1:37 am    Post subject: Re: Session management error Reply with quote

tnt wrote:
Quote:
Session management error: Could not open network socket



I’m getting those errors all the time, too, but emerge still works correctly. No idea why…
_________________
Brain surgeon general’s warning: reading books and magazines may be hazardous to your ignorance.

Back to top

View user's profile Send private message

zerojay
Veteran
Veteran

Joined: 09 Aug 2003
Posts: 1033

PostPosted: Tue Oct 12, 2004 7:05 am    Post subject: Reply with quote

Same errors coming up as well while in the middle of building pieces of KDE. Hmm. I’m using KDM and I’ve never seen these errors before.
Back to top

View user's profile Send private message

zerojay
Veteran
Veteran

Joined: 09 Aug 2003
Posts: 1033

PostPosted: Tue Oct 12, 2004 7:07 am    Post subject: Reply with quote

Is everyone here using userpriv in their FEATURES of make.conf? I get the feeling it’s somehow related.
Back to top

View user's profile Send private message

zerojay
Veteran
Veteran

Joined: 09 Aug 2003
Posts: 1033

PostPosted: Tue Oct 12, 2004 7:16 am    Post subject: Reply with quote

It’s a harmless error that’s caused by running all your portage stuff as the portage user instead of as root.
Back to top

View user's profile Send private message

Display posts from previous:   

Понравилась статья? Поделить с друзьями:
  • Qt designer как изменить фон
  • Qqmlapplicationengine failed to load component network error
  • Qgis как изменить язык
  • Pytorch memory error
  • Python перезапуск программы при ошибке