Skip to main content

Posts

Showing posts from February, 2017

Music (GNOME application) Review

Music should use tracker. It plays music fine. It downloads covers well. It sucks when discovering music files. My music files are all neatly saved in /home/user/Music. The only way to check if I have a particular song or album or music artist is if 1) I open Rhythmbox, which "discovers" music well (manually) 2) if I search in nautilus, the file browser in GNOME and 3) if I use tracker CLI in the terminal. There's a ton of music files not showing up in Music. I like that it has last.fm in gnome-accounts. It gave me a smile when I discovered that songs I played in Music shows up in my last.fm recently played list. Yes I remember that I allowed last.fm in the accounts.

Systemd Status Output

Here's the very first time that a systemd status check yields ok across the board. [ donato@archdesktop ~]$ systemctl status ● archdesktop      State: running      Jobs: 0 queued    Failed: 0 units     Since: Fri 2017-02-24 08:42:27 PHT; 31min ago    CGroup: /            ├─user.slice            │ ├─user-120.slice            │ │ ├─ user@120.service            │ │ │ ├─pulseaudio.service            │ │ │ │ └─764 /usr/bin/pulseaudio --daemonize=no            │ │ │ ├─at-spi-dbus-bus.service            │ │ │ │ ├─753 /usr/lib/at-spi2-core/at-spi-bus-launcher            │ │ │ │ ├─758 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3            │ │ │ │ └─760 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session            │ │ │ ├─dbus.service            │ │ │ │ └─691 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation            │ │ │ ├─xdg-permission-store.service            │ │ │ │ └─

BlueTooth Disconnecting Solved

Since the Arch linux installation I have this problem with my bluetooth devices. Yes I have successfully paired them and all devices appears in all the bluetooth monitor of each device. But the bluetooth service in Arch disconnects immediately after I try to turn it on. The logs says: "bluetoothd[2668]: a2dp-source profile connect failed for 1C:B7:2C:55:A8:80: Protocol not available" I found my answer in the Arch Wiki here . But please read the whole article about bluetooth since your issues might not be completely the same. So the short story is I'm missing a package there. After downloading with pacman and restarting pulseaudio, I tried connecting the devices. I'm using gnome by the way so the graphical front-end is where I went. I also got these from the logs. It confirms the devices are now connected. logfile: Feb 24 06:15:14 archdesktop bluetoothd[535]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource logfile: Feb 24 06:15:14 archdesktop bluetoo

Work Load Averages For Archlinux GNOME

top - look at load averages I haven't seen these work load stats ever. I haven't changed my habits at all.

The Peripheries of My Arch linux GNOME Desktop

Adding Google's DNS resolver in your Network Manager will surely save you a lot of headaches. So just click on the network icon in the upper right hand corner and click (if you have more than one interface, choose your interface) the settings tab. google's dns server number added Google's DNS servers owns the internet. It helps you find the destinations for your convenient browsing. Of course you're also telling Google where you want to go.  I can't get xdo-tool to work with Web / Epiphany. I can't use my password manager to fill in these important personal login pages in the Internet. I downloaded Mozilla Firefox browser for it. Bummer. AND in this subject also, I can't use my password manager to fill in gnome-online-accounts. Why not make it happen? Security issue here??

Allow Samba Services To Connect

Previously, I installed samba in my desktop to allow it to share files among other devices in the local network. I could not make my android tablet and smartphone connect or make it see the desktop. I forgot to allow the samba service in my firewall. So to do that I have to open a terminal and get root priveleges. # ip addr ##to get my ip address # ufw allow from 192.168.15.0/24 ##to allow any connections from the LAN, local network # ufw status verbose ##to check the status of the firewall

Like An Archlinux User

