[Dorset] Couple of related problems (I think)

2024-05-17 Thread Tim .
I have a couple of issue which are linked (at least I think they are)

How do I get a bash script to run at startup, it would need to run prior to the 
login screen appearing on the screen.
I have to run a single line bash script at present which is basically a xrandr 
instructions which sets the geometry for my two monitors. Otherwise I get an 
issue where both screens are unreadable and distorted at bootup sometimes.
Before I go any further lets take a step back and outline my setup. I have a 
laptop on a docking station which powers two ext monitors, due to the position 
of the laptop, the laptop screen is normally disabled and I only have the two 
monitor in use. At present I am having to use the laptop screen as it is the 
only screen that will display correctly on bootup, once I have logged in I 
don't use the laptop any further unless the both monitors display are corrupted 
then I will run the bash script from the laptop screen.
At the moment when the laptop boots up I get the customary Debian Grub screen 
asking me to select the normal boot up or the advanced option displayed on the 
laptop top screen. Once I select normal boot, the login box asking for username 
and password pops up. What I want to do is turn the laptop screen off, get the 
two monitors to display correctly (having run the script at some point during 
bootup), do away with the Debian Grub screen and jump straight to the login 
window.
Can anybody offer some suggestions?
Regards
Tim H
-- 
  Next meeting: Online, Jitsi, Tuesday, 2024-06-04 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Where Grub??

2024-05-08 Thread Tim

Evening all

Well the testing of LMDE went seriously wrong on Sunday.

Having been in the situation where I formatted and partitioned the wrong 
drive in the past I made doubly sure that I knew where all the drivers were.


Internal SSD SDA
SDA1 root, SDA2 Home, SDA3 swap

External USB SSD SDB
SDB1 backup

External USB Disk SDC
SDC1 Root, SDC2, Home, SDC3 swap

Memory stick SDD
Single partion from which I was installing LMDE from

So based on the above I was happy I knew where everything was and what 
was going where


So the short story being at some stage the USB Memory stick became SDB, 
my backup drive became SDC and the external drive became SDD. Now for 
the strange part I found LMDE installed on both SDB & SDC (as they 
should of been), I only installed LMDE once and I did not remove the 
memory stick until I had completed the install. The install wiped and 
partitioned of my SDB (which became SDC) drive wiping out over 18months 
of backups.


I have got the drives back to where they should be, had to re-install 
grub as I unplugged the external SDC drive and wiped SDB of the LMDE 
install. I did consider having a play and trying to find out which LMDE 
was booting but by that time I was to peeved at losing my backups to care.


Finally when I rebooted after reinstalling grub (via a live distro on a 
USB stick) it still had an entry for LMDE on the grub screen so I still 
need to resolve that issue.


That will teach me to play around with a system that was working 
fine.


Tim H


On 06/05/2024 22:14, Tim wrote:
So I turned everything off, unplugged the USB Harddrive, started the 
laptop up, came up with the welcome to Grub screen then gave the 
option of the disto on the internal hard disk or the distro on the 
external, I choose the internal install and it loaded without an issue.


So I have done a little checking, I have looked at /boot/grub/grub.cfg 
and there is no "menuentry" for the LINUX MINT DEBIAN EDITION (LMDE), 
there are 3 entries for the Linux Mint XFCE edition and it waits about 
4 seconds before booting into Linux Mint XFCE. But having said that if 
I check /etc/default/grub the GRUB_TIMEOUT=0 which means it is 
automatic load, which would be right as previously before installing 
LMDE and setting it to install grub on SDA Linux Mint loaded with out 
any sign for grub which would be right for GRUB_TIMEOUT=0 from what I 
understand.


I did try running grub-emu which is supposed to display the menu list 
which said that the file could not be found (bear in mind that dev/sdc 
where LMDE was installed, is currently unplugged)


The version of grub installed is 2.06-2ubuntu7.2 which is the same 
reported installed in Synaptic (apt gui)  on Linux Mint XFCE which is 
the installed distro on the laptop ssd, I was testing, Linux Mint 
Debian Edition (LMDE) which was installed on the external disk


So it looks like there is some Grub installed else where but is not 
stopping me from booting the installed Linux Mint XFCE


Regards

Tim


On 06/05/2024 17:15, Ralph Corderoy wrote:

Hi Tim,


So how do I confirm if I did install grub onto dev/sda for the
installed day to day distro.

My guess:

- Turn everything off.
- Unplug the external USB drive.
- Turn the PC on.
- Expect GRUB to appear, offering your old installation.
- Select it.
- See if it boots it successfully.


Once I have that information how do I go about updating Grub so I can
remove the distro I was testing and just leave the day to day distro
please.

That may depend on the style of GRUB installation set up by the
distribution.  If you have a /boot/grub/grub.cfg then that will have
‘menuentry { ... }’ entries matching what you see.


--
 Next meeting: Online, Jitsi, Tuesday, 2024-05-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Where Grub??

2024-05-06 Thread Tim
So I turned everything off, unplugged the USB Harddrive, started the 
laptop up, came up with the welcome to Grub screen then gave the option 
of the disto on the internal hard disk or the distro on the external, I 
choose the internal install and it loaded without an issue.


So I have done a little checking, I have looked at /boot/grub/grub.cfg 
and there is no "menuentry" for the LINUX MINT DEBIAN EDITION (LMDE), 
there are 3 entries for the Linux Mint XFCE edition and it waits about 4 
seconds before booting into Linux Mint XFCE. But having said that if I 
check /etc/default/grub the GRUB_TIMEOUT=0 which means it is automatic 
load, which would be right as previously before installing LMDE and 
setting it to install grub on SDA Linux Mint loaded with out any sign 
for grub which would be right for GRUB_TIMEOUT=0 from what I understand.


I did try running grub-emu which is supposed to display the menu list 
which said that the file could not be found (bear in mind that dev/sdc 
where LMDE was installed, is currently unplugged)


The version of grub installed is 2.06-2ubuntu7.2 which is the same 
reported installed in Synaptic (apt gui)  on Linux Mint XFCE which is 
the installed distro on the laptop ssd, I was testing, Linux Mint Debian 
Edition (LMDE) which was installed on the external disk


So it looks like there is some Grub installed else where but is not 
stopping me from booting the installed Linux Mint XFCE


Regards

Tim


On 06/05/2024 17:15, Ralph Corderoy wrote:

Hi Tim,


So how do I confirm if I did install grub onto dev/sda for the
installed day to day distro.

My guess:

- Turn everything off.
- Unplug the external USB drive.
- Turn the PC on.
- Expect GRUB to appear, offering your old installation.
- Select it.
- See if it boots it successfully.


Once I have that information how do I go about updating Grub so I can
remove the distro I was testing and just leave the day to day distro
please.

That may depend on the style of GRUB installation set up by the
distribution.  If you have a /boot/grub/grub.cfg then that will have
‘menuentry { ... }’ entries matching what you see.


--
 Next meeting: Online, Jitsi, Tuesday, 2024-05-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Where Grub??

2024-05-06 Thread Tim

Afternoon all on this typical wet Bank Holiday Monday.

I was going to test a new distro which I installed onto an external USB 
drive. During the install I realised I did not know where the current 
distro is installed. I decide to install Grub for the distro I was going 
to test onto dev/sda and I would find out for sure where I had installed 
grub for the installed distro I am using for when I was ready to uninstall.


Well the need to find out exactly where the day to day distro is 
installed came a lot sooner than intended as I had issues with the 
distro I was testing so I want to remove grub I installed for the distro 
was testing. When I boot up the laptop I am presented with a grub menu 
to select the installed distro on the internal ssd or the distro I was 
testing on an external USB Hard drive.


So how do I confirm if I did install grub onto dev/sda for the installed 
day to day distro. Once I have that information how do I go about 
updating Grub so I can remove the distro I was testing and just leave 
the day to day distro please.


Regards

Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2024-05-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] For Sale: Draytek Router

2024-02-04 Thread Tim

Draytek Vigor 2926AC
https://www.draytek.co.uk/products/business/vigor-2926?highlight=WyIyOTI2YWMiXQ==

Surplus has I have moved from Virgin Media to a Fibre Provider, firmware 
update are still being provided

Enterprise level options

£50

Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Changed IP address lost NAS, but........

2024-01-25 Thread Tim



On 24/01/2024 15:20, Ralph Corderoy wrote:

Hi Tim,


What is the IP address of the Linux machine?  It is a 192.168.18/24?
‘ip a’ will show the address of each network interface.

‘showmount -e 192.168.18.150’ may be a useful test as well as
‘rpcinfo 192.168.18.150’.

...

$ ip a

...

2: enp0s25:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
      link/ether 3c:97:0e:a2:0f:e8 brd ff:ff:ff:ff:ff:ff
      inet 192.168.18.34/24 brd 192.168.18.255 scope global dynamic 
noprefixroute enp0s25
     valid_lft 43835sec preferred_lft 43835sec
      inet6 2a0e:cb01:8c:7400:3ed0:59ac:9748:6714/64 scope global dynamic 
noprefixroute
     valid_lft 477sec preferred_lft 477sec
      inet6 fe80::9e5b:2313:8e2c:e6e/64 scope link noprefixroute
     valid_lft forever preferred_lft forever

So the IPv4 address of your NX1 laptop is 192.168.18.34/24.
That's in your new 192.168.18/24 network, which is good.


$ showmount -e
clnt_create: RPC: Program not registered

No, my showmount command included an IP address.


and this for the ssh terminal

admin@diskstation:~$ showmount -e
/Volume1/Data 192.168.1.1/24

Ah, good.  If the NAS is 192.168.18.150 then you've effectively done the
showmount I was after by running it on 150 itself.  But I still suggest
you do ‘showmount -e 192.168.18.150’ from NX1 to confirm it gives the
same result.


Is this the /etc/exports we were are looking for?

It's a subset of what would be in it.

I think the NAS, 192.168.18.150, AKA diskstation, is reporting through
showmount that /Volume1/Data may be mounted by 192.168.1.1/24.  I'm not
quite sure why the last byte of 1 is there given the /24 masks it off.
192.168.1.0/24 looks to be equivalent to me.

But your laptop, NX1, is 192.168.18.34/24 which is a different network.
The NAS won't let a 192.168.18/24 mount it as it's not 192.168.1/24.

So you need to check your other machines which can mount it are using
NFS rather than something else which has its own different set of
checks.  And if it's only the NFS machine having problems then alter the
NAS to allow NFS mounts from 192.168.18/24 instead of 192.168.1/24.


Sorry for the delay in replying.

So went onto the Nas and looked at the NFS entries, found an entry for 
192.168.1.1/24, so I added a second entry 192.169.18.1/24. I had to 
reboot the NAS but once rebooted I was able to login. My Linux box is 
the only NFS connections. So assuming I have checked my windows boxes 
can access the Nas of (think there some form of Smaba used< I am not 
sure), would is save to remove the 192.168.1.1/24 entry?


Regards

Tim H

--
 Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Changed IP address lost NAS, but........

2024-01-22 Thread Tim



On 22/01/2024 09:50, Ralph Corderoy wrote:

Hi Tim,


I have checked through all the relevant network settings on the NAS
and they are reporting the correct IP and Gateway Address.

The NAS may have the equivalent of /etc/exports which can limit the IP
addresses which can mount.


$ mount /media/nas
mount.nfs: access denied by server while mounting
192.168.18.150:/volume1/Data

What is the IP address of the Linux machine?  It is a 192.168.18/24?
‘ip a’ will show the address of each network interface.

‘showmount -e 192.168.18.150’ may be a useful test as well as
‘rpcinfo 192.168.18.150’.


Thank you both for you suggestions

Here the results from a couple of tests

mit@NX1:~$ showmount -e
clnt_create: RPC: Program not registered



mit@NX1:~$ ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN 
group default qlen 1000

    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: enp0s25:  mtu 1500 qdisc fq_codel 
state UP group default qlen 1000

    link/ether 3c:97:0e:a2:0f:e8 brd ff:ff:ff:ff:ff:ff
    inet 192.168.18.34/24 brd 192.168.18.255 scope global dynamic 
noprefixroute enp0s25

   valid_lft 43835sec preferred_lft 43835sec
    inet6 2a0e:cb01:8c:7400:3ed0:59ac:9748:6714/64 scope global dynamic 
noprefixroute

   valid_lft 477sec preferred_lft 477sec
    inet6 fe80::9e5b:2313:8e2c:e6e/64 scope link noprefixroute
   valid_lft forever preferred_lft forever
3: wwan0:  mtu 1500 qdisc noop state DOWN 
group default qlen 1000

    link/ether 42:ac:92:51:9b:6b brd ff:ff:ff:ff:ff:ff
4: wlp3s0:  mtu 1500 qdisc mq state 
DOWN group default qlen 1000

    link/ether 6c:88:14:a0:3d:d8 brd ff:ff:ff:ff:ff:ff

Now I can ssh onto the the NAS  (using Putty for linux), I can login but 
thats as far as I get. SSH is supposed to allow the basic commands like 
ls, but when I try I get nothing from command it just return the promtp. 
I have logged is an a normal user and an admin but that makes not 
difference, also tried sudo in ssh but again made not difference.


I did get this from my laptop

mit@NX1:~$ showmount -e
clnt_create: RPC: Program not registered

and this for the ssh terminal

admin@diskstation:~$ showmount -e
/Volume1/Data 192.168.1.1/24

Is this the /etc/exports we were are looking for?

Finally

it@NX1:~$ rpcinfo 192.168.18.150
   program version netid address    service    owner
    10    4    tcp6  ::.0.111   portmapper superuser
    10    3    tcp6  ::.0.111   portmapper superuser
    10    4    udp6  ::.0.111   portmapper superuser
    10    3    udp6  ::.0.111   portmapper superuser
    10    4    tcp   0.0.0.0.0.111  portmapper superuser
    10    3    tcp   0.0.0.0.0.111  portmapper superuser
    10    2    tcp   0.0.0.0.0.111  portmapper superuser
    10    4    udp   0.0.0.0.0.111  portmapper superuser
    10    3    udp   0.0.0.0.0.111  portmapper superuser
    10    2    udp   0.0.0.0.0.111  portmapper superuser
    10    4    local /var/run/rpcbind.sock  portmapper superuser
    10    3    local /var/run/rpcbind.sock  portmapper superuser
    15    1    udp   0.0.0.0.3.124  mountd superuser
    15    1    tcp   0.0.0.0.3.124  mountd superuser
    15    1    udp6  ::.3.124   mountd superuser
    15    1    tcp6  ::.3.124   mountd superuser
    15    2    udp   0.0.0.0.3.124  mountd superuser
    15    2    tcp   0.0.0.0.3.124  mountd superuser
    15    2    udp6  ::.3.124   mountd superuser
    15    2    tcp6  ::.3.124   mountd superuser
    15    3    udp   0.0.0.0.3.124  mountd superuser
    15    3    tcp   0.0.0.0.3.124  mountd superuser
    15    3    udp6  ::.3.124   mountd superuser
    15    3    tcp6  ::.3.124   mountd superuser
    13    2    tcp   0.0.0.0.8.1    nfs superuser
    13    3    tcp   0.0.0.0.8.1    nfs superuser
    13    4    tcp   0.0.0.0.8.1    nfs superuser
    13    2    udp   0.0.0.0.8.1    nfs superuser
    13    3    udp   0.0.0.0.8.1    nfs superuser
    13    2    tcp6  ::.8.1 nfs superuser
    13    3    tcp6  ::.8.1 nfs superuser
    13    4    tcp6  ::.8.1 nfs superuser
    13    2    udp6  ::.8.1 nfs superuser
    13    3    udp6  ::.8.1 nfs superuser
    100021    1    udp   0.0.0.0.173.221    nlockmgr superuser
    100021    3    udp   0.0.0.0.173.221

[Dorset] Changed IP address lost NAS, but........

2024-01-21 Thread Tim
I have recently changed my Internet Provider and that provider supplied 
me with a Linksys Mesh Router with Wifi 6


Just for personal preference and because everybody and his dog stays 
with the default 192.168.1.0/24 range I changed the range to 192.168.18.0.


There are 4 PC's that access the NAS 2 x Win10 1 x Win 11 and 1 X Linux 
(Mint). All the windows PC and see and access the NAS without issue, I 
am unable to mount the NAS in Linux, although I can access the Web 
access page from my Linux box.


The old NAS IP address was static 192.168.1.150

The New NAS IP Address is static 192.168.18.150

I have checked through all the relevant network settings on the NAS and 
they are reporting the correct IP and Gateway Address.


The NAS is ping-able from the Linux machine

I updated fstab by simply changing the IP address from 192.168.1.150 to 
192.168.18.150 and saved it and checked and it is reporting correctly.


Both NAS and Laptop have been rebooted.

If I try to mount the NAS from CLI I get the following

mit@NX1:~$ mount /media/nas
mount.nfs: access denied by server while mounting 
192.168.18.150:/volume1/Data


I have a shortcut on my Desktop (XFCE) which when I click on it to 
Mount, it gives the same error


My line is the fstab file looks like this

192.168.18.150:/volume1/Data  /media/nas  nfs 
users,rw,_netdev   0   0


All I done to edit was to add a "8" to the "1" to make "18" and then 
travelled to the end of the line and saved the file (using Nano)


Any suggestions?

Tim H

--
 Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Suggestions for distro to run email server and POP3/IMAP.

2024-01-04 Thread Tim Waugh
Probably obvious, but when you use containers do make sure you have a
solution in place for keeping current with updates.

Tim.
*/

On Wed, 3 Jan 2024 at 16:48, Hugh Frater  wrote:
>
> I was going to suggest, docker is the answer here. You don’t even need a
> base distro, as you could just host the docker image of choice on a
> container runner such as Amazon or Azure.
>
> Sent from my iPhone
>
>
> On Wed, 3 Jan 2024 at 16:18, Ralph Corderoy  wrote:
>
> > Hi Paul,
> >
> > > you may like to take a look at Docker Mailserver
> >
> > Thanks Paul, you beat me to it.  :-)
> >
> > $ scan -forma '%{date}' p
> > Wed, 3 Jan 2024 16:05:51 +
> > Wed, 03 Jan 2024 16:07:45 +
> > $
> >
> > --
> > Cheers, Ralph.
> >
> > --
> >   Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
> >   Check to whom you are replying
> >   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
> >   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
> >
> --
>   Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


-- 
  Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Virtual Box Problems

2024-01-02 Thread Tim Waugh
Have you tried Gnome Boxes? It's user-friendly Gnome UI for the
'native' virtualization which uses libvirtd and kvm (or qemu if
emulating another architecture).

Or, for more options and configurables, use virt-manager which is
libvirtd's own UI.

Tim.
*/

On Thu, 28 Dec 2023 at 07:44, Terry Coles  wrote:
>
> Hi,
>
> Many moons ago, I installed a copy of Windows 10 under Virtual Box so
> that I could access the Satnav that I had at the time.  My latest Satnav
> is connected to the WiFi network and doesn't need a third-party OS, so I
> stopped using Windows.
>
> My wife received a Loklik Craft Cutter for Christmas, which is supposed
> to be accessible from iOS, Android,  MacOS or Windows. Neither of the
> Mobile Apps work because (I believe) of a parsing error in the code to
> register the supplied Idea Studio Software. This was last updated just
> before Christmas, and I suspect that's where the bug was introduced.
>
> I therefore resurrected my old Windows installation in Vbox and
> successfully installed and the registered the software.  However, I
> can't get it to work, I think because the image that is being used dates
> back to 2021 and so is missing a lot of updates.  When I try to update
> it, the machine locks up and when I suppress the updates, it still
> doesn't work because I can't get the Bluetooth connection to show up in
> the guest.
>
> My next thought was to start again from scratch and install a brand new
> VM using the original Windows installation media. However, before I do
> that, I'd like to consider alternatives to Virtual Box.  I originally
> used VMWare (many moons ago), but moved over to Virtual Box when
> (K)Ubuntu started packaging in their repositories.  However, both of
> these tools have always given me grief with USB support, and it has been
> necessary to install 'Guest Additions' packs to get this to work.  Even
> then it's a pain
>
> Can anyone recommend an alternative?
>
> --
> Terry Coles
>
>
> --
>   Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


-- 
  Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Euro CRA act

2023-12-30 Thread Tim
I came across a statement released by Debian about the new impending 
Euro CRA act. Debian as you can imagine has taken a strong dislike to 
anything that it see as breaking the user and release of free software.


While I have read a few documents (many of them going straight over my 
head), I am not sure where  the UK sits of supporting EU IT legislation, 
but I don't think this act is in anyway going to help the situation 
which they foresee it helping, just making it a lot worse.


Anybody else seen\heard anything about this

Tim H

Debian Statement
https://bits.debian.org/2023/12/debian-statement-cyber-resillience-act.md.html

CRA - Impact Assessment
https://digital-strategy.ec.europa.eu/en/library/cyber-resilience-act-impact-assessment

EU Cyber Resilience act
https://www.europarl.europa.eu/RegData/etudes/BRIE/2022/739259/EPRS_BRI(2022)739259_EN.pdf
--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Fibre Installation, Routers, telephones

2023-12-30 Thread Tim
I have taken the plunge and ordered firbe, it should of been installed 
yesterday, but three of us in the house with Covid (all over xmas) that 
was the end to that install day Covid negative as of this morning but 
still feel ill). I am not booked for 12th Jan. I went with Toob who had 
a very good deal on at the time and are one of the many City Fibre 
resellers in the area (fibre is installed by City Fibre as well). I have 
been sent a Linksys router, (Velop MX42 I think) but other than that I 
don't know much about the router.


Hope it helps

Tim H

On 30/12/2023 14:38, CA Wills wrote:

Hi All

Hope you've all had good Christmas' and the New Year.

Recently we had a visit of workers who were starting to install Fibre 
cables to replace the overhead coppers.  They said it was going to be 
Gigabit capable and it would be cheaper to install the new broadband 
connection at the same time.


Question is what router would I need (no game playing & little 
streaming) and if it affects the telephones?


What I've seen so far does not mention any telephone information. My 
next door neighbour is also trying to find out info.


Our phones are normal landlines through cables around the house, will 
we need to change these?


Miss our monthly meetings because this is the type if 'chats' we could 
have, not so easy over the 'net'.


Perhaps next weeks meeting could provide the info??

Meanwhile I'll keep looking.


--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Low voltage power supply barrel connectors

2023-12-28 Thread Tim
Having had a quick look I found 2 things, one was a simple comment that 
it is 5.5mm OD and 2.5mm ID. In the article that was written in there 
was nothing that would support that sizing, no model number, nothing to 
say he bought one and it was correct, so best take that with a pinch of 
salt. Secondly there a lot of replacement power supplies for the 
Facebook portal available on Amazon these list the model numbers of the 
portal that each PSU will be compatible with. Just Google (or 
DuckDuckGo) Facebook Portal Power Connectors and you get quite a few. 
Hope it helps


Tim H

On 28/12/2023 19:20, Peter Merchant wrote:
My son has a Facebook Portal and his kids have mangled the barrel 
connector that connects power to it. Does anyone know of a chart that 
gives part numbers or anything similar for barrel connectors. We have 
determined that it is 5.5mm O.D, and we have an unlabelled drill bit 
that just fits the inside hole, but trying to find the right one to 
order is stumping me.



Please come back Radio shack.

Peter



--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Firewall question

2023-12-13 Thread Tim



On 13/12/2023 18:36, Ralph Corderoy wrote:

Hi Tim,


This was about 12 minutes ago

