Coder Social home page Coder Social logo

Comments (3)

pilou- avatar pilou- commented on July 21, 2024

J'ai purgé les paquets tomcat8 etauthbind qui n'étaient pas installés mais dont il restait des traces:

# systemctl status tomcat8.service
● tomcat8.service - LSB: Start Tomcat.
   Loaded: loaded (/etc/init.d/tomcat8; generated)
   Active: failed (Result: exit-code) since Fri 2021-12-10 17:20:08 UTC; 3 months 9 days ago
     Docs: man:systemd-sysv-generator(8)

Dec 10 17:20:08 bbb2 systemd[1]: Starting LSB: Start Tomcat....
Dec 10 17:20:08 bbb2 tomcat8[635]:  * tomcat8 is not installed
Dec 10 17:20:08 bbb2 systemd[1]: tomcat8.service: Control process exited, code=exited status=1
Dec 10 17:20:08 bbb2 systemd[1]: tomcat8.service: Failed with result 'exit-code'.
Dec 10 17:20:08 bbb2 systemd[1]: Failed to start LSB: Start Tomcat..
# apt policy tomcat8
tomcat8:
  Installed: (none)
  Candidate: 8.5.39-1ubuntu1~18.04.3
  Version table:
     8.5.39-1ubuntu1~18.04.3 500
        500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
        100 /var/lib/dpkg/status
     8.5.30-1ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
# dpkg -l | grep -v "^ii"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                 Version                                  Architecture Description
+++-====================================-========================================-============-===============================================================================
rc  authbind                             2.1.2                                    amd64        Allows non-root programs to bind() to low ports
rc  tomcat8                              8.5.39-1ubuntu1~18.04.3                  all          Apache Tomcat 8 - Servlet and JSP engine
# apt purge tomcat8 authbind
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.15.0-20 linux-headers-4.15.0-20-generic linux-image-4.15.0-20-generic linux-modules-4.15.0-20-generic
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  authbind* tomcat8*
0 upgraded, 0 newly installed, 2 to remove and 24 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
(Reading database ... 245021 files and directories currently installed.)
Purging configuration files for authbind (2.1.2) ...
Purging configuration files for tomcat8 (8.5.39-1ubuntu1~18.04.3) ...
rmdir: failed to remove '/etc/tomcat8/Catalina/localhost': No such file or directory
rmdir: failed to remove '/etc/tomcat8/Catalina': No such file or directory
rmdir: failed to remove '/etc/authbind/byuid': No such file or directory
rmdir: failed to remove '/etc/authbind': No such file or directory
Processing triggers for rsyslog (8.32.0-1ubuntu4) ...
Processing triggers for systemd (237-3ubuntu10.53) ...

from infra.

pilou- avatar pilou- commented on July 21, 2024

Il y avait un problème de permissions avec les répertoires /var/bigbluebutton/{published,recording}. J'ai modifié les permissions et les enregistrements fonctionnent à nouveau:

root@bbb2:~# ls -l /var/bigbluebutton
total 80
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 21 02:01 2047425b6ad1f7222c633595189040bcb64c6bbd-1647828109542
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 15 16:57 3062668166dba0f10dbc4271038b68acff07ca47-1647363440961
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 14 07:31 867cc67691ee0a3ff883b486eb5c22a1b1bc6da4-1647243084869
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 14 07:48 867cc67691ee0a3ff883b486eb5c22a1b1bc6da4-1647244113446
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 15 07:58 867cc67691ee0a3ff883b486eb5c22a1b1bc6da4-1647331098140
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 16 07:50 867cc67691ee0a3ff883b486eb5c22a1b1bc6da4-1647417042531
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Nov 17 14:29 basic_stats
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Nov 17 14:28 blank
drwxr-xr-x 4 bigbluebutton bigbluebutton 4096 Nov 28 16:08 captions
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Oct  1 16:34 configs
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Nov 17 14:29 deleted
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Oct  1 16:37 diagnostics
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Nov 17 14:29 events
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 17 14:40 fb67608c847ace007f60e5b9fa6917ff7040b495-1647528022728
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 17 16:58 fb67608c847ace007f60e5b9fa6917ff7040b495-1647536294739
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Mar 20 07:55 fb67608c847ace007f60e5b9fa6917ff7040b495-1647762911136
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Nov 17 14:28 playback
drwxr-xr-x 3          1000          1000 4096 Nov 17 14:29 published
drwxr-xr-x 6          1000          1000 4096 Nov 17 14:29 recording
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Nov 17 14:29 unpublished
root@bbb2:~# chown -R bigbluebutton\: /var/bigbluebutton/{published,recording}

from infra.

Seluj78 avatar Seluj78 commented on July 21, 2024

GG!

from infra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.