On 4/14/25 11:51, Pocket wrote:
On 4/14/25 11:04 AM, gene heskett wrote:
On 4/14/25 09:18, Pocket wrote:
On 4/14/25 8:35 AM, gene heskett wrote:

But while there is a call to docker on an ipv4 address starting with 172 in the trace output, I don't recall ever setting up docker on this system.  So who can help me check to see if its missing and this freeze is the timeout
while its waiting for docker to reply to the poll?

Docker is a systemd-nspawn want to be.

It is nothing more that a container/virtual manager.

Don't know why you need it.








All I suspect true, and now that I've considered it overnight, doesn't appear to be related to the freeze. That continues w/o abatement and has been the since the bookworm install. I continue to look for ways to troubleshoot this, but lack the knowledge and tools to proceed. Suggestions as to how to proceed, will be checked. Thank you Andy. Take care of #1, yourself.

Cheers, Gene Heskett, CET.

To be of any help I would need to know what is fd33.

the only info I can obtain is that fd33 is some kind of file descriptor.

ls -l /proc/$$/fd will list all open file descriptors.

Here are two copies of that, first is with PrusaSlicer runnin, 2nd its been stopped and OrcaSlicer is running.

gene@coyote:~/AppImages$ ls -l /proc/$$/fd
total 0
lrwx------ 1 gene gene 64 Apr 13 15:32 0 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 1 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 2 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 255 -> /dev/pts/12
gene@coyote:~/AppImages$ ls -l /proc/$$/fd
total 0
lrwx------ 1 gene gene 64 Apr 13 15:32 0 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 1 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 2 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 255 -> /dev/pts/12

No change OrcaSlicer stopped

gene@coyote:~/AppImages$ ls -l /proc/$$/fd
total 0
lrwx------ 1 gene gene 64 Apr 13 15:32 0 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 1 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 2 -> /dev/pts/12
lrwx------ 1 gene gene 64 Apr 13 15:32 255 -> /dev/pts/12

So I see no connection to an AppImage


lsof -a -p $$ another way of listing file descriptors
also gives 3 identical results.

lsof -i -a -p $$ lists onlt network file descriptors
shows nothing with OrcaSlicer running

lsof -p $$ 2>/dev/null | awk '$NF ~ /\/pts\//' will list file descriptors that are attached to any terminal
gene@coyote:~/AppImages$ lsof -p $$ 2>/dev/null | awk '$NF ~ /\/pts\//'
bash    3607 gene    0u   CHR 136,12      0t0       15 /dev/pts/12
bash    3607 gene    1u   CHR 136,12      0t0       15 /dev/pts/12
bash    3607 gene    2u   CHR 136,12      0t0       15 /dev/pts/12
bash    3607 gene  255u   CHR 136,12      0t0       15 /dev/pts/12

ls /proc/$$/fd/* will list the fieldescriptors directly


https://www.golinuxcloud.com/linux-file-descriptors/
gene@coyote:~/AppImages$ ulimit -n (in the shell that was running the apps
1024

So a limit of 32 theory is a false alarm.

Next idea, this one is dead IMO. And apparently removes docker from the suspects lineup. next is the missing fonts.  IDK if they are even available from debian.

this is stdout to the screen from:

gene@coyote:~/AppImages$ strace OrcaSlicer 2>strace.stderr
[2025-04-14 14:26:44.187448] [0x00007ff206efd540] [trace]  Initializing StaticPrintConfigs
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
add font of NanumGothic-Regular returns 1
add font of NanumGothic-Bold returns 1
loading network module at /home/gene/.config/OrcaSlicer/plugins/libbambu_networking.so
after dlopen, network_module is 0x55ff9c53cb60
1. lo    : 127.0.0.1
2. eno1  : 192.168.71.3
3. docker0: 172.17.0.1

A 1 return is failure?

Thank you Pocket.

Cheers, Gene Heskett, CET.

--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis

Reply via email to