That shows a local TCP port 56946 talking to remote port 80 on
185.151.30.148.  I can also talk to that remote port.

 $ curl -sSvghttp://185.151.30.148; echo
 *   Trying 185.151.30.148:80...
 * TCP_NODELAY set
 * Connected to 185.151.30.148 (185.151.30.148) port 80 (#0)
 > GET / HTTP/1.1
 > Host: 185.151.30.148
 > User-Agent: curl/7.65.0
 > Accept: */*
 >
 * Mark bundle as not supporting multiuse
 < HTTP/1.1 200
 < cache-control: no-cache
 < content-length: 9
 < content-type: text/plain
 < x-via: LHR2
 <
 * Connection #0 to host 185.151.30.148 left intact
 It works!
 $

It does not mean the remote end initiated the TCP connection and being
port 80, the standard HTTP port, this is unlikely.  The local port 56946
is a typical port number for an outgoing connection where the port
number does not matter.  I don't know how well ufw, which is designed to
protect the machine from the outside world, can help in stopping TCP
connections which originate from within the machine.

Investigate what processes are talking to the remote IP address at the
time of the packets.

 sudo -i ss -p dst 66.39.101.110

This did not return anything


If it's a browser then check if there are service workers running or
tabs updating a page.
Nor did this, but I took it further closing down every program that 
running, one at a time and checking with wiresharkto see if the 
connection was still running. This went on for sometime until the last 
program I stopped was my VPN and thus the connection stopped. I rebooted 
we out opening anything other than what normally starts upon reboot, 
still running. Stopped the VPN from running at startup, rebooted and 
checked wireshark and nothing. Is this the expected actions of a Private 
VPN?? Regards Tim H

--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Firewall question

2023-12-13 Thread Tim



On 13/12/2023 17:47, Tim wrote:



On 13/12/2023 17:31, Ralph Corderoy wrote:

Hi Tim,


State: Listen
Recv-Q: 0

On all interfaces:

Send-Q  Local Peer Process
100 0.0.0.0:smtp    :25   0.0.0.0:* 
users:(("master",pid=3664,fd=13)) ino:39331 
sk:7cgroup:/system.slice/system-postfix.slice/postfix@-.service <->
100 [::]:smtp   :25   [::]:* 
users:(("master",pid=3664,fd=14)) ino:39332 
sk:fcgroup:/system.slice/system-postfix.slice/postfix@-.service 
v6only:1 <->
4096    0.0.0.0:sunrpc :111   0.0.0.0:* 
users:(("rpcbind",pid=771,fd=4),("systemd",pid=1,fd=35)) ino:17782 
sk:3 cgroup:/system.slice/rpcbind.socket <->
4096    [::]:sunrpc    :111   [::]:* 
users:(("rpcbind",pid=771,fd=6),("systemd",pid=1,fd=37)) ino:23838 
sk:c cgroup:/system.slice/rpcbind.socket v6only:1 <->
100 0.0.0.0:4000  0.0.0.0:* 
users:(("nxd",pid=3425,fd=3)) uid:130 ino:37538 sk:9 
cgroup:/system.slice/nxserver.service <->
100 [::]:4000 [::]:* users:(("nxd",pid=3425,fd=4)) 
uid:130 ino:38572 sk:10 cgroup:/system.slice/nxserver.service 
v6only:1 <->
128 [::1]:ipp  :631   [::]:* users:(("cupsd",pid=1036,fd=7)) 
ino:22359 sk:d cgroup:/system.slice/cups.service v6only:1 <->
128 [::1]:7001    [::]:* 
users:(("nxnode.bin",pid=4738,fd=16)) uid:1000 ino:43356 sk:e 
cgroup:/user.slice/user-1000.slice/session-c3.scope v6only:1 <->

Only on the localhost interface:
4096    127.0.0.53%lo:53  0.0.0.0:* 
users:(("systemd-resolve",pid=772,fd=14)) uid:101 ino:21970 sk:4 
cgroup:/system.slice/systemd-resolved.service <->
128 127.0.0.1:ipp  :631   0.0.0.0:* 
users:(("cupsd",pid=1036,fd=8)) ino:22360 sk:5 
cgroup:/system.slice/cups.service <->
128 127.0.0.1:667 0.0.0.0:* 
users:(("darkstat",pid=1124,fd=9)) ino:32379 sk:8 
cgroup:/system.slice/darkstat.service <->
128 127.0.0.1:7001    0.0.0.0:* 
users:(("nxnode.bin",pid=4738,fd=17)) uid:1000 ino:43357 sk:6 
cgroup:/user.slice/user-1000.slice/session-c3.scope <->
100 127.0.0.1:12001   0.0.0.0:* 
users:(("nxnode.bin",pid=4738,fd=14)) uid:1000 ino:34811 sk:a 
cgroup:/user.slice/user-1000.slice/session-c3.scope <->
100 127.0.0.1:23585   0.0.0.0:* 
users:(("nxserver.bin",pid=1040,fd=20)) uid:130 ino:31733 sk:b 
cgroup:/system.slice/nxserver.service <->
100 127.0.0.1:25001   0.0.0.0:* 
users:(("nxclient.bin",pid=5149,fd=6)) uid:1000 ino:40720 sk:2 
cgroup:/user.slice/user-1000.slice/session-c3.scope <->
50  127.0.0.1:35335   0.0.0.0:* 
users:(("pia-daemon",pid=1044,fd=37)) ino:44489 sk:1 
cgroup:/system.slice/piavpn.service <->


PIA is a VPN service
NX is Nomachine

You wrote ‘they use various port number around the 42000 to 49500 area’
but no process is listening on a TCP port in that range so Wireshark
can't be showing a TCP connection to one of those ports.

Have I got it the wrong way around and 42000-49500 is the source port
range at the remote end?  If so, what's the destination port, i.e. the
port on your machine?  And is it definitely TCP?  There should be a
process listening on it.

This was about 12 minutes ago
test result


Link to image

http://xendistar.co.uk/wp/wp-content/uploads/2023/12/shark.png



I see you have Sun RPC running.https://en.wikipedia.org/wiki/Portmap
Is that because you use NFS or something?  What protocols does that know
about?  What's the output of

 sudo -i rpcinfo -p


Yes I have a NAS on NFS

 sudo -i rpcinfo -p
[sudo] password for mit:
   program vers proto   port  service
    10    4   tcp    111  portmapper
    10    3   tcp    111  portmapper
    10    2   tcp    111  portmapper
    10    4   udp    111  portmapper
    10    3   udp    111  portmapper
    10    2   udp    111  portmapper

Regards

Tim H



--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Firewall question

2023-12-13 Thread Tim



On 13/12/2023 17:31, Ralph Corderoy wrote:

Hi Tim,


State: Listen
Recv-Q: 0

On all interfaces:

Send-Q  Local Peer   Process
100 0.0.0.0:smtp:25   0.0.0.0:*  users:(("master",pid=3664,fd=13)) ino:39331 
sk:7cgroup:/system.slice/system-postfix.slice/postfix@-.service  <->
100 [::]:smtp   :25   [::]:* users:(("master",pid=3664,fd=14)) ino:39332 
sk:fcgroup:/system.slice/system-postfix.slice/postfix@-.service  v6only:1 <->
40960.0.0.0:sunrpc :111   0.0.0.0:*  
users:(("rpcbind",pid=771,fd=4),("systemd",pid=1,fd=35)) ino:17782 sk:3 
cgroup:/system.slice/rpcbind.socket <->
4096[::]:sunrpc:111   [::]:* 
users:(("rpcbind",pid=771,fd=6),("systemd",pid=1,fd=37)) ino:23838 sk:c 
cgroup:/system.slice/rpcbind.socket v6only:1 <->
100 0.0.0.0:4000  0.0.0.0:*  users:(("nxd",pid=3425,fd=3)) uid:130 
ino:37538 sk:9 cgroup:/system.slice/nxserver.service <->
100 [::]:4000 [::]:* users:(("nxd",pid=3425,fd=4)) uid:130 
ino:38572 sk:10 cgroup:/system.slice/nxserver.service v6only:1 <->
128 [::1]:ipp  :631   [::]:* users:(("cupsd",pid=1036,fd=7)) ino:22359 
sk:d cgroup:/system.slice/cups.service v6only:1 <->
128 [::1]:7001[::]:* users:(("nxnode.bin",pid=4738,fd=16)) 
uid:1000 ino:43356 sk:e cgroup:/user.slice/user-1000.slice/session-c3.scope v6only:1 <->

Only on the localhost interface:

4096127.0.0.53%lo:53  0.0.0.0:*  users:(("systemd-resolve",pid=772,fd=14)) 
uid:101 ino:21970 sk:4 cgroup:/system.slice/systemd-resolved.service <->
128 127.0.0.1:ipp  :631   0.0.0.0:*  users:(("cupsd",pid=1036,fd=8)) ino:22360 
sk:5 cgroup:/system.slice/cups.service <->
128 127.0.0.1:667 0.0.0.0:*  users:(("darkstat",pid=1124,fd=9)) ino:32379 
sk:8 cgroup:/system.slice/darkstat.service <->
128 127.0.0.1:70010.0.0.0:*  users:(("nxnode.bin",pid=4738,fd=17)) 
uid:1000 ino:43357 sk:6 cgroup:/user.slice/user-1000.slice/session-c3.scope <->
100 127.0.0.1:12001   0.0.0.0:*  users:(("nxnode.bin",pid=4738,fd=14)) 
uid:1000 ino:34811 sk:a cgroup:/user.slice/user-1000.slice/session-c3.scope <->
100 127.0.0.1:23585   0.0.0.0:*  users:(("nxserver.bin",pid=1040,fd=20)) 
uid:130 ino:31733 sk:b cgroup:/system.slice/nxserver.service <->
100 127.0.0.1:25001   0.0.0.0:*  users:(("nxclient.bin",pid=5149,fd=6)) 
uid:1000 ino:40720 sk:2 cgroup:/user.slice/user-1000.slice/session-c3.scope <->
50  127.0.0.1:35335   0.0.0.0:*  users:(("pia-daemon",pid=1044,fd=37)) 
ino:44489 sk:1 cgroup:/system.slice/piavpn.service <->

PIA is a VPN service
NX is Nomachine

You wrote ‘they use various port number around the 42000 to 49500 area’
but no process is listening on a TCP port in that range so Wireshark
can't be showing a TCP connection to one of those ports.

Have I got it the wrong way around and 42000-49500 is the source port
range at the remote end?  If so, what's the destination port, i.e. the
port on your machine?  And is it definitely TCP?  There should be a
process listening on it.

This was about 12 minutes ago
test result



I see you have Sun RPC running.https://en.wikipedia.org/wiki/Portmap
Is that because you use NFS or something?  What protocols does that know
about?  What's the output of

 sudo -i rpcinfo -p


Yes I have a NAS on NFS

 sudo -i rpcinfo -p
[sudo] password for mit:
   program vers proto   port  service
    10    4   tcp    111  portmapper
    10    3   tcp    111  portmapper
    10    2   tcp    111  portmapper
    10    4   udp    111  portmapper
    10    3   udp    111  portmapper
    10    2   udp    111  portmapper

Regards

Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Firewall question

2023-12-13 Thread Tim

My message has been blocked as I included an image in the reply

Can somebody unblock please.

Tim H

On 13/12/2023 17:31, Ralph Corderoy wrote:

Hi Tim,


State: Listen
Recv-Q: 0

On all interfaces:

Send-Q  Local Peer   Process
100 0.0.0.0:smtp:25   0.0.0.0:*  users:(("master",pid=3664,fd=13)) ino:39331 
sk:7cgroup:/system.slice/system-postfix.slice/postfix@-.service  <->
100 [::]:smtp   :25   [::]:* users:(("master",pid=3664,fd=14)) ino:39332 
sk:fcgroup:/system.slice/system-postfix.slice/postfix@-.service  v6only:1 <->
40960.0.0.0:sunrpc :111   0.0.0.0:*  
users:(("rpcbind",pid=771,fd=4),("systemd",pid=1,fd=35)) ino:17782 sk:3 
cgroup:/system.slice/rpcbind.socket <->
4096[::]:sunrpc:111   [::]:* 
users:(("rpcbind",pid=771,fd=6),("systemd",pid=1,fd=37)) ino:23838 sk:c 
cgroup:/system.slice/rpcbind.socket v6only:1 <->
100 0.0.0.0:4000  0.0.0.0:*  users:(("nxd",pid=3425,fd=3)) uid:130 
ino:37538 sk:9 cgroup:/system.slice/nxserver.service <->
100 [::]:4000 [::]:* users:(("nxd",pid=3425,fd=4)) uid:130 
ino:38572 sk:10 cgroup:/system.slice/nxserver.service v6only:1 <->
128 [::1]:ipp  :631   [::]:* users:(("cupsd",pid=1036,fd=7)) ino:22359 
sk:d cgroup:/system.slice/cups.service v6only:1 <->
128 [::1]:7001[::]:* users:(("nxnode.bin",pid=4738,fd=16)) 
uid:1000 ino:43356 sk:e cgroup:/user.slice/user-1000.slice/session-c3.scope v6only:1 <->

Only on the localhost interface:

4096127.0.0.53%lo:53  0.0.0.0:*  users:(("systemd-resolve",pid=772,fd=14)) 
uid:101 ino:21970 sk:4 cgroup:/system.slice/systemd-resolved.service <->
128 127.0.0.1:ipp  :631   0.0.0.0:*  users:(("cupsd",pid=1036,fd=8)) ino:22360 
sk:5 cgroup:/system.slice/cups.service <->
128 127.0.0.1:667 0.0.0.0:*  users:(("darkstat",pid=1124,fd=9)) ino:32379 
sk:8 cgroup:/system.slice/darkstat.service <->
128 127.0.0.1:70010.0.0.0:*  users:(("nxnode.bin",pid=4738,fd=17)) 
uid:1000 ino:43357 sk:6 cgroup:/user.slice/user-1000.slice/session-c3.scope <->
100 127.0.0.1:12001   0.0.0.0:*  users:(("nxnode.bin",pid=4738,fd=14)) 
uid:1000 ino:34811 sk:a cgroup:/user.slice/user-1000.slice/session-c3.scope <->
100 127.0.0.1:23585   0.0.0.0:*  users:(("nxserver.bin",pid=1040,fd=20)) 
uid:130 ino:31733 sk:b cgroup:/system.slice/nxserver.service <->
100 127.0.0.1:25001   0.0.0.0:*  users:(("nxclient.bin",pid=5149,fd=6)) 
uid:1000 ino:40720 sk:2 cgroup:/user.slice/user-1000.slice/session-c3.scope <->
50  127.0.0.1:35335   0.0.0.0:*  users:(("pia-daemon",pid=1044,fd=37)) 
ino:44489 sk:1 cgroup:/system.slice/piavpn.service <->

PIA is a VPN service
NX is Nomachine

You wrote ‘they use various port number around the 42000 to 49500 area’
but no process is listening on a TCP port in that range so Wireshark
can't be showing a TCP connection to one of those ports.

Have I got it the wrong way around and 42000-49500 is the source port
range at the remote end?  If so, what's the destination port, i.e. the
port on your machine?  And is it definitely TCP?  There should be a
process listening on it.

I see you have Sun RPC running.https://en.wikipedia.org/wiki/Portmap
Is that because you use NFS or something?  What protocols does that know
about?  What's the output of

 sudo -i rpcinfo -p


--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Firewall question

2023-12-13 Thread Tim



On 13/12/2023 12:26, Ralph Corderoy wrote:

Hi Tim,

   IP  hostnameinout
  total   last seen

98.159.234.100  chrysippo.dreamsinheels.com377,452,876  8,790,117,140  
9,167,570,016  2d 18h 38m 35s
98.159.234.101  reformidans.dreamsinheels.com  231,512,992  4,458,161,590  
4,689,674,582  3d 21h 18m  8s
98.159.234.54   posset.dreamsinheels.com   196,503,575  3,748,136,401  
3,944,639,976  2d  2h 41m 11s
98.159.234.72   pecunias.dreamsinheels.com 207,944,151  3,507,655,611  
3,715,599,762  2d  3h  6m 12s
98.159.234.157  aliquod.dreamsinheels.com  132,080,873  2,002,741,007  
2,134,821,880 11h 53m 38s
98.159.234.20   iustitiam.dreamsinheels.com 87,937,813  1,906,705,751  
1,994,643,564 21h 14m 53s

...

While I don't seem to have a list of live connections it is still making
connections, I checked and they are showing in Wireshark when I monitor
traffic

A TCP connection is being established after the full normal handshake?
As opposed to an incoming packet attempting to start a connection but
not progressing?  If so, a program must be actively listening on the
same TCP port to accept the connection.  What's the output of

 sudo -i ss -tlpe

sudo -i ss -tlpe
[sudo] password for mit:
State   Recv-Q   Send-Q Local 
Address:Port   Peer Address:Port Process
LISTEN  0    50 127.0.0.1:35335   0.0.0.0:* 
users:(("pia-daemon",pid=1044,fd=37)) ino:44489 sk:1 
cgroup:/system.slice/piavpn.service <->
LISTEN  0    100 127.0.0.1:25001   0.0.0.0:* 
users:(("nxclient.bin",pid=5149,fd=6)) uid:1000 ino:40720 sk:2 
cgroup:/user.slice/user-1000.slice/session-c3.scope <->
LISTEN  0    4096 0.0.0.0:sunrpc  0.0.0.0:* 
users:(("rpcbind",pid=771,fd=4),("systemd",pid=1,fd=35)) ino:17782 sk:3 
cgroup:/system.slice/rpcbind.socket <->
LISTEN  0    4096 127.0.0.53%lo:domain  
0.0.0.0:* users:(("systemd-resolve",pid=772,fd=14)) uid:101 ino:21970 
sk:4 cgroup:/system.slice/systemd-resolved.service <->
LISTEN  0    128 127.0.0.1:ipp 0.0.0.0:* 
users:(("cupsd",pid=1036,fd=8)) ino:22360 sk:5 
cgroup:/system.slice/cups.service <->
LISTEN  0    128 127.0.0.1:7001    0.0.0.0:* 
users:(("nxnode.bin",pid=4738,fd=17)) uid:1000 ino:43357 sk:6 
cgroup:/user.slice/user-1000.slice/session-c3.scope <->
LISTEN  0    100 0.0.0.0:smtp    0.0.0.0:* 
users:(("master",pid=3664,fd=13)) ino:39331 sk:7 
cgroup:/system.slice/system-postfix.slice/postfix@-.service <->
LISTEN  0    128 127.0.0.1:667 0.0.0.0:* 
users:(("darkstat",pid=1124,fd=9)) ino:32379 sk:8 
cgroup:/system.slice/darkstat.service <->
LISTEN  0    100 0.0.0.0:4000    0.0.0.0:* 
users:(("nxd",pid=3425,fd=3)) uid:130 ino:37538 sk:9 
cgroup:/system.slice/nxserver.service <->
LISTEN  0    100 127.0.0.1:12001   0.0.0.0:* 
users:(("nxnode.bin",pid=4738,fd=14)) uid:1000 ino:34811 sk:a 
cgroup:/user.slice/user-1000.slice/session-c3.scope <->
LISTEN  0    100 127.0.0.1:23585   0.0.0.0:* 
users:(("nxserver.bin",pid=1040,fd=20)) uid:130 ino:31733 sk:b 
cgroup:/system.slice/nxserver.service <->
LISTEN  0    4096 [::]:sunrpc [::]:* 
users:(("rpcbind",pid=771,fd=6),("systemd",pid=1,fd=37)) ino:23838 sk:c 
cgroup:/system.slice/rpcbind.socket v6only:1 <->
LISTEN  0    128 [::1]:ipp    [::]:* 
users:(("cupsd",pid=1036,fd=7)) ino:22359 sk:d 
cgroup:/system.slice/cups.service v6only:1 <->
LISTEN  0    128 [::1]:7001   [::]:* 
users:(("nxnode.bin",pid=4738,fd=16)) uid:1000 ino:43356 sk:e 
cgroup:/user.slice/user-1000.slice/session-c3.scope v6only:1 <->
LISTEN  0    100 [::]:smtp   [::]:* 
users:(("master",pid=3664,fd=14)) ino:39332 sk:f 
cgroup:/system.slice/system-postfix.slice/postfix@-.service v6only:1 <->
LISTEN  0    100 [::]:4000   [::]:* 
users:(("nxd",pid=3425,fd=4)) uid:130 ino:38572 sk:10 
cgroup:/system.slice/nxserver.service v6only:1 <->


PIA is a VPN service
NX is Nomachine




Here is a sample of one of the rules I have come up with:

 -A ufw-user-logging-output -p tcp
 -d 185.151.30.148 --dport 42474
 -s 185.151.30.148 --sport 42474
 -m limit --limit 3/min --limit-burst 10
 -j LOG --log-prefix "[UFW BLOCK] "

That looks like a rule to log something about the packet.  Have you enabled
logging?
https://wik

Re: [Dorset] Firewall question

2023-12-12 Thread Tim

Hi Ralph

Thank for taking a look.

On 12/12/2023 12:23, Ralph Corderoy wrote:

Hi Tim,


Beginning of last week I became aware of a lot of connection to and
from .dreamsinheels.com

Where are these showing up?
I have been using a program called Garkstat (commandline version is 
darkstat (https://unix4lyfe.org/darkstat/) and it has an output like 
below (I have removed Mac Address column):


98.159.234.100     chrysippo.dreamsinheels.com      377,452,876     
8,790,117,140     9,167,570,016     2 days, 18 hrs, 38 mins, 35 secs
98.159.234.101     reformidans.dreamsinheels.com      231,512,992     
4,458,161,590     4,689,674,582     3 days, 21 hrs, 18 mins, 8 secs
98.159.234.54     posset.dreamsinheels.com      196,503,575 
3,748,136,401     3,944,639,976     2 days, 2 hrs, 41 mins, 11 secs
98.159.234.72     pecunias.dreamsinheels.com      207,944,151     
3,507,655,611     3,715,599,762     2 days, 3 hrs, 6 mins, 12 secs
98.159.234.157     aliquod.dreamsinheels.com      132,080,873     
2,002,741,007     2,134,821,880     11 hrs, 53 mins, 38 secs
98.159.234.20     iustitiam.dreamsinheels.com      87,937,813     
1,906,705,751     1,994,643,564     21 hrs, 14 mins, 53 secs


From what I have been able to find out is that 98.159.234.?? is the IP 
address from the dreamsinheels.com section of the domain name. While the 
subdomain.dreamsinheels.com all seem to come from the same 
185.151.130.148 ip address but they use various port number around the 
42000 to 49500 area. I guess I have around 30 sub domains so far

I have not been able to block the connection, all the sub domains seem
to be coming from 185.151.30.148
While I don't seem to have a list of live connections it is still making 
connections, I checked and they are showing in Wireshark when I monitor 
traffic

Can anybody help with some advise please on how best to block this
access please.

If it's a single IP address then add it to the already existing
blacklist?

Here is a sample of one of the rules I have come up with:

-A ufw-user-logging-output -p tcp -d 185.151.30.148 --dport 42474 -s 
185.151.30.148 --sport 42474 -m limit --limit 3/min --limit-burst 10 -j 
LOG --log-prefix "[UFW BLOCK] "


I don't know how to chnage the single port to any port.


Have a skim of https://wiki.archlinux.org/title/Uncomplicated_Firewall
for ideas on the kind of thing that can be done.


I will be reading it trying to make a move forward

Tim H

--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Firewall question

2023-12-11 Thread Tim




I am running Mint 21.2 XFCE and using the UFW Firewall (using GUFW) as 
well as a personal VPN to the internet.


Beginning of last week I became aware of a lot of connection to and from 
.dreamsinheels.com (no it is not a dodgy porn site). I 
use the term some sub domains as I have counted around 24 different sub 
domains so far there probably more. The connection are both ways in and 
out but greater amount of data is going out.


I have checked for Root kits but nothing was found.

The issue I have is I have not been able to block the connection, all 
the sub domains seem to be coming from 185.151.30.148 port 42474 which I 
have tried to block both in and out on both TCP & UDP with the rule to 
reject, but they are still showing as making connections. I have 
requested the action to be logged but don't see any logs. The only thing 
I have noticed is that the different sub domains seems to be using 
different ports 45510, 42474 & 43646 to name three, how do I block a 
range from 1 to 65,535 (can't remember the number of the last port).


Can anybody help with some advise please on how best to block this 
access please.


Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] IONOS Appears to be Banning the use of Identities (Aliases)

2023-12-07 Thread Tim



On 07/12/2023 12:56, Ralph Corderoy wrote:

Hi Terry,


As I said, I’m surprised that any hosting provider allows
otherwise these days.

Hugh,

Can you please explain to me why using an alias (which has
previously been set up as a mail forward) is a security risk?

Can anyone explain this?

I don't see the issue with a provider of email hosting for
your-domain.com to allow you to send and receive emails from all and
sundry addresses at that domain.

Anti-spam measures SPF, DKIM, and DMARC work at the domain level AFAIK,
not at the individual email address.

Yes, to talk POP3, IMAP, or SMTP to your provider you will need to
authenticate, preferably after establishing a encrypted connection using
TLS.  It's up to the provider what you authenticate with, e.g. ‘terry’
and ‘letmein’, what mailbox that gives you access to, and what email
addresses it lets you send from.

Talk to IONOS.  If they persist in restricting their service then
withdraw your custom to send them a price signal.  :-)

Many years ago when Ionos were 1 and 1, I threaten to withdraw my 
services from them (cant remember what the issue was), by the time I had 
got off the phone my account had been terminated. Fortunately I was 
intending to to move anyway and was part way through moving stuff the 
but it still left me with several hours of panic to get everything up 
and running on my new provider.


Tim H

--
 Next meeting: Online, Jitsi, Tuesday, 2024-01-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Church website problem - Firefox

2023-11-16 Thread Tim
Are both Browser the same version, I know you said that they were both 
Linux Mint



Tim H

On 16/11/2023 18:13, CA Wills wrote:
I have just disabled all the Extensions on the laptop, rebooted and 
nothing has changed: still as shown on screenshot.


The Theme is standard as supplied by system.


On 16/11/2023 17:20, Ralph Corderoy wrote:

Hi Clive,

I spot the red shield of uBlock Origin.  It's worth checking that is
configured the same for this site on the laptop and desktop.  If in
doubt, disable it, just for this site, on the faulty system and reload.

Others who do more web stuff than me may have better ideas.


--
 Next meeting: Online, Jitsi, Tuesday, 2023-12-05 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Thunderbird identity problems

2023-11-09 Thread Tim
I have Thunderbird, with three email accounts, Gmail NTLWorld and 
Windriders.co.uk (I own the domain)


In Outgoing Server (SMTP) under Edit >> Account settings >> Outgoing 
Server (SMTP) each of the above three email accounts has its own SMTP 
entry, with NTLword (now Virgin) set as default address.


When I write an email at the top above the To box I have a From line and 
at the far right of the is a drop down arrow where I can select anyone 
of the three smtp servers. As far as I know Thunderbird will send out to 
my selected SMTP server.



Tim H


On 09/11/2023 09:46, Terry Coles wrote:

On 09/11/2023 09:39, Peter Merchant wrote:
You are correct about the three email accounts. None of them have any 
identity other than the default. I have filters that filter messages 
off to my Local Folders like DLUG Messages.  That is what I am 
replying to now.


In that case, I'm out of ideas!  Sorry.

Can anyone else shed any light?


--
 Next meeting: Online, Jitsi, Tuesday, 2023-12-05 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Last nights mtg

2023-11-09 Thread Tim Waugh
On Wed, 8 Nov 2023 at 12:13, CA Wills  wrote:
> Connection:
> dnssd://Brother%20HL-L2350DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-bcf4d4b410fc
[...]
> I don't know if this is of any help but the connection info looks
> suspiciously long to me and I think Tim mentioned something about the
> 'dnssd' ?

Yes, what I'd mentioned is that resolving a dnssd address to an IP
address needs help from the printer, so if it's asleep that might be
why it stays asleep.

It's possible that changing the connection would help, to some other
type based on the IP address (I don't know what connection types
Brother printers support I'm afraid, but the GUI will). Of course,
resolving the IP address to a MAC address _also_ needs the printer's
help, but the ARP cache on the client end might help and you've said
it's a statically-allocated address.

Tim.
*/


-- 
  Next meeting: Online, Jitsi, Tuesday, 2023-12-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] [OT] Anybody using City Fibre in the BCP area

