Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread Jean-Baptiste Onofre
I created https://issues.apache.org/jira/browse/KARAF-7094 related to that. Regards JB > Le 5 avr. 2021 à 23:55, Steinar Bang a écrit : > >> JB Onofré : > >> Yea it makes sense to use an empty file for 4.3. Actually, I think it makes >>

Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread Steinar Bang
> JB Onofré : > Yea it makes sense to use an empty file for 4.3. Actually, I think it makes > sense to do it by default on 4.3. I will create the jira related to that. +1

Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread JB Onofré
Yea it makes sense to use an empty file for 4.3. Actually, I think it makes sense to do it by default on 4.3. I will create the jira related to that. Regards JB > Le 5 avr. 2021 à 20:56, Steinar Bang a écrit : > >  >> >> JB Onofré : > >> Hi >> That’s normal: karaf 4.2.x uses blacklist

Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread Steinar Bang
> JB Onofré : > Hi > That’s normal: karaf 4.2.x uses blacklist so it provides the file, especially > to blacklist 4.3.x features repositories. > Karaf 4.3.x doesn’t use blacklist (as the version is newer). Yes, but that collided with the way I had decided to handle the etc directory: to

Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread JB Onofré
Hi That’s normal: karaf 4.2.x uses blacklist so it provides the file, especially to blacklist 4.3.x features repositories. Karaf 4.3.x doesn’t use blacklist (as the version is newer). Regards JB > Le 5 avr. 2021 à 19:12, Steinar Bang a écrit : > > I did a diff between the directory

Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread Steinar Bang
I did a diff between the directory contents of the etc directory of the karaf 4.3.1 binary tarball, and the etc directory of the debian package: https://gist.github.com/steinarb/7a8427ac19b355c27598c945b27863f8 One file looked particularily interesting: org.apache.karaf.features.xml which was

Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread Steinar Bang
Here's the difference in the startup of 4.3.1 and 4.2.11 in karaf.log. As you said, JB, it looks like it doesn't find the startup features...? 4.3.1: 2021-04-03T17:25:45,773 | INFO | CM Configuration Updater (Update: pid=org.ops4j.pax.logging) | EventAdminConfigurationNotifier | 6 -

Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread Steinar Bang
> Steinar Bang : > A little more info. > The debian installed karaf starts in /var/lib/karaf/ which looks like > this: Are there any layout changed in the file/directory layout of karaf 4.3.x that might cause this structure to no longer work?

Re: Problems making debian package of karaf 4.3.1

2021-04-05 Thread Steinar Bang
A little more info. The debian installed karaf starts in /var/lib/karaf/ which looks like this: sb@lorenzo:/var/lib/karaf$ ls -al total 36 drwxr-xr-x 7 karaf karaf 4096 Apr 3 17:25 . drwxr-xr-x 77 root root 4096 Nov 15 15:36 .. drwxr-xr-x 2 karaf karaf 4096 Aug 25 2017 .karaf

Re: Problems making debian package of karaf 4.3.1

2021-04-04 Thread Steinar Bang
> Steinar Bang : > Jean-Baptiste Onofre : >> Hi Steinar, >> It’s weird: it looks like the boot feature are not startup. >> Do you have the features core bundle in etc/startup.properties ? Yes, at the end of /etc/karaf/startup.properties :

Re: Problems making debian package of karaf 4.3.1

2021-04-04 Thread Steinar Bang
> Jean-Baptiste Onofre : > Hi Steinar, > It’s weird: it looks like the boot feature are not startup. > Do you have the features core bundle in etc/startup.properties ? > Did you update etc/org.apache.karaf.features.cfg ? Thanks for the pointers! I will check. It could be that I have

Re: Problems making debian package of karaf 4.3.1

2021-04-03 Thread Jean-Baptiste Onofre
Hi Steinar, It’s weird: it looks like the boot feature are not startup. Do you have the features core bundle in etc/startup.properties ? Did you update etc/org.apache.karaf.features.cfg ? What JDK did you try ? Regards JB > Le 3 avr. 2021 à 23:53, Steinar Bang a écrit : > > I'm trying to

Problems making debian package of karaf 4.3.1

2021-04-03 Thread Steinar Bang
I'm trying to make a debian package of karaf 4.3.1[1]. The resulting deb package so far: 1. Builds without any error messages 2. Installs without any error messages 3. Leaves a running process 4. Leaves very few messages in the logs[6] 5. Does not start an SSH server (I think...? at least