IMHO that's a lot of money for a G5, considering a Mac Pro 1,1 can be had for much less.
This is uhh... completely off-topic, but I don't ever see a sleep light on my iBook. It doesn't have a battery and only runs OS 9 and is the first revision of the new case design. Am I supposed to be seeing one? xDView attachment 760948
Booting from the Full Alpha6 ppc CD on my iBook G3 500. So far so good.
Something very cool, which I haven't seen before - the sleep light is programmed to flash on drive activity.
You may have `net.eth0` or similar. This is the netifrc service, which conflicts with NetworkManager and should be uninstalled (`apk del netifrc`). Note that the `net.eth0` (or eth1 or ..) services should be removed from RC (i.e. `rc-update del net.eth0 default`) and the files removed (i.e. `rm /etc/init.d/net.eth0`) manually before removing the package.Is this distro still in development? Has anyone here tested the latest version, Adelie Linux 1.0-RC2...?
I succeeded to install the 32-bit PPC version on my machine, after numerous problems and hours of work... I can now boot automatically to the sddm screen, and login using KDE Plasma desktop. Xfce and Mate do not work, I get only a black screen with a pointer when I try (I have a Radeon HD 6450 graphics board). Startex does not work either. Has anyone else got these working?
My network card I got working by installing NetworkManager. Dhcpcd did not find it... But now I cannot figure how I could disable dhcpcd, so that it would not try to open during boot process eth0, as this unsuccesful trial slows down booting. Any idea how to disable it? I already checked with rc-update that dhcpcd is not set as 'default'.
Firefox 68-esr does not start, it just gives a 'segmention fault'. Does that mean the program is 'broken'?
Vlc does not open, either. It gives the 'illegal hardware instruction' error. AFAIK, this is a typical error of vlc, compiled with wrong parameters... That is, altivec dependency, which should NOT be present in any componets of 32-bit distros, as they are used in G3/e5500 machines!
Usually any "automount" on most distros require some deamon/service enabled/running. I didn't test Adélie in any of my machines, but when the time come, why not?I have Adelie 6 running on a cheese grater G5. I’ve just started exploring the OS and haven’t been able to get it to mount a cd or a USB. I haven't tried to use terminal or CLI. Any suggestions?
sudo mount -t ntfs-3g -o nofail,uid=1000,gid=1000,umask=007 /dev/YourDevice ~/mnt/DestinyFolder
Thanks for the reply!Usually any "automount" on most distros require some deamon/service enabled/running. I didn't test Adélie in any of my machines, but when the time come, why not?
So learn how to use CLI commands it's useful because it enables you to use any *NIX systems (including some OSX commands).
I automount my NFS share on OSX automatically to avoid always locating in the network and connecting, the same apply to Linux.
My tip it's to create a directory in your home folder called mnt and from there you can create other directories for different purposes if you have different needs or in the scenario that you need to mount many things at once.
Also it's good to know the arguments for different file systems that you are trying to mount (some has, some don't, then look the manuals if needed) so my personal example to mount an USB NTFS volume to a mount point.
Code:sudo mount -t ntfs-3g -o nofail,uid=1000,gid=1000,umask=007 /dev/YourDevice ~/mnt/DestinyFolder
Here are a good reading to this topic
Like I said, probably to proper automount some deamon/service must be enabled/working and that's not fault of Adélie, because for each Desktop Environment/File Manager you need different approaches.But Adelie has totally ignored USB, DVD, CDs on my G5.
The "classic" Mac OS has the distinction of not having a command line interface at all "because it doesn't need one", so there's no Terminal app to access it.I haven’t spent enough time in OS922 to see if terminal is even a thing but that would be super cool!. I know there isn’t a terminal app in the standard OS922 but maybe there is software. I just haven’t looked yet.
Are you logged in asI will tell you right now that sudo mount, su mount, sudo mnt, su mnt, have already been tried with the response being command not found.
root
? If the command prompt is a #
sign, you are. In this case, try just mount
without anything before it.mnt
is not a valid command. sudo
must be installed and set up before it'll work. It may not be installed on Adélie.That's why I gave the command that I personally use to mount as an example with all the arguments, and the reading material that explains much more that I could. So let's give time to him.... He can learn as we learn.Are you logged in asroot
? If the command prompt is a#
sign, you are. In this case, try justmount
without anything before it.
mnt
is not a valid command.sudo
must be installed and set up before it'll work. It may not be installed on Adélie.
My post was in no way meant to "supersede" yours!That's why I gave the command that I personally use to mount as an example with all the arguments, and the reading material that explains much more that I could. So let's give time to him.... He can learn as we learn.
I'm no one to supersede anything from anyone...That's why I like forums, to have a minimum sense of learning and communityMy post was in no way meant to "supersede" yours!![]()
Yes you are almost right. It's not Adéile terminal, it's KDE default terminal because you must have installed KDE flavor I guessThe command line in Konsole (the Adelie Terminal program)
I didn't know that KDE shipped with zsh by default, and some of this non standards shells may have some quirkiness on it's own. So I usually suggest that you use default shells until you learn more to be comfortable switching. Change your shell and test the commands. (sh and bash are usually standards)commands are met with zsh: command not found
It can be used, but if you wanna have mounted in the fstab you need the UUID that you can get with the command"ls /dev/sd*"
sudo blkid
Yes indeed.I may need to actual create a mount point for the device
apk is the package manager. so it'sAll good stuff. I went and read up on changing the shell and zsh was the only shell loaded. Following the instructions from the link you sent me I tried to use apt install to get sh and bash, a new problem arose when apt install wasn’t recognized as a valid way to install (apparently) anything. I will research zsh to see if I can find command line instructions it recognizes. I will also dive into KDE to see if it can provide information like “why is zsh the only shell loaded in Adelie?” I have learned that sudo is not recognized but su is.
Thanks,
Mav
apk [update,search,del,add,info,fix]
. sh and bash are symlinked to busybox's sh implementation. sudo is not installed by default, so you must apk add sudo
then add your user to the sudoers file.I currently have it loaded on a ppc64 G5. It only launches from openfirmware. It resides on it’s own 250GB hard drive. It currently doesn’t auto mount removable media. I’m trying to get that working. It also only wants to drive one DVI monitor. It doesn’t see the Apple studio display. I’ve used the preloaded Firefox and it’s pretty nice. I also would like to get the Airport card to work too. My biggest struggle has been the shell. It currently only has zsh loaded.Has anyone tried this? Made specifically for PPC, however, I tried it on my 17" DLSD and G5 iMac and it borked on boot - made my DLSD hard crash - inoperable until a few PRAM resets :/
https://adelielinux.org/info.html
I currently have it loaded on a ppc64 G5. It only launches from openfirmware. It resides on it’s own 250GB hard drive. It currently doesn’t auto mount removable media. I’m trying to get that working. It also only wants to drive one DVI monitor. It doesn’t see the Apple studio display. I’ve used the preloaded Firefox and it’s pretty nice. I also would like to get the Airport card to work too. My biggest struggle has been the shell. It currently only has zsh loaded.
It is pretty snappy but it’s very different than the Lubuntu, Ubuntu OSs I have loaded on my MDD and Quicksilver G4s.
MacMaverick855
su
apk add bash bash-completion nano
nano /etc/shells
/bin/bash
chsh
/bin/bash
enter
exit
chsh
/bin/bash
enter
Any word on RC 3?
2022 State of the Adélie Linux Distribution - The Adélie Chronicle
AUSTIN (May 24, 2022) — The Adélie Linux distribution is preparing to publish its third release candidate, RC3. This long-awaited milestone is a major turning point in the project’s trajectory. Adélie is on track to target supercomputers after the 1.0 general release. We’ve reached several...blog.adelielinux.org
Yes, i have that issue as well, you can edit the PS1 for a user with a .bashrc in a user's home folder (/root for root). You can still enter commands, it's just a mangled PS1 prompt, you can ignore it.I don't recall establishing a root user. I tried su, entered my account password got authentication failure, tried su username, entered the account password, authentication failure, tried su root, root password and the terminal went stupid with a line containing:
%n on %BB%F{white}%m%f%b %B%F={green}%#%f%b
Hitting return or enter just echos the above. The root password may not be correct but I swore I wrote it down properly.
Default password for root on the install media isThat said, apk is met with unknown command. If I have the root password wrong, or (since I can't remember setting up a root user) there is a "canned" password, I don't have it documented anywhere.
Going to research if Adelie root account came with a password, otherwise I'm screwed. I'm searching through the file structure trying to see if I can find any files with possible answers.
Thanks for your help, I'll be back to reference these responses once I figure out how to enter as root.
MM855
live
, not sure if you're talking about post install. If apk is not in your $PATH then you must type /sbin/apk
in order to use it. The root user has /sbin declare in $PATH by default so you can just type apk
as root.This is a post install issue. I tried “live” as a possible password and had it fail to authorize. This is what prompted me to think I had created (a new) one. So all I have to do is enter /sbin/apk and it will work as if I’m root? That would help immensely! Although I would sure like to use root if I could figure out the correct password.There is work being done right now to build packages for x86 and ppc. armv7l is still wip. They are close to releasing nighties very soon™. You can install using the wip repos using rc2 media. I have a G5 up and running this way. Let me know if you want me to tell ya.
Yes, i have that issue as well, you can edit the PS1 for a user with a .bashrc in a user's home folder (/root for root). You can still enter commands, it's just a mangled PS1 prompt, you can ignore it.
Using su, you can just type su, and enter password for the root user to log into a root shell. A root user is set up as the default user, you cannot have a distro without one.
Default password for root on the install media islive
, not sure if you're talking about post install. If apk is not in your $PATH then you must type/sbin/apk
in order to use it. The root user has /sbin declare in $PATH by default so you can just typeapk
as root.
---
I would love for the first post to became a wikipost so we can start advertising/documenting Adelie. Or I can just create a new one. The devs have shown interest in a need for the community to spread the word about Adelie so this is a good place to start imo.
This is a post install issue. I tried “live” as a possible password and had it fail to authorize. This is what prompted me to think I had created (a new) one. So all I have to do is enter /sbin/apk and it will work as if I’m root? That would help immensely! Although I would sure like to use root if I could figure out the correct password.
apk
as root, either through su
, sudo
, or logged into the root user.Finally, are you saying I was at the root level when the Konsole (KDE Terminal) returned that line of symbols, letters and colors? I didn’t even think of trying a command mostly because I was never presented with a # to indicate I was at the root level.
whoami
.