The officially official Devuan Forum!

You are not logged in.

#2 Packaging for Devuan » [SOLVED] php8.3 » 2024-08-07 08:00:59

alsen
Replies: 4

How can I find out when php8.3 will be available on Devuan?

THANKS

alsen

#3 Re: Other Issues » [SOLVED] tomcat10 on daedalus » 2024-05-19 13:43:12

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

#4 Re: Other Issues » [SOLVED] tomcat10 on daedalus » 2024-02-25 17:55:53

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.

#5 Re: Other Issues » [SOLVED] tomcat10 on daedalus » 2024-02-24 18:34:24

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.

#6 Other Issues » [SOLVED] tomcat10 on daedalus » 2024-02-24 10:55:39

alsen
Replies: 5

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

#7 Installation » Install php8 on Chimaera » 2022-12-25 14:21:19

alsen
Replies: 0

Is it possible install php8 on chimaera ?
Can it cohabit with php7.4 ?

Thanks
Alsen

#8 Re: Other Issues » [SOLVED] tomcat10 on chimaera » 2022-05-04 14:09:28

OK @Nilli
Thanks for the answer, i will ask debians to Debian Maintaners

#9 Other Issues » [SOLVED] tomcat10 on chimaera » 2022-05-04 13:21:11

alsen
Replies: 2

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

#11 Installation » [SOLVED] Binding eth0, eth1 change after reboot on Chimaera » 2021-11-05 10:25:36

alsen
Replies: 2

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

#12 Installation » [SOLVED] Dell PERC H730P raid controller » 2021-09-10 15:34:51

alsen
Replies: 0

Hi to all

has anyone installed devuan beowult on a dell server with PERC H730P

Thanks
Alberto Senni
from Italy

#14 Installation » [SOLVED] Xfce autologon howto » 2020-02-14 16:24:30

alsen
Replies: 2

Hi to all

How to set autologn on ascii or buster xfce ?

Thanks
Alsen

#15 Re: Installation » [SOLVED] tomcat9 on Beowulf » 2020-01-12 21:55:14

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

#16 Re: Installation » [SOLVED] tomcat9 on Beowulf » 2020-01-11 13:27:20

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

#17 Re: Installation » [SOLVED] tomcat9 on Beowulf » 2020-01-10 16:14:17

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

#18 Re: Installation » [SOLVED] tomcat9 on Beowulf » 2020-01-09 19:21:44

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

#19 Re: Installation » [SOLVED] tomcat9 on Beowulf » 2020-01-07 16:48:59

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

#20 Installation » [SOLVED] tomcat9 on Beowulf » 2020-01-07 13:31:07

alsen
Replies: 10

It seems to me that tomcat9 package are missing in beowulf  ?
Is my mistake ?

Thanks
Alsen

#21 Hardware & System Configuration » [SOLVED] RAID Controller H730P - megaraid_sas » 2019-03-19 21:40:44

alsen
Replies: 1

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

#22 Hardware & System Configuration » [SOLVED] Ascii kernel for SMP (DELL T430 dual cpu) » 2019-02-03 14:30:30

alsen
Replies: 1

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

#23 Re: Installation » Install fail2ban on ascii [SOLVED] » 2019-01-03 17:33:56

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

#24 Installation » Install fail2ban on ascii [SOLVED] » 2019-01-03 15:25:59

alsen
Replies: 2

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

#25 Installation » [SOLVED] PowerEdge T430 with PERC RAID Controller » 2018-06-09 12:56:21

alsen
Replies: 1

Hi,

Is there on Devuan Ascii the support for PERC Raid Controller for T430 server ?

Thanks
Alberto

Board footer

Forum Software