You are not logged in.
Thanks
alsen
How can I find out when php8.3 will be available on Devuan?
THANKS
alsen
Hi boughtonp
as you rightly suggested, the thing is very simple, I solved it positively with 2 steps:
1. copying the /etc/init.d/tomcat9 script to /etc/init.d/tomcat10 and then changing the tomcat9 string to tomcat10
2. copying two other scripts from /usr/libexec/tomcat9 to /usr/libexec/tomcat10: sysv-getjre.sh and sysv-start.sh and always rename tomcat9 to tomcat10
and everything works
alsen
Thank boughtonp for your observation and encouragement,
in fact, it is not impossible, it takes a little patience and a little time to fine-tune the script.
For the moment I'm using tomcat8 and tomcat9 on the production servers (all Devuan of course) that I'm following, but sooner or later I'll have to switch to tomcat10 and with a bit of patience I'll follow the path you showed me.
Thank fsmithred for a rapid response.
I had already seen that package already mentioned here somewhere, the tomcat start script is very complex and adapting the tomcat9 one is not easy at least for me who has been using tomcat out-of the box on Devuan for years.
I also wrote to the Debian package maintaner, let's see if he replies.
Hi to all
I have installed tomcat10 package https://pkginfo.devuan.org/cgi-bin/pack … -1+deb12u1
on daedalus and it seems that is missing /etc/init.d/tomcat10 suitalble for start the programa liike in other version
but it is present the file /lib/systemd/system/tomcat10.service that on daedalus is useless
Has anyone already solved the question or am I doing something wrong?
Thank you
Alberto Senni
Is it possible install php8 on chimaera ?
Can it cohabit with php7.4 ?
Thanks
Alsen
OK @Nilli
Thanks for the answer, i will ask debians to Debian Maintaners
Hi to all,
how do i know when the tomcat10* package will be available on Devuan chimaera, for now is available only tomcat9*
Thanks
alsen
Thanks a lot
Hi to all
i have noticed that after some reboot on a DELL T420 server with 3 nic (2 on motherboard e 1 on bus) the binding of eth0, 1,2 with fisical NIC change
What is the problem ?
Can i bind et0,1,2 with the mac address ?
Thank to all
Alberto
Hi to all
has anyone installed devuan beowult on a dell server with PERC H730P
Thanks
Alberto Senni
from Italy
Hi Head_on_a_Stick
Thanks
Alsen
Hi to all
How to set autologn on ascii or buster xfce ?
Thanks
Alsen
I'm trying to understand if I can use Beowult as an upgrade to the Ascii tomcat server that I have in production, I can wait, I hope I can use the tomcat on Beowulf.
Thank you
Oh yeah !!
that's all files
1. this is tomcat9.service that is on tomcat9 debian package
----------
#
# Systemd unit file for Apache Tomcat
#
[Unit]
Description=Apache Tomcat 9 Web Application Server
Documentation=https://tomcat.apache.org/tomcat-9.0-doc/index.html
After=network.target
[Service]
# Configuration
Environment="CATALINA_HOME=/usr/share/tomcat9"
Environment="CATALINA_BASE=/var/lib/tomcat9"
Environment="CATALINA_TMPDIR=/tmp"
Environment="JAVA_OPTS=-Djava.awt.headless=true"
# Lifecycle
Type=simple
ExecStartPre=+/usr/libexec/tomcat9/tomcat-update-policy.sh
ExecStart=/bin/sh /usr/libexec/tomcat9/tomcat-start.sh
SuccessExitStatus=143
Restart=on-abort
# Logging
SyslogIdentifier=tomcat9
# Security
User=tomcat
Group=tomcat
PrivateTmp=yes
AmbientCapabilities=CAP_NET_BIND_SERVICE
NoNewPrivileges=true
CacheDirectory=tomcat9
CacheDirectoryMode=750
ProtectSystem=strict
ReadWritePaths=/etc/tomcat9/Catalina/
ReadWritePaths=/var/lib/tomcat9/webapps/
ReadWritePaths=/var/log/tomcat9/
RequiresMountsFor=/var/log/tomcat9 /var/lib/tomcat9
[Install]
WantedBy=multi-user.target
------------------------------------------------------------- end of tomcat9.service
2. this is the output of the command
$sysd2v-0.3.sh tomcat9.service
-------------------------------------------------------------
#!/bin/sh
# Generated by sysd2v v0.3 -- http://www.trek.eu.org/devel/sysd2v
# kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing.
if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
fi
### BEGIN INIT INFO
# Provides: tomcat9
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Should-Start: $network
# Should-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Apache Tomcat 9 Web Application Server
### END INIT INFO
set -a
CACHE_DIRECTORY=/var/cache/tomcat9
"CATALINA_HOME=/usr/share/tomcat9"
"CATALINA_BASE=/var/lib/tomcat9"
"CATALINA_TMPDIR=/tmp"
"JAVA_OPTS=-Djava.awt.headless=true"
set +a
DESC=\"tomcat9\"
DAEMON=/bin/sh
DAEMON_ARGS=\"/usr/libexec/tomcat9/tomcat-start.sh\"
PIDFILE=/var/run/tomcat9-sysd2v.pid
START_ARGS=\"--user tomcat --chuid tomcat --background --make-pidfile\"
STOP_ARGS=\"--user tomcat\"
do_start_cmd_override ()
{
install -d -o tomcat -g tomcat -m 750 /var/cache/tomcat9 || return 2
/usr/libexec/tomcat9/tomcat-update-policy.sh || return 2
do_start_cmd || return $?
}
-------------------------------------------- end of output command sysd2v-0.3.sh tomcat9.service
Thanks to those who can help me
Alsen
Hi Head_on_a_Stick
i have tested sysd2v to convert tomcat9.service and do not function, It create fake script with same mistake
I am not so expert on shell script to debug or update the script
Do you have another idea ?
Thanks
Alberto
Thank you,
I will try the conversion tools sysd2v in case it works as I can make the script available to all of Devunaners
Alsen
I mean this package (from Debian https://packages.debian.org/en/bullseye/tomcat9)
----
Package: tomcat9 (9.0.27-1)
Apache Tomcat 9 - Servlet and JSP engine
Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run.
This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat9-docs and tomcat9-examples packages if you want them. Install tomcat9-user instead of this package if you don't want Tomcat to start as a service
------
I not able to create the startup scripts, can you help or where I can get information on how to do it ?
Thanks
Alsen
It seems to me that tomcat9 package are missing in beowulf ?
Is my mistake ?
Thanks
Alsen
Hi to all
on Devuan ascii is supported megaraid_sas driver for H730P controller with LSI SAS 3108 controller ?
I have to update a new server from old wheezy Debian server with a new server with a new H730P, megaraid sas is already embedded on the kernel or I have to install a the deb package that i have found here http://hwraid.le-vert.net/wiki/DebianPackages
Thanks
Alberto Senni
Hi to all,
Can the Ascii Devuan kernel be installed on a server with two CPUs using the two CPUs ?
or is it necessary to compile the kernel with this option? if not, is it a version already available somewhere ?
Thanks
Alberto
Hi,
the package python3-systemd is only for the backend systemd, it is possible to use other backend (see backend comment on /etc/fail2ban/jail.conf)
the package seems to be ok on Devuan.
Alberto
Hi to all Devuan users,
I have problem install fail2ban on ascci (a fresh base installation with XFCE using pkgmaster as source (main security and updates)
Fail2ban depends on python3-systemd and python3-pyinotify, during the installation of python3-pyinotify the installation hangs
It is correct install python3-systemd on Devuan ?
Thanks
Alberto
Hi,
Is there on Devuan Ascii the support for PERC Raid Controller for T430 server ?
Thanks
Alberto