[Bug 1920217] Re: id: ‘clamav’: no such user

2022-06-03 Thread Wileam Yonatan Phan
I see. Hopefully when others search this particular error message on
their favorite search engine, they would be relieved to know that it's
safe to ignore it. Thanks again!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920217

Title:
  id: ‘clamav’: no such user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1920217/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920217] Re: id: ‘clamav’: no such user

2022-06-03 Thread Wileam Yonatan Phan
Thanks for fixing this! Any plans to backport this to focal or jammy?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920217

Title:
  id: ‘clamav’: no such user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1920217/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920217] Re: id: ‘clamav’: no such user

2022-05-19 Thread Wileam Yonatan Phan
Thanks for working on this! Looking forward for this simple fix to be
merged.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920217

Title:
  id: ‘clamav’: no such user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1920217/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1618516] Re: Byobu does not read aliases defined in /etc/profile.d or in .profile

2022-01-02 Thread Wileam Yonatan Phan
To add to the discussion, it looks like byobu also ignores my ~/.bashrc
file. It is especially important for me to get this working so I can use
Lmod and Spack inside byobu, both of which I load through my ~/.bashrc
file with the following snippet:

# Add Lua paths
LUAROCKS_PREFIX=/usr/local
export 
LUA_PATH="$LUAROCKS_PREFIX/share/lua/5.3/?.lua;$LUAROCKS_PREFIX/share/lua/5.3/?/init.lua;;"
export LUA_CPATH="$LUAROCKS_PREFIX/lib/lua/5.3/?.so;;"

# Lmod
if [ -z "$_INIT_LMOD" ]; then
  # Clear previous definitions of 'module'
  type module > /dev/null 2>&1
  if [ "$?" -eq 0 ]; then
clearLmod --quiet   # Purge all modules and completely remove old 
Lmod setup
  fi
  export _INIT_LMOD=1   # guard variable is crucial, to avoid breaking 
existing modules settings
  # Activate Lmod
  export BASH_ENV=/opt/lmod/lmod/init/bash
  source ${BASH_ENV}
  # Load initial modules
  export MODULEPATH=/opt/modulefiles/Compiler:/opt/modulefiles/Linux
  export MODULEPATH_ROOT=/opt/modulefiles
  export LMOD_SYSTEM_DEFAULT_MODULES=gcc:spack
  module --initial_load --no_redirect restore
fi

# Spack
. /opt/spack/share/spack/setup-env.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618516

Title:
  Byobu does not read aliases defined in /etc/profile.d or in .profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1618516/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1481854] Re: Workrave installed and running but no app indicator shown!

2021-10-07 Thread Wileam Yonatan Phan
Can confirm that this bug still exists with Ubuntu 20.04 LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1481854

Title:
  Workrave installed and running but no app indicator shown!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/workrave/+bug/1481854/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920217] [NEW] id: ‘clamav’: no such user

2021-03-19 Thread Wileam Yonatan Phan
Public bug reported:

On a fresh install of ClamAV using
$ sudo apt install clamav
the terminal output shows the following error message:

Setting up clamav-base (0.102.4+dfsg-0ubuntu0.20.04.1) ...
id: ‘clamav’: no such user

which I think suggests something doesn't work in the postinst script.

I'm on Ubuntu 20.04.2 LTS x86_64, and this happened with clamav-base
version 0.102.4+dfsg-0ubuntu0.20.04.1

** Affects: clamav (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: clamav focal

** Tags added: clamav

** Tags added: focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920217

Title:
  id: ‘clamav’: no such user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1920217/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1618516] Re: Byobu does not read aliases defined in /etc/profile.d or in .profile

2020-11-30 Thread Wileam Yonatan Phan
Seconding this. I confirm it is also present in both Ubuntu 18.04.5 LTS
and Ubuntu 20.04.1 LTS.

** Also affects: byobu (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618516

Title:
  Byobu does not read aliases defined in /etc/profile.d or in .profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1618516/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802269] Re: script `lmod.sh` in `/etc/profile.d` errors out and dumps stack trace

2020-11-30 Thread Wileam Yonatan Phan
Try installing lua-posix, which is one of the prerequisites of Lmod, as shown 
in the documentation:
https://lmod.readthedocs.io/en/latest/030_installing.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802269

Title:
  script `lmod.sh` in `/etc/profile.d` errors out and dumps stack trace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lmod/+bug/1802269/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1873713] Re: appstreamcli: symbol lookup error: appstreamcli: undefined symbol: AS_APPSTREAM_METADATA_PATHS

2020-11-29 Thread Wileam Yonatan Phan
For context, it might be due to the fact that starting on Ubuntu 20.04,
the Chromium browser is packaged as a snap instead of a Debian package.

I'm running Ubuntu 20.04.1 on NVIDIA Jetson Nano Developer Kit.

$ uname -a
Linux jetson 4.9.140-tegra #1 SMP PREEMPT Tue Jul 16 17:04:49 PDT 2019 aarch64 
aarch64 aarch64 GNU/Linux

$ cat /etc/issue
Ubuntu 20.04.1 LTS \n \l

Here's output from journalctl -xe:

-- The unit snap-chromium-1417.mount has entered the 'failed' state with result 
'exit-code'.
Nov 29 14:35:07 jetson systemd[1]: Failed to mount Mount unit for chromium, 
revision 1417.  
-- Subject: A start job for unit snap-chromium-1417.mount has failed

-- Defined-By: systemd  

-- Support: http://www.ubuntu.com/support   

--  

-- A start job for unit snap-chromium-1417.mount has finished with a failure.   

--  

-- The job identifier is 52819 and the job result is failed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1873713