2023-11-01 Thread Tim
Be interested to hear anybody experience of using the City Fibre 
Broadband from any of the reseller in the BCP area. Who did you go with 
how is it working out do you get the advertised bandwidth, any form of 
traffic shaping, is the supplied router any good or did you supply your own?


Considering moving from Virgin so any comments would be appreciated

Tim H

--
 Next meeting: Online, Jitsi, Tuesday, 2023-11-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Amazon v Morrell

2023-06-14 Thread Tim
Some of you may remember Richard "Dick" Morrell (SmoothWall founder) 
from many years ago on this Lug and the Hants Lug. I think it is fair to 
say it was a very rumbustious time for all the wrong reason. But this 
post is not for discussing that, it seem that Dick has has a run in with 
Amazon or more accurately Alexa, Follow the link below and have a read, 
certainly makes an interesting read, paranoid persons be warned.


https://practical-tech.com/2023/06/13/how-an-amazon-fire-kids-tablet-was-allegedly-used-to-stalk-a-security-pro/

Regards

Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2023-07-04 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Next Meeting - Tonight at 8 pm

2023-06-06 Thread Tim Waugh
Hi all,

I'm afraid I won't be able to join tonight.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2023-06-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Window positioning and Android permanently Awake. (Was: Next Meeting - One Week Tonight)

2023-05-03 Thread Tim
In regards to gkrellm look in your home folder from .gkrellm2. open this 
folder and look for user-config file, there is a setting in there called 
"save_position" (about line 16), remove the numerical value, reboot or 
log out the desktop, move Gkrellm to the required location, right click 
on the GKrellm monitor and select configuration, select General, 
Properties Tab and select the following three options Set sticky state, 
set on top of other windows of the same type, Set window type to be a 
dock or panel, click OK. It should now stay there if it still does not 
work try changing the theme, I am using clockwork Cobalt without issue.



The running version gkrellm 2.3.11 on Mint 21.1 XFCE


Hope it helps


Tim H




On 03/05/2023 11:00, Ralph Corderoy wrote:

Hi Peter,


why does Gkrellm sometimes come up in the centre of the screen when
I start the computer, and mostly in the top left where I want it and
always move it to.

Windows are normally placed by the window manager.  These days, the WM
comes as part of the desktop environment.  I think you use Kubuntu.
Searching suggests Kubuntu's WM is called KWin.
https://userbase.kde.org/KWin

If that is the WM you're using, then that web page is a good starting
point and mentions fixing the starting position of a window as well as
linking to a page on stating general rules for windows.

I expect the default is to place it centrally if possible but move it so
as to avoid overlapping other windows if needed.  This means the end
position depends on what windows are already open and where they are.
If several programs are starting then the order of there windows
appearing may vary with the knock-on effect on Gkrellm's end position.


I didn't make last night.  My problem is the Android phone which I use
for Jitsi now stays permanently ‘Awake’, burning through 100% of battery
in about four hours.  The battery chart's detail has ‘Media’ as one of
the top two users, but the percentage of all those that are listed is
well under 50%.  I suspect Media though because clicking it shows it is
Awake for 100% of the time and used CPU for about 50% of it.  Perhaps
that's a dual-core thing.

By going through each of the Apps under Settings and doing Force Stop,
I got the battery chart's line horizontal for about three hours but then
something started it diving again on the fixed gradient to 0%.

Airplane mode doesn't help.  Battery Saver mode only changes the
gradient a little.  I've now uninstalled what apps I can, disabled many
more, including fundamentals like Phone and Messages.  The problem
probably isn't Media itself but something making use of it.  My current
suspect is Google Play.

Google finds many other people complaining of Media keeping a phone
awake over the years with no fix.  The problem started after the phone
didn't received the Government's emergency message, though that's
probably just correlation.  :-)


--
 Next meeting: Online, Jitsi, Tuesday, 2023-06-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Emails slow to send.

2023-02-10 Thread Tim
Not command line but could you use Wireshark to see what packets are 
coming and going when you hit the send button to see if that offers any 
indication as to where the issue is?



Tim H


On 10/02/2023 10:25, CA Wills wrote:

Hi All

On my laptop for the past couple of months my emails have been 'slow 
to send'.  It seems to be before connection is made to the 'server'.


After pressing the 'send' button that's when it's slow, approx 3-6 
seconds: it used to go within 1 second.


Can anyone give a terminal command to find out what's happening. Not a 
frequent terminal user so bit slow to use and never really sure I've 
done it correctly (spaces or not in the commend).
Thunderbird has been through some 'upgrades' and wondered if it could 
be something in the settings but not sure what to look for. Not 
changed anything in the setup for a long time as it's always just worked.


All other internet connections are not affected and the desktop 
machine (same settings/OS) has not been affected just my LT.


Using Thunderbird on Latest version of Mint 21.1 Cinnamon and always 
update when available.



--
 Next meeting: Online, Jitsi, Tuesday, 2023-03-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Inconsistent mounting

2023-01-08 Thread Tim
Not sure why I did not do this earlier, I ran Smartmon test,  I can run 
the two minute test with no problems found, try running the extended 
test and it always aborts at the 10% mark and when I look at the results 
there are 8 pre fails in the results. So I am going to bite the bullets 
and spend my Christmas money on a new USB SSD drive.


Thanks you the help and advice


Regards


Tim H


On 07/01/2023 20:44, Tim wrote:


On 07/01/2023 12:23, Ralph Corderoy wrote:

Hi Tim H,


I have an external USB drive

Is it spinning rust, which could be slow to spin up, perhaps more so if
all power comes from USB?



Old style spinney disk with single usb Lead connected to the (powered) 
docking station






[E] Can't find snapshots folder.
If it is on a removable drive, please plug it in.
Waiting 30 seconds.

What happens after it waits thirty seconds for the already-mounted
drive?

Is there anything in the kernel's ring buffer around that time?

 sudo -i dmesg -Hx



The backup failed again tonight, ran the above command which did not 
list anything relevant for the time that the backup ran (all UFW Block 
entries)






If I check my backup drive it says it is mounted and if I open the
drive (clicking the icon on the desktop) it will display the folders
and start the backup

So the back-up program starts without intervention.  Instead of clicking
on the icon, because who knows what that's doing, do something simpler
like

 ls /media/backup/.../snapshots


In the 30 seconds it gives you to "reconnect" the drive I ran the 
above command which gave the following


mit@NX1:~$ ls /media/backup/backintime/NX1/root/1/last_snapshot/
backup  config  fileinfo.bz2  info  takesnapshot.log.bz2

The backup then started.

I will have to leave the 30 second warning and do nothing to see what 
happens, but I think it just fails to run based on previous error I 
have seen when it has not run






Any suggestion

dmesg is your best next step, I'd have thought.



Will investigate




Do you need the drive mounted all the time?  Could a cron job mount the
drive a minute before the scheduled backup and unmount it when it's
bound to have finished?  The theory being the just-mounted drive will be
up and running and ready to respond, not sleeping to save power.



As it only does the backups I guess i Could try mounting prior to the 
backup running. But it does not seem to be a mounting issue more 
something linked to letting the rest of the OS know it is mounted.



Thanks for the input


Tim H



--
 Next meeting: Online, Jitsi, Tuesday, 2023-02-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Inconsistent mounting

2023-01-07 Thread Tim


On 07/01/2023 12:23, Ralph Corderoy wrote:

Hi Tim H,


I have an external USB drive

Is it spinning rust, which could be slow to spin up, perhaps more so if
all power comes from USB?



Old style spinney disk with single usb Lead connected to the (powered) 
docking station






[E] Can't find snapshots folder.
If it is on a removable drive, please plug it in.
Waiting 30 seconds.

What happens after it waits thirty seconds for the already-mounted
drive?

Is there anything in the kernel's ring buffer around that time?

 sudo -i dmesg -Hx



The backup failed again tonight, ran the above command which did not 
list anything relevant for the time that the backup ran (all UFW Block 
entries)






If I check my backup drive it says it is mounted and if I open the
drive (clicking the icon on the desktop) it will display the folders
and start the backup

So the back-up program starts without intervention.  Instead of clicking
on the icon, because who knows what that's doing, do something simpler
like

 ls /media/backup/.../snapshots


In the 30 seconds it gives you to "reconnect" the drive I ran the above 
command which gave the following


mit@NX1:~$ ls /media/backup/backintime/NX1/root/1/last_snapshot/
backup  config  fileinfo.bz2  info  takesnapshot.log.bz2

The backup then started.

I will have to leave the 30 second warning and do nothing to see what 
happens, but I think it just fails to run based on previous error I have 
seen when it has not run






Any suggestion

dmesg is your best next step, I'd have thought.



Will investigate




Do you need the drive mounted all the time?  Could a cron job mount the
drive a minute before the scheduled backup and unmount it when it's
bound to have finished?  The theory being the just-mounted drive will be
up and running and ready to respond, not sleeping to save power.



As it only does the backups I guess i Could try mounting prior to the 
backup running. But it does not seem to be a mounting issue more 
something linked to letting the rest of the OS know it is mounted.



Thanks for the input


Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2023-02-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Inconsistent mounting

2023-01-06 Thread Tim

Hi

I am running Linux Mint 21.1 XFCE desktop on an IBM laptop with a 
docking station (IBM, specific for laptop model range)


I have an external USB drive which I use to backup to and is mounted via 
a line in fstab at bootup


UUID=d90c0c04-8484-453f-9286-ab5e40cfe62f /media/backup    ext4    
rw,errors=remount-ro    0   0


I use Backintime to do my backups, it is schedule to run daily, one 
problem is that sometimes it complains that it can not find the snapshot


[E] Can't find snapshots folder.
If it is on a removable drive, please plug it in.
Waiting 30 seconds.

If I check my backup drive it says it is mounted and if I open the drive 
(clicking the icon on the desktop) it will display the folders and start 
the backup


Here are the permission for the mount point

mit@NX1:~$ ls -l /media
total 16
drwxr-xr-x  4 mit  mit  4096 Aug 31  2020 backup
drwxr-x---+ 3 root root 4096 Dec 29 07:04 mit
drwxr-xr-x  2 mit  mit  4096 Jun 20  2021 nas
drwxr-xr-x  3 mit  mit  4096 Jan  1 21:57 spare

I have not been able to find any pattern to how often it will miss the 
snapshot


Any suggestion

Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2023-02-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Problem Colour Printer

2023-01-06 Thread Tim Waugh
Is that printer able to print its own test page?

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2023-02-07 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Links from 2022-12-06's Pub Meet.

2022-12-12 Thread Tim Waugh
On Sat, 10 Dec 2022 at 15:27, Stephen Wolff 
wrote:

> Hi Ralph,
>
> > Unified Modeling [sic] Language is at the end of a long lineage of
> > systems for using diagrams to analyse requirements, develop software,
> > and document behaviour.  It grew out of the Object Orientated movement.
> > https://en.wikipedia.org/wiki/Unified_Modeling_Language
>
> What I tried to say in my previous reply (which seemed to be empty in my
> mail client) - was that I came across something called ‘Mermaid’ recently -
> which is a tool for diagramming - including UML -
> https://mermaid-js.github.io/mermaid/#/


Yes, and we use mermaid-js for representing upgrade paths for a specific
type of software (OpenShift operators):
https://olm.operatorframework.io/docs/contribution-guidelines/upgrade-graphs/

(Quick ref: Each operator knows which previous version(s) it can upgrade
directly from. A 'channel' is a named version stream of a particular
operator. An operator 'catalog' is a collection of operators and channels.)

I've also used sequence diagrams quite a lot, sometimes with UML along with
eg. this:
https://lucidchart.zendesk.com/hc/en-us/articles/208029986

but mostly with mermaid-js.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2023-01-03 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Kubuntu hanging

2022-12-11 Thread Tim
If you have an older kernel on your system boot using that to make sure 
its not a kernel issue



Tim H


On 11/12/2022 12:55, Peter Merchant wrote:
If I leave my  Kubuntu 20.04 for awhile, I have usually left 
Thunderbird and Vivaldi up, and when I come back and try and do 
something the computer goes off into never-never  land, the screen 
goes blank, and I can hear the HD crunching, and it needs the power 
button hold down to shut it down.


I think that this has happened after a boot up, if I have left it for 
awhile and I hit T'bird and Vivaldi  one after the other to bring them 
up.


Any thoughts on where I should look to track this problem?

I am tempted to bleachbit the computer, or to replace Vivaldi with 
Opera on the offchance that Vivaldi is the cause.


Cheers,

Peter



--
 Next meeting: Online, Jitsi, Tuesday, 2023-01-03 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] [OT] Powershell Community

2022-12-06 Thread Tim

Evening all

Sorry for the off topic question but I am learning some Powershell for 
work but I can not find a decent Powershell\Scripting community where I 
can ask questions without being attacked for asking questions.  I am not 
looking for the oversized Stackoveflow type, just a reasonably active 
site that I can ask questions. Would be interested in any other 
Powershell resource you may know of.


Thanks and sorry again for the OT subject.

Regards

Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2022-12-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Mailing List Support in Thunderbird

2022-09-21 Thread Tim
I have mine set the similar to Peter, I have setup two folders below 
inbox, one for Dorset Lug one for Hampshire Lug and auto filter incoming 
lug mail into each folder. it does not always work as quite often lug 
mail is left in the inbox. I have the same reply to list button that 
Peters note (and I have used for this email)



Tim H


On 21/09/2022 16:29, Peter Merchant via dorset wrote:
I have a tab on emails to the LUG that says 'Reply List'  It is not 
present on  non-lug emails. I don't know how it got set up.
I have another group that I also filter off, and it's emails are also 
'Reply List'


At the top of the email it has tabs: Reply/reply 
List/Forward/Archive/Junk/Delete/ and More.


It is not something new, It has 'always' been there.
Peter



On 21/09/2022 10:51, Terry Coles wrote:
As you may recall, I recently switched from KMail to Thunderbird and 
so far so good.


There is one point that I hadn't realised about it though. KMail 
provided Mailing List Support in that an Account could be marked as 
containing a Mailing List and henceforth all replies would go to the 
Mailing List and not the Sender.  (It didn't always work, especially 
if the Sender CCd me) but it meant that I only had to hit reply to 
get the message to go to the list.


This doesn't appear to be the case in Thunderbird.  Is that so or 
have I missed something?






--
 Next meeting: Online, Jitsi, Tuesday, 2022-09-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New laptop

2022-09-20 Thread Tim
I would tend to agree with John, look at getting a a new or second hand 
Thinkpad, I have an old single core R51 (proper IBM 2006 vintage) which 
I upgraded with a new battery and some more memory, for less than £80, 
it runs AntiX without issue. The other Thinkpad is a T530 (IBM designed 
badged Lenovo), this is my main machine, added 8GB to make 16GB memory, 
swapped out the hard disk for 500GB SSD, picked up a full docking 
station from ebay, quite happily runs two 24" screen plus the laptop 
screen and runs Linux Mint XFCE


Hope it helps

Tim H

On 20/09/2022 18:42, John Carlyle-Clarke wrote:

On Tue, 20 Sept 2022 at 18:14, Hugh Frater  wrote:

On Tue, 20 Sep 2022 at 18:26, Peter Merchant
wrote:


A friend of mine is wanting a new laptop and asked if I would post his
request here - Yes he uses Linux.

Does anybody know of a good source for him?

I've always seen refurbished Thinkpads come up whenever this is
discussed. I had a new X1 Carbon at my previous job and it was a
lovely machine: everything worked well on it with Linux. When I wanted
a Linux laptop recently I looked at them and there's a big range of
specs, conditions and prices. In the end I splurged on a new XPS 13
though.


