Lab 4.1
i'm running ubuntu 14.4 on virtual box and "fake_service" wont start.
it returns the error
"cant touch '/var/lock/subsys/fake_service' : no such file or directory"
...it seems my /var/lock directory only contains one sub directory "whoopsie" .
help!
Comments
-
I ran a VM on vmware for Ubuntu 14.04 and repeated exactly all the steps in the
lab and it all worked perfectly. and the lock file existed. I would suggest you
step back through things. In particular make sure:
1) you have sysvinit-utils and chkconfig packages installed.
2) make sure you created /etc/default/fake_service *AND* modified fake_service to
point to it instead of /etc/sysconfig
3) make sure you do all the starting/stopping as root (sudo)
Other than that I don't really know.0 -
thanks, wasn't able to install chkconfig program (somthing about the package no longer being available) but i made some modifications to the fake_service script
(removed the parts of it that were trying to access /var/lock which isn't present in my file system(...for whatever reason) ) and used the invoke-rc.d and update-rc.d commands instead of chkconfig.
NEW PROBLEM WITH LAB 4.2
systemctl command not found on my system!0 -
You don't say what distro and version you are running. If you are running any ubuntu earlier than 15.04 you will not have systemctl (or any systemd stuff). I think it is mentioned in the course (but I'm not sure) that chkconfig is not availaible on Ubuntu 14.04. This stuff is very distro and version dependent and you just have to figure it out. We can't give you every exact detail on each one. Fortunately, you were sharp enough to work it out for your situation!0
-
Ahh yes! That was mentioned.
Thanks.
I'm using ubuntu 14.040 -
Hi!!
In Ubuntu Server 14.04, I have create the /var/lock/subsys or /run/lock/subsys directory (/var/lock is a symbolic link to /run/lock) and the service worked fine.0 -
had same problem with script on Ubuntu 14.04
There is no chkconig package on 14.04 and I had sysvinit-utils installed.$ sudo service fake_service start Running fake_service in start mode... touch: cannot touch ‘/var/lock/subsys/fake_service’: No such file or directory
service started after$ sudo mkdir /var/lock/subsys
Not sure if subsys directory would not be gone after reboot.
0 -
I was able to stop/start the fake_service, but I was not able to add it with chkconfig. Did you have same issue? what am I doing wrong? Note: As you can see using CentOS7 and VirtualBox
[student@CentOS7 ~]$ sudo chkconfig --add fake_service
service fake_service does not support chkconfig
[student@CentOS7 ~]$ sudo systemctl enable fake_service
fake_service.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig fake_service on
service fake_service does not support chkconfig
[student@CentOS7 ~]$ /sbin/chkconfig fake_service on
service fake_service does not support chkconfig
[student@CentOS7 ~]$0 -
Hi Jesuso,
It worked here at once:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo; color: #ededed; background-color: #000000}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo; color: #ededed; background-color: #000000; min-height: 16.0px}
span.s1 {font-variant-ligatures: no-common-ligatures}[root@localhost default]# chkconfig --list fake_service
Note: This output shows SysV services only and does not include native
systemd services. SysV configuration data might be overridden by native
systemd configuration.
If you want to list systemd services use 'systemctl list-unit-files'.
To see services enabled on particular target use
'systemctl list-dependencies [target]'.
service fake_service supports chkconfig, but is not referenced in any runlevel (run 'chkconfig --add fake_service')
[root@localhost default]# chkconfig --add fake_service
[root@localhost default]#
[root@localhost default]# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
[root@localhost default]#
0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- 1 Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 1.4K LFS258 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 945 Programming and Development
- 310 Kernel Development
- 617 Software Development
- 977 Software
- 369 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
