Gregor Riepl

Results 244 comments of Gregor Riepl

Woah, nice work. I'll still have to review and test it, but it looks like this is a good solution. I wonder though if separate packages are really needed. Isn't...

You can have a choice of requirements in your dependency list, for example: sysvinit-core | systemd | upstart I'm not sure how other projects handle this, but it's likely something...

Good point - I came to the same conclusion after contemplating it a bit. I still think splitting init scripts out into separate packages is wrong, though. How about using...

My suggestion is something like this: > Would you like to run a separate instance of daliserver for each connected DALIUSB device? > Note that you need to configure a...

I remember having some problems with daliserver running in a KVM virtual machine. After running for a long time, the USB adapter would suddenly drop off the bus and not...

``` Bus 001 Device 004: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR ``` I'm positive this is *not* the DALIUSB adapter. Looks like it vanishes from...

That's not it. The DALIUSB adapter is the device with vendor ID 17b5 and product ID 0020. The one that doesn't have a description.

Can you recompile daliserver with debug messages and run it from the console, please? ``` $ ./configure --enable-debug $ make clean && make $ src/daliserver -d debug ``` This should...

Does the message at the end mean that daliserver crashed? Ouch. I'll need to look into this. If you could run daliserver in gdb and post the backtrace, that would...

I suspected that the segfault might happen in `libusb_free_config_descriptor`, and I think I just found out why. I'm calling it twice on error. Will send a patch shortly. As for...