Title:
  appstreamcli: symbol lookup error: appstreamcli: undefined symbol:
  AS_APPSTREAM_METADATA_PATHS

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1873713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1873713] Re: appstreamcli: symbol lookup error: appstreamcli: undefined symbol: AS_APPSTREAM_METADATA_PATHS

2020-11-29 Thread Wileam Yonatan Phan
For me, it's the chromium-browser package:

$ sudo apt upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 chromium-browser-l10n : Depends: chromium-browser (>= 
1:85.0.4183.83-0ubuntu0.20.04.2) but 86.0.4240.75-0ubuntu0.18.04.1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or 
specify a solution).

$ sudo apt install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dh-python diffstat dmsetup fonts-lato geoclue geoclue-ubuntu-geoip
  gir1.2-accounts-1.0 gir1.2-gdata-0.0 gir1.2-harfbuzz-0.0 gir1.2-signon-1.0
  gnome-calculator gnome-themes-extra gnome-themes-extra-data
  gtk2-engines-pixbuf iputils-arping irqbalance libapt-pkg-perl libargon2-0
  libboost-date-time1.65.1 libboost-filesystem1.65.1 libboost-iostreams1.65.1
  libboost-locale1.65.1 libboost-system1.65.1 libboost-thread1.65.1 libcdio17
  libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl libclone-perl
  libcolumbus1-common libcolumbus1v5 libdouble-conversion1 libdrm-dev
  libdrm-etnaviv1 libdrm-freedreno1 libdrm-tegra0 libegl1-mesa
  libemail-valid-perl libexempi3 libexiv2-14 libexporter-tiny-perl
  libfcgi-perl libfile-copy-recursive-perl libfluidsynth1 libgail-3-0
  libgeoclue0 libglvnd-core-dev libgmime-3.0-0 libgphoto2-l10n libgps23
  libgraphite2-dev libgssdp-1.0-3 libgupnp-1.0-4 libharfbuzz-dev
  libharfbuzz-gobject0 libhwloc5 libicu-le-hb-dev libicu-le-hb0 libiculx60
  libio-pty-perl libio-string-perl libip4tc0 libip6tc0 libipc-run-perl
  libiptc0 libisl19 liblist-moreutils-perl libllvm9 liblockfile-bin
  liblockfile1 libmng2 libnet-dns-perl libnet-domain-tld-perl libnet-ip-perl
  libnm-glib4 libnm-gtk0 libnm-util2 libntfs-3g88 liboauth0 libopenmpi2
  liborcus-0.13-0 libparse-debianchangelog-perl libperlio-gzip-perl
  libplacebo4 libprotobuf10 libpython2.7-dev libpython3.6-dev libsignon-glib1
  libssl1.0.0 libtext-levenshtein-perl libtinfo-dev libusbmuxd4 libwacom-bin
  libwayland-bin libwayland-dev libwayland-egl1-mesa libxcb-dri2-0-dev
  libxcb-dri3-dev libxcb-glx0-dev libxcb-present-dev libxcb-randr0-dev
  libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev
  libxdamage-dev libxml-simple-perl libxshmfence-dev libyaml-libyaml-perl
  libzeitgeist-1.0-1 lintian mesa-common-dev patchutils popularity-contest
  python-cairo python-gtk2 python-talloc python2.7-dev python3-blinker
  python3-bs4 python3-feedparser python3-html5lib python3-jwt python3-lxml
  python3-oauthlib python3-webencodings python3.6-dev qtcore4-l10n rsync
  t1utils unity-lens-applications unity-lens-files unity-lens-music
  unity-lens-photos unity-lens-video unity-scope-calculator
  unity-scope-chromiumbookmarks unity-scope-colourlovers unity-scope-devhelp
  unity-scope-firefoxbookmarks unity-scope-manpages unity-scope-openclipart
  unity-scope-texdoc unity-scope-tomboy unity-scope-video-remote
  unity-scope-virtualbox unity-scope-yelp unity-scope-zotero
  unity-scopes-runner x11proto-damage-dev x11proto-fixes-dev
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  chromium-browser
The following packages will be upgraded:
  chromium-browser
1 upgraded, 0 newly installed, 0 to remove and 620 not upgraded.
1 not fully installed or removed.
Need to get 0 B/48.3 kB of archives.
After this operation, 241 MB disk space will be freed.
Do you want to continue? [Y/n] 
Preconfiguring packages ...
(Reading database ... 155194 files and directories currently installed.)
Preparing to unpack .../chromium-browser_1%3a85.0.4183.83-0ubuntu0.20.04.2_arm64
.deb ...
=> Installing the chromium snap
==> Checking connectivity with the snap store
==> Installing the chromium snap
error: cannot perform the following tasks:
- Mount snap "chromium" (1417) ([start snap-chromium-1417.mount] failed with exi
t status 1: Job failed. See "journalctl -xe" for details.
)
dpkg: error processing archive /var/cache/apt/archives/chromium-browser_1%3a85.0
.4183.83-0ubuntu0.20.04.2_arm64.deb (--unpack):
 new chromium-browser package pre-installation script subprocess returned error 
exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/chromium-browser_1%3a85.0.4183.83-0ubuntu0.20.04.2_arm6
4.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


** Also affects: chromium-browser (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: chromium-browser
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1873713

Title:
  appstreamcli: symbol lookup error: appstreamcli: undefined symbol:
  

[Bug 1819919] Re: Too much information in File Systems

2020-05-01 Thread Wileam Yonatan Phan
Sorry for bumping an old issue, but the "fix" released on upstream seems
to be the "nuclear" option of completely removing `snap`... which might
not work for everyone. :(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819919

Title:
  Too much information in File Systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1819919/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs