The officially official Devuan Forum!

You are not logged in.

#551 Re: Off-topic » post your interesting bashrc commands » 2021-05-27 22:46:20

dice wrote:

How fast is your system?

Read 32GB zero’s and throw them away.

dd if=/dev/zero of=/dev/null bs=1M count=32768

How fast is fast? :-)

glenn@GamesBox ~ $ dd if=/dev/zero of=/dev/null bs=1M count=32768
32768+0 records in
32768+0 records out
34359738368 bytes (34 GB, 32 GiB) copied, 1.45917 s, 23.5 GB/s

#552 Re: Off-topic » Music » 2021-05-24 21:50:59

andyprough wrote:
dice wrote:

Never seen these guys before. The singer has a strong Jim Morrison vibe, doesn't he? Pretty cool stuff. Here's a yewtu.be link for those privacy buffs who don't want to go to youtube: https://yewtu.be/watch?v=Epr4wR-pecU

Tex Perkins, my ex wife was in love with him, we saw them play a few times...
The Cruel Sea... "The Honeymoon is Over",
Tex, Don & Charlie...
The Dark Horses.

Well worth the effort, genuine musician.

#554 Re: Installation » Two NICs » 2021-05-21 07:57:35

You could add the line to the file

/etc/sysctl.conf

echo net.ifnames=0 >> /etc/sysctl.conf

...will add the line to the end of the file.

You may need to reboot to activate the command.

#555 Re: Hardware & System Configuration » Questions on Setting Up Hardware/Software on a New Devuan System » 2021-05-13 00:24:04

Hi, Your quest may take a little more time than you think right now.

But, if you stick with it you just might get it happening.

If you want to play windows games and/or use programs from windows you will need windows,
But you may set it (win7) up to run in a Virtual Machine like VirtualBox (you'll still need a win cd and reg).

you might need more hdd space, or a different ratio of space partitioned on your harddrives.

Although I haven't done so for quite a few years, I used to run winxp games (DiD F22) on vBox very well and reliably (40 hrs of non-stop mission plus, paused while at tafe, etc) quake, counterstrike... .

Play on linux and wine may be useful but I haven't used them.

I hope this gives you some idea of the amount of learning required to get your old games to work on linux, but also give you some confidence that it has worked before and you may get it to work, but there's a lot of setup and understanding to cover first.

Debian installs/tutorials probably work better than others, just be careful where you get your software packages from.

As far as I know you will still need the win7 dvd and the reg number, just like setting up windows by it's self... maybe some one knows otherwise...

all the best, and keep coming back. :-)

regards Glenn

#556 Re: Off-topic » What are you reading/want to read ? » 2021-05-11 22:26:07

The Yoga-Sutra of Patanjali, Georg Feuerstein.

Just got it, still flicking through, "continuous translation" at the back.

#557 Re: Devuan » Devuan 4 Alpha Installer Iso's » 2021-05-11 05:51:26

I agree,

dice wrote:

Heads up.

Working fine for me, installed to bare metal no problems.

https://files.devuan.org/devuan_chimaera/installer-iso/

I have cinnamon setup on a spare 500Gb Hdd, just the defaults but out of the box operational with wifi.

Nice work.

#558 Re: Off-topic » ${THEY} continue crippling browsers... » 2021-05-04 08:43:25

I have webbrowser built and setup now. And none of the denial of "freezing/pausing" with palemoon. :-)

#559 Re: Installation » [SOLVED] How to change system to boot to text login instead of gui » 2021-05-04 08:12:06

Hi, I wonder if when you are at the non-login point, what happens if you "ctrl-alt-F(1 to 7)? Do you get a login prompt?

#561 Re: Hardware & System Configuration » Firewall on laptop with Chimaera » 2021-05-02 23:25:14

I'm using UFW/GUFW, but it was a bit of a bitch to get working on start.

Somehow the program and install directory permissions were owned by the user (me), and

the program need root to start.

I eventually fixed it, i think... while looking into the "su -" and path changes.

I'm always thankful for the suggestions on firewall apps, for researching next ...

#562 Re: Devuan » As Debian 11 moves closer to Devuan. Is there any reason to stay on De » 2021-04-30 22:27:46

golinux wrote:

Now I know why I don't hang out on reddit.  big_smile 

Trust is a fragile thing and not easy to repair. 

If you hang around here for a while maybe you will understand why Devuan is so special . . . or maybe not.  It's about more than code . . .

I'm with you on this, it's more than about code.

Personally, I find this is a helpful and friendly community, I have grown to respect the posters here.

You still get all kinds of users, and I appreciate them all.

Even if it's just for the community, I'll be hanging around.

