I even suggest something along the lines of "When you are finished updating, you should now close this window and restart USM for the updates to be incorporated".Ed_P wrote:See the suggestion posted here: http://forum.porteus.org/viewtopic.php? ... 009#p36842
It seems reasonable and doable.
USM bug reports
- Rava
- Contributor
- Posts: 4909
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.0 x86_64 + 4.0 i586
- Location: Forests of Germany
Re: USM bug reports
Cheers!
Yours Rava
Yours Rava
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: USM bug reports
Ok guys thanks for the suggestions. Appreciate the input and will implement this message.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Rava
- Contributor
- Posts: 4909
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.0 x86_64 + 4.0 i586
- Location: Forests of Germany
Re: USM bug reports
^

SCNR. But USM improvement makes me a happy camper.
Anyhow, where do you post that a new USM version is available? In here? (As in: this very thread)



SCNR. But USM improvement makes me a happy camper.

Anyhow, where do you post that a new USM version is available? In here? (As in: this very thread)
Cheers!
Yours Rava
Yours Rava
- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: USM bug reports
Rava wrote:![]()
![]()

If USM is being tweaked, changing the name of the USM Cancel button to Close should be considered.

Ed
- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: USM bug reports
Something isn't working on this 486 machine with Porteus 3.0.1.
Had the same problem last night also and with the keepassx module.
Code: Select all
guest@porteus:~$ su
Password:
root@porteus:/home/guest# usm -g u3-tool
The following items were found.
Choose an number to confirm.
ctrl+c to quit
1) u3-tool-0.3-i486-1_slack.txz
#? 1
Processing: u3-tool-0.3-i486-1_slack.txz
The following packages are required.
u3-tool-0.3-i486-1_slack.txz [24K] [not installed]
Total size: 24 KB
Would you like to install the package/s? (custom paths are supported) [y/n]
Press [r] to remove packages, [q] to quit, or enter to start downloading.
Updates are available.
Program update: available
Database update: available
Please run: usm -u all and/or usm -u usm
This message can be disabled in /etc/usm/usm.conf
###############################
Downloading: u3-tool-0.3-i486-1_slack.txz DONE
Commencing package conversion ...
Verifying package u3-tool-0.3-i486-1_slack.txz.
xz: (stdin): File format not recognized
Installing package u3-tool-0.3-i486-1_slack.txz:
PACKAGE DESCRIPTION:
WARNING: Package has not been created with 'makepkg'
Package u3-tool-0.3-i486-1_slack.txz installed.
Creating /tmp/usm/u3-tool-0.3-i486-1_slack.xzm
root@porteus:/home/guest# ls /tmp/usm/
u3-tool-0.3-i486-1_slack.txz u3-tool-0.3-i486-1_slack.xzm
root@porteus:/home/guest# ls -l /tmp/usm/
total 4
-rw-r--r-- 1 root root 0 Sep 23 12:33 u3-tool-0.3-i486-1_slack.txz
-rw-r--r-- 1 root root 4096 Sep 23 12:33 u3-tool-0.3-i486-1_slack.xzm
root@porteus:/home/guest# usm -v
You are using USM version: 3.1.8
Ed
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: USM bug reports
Code: Select all
guest@porteus:~$ ls -lh /tmp/usm/hexedit-1.2.12-i486-1_slack.*
-rw-r--r-- 1 root root 0 Sep 19 02:03 /tmp/usm/hexedit-1.2.12-i486-1_slack.txz
-rw-r--r-- 1 root root 4.0K Sep 19 02:15 /tmp/usm/hexedit-1.2.12-i486-1_slack.xzm
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: USM bug reports
Thanks guys. Found a slight variation in the PACKAGES.TXT which was generated on 21/9/2015 which other slacks don't have. Perhaps the method changed in the way the files are generated. I have located the associated code in USM but I want to fix a few other thing before pushing another update. If you want a quick fix please download the file below and replace it in /usr/share/usm
EDIT: Thanks for the typo correction Ed_P
Code: Select all
wget --no-check-certificate https://raw.githubusercontent.com/brokenman/usm/master/funcpackageGet
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: USM bug reports
Needs to be:brokenman wrote:If you want a quick fix please download the file below and replace it in /usr/share/usm
Code: Select all
wget --nocheck-certificate https://raw.githubusercontent.com/brokenman/usm/master/funcpackageGet
Code: Select all
wget --no-check-certificate https://raw.githubusercontent.com/brokenman/usm/master/funcpackageGet
-update-
The fix works.

Code: Select all
Package u3-tool-0.3-i486-1_slack.txz installed.
Creating /tmp/usm/u3-tool-0.3-i486-1_slack.xzm
Updating shared library links: /sbin/ldconfig
Enter a custom path to install packages to or press enter to install to the system:
>
Installing to system
+==============================================================================
| Skipping package u3-tool-0.3-i486-1_slack (already installed)
+==============================================================================

