You are not logged in.
YEA!!! Congratulations and thank you!!!
https://devuan.org/os/debian-fork/stabl … nce-052517
Last edited by MiyoLinux (2017-05-25 18:49:10)
I have been Devuanated, and my practice in the art of Devuanism shall continue until my Devuanization is complete. Until then, I will strive to continue in my understanding of Devuanchology, Devuanprocity, and Devuanivity.
Veni, vidi, vici vdevuaned. I came, I saw, I Devuaned.
Offline
Three Words:
Keep Seeding Devuan!
lazlo
Offline
Well done VUA's one and all!!! And THANK YOU!
https://sourceforge.net/projects/vuu-do/
Vuu-do GNU/Linux, minimal Devuan-based openbox systems to build on, maximal versions if you prefer your linux fully-loaded.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Offline
This is a great news. Long life at Devuan
Last edited by pekman (2017-05-25 22:21:46)
Offline
Like Neil said "That’s one small step for man…"
So go on!!!
Congratulations!
Offline
Congrats
Offline
Much anticipated release of Devuan 1.0, know everyone using Devuan is quite thrilled as I am!
Have kept a Devuan alpha install, update and occasionally changing /etc/apt files and sources.list but upgraded to the final release without an issue. Smooth sailing from the beginning, very nice indeed!
Thanks to all involved for their determination to make this Devuan systemd-free distribution a reality. Devuan is totally awesome!
Cheers
zephyr
CROWZ
easier to light a candle, yet curse the dark instead / experience life, or simply ...merely exist / ride the serpent / molon labe / III%ers / oath keepers
Offline
CROWZ
easier to light a candle, yet curse the dark instead / experience life, or simply ...merely exist / ride the serpent / molon labe / III%ers / oath keepers
Offline
How long is LTS? 5 years from now, or until Debian Stretch comes out?
Offline
From another thread:
Like Debian until 2020 and possibly beyond
lazlo
Offline
Wow. MAJOR SECURITY FLAW where for at least one boot choice anyone can just Ctrl-Alt-Fn to another terminal session .... that is already logged in. Yep. Choice of each/any of all six of 'em, all conveniently pre-logged in.
Offline
Wow. MAJOR SECURITY FLAW where for at least one boot choice anyone can just Ctrl-Alt-Fn to another terminal session .... that is already logged in. Yep. Choice of each/any of all six of 'em, all conveniently pre-logged in.
You must be looking at one of the live isos. Autologin to desktop and console has been a standard debian-live feature for as long as I've been using it. (since Lenny). I think the reasoning behind it is that if you are running a live session, then you are probably sitting at the computer and will shut down the session and take your live media with you when you are finished. Autologin gets disabled for the installed system unless you change the defaults in the installer.
Note that on a regular installation, if you ctrl-alt-Fn to console and login and don't log out, that login will still be accessible even if you go back to desktop and lock the screen. This is not new and not unique to devuan. I first discovered it on debian.
Offline
From another thread:
golinux wrote:Like Debian until 2020 and possibly beyond
lazlo
Jessie would move to Stretch, so in a way, Devuan Jessie should move to Ascii. Otherwise, we'd be sort of left behind, don't you think so?
Offline
Excellent news!
Congratulations and thank you!
Offline
rufwoof wrote:Wow. MAJOR SECURITY FLAW where for at least one boot choice anyone can just Ctrl-Alt-Fn to another terminal session .... that is already logged in. Yep. Choice of each/any of all six of 'em, all conveniently pre-logged in.
You must be looking at one of the live isos. Autologin to desktop and console has been a standard debian-live feature for as long as I've been using it. (since Lenny). I think the reasoning behind it is that if you are running a live session, then you are probably sitting at the computer and will shut down the session and take your live media with you when you are finished. Autologin gets disabled for the installed system unless you change the defaults in the installer.
Note that on a regular installation, if you ctrl-alt-Fn to console and login and don't log out, that login will still be accessible even if you go back to desktop and lock the screen. This is not new and not unique to devuan. I first discovered it on debian.
The Debian Jessie I run the same way (HDD installed live-boot) presents a login prompt upon Ctrl-Alt-Fn.
I prefer booting using filesystem.squashfs as that's read only and compressed, so faster (changes are also written to ram rather than disk so runs quicker on that front also). When updates are apparent I extract the sfs and boot as though a full install, apply the updates and reform a new/modified sfs. i.e. between such updates it boots the exact same every time (read only, but I have /home set as persistent (stored on another partition) so that diary, user config, browser ...etc changes are preserved across sessions).
... Just tried a fresh install of Debian standard (command line only), stripped that down to required only packages, installed live-boot (was already from a live-boot iso but that got stripped out as part of my purge script), jwm, pcmanfm, wicd as the DE and booting that 200MB filesystem.squashfs has ctrl-alt-fn present login prompts at all consoles.
Offline
Article on Jessie's stable release on Neowin:
Offline
@rufwoof:
You're right that there's no console autologin in debian-live jessie. That's a new thing for jessie, and I don't know if it was intended that way or a consequence of deprecating live-build. Lack of autologin doesn't add much in the way of security, since the login and password are public knowledge.
The console autologin is enabled in /lib/live/config/0160-sysvinit.
sed -i -e "s|^\([^:]*:[^:]*:[^:]*\):.*getty.*\<\(ttyS\?[0-9]*\).*$|\1:/bin/login -f ${LIVE_USERNAME} </dev/\2 >/dev/\2 2>\&1|" /etc/initta
Since you're modifying the images, you can do it however you need. You could remove live-config or modify the script or create a hook script to disable the sed line.
Offline
Congratulations!
I've used systemd-based distros since switching to GNU/Linux (Arch Linux and Debian 8). Before Devuan, I was only able to write an init service file after hours of research and many head-against-wall impacts.
Being a big fan of the UNIX philosophy and KISS principle, I ditched the other distros and switched to Devuan since it's been in beta. Not only have I never had any issues, Devuan Jessie actually boots faster on my machine than Debian Jessie (I love the irony in that).
Because my init system is no longer an alien, yesterday I wrote my first SysVinit service file after only a few minutes of research. I find SysVinit to be quite elegant and transparent, and am very happy that shell scripting skills do not suddenly become irrelevant when I venture into the bowels of my system.
I'm really enjoying the combination of a) the greater control SysVinit allows me to exert over my machine and b) the power and convenience of Debian's package management tools and vast repository. Thank you, Devuan.
Last edited by GNUser (2017-05-27 13:53:04)
Offline
Congrats & thanks to all the team.
Offline
@rufwoof:
You're right that there's no console autologin in debian-live jessie. That's a new thing for jessie, and I don't know if it was intended that way or a consequence of deprecating live-build. Lack of autologin doesn't add much in the way of security, since the login and password are public knowledge.The console autologin is enabled in /lib/live/config/0160-sysvinit.
sed -i -e "s|^\([^:]*:[^:]*:[^:]*\):.*getty.*\<\(ttyS\?[0-9]*\).*$|\1:/bin/login -f ${LIVE_USERNAME} </dev/\2 >/dev/\2 2>\&1|" /etc/initta
Since you're modifying the images, you can do it however you need. You could remove live-config or modify the script or create a hook script to disable the sed line.
Thanks for that pointer fsmithred. As I'm using a HDD installed live session (and different userids/passwords than the defaults) that is useful info. Thanks again.
Offline
~Cheers!
and many congrats!
"~/Quotes/Inspirational/challengestatusquo.txt" - Me 2017
Offline
Congrats to the entire team!
I just did a net install of 1.0 Stable amd64 today on my brother's computer replacing Xubuntu 12.04 (wow!) i386. Install was,as expected, smooth as silk (I've done plenty of Debian installations over the years). Perhaps for ASCII the installer can sport the purpy theme.
Good work all around.
Offline
*edit* testing
Last edited by greenjeans (2017-06-02 22:16:23)
https://sourceforge.net/projects/vuu-do/
Vuu-do GNU/Linux, minimal Devuan-based openbox systems to build on, maximal versions if you prefer your linux fully-loaded.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Offline