*** This bug is a duplicate of bug 1489855 ***
https://bugs.launchpad.net/bugs/1489855
** Description changed:
Hi!
I identified a problem for creating persistent live usb sticks when
using a second partition for 'casper-rw'.
Environment:
On the usb stick I created two partitio
*** This bug is a duplicate of bug 1489855 ***
https://bugs.launchpad.net/bugs/1489855
** This bug has been marked a duplicate of bug 1489855
Change to mount sequence order breaks persistence on casper-rw partitions
--
You received this bug notification because you are a member of Ubuntu
** Summary changed:
- [live-usb-persistent] second partition as casper-rw issue
+ [live-usb-persistent] second partition as casper-rw problem
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849730
Tit
Public bug reported:
Hi!
I identified a problem for creating persistent live usb sticks when
using a second partition for 'casper-rw'.
Environment:
On the usb stick I created two partitions:
- The first partition (/dev/sda1) is vfat which is used for the live-filesystem
(filesystem.squashfs).
-
Hi Anthony Godshall,
These commands are a workaround for the currently available package.
In my opinion, for the definitive fix, the symbolic links should already
be contained within the package, in the same way as the others are
already.
Look in /var/lib/dpkg/info/guacamole.list for the list of
A correction to my previous post:
Instead of creating this link:
ln -s ../../../../java/javax.activation-1.2.0.jar
/usr/share/guacamole/guacamole/WEB-INF/lib/javax.activation-1.2.0.jar
Create the link this way:
ln -s ../../../../java/javax.activation.jar
/usr/share/guacamole/guacamole/WEB-INF/l
Hello,
I had the same problem here installing guacamole package on a clean
install of Ubuntu 18.04 LTS via apt install guacamole.
Apparently the problem occurs because two required packages are not as
dependencies and the post-run scripts are not creating some essential
symbolic links
Correction