I guess the best that will come from Debian coming around will be the packaging and dependencies may be smoother to transition to Devuan.

Devuan artwork is better too, less corporate looking, imho.

I'm grateful, thank you.

#563 Re: Hardware & System Configuration » THANK YOU, and I'M SORRY! » 2021-04-29 23:12:15

ComputerBob, speaking for myself, your most welcome. And I love this Devuan community for the same reasons.

I have never received a harsh reaction (haven't been hacked once) after an out-of-place comment, unlike some other distros I've used.

#564 Re: Desktop and Multimedia » Beowulf is broken » 2021-04-22 23:05:45

Dutch_Master wrote:

Well, after one too many freeze up I ditched Beowulf, tried to get Funtoo to work (but a core package for Mate failed to configure repeatedly and consequently build) then late last night I took my ASCII USB stick and booted from it. Installed ASCII, but sadly, the random freezes are still there. It might be related to Firefox, may need to look into that.

So, not a happy chappy here, to say the least >:-{  I may try Mint, but that means [shudder] systemd :puke:

have you tried a decent memtest?

#565 Re: Desktop and Multimedia » Beowulf is broken » 2021-04-21 04:13:33

My appologies, I posted a reply, but I was wrong, so I deleted it... just rubish.

I had intended to creat the file /etc/default/su with the content ALWAYS_SET_PATH yes, but all I did was paste in the file address instead of the command. :'-(

Sorry for the bumb steer.

#566 Re: Desktop and Multimedia » Beowulf is broken » 2021-04-20 22:29:23

Altoid wrote:

Hello:

fsmithred wrote:

... hate using 'su -'. Most of the time when I become root, I'm already in the directory where I want to do stuff, and I want to stay there.
I don't want to change to /root.

Ahh ...
And I thought I was the only one.  8^D

I'm trying hard to get use to su - and how it works.
Sometimes I fear that not being where I want to be (and in /root instead) will make/allow me to do something stupid.

fsmithred wrote:

... there's a way to restore the old behavior.

ALWAYS_SET_PATH yes

in /etc/default/su

But you still have to use su -, you just don't get sent to /root.
Right?

Best,

A.

ahh, no. I thought I was the only one! Funny, not funny.

I have nothing to add, except the ufw program complains when trying to start that user ID is 1000 when 0 is expected. Which I think may be a similar problem to the above, so I'm following this thread. Thank you.

#567 Re: Off-topic » [SOLVED] Building .deb package from git source » 2021-04-15 10:44:38

Whenever I get stuck like this I create the directories... and re-run the command.

use

locate debian/slstatus/usr/local/bin/slstatus

work your way back from there...

create directory...

mkdir debian/slstatus/usr/local/bin/slstatus

See if that helps. Sometimes it's a permission to write by the program.

see how you go.

#568 Re: Installation » Partitioning schemes separate var and usr and boot 4 unfussy root? » 2021-04-14 22:31:02

Thank you Geoff 42. I'll try that for a while and see if my system needs it.

p.s.  The file is at /etc/default/tmpfs

#569 Re: Installation » Partitioning schemes separate var and usr and boot 4 unfussy root? » 2021-04-14 08:50:51

Head_on_a_Stick wrote:

^ Shouldn't /tmp be mounted in RAM?

$ findmnt /tmp                                                            
TARGET SOURCE FSTYPE OPTIONS
/tmp   tmpfs  tmpfs  rw,nosuid,nodev,size=8048848k,nr_inodes=409600,inode64
$

I know systemd does that by default, not sure about sysvinit.

That is probably a leftover from mandriva or mageia, systemd.

How can I test if it's being used or not, and , like frequency and size? Do you know?

I can't remember why I did that...

edit... it was probably part of setting up a proxied firewalled self server written by Ashton Mills, using Mandrake, but I got there a bit late and had to use Mandriva.

#571 Re: Installation » Partitioning schemes separate var and usr and boot 4 unfussy root? » 2021-04-13 23:43:34

I get a little bit carried away, gradually...

Separate GPT partitions for

bios grub (1Mb)
/
swap
/tmp
/usr
/var
/usr/src
/home

Then I have all the archive partitionss attached to /home/.../local/

And 2 other linux distro hdd's (both beowulf atm).

List, list so nothings missed.

#572 Re: Desktop and Multimedia » hydrogen problems (beowulf / chimaera) » 2021-04-12 22:37:45

Although I've never seen that error, I wonder if these are installed
I haven't run this program for some time... so I've left in the versions in the list.

libportaudio2_19.6.0-1_amd64.deb libportsmf0_0.1~svn20101010-5_amd64.deb 
libportmidi0_217-6_amd64.deb hydrogen-data_0.9.7-6_all.deb 
hydrogen-doc_0.9.7-6_all.deb 
hydrogen-drumkits-effects_2017.09.19~dfsg-1_all.deb 
hydrogen-drumkits_2017.09.19~dfsg-1_all.deb 
hydrogen_0.9.7-6_amd64.deb

I usually install fluid synth and timidity and use sound fonts too.

hope this helps.

#573 Re: Installation » [SOLVED] Updatedb and locate in non-system drives » 2021-04-08 23:08:33

oh, i use mlocate.

thank you for making me aware there is more to locate, i had used(?) installed slocate on another distro (Mandriva) long ago.

mlocate (locate command) finds things on my other harddrives as well.

mount | grep /home/
/dev/sde2 on /home/glenn/local/archive type ext4 (rw,relatime)
/dev/sdb3 on /home/glenn/local/data type ext4 (rw,relatime)
/dev/sdb6 on /home/glenn/local/free type ext4 (rw,relatime)
/dev/sdd1 on /home/glenn/local/media type ext4 (rw,relatime)
/dev/sde1 on /home/glenn/local/mt-93gb type ext4 (rw,relatime)
/dev/sdb2 on /home/glenn/local/other type ext4 (rw,relatime)
/dev/sdb4 on /home/glenn/local/spare type ext4 (rw,relatime)
/dev/sde5 on /home/glenn/local/stuff type ext4 (rw,relatime)
/dev/sde4 on /home/glenn/local/videos type ext4 (rw,relatime)

there is a movie with "TedBundy" in the name...

locate TedBundy
/home/glenn/local/data/Videos/Extremely.Wicked,.Shockingly.Evil,.And.Vile.TedBundy.mp4

thanks for the headsup!

#574 Re: Installation » [SOLVED] Updatedb and locate in non-system drives » 2021-04-06 23:27:53

I use it everywhere.

Especially /home/glenn/local/... 7 partitions in there

But mostly from root (su) konsole.

oh, it does work for user too.

locate konsole | grep .deb | grep /local/archive/
/home/glenn/local/archive/src/apt/debs/amd64/konsolekalendar_4%3a18.08.3-1_amd64.deb
/home/glenn/local/archive/src/apt/debs/i386/pool/DEBIAN/main/k/konsole
/home/glenn/local/archive/src/apt/debs/i386/pool/DEBIAN/main/k/konsole/konsole-kpart_18.04.0-1_i386.deb
/home/glenn/local/archive/src/apt/debs/i386/pool/DEBIAN/main/k/konsole/konsole_18.04.0-1_i386.deb
/home/glenn/local/archive/src/apt/debs/pool/DEBIAN/main/k/konsole
/home/glenn/local/archive/src/apt/debs/pool/DEBIAN/main/k/konsole/konsole-kpart_18.04.0-1_amd64.deb
/home/glenn/local/archive/src/apt/debs/pool/DEBIAN/main/k/konsole/konsole_18.04.0-1_amd64.deb
/home/glenn/local/archive/src/apt/debs-ascii2.1/amd64/konsole-kpart_4%3a18.04.0-1_amd64.deb
/home/glenn/local/archive/src/apt/debs-ascii2.1/amd64/konsolekalendar_4%3a16.04.3-4~deb9u1_amd64.deb
/home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/k/konsole
/home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/k/konsole/konsole-kpart_16.12.0-4_amd64.deb
/home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/k/konsole/konsole_16.12.0-4_amd64.deb
glenn@GamesBox ~ $ 

I generally use it as root when installing softwares...

Does it depend on the baloo and kde5-plasma search settings in "system settings"/Search/file search?

actually, my settings search all except /usr and /var... and one backup partition in ~/local/free

#575 Re: Hardware & System Configuration » [SOLVED] finding package for correct version of linux source » 2021-04-04 07:54:32

you may find the headers linux-headers-4.19.0-9-amd64 and "common" (and other versions) off the Beowulf 3.1 dvd here

.../pool/DEBIAN/main/l/linux/linux-headers-4.19.0-9-amd64_4.19.118-2_amd64.deb
.../pool/DEBIAN/main/l/linux/linux-headers-4.19.0-9-common_4.19.118-2_all.deb

updated versions here,
.../pool/DEBIAN/main/l/linux-latest/linux-headers-amd64_4.19+105+deb10u9_amd64.deb (but not the "common"...)

linux-images in here (.deb and .udeb)
.../pool/DEBIAN/main/l/linux-signed-amd64/

hope this helps you for next time. All the best

Board footer

Forum Software