broken link to raphael.min.js and missing settings in conf file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nzbget (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Trusty |
Won't Fix
|
Undecided
|
Unassigned | ||
Xenial |
Won't Fix
|
Undecided
|
Unassigned | ||
Zesty |
Won't Fix
|
Undecided
|
Unassigned | ||
raphael (Ubuntu) |
Fix Released
|
High
|
Andreas Hasenack | ||
Trusty |
Won't Fix
|
Undecided
|
Unassigned | ||
Xenial |
Won't Fix
|
Undecided
|
Andreas Hasenack | ||
Zesty |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
[Impact]
After a fresh install on 16.04 the symbolic link /usr/share/
[Test Case]
$ sudo apt update
$ sudo apt install nzbget
* Check broken symlink:
$ ls -la --color /usr/share/
lrwxrwxrwx 1 root root 42 Feb 17 2016 /usr/share/
$ ls -laH /usr/share/
ls: cannot access '/usr/share/
* Update and check again:
$ ls -laH /usr/share/
-rw-r--r-- 1 root root 94617 Jul 3 21:08 /usr/share/
[Regression Potential]
This changes a filename so that the nzbget symlink points to an actual file. For backwards compatibility, we also make the incorrect raphael-min.js file available as another symlink, for users who might have changed nzbget to point at that. In other words, this updated raphaeljs package provildes both raphael-min.js and raphael.min.js.
If someone already created a raphael.min.js file, then installing the updated libjs-raphael would conflict with that and dpkg would complain/fail.
[Other Info]
Not at this time.
[Original Description]
After a fresh install on 16.04 the symbolic link /usr/share/
also, the default conf file /usr/share/
also, this can be used as the systemd file /etc/systemd/
[Unit]
Description=NZBGet Daemon
Documentation=http://
After=network.
[Service]
User=media
Group=media
Type=forking
ExecStart=
ExecStop=
ExecReload=
KillMode=process
Restart=on-failure
[Install]
WantedBy=
Related branches
- Bryce Harrington (community): Approve
- Canonical Server MOTU reviewers: Pending requested
-
Diff: 37 lines (+11/-2)3 files modifieddebian/changelog (+8/-0)
debian/links (+1/-0)
debian/rules (+2/-2)
- Christian Ehrhardt (community): Approve
- Canonical Server: Pending requested
-
Diff: 115 lines (+82/-1)2 files modifieddebian/changelog (+80/-0)
debian/control (+2/-1)
tags: | added: bitesize server-next |
Changed in raphael (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → Andreas Hasenack (ahasenack) |
Changed in nzbget (Ubuntu Trusty): | |
status: | New → Won't Fix |
Changed in nzbget (Ubuntu Xenial): | |
status: | New → Won't Fix |
Changed in nzbget (Ubuntu Zesty): | |
status: | New → Won't Fix |
description: | updated |
Thanks for the report. I agree with the webdir and configtemplate in the sample nzbget configuration file.
But I can't see the missing link for raphael.js, at least on Debian the link is correct. Maybe its different on Ubuntu (I don't have an Ubuntu installation to check)?
I'll see about releasing a new debian release.