mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
--profile option doesn't work on qbittorrent-nox #5761
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#5761
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WolfganP on GitHub (Jul 6, 2017).
Please provide the following information
qBittorrent version and Operating System:
qBt v3.3.13 built from git (head in label v3_3_x), latest raspbian/dietpi Linux DietPi 4.9.35-v7+ #2 SMP Tue Jul 4 18:28:37 UTC 2017 armv7l GNU/Linux
If on linux, libtorrent and Qt version:
libtorrent 1.0.11 built from git (head in label RC_1_0), qtbase5-dev 5.7.1+dfsg-3+rpi1 (stretch)
What is the problem:
Tried to run qbittorrent-nox via a service entry, but qb-nox claims --profile cmd line option is unknown
What is the expected behavior:
Ability to define where the config files reside while running qb-nox as a daemon
Steps to reproduce:
sudo service qbittorrent start
pi@DietPi:~$ cat /etc/systemd/system/qbittorrent.service
[Unit]
Description=qBittorrent Daemon Service
After=network.target
[Service]
Type=oneshot
User=root
RemainAfterExit=yes
ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=8099 --profile=/home/pi/.config/qBittorrent
ExecStop=/usr/bin/killall -w qbittorrent-nox
[Install]
WantedBy=multi-user.target
Extra info(if any):
pi@DietPi:~$ sudo systemctl -l status qbittorrent.service
● qbittorrent.service - qBittorrent Daemon Service
Loaded: loaded (/etc/systemd/system/qbittorrent.service; enabled)
Active: failed (Result: exit-code) since Thu 2017-07-06 14:48:28 -03; 20s ago
Process: 28095 ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=8099 --profile=/home/pi/.config/qBittorrent (code=exited, status=1/FAILURE)
Main PID: 28095 (code=exited, status=1/FAILURE)
Jul 06 14:48:28 DietPi qbittorrent-nox[28095]: Bad command line: --profile=/home/pi/.config/qBittorrent is an unknown command line parameter.
Jul 06 14:48:28 DietPi qbittorrent-nox[28095]: Run application with -h option to read about command line parameters.
Jul 06 14:48:28 DietPi systemd[1]: qbittorrent.service: main process exited, code=exited, status=1/FAILURE
Jul 06 14:48:28 DietPi systemd[1]: Failed to start qBittorrent Daemon Service.
Jul 06 14:48:28 DietPi systemd[1]: Unit qbittorrent.service entered failed state.
@zeule commented on GitHub (Jul 6, 2017):
Will be available in 3.4.0, or you can compile code from Git master branch.