You are not logged in.
Pages: 1
After a while of working, apps don't open, but the already working apps continue working without any problems, and I have to logout from the session and re-login again to make things work again,
any suggestions ?
Last edited by nagyation (2016-07-14 23:57:37)
Offline
Offline
Offline
Don't apologise; provide more detail.
Offline
Help us help you. Provide:
- output of
uname -a
and
pacman -Qi linux
- DE/WM (gnome, kde, openbox, i3, etc..)
- dmesg log of when the issue occurs
- What happens when this issue happens and you open a terminal to start an app? What is the output?
Pretty much anything else that would help should be added to your post. Take a read on the sticky https://bbs.archlinux.org/viewtopic.php?id=57855
Offline
Help us help you. Provide:
- output ofuname -a
and
pacman -Qi linux
- DE/WM (gnome, kde, openbox, i3, etc..)
- dmesg log of when the issue occurs
- What happens when this issue happens and you open a terminal to start an app? What is the output?
Pretty much anything else that would help should be added to your post. Take a read on the sticky https://bbs.archlinux.org/viewtopic.php?id=57855
Output :
Linux localhost 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64 GNU/Linux
and
Name : linux
Version : 4.6.3-1
Description : The Linux kernel and modules
Architecture : x86_64
URL : http://www.kernel.org/
Licenses : GPL2
Groups : base
Provides : None
Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
Optional Deps : crda: to set the correct wireless channels of your country
Required By : broadcom-wl
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 75.85 MiB
Packager : Tobias Powalowski <tpowa@archlinux.org>
Build Date : Fri 24 Jun 2016 09:20:35 PM EET
Install Date : Thu 30 Jun 2016 06:06:47 PM EET
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature
when apps stops starting I open a Virtual console, and restart or logout and log in again, and sometimes I have to do a shutdown
I'm using various Environments a (Gnome-Kate-Deepin) and it happens with all of them
Thanks in advance.
Last edited by nagyation (2016-07-13 00:24:45)
Offline
When programs stop working, post the output of you trying to run them from a console so we can see the actual error you are getting.
Offline
When programs stop working, post the output of you trying to run them from a console so we can see the actual error you are getting.
Also, please post the Xorg log ("/var/log/Xorg*") from the session that stopped working correctly.
Offline
I have the same problem, I think. As nearly as I can tell, files ~/.config/openbox/menu.xml and rc.xml are not being processed. My menus do not include the items they had, yesterday. The files still contain the code for the missing items.
Starting the programs from the terminal works as expected.
Tim
PS - Running "openbox --reconfigure" does not process the menu and rc files, either.
Last edited by ratcheer (2016-07-13 13:43:54)
Offline
When programs stop working, post the output of you trying to run them from a console so we can see the actual error you are getting.
When apps stop starting, I can't actually run a terminal either.
Edit:
One time this case happened while I had a terminal already up and running, I tried to open an app from it, and no output was showing, it stays for a while then it's killed
Last edited by nagyation (2016-07-13 16:21:01)
Offline
atomicbeef wrote:When programs stop working, post the output of you trying to run them from a console so we can see the actual error you are getting.
When apps stop starting, I can't actually run a terminal either.
The expectation here is that you had run the program from the terminal, and any messages that had been output would still be visible.
When this happens, can you reach a console using Ctrl-Alt-F2? Can you log in?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
nagyation wrote:atomicbeef wrote:When programs stop working, post the output of you trying to run them from a console so we can see the actual error you are getting.
When apps stop starting, I can't actually run a terminal either.
The expectation here is that you had run the program from the terminal, and any messages that had been output would still be visible.
When this happens, can you reach a console using Ctrl-Alt-F2? Can you log in?
I edited my answer, and yes I can do that, I actually do that to restart
Offline
Linux localhost 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64 GNU/Linux
So the hostname is set to localhost
Hostname also Set_the_hostname
This tool distinguishes three different hostnames: the high-level
"pretty" hostname which might include all kinds of special characters
(e.g. "Lennart's Laptop"), the static hostname which is used to
initialize the kernel hostname at boot (e.g. "lennarts-laptop"), and
the transient hostname which is a fallback value received from network
configuration. If a static hostname is set, and is valid (something
other than localhost), then the transient hostname is not used.
Offline
When your "apps" stop working, run these two commands in a terminal and post the output here, including the command prompt:
cat /etc/hostname
hostname
edit: post above.
Last edited by Alad (2016-07-13 16:36:03)
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Linux localhost 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64 GNU/Linux
So the hostname is set to localhost
Indeed. I've always heard and read about hostname issues preventing programs from running properly, but I've always thought this was a theoretical problem. Those actually things happen. Wow.
Offline
See the second item of: https://wiki.archlinux.org/index.php/Talk:Xorg
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Offline
Not sure where you're getting that from. Have you used xhost as the wiki discussion above suggests?
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
When your "apps" stop working, run these two commands in a terminal and post the output here, including the command prompt:
cat /etc/hostname hostname
edit: post above.
cat /etc/hostname
it gave me :
Not such file or directory
so I created a hostname
See the second item of: https://wiki.archlinux.org/index.php/Talk:Xorg
apps weren't working in deepin environment on first start, but after I added a xhost and reboot to deepin, apps started,
so I'll work with it for a while and see what happens
Last edited by nagyation (2016-07-14 10:43:07)
Offline
Not such file or directory
How did you even install Arch? A video from youtube, blog post maybe? The wiki guides tell you to create this file on installation, so I'm wondering.
Last edited by Alad (2016-07-14 20:14:17)
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Offline
loqs wrote:Linux localhost 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64 GNU/Linux
So the hostname is set to localhost
Indeed. I've always heard and read about hostname issues preventing programs from running properly, but I've always thought this was a theoretical problem. Those actually things happen. Wow.
Ditto. The myth has been proven.
From arch installation guide?
As a caution, read through it again and make sure you've set up your arch accordingly. The hostname has it's own section in the install guide so it is hard to miss. Is your issue now resolved? If so, please edit your first post in this thread and append [Solved] to the title.
Offline
I guess after testing for long time now, the problem is solved by adding xhost, Thanks all.
Awebb wrote:loqs wrote:Linux localhost 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64 GNU/Linux
So the hostname is set to localhost
Indeed. I've always heard and read about hostname issues preventing programs from running properly, but I've always thought this was a theoretical problem. Those actually things happen. Wow.
Ditto. The myth has been proven.
nagyation wrote:From arch installation guide?
As a caution, read through it again and make sure you've set up your arch accordingly. The hostname has it's own section in the install guide so it is hard to miss. Is your issue now resolved? If so, please edit your first post in this thread and append [Solved] to the title.
I didn't know it's that important, I'll read about it again, but it wasn't causing that problem (not the first time to install arch anyway, and this problem arose after a while of using arch).
Thanks.
Offline
Pages: 1