Package Details: serviio 2.3-2

Git Clone URL: https://aur.archlinux.org/serviio.git (read-only, click to copy)
Package Base: serviio
Description: Free DLNA media server
Upstream URL: http://www.serviio.org/
Licenses: custom
Submitter: cebru
Maintainer: yigits
Last Packager: yigits
Votes: 62
Popularity: 0.000000
First Submitted: 2011-04-09 16:25 (UTC)
Last Updated: 2022-10-23 20:38 (UTC)

Dependencies (2)

Required by (1)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

<deleted-account> commented on 2012-08-29 08:54 (UTC)

Hi, I get the same output that I pasted bellow. So that same output goes for running under root (su), and running with sudo. Running it without root privileges gives "Must be run as root.".

bjo commented on 2012-08-26 07:19 (UTC)

What happens if you run serviio-console as root(via su) in a kde-terminalwindow?

<deleted-account> commented on 2012-08-24 16:05 (UTC)

Hi, I get this on trying to run serviio-console: serviio-console No protocol specified Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:65) at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:110) at java.security.AccessController.doPrivileged(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:74) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:102) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:81) at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:122) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at java.awt.Toolkit$2.run(Toolkit.java:870) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:862) at javax.swing.UIManager.getSystemLookAndFeelClassName(UIManager.java:608) at org.serviio.ui.view.swing.SwingHelper.initSwing(SwingHelper.java:35) at org.serviio.console.ServiioConsole.main(ServiioConsole.java:88) Before that I started the /etc/rc.d/serviiod daemon. I also tried by simply running serviio from console, but nothing helps. When I try to run serviio-console running "kdesu serviio-console" (alt-f2 in KDE), the app runs but says that it couldn't connect serviio server..

bjo commented on 2012-08-04 18:17 (UTC)

@benwbooth: Thx, I changed the path.

benwbooth commented on 2012-08-04 02:15 (UTC)

Hi, I think if the systemd service file is being installed by a package, it should get installed to /usr/lib/systemd/system/ instead of /etc/systemd/system/. AFAIK, /etc/systemd/system/ is only for manually created service files. Thanks!

bjo commented on 2012-08-03 07:02 (UTC)

Fixed.

pro7o13x commented on 2012-08-03 02:18 (UTC)

So you know, the systemd-service file doesn't get named correctly, it ends up as "{pkgname}.service", have to go in and manually change it. Not a big deal, but just an extra step some may not notice.

bjo commented on 2012-07-27 09:33 (UTC)

Thanks for your comments, I changed the CPs and added the systemd-service-file.

benwbooth commented on 2012-07-27 02:51 (UTC)

Here is a systemd unit file for serviio, save it as /etc/systemd/system/serviio.service, then do systemctl enable serviio.service as root [Unit] Description=Serviio After=network.target [Service] ExecStart=/usr/bin/serviio [Install] WantedBy=multi-user.target