You are not logged in.
I know it's a pretty old thread, but I was finally sufficiently hacked off to attempt a workaround.
Create a file ~/.bash_aliases containing the following:
alias su='su -'You'd need the single quotes as to evaluate every time the alias is used. It worked on a fresh Beowulf test install.
If it has no negative effects I may actually start consider upgrading my ASCII systems to Beowulf.
I hadn't installed the amd64-microcode package. So that's done now.
Meanwhile, I had another crash, while avoiding playing video files. During several failed boots the kernel hung on a message complaining about ECC memory signatures not present (it's non-ECC DDR3). I've now taken out 3 RAM sticks so now running on 1x 8CB. Playing mkv video finished fine, am mp4 crashed after a while (ca 4 min in). I've also removed the nVidia GPU, so now on the R7 APU.
Stress looks interesting, I'll install it and see what it can do.
Upgrade to Beowulf is a no-go, as it doesn't do how I like doing things, particularly regarding su. Current kernel is 4.9.0-15 so well after the release of this hardware. I've tried getting Funtoo running on it, but ran into an issue with some Grub dependencies which failed compiling. I may have another go (it has a 5 series kernel).
Recently the desktop started freezing randomly after a CPU upgrade. Prior to that I was able to play 2 video streams concurrently (using different media players) but now playing even one video stream crashes the desktop, freezing it completely. Keyboard and mouse no longer respond, a hard reset is the only way to regain control. But after a few such events the OS borks itself and a fresh install is required (and time consuming, as well as getting old now ![]()
A short-ish mkv file played fine, a longer mp4 video crashed the system. There are no logs, due to the hard reset, so no trace options available.
Apart from the CPU, the rest of the system hasn't changed. The old CPU was an AMD A8-5600K, the new one is the A10-PRO-8750B, both APU's. I've tried the R7 GPU as well as the nVidia GT710 card, both are supported in the respective drivers. Made no difference, so currently the GT710 card is in use. Other key components are: 4x8GB DDR3-1333 RAM, Samsung EVO850 120GB SSD. mainboard: Gigabyte F2A88X-D3H.
For the moment, not playing video, the system seems stable, but I'd like to give this a thorough stress-test so if the new APU is faulty I can reclaim the expense from the seller. Is there a way to do that?
TIA!
Did you install the build-essential package? This creates a full build environment by pulling in all essential packages. (by itself it installs nothing, but uses the dependency resolution from apt to get what it needs installed)
Devuan doesn't use ppa's, it's an Ubuntu thing. Devuan is not based on Ubuntu (and never will be) so you'd need to add the repository to /etc/apt/sources.list manually.
Rsync for backing up data, not the OS.
Sudo is a typical Ubuntu-base prefix, on Debian and Devuan by default* you don't need sudo, just su and you have root permissions. Achieve the same on Ubuntu with
sudo suNow skip the sudo prefix from the above commands.
*this depends on whether or not you've set a root password during installation. If you have, sudo is installed, but disabled for your user. (installed because other programs need it anyway). Technically, if you set a root pw, your regular user is not added to the /etc/sudoers file.
Dutch_Master wrote:Does it include a patch package to undo the horrible change in su behaviour introduced in the 3.0 release?
What change is that?
Is su, more messed up then before?
Have a quick read, including the replies I got.
https://dev1galaxy.org/viewtopic.php?pid=21042#p21042
Does it include a patch package to undo the horrible change in su behaviour introduced in the 3.0 release?
Hmmmm..... Right, let's not go that way then.
OK, so, what next? I've never seen a live Proxmox install so I have no idea how that works. But I did find that it uses qemu and lxc for the virtualization, so at least in theory one could write a script to implement the functionality, if not the web-gui. Btw, as Proxmox is OSS, one could rewrite all the systemd-specific parts for other init systems, but as a non-coder, that's not gonna be me! Personally, I'd like a choice of underlying file systems, like BTRFS, JFS and XFS instead of "just" ZFS but I can imagine this to seriously complicate porting functionality now offered by ZFS over specifically JFS and XFS (BTRFS has a similar feature set to ZFS)
Time to ponder off and do some experimenting, I guess. Just don't hold your breath for it, it'll be a while (if ever!) ![]()
Proxmox is build on Debian, so in theory at least, Devuan should be a suitable replacement. Anyone tried that yet?
Proxmox has a page outlining how to install it on an existing Debian install (click!) so it shouldn't be too difficult.
Is there any reason it wouldn't work?
TIA!
I'll just re-iterate myself then:
"Freedom of speech" doesn't mean you can say absolutely anything, anywhere, anytime. Your "freedom of speech" ends where it encroaches on freedoms of others. Disagreeing is fine, as long as it remains respectful and civil. These principles of civilisation have been trampled by certain groups and individuals in the past and exactly that is now being addressed.
Take particular note of that first sentence, then contemplate on the 2nd. That's the core of civilisation in a nutshell.
"Freedom of speech" doesn't mean you can say absolutely anything, anywhere, anytime. Your "freedom of speech" ends where it encroaches on freedoms of others. Disagreeing is fine, as long as it remains respectful and civil. These principles of civilisation have been trampled by certain groups and individuals in the past and exactly that is now being addressed.
As this subject has the potential to explode I'd prefer to keep it at that. ![]()
Ah, then there's a different issue. Issue this command:
id <user>It gives you a list of groups your user is a member off. In that list the video group should appear. If not, you need to make your user a member of that group.
usermod -G dialout,cdrom,floppy,audio,video,plugdev,<user>Replace <user> with the correct username. Make sure there are no spaces in the list!
Try
su <user>Then hit enter. Only then do you provide the password!
If that doesn't work, do
id <user>This should provide you a list with the groups your user is a member of. Should that yield a negative result, you may need to delete the user from your system and start again. Report back when you get that far.
Go into the BIOS and disable the unused SATA ports.
That would make sense and is much preferable to a DDOS attack ![]()
Alas, I'm not on IRC so didn't see that. Hopefully the team will remember to post a warning on the forum too on the next instance.
Thx!
Recently I've been unable to connect to the forum on various occasions. It seems to fix itself over time, so perhaps it's a load issue (too many connections?) Page loading is also longer then normal, although that too is variable. Makes me suspect a DDOS attack?
FYI: other sites respond normally, loading times are also as expected from those, so I'm pretty sure it's not my ~100Mbit/s connection.
Find and install the mate-desktop meta-package in Synaptic. Mate and XFCE can happily co-exist, there's no conflict so no real reason to remove XFCE other then saving space on your virtual drive. If you still want to remove XFCE, there's an xfce-desktop package as well, see if that's installed then purge it and all of its dependencies. Synaptic is a smart tool (or rather, the underlying .deb packages) so it'll complain when you want to remove a package Mate relies on.
As correctly indicated, it differs between desktops and servers. My desktop gets shut down every night, but my file server runs 24/7. It had, at one time, an uptime of over 2 years (yes, really!) as I ran Debian oldstable at the time, 'cause that didn't have systemd in it
More recently, it had well over 100 days worth before rebooting it as it had mysteriously lost connectivity for a few days. Then last night I accidentally shut it down and rebooted only this morning. Normality has been restored. I think... ![]()
Recently I updated my Ascii system and it included some nVidia drivers as well. Most applications work as before, but this one doesn't:
$ gweled
Gtk-Message: Failed to load module "atk-bridge"
(gweled:8431): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Operation not supported
Segmentation faultI ran
dpkg --configure -abut that didn't throw up any mis- or unconfigured packages.
Any ideas?
Ok, thx! I should have known that ![]()
My file-server, running Ascii, has 32GB RAM and after syncing my home folder to the RAID, cached data remains visible in the RAM in the Webmin overview page. How do I get to flush this data from RAM? I know I can reboot, but there should be an alternative way. In Linux, there always is
(well, almost always
)
TIA!
Dutch_Master wrote:Devuan even has the rpm package, allowing you to use rpm packages on apt systems.
Probably better to use alien to convert the .rpm package to a .deb and install that instead.
Fair point. Fortunately I don't need it ![]()