Custom query (1090 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 1090)

Ticket
#2175
Description

o13 RC2

font Noto Serif CJK JP and other CJK fonts, are not installed. Localized content does not display in the localhost document HTML pages.

#2249
Description

While remastering the iso, this command

sudo chroot edit mkinitramfs -c lzma -o /initrd 5.4.0-26-generic

throws an error

/usr/share/initramfs-tools/hooks/cryptroot: 64: cannot open /proc/mounts: No such file
cryptsetup: WARNING: Couldn't determine root device
sed: can't read /proc/cmdline: No such file or directory
grep: /proc/swaps: No such file or directory
/usr/share/initramfs-tools/hooks/cryptroot: 64: cannot open /proc/mounts: No such file
grep: /proc/cpuinfo: No such file or directory

resulting into a non bootable inird file.

Searching through the internet I found several bug reports about mkinitramfs version in 20.04:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1835660

https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1870260

https://unix.stackexchange.com/questions/591262/ubuntu-20-04-also-having-issues-while-unpacking-initramfs-but-changing-to-gzip

https://askubuntu.com/questions/1229964/how-to-extract-initrd-from-ubuntu-20-04-live-server-amd64-iso

https://askubuntu.com/questions/1245458/getting-the-message-0-283078-initramfs-unpacking-failed-decoding-failed-wh

https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1876562

https://unix.stackexchange.com/questions/511212/my-initrd-has-only-one-directory-after-decompressing-namely-kernel/511224#511224

https://www.shell-tips.com/linux/what-is-new-in-focal-fossa-ubuntu-20-04-lts/ --> check last section: "5. Improved Boot Time with LZ4 compression in Ubuntu 20.04 LTS"

#2259
Description
user@osgeolive:~$ /usr/share/tomcat9/bin/version.sh
Using CATALINA_BASE:   /usr/share/tomcat9
Using CATALINA_HOME:   /usr/share/tomcat9
Using CATALINA_TMPDIR: /usr/share/tomcat9/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       /usr/share/tomcat9/bin/bootstrap.jar:/usr/share/tomcat9/bin/tomcat-juli.jar
Server version: Apache Tomcat/9.0.31 (Ubuntu)
Server built:   Oct 20 2020 12:27:39 UTC
Server number:  9.0.31.0
OS Name:        Linux
OS Version:     5.4.0-42-generic
Architecture:   amd64
JVM Version:    1.8.0_275-8u275-b01-0ubuntu1~20.04-b01
JVM Vendor:     Private Build

user@osgeolive:~$ sudo service tomcat9 status
● tomcat9.service - Apache Tomcat 9 Web Application Server
     Loaded: loaded (/lib/systemd/system/tomcat9.service; disabled; vendor preset: enabled)
     Active: inactive (dead)
       Docs: https://tomcat.apache.org/tomcat-9.0-doc/index.html
user@osgeolive:~$ cd /var/log

so, a funny thing happened in the boot sequence today adduser: add user "user" to group "users" a few of these, and then adduser: no such group as "tomcat8" cannot add user to group tomcat8 - hah

logging is log4j; nothing in /var/log/tomcat9; in /etc/tomcat9/catalina.properties some settings

user@osgeolive:/var/log$ sudo service tomcat9 restart
user@osgeolive:/var/log$ sudo service tomcat9 status

● tomcat9.service - Apache Tomcat 9 Web Application Server
     Loaded: loaded (/lib/systemd/system/tomcat9.service; disabled; vendor preset: enabled)
     Active: active (running) since Fri 2020-11-20 06:47:05 UTC; 48s ago
       Docs: https://tomcat.apache.org/tomcat-9.0-doc/index.html
    Process: 3864 ExecStartPre=/usr/libexec/tomcat9/tomcat-update-policy.sh (code=exited, status=0/SUCCESS)
   Main PID: 3884 (java)
      Tasks: 41 (limit: 4592)
     Memory: 359.5M
     CGroup: /system.slice/tomcat9.service
             └─3884 /usr/lib/jvm/default-java/bin/java -Djava.util.logging.config.file=/var/lib/tomcat9/conf/logging.p>

Nov 20 06:47:25 osgeolive tomcat9[3884]: Deployment of deployment descriptor [/etc/tomcat9/Catalina/localhost/host-man>
Nov 20 06:47:25 osgeolive tomcat9[3884]: Deploying deployment descriptor [/etc/tomcat9/Catalina/localhost/manager.xml]
Nov 20 06:47:25 osgeolive tomcat9[3884]: The path attribute with value [/manager] in deployment descriptor [/etc/tomca>
Nov 20 06:47:26 osgeolive tomcat9[3884]: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug log>
Nov 20 06:47:26 osgeolive tomcat9[3884]: Deployment of deployment descriptor [/etc/tomcat9/Catalina/localhost/manager.>
Nov 20 06:47:26 osgeolive tomcat9[3884]: Deploying web application directory [/var/lib/tomcat9/webapps/ROOT]
Nov 20 06:47:27 osgeolive tomcat9[3884]: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug log>
Nov 20 06:47:27 osgeolive tomcat9[3884]: Deployment of web application directory [/var/lib/tomcat9/webapps/ROOT] has f>
Nov 20 06:47:27 osgeolive tomcat9[3884]: Starting ProtocolHandler ["http-nio-8080"]
Nov 20 06:47:27 osgeolive tomcat9[3884]: Server startup in [6,038] milliseconds
lines 1-21/21 (END)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.