Hi Reese Within a week of using Archlinux, some unique problems came into my attention. I have a full and increasing directory in /var and /usr. It seems pacman cache is already 3 GB and the core dump file is also 3 GB. The core dump is important if you're looking into application crashes. I decided to trash the core dump. I'm not going into application crash reporting now. I don't need the pacman cache but in second thought I might want to leave the last instance of that upgraded package. I am fighting with samba right now. I have followed two instruction threads out there but I can't make it work in my android device. I can see my shares in my linux machine but not in android. I finished my first maintenance cycle of my Archlinux life - cleaning out the pacman cache. This link to Archlinux Wiki on the topic will explain it a lot. The default here for me is to leave at least a way to go back if things get out of control. So I am going to be using this: # paccache -

Sending Mail From Archlinux To Gmail (relay)

I did this in Ubuntu 16.04 LTS. Configure Postfix to send mail from desktop to gmail. I wrote a post here. Now that I'm using Archlinux, I want the same set up. I installed postfix. #pacman -Syu postfix The config file for postfix is /etc/postfix/master.cf and /etc/postfix/main.cf. Follow the steps in the link above. Don't forget to restart postfix. Don't forget to protect the authentication file. Don't forget the postmap command. Send a test mail. $echo test | mail -s "test email setup" emailaddr

NetworkManager Pkg Installed

