LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-28-2021, 07:21 PM   #1
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Rep: Reputation: Disabled
juk not configured?


I had "juk" loaded and working properly, then I corrupted the directory that it referenced. It hasn't worked since. I tried using synaptic package manager to uninstall everything and reload; that was unsuccessful. If I specify a folder to play, I get "KDEInit could not launch '/bin/juk'"
??

4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64 GNU/Linux
juk installed version: 14:18.08.1-1
 
Old 12-28-2021, 09:42 PM   #2
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
A quick test shows it drop a config file ~/.config/jukrc and a folder ~/.local/share/juk

Maybe remove (or backup) those and try again? Odds are you didn't do complete removal...
 
Old 12-29-2021, 06:59 AM   #3
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
No sign of either of those files.
And yes, I did manually erase ~/.config/juk (? IIRC) after I removed juk using synaptic and before reloading.
 
Old 12-29-2021, 07:52 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by piobair View Post
I corrupted the directory that it referenced. It hasn't worked since.
Please elaborate.
 
Old 12-29-2021, 11:43 AM   #5
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
I tried to use K3B to write to a file that it did not have permission for. Somehow, that fried the directory structure, leaving a blank hard drive. I reformatted that drive and loaded my (YEAH!) backup.
Screwed up the first time. The drive is titled /common (remember FORTRAN?), so I copied the files from #/media/root/common to /common .
Then I tried to access the music directory using juk . Oops. The files were in /common/common/jukebox not /common/jukebox .
Erased /common/common and reloaded. Back to /common/jukebox , which juk should have been able to find.

Quote:
Originally Posted by ondoho View Post
Please elaborate.
 
Old 12-29-2021, 12:58 PM   #6
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Quote:
Originally Posted by piobair View Post
No sign of either of those files.
What do you mean no sign? I installed juk on debian 11, ran it once, exited, and it had created both those.
 
Old 12-29-2021, 01:35 PM   #7
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
You ran it once. I have not successfully run it once since installing it.

Quote:
Originally Posted by enigma9o7 View Post
What do you mean no sign? I installed juk on debian 11, ran it once, exited, and it had created both those.
 
Old 12-31-2021, 03:47 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by piobair View Post
I have not successfully run it once since installing it.
I think you mean "reinstalling". That's meaningless if you did have juk installed on the same system, and your OP suggests that you had it working before.
The most obvious explanation is that you still have some config residue somewhere under your $HOME.
Please show us:
Code:
cd
ls *juk* .*juk*
ls .config/*juk*
ls .cache/*juk*
ls .share/local/*juk*
 
Old 12-31-2021, 06:47 PM   #9
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
I logged in as a different user on the same machine. juk worked just fine.
I copied the ~/.config/jukrc from that user directory to my user directory, changed the ownership, and tried to open the same file that I had opened previously. No joy.
The only positive response from your suggestion was the jukrc file that I had put there.
Makes no sense to me.
 
Old 01-07-2022, 07:34 AM   #10
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
I fixed it.
Logging in as root, I changed /home/username to /home/username.bak ; created a new /home/username , changed ownership/permissions, and logged into username.
Sometimes brute force is the easiest answer.
 
Old 01-07-2022, 06:06 PM   #11
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
brute force may be easy but it does not help you learn what went wrong nor how to fix it the next time. The suggestions you were given and the info asked for would easily have fixed the issue without using your 'brute force' fix.
 
1 members found this post helpful.
Old 01-07-2022, 09:06 PM   #12
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
Except that the suggestions given were applied, and were unsatisfactory.

Quote:
Originally Posted by computersavvy View Post
brute force may be easy but it does not help you learn what went wrong nor how to fix it the next time. The suggestions you were given and the info asked for would easily have fixed the issue without using your 'brute force' fix.
 
  


Reply

Tags
juk



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Amorak, XMMS and Juk Juk not working Ipsofacto Linux - Software 6 10-02-2005 07:37 AM
amarok/juk not loading mp3 tags over samba dtzWill Linux - General 2 08-29-2005 11:35 PM
After Editing Tags with JuK - XMMS do not display tags correctly Artik Linux - Software 0 07-23-2005 05:55 AM
Juk Music collection is not persistent ernesto_cgf Linux - Software 0 12-10-2004 09:56 AM
KDE - juK not installed with multimedia manuelkuhs Linux - Software 3 06-27-2004 05:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration