-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back-in-time hangs on xdpyinfo #854
Comments
Same here with openSUSE Tumbleweed |
Opensuse 42.3 I was also am experiencing this issue. Two other things to note:
Jan 13 06:00:04 sma-server3 CRON[24960]: pam_unix(crond:session): session closed for user sma-user3x ....[ Here is the message I received as noted above ].... Jan 13 06:00:05 sma-server3 postfix/pickup[23584]: 227472563E7: uid=1000 from= ....[ Here is the second instance starting ].... ....[ At 11:06 I killed the xdpyinfo apps ].... Jan 13 11:06:45 sma-server3 python3[26532]: backintime (sma-user3x/1): INFO: Create hard-links And so on normally until the end: |
I have gotten 2 of 3 backups working again. I de-installed xdpyinfo; it is apparently not very important. The 2 working backups are in user space. The non-working backup is in root space; it just hangs waiting for something, I know not what. ----[ Here is the output from a hung session ]---- Is there any way to get more info on what BIT is (not) doing? |
@jasiomonitor and @jim-moe There is a new forming maintaining team and we do review all issues. Is this problem still relevant for you or did you find a solution? Tag: Feedback, external tools (xdpinfo), Enhancement I suggest to keep it open and take a closer look about how and why BIT calls |
Hi,
Thank you for the info.
Currently I'm on a vacation leave, with no access to my resources, so I
really can't tell. I even do not remember what the problem was about, and
if I found any fix or solution.
I'll be able to return to it in a month's time.
Best regards.
Jan.
niedz., 25 wrz 2022, 10:09 użytkownik buhtzz ***@***.***>
napisał:
… @jasiomonitor <https://github.com/jasiomonitor> and @jim-moe
<https://github.com/jim-moe> There is a new forming maintaining team and
we do review all issues. Is this problem still relevant for you or did you
find a solution?
Tag: Feedback, external tools (xdpinfo), Enhancement
I suggest to keep it open and take a closer look about how and why BIT
calls xdpinfo. I also assume it can be replaced by a python package.
—
Reply to this email directly, view it on GitHub
<#854 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFA5ENCXTXBLKLJX74GIJK3WAACFNANCNFSM4EJPXT6Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Dear @jasiomonitor and @jim-moe, Please try to reproduce the problem with the latest BIT 1.3.3. |
I need to close the issue in the near future if no new information is added to it. |
Hi,
Thank you for your patience.
At the moment I'm to far away from the computer on which the original issue
was observed, to tell if I can reproduce it on the newer version. I expect
to be able to do it in the other half of August.
Best regards
Jan.
wt., 1 sie 2023, 14:08 użytkownik buhtz ***@***.***> napisał:
… I need to close the issue in the near future if no new information is
added to it.
—
Reply to this email directly, view it on GitHub
<#854 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFA5ENCQWF6TGOOFT4K3VM3XTDPSNANCNFSM4EJPXT6Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It looks like this problem was caused by the system tray plugin (formerly known as
This GUI plugin was even called when BiT CLI was started via a CRON job and spawned an Since my fix of #1306 on July 17, 2023, This old function is still in use for other BiT functionality:
Lines 231 to 247 in cee422e
Line 351 in cee422e
New backintime/common/diagnostics.py Lines 189 to 204 in cee422e
So I think we can close this issue (after a grace period of a few weeks) unless @jasiomonitor and @jim-moe report otherwise here. |
Feel free to re-open if you have new information. |
Hi,
After having configured back-in-time, I run it as a cron.daily automated routine.
Until quite recently it worked just fine, but a few days ago it suddenly stopped. I noticed that the daily backup had not been completed, and back-in-time waited for xdpyinfo process to exit, which did not actually happen. After I killed xdpyinfo manually, the backup resumed and completed without any further errors. On my machine the problem is fully replicable as long, as back-in-time is called from cron or a terminal console. However, when run from a terminal console window with the same privileges it executes successfully without any flaws. Xdpyinfo itself when run from the terminal console immediately returns with an exit code 1 and an error message saying 'unable to open display ""'. In the terminal window it lists some graphic-related information and exits with the exit code 0.
I use OpenSUSE Leap 42.3, kernel Linux version 4.4.103-36-default (after an upgrade, previously since October it was 4.4.92 ). Backintime is 1.1.20 as packaged by OpenSUSE mainteners, which was upgraded early December.
The issue may be related to an upgrade which was done the evening before the flaw occurred for the first time. The following packages were then updated:
Google did not find any traces of a similar issue.
The text was updated successfully, but these errors were encountered: