You are not logged in.
The real question is whether resampling will make any detectable difference. Try a blind test where you have two choices, one is raw data and one has been resampled (or otherwise processed). If you can't tell which choice was resampled you can assume no one else will be able to either (unless their hearing is much better than yours).
If you want to be really sure set up 3 choices, two raw and the other resampled (or the other way round). If you can't tell which choice is the odd one out then it *really* makes no difference.
This assumes the analog amplifier, speakers, etc are all good quality. They are often the limiting factor.
That said you should avoid repeatedly resampling or otherwise processing sound data. Done too often it would degrade the sound.
OpenSolaris and it's fork OpenIndiana are also worth keeping an eye on.
That is why any sensitive data should *always* be encrypted before being stored on any system you do not *fully* control. And *really* sensitive data should not even leave your systems, even encrypted, without a *good* reason.
Dinosaurs like me use bc. And other command line tools such as factor, gp and pexpr (that's part of GMP so may be hard to find).
Could you mitigate the scrapers by rate-limiting by IP address? Eg addresses making more that 10 requests per minute get responses delayed so they only get 10 responses per minute. That would not be too bad for a human, but hurt scrapers trying to train an AI system.
Sites that are obviously training an AI system should be fed AI generated drivel so they end up with an AI system that produces rubbish output.
Try drawing up a table with a line for every device on your LAN (including the router) with the following entries:
IP_address pingable_from_laptop(y/n) Connection_to_lan(wired or wireless) what_it_is OS
Then see if you can see any pattern to which can be pinged. And look for other oddities such as duplicate IP addresses. If still stuck post the table here.
I've nearly run out of ideas. I don't know much about networking.
Is there any pattern to which systems respond to ping from the laptop. Eg does it work for systems connected wirelessly but not ones with a wired connection? Do their IP addresses have any pattern (eg 192.168.1,* work but 192.168.0.* don't)?
Does the laptop respond to pings from other systems? If so does it respond to all the systems you can ping from?
To repeat some of my questions you didn't answer:
How are the systems connected to your network? Please answer for both the laptop and the server,
If any systems are connected wirelessly check they are connected to *your* router, not one belonging to a neightbour. That has been known.
If the laptop also has an ethernet port try connecting it to your router with an ethernet cable. Does that change the symptoms?
Here are a few thing to check:
How are the systems connected to your network?
If any systems are connected wirelessly check they are connected to *your* router, not one belonging to a neightbour. That has been known.
If the laptop also has an ethernet port try connecting it to your router with an ethernet cable. Does that change the symptoms?
What are the symptoms of ping not working? Replace target with the name of the system you are trying to reach below (server, laptop, etc):
host target - does this return the servers IP address?
traceroute target - how many hops away is the server?
ping target - what does it say?
ssh -v target - some systems don't respond to ping but will allow a ssh connection. The -v will make ssh show how far it gets.
I hope that gives you some help.
LVM is useful on a server with several disks and multiple filesystems where being able to resize them online is a big help. Especially when the application running on the server must be available 24/365.
But it's overkill for most home systems.
Glad to hear its sorted.
I'm not sure if your analysis is right, but it sounds reasonable.
I spent several years as a UNIX admin before I retired. But the servers my team were looking after didn't have GUIs installed, to save memory. So I know UNIX/Linux from the command line quite well, but I'm not very familiar with GUIs. Still that seems a complimentary skill set to a lot of the others on this forum.
Having logged on to tty1 run:
df -k which should show what disks are mounted.
If /home is the disk you expect enter ls -al /home to see what files are in it.
If that looks OK try which login which should return /bin/login or /usr/bin/login
Post output from the above commands if still stuck.
From man chattr:
Only the superuser or a process possessing the CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
And what are the ownership and permissions of the directory? That is what controls which accounts can delete a file.
Try ls -ld ~/exportedshare on server. If the chomwitt account has write access to the directory it will be able to delete files in it even if it can't do anything else to them. This is one of the non-intuitive quirks of how UNIX file permissions work.
You could prevent it with chattr +i text.txt if you really needed to.
I am starting to suspect igorzwx is a bot posting AI generated posts. Several of his posts look like an AI system hallucinating a mixture of unrelated text, with similar words but unrelated meaning.
df -i to see how many inodes are used in each filesystem would also be worthwhile. Although you are not very likely to run out on a new install.
I would have started with ls -li /bin/xdotool /usr/bin/xdotool and checked the inode numbers were different. If two files in the same filesystem have the same inode number they are really the same file, possibly hard linked, possibly one part of one path is a link to part of the other path.
Eg if /bin is a symlink to /usr/bin then everthing in one is really the same file as in the other.
I'd also have moved /bin/xdotool to somewhere else in case it really turned out to be needed. Probably after diff /bin/xdotool /usr/bin/xdotool as well.
That confirms my suspicion from the error message that it's a perl script. But I don't know enough about package formatting to offer any more help. Sorry.
Please post output from:
file /usr/bin/apt-mirror
If it's some script, eg perl, then read it and see what line 920 is doing. If you don't know the language then post line 920 and a few lines each side of it.
After cd /usr/share/images/desktop-base/ run ls -l which should show you the files in that directory.
As a new user the first command I recommend to you is man (short for manual). It tells you how to use commands.
Start with man less (less is the program man uses to display its output). Then man man and man ls (man cd won't work because cd is part of your shell (probably bash).
A good rule is that whenever someone recommends a command you are not familiar with always read it's man page before running it. It can prevent unpleasant surprises.
When it's locked up will ctrl-alt-f1 get you to a text console? (Try this when it's OK to see what to expect, ctrl-alt-f7 to get back to GUI.)
Have you got another system you can use to ssh onto it from? Running top from the ssh session should give you some more info.
Does anything interesting appear in any of the logs?
My first two thoughts would be:
rm ~/.xsession-errors;ln -s /dev/null ~/.xsession-errors # Send it somewhere harmless.
or
>~/.xsession-errors; sudo chown root:root ~/.xsession-errors;sudo chattr -i ~/.xsession-errors # Truncate file, then make it totally unwriteable.
What is in your /etc/apt/sources.list ? Your first quote contains:
E: Failed to fetch http://deb.debian.org/debian/pool/main/g/guava-libraries/libguava-java_31.1-1_all.deb Connection timed out [IP: 199.232.18.132 80]
Which suggests you have a mixture of devuan and debian resources. That is a recipe for disaster. You should only have devuan in there. Also check /etc/apt/sources.list.d/ as well.
And I'm not sure where the IP address 199.232.18.132 is supposed to be. Reverse DNS lookup fails but it responds to ping.
First try host deb.devuan.org which should give something like this:
deb.devuan.org is an alias for deb.rr.devuan.org.
deb.rr.devuan.org has address 160.16.137.156
deb.rr.devuan.org has address 5.9.122.185
deb.rr.devuan.org has address 185.178.192.43
deb.rr.devuan.org has address 198.58.118.8
deb.rr.devuan.org has address 114.34.81.84
deb.rr.devuan.org has address 94.16.114.15
deb.rr.devuan.org has address 185.236.240.103
deb.rr.devuan.org has address 5.161.180.234
deb.rr.devuan.org has address 67.219.104.166
deb.rr.devuan.org has address 23.169.200.138
deb.rr.devuan.org has address 147.229.176.19
deb.rr.devuan.org has address 152.53.121.155
deb.rr.devuan.org has address 131.188.12.211
deb.rr.devuan.org has address 147.78.194.22
deb.rr.devuan.org has address 195.85.215.180
deb.rr.devuan.org has address 103.146.168.12
deb.rr.devuan.org has address 95.216.15.86
deb.rr.devuan.org has address 200.236.31.1
deb.rr.devuan.org has address 46.4.50.2
deb.rr.devuan.org has address 130.225.254.116
deb.rr.devuan.org has address 141.84.43.19
deb.rr.devuan.org has address 190.64.49.124
deb.rr.devuan.org has IPv6 address 2001:e42:102:1704:160:16:137:156
deb.rr.devuan.org has IPv6 address 2a01:4f8:162:7293::14
deb.rr.devuan.org has IPv6 address 2a03:4000:28:24c::
deb.rr.devuan.org has IPv6 address 2a0d:eb00:8006::acab
deb.rr.devuan.org has IPv6 address 2a01:4ff:f0:dd3a::1
deb.rr.devuan.org has IPv6 address 2401:c080:2000:229e:4b70:fe82:36ed:f788
deb.rr.devuan.org has IPv6 address 2602:817:2000:401::138
deb.rr.devuan.org has IPv6 address 2001:67c:1220:8b0::93e5:b013
deb.rr.devuan.org has IPv6 address 2a0a:4cc0:c0:4676:4242:4242:4242:4242
deb.rr.devuan.org has IPv6 address 2001:638:a000:1021:21::1
deb.rr.devuan.org has IPv6 address 2a0a:e5c0:10:3::6eeb
deb.rr.devuan.org has IPv6 address 2a01:9e40::180
deb.rr.devuan.org has IPv6 address 2407:b6c0::12
deb.rr.devuan.org has IPv6 address 2a01:4f9:2a:fa9::2
deb.rr.devuan.org has IPv6 address 2801:82:80ff:8000::2
deb.rr.devuan.org has IPv6 address 2a01:4f8:140:1102:2b76:955d:b48f:bdf3
deb.rr.devuan.org has IPv6 address 2001:878:346::116
deb.rr.devuan.org has IPv6 address 2001:4ca0:4300::1:19
deb.rr.devuan.org has IPv6 address 2800:a8:c001::a
Then ping -c 1 each IP address to see which respond (you can probably ignore the IPv6 addresses). Or host 5.9.122.185 to find an addresses name.
Trying to connect to http://deb.devuan.org/merged in a browser is another useful check.
Once you find a working address put it into /etc/apt/sources.list (keep notes though).
Edit: Crossposted with RedGreen925.
Can you make avahi work again by restarting it (if all else fails by rebooting the system)? If so you could try switching off each device in turn until you find the one that causes avahi to fail (hoping there's only one such device). It might take a while though.