![]() |
|
Other BSD and UNIX/UNIX-like Any other flavour of BSD or UNIX that does not have a section of its own. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
I am thinking about switching from mint to a bsd distro. I hear that BSD unlike linux distros do not go out of date. The distro (or the bsd equivalent) i have been looking at is MidnightBSD because it can have enlightenment installed out of the box. This hasnt had a new release since 2008 though.
Is midnightBSD still up to date or is there a better bsd with enlightenment? |
|
|||
![]() Quote:
...but you seem like a smart guy. Take the time to study the documentation associated to the main three variations of *BSD:...and decide for yourself which member of the *BSD family best meets your needs. None have Enlightenment configured as part of their base systems, but smart people take the time to read & understand about the package systems available in each of the *BSD's as each contains Enlightenment. Once you have the base system installed, you can have Enlightenment installed within five minutes assuming you have a reasonable Internet connection, but studying the documentation first is necessary. So be a really smart guy. Study the documentation. Make an informed decision. You will get more out of your system by making the effort. |
|
|||
![]()
You can use enlightenment on any BSD distribution.
It is present in every distro.But i don`t know how much experience you have on BSDs. The most easiest and best for beginer is OpenBSD and NetBSD. I will recomend OpenBSD if you are a starter.I am recommending due to its packages collection which is easy to find and stable. The most Flexible is NetBSD.You can alter this according to your needs but you must have some expert level. If you want to Use BSD on "as it is" basis then Use FreeBSD 8 version and install all of your required packages online.Once ready i hope you will not need to change something. And if you are a Nix Expert then use DragonFlyBSD. ![]() |
|
|||
![]() Quote:
![]() |
|
||||
![]()
"Difficult" is not an absolute concept. It depends both on personal preference & experience as well as what exactly you are trying to accomplish.
If you want to use flash 10 with OpenBSD then I guess this could be labeled as "difficult". If you want to get your wireless working, then I would say this is very "easy" on OpenBSD. |
|
|||
![]()
I would try using Fluxbox on a BSD and see how you like it compared to Englightenment. I find the minimalism a great turn on because all this extra functionality is distracting that's why I use OpenBSD with Fluxbox.
|
|
|||
![]()
The "mport" package manager is fatally broken. Its "autoremove" command removes too many packages, but that's nothing compared to the unrecoverable error "mport" finally gave me on any attempt to do anything with it:
Code:
Invalid master database version ![]() |
|
|||
![]()
I would also suggest either OpenBSD or NetBSD.....
![]()
__________________
Linux since 1999, & also a BSD user. ![]() |
|
|||
![]()
Thanks for the suggestions, but I do have these operating systems installed. The topic here is MidnightBSD. I tried to install it again, this time taking care not to "autoremove" anything. And it worked! But there are some nasty problems. I'll repeat the "autoremove" issue here too:
Last edited by lucho; 2 Weeks Ago at 04:38 PM. Reason: Fixed the second issue (how? see a message below) |
|
||||
![]() Quote:
This site is very low traffic as it is and the last time someone posted a question about MidnightBSD was in this thread 15 years ago. |
|
|||
![]()
There are many BSD operating systems. While attending their respective forums is a good idea, the strength of this forum is that it gets them (and us) together.
Hmm, the kernel must have been "scared" by my last post here, because the browser files were not damaged today ![]() Quote:
P.S.: Quote:
That was because I had renamed the devices in "/etc/fstab" to their UUID names in fear that as the drive is removable, it won't stay "/dev/da0" if I add other removable drives but may become "/dev/da1" or "/dev/da2". When I renamed them back, the problem vanished! I also noticed that unlike "mport", "ravenport" (which also gets installed) does contain a rather new Firefox. So I decided to not use "mport" but install all packages via "ravenport". P.S.: Unfortunately, the inability to dismount filesystems on shutdown/reboot has resumed, which caused irreversible damage to the UFS filesystem. Had to reinstall again, this time on a ZFS, which should survive the lack of proper dismounting. And alas, when I tried a ZFS install on the same microSD card + USB 2.0 reader, the kernel couldn't be loaded. It became obvious that I had to install it on a HDD or better, an SSD. Since I had no free SATA sockets and no NVMe socket on the main board, I had to buy a PCIe-to-NVMe converter card and a NVMe SSD. When I then did my fourth installation attempt on it, it turned out that the ZFS doesn't take much memory and gets really properly unmounted this time. (As the BIOS doesn't support NVMe, I had to boot via "Clover".) But the post-installer which offered installation of a GUI failed with "Segmentation fault" and I had to install a GUI myself. XDM couldn't find "chown". It turned out that it's in "/usr/sbin" where it really belongs, not in "/usr/bin" as in Linux, and that's the reason. When I created a "/usr/bin/chown -> "/usr/sbin/chown" symlink, XDM was able to start my ".xsession" at last. Initially, it was executing "start-lumina-desktop", but the latter was failing without an error message in ".xsession-errors". Finally I got it to work using this ".xsession" file: Code:
exec env PATH="/raven/bin:$PATH" dbus-run-session start-lumina-desktop Last edited by lucho; 3 Days Ago at 01:21 PM. Reason: Finally got a working MidnightBSD! |
|
|||
![]()
After using MidnightBSD on the NVMe SSD and ZFS (see the above P.S.) for a few days, a couple of issues:
A clue to the reason for the second issue could be the following record in "/var/log/messages": Quote:
Also, I built "xautolock-2.2": Code:
cc -O2 -D__GLIBC__ -Iinclude -I/raven/include -o xautolock -L/raven/lib -lX11 src/*.c Code:
[Desktop Entry] Name=Xset command Type=Application Exec=/bin/sh -c "xset r rate 250 30 dpms 0 0 605 && xautolock -noclose" X-KDE-AutostartScript=true X-GNOME-Autostart-enabled=true P.S.: I suspected XDM, but it turned out that I was wrong! When I disabled XDM in "/etc/ttys", prepared the following "/usr/local/bin/MK_COOKIE": Code:
#!/bin/sh dd if=/dev/random bs=16 count=1 2>/dev/null | od -x -An | tr -d ' ' Quote:
Quote:
P.P.S.: When I replaced "start-lumina-desktop" with "lumina-desktop" in the above ".xsession", it started without the Fluxbox windows manager, and in this case Firefox in the foreground doesn't kill anything! So, the "victim" is Fluxbox, not Lumina. Last edited by lucho; 2 Days Ago at 05:48 AM. Reason: Solved the second problem (see below) |
|
|||
![]() Quote:
P.S.: Having said that, I must add that had put the user space of Loongnix on my LS2K500 LoongArch64-based nanocomputer on a microSD card, connected via a USB-2.0 card reader. And the "ext4" filesystem (without a journal) works there without problems even after power outages. Last edited by lucho; 2 Days Ago at 10:05 AM. Reason: Added info on the LS2K500 using a USB-2.0 card reader + microSD card |
|
|||
![]()
With redirected standard output and standard error to a log file, after 10 minutes of waiting in the foreground and just before killing Fluxbox, which in turn killed Lumina and the session, Firefox "said":
Quote:
P.S.: Alas, after installing Openbox and replacing Fluxbox with it from Lumina General Options, there is no change! So, I switched back to Fluxbox. P.P.S.: What's common between nothing in the foreground and Firefox in the foreground? The lack of a foreground title bar! (Because Firefox hides it by default.) So, right-clicking the toolbar, selecting "Customize", and enabling "Title Bar" at the bottom (see screenshots) restored the title bar... and it turned out that this solves the problem with closing the X session after 10 minutes of Firefox inactivity at last!!! ![]() Last edited by lucho; 2 Days Ago at 05:31 AM. Reason: Solved the second problem by re-enabling the Firefox title bar! |
![]() |
Thread Tools | |
Display Modes | |
|
|