FWIW I’ve never had much luck getting fingerprint readers to work on my
laptops when dual booting  - the current Machine (asus g14) is no
exception. Everything else works fine though.

I do remember the fingerprint sensor as being the only thing that
wouldn't work on the Thinkpad initially. I think it would read with
Linux but you needed Windows to train it. At some point that changed
and I got it working properly.


I've looked at Linux built laptops including Dell and all seem to be
overpriced compared to popular Windows orientated companies.

I think it's a case of "you get what you pay for" to some extent but
the machines that are sold as supporting Linux like Dells and
Thinkpads do tend to be aimed at software devs and therefore in a
price bracket alongside Macs. It would be nice if more of the
mid-range machines were also sold as Linux compatible (since many of
them are to a large extent).

The XPS was £1100 but it's a top spec little machine. Definitely the
most I ever spent on a laptop (or any other computer come to that) but
I can't fault it.

The only thing I haven't tried to set up yet is the fingerprint
sensor! But that's pure laziness (I found I rarely used it)


--
 Next meeting: Online, Jitsi, Tuesday, 2022-09-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Spam-assassin and IP ranges

2022-09-03 Thread Tim
I have a simple question regarding blocking single and ranges of IP 
addresses using the blacklist of Spamassassin to block spam site


My under standing I can block a single IP address in the local.cf file 
by simply typing in the IP address 111.222.222.111


But say I wanted to block an entire range 111.222.222.0 to 255 can I 
enter it as 111.222.222.* ?


But say I only wanted to block part of a range could I enter 
111.222.333.0 - 111.222.333.128 or maybe 111.222.222.0/128


It is worth point out at this point that I am on a hosted web package, I 
only have access to user_pref which hold the blacklist which I can edit 
freehand or update via cpanel. I do not have access to add other 
databases for Spamassassin to compare against


Everything I have read is pointed at block individual IP addresses.

(IP Addresses provided are just for explanation)


Regards


Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2022-09-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] USB connected 3.5 floppy drives

2022-08-21 Thread Tim
I have a load of 3.5" floppy disk I want copy a load of old data, with 
no PC with a floopy drive. So looking at getting a 3.5" usb floppy 
drive. When looking at one is there any special to look for, they all 
say windows and Mac OS compatible but no mention of Linux, will they 
just plug and play on linux? Currently running Mint



Regards


Tim H
--
 Next meeting: Online, Jitsi, Tuesday, 2022-09-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Next Meeting - Tonight at 8 pm

2022-08-02 Thread Tim Waugh
I won't be able to make it this evening I'm afraid.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2022-08-02 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Potential for a Somerset LUG

2022-07-24 Thread Tim



On 24/07/2022 20:15, Tim wrote:


On 24/07/2022 19:19, Martin Halford wrote:
Living in South Somerset it's difficult for me to travel to 
Bournemouth, so I've thought about setting up a Somerset LUG centred 
on Yeovil where there are some engineering and technology companies. 
One of the requirements from lug.org.uk is to have consulted 
neighbouring groups to find out if there is interest, hence my post 
here. I'll need to be able to demonstrate that there is a starter 
group of members, so if there's anyone else in Somerset or nearby in 
a similar position to myself please let me know.


Regards,

Martin Halford




Hi Martin

Might be worth posting this on the Hampshire LUG List and any of the 
other surrounding counties if they have a lug. There used to be a list 
of lug but I can find it, maybe Ralph or one of the other will know 
where to find the list. Unfortunately I Live in Dorset so would never 
make it to a Somerset meeting, but then again it been many a year 
since I made it to a Dorset meeting



Regards


Tim H



Found it, https://mailman.lug.org.uk/cgi-bin/mailman/listinfo


Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2022-08-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Potential for a Somerset LUG

2022-07-24 Thread Tim



On 24/07/2022 19:19, Martin Halford wrote:
Living in South Somerset it's difficult for me to travel to 
Bournemouth, so I've thought about setting up a Somerset LUG centred 
on Yeovil where there are some engineering and technology companies. 
One of the requirements from lug.org.uk is to have consulted 
neighbouring groups to find out if there is interest, hence my post 
here. I'll need to be able to demonstrate that there is a starter 
group of members, so if there's anyone else in Somerset or nearby in a 
similar position to myself please let me know.


Regards,

Martin Halford




Hi Martin

Might be worth posting this on the Hampshire LUG List and any of the 
other surrounding counties if they have a lug. There used to be a list 
of lug but I can find it, maybe Ralph or one of the other will know 
where to find the list. Unfortunately I Live in Dorset so would never 
make it to a Somerset meeting, but then again it been many a year since 
I made it to a Dorset meeting



Regards


Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2022-08-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Electricity power usage

2022-07-09 Thread Tim
Could do with smart socket system which are controlled by a central 
system that shut them off as a certain time at night and then turns them 
back on in the morning. Don't know if that sort of stuff is available 
but I guess the cost of the system exceed the cost of the savings??



Tim H



On 09/07/2022 11:36, Peter Merchant via dorset wrote:
One device not on standby is my router (TalkTalk) which consumes 6 
watts, so costs about $15/yr in electricity

P.

On 09/07/2022 09:53, Peter Merchant wrote:
I borrowed an electricity power meter  for a few days and went around 
the house measuring everything. A couple of interesting discoveries:



Total standby power of devices in the house  = 28.5 watts  This is 
sort of  invalid because the monitors on my 2 tower PC's are on a 
switch that turns them off when the PC is off so their standby power 
is less then. Also the meter seemed to register in increments of 0.5 
watts.


My new washing machine consumes 0.5 watts when not in use so have to 
switch it off at the plug in future.


My old gas oven consumes 4 watts all the time - for a clock?

My two Humax PVR's also each consume 3 watts on standby.

In use the PC's consume 49 and 79 watts each, but in sleep/suspend 
mode about 2.5.


The washing machine consumes 0.5watts when it is not in use. This 
means  1Kw every 2000  hours.   2000 hours is 83 days.


365/83.333 = 4.38  Kw/yr.  My current rate is 28.445p/KWh, so it 
costs me  £1.25 a year  just leaving it plugged in and not using it.



So just my thoughts on saving some money. A rough calculation gives a 
cost of £62.5  per year keeping the house on standby.


Peter






--
 Next meeting: Online, Jitsi, Tuesday, 2022-08-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Crontab issue

2022-06-27 Thread Tim
Adrian, reading  your comment reminded me of something I read about 
adding a display option to the script. So I added the line "export 
DISPLAY=:0.0" and the script now works with the image being displayed on 
screen at the scheduled time from crontab


regards


Tim H

On 26/06/2022 22:03, Adrian Warman via dorset wrote:

The reason is that there is no screen on which to display any windows.

A crontab 'job' is running in its own little login. It's a command line -only 
session, hence nowhere to send graphical display output.

The 'no MTA' message is a different thing. The crontab task failed (nowhere to 
display graphic output), so crontab would like to send an error report. But 
there's no email service set up for the OS to use. MTA is Mail Transfer Agent, 
which on Linux is typically sonething like sendmail, but also (typically) is 
not configured and running by default.

Adrian W.



--
 Next meeting: Online, Jitsi, Tuesday, 2022-07-05 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Crontab issue

2022-06-26 Thread Tim
I have a simple single line bash script which if I run from the command 
line using ./tablet3 works perfectly (loads an image on the screen in a 
borderless window)


#!/bin/bash
feh -x /home/mit/scripts/tablet3 oi-u.png

Now if I try to schedule this with crontab for example

14 21 * * * /home/mit/scripts/tablet3/tablet.sh

Nothing happens, the images fails to appears on screen

If I check syslog I have the following lines

Jun 26 21:13:01 NX1 cron[1088]: (mit) RELOAD (crontabs/mit)
Jun 26 21:14:01 NX1 CRON[36023]: (mit) CMD 
(/home/mit/scripts/tablet3/tablet.sh)
Jun 26 21:14:01 NX1 CRON[36022]: (CRON) info (No MTA installed, 
discarding output)


I am no expert with scripts or contrab, so if somebody would be kind 
enough to point us in the write direction please



Regards


Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2022-07-05 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Links from Jitsi meeting 8/6/2022

2022-06-08 Thread Tim Waugh
On Wed, 8 Jun 2022 at 11:51, Hugh Frater  wrote:

> It was my ramblings about the state of housing stock in the private rental
> sector, specifically in relation to the quality and inspection of
> electrical installations that prompted the link to bimdl.com
>
> It's my understanding that it is a platform where information about the
> built environment (buildings, work/school/home etc) can be stored in an
> easily accessible and verifiable ledger.  This information could be things
> like energy performance certificates, electrical inspection reports, fire
> alarm servicing reports etc.
>

That's exactly it.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2022-07-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Free to good home

2022-04-20 Thread Tim

Sorry the switch has gone


On 20/04/2022 10:21, Terry Coles wrote:

On Wednesday, 20 April 2022 10:18:37 BST Hamish McIntyre-Bhatty wrote:

Terry,

Perhaps the switch might make a good spare for WMT seeing as we have a
lot of switches in operation there?

I did think about that.  I was going to contact Penri, about it.

Tim,

Has anyone nabbed it yet?



--
 Next meeting: Online, Jitsi, Tuesday, 2022-05-03 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Free to good home

2022-04-19 Thread Tim

Free to a good home I have to following items.

HPV1910 24port Gbit managed switch rack ready with mount, has 4 slots 
for fibre module, works perfectly just a bit noisy for sitting on your. 
Needs to be reset password lost


Fujitsu E734 laptop i5 8GB Memory 120GB SSD No SCREEN, this laptop has 
spend the last 3 year running as a desktop connected to an external 
monitor, due to said missing screen, all the cable are there if you want 
to refit, but you will also need the bezel as well (large object fell on 
laptop lid), works perfectly


Collect from Kinson


Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2022-05-03 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Next Meeting - Tonight at 8 pm

2022-04-05 Thread Tim Waugh
I have broadband issues today so unfortunately I won't be able to join this
time.

Tim.
*/

On Tue, 5 Apr 2022 at 13:53, Terry Coles  wrote:

> All,
>
> The next Online Meeting is tonight at 8 pm using Jitsi.
>
> Simply click on the following link and you will be taken to the Meeting
> using your default browser:
>
> https://meet.jit.si/dorset-lug
>
> Chrome or Chromium are probably better than Firefox for using Jitsi.  An
> alternative to installing one of those two is to obtain it bundled
> especially
> for Jitsi from:
>
> https://github.com/jitsi/jitsi-meet-electron/releases
>
> This should be as simple as
>
> wget -q https://github.com/jitsi/jitsi-meet-electron/releases/latest/
> download/jitsi-meet-x86_64.AppImage
> <https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-x86_64.AppImage>
> chmod +x jitsi-meet-x86_64.AppImage
> ./jitsi-meet-x86_64.AppImage
>
> and then entering ‘dorset-lug’ as the meeting ID.
>
> Hope to see you all this evening.
>
> --
>
>
>
> Terry Coles
>
>
>
> --
>   Next meeting: Online, Jitsi, Tuesday, 2022-05-04 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
>
-- 
  Next meeting: Online, Jitsi, Tuesday, 2022-05-04 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] MS Excel question

2022-03-11 Thread Tim

Evening all


I have a MS Excel (very basic) Macro question, I know this is a Linux 
group and I don't want to spam the group with a MS question, but if 
anybody can\wants to help me then let me know



Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2022-05-04 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] fstrim weirdness

2022-02-10 Thread Tim Waugh
On Thu, 10 Feb 2022 at 11:05, Hamish McIntyre-Bhatty 
wrote:

> The second command says it was "Passed" three days ago, but I don't know
> if that means it ran. There are no other timers in the output from that
> command.
>

We only asked for the fstrim timer. 'systemctl list-timers' will show you
all the timers.

Look in the logs to see if it ran?

journalctl -u fstrim

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2022-03-01 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] fstrim weirdness

2022-02-10 Thread Tim Waugh
On Wed, 9 Feb 2022 at 17:57, Hamish McIntyre-Bhatty 
wrote:

> I finally got around to that, only to find that it was already enabled,
> and apparently not doing anything. As I don't leave my systems on 24/7,
> is it safe to assume that the timer isn't firing when the system is
> booted up later, after the configured time for TRIM has passed?


This depends on the configuration of the timer. The 'Persistent' field
controls this (see systemd.timer(5) ).

What does this say?:
systemctl show fstrim.timer | grep Persistent

Also, find out when it last triggered:
systemctl list-timers fstrim

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2022-03-01 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] LAN connectivity problem

2022-01-23 Thread Tim


How are the IP assign, DHCP or static?

If DHCP, are you sure you only have one DHCP server on the network

If on DHCP, try changing the ip renew time to something short like 2 
hours and then test?


Go to each PC and write down their network configuration, IP, Subnet, 
DNS, Gateway and then compare and make sure that are all the same (other 
than IP address)


Reboot the Netgear switch and router

Are you using a firewall\IPtables on any of the devices, can you turn 
off to test?


You don't say if there are all ethernet or mixed wifi ethernet

You could try installing wireshark on the device that are not talking to 
each other and see what wire shark says when you try to connect


Check workgroup\Domain names make sure they all have the same

When faced with a network issue these are the basics I look at, if all 
this comes back OK then we start looking for the bigger problems.



Tim H



On 23/01/2022 15:21, Graeme Gemmill wrote:
I would be grateful for suggestions to solve the following connection 
problem.

In the following description, D stands for 192.168.1
My router, D.1, has a control panel that identifies the following 
ethernet connected devices:

192.168.1.10     f0:2f:74:1f:d0:99       y
192.168.1.16 b8:27:eb:50:44:91    y
192.168.1.3       f4:30:b9:83:84:1c y
192.168.1.6       74:03:bd:0c:b0:38    y
192.168.1.9       40:16:7e:b4:09:e2    y

y indicates that the device passes traffic to the WAN

My laptop, D.3 shown the following devices by ip neigh:

192.168.1.1    enp1s0    c4:ea:1d:e4:27:a2    REACHABLE      Y
192.168.1.10  enp1s0    f0:2f:74:1f:d0:99   STALE     N
192.168.1.6    enp1s0    74:03:bd:0c:b0:38    STALE N
192.168.1.9    enp1s0    40:16:7e:b4:09:e2    STALE N

Y/N indicates ping success.
D.3 "knows about" D.6, D.9 and D.10 because they are in /etc/fstab as 
a result of previously successful connections.


D.9 acts as a server and shows the following by ip neigh:
192.168.1.1        enp2s0    c4:ea:1d:e4:27:a2   REACHABLE    Y
192.168.1.10      enp2s0    f0:2f:74:1f:d0:99  REACHABLE    Y
192.168.1.16      enp2s0    b8:27:eb:50:44:91 STALE Y
192.168.1.6        enp2s0    74:03:bd:0c:b0:38 STALE Y

D.10 is my main work PC, and shows the following via ip neigh:

192.168.1.1        enp5s0    c4:ea:1d:e4:27:a2    REACHABLE    Y
192.168.1.16      enp5s0    b8:27:eb:50:44:91    REACHABLE    Y
192.168.1.6        enp5s0    74:03:bd:0c:b0:38    STALE     Y
192.168.1.9        enp5s0    40:16:7e:b4:09:e2    REACHABLE    Y

D.6 ia a NAS box that both D.9 and D.10 can and do write to.
D.6, D.9, D.10 and D.16 are connected to D.1 via an 8-way Netgear hub
My problem: D.3 cannot reach D.9 or D.10, and neither D.9 nor D.10 can 
reach D.3, despite all being connected to D.1
(I hope the attempt at tabulating this data survives the translation 
to other mail clients)




--
 Next meeting: Online, Jitsi, Tuesday, 2022-02-01 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Scanning did work and half-hour later didn't?

2022-01-14 Thread Tim
Most modern network capable printers have a web interface these days, 
just find the IP address, stick that into a browser and you should get a 
status page, you should also be able to get to a configuration pages for 
the device. Like Terry and Peter I always assign static IP 's I learnt 
long ago after a session of hunt the device across a lan.


Many years ago support company spent an entire day trying to connect a 
HP Inkjet printer to a Unix system including a multiplexer. Eventually 
the boss came and tried and realised that the inkjet would never work as 
it was a Winprinter (where half the firmware was delivered as windows 
software drivers). It will never work the boss shouted in frustration of 
the wasted day, he he had no answer as to why when it was first setup 
earlier in the day it printed a test page and two work related pages, 
then just stopped.


Regards

Tim H

On 14/01/2022 16:58, PeterMerchant wrote:
Can't help with the scanning, but I have a brother wireless printer 
HL-1210W series  and like Terry have it programmed to a fixed IP 
address, and never have any trouble with it.


The manual refers to saving the scanned item to a folder, but is this 
folder in a storage medium in the scanner or on your computer? As 
Terry suggests, can you browse to the printers web page and find any 
'stored' scans?



Peter

On 14/01/2022 15:38, Terry Coles wrote:

John,

One or two thoughts which may or may not be helpful.

On Friday, 14 January 2022 15:24:31 GMT JD wrote:
I have a Brother laser printer - DCP1612W.  Yesterday I scanned a 
couple

of photos and saved them as jpg's.  About a half-hour later I got only
an error message each time I ran xsane, and that is still the case.
Printing continues to work as normal.
Caveat:  I've never used any kind of Brother Device; I've always 
bought HP.



Details:
Ubuntu 20.04.3
The error message is: "Failed to open device 'brother4:net;dev0':
Invalid argument."

No thoughts on this.

It's configured to connect via WLAN. The IP address appears in the
router list occasionally but usually not.
For various reasons, I've always configured utility devices on my 
home network
with a static IP Address.  On my HP, I can then browse to it's Home 
Page to

check its status.  Does you Brother have a web page?


After: scanimage -L
I get "device `brother4:net1;dev0' is a Brother *DCP1610W DCP1612W", so
the correct model is known about.

What did I do in the fateful 30 mins yesterday afternoon!?

I have no idea really, but since it is not always visible in your Router
settings, I would suspect that the WiFi connection isn't all it could 
be.







--
 Next meeting: Online, Jitsi, Tuesday, 2022-02-01 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Test message (after adding SPF record)

2021-12-28 Thread Tim



On 28/12/2021 21:26, CA Wills wrote:

Well it appears to now work as I've got a copy and so has Rafi!!
Thanks to those who have tried helping over the last few months.
Apparently there was not an SPF record which may have been the problem.
What changed and when I have no idea!!

On 28/12/2021 21:09, CA Wills wrote:

Hi Ralph,

Could you please check whether this e-mail is clear on the DLUG server?
We have checked the SPF record (which seems to have caused some 
authentication problems) and that now appears to be correct.

Rafi is here helping me.

Hope this get through.

Cheers,






--
 Next meeting: Online, Jitsi, Tuesday, 2022-01-04 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] LibreOffice Writer - Split Screen

2021-12-19 Thread Tim


On 19/12/2021 10:41, Terry Coles wrote:

Hi,

Has the split screen function been removed from LibreOffice?  I'm sure I used to
be able to do it (although that may have been with OpenOffice) but I can't find
any reference to it except this bug report from 2015:

https://bugs.launchpad.net/ubuntu/+source/unity/+bug/194

That talks about using 'ctrl+Super+rightcursor' but I can't make anything
happen.  I'm assuming that 'Super' means the 'Windows' key on most keyboards
or the 'Linux' key on my Cherry Linux keyboard.  I'm not sure what
'rightcursor' means.



Does this help

https://ask.libreoffice.org/t/how-do-you-use-the-split-screen-to-view-two-separate-parts-of-the-same-document/43113/2


Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2022-01-04 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Slowing down problems

2021-11-04 Thread Tim


I am running Kali Linux (installed on ssd) on an old Fujitsu PC, spec 
wise its an old 8 core i7, 20gb of memory and a 240gb ssd and a 250gb 
spinney hard disks. Kali is all update


The reason for running Kali is that I am trying to hack my own router ( 
I mentioned a few months ago I had lost the password). I thought it 
would be an interesting fun project to learn a bit of hacking skills, it 
it gets to a point where I need to get onto the router then I will 
simply stop and reset the router.


Anyway I have produced some 6 digit wordlists, they are approximately 
329mb in size and contain around 49,000,000 words, the maximum Hydra the 
program I am using can handle is 50,000,000. Now the PC is running 24/7 
trying to crack the password. It takes around 24 to 28 hours to complete 
a single wordlist, but what I am finding is that when the PC approaches 
running  for 2.5 days the processing of attempts slows right down from 
something like 28000 to as low a 4000 an hour and then take 4 days to 
complete.


Now memory does not seems to be a problem (see below) nor does SSD free 
space 185GB in my Home partition, using ext4 format, there no high cpu, 
it bumbles around 8% per processor. PC is connected to 1gbit switch (HP 
1910) which is in turn connected to the router.


mit@NX1:~$ free
  total    used    free  shared buff/cache   
available

Mem:   16069528 2571776  816320   80320 12681432    13079436
Swap:  10238972 768    10238204

There no noticable difference when using the router when the scans are 
running at full throttle or low throttle. Rebooting the PC resolve the 
slow down issue but after couple of days it is back.


Anybody any idea why I am getting the slowdown

Regards

Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2021-12-07 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] WiFi Still Dropping Out at WMT - Yet Again

2021-08-01 Thread Tim
Has a new Wifi to the area appeared and is swamping music and bells 
wifi, thus forcing it off line?


Could you setup a simple ping script to a router or something similar 
and i it fails to get a reply then it reboot the PI?


Does not solve the issue but keep it running


Tim H


On 01/08/2021 09:33, Terry Coles wrote:

On Sunday, 1 August 2021 08:12:03 BST Terry Coles wrote:

This system will of course reboot in an hours time.  If that restores
connectivity, we can probably live with the situation, but I'd really like
to know what is going on.

Well.  The reboot worked and I am now in again.  The main mystery now is why
history shows that after a Power Cycle the system stays up for 2-3 days, but
it stayed up for less than 24 hrs after yesterday's scheduled reboot..

Maybe the wind in the trees that partially screen the WiFi Antenna?  possibly,
but the gale force winds of a couple of days ago didn't take it down.  Any
other ideas?



--
 Next meeting: Online, Jitsi, Tuesday, 2021-08-03 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Xed V's Mousepad

2021-07-31 Thread Tim


On 31/07/2021 11:05, Keith Edmunds wrote:

On Sat, 31 Jul 2021 10:31:41 +0100, zir...@xendistar.co.uk said:


I have been trawling through an old MySQL database and as it archived
Archive Manager was using Xed to look at the file

What format is the file? (Hint: at command line, type 'file filename')


Once unarchived it is a .sql file, although I have found I can now open 
the file directly in mousepad which for some reason it would not let me 
earlier



In the end I did a simple CTRL-A of the whole data base and then copied
and pasted it into Mousepad

Presumably you selected the whole of the database dump file rather than
the database?


It was a table dump I copy and pasted


Was it faster pasting it into Mousepad simply because I had copied the
text out and into Mouse pad and xed was dealing all the SQL stuff.

I've never used (or even heard of) Xed before today, but it doesn't seem
to deal with SQL. Do you mean syntax highlighting? If so, it's possible -
syntax highlighting will have a processing overhead, although I don't know
how efficient Xed is at doing that.

Some editors (eg, vim) will only process syntax for what's displayed;
others will parse the whole file. The latter approach will clearly be
slower on initial load, but faster to scroll.

How big is the dump file?


Quite small, the gzip file is only 1.5mb

The SQL file is from a blog which I broke when I moved hosts, so I am 
just dragging the raw blog text to rebuild the pages, I have all the 
text for the pages now just have to tidy it (remove HTML) then I can 
report, I have recovered and reposted about 80% of the posts already, 
just this last lot to do.


I have never heard of Xed, looks like it a stand alone program and not 
bundled with archive manager, just seemed very strange for one text 
editor to struggle handling the .sql file while another was happy to 
handle it.



Tim H



--
 Next meeting: Online, Jitsi, Tuesday, 2021-08-03 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Xed V's Mousepad

2021-07-31 Thread Tim

Morning all

I have been trawling through an old MySQL database and as it archived 
Archive Manager was using Xed to look at the file, but it was so slow. I 
extracted the file and then open it again in Xed and it was slightly 
faster to scroll through. In the end I did a simple CTRL-A of the whole 
data base and then copied and pasted it into Mousepad and it was way 
faster (I am not wanting to keep the data in MySQL format, just after 
some raw text).


Was it faster pasting it into Mousepad simply because I had copied the 
text out and into Mouse pad and xed was dealing all the SQL stuff. For 
reference I am on an i7 with 16gb of memory running Mint XFCE, all data 
is stored in my home  folder which is on am SSD.


I know I could of entered the dark arts of CLI editors but my fu is 
lacking in that department



Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2021-08-03 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Can login to router

2021-07-09 Thread Tim

HI Guys

Not Strictly Linux but marginally related.

I currently can not login into my Draytek 2926 Router, I just get bad 
username or password.


Now I know roughly when I last logged in and one of the many things I 
have on my todo list is to update the router login details, so I may 
have updated it, forgotten all about it and here we are today.


I save all my password to a password saving program (well I thought I 
had) but due to my own stupidity I only realised to day that the backup 
file for the password program is over written on a daily basis so there 
no point in trying to look back for an older version.


So other than factory reset, do I have any other options, there was only 
the one account on the router with no remote access.



Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2021-08-03 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Inadequate Level of Security??

2021-06-17 Thread Tim

On 17/06/2021 22:44, Tim wrote:


On 17/06/2021 09:46, Stephen Wolff wrote:

On 16 Jun 2021, at 23:25, Tim wrote:

Hi All, when I went to use my laptop the other morning I was 
presented with this in the reading pane of my Thunderbird, it was 
working the night before


 



The web site tried to negotiate an inadequate level of security.

live.thunderbird.net <https://live.thunderbird.net/>uses security 
technology that is outdated and vulnerable to attack. An attacker 
could easily reveal information which you thought to be safe. The 
web site administrator will need to fix the server first before you 
can visit the site.


Error code: NS_ERROR_NET_INADEQUATE_SECURITY

- 



I am Running Debian Bullseye and Thunderbird 78.11 64 bit

I have three email accounts on thunderbird all are working 
collecting and sending emails ok in other devices and on web access 
pages for each of the three accounts so the issue seems to be 
Thunderbird. the other two accounts (Virgin Media and my Xendistar 
account seem to be able to receive, but gmail fails completely on 
send or receive (gmail work as normal on many other device s without 
issue


I have had a look around but can not see any problems so where 
should I start looking?


https://www.ssllabs.com/ssltest/analyze.html?d=live.thunderbird.net 



This lists 6 addresses - but is very slow at doing the tests - I can 
see a B for one so far after a couple of minutes… anyway, might help 
work out if it is the endpoint or perhaps there’s a mixed https/http 
message which you’re viewing? That can trigger warnings in Chrome?


I ran the test and all lines returned a B, does that mean the security 
level for the SSL that Live.Thunderbird.net use is only at a B level 
of quality\security which gmail find as to low hence they stop 
working? What I don't understand that if if this was a large problem 
to to user of gmail on Thunderbird then there would be a lot more 
users with the same issue asking the same question as I am on the 
internet. Is it simply have to wait until such times that Thunderbird 
do something to improve there SSL?



Tim

I have found it is a Debian bug 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989839




--
 Next meeting: Online, Jitsi, Tuesday, 2021-07-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Inadequate Level of Security??

2021-06-17 Thread Tim


On 17/06/2021 09:46, Stephen Wolff wrote:

On 16 Jun 2021, at 23:25, Tim wrote:

Hi All, when I went to use my laptop the other morning I was 
presented with this in the reading pane of my Thunderbird, it was 
working the night before


 



The web site tried to negotiate an inadequate level of security.

live.thunderbird.net <https://live.thunderbird.net/>uses security 
technology that is outdated and vulnerable to attack. An attacker 
could easily reveal information which you thought to be safe. The web 
site administrator will need to fix the server first before you can 
visit the site.


Error code: NS_ERROR_NET_INADEQUATE_SECURITY

- 



I am Running Debian Bullseye and Thunderbird 78.11 64 bit

I have three email accounts on thunderbird all are working collecting 
and sending emails ok in other devices and on web access pages for 
each of the three accounts so the issue seems to be Thunderbird. the 
other two accounts (Virgin Media and my Xendistar account seem to be 
able to receive, but gmail fails completely on send or receive (gmail 
work as normal on many other device s without issue


I have had a look around but can not see any problems so where should 
I start looking?


https://www.ssllabs.com/ssltest/analyze.html?d=live.thunderbird.net 



This lists 6 addresses - but is very slow at doing the tests - I can 
see a B for one so far after a couple of minutes… anyway, might help 
work out if it is the endpoint or perhaps there’s a mixed https/http 
message which you’re viewing? That can trigger warnings in Chrome?


I ran the test and all lines returned a B, does that mean the security 
level for the SSL that Live.Thunderbird.net use is only at a B level of 
quality\security which gmail find as to low hence they stop working? 
What I don't understand that if if this was a large problem to to user 
of gmail on Thunderbird then there would be a lot more users with the 
same issue asking the same question as I am on the internet. Is it 
simply have to wait until such times that Thunderbird do something to 
improve there SSL?



Tim


--
 Next meeting: Online, Jitsi, Tuesday, 2021-07-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Inadequate Level of Security??

2021-06-16 Thread Tim


Hi All, when I went to use my laptop the other morning I was presented 
with this in the reading pane of my Thunderbird, it was working the 
night before




The web site tried to negotiate an inadequate level of security.

live.thunderbird.net uses security 
technology that is outdated and vulnerable to attack. An attacker could 
easily reveal information which you thought to be safe. The web site 
administrator will need to fix the server first before you can visit the 
site.


Error code: NS_ERROR_NET_INADEQUATE_SECURITY

-

I am Running Debian Bullseye and Thunderbird 78.11 64 bit

I have three email accounts on thunderbird all are working collecting 
and sending emails ok in other devices and on web access pages for each 
of the three accounts so the issue seems to be Thunderbird. the other 
two accounts (Virgin Media and my Xendistar account seem to be able to 
receive, but gmail fails completely on send or receive (gmail work as 
normal on many other device s without issue


I have had a look around but can not see any problems so where should I 
start looking?


--
 Next meeting: Online, Jitsi, Tuesday, 2021-07-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Help with sound

2021-05-19 Thread Tim
Could indicate that the onboard sound card is disabled?? Or the fact 
that it has an external sound card the internal one is broken



Tim H

On 19/05/2021 14:07, PeterMerchant wrote:
Sorted. When I got the computer it had a fancy sound card that I took 
out. I've put it back and I now have sound.

P.

On 18/05/2021 22:16, PeterMerchant wrote:
I have just been given a computer from a friend who 'needed' to 
upgrade his to a faster one.  I have stuck my Kubuntu disk in it and 
it basically works except for a couple of things.


One of them is that I don't have any sound.

This is hardinfo for the new one:

-Computer-
Processor        : Intel(R) Core(TM) i5-3330 CPU @ 3.00GHz
Memory        : 24320MB (1525MB used)
Machine Type        : Desktop
Operating System        : Ubuntu 20.04.2 LTS
User Name        : peterm (Peter Merchant)
Date/Time        : Tue 18 May 2021 19:34:12 BST
-Display-
Resolution        : 1680x1050 pixels
OpenGL Renderer        : (Unknown)
X11 Vendor        : The X.Org Foundation
-Audio Devices-
Audio Adapter        : HDA-Intel - HDA Intel PCH
-Input Devices-
 Power Button
 Power Button
 AT Translated Set 2 keyboard
 Video Bus
 2.4G Wireless Optical Mouse
 Eee PC WMI hotkeys
 USB2.0 Camera: USB2.0 Camera
 HDA Intel PCH Front Mic
 HDA Intel PCH Rear Mic
 HDA Intel PCH Line
 HDA Intel PCH Line Out
 HDA Intel PCH Front Headphone
 HDA Intel PCH HDMI/DP,pcm:3


And this is the old one:


-Computer-  from back in 2020.
Processor        : Intel(R) Pentium(R) CPU G3420 @ 3.20GHz
Memory        : 8037MB (4978MB used)
Machine Type        : Desktop
Operating System        : Ubuntu 18.04.2 LTS
User Name        : peterm (Peter Merchant)
Date/Time        : Wed 25 Mar 2020 10:02:24 GMT
-Display-
Resolution        : 1680x1050 pixels
OpenGL Renderer        : (Unknown)
X11 Vendor        : The X.Org Foundation
-Audio Devices-
Audio Adapter        : HDA-Intel - HDA Intel HDMI
Audio Adapter        : HDA-Intel - HDA Intel PCH
Audio Adapter        : HDA-Intel - HDA NVidia
-Input Devices-
 Power Button
 Power Button
 AT Translated Set 2 keyboard
 Video Bus
 2.4G Wireless Optical Mouse
 HDA Intel PCH Rear Mic
 HDA Intel PCH Front Mic
 HDA Intel PCH Line
 HDA Intel PCH Line Out
 HDA Intel HDMI HDMI/DP,pcm:3
 HDA Intel HDMI HDMI/DP,pcm:7
 HDA Intel HDMI HDMI/DP,pcm:8
 HDA Intel HDMI HDMI/DP,pcm:9
 HDA Intel HDMI HDMI/DP,pcm:10
 HDA NVidia HDMI/DP,pcm:3
 HDA NVidia HDMI/DP,pcm:7
 HDA NVidia HDMI/DP,pcm:8
 HDA NVidia HDMI/DP,pcm:9

I have tried all sorts of things, but can't get sound out of it.

speaker-test -Dsysdefault:PCH   Doesn't do anything

Any suggestions?

Thanks,

Peter.







--
 Next meeting: Online, Jitsi, Tuesday, 2021-06-01 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Freenode

2021-05-19 Thread Tim Waugh
This looks like a fairly good (short) summary:
https://www.kline.sh/

Tim.
*/


On Wed, 19 May 2021 at 15:38, Neil Stone  wrote:

> Essentially a forced takeover from someone that was appointed a director,
> despite all of the assurances that were put in place prior to that
> happening... irc.libera.chat is where most of the staff have gone and
> channels are migrating to.
>
> On Wed, 19 May 2021 at 15:01, Hugh Frater  wrote:
>
> > Tl;Dr?
> >
> >
> > On Wed, 19 May 2021 at 11:25, Neil Stone  wrote:
> >
> > > Ladies and Gentlemen,
> > >
> > > There's been a bit of a s**t storm going on with the Freenode network
> it
> > > seems (all behind the scenes).
> > >
> > > Some details are available via:
> > > https://fuchsnet.ch/freenode-resign-letter.txt
> > > https://web.archive.org/web/20210514121343/https://p.haavard.me/407
> > > https://gist.github.com/joepie91/df80d8d36cd9d1bde46ba018af497409
> > > http://techrights.org/2021/05/13/private-internet-access-and-freenode/
> > > https://coevoet.fr/freenode.html
> > >
> > > I've not been involved in any of these discussions, I'm just raising
> > > awareness for those (like me) that may have been unaware 'till now.
> > >
> > > Keep doing the do...
> > >
> > > Neil
> > > --
> > >   Next meeting: Online, Jitsi, Tuesday, 2021-06-01 20:00
> > >   Check to whom you are replying
> > >   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
> > >   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
> > >
> > --
> >   Next meeting: Online, Jitsi, Tuesday, 2021-06-01 20:00
> >   Check to whom you are replying
> >   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
> >   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
> >
> --
>   Next meeting: Online, Jitsi, Tuesday, 2021-06-01 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
>
-- 
  Next meeting: Online, Jitsi, Tuesday, 2021-06-01 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Next Meeting - Tonight at 8 pm

2021-04-06 Thread Tim Waugh
On Tue, 6 Apr 2021 at 14:50, Terry Coles  wrote:

> All,
>
> The next Online Meeting is tonight at 8 pm using Jitsi.
>
> Simply click on the following link and you will be taken to the Meeting
> using your default browser:
>
> https://meet.jit.si/dorset-lug
>
> Chrome or Chromium are probably better than Firefox for using Jitsi.  An
> alternative to installing one of those two is to obtain it bundled
> especially
> for Jitsi from:
>
> https://github.com/jitsi/jitsi-meet-electron/releases


I noticed it's also packaged on flathub:

https://flathub.org/apps/details/org.jitsi.jitsi-meet

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2021-04-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Setting up new PC.

2021-04-05 Thread Tim
I came across this the other day as somebody asked a similar question 
(else Where), hopefully it will help with your issues, it mentions 
disabling to start otherwise Fastboot will skip the USB initialization.


https://forums.linuxmint.com/viewtopic.php?t=297071

Tim H


On 05/04/2021 18:27, CA Wills wrote:

Hi all

Our old PC packed up a couple of weeks ago and I've got a new 'mini' 
PC with a 250Gb SSD plus an external 2TB disk for keeping all the data 
on.  It was bought without an operating system as I want to install 
Mint 20.1.  It's mainly used by my wife, not a keen computer person!!  
But she is used to Mint.
Tried all afternoon to install Mint from both DVD & SD card(USB 
Stick).  They both work from my laptop so are 'good' medium.
The Pc is set with USB (keyboard, Mouse, external disk), HDMI to 
screen, Ethernet to Router/laptop (tried both before disconnecting them).
On switch on it does not find either the SD or DVD so reports no boot 
file.
Then tries going to the network via it's internal card. Fails and 
reports -" Start PX4 over IPv4 on MAC 1c-69-7a-6e-da-79 (it's internal 
card) - Fails then tries on "Start PX6 over IPv4 on MAC 
1c-69-7a-6e-da-79" - Fails again.


Managed to get to the setup screen but it's UEFI and I have no idea 
what half of the items are!  But did notice 'Fast start' was enabled.  
Also changed the USB items to be checked before booting. Thinking that 
would allow the system to find the DVD or SD slots - no action.


Should I disable the 'Fast start' - seem to think it should be?
Found F"=Setup, F7=BIOS update, F10+ Boot Menu & F12= Network boot.  
Not found how to set boot order as normally have it go to DVD then 
main disk.  Not found how to reorder as only options are the SSD, 
IPv4, IPv6.


Will now give up for today and look uot some back issues of Linux 
Format for inspiration.


See you tomorrow night.



--
 Next meeting: Online, Jitsi, Tuesday, 2021-04-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] [Free] Ubiquiti Nano Station M5

2021-03-11 Thread Tim

Hi

I have a pair of Ubiquiti Nano Station M5

They are 5Ghz, they were setup as a lan bridge between two buildings to 
provide LAN in the far building. They are POE


The unit is still being sold from what I can see, more details here: 
https://fccid.io/SWX-M5LB/User-Manual/Quick-Start-Guide-3105581.


There is no cable of POE box, just the Nano stations

Anybody want then need to be collected ASAP

Contact me off list if you want them collect only

Tim H



--
 Next meeting: Online, Jitsi, Tuesday, 2021-04-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] [OT] Free to a good home

2021-03-07 Thread Tim

Hi

I have a TomTom one Sat Nav, they were first released in 2005 I think. I 
have seen that these can be hacked to do other things, if anybody wants 
it let me know off list, first come first served. Collect Kinson area


Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2021-04-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] [OT] 12v Power supply replacement

2021-03-07 Thread Tim


On 07/03/2021 07:59, Terry Coles wrote:

On Saturday, 6 March 2021 23:17:06 GMT Tim wrote:

Its two lights and two power supplys (of which one power supply is
dead), both light work already tested with working power supply. Have
looked at the dead power supply (you can take it apart) but nothing
looks out of place.

Tim,

I know nothing about fish tank lighting (the last time I kept fish was 30-40
years ago and I believe it had a fluorescent light).  However, I do know a bit
about electrics and electrical design.

You can buy specialist power supplies for LEDs from places such as LED Hut

https://ledhut.co.uk/search?type=product=+LED+Transformer

but they tend to be expensive.  We used a 60 W item from them back in 2016 for
the model railway lighting (and it was half the price but wasn't dimmable).

A quick search for LED Transformer on Google yielded lots of hits with prices
much lower including:

https://www.seratechnologies.com/shop/led-transformer-12v/


The LED lights are just over 4ft long with three rows of LED's (it is a
5ft fish tank) so I guess 47 watt was the design wattage. There is a
long lead from the light about 5ft and then a small pig tail from the
power supply which then screw together with a male female round three
pin plug\socket. There is a small pig tail of about 15" inches which is
hard wired to the Power supply for the 240v mains.

I think that the three-pin plug may be a cheap and cheerful way of ensuring
that the power can't be plugged in the wrong way round, but it's possible that
the supply that you have monitors current draw and that is the sense wire.
(It's also possible that the cable dates back to the time when the company's
products were all powered directly from the mains (eg fluorescent or mains
striplight) and they had to include earth.)  If you have a multimeter, I would
suggest buzzing all three pins out to see where they go (try both ends, eg
lights to plug and plug to supply, to try to ascertain what the third pin is
connected to.

Apart from that, does the broken PSU (or light) have a brand name or Model
Number?  A search for that might provide a bit more information.


Hi Terry

Thanks for the two web site, I will bear them in mind, the only name on 
the Power supply is the light manufacturer and model number for the 
light. I have checked the mainboard in the power supply and can not find 
an name of the main board. I was though able to confirm that there are 
three cable in the output cable, a blue, brown and a black, I did note 
that the black cable was around half the size of the blue and brown 
cable. As you say I will have to use my multi meter on the pins on the 
working power supply to work out what is what.


Unfortunately this project is going to have to go on the back burner for 
a couple of week or so as I have new furniture arriving at the end of 
the week which will involve me clearing existing furniture of items in 
readiness and then rehoming into said new furniture which will take up 
me  a little while to sort out.


Thanks for the help

Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2021-04-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] [OT] 12v Power supply replacement

2021-03-06 Thread Tim


On 06/03/2021 20:16, PeterMerchant wrote:

On 06/03/2021 19:25, Tim wrote:
My apologies as this is very much not linux and not even computer 
based. Just trying to tap in to the collective electrical knowledge 
of the group.


I have 2 LED light on my Fish tank and one of the power supplies is 
dead. Getting a replacement power supply from the supplier is not an 
option, no longer available.


The only technical detail I can tell you about the power supply is 
that it is DC 12v 47watt output, there are two switches on the Power 
supply which operate two modes on the light. I normally leave both 
switches on so the light in full on mode and is permanently switched 
on and is controlled via a time switch (one for each light), so 
having the two switches in not that important (to my thinking below).


The output plug is a small round three pin affair which makes me 
think that there are two live cable and one neutral cable. On the 
assumption that this is correct, would getting a replacement power 
supply like a DC 12v 60w then cutting the supplied output plug off 
(which in most case is the two cable round push in plug.), then 
having cut the old output lead off the old power supply, solder the 
two lives to the single live on the new power supply and then the 
neutral to neutral. Would this work? I realise there is a bit of 
investigation to do first but just trying to think of possible 
options in getting a replacement (I have tried ebay).


Any thoughts


Tim


Just my thoughts: It sounds like a lot of power for LED lights.

It is one power supply driving two lights/bulbs.

Can you swap the bulbs round to check that it is not the light that 
has gone?


Assuming that you can open it up (Unplugged of course)  can you check 
that there is not a fault in one wire, or in the switch?  Of course, 
as it is for use near water it could be a potted power supply and 
inaccessible inside.


I found this at 'lightinthebox.com It might be a cheaper overall 
option? Aquarium Light LED Light Fish Tank Light White With Switch(es) 
Plastic 3 W 220 V


Peter M.



Hi Pete

Its two lights and two power supplys (of which one power supply is 
dead), both light work already tested with working power supply. Have 
looked at the dead power supply (you can take it apart) but nothing 
looks out of place.


The LED lights are just over 4ft long with three rows of LED's (it is a 
5ft fish tank) so I guess 47 watt was the design wattage. There is a 
long lead from the light about 5ft and then a small pig tail from the 
power supply which then screw together with a male female round three 
pin plug\socket. There is a small pig tail of about 15" inches which is 
hard wired to the Power supply for the 240v mains.


Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2021-04-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] [OT] 12v Power supply replacement

2021-03-06 Thread Tim
My apologies as this is very much not linux and not even computer based. 
Just trying to tap in to the collective electrical knowledge of the group.


I have 2 LED light on my Fish tank and one of the power supplies is 
dead. Getting a replacement power supply from the supplier is not an 
option, no longer available.


The only technical detail I can tell you about the power supply is that 
it is DC 12v 47watt output, there are two switches on the Power supply 
which operate two modes on the light. I normally leave both switches on 
so the light in full on mode and is permanently switched on and is 
controlled via a time switch (one for each light), so having the two 
switches in not that important (to my thinking below).


The output plug is a small round three pin affair which makes me think 
that there are two live cable and one neutral cable. On the assumption 
that this is correct, would getting a replacement power supply like a DC 
12v 60w then cutting the supplied output plug off (which in most case is 
the two cable round push in plug.), then having cut the old output lead 
off the old power supply, solder the two lives to the single live on the 
new power supply and then the neutral to neutral. Would this work? I 
realise there is a bit of investigation to do first but just trying to 
think of possible options in getting a replacement (I have tried ebay).


Any thoughts


Tim H



--
 Next meeting: Online, Jitsi, Tuesday, 2021-04-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] connecting a HP printer to my wi-fi network

2021-02-26 Thread Tim
You can find the manual for the printer here 
http://h10032.www1.hp.com/ctg/Manual/c06266695.pdf page 58 is the WiFi 
and yes you can set it up using the 2 line LCD dispaly



Tim H

On 26/02/2021 11:55, John Palmer wrote:

I have (perhaps unwisely) bought a Hewlett multifunction printer
MFP179fnw. How on earth do I connect it to my home wifi network ?
At present it's a nice stand-alone photocopier, but that's the least
useful part !
HP's documenation is very bare, but says that while I can print from
Linux once it's connected, to set up the connection I need to be using
one of a number of systems of which Android is one. I have an Android
mobile and have installed HP's app, but I'm blowed if I can find the
tool or instructions that I need.

I am trying to get some help from the 'HP user community' but thought I
should try the Linux community as well. I have been very quiet on this
group for many years !

Best wishes,


--
 Next meeting: Online, Jitsi, Tuesday, 2021-03-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] HP Printers and Flash

2021-02-06 Thread Tim
I am using a Laser jet Pro M277 (Scanner copier printer) and it loads 
the web interface for me OK.



Tim H

On 06/02/2021 10:59, Hamish McIntyre-Bhatty wrote:

Not for me at least - HPLIP-GUI is Qt based and works with CUPS, not had
any issues.

Hamish

On 06/02/2021 10:57, PeterMerchant wrote:

In a discussion with friends yesterday, they discussed the problems of
communicating with HP printers from W10 now that Flash has been
killed, because apparently HP drivers use it.  Is this a problem from
Linux? I expect not, but if I come across a printer it would be good
to know.

Peter




--
 Next meeting: Online, Jitsi, Tuesday, 2021-03-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Problem with 'full' Root partition

2021-01-28 Thread Tim

Hi Clive

Can I ask why you cant reduce your home partition and then extend the 
root into the free space ?



Tim H

On 27/01/2021 14:37, C Wills wrote:
Sorry the original copy was sent from another email address which is 
not authorised by DLUG system.  Sending from the correct address, hope 
you don't get it twice!!

Clive

Hi All

Yesterday my wife started her PC and got a warning notice saying there 
was on 1GiB on space left on the 'root' partition.

Checking today the following was reported:-

sda1  Ext4 / size - 24.5GiB,  Used - 22.7GiB (93%)  Free - 1.71GiB (7%).

There is plenty of space for the /Home  partition but no space on sda1 
and I can't extend it.
I checked with the disk analyser tool and it showed that the 'var' 
file has used most of the space; it's full of Flatpack folders. All 
the other folders look OK.
I remember seeing a tool that can 'clean' folder/discs but can't find 
it now.  Thought it may be the temp folder fill up the space but that 
looks OK.
Can't work out what has happened to fill the 'root' folder, no extra 
software installed and last time I looked it was only about 50% full.


If I don't do something soon then the PC will lock up And she will do 
her 'nut' (doesn't like computers  that go wrong!)



What's happening please and can I recover the space.  All above by 
using a GUI desktop, Mint 19.2 Cinnamon.


--
 Next meeting: Online, Jitsi, Tuesday, 2021-02-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] CentOS petition

2021-01-21 Thread Tim Waugh
Here's the latest about this:

https://www.redhat.com/en/blog/new-year-new-red-hat-enterprise-linux-programs-easier-ways-access-rhel

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2021-02-02 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Am I allowed a moan?

2021-01-18 Thread Tim


On 17/01/2021 14:40, PeterMerchant wrote:
I have been trying to work with a group 'Wimborne laptops for schools' 
for children at home who do not have computers to work with. A friend 
gave me her old computer to donate and I had my own old one. I was 
told that the sufficient requirement was for a browser.   So I 
installed Xubuntu Linux on these, and updated them to the latest 
Firefox. These are 32 bit machines  circa 2005.


So I fixed them up with webcams [Aside: Cheese isn't the best tool for 
evaluating webcams, use vlc] and donated them. They were set up 
identically  for username and auto-login.


Meanwhile I phoned Q.E School and they said that they only wanted 
machines post 2016 that they could log into and put their own software 
and updates on.   St. Michaels Middle School gace examples of programs 
that they wanted to run over the browser and they were ok.


Then I get this message back from the group: Hi Peter Just in case you 
get any more laptops schools are unable to use the Xubuntu Operating 
system. it has to be windows 10 pro just so you don't waste your time .


Which is a bit stupid as quite a few kids are using parents mobile 
phones and ipads - Not W10!


So they want to scrap my laptops and use them for spares - Sure!!!

Rant over. If I get them back I will take them to a local school myself.

PeterM




Beggars with the golden begging bowl springs to mind

Tim H


--
 Next meeting: Online, Jitsi, Tuesday, 2021-02-02 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Intel RST?

2021-01-05 Thread Tim Waugh
Hi,

I have a laptop with a spare 2.5" drive bay I'd like to install a new disk
into (and run Linux on).

The laptop uses Intel Rapid Storage Technology, which seems to be some sort
of RAID controller. I can switch it to regular AHCI in the BIOS, but if I
do that I lose the ability to dual boot with the pre-installed OS.

Has anyone come across this before? Is there a way to stick with Intel RST
but have un-RAIDed disks installed?

Alternatively, is there a way to boot into the (Windows) installation on
the already-RST-formatted disk, after switching the BIOS to AHCI? Obviously
I could switch the BIOS back to RST if need be for booting on that, but can
that be avoided?

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2021-01-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Distributed computing for COVID

2020-12-14 Thread Tim Waugh
On Mon, 14 Dec 2020 at 09:50, Hamish McIntyre-Bhatty 
wrote:

> I was wondering, now that there are multiple vaccines in development/in
> use, whether we still think it's worth doing distributed computing for
> COVID research.
>

I plan to continue for the moment at least. Even though the aim is to find
something new, which must then go through lengthy safety trials etc, along
the way some other insight might suggest a faster approach using something
pre-existing. In any case, at this point I have no idea when vaccination
might roll out to my age group; it's still possible it would be after a
safety trial of some new discovery.

There are lots of things no-one knows about any of the vaccines, notably
how long they will last, or how long that time compares with the time it
would take to roll out a refresh.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-01-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-06-30 Thread Tim Waugh
Just spotted this: update on which existing drugs have come out on top
so far, and an end date for the project (end of July).

https://translate.google.com/translate?sl=auto=en=https%3A%2F%2Fwww.elconfidencialdigital.com%2Farticulo%2Fvivir%2Festudio-csic-4000-voluntarios-concluye-medicamentos-eficaces-coronavirus%2F20200626132551147372.html

Tim.
*/


-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-07-07 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Ibercivis Down?

2020-06-19 Thread Tim Waugh
It's power maintenance. They're hoping to be back online today I think.

https://boinc.ibercivis.es/

Tim.
*/

On Thu, 18 Jun 2020 at 06:10, Terry Coles  wrote:
>
> I've been unable to upload any Tasks for a day or two and the Ibercivis
> website appears to be down.
>
> Has anyone else seen this?  I can't find any references to the project being
> off-line on the web.
>
> I have a dozen completed tasks and I don't know whether to cut my losses and
> focus on Rosetta.
>
> --
>
>
>
> Terry Coles
>
>
>
> --
>   Next meeting: Online, Jitsi, Tuesday, 2020-07-07 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-07-07 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-15 Thread Tim Waugh
On Fri, 15 May 2020 at 10:29, Hamish McIntyre-Bhatty
 wrote:
> I'm going to have one last go at getting GPU computing to work for
> Folding soon, but if I can't make it work, does anyone think it's worth
> doing CPU folding, or are the contributions so small as to be pointless?

The CPU folding is important. Some of the simulations are only made
available for CPU work.

> Tim, I'd be interested to see how your KVM computing is going - you said
> it was very slow over the call, but hoping it will speed up. I probably
> won't do it, but I'm interested to see how well it works.

Well, it's hard to say because of the estimated time remaining being
so broken. But some tasks have completed so we can compare.

Here is the 'bare metal' version, actually running inside a podman container:
https://boinc.ibercivis.es/ibercivis/show_host_detail.php?hostid=2288

The measured floating point and integer speeds are 6.53b and 136.5b
ops/s, and the tasks generally take about 30,000s for v0.01 and 3,500s
for v0.02.

Here's a VM I was using:
https://boinc.ibercivis.es/ibercivis/show_host_detail.php?hostid=3505

and the measured floating point and integer speeds don't seem to have
been filled in yet; they are still the default you get before you've
even submitted a completed task.

The tasks generally take about the same amount of time! But the credit
received for them is much lower -- I have no idea why that is.

I reconnected that VM using the correct project URL (oops) so now it
shows up here:
https://boinc.ibercivis.es/ibercivis/show_host_detail.php?hostid=4223

I'll leave it going for a bit to compare some more.

Tim.
*/


-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-06-02 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-14 Thread Tim Waugh
On Thu, 14 May 2020 at 07:22, Terry Coles  wrote:

> However, there is a new posting on the Ibercivis Message Board that says
> they
> now have a new version of the app on the server which is supposed to fix
> the
> checkpointing problem (but not the computation issue).
>

Ah, yes:
https://boinc.ibercivis.es/ibercivis/forum_thread.php?id=49#289

Thanks for the tip! I'll let these VM tasks drain until I see v0.02 tasks
come in. Still curious about how the VM tasks actually perform in KVM.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-06-02 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-13 Thread Tim Waugh
I gave up on using hibernate ('systemctl hibernate') only because the FAH
GPU task doesn't survive it.

I noticed that ibercivis released a whole load of new tasks. Still no
checkpointing, and some of them take much longer now, 8-9 hours for me.

That's a lot to lose to lack of checkpointing, so I'm going back to the VM
approach and will see how it really performs (as opposed to its
ahead-of-time estimate).

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-06-02 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-05 Thread Tim Waugh
On Tue, 5 May 2020 at 17:11, Terry Coles  wrote:

> On Tuesday, 5 May 2020 16:56:40 BST Tim Waugh wrote:
> > On Tue, 5 May 2020 at 16:53, Terry Coles 
> wrote:
> > > It still needs the mains to be on.
> >
> > For *hibernate*, i.e. suspend-to-disk?
>
> No.  For Suspend.  Hibernate is only available for laptops it seems.
>

Hibernate is not only for laptops.

If you hibernate (i.e. suspend-to-disk), then you can remove the power with
impunity. When you power it back on it will resume from disk.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-05 Thread Tim Waugh
On Tue, 5 May 2020 at 14:43, Terry Coles  wrote:

> On Tuesday, 5 May 2020 14:28:35 BST Tim Waugh wrote:
> > Or alternatively, can suspend (or hibernate) be pressed into service?
> > Instead of shutting down at night, suspend/hibernate the machine
> overnight
> > so it can pick up where it left off when it is resumed in the morning.
>
> It looks as if Kubuntu only allows Suspend to RAM for Desktop PCs.
> Hibernate
> is only available if the computer is fitted with a battery.
>

I'd be surprised if it's that way round. Suspend to RAM needs a battery;
hiberate does not (the machine actually powers off completely).

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-05 Thread Tim Waugh
On Tue, 5 May 2020 at 11:05, Terry Coles  wrote:

> On Tuesday, 5 May 2020 11:02:01 BST Tim Waugh wrote:
> > Ibercivis may not have checkpointing, but what if I run it in a VM (using
> > kvm), and suspend *that* when I switch the machine off?
>
> The Client might get a bit confused with the timestamps maybe.  The only
> way
> to find out is to try it I guess.
>

Or alternatively, can suspend (or hibernate) be pressed into service?
Instead of shutting down at night, suspend/hibernate the machine overnight
so it can pick up where it left off when it is resumed in the morning.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-05 Thread Tim Waugh
Ibercivis may not have checkpointing, but what if I run it in a VM (using
kvm), and suspend *that* when I switch the machine off?

Tim.
*/

On Tue, 5 May 2020 at 10:47, Terry Coles  wrote:

> On Tuesday, 5 May 2020 10:43:53 BST Hamish McIntyre-Bhatty wrote:
> > I'll have to abort on one machine too, it doesn't complete tasks quickly
> > enough for that to work.
>
> I've posted a comment on the Ibercivis forum, requesting that the
> developers
> let us know (by publishing a Notice perhaps), when this problem is
> resolved.
>
>
> --
>
>
>
> Terry Coles
>
>
>
> --
>   Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
>
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-05 Thread Tim Waugh
There are several things at play I think:
- ibercivis has not implemented checkpointing yet, which means if you
switch the computer off all running tasks lose their progress(!)
- the percentage-completion report seems to be a guess: I see it go up in
10% increments, and sometimes tasks complete earlier than the
remaining-time indicated
- some tasks appear to restart once they get to 50%, but this is expected:
   https://boinc.ibercivis.es/ibercivis/forum_thread.php?id=7=180#180

Tim.
*/


On Mon, 4 May 2020 at 14:04, Terry Coles  wrote:

> On Sunday, 3 May 2020 14:59:02 BST Terry Coles wrote:
> > I just got seven Tasks.  They are currently shown as 'Ready to Start',
> > presumably waiting until some of the Rosetta Tasks are complete.
>
> This project is weird!
>
> Yesterday when the Tasks started, the estimated remaining time for each
> was
> about four hours.  They then ran all afternoon without seeming to make
> much
> progress.
>
> This morning they were all showing 3hrs and 55 minutes to run, but the
> elapsed
> time had dropped to 35 minutes.  This morning nothing much seemed to be
> happening, but just now I saw that two Tasks are ready to Report.
>
> As I said weird!
>
> --
>
>
>
> Terry Coles
>
>
>
> --
>   Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
>
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-05-03 Thread Tim Waugh
I saw some Ibercivis tasks start today.

Thanks for the tip about this project!

Tim.
*/


On Sat, 2 May 2020 at 16:13, Terry Coles  wrote:

> On Saturday, 2 May 2020 16:07:17 BST Hamish McIntyre-Bhatty wrote:
> > Unfortunately no. I guess they're having the same problem Rosetta has
> > been having (though I now get a steady stream of tasks from Rosetta).
>
> Rosetta never stopped giving me tasks, although a few days ago, they
> started
> only giving them to me just in time before the last lot were finished.
> When I
> changed over to the SSH page, I got loads - currently six running, two
> waiting
> for memory and seven ready to start.
>
> --
>
>
>
> Terry Coles
>
>
>
> --
>   Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
>
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] New BOINC project that does computing for COVID-19

2020-04-30 Thread Tim Waugh
On Wed, 29 Apr 2020 at 10:21, Terry Coles  wrote:

> On Wednesday, 29 April 2020 09:50:22 BST Hamish McIntyre-Bhatty wrote:
> > Just happened across a new project today:
> >
> https://translate.google.com/translate?sl=auto=en=https%3A%2F%2Fwww.csi
> > c.es
> %2Fes%2Factualidad-del-csic%2Fel-csic-e-ibercivis-lanzan-un-proyecto-de-
> > ciencia-ciudadana-que-busca-farmacos
>
> That project looks a bit more focused than Rosetta@Home who seem to be
> modelling the virus and its protein binders.  All good work but it bit
> more
> blue sky than Ibercivis which is more about simulating the action of pre-
> existing drugs to find an effective treatment for COVID19.  I see that as
> our
> best hope, especially if it turns out that no effective vaccine is
> possible.
>
> I am now running both projects.
>

Looks interesting. Are you picking up tasks from it? I haven't seen any
yet, just see this in the logs:

30-Apr-2020 09:42:04 [ibercivis] Project has no tasks available

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Local food suppliers

2020-04-09 Thread Tim Waugh
On Thu, 9 Apr 2020 at 10:45,  wrote:

> https://www.milkandmore.co.uk
>

They were closed to new customers, and even to existing customers who had
not placed an order this year, when I looked a week or so ago.

Tim.
*/
-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-05-05 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Next Meeting - COVID-19 Situation

2020-04-06 Thread Tim Waugh
On Mon, 6 Apr 2020 at 11:25, Ralph Corderoy  wrote:

> This should be as simple as
>
> wget -q
> https://github.com/jitsi/jitsi-meet-electron/releases/download/v1.1.1/jitsi-meet-x86_64.AppImage
> chmod +x jitsi-meet-x86_64.AppImage
> ./jitsi-meet-x86_64.AppImage
>
> and then entering ‘dorset-lug’ as the meeting ID.
>

Works here.

So we'll meet tomorrow, the same day as Terry sends out the reminder?

Tim.
*/
-- 
  Next meeting: BEC, Bournemouth, Tuesday, post-lurgi 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Donating computing power

2020-04-02 Thread Tim Waugh
The stats.foldingathome.org search doesn't find me, no.

But the web UI gives me this link, which (eventually!) works:
https://stats.foldingathome.org/donor/Tim_Waugh

There are also 3rd party stats e.g.:
https://folding.extremeoverclocking.com/user_summary.php?s==929041

Tim.
*/

On Thu, 2 Apr 2020 at 09:20, Hamish McIntyre-Bhatty 
wrote:

> So it seems that while I'm computing for Folding@Home, I'm not on the
> contributors list. I only care because I want to check that its working.
>
> I imagine this might be because the system's overloaded rather than
> because I'm failing jobs or anything, but are any of you on the list
> (https://stats.foldingathome.org/donors)?
>
> Hamish
>
> --
>   Next meeting: BEC, Bournemouth, Tuesday, post-lurgi 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
>
-- 
  Next meeting: BEC, Bournemouth, Tuesday, post-lurgi 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Donating computing power

2020-03-30 Thread Tim Waugh
On Mon, 30 Mar 2020 at 14:51, Patrick Wigmore  wrote:

> I thought I'd told it to abort the current tasks before shutting it
> down, but I've since found they sitll show as "In progress" on my
> Rosetta account.


I'm sitting on some work units for Rosetta@home as well, mostly because I'm
waiting for Folding@home to be idle waiting for work before resuming them.

But fear not: with BOINC tasks a single work unit can be assigned to
multiple clients, and the results are cross-checked.
https://boinc.berkeley.edu/trac/wiki/JobReplication

Tim.
*/
-- 
  Next meeting: BEC, Bournemouth, Tuesday, post-lurgi 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Donating computing power

2020-03-30 Thread Tim Waugh
On Sat, 28 Mar 2020 at 10:25, Ralph Corderoy  wrote:

> > Unfortunately, that machine seems to be stuck waiting for the
> > server(s) to let it download anything. I presume they are prioritising
> > higher-specification machines.
>
> Maybe.  One snippet of #dorset says
>
> > folding@home ran out of work for me. I resumed boinc telling it to
> > only work when idle (f@h runs regardless when there's folding to
> > be done)
>
> That's one nice thing about WCG, you can set it to only do the
> project/s you want, but to give you work for any others if they
> don't have any.  I'm not sure if BOINC its self can do that.
>
> I don't use any of them so have no insight.
>

(The 'I resumed boinc' was me)

I've not seen rosetta@home waiting for work units yet so I'm not sure what
would cause it. Although, I'm only running it when folding@home is idle. I
only have a single fairly low powered dual-CPU (Turion) machine spare to
use, which I notice comes very far down this list:
https://boinc.bakerlab.org/rosetta/cpu_list.php

Nice article here, folding@home the main focus, which mentions back-offs
when requesting new work:
https://www.extremetech.com/computing/308332-foldinghome-crushes-exascale-barrier-now-faster-than-dozens-of-supercomputers

The Folding@home project definitely seems better at publicity. :-)

Also WCG is World Community Grid, not currently researching COVID-19
specifically:
https://www.worldcommunitygrid.org/research/viewAllProjects.do

Tim.
*/
-- 
  Next meeting: BEC, Bournemouth, Tuesday, post-lurgi 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Donating computing power

2020-03-25 Thread Tim Waugh
On Wed, 25 Mar 2020 at 10:53, Terry Coles  wrote:

> dependency issues
>

(Oh yeah, this is another advantage of containers, in that the dependencies
all come with it...)


> I then decided that life was too short and installed  boinc from the
> package
> manager.  This is now running and the current task is expected to take 5
> hours.  All four cores (8 threads) are shown as running at 100% in
> KSysGuard;
> that might put my  son off running this.  Apart from that I am running the
> Rosetta@Home Biology task and according to the BOINC site they have been
> focusing on coronavirus since the 6th March.
>

Do you have the boinc-manager installed? There is a graphical interface,
where you can find Options → Computing preferences with inputs like:

Use at most [ 100 ] % of the CPUs
Use at most [ 100 ] % of CPU time
[x] Suspend when computer is on batter
[ ] Suspend when computer is in use

Further down there is also:

Request tasks to checkpoint at most every [ 60 ] seconds

which answers your question about how much work might be lost when
switching off.

Tim.
*/
-- 
  Next meeting: BEC, Bournemouth, Tuesday, post-lurgi 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Donating computing power

2020-03-25 Thread Tim Waugh
On Wed, 25 Mar 2020 at 10:07, PeterMerchant 
wrote:

> I would like to help, but my computer is not very powerful
> -Computer-
> Processor: Intel(R) Pentium(R) CPU G3420 @ 3.20GHz
>

I don't think that's necessarily a huge drawback. The overall computing
power comes from numbers of CPUs/GPUs as well as individual processing
power. My system is dual core but each CPU is slower than that (2.2GHz).


> The usual questions: which of these two methods uses the least
> power/resources?
>

Not sure which two methods you might mean:
* bare vs container
  - No difference. Containers are not virtualized, they run directly on the
CPU. Probably not work bothering with containers for this unless you're
already used to them (or fancy playing).

* BOINC vs folding@home
  - I think either can use as much idle CPU as you want to give it. For
folding@home there is a slider on the web interface for power:
'light-medium-full', and also defaults to doing work only when the computer
isn't otherwise in use.

Tim.
*/
-- 
  Next meeting: BEC, Bournemouth, Tuesday, post-lurgi 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


  1   2   3   4   5   6   7   >