LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-02-2018, 01:09 AM   #1
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 297

Rep: Reputation: 16
Slackware64 14.2. User '1000' does not exist


I am trying to do:
Code:
# groupadd realtime
# usermod -a -G realtime 1000
The first part works, but the second part returns:

Code:
# usermod -a -G realtime 1000
usermod: user '1000' does not exist
.

However, when I run:
Code:
# id -u username                
1000
I am trying to do this as the result of a problem in Ardour 5. A thread recommends the following:
Quote:
Your system is not configured for real time scheduling. You are using JACK2, which refuses to start if realtime scheduling does not work.

Fix your system configuration and it will work again. Alternatively, use the ALSA backend to Ardour. You should fix your system, because Ardour needs RT scheduling no matter which audio/MIDI backend it uses.

http://jackaudio.org/faq/linux_rt_config.html
My issue with Ardour is exactly the same as the thread. Ardour 5 was installed as part of the Studioware audio group.

Last edited by globetrotterdk; 05-02-2018 at 01:13 AM.
 
Old 05-02-2018, 02:01 AM   #2
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

you need to pass the user's name to usermod, not the user's id.
Code:
$ groupadd realtime
$ usermod -a -G realtime 1000
usermod: user '1000' does not exist

$ usermod -a -G realtime seb

$ grep "realtime" /etc/group
realtime:x:1000:seb
--
SeB
 
1 members found this post helpful.
Old 05-02-2018, 05:12 AM   #3
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 297

Original Poster
Rep: Reputation: 16
Ardour 5: "could not create session"

Quote:
Originally Posted by phenixia2003 View Post
Hello,

you need to pass the user's name to usermod, not the user's id.

--
SeB
Thanks for the reply. Unfortunately, I still have the Ardour 5 "could not create session" problem.
 
Old 05-02-2018, 10:32 AM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by globetrotterdk View Post
Thanks for the reply. Unfortunately, I still have the Ardour 5 "could not create session" problem.
I think you missed the header "Systems using PAM" when you copied that information about the "realtime" group.
The article does not apply to Slackware.

Studioware does things differently to achieve realtime performance. The most important are:
  • Append the "threadirqs" option to the kernel commandline (that is, add it to the "append" line in (e)lilo.conf or grub.conf)
  • Create a file called "/etc/initscript" and make it executable, and give it the following content:
    Code:
    # Set umask to safe level:
    umask 022
    # Disable core dumps:
    ulimit -c 0
    # Allow unlimited size to be locked into memory:
    ulimit -l unlimited
    # Address issue of jackd failing to start with realtime scheduling:
    ulimit -r 65
    
    # Execute the program.
    eval exec "$4"
    Read more about initscript here.
 
4 members found this post helpful.
  


Reply

Tags
ardour, slackware64, studioware, user id



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
[SOLVED] groupmod: group '1000' does not exist mfoley Ubuntu 12 12-19-2015 09:39 AM
[SOLVED] What is the user 1000? massy Linux - General 5 07-05-2014 08:59 AM
[SOLVED] id: cannot find name for group ID 1000 / user ID 1000 McZ Linux From Scratch 1 01-14-2013 11:46 PM
samba - add user script - User account does not exist itzamecwp Linux - Server 2 01-18-2007 10:52 PM
su: user does not exist sdem Linux - Software 3 03-11-2006 06:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:45 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