Re: [xubuntu-users] Installation Issues

2018-12-06 Thread don subscribe
I have used Unetbootin to create install USB drives.  The homepage is:
https://unetbootin.github.io/

When creating a USB the software it may seem to hang at a place, almost
like a loop, BUT it is NOT. Let it finish, it may take awhile.  I have
used Unetbootin 4 times to install 18.04 since April & worked w/o fail.

Don



-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] catfish issues

2018-11-06 Thread don subscribe
John,
Over the years I have copied the following syntax cheats that aid in my
command line searches.

find files or directories

find ~/ -type f -iname "somefile*.xyz" -print 2>/dev/null

find (the find command
~/ (look in: /home/user
-type f (files only
-type d (directory only
-iname (ignore case
-name (match case
"somefile*.xyz" (looking for, * wildcards, & don't forget
trailing/matching quote, it will error
-print (print to stdout
2>/dev/null (pipe 2nd print output to null bit bucket, this usually
comes to play when searching / root you will get many permission errors
& piping to /dev/null moves them to null, no print

man find     (=options

Find "string in directory"

grep -iHr "string*" ~/

~/ (look in: /home/user
-H, --with-filename (Print the file name for each match.)
-R,-r, --recursive
-i, --ignore-case

man grep     (=options


The command line is your friend,
Don



On 11/3/18 2:40 PM, John R. Sowden wrote:
> Thank you all for your feedback.  I did try the db check first, even
> on another computer, same result with an interesting add-on:
> In the panel, the lighter box where catfish should be was there but no
> program on the screen.  AND, when I moved the mouse around, if I was
> in an area where catfish was not, I got the mouse arrow pointer, but
> by moving the mouse pointer, I could detect the location where
> catfishs' ghost is because the pointer turned into the spinning
> wheel.  H, says Kermit  :)
>
> Re the command line, I ain't affered of it, cuz I still use DOS
> (freedos/4dos) so I can run Foxpro and Wordstar.  I will consider
> those 2 programs and possibly write a script so I don't have to
> remember the sequence.
>
> Thanks,
> John
>
> On 11/2/18 6:06 PM, chris wrote:
>> On 3/11/18 1:59 PM, Cody Smith wrote:
>>> If you're not afraid of the command line, there's locate and
>>> mlocate. I haven't used them myself, but I've heard good things
>>> about them.
>>
>> Very good if you send the output to a file
>>
>> and you need to update db first.
>> da kiwi
>>
>
>


-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


[xubuntu-users] Fresh install 18.04 with aptik

2018-09-17 Thread don subscribe
I had to perform a new install of Xubuntu 18.04 because my normal GUI
login would not accept my password.  I even tried changing the keyboard,
thinking the KB was bad.  I ssh'd into the box with the local IP
address.  Yes, I rebooted and tried again & again to no avail.  I could
key the GUI password, the screen would blank for a few seconds and then
re-display the login screen.  It was if the xubuntu session was not
initiated? If I had not been able to SSH into the box, I would have been
w/o a creeks paddle. I took the easy Aptik way and was back running in
half an hour.

I performed a clean install of 18.04 with Aptik Migration Utility:
http://www.teejeetech.in/p/aptik.html

I used the aptik command line to run a command that backed all my files
and settings to another drive:
sudo aptik --backup-all --basepath /mnt/tb364/htpc-aptik-backup/

I installed a new xubuntu 18.04 & installed aptik & openssh-server
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install aptik

I restored from the backup:  (If backed to a USB drive, I would have no
need to change the backup location)
cd into the Aptik-backup directory  Note: the install changed the drive
mount point to :
cd /media/don/281bc72e-405b-4dab-a23c-6557d9b007fd (This partition
contained the Aptik-backup directory which had all my backup files and a
./restore-all.sh script.)

I ran the ./restore-all.sh  command and xubuntu desktop was back, like
magic.  My  /etc/fstab was restored, as well, along with the 4 other users.

I see no reason why anyone should do an upgrade 18.04 without using
Aptik on a clean install. 
I always donate a few dollars to the author.  Aptik has saved me many
times and is a great migration tool.

For all skeptics, I receive nothing from the Aptik author for the
recommendation,

Don




-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] 18.04 destroying my M.2 SSD

2018-06-15 Thread don subscribe
My fstab= ext4  noatime,errors=remount-ro 0   1
I read through the solid_state_drive arch link and I think I should
check my logs for errors.

I checked the /etc/cron* dirs and saw no fstrim cron.weekly job.  That's
weird because I thought ubuntu defaulted to a cron.weekly fstrim job.
Now, I'm wondering whether the install knows the install drive is a SSD??

I looked on this 16.04 box (M.2 ssd as well, w/no issues) and I have a
cron.daily and cron.weekly jobs for fstrim!  I guess I should fix that. 

I manually ran the fstrim on the 18.04 box w/issues the other day and
saw 211 Gb trimmed.
Just now, I ran it again and would guess that it has been running idle
for 7 or 8 hours:
$ sudo fstrim -av
[sudo] password for don:
/: 211 GiB (226551054336 bytes) trimmed

Thanks,
Don


On 06/15/2018 01:04 AM, Ralf Mardorf wrote:
> On Thu, 14 Jun 2018 17:06:40 -0400, Daniel Wastak wrote:
>> UUID=[Your blkid here] /  ext4noatime,errors=remount-ro
> I'm using "noatime" for partitions used to record realtime audio, but
> for anything else I stay with the default "relatime" for good reasons,
> see the mount manpage.
>
> [weremouse@moonstudio ~]$ lsb_release -d; man mount | grep 'relatime' -A2 | 
> tail -11 | head -3
> Description:  Ubuntu 16.04.4 LTS
>relatime
>   Update inode access times relative to modify or change time.  
> Access time is only updated if the previous access time was earlier than the 
> current modify  or  change  time.
>   (Similar to noatime, but it doesn't break mutt or other 
> applications that need to know if a file has been read since the last time it 
> was modified.)
>
> I recommend to take a look at the Arch Wiki. I'm running Ubuntu 16.04.4
> in a systemd-nspawn container, actually the "host" is running Arch,
> however, Ubuntu does use systemd, too, so the hints regarding periodic
> vs continuous TRIM should apply to Ubuntu, too.
>
> https://wiki.archlinux.org/index.php/Solid_State_Drive
>
> [root@archlinux rocketmouse]# lsb_release -d; systemctl status fstrim.timer
> Description:  Arch Linux
> ● fstrim.timer - Discard unused blocks once a week
>Loaded: loaded (/usr/lib/systemd/system/fstrim.timer; enabled; vendor 
> preset: disabled)
>Active: active (waiting) since Fri 2018-06-15 06:12:19 CEST; 45min ago
>   Trigger: Mon 2018-06-18 00:00:00 CEST; 2 days left
>  Docs: man:fstrim
>
> Jun 15 06:12:19 archlinux systemd[1]: Started Discard unused blocks once a 
> week.
>
>


-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] 18.04 destroying my M.2 SSD

2018-06-15 Thread don subscribe
My fstab is set like yours. I have 16 Gb memory and I hav nothing
running except network.  This is a new install in which I have only
logged into, to start network.  I'm accessing from another box with open
shh and running iotop.
~$ cat /proc/sys/vm/swappiness
1

Thanks, Don

On 06/14/2018 05:06 PM, Daniel Wastak wrote:
> I would be surprised if you didn't set your fstab to these settings
>
> UUID=[Your blkid here] /      ext4    noatime,errors=remount-ro 0       1
>
> also make sure swap is avoided. If you have a swap partition mounted
> in fstab, get rid of it.
>
> Finally, make sure you have at least 4g of memory and just make sure
> you are not going over 
> the limitations of your memory, otherwise add more memory
>
> Dan Wastak
>
> On Thu, Jun 14, 2018 at 3:52 PM, Teresa e Junior
> mailto:teresaejun...@gmail.com>> wrote:
>
> Em 14/06/2018 09:53, don subscribe escreveu:
>
> My hdd light never stops blinking with activity, every 2 sec. 
> I logged
> disk io with iotop for as much as 12 hours.  I was alarmed to
> see that
> fstrim -av after 12 hours shows 211 Gb trimmed.  I wonder how
> long this
> SSD will survive in that box?
>
>
> Do you use Google Chrome / Chromium / Opera / Brave, etc.?
> Chromium is a monster that forces disk spins with fsync() every
> single second:
> https://bugs.chromium.org/p/chromium/issues/detail?id=52663
> <https://bugs.chromium.org/p/chromium/issues/detail?id=52663>
>
> -- 
> xubuntu-users mailing list
> xubuntu-users@lists.ubuntu.com <mailto:xubuntu-users@lists.ubuntu.com>
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
> <https://lists.ubuntu.com/mailman/listinfo/xubuntu-users>
>
>
>
>


-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] 18.04 destroying my M.2 SSD

2018-06-15 Thread don subscribe
I use Firefox, cache disabled, but I am only logged in to a new install
and have started no programs. Email is not even configured.

On 06/14/2018 03:52 PM, Teresa e Junior wrote:
> Em 14/06/2018 09:53, don subscribe escreveu:
>> My hdd light never stops blinking with activity, every 2 sec.  I logged
>> disk io with iotop for as much as 12 hours.  I was alarmed to see that
>> fstrim -av after 12 hours shows 211 Gb trimmed.  I wonder how long this
>> SSD will survive in that box?
>
> Do you use Google Chrome / Chromium / Opera / Brave, etc.? Chromium is
> a monster that forces disk spins with fsync() every single second:
> https://bugs.chromium.org/p/chromium/issues/detail?id=52663
>


-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


[xubuntu-users] 18.04 destroying my M.2 SSD

2018-06-14 Thread don subscribe
When Xubuntu became available as download from xubuntu.org I installed
it to a new Asus motherboard with Samsung 250Gb M.2 960 evo SSD.  The
usb install took < 3.5 minutes.  Additional installs included i386 libs
for my backup software and openssh-client/server, iotop.  I only have a
basic xubuntu install. 

My hdd light never stops blinking with activity, every 2 sec.  I logged
disk io with iotop for as much as 12 hours.  I was alarmed to see that
fstrim -av after 12 hours shows 211 Gb trimmed.  I wonder how long this
SSD will survive in that box?

iotop shows r/w/ [jbd2/nvme0n1p2-] which is journaling for ext4 for
08:50:21, 08:50:27, 08:50:33, . . .n with imbeded kworker threads during
these times, which show 0.0/Bps.

I have reached the end of the internet in searches to solve this
problem.  I have searched at least 3 days/wk for the last month for
solutions & have tried some to no avail.  I have been an avid Xubuntu
user since 2006 and now have 5 Xubuntu boxes here.  When new LTS
releases are introduced I use Aptik to perform clean installs on all my
computers.

It pains me now to look for another Linux distribution, but this is
where I am at this point in time.
(I may try format to ext3 and install).  During my solution searches,
this problem arises back to Ubuntu 10.

Any Ideas?

Note: Installing 16.04 has same results on that box.
Samsung 960 evo was updated w/latest firmware which was already intalled.
I am writing this email on Asus M.2 box with an older motherboard and
M.2 SSD which has NO blinking hdd.  (imagine that! go figure)?


-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] can't install an encrypted home folder

2017-09-23 Thread don subscribe
Are you sure that the home folder is NOT encrypted? To test it:
key in terminal: ls -A
(If file system is encrypted you will see a .encryptfs directory)

My home is encrypted, Ex:
don@don-m2:~$ ls -A /home
db2fenc1  db2fenc2  db2fenc3  db2inst1  db2inst2  don  .ecryptfs

Don



On 09/15/2017 11:56 PM, Art wrote:
> Hi all.
>
> I have been trying to create an xububtu 16.04 encrypted home folder on
> my laptop. I've done it on other machines and never had an issue.
>
> During the install, all goes normally, I check the box to encrypt the
> home folder during the install. However, when the install is
> completed, there is no separate boot partition and the display in
> gparted shows a normal unencrypted install. My laptop was out on loan
> to a family member for the last 1.5 years, so it's possible my family
> member might have made bios changes to make windows run--yes, my
> family member user windows.
>
> Are there any bios settings that can prevent xubuntu from creating an
> encrypted home folder during the installation of 16.04?
>
> TIA
>
> Art
>
>
>


-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] Upgrading from 32bit to 64bit use Aptik Migration Utility

2017-07-06 Thread don subscribe
The EASIEST way to do install a new system from existing is to use Aptik
Migration Utility.
http://www.teejeetech.in/2016/04/upgrade-to-ubuntu-1604-with-aptik.html

Don

On 06/29/2017 05:58 PM, GothSpark . wrote:
> hi
> you cannot update from 32bit to 64bit you have to install the new
> system from scrach
>
> 2017-06-10 17:28 GMT-04:00 Peter Flynn  >:
>
> A rather odd request. I have a Dell Optiplex 745 which I rescued from
> oblivion last year when an office was being cleared out. I hurriedly
> installed Xubuntu 16.04 on it and it's been fine.
>
> It now turns out that I used a USB containing the 32bit distribution
> instead of the 64bit, so I wanted to know if there is a way to
> "upgrade"
> in place from 32bit 16.04 to 64bit 16.04
>
> The 745 runs a 64bit processor and architecture, from what I have been
> able to determine (at least, it boots from the 64bit ISO on a USB
> stick,
> and everything seems to run OK).
>
> Or do I have to do a from-scratch installation (not a major
> problem, as
> /home is on a separate partition, and most all the important stuff
> is on
> SVN repos).
>
> ///Peter
>
> --
> xubuntu-users mailing list
> xubuntu-users@lists.ubuntu.com 
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
> 
>
>
>
>


-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users