kpocza / LoWe

Linux on Windows extender
MIT License
244 stars 17 forks source link

lowaAgent exit without errors not launching X #18

Open masaykh opened 3 years ago

masaykh commented 3 years ago

./loweagent -l debug -e X [INFO]{args}: loglevel: DEBUG [DEBUG]{config}: Opening config file: /home/maks/lowe/loweagent.conf [DEBUG]{config}: Registered device with name: fb [DEBUG]{config}: Registered device with name: tty [DEBUG]{config}: Registered device with name: alsa [DEBUG]{config}: Registered device with name: evmice [DEBUG]{config}: Registered device with name: evkbd [DEBUG]{config}: Registered device with name: sys [INFO]{config}: Config loaded successfully [INFO]{main}: Determining program mode from exec param: X [INFO]{main}: Main program name is X [INFO]{main}: App config identified [INFO]{main}: Device handler configured [INFO]{checkexposer}: Ensuring LoWeExposer handled devices... [DEBUG]{factory}: Opening: /dev/fb0 [DEBUG]{factory}: new DeviceHandlerFrameBuffer: /dev/fb0 [INFO]{fb}: Path: /dev/fb0 [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /tmp/fb0 [DEBUG]{factory}: new DeviceHandlerFrameBuffer: /tmp/fb0 [INFO]{fb}: Path: /tmp/fb0 [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/tty0 [DEBUG]{factory}: new DeviceHandlerTTY: /dev/tty0 [INFO]{tty}: Path: /dev/tty0 [DEBUG]{tty}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/tty99 [DEBUG]{factory}: new DeviceHandlerTTY: /dev/tty99 [INFO]{tty}: Path: /dev/tty99 [DEBUG]{tty}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/input/evmice [DEBUG]{factory}: new DeviceHandlerEvMice: /dev/input/evmice [INFO]{mice}: Path: /dev/input/evmice [DEBUG]{mice}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/input/evkbd [DEBUG]{factory}: new DeviceHandlerEvKeyboard: /dev/input/evkbd [INFO]{kbd}: Path: /dev/input/evkbd [DEBUG]{kbd}: Fully closing fd: -1 [INFO]{checkexposer}: Connecting to LoWeExposer on port no. 12345 [DEBUG]{socket}: Connected to port no 12345 on host 172.30.0.1 [DEBUG]{checkexposer}: Exposer setup response FBUF - 51014 [DEBUG]{checkexposer}: Exposer setup response MICE - 51015 [DEBUG]{checkexposer}: Exposer setup response KEYB - 51016 [DEBUG]{factory}: Opening: /dev/fb0 [DEBUG]{factory}: new DeviceHandlerFrameBuffer: /dev/fb0 [INFO]{fb}: Path: /dev/fb0 [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{checkexposer}: Setting up port 51014 for FBUF [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /tmp/fb0 [DEBUG]{factory}: new DeviceHandlerFrameBuffer: /tmp/fb0 [INFO]{fb}: Path: /tmp/fb0 [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{checkexposer}: Setting up port 51014 for FBUF [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/tty0 [DEBUG]{factory}: new DeviceHandlerTTY: /dev/tty0 [INFO]{tty}: Path: /dev/tty0 [DEBUG]{tty}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/tty99 [DEBUG]{factory}: new DeviceHandlerTTY: /dev/tty99 [INFO]{tty}: Path: /dev/tty99 [DEBUG]{tty}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/input/evmice [DEBUG]{factory}: new DeviceHandlerEvMice: /dev/input/evmice [INFO]{mice}: Path: /dev/input/evmice [DEBUG]{checkexposer}: Setting up port 51015 for MICE [DEBUG]{mice}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/input/evkbd [DEBUG]{factory}: new DeviceHandlerEvKeyboard: /dev/input/evkbd [INFO]{kbd}: Path: /dev/input/evkbd [DEBUG]{checkexposer}: Setting up port 51016 for KEYB [DEBUG]{kbd}: Fully closing fd: -1 [INFO]{main}: Checking the availability of all devices... [DEBUG]{factory}: Opening: /dev/fb0 [DEBUG]{factory}: new DeviceHandlerFrameBuffer: /dev/fb0 [INFO]{fb}: Path: /dev/fb0 [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{checker}: Examining device: FBUF [INFO]{fb}: Device check ok [DEBUG]{socket}: Connected to port no 51014 on host 172.30.0.1 [DEBUG]{fb}: Ok [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /tmp/fb0 [DEBUG]{factory}: new DeviceHandlerFrameBuffer: /tmp/fb0 [INFO]{fb}: Path: /tmp/fb0 [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{checker}: Examining device: FBUF [INFO]{fb}: Device check ok [DEBUG]{socket}: Connected to port no 51014 on host 172.30.0.1 [DEBUG]{fb}: Ok [DEBUG]{fb}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/tty0 [DEBUG]{factory}: new DeviceHandlerTTY: /dev/tty0 [INFO]{tty}: Path: /dev/tty0 [DEBUG]{checker}: Examining device: [DEBUG]{tty}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/tty99 [DEBUG]{factory}: new DeviceHandlerTTY: /dev/tty99 [INFO]{tty}: Path: /dev/tty99 [DEBUG]{checker}: Examining device: [INFO]{tty}: Device check ok [DEBUG]{tty}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/input/evmice [DEBUG]{factory}: new DeviceHandlerEvMice: /dev/input/evmice [INFO]{mice}: Path: /dev/input/evmice [DEBUG]{checker}: Examining device: MICE [INFO]{mice}: Device check ok [DEBUG]{socket}: Connected to port no 51015 on host 172.30.0.1 [DEBUG]{mice}: Ok [DEBUG]{mice}: Fully closing fd: -1 [DEBUG]{factory}: Opening: /dev/input/evkbd [DEBUG]{factory}: new DeviceHandlerEvKeyboard: /dev/input/evkbd [INFO]{kbd}: Path: /dev/input/evkbd [DEBUG]{checker}: Examining device: KEYB [INFO]{kbd}: Device check ok [DEBUG]{socket}: Connected to port no 51016 on host 172.30.0.1 [DEBUG]{kbd}: Ok [DEBUG]{kbd}: Fully closing fd: -1 [INFO]{main}: Waiting for process to start... [INFO]{main}: X will be started [INFO]{main}: PID: 29 [INFO]{main}: Spinning... [INFO]{starter}: Starting X [DEBUG]{dispatcher}: ProgRuntimeDispatcher GetOrAdd: 29

masaykh commented 3 years ago

I changed source files to connect to 172.30.0.1 per WSL2 which i use. no new process being started per executable execution