Still getting this though.
Code: Select all
Updates are available.
Program update: available
Database update: available
Please run: usm -u all and/or usm -u usm
Then checking and running usm -u usm:
root@porteus:/home/guest# usm -v
You are using USM version: 3.1.8
root@porteus:/home/guest# usm -u usm
Downloading: vercheck.txt DONE
An update is available for the usm database files.
Please run: usm -u all
A new version of USM is available.
Would you like to download it now? [y/n]
Downloading: usm-latest-0.0-noarch-1.txz DONE
Removing package /var/log/packages/usm-latest-0.0-noarch-1...
Removing files:
--> Deleting /etc/usm/extra-deps.txt
:
etc
:
--> Deleting empty directory /usr/src/po/
WARNING: Unique directory /usr/share/usm/ contains new files
WARNING: Unique directory /etc/usm/ contains new files
Installing new version now
usm-latest-0.0-noarch-1: [320K]
USM was updated successfully
You are currently using:
USM-v3.1.8

Ed
- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: USM bug reports
You still have it wrong.EDIT: Thanks for the typo correction Ed_P

--no-check-certificate
Needs another dash.
Ed
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: USM bug reports
Ahhh. I just set it up as an alias in my ~/.bashrc file. Haven't typed it for a while.
Updated to 3.1.9. Fixed some minor bugs. Hopefully didn't break anything further.
Updated to 3.1.9. Fixed some minor bugs. Hopefully didn't break anything further.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: USM bug reports
Thank you brokenman.brokenman wrote:Updated to 3.1.9. Fixed some minor bugs.

Code: Select all
The default is 3 hours
Please restart the application to refreshthe database.

BTW At one time to copy & paste from the USM Terminal window ctrl+shift+C and ctrl+shift+V worked. http://forum.porteus.org/viewtopic.php? ... 087#p27077 But not now. Fortunately ctrl+insert & shift+insert still work.
Would like to hear more about this file.brokenman wrote:an alias in my ~/.bashrc file.

Ed
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: USM bug reports
Thanks. I seem to be making many typos lately.
An alias is like an old school macro. If you open a terminal and type:
alias printit='echo "This is like a macro"'
printit
You will see that it prints this sentence. Now if you put these lines in your ~/.bashrc file then log out and login you should have them available in all shells that you open. The alias I was talking about was:
alias wget='wget --no-check-certificate --trust-server-names'
An alias is like an old school macro. If you open a terminal and type:
alias printit='echo "This is like a macro"'
printit
You will see that it prints this sentence. Now if you put these lines in your ~/.bashrc file then log out and login you should have them available in all shells that you open. The alias I was talking about was:
alias wget='wget --no-check-certificate --trust-server-names'
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: USM bug reports
Interesting. Thanks.
Does the creating of an alias automatically create the .bachrc file? hmmm No, I think I manually create it then add the alias to it. Can other commands be added to it, other than aliases? hmmmm Think I will Google bachrc and see what pops.
Thank you brokenman.
Does the creating of an alias automatically create the .bachrc file? hmmm No, I think I manually create it then add the alias to it. Can other commands be added to it, other than aliases? hmmmm Think I will Google bachrc and see what pops.
Thank you brokenman.

Ed
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: USM bug reports
The file already exists and already has aliases.
cat ~/.bashrc
Any command you add here will be run on login. Please start a new thread for more info. Thanks.
cat ~/.bashrc
Any command you add here will be run on login. Please start a new thread for more info. Thanks.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: USM bug reports
graphical USM does not know its updated.
##########################
Hi I am new to Porteus using the XFCE v3.1 x86_64 iso as both a hard drive install and to an USB stick and tested on both.
Details for others to duplicate if interested
1) Original v 3.1.7 for a clean install
2) open the app and click on updates and update for USM and wait for response
3) it downloads and says you are on v 3.1.9 and restart app
4) restart app and you can repeat above process.
I thought an image might help?

Incidently, in case it helps
I hope this is easy to solve.
Yes I know I am on the latest. I am reporting that USM does not know I am on the latest
trivial question....am I supposed to move that txz to modules or something?
EDIT, rebooted after converting to xzm and version is OK
trivial question (2) Why not have a version number in that txz?
##########################
Hi I am new to Porteus using the XFCE v3.1 x86_64 iso as both a hard drive install and to an USB stick and tested on both.
Details for others to duplicate if interested
1) Original v 3.1.7 for a clean install
2) open the app and click on updates and update for USM and wait for response
3) it downloads and says you are on v 3.1.9 and restart app
4) restart app and you can repeat above process.
I thought an image might help?

Incidently, in case it helps
Code: Select all
root@porteus:/mnt/sda3/porteus/changes/tmp/usm# ls
usm-latest-0.0-noarch-1.txz
Yes I know I am on the latest. I am reporting that USM does not know I am on the latest
trivial question....am I supposed to move that txz to modules or something?
EDIT, rebooted after converting to xzm and version is OK
trivial question (2) Why not have a version number in that txz?