Hi Reese I had Internet connection during the live media install then I don't have it after the initial boot. Then I thought I fixed it when I checked systemd, or more accurately 'systemctl list-unit-files'. After 3 days, I started having problems with my browsing. I can go to Twitter, Google Mail but not to Reddit, Archlinux and some other sites. I went to check GNOME network manager and it's not installed. I 'pacman -Sy NetworkManager'. Solved. I got my Google Calendar back in Evolution, which I blamed on Evolution. I still want to fix the Archlinux.org site. :(

How To Remove A PV

The Archlinux boot isn't going smoothly. The #2 volume group (as well as the logical volumes attached to it) is activated read-only. The temporary fix I did was to comment the problem LV's in fstab, just so I can finish the boot and log to my desktop. The kernel is doing the partial activation of the LV's because it is detecting a missing PV. The PV in question I thought I had deleted and converted to a new PV using fdisk. The problem is LVM partition table still 'remembers' the PV. I had to finish reading my refresher course in LVM from the ArchWiki pages. So I did some checking and the partition is indeed non-existent, deleted but LVM is still looking for it but reporting it as missing or somehow filtered. [ donato@archdesktop ~]$ sudo vgscan   Reading volume groups from cache.   Found volume group "vol1" using metadata type lvm2   WARNING: Device for PV DLkZz4-D3rH-dODr-eaO3-h1Oa-MLe2-9OVQMz not found or rejected by a filter.   Found volume group "

My GNOME Archlinux Desktop

gnome-arch-view Gnome is showing some polish with this current version. gnome-3.22.2 I downloaded a number of ttf fonts for more customizations later. I had to use the AUR for megasync, my synchronization application of choice. GNOME is using Wayland now by default. The user can choose Xorg when they log in to the desktop though. If you have applications that do not play well with Wayland yet, you can tick that. So far GNOME in Wayland is zero glitches.

Installing Archlinux Today 2017

Archlinux has a reputation for a difficult installation among the linux distros. I have installed Arch back three years ago and no it doesn't mean it will be easier now. I remember the general structure of the install but beyond that, I'm a newbie. The Arch website has excellent Wiki and Installation Guide . Prepare to read it and a lot more. Before anything else this post is NOT a how-to of installing Archlinux, so be warned. You want an excellent guide, then the two links above should be your best bet. ​installing Arch  This post is about what I did wrong. It's about where I tripped. My stupidity enumerated. Maybe it's worth a few laughs that's all. The first intense moment must be partitioning. I have data in 3 hard drives that I don't want to lose. The fourth drive ( an SSD) is the boot device. This device is going to be erased because I have to install an operating system on it. Duh. I decided to use LVM, logical volume management. Once bitten by LVM you c

Jumper, Forgotten Password And Arch

Late this afternoon I found time to start solving my little problem. When I installed my operating system I neglected to put my home directory in a separate partition. So after all this months and time configuring it, my data needs a more secure home. The problem is that I forgot my bios password. I forgot my mobo password and I can't change the boot sequence for the live media. I need the live media to handle the root filesystem, otherwise any effort at changing the root partition is useless. Luckily i can use the jumper or I can just remove the battery long enough to put it back to its defaults. No but I tried. So instead I bought myself just enough time to get into the bios settings to input new passwords. Then saved it. Reboot. Entered my new password and that did it. I need to make room for the home partition on lvm. I reduced the filesystem first.  I reduced the root-lv freeing some space for the home-lv. Then I make the filesystem for the new logical volume. I then edited fs

The Find Command And the Apple Lossless Audio Codec

This began when I was listening to Rhythmbox over night. I listened to music to sleep last night. I do it sometimes. But Rhythmbox stopped on a particular album. I was listening Slowdive's Souvlaki and it would not play any of the tracks. They're in .m4a format, otherwise referred to as ALAC - Apple Lossless Audio Codec. Now there are other tracks in .m4a format but Rhythmbox can play them. No problem. A-P-P-L-E--damn you and DRM! So like those people trooping to airports because of Trumps executive orders, I just can't sleep. Not after reading about the 5 year old boy separated from his mother at the airport for hours. I opened the terminal and I want to list all the music tracks I have that are in .m4a format. Most of what i listen to nowadays are in mp3's or in ogg. $find ~/Music -name *.m4a There's about three artists and their albums in there that are in .m4a format that refuses to play. No I won't surrender that quickly. So I open

Andrew Postman's Post On The Guardian

What Orwell feared were those who would ban books. What Huxley feared was that there would be no reason to ban a book, for there would be no one who wanted to read one. Orwell feared those who would deprive us of information. Huxley feared those who would give us so much that we would be reduced to passivity and egoism. Orwell feared that the truth would be concealed from us. Huxley feared the truth would be drowned in a sea of irrelevance. Orwell feared we would become a captive culture. Huxley feared we would become a trivial culture. From The Guardian by Andrew Postman Which one got it right? Is it Orwell or Huxley? Read 1984 and Brave New World.

Midpoint / Tipping Point In Storage

I have been downloading my stuff from the Internet since September 2016. donato@desktop:~$ vnstat -m enp3s0 / monthly month rx | tx | total | avg. rate ------------------------+-------------+-------------+--------------- September'2016 187.92 GiB | 78.07 GiB | 265.99 GiB | 860.83 kbit/s October'2016 249.89 GiB | 93.71 GiB | 343.61 GiB | 1.08 Mbit/s November'2016 214.09 GiB | 77.53 GiB | 291.62 GiB | 943.78 kbit/s December'2016 215.75 GiB | 70.38 GiB | 286.12 GiB | 896.13 kbit/s January'2017 242.56 GiB | 106.19 GiB | 348.75 GiB | 1.09 Mbit/s February'2017 25.68 GiB | 9.39 GiB | 35.08 GiB | 929.90 kbit/s ------------------------+-------------+-------------+--------------- estimated 196.34 GiB | 71.82 GiB | 268.16 GiB | donato@desktop:~$ I have downloaded in excess of 1.05 TB since installing Ubuntu 16.04. I have now reached a

Mina Left Behind This Sony

Over the head Earphones.

A 3 TB HGST Hard Drive Waiting In The Wings

Lino Sent a D-link Router

What Happened In The Fifth?

Lino my brother in Vancouver sent his big Box of Surprises, :), four months ago. It arrived before January finished. We were "surprised" but everyone is excited. I replenished my BDO account with a transfer from wallet to bank transfer. Previous deposit was last September 2016. Part of Lino's Box 2017. This week is cold and rain. In some parts of the country it's worse, there's flooding. Mom is up and doing stuff again. Her right hand is still swollen due to gout.