Jump to content

gfjardim

Community Developer
  • Posts

    2,213
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gfjardim

  1. Schar, I'll be very sincere, I don't have any Logitech player arround, so for me it's difficult to debug it. I'll take a look into it, and see if there's anything I can do, ok?
  2. Fixing some other things, now that NZBGet source code has being migrated to GitHub.
  3. In what way the auto update would help? Code42 has done some undocumented modifications on how headless server works. In this case, wasn't just about updating CP, but release a 4.3 version of both CP and CP-Desktop. Other example is NZBget; the author made some serious changes on how the program is installed. It took some time to figure out and modify the code accordingly. With the exception of a few guys that have goodwill and submit some changes to the GitHub repo or send debug data, most of users just take things, never giving anything in return. Sacretagent sent me some PM, a guy named Datapotomus submitted a PR (it wasn't just about version update, so I didn't merged it, but thanks!).... Thanks a lot guys, this kind of thing helps a lot! For you, opentoe, good riddance with your VM solution; I'm sure it works just fine. Thanks a lot for your input.
  4. Guys, sorry for the delay. This was a bit trickier to debug. Every time the CP 4.3 service starts, it creates a new port,hash pair into /var/lib/crashplan/.ui_info file. Since it's totally random, CrashPlan-Desktop must have access to CrashPlan service files. This is easily accomplished adding --volumes-from CrashPlan to "Extra Parameters" field on CrashPlan-Desktop settings, like this: Again, sorry for the delay.
  5. Another Project - anything interesting? Simplify Docker .
  6. Right now I'm more focused and make this work for HP and Samsung. Then I'll add Epson and Xerox.
  7. Guys, I'm working on another project right now, so I will slow down this a bit, but any major bugfixes will be addressed, ok? When I come back, I'll modularize the code, so NFS/IMG/ISO/DVD mounts will be possible, alright? Thanks a lot for understanding.
  8. Thank you! I am going to try this now. I also saw that even though I have EDGE = 1 I can only install ownCloud 8.0.4 not the newest 8.1. Anyone able to install 8.1? It doesn't have EDGE feature, and I see no reference to 8.1 on https://www.owncloud.org/changelog/ https://doc.owncloud.org/server/8.1/user_manual/ They mention 8.1 all over the manual. Weird. They're anticipating a future release.
  9. Thank you! I am going to try this now. I also saw that even though I have EDGE = 1 I can only install ownCloud 8.0.4 not the newest 8.1. Anyone able to install 8.1? It doesn't have EDGE feature, and I see no reference to 8.1 on https://www.owncloud.org/changelog/
  10. It's not hard, just didn't notice the version update earlier.
  11. Add -v /var/run/dbus:/var/run/dbus to Extra Parameters With this command I now can discover my printers, they show up in the list Discovered Network Printers: but printing I see this error message in the print job. "Failed to connect to system bus" One thing that are different from Ubuntu VM and this docker, is in Ubuntu I can see the driver for my C6180 All-In-One, but in the docker only C6100-series //Peter That's weird. Which Ubuntu version are you using?
  12. Like right now. Updates are available, thanks for waiting.
  13. Add -v /var/run/dbus:/var/run/dbus to Extra Parameters
  14. Can your try to map /var/run to the container ?
  15. This error log is normal; first error is due to IPv6, second due to avahi not running (it uses unRAID's avahi service) and the third is Samsung driver error.
  16. I'll try, but some manufacturers have shitty Linux support, like Canon:
  17. Do not started to add drivers yet; just installed Samsung and HP drivers because they are universal. If you want to request a driver, please post your printer's model.
  18. Same error message as before, without the last line. Still unable to login to WebGUI. Found user 'avahi' (UID 105) and group 'avahi' (GID 111). Successfully dropped root privileges. chroot.c: fork() failed: Resource temporarily unavailable failed to start chroot() helper daemon. Ok, just remove avahi; now it will export bonjour services using unRAID's avahi service. Because of that, I had to change the template, so you will need to start from an updated version of the template.
  19. Not in my plans, but one can always fork/pull request at GitHub.
  20. I only added support for HP and Samsung printers, those which I have how to test it. I'll try to add Xerox too. Took a look at your printer model, and apparently it's divers are 32bits only. Did you took a look at openprinting.org?
  21. Accessing files from other computers on the network into your unRAID server.
  22. Same error message as before, without the last line. Still unable to login to WebGUI. Found user 'avahi' (UID 105) and group 'avahi' (GID 111). Successfully dropped root privileges. chroot.c: fork() failed: Resource temporarily unavailable failed to start chroot() helper daemon. I'll have to remove avahi from the container and look for another way to make this work.
  23. I only added support for HP and Samsung printers, those which I have how to test it. I'll try to add Xerox too.
×
×
  • Create New...