LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-15-2023, 03:17 PM   #1
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,236

Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
Can not get Webmin to start on Current - error messages on install.


This is a fairly new install of Slackware current 64 bit.

I installed Webmin from the Ponce repo.
Code:
webmin-2.013-noarch-1_SBo
and JDK,
Code:
zulu-openjdk8-8.0.362-x86_64-1_SBo
.

When webmin was being installed, I saw the following:

Code:
Executing install script for webmin-2.013-noarch-1_SBo.tgz.
mv: cannot stat 'etc/webmin/reload.new': No such file or directory
mv: cannot stat 'etc/webmin/restart.new': No such file or directory
mv: cannot stat 'etc/webmin/restart-by-force-kill.new': No such file or directory
mv: cannot stat 'etc/webmin/start.new': No such file or directory
mv: cannot stat 'etc/webmin/stop.new': No such file or directory
Package webmin-2.013-noarch-1_SBo.tgz installed.
In rc.d I chmod'd rc.webmin and added the appropriate lines to rc.local as shown on SBo.

Webmin does not start, either from a cold boot or by running '/etc/rc.d/rc.webmin start' as root.

I did some searching, and did see some hits, however most are on Sys-d. So not much help there.

Any ideas on how to fix this?

The first time I tried to run webmin, I did see the "first run" message, if that matters.
 
Old 02-16-2023, 08:15 AM   #2
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by camorri View Post
Code:
Executing install script for webmin-2.013-noarch-1_SBo.tgz.
mv: cannot stat 'etc/webmin/reload.new': No such file or directory
mv: cannot stat 'etc/webmin/restart.new': No such file or directory
mv: cannot stat 'etc/webmin/restart-by-force-kill.new': No such file or directory
mv: cannot stat 'etc/webmin/start.new': No such file or directory
mv: cannot stat 'etc/webmin/stop.new': No such file or directory
Package webmin-2.013-noarch-1_SBo.tgz installed.
On my webmin setup(s), those files are all links to similarly named dot (.) files in the same directory.

reload -> .reload-init
restart -> .restart-init
restart-by-force-kill -> .restart-by-force-kill-init
start -> .start-init
stop -> .stop-init

Hopefully it's something simple to get you running.
 
Old 02-16-2023, 10:12 AM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,236

Original Poster
Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
Well, this is not so simple. I have it running right now, however, there is a problem with first run, I believe.

The reason I get the error "cannot stat" on the move is, I clear the /tmp directory on shutdown. I have had problems running out of /tmp space, so the fix is to clear it on shutdown. Of course that blows away /tmp/SBo/ and all its contents.

I looked at one of my 15.0 systems, in /etc/webmin. On 15.0 'start' is a script to start webmin, and it works. The symlinks we see on currnet are not getting updated, I'm guessing by FIRSTRUN. As long as I leave /tmp as is now, I think webmin will start.

I don't think I should have to keep /tmp "as is" to make a application run.

For clarity this is the webmin version on current webmin-2.013-noarch-1_SBo and the pre-req zulu-openjdk8-8.0.362-x86_64-1_SBo

Not sure where to go from here.
 
Old 02-17-2023, 08:15 PM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,679

Rep: Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796
should be fixed on next public update, sorry for the issue
 
1 members found this post helpful.
Old 02-18-2023, 07:23 AM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,236

Original Poster
Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
WillySR Thank-you.

I did mange to get the system more permently fixed, I deleted the sym-links to start, restart etc, in /etc/webmin. Then I copied the start restart files from a 15.0 install to current. That worked.
 
1 members found this post helpful.
Old 02-18-2023, 11:54 AM   #6
bitfuzzy
Member
 
Registered: Nov 2003
Location: NY
Distribution: slackware
Posts: 464

Rep: Reputation: 133Reputation: 133
Why not just install from tarball?

I've never had a issue
 
Old 02-18-2023, 01:53 PM   #7
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,236

Original Poster
Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
Quote:
Why not just install from tarball?
Its just my preference to manage packages with SBo. This is the first problem I have ever had with a package on SBo.
 
Old 02-18-2023, 08:38 PM   #8
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,679

Rep: Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796
you can use the same slackbuild to use for current machine
 
  


Reply

Tags
webmin won't start



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] Can't get webmin to start, port conflict, but not sure why anon091 Linux - Software 6 05-04-2011 07:08 AM
Setup Apache so Webmin can be accessed like abc.com/webmin instead of abc.com:10000 rtoney5 Linux - Software 6 04-08-2010 12:33 PM
[SOLVED] Fail webmin install, E: Package webmin has no installation candidate cK` Linux - Newbie 10 04-07-2010 02:18 AM
webmin troubles - Failed to write to /etc/webmin/module.infos.cache : No space left o coal-fire-ice Linux - Software 1 07-28-2005 10:08 AM

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

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