What's your uname?

Linux and BBQ related polls
User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: What's your uname?

Unread post by GekkoP » Sat Jun 09, 2018 12:39 pm

Code: Select all

Linux server 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
And it's alive. Everything's fine, Ansible is doing the dirty work so I can have a cup of tea now.

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: What's your uname?

Unread post by GekkoP » Sat Jun 09, 2018 3:45 pm

^ And after some Ansible, here we go:

server.png

All that RAM usage is courtesy of the JVM for boodle.

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: What's your uname?

Unread post by pidsley » Wed Jun 27, 2018 8:14 pm

Messing with Alpine again. Such a nice compact system.

Code: Select all

pidsley@lennart

OS: Alpine Linux v3.8
Uptime: 0d 0h 1m
Shell: /bin/bash
Disk: 569.0M / 5.8G
Mem: 63M / 985M
Kernel: Linux 4.14.52-0-vanilla x86_64
CPU: Intel(R) Atom(TM) CPU  230   @ 1.60GHz

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Thu Jul 05, 2018 1:13 pm

Thought I would check out RC2 no problems so back to current.

Code: Select all

$ uname -v
NetBSD 8.0_RC2 (GENERIC) #0: Mon Jun 25 13:01:26 UTC 2018
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: What's your uname?

Unread post by pidsley » Sat Jul 28, 2018 1:17 am

Got Alpine (with wireless) working on the rpi. Might use it as a music streaming box.

Code: Select all

pidsley@tinycat

OS: Alpine Linux v3.8
Uptime: 0d 0h 5m
Shell: /bin/bash
Init: busybox+openrc
Disk: 154.3M / 6.7G
Mem: 18M / 434M
Kernel: Linux 4.14.52-0-rpi armv6l
CPU: ARMv6-compatible processor rev 7 (v6l)

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Mon Jul 30, 2018 5:46 pm

^ ARMv6 what board is that ? newer rpi? lean and mean.

Code: Select all

uname -a
NetBSD sausage 8.99.22 NetBSD 8.99.22 (GENERIC) #0: Mon Jul 30 09:08:41 UTC 2018
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC amd64
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: What's your uname?

Unread post by pidsley » Mon Jul 30, 2018 7:09 pm

ChefIronBelly wrote:
Mon Jul 30, 2018 5:46 pm
^ ARMv6 what board is that ? newer rpi? lean and mean.
It's an older Model B (still has the composite video out, along with HDMI). I have used Arch, Buildroot, and Raspbian (with LXDE) on it before, but I really like how Alpine runs on it. It was a bit of a challenge getting Alpine installed as a full-disk system, and wireless was a pain (mostly because I know next to nothing about wireless) but I learned a few things along the way so it was worth it.

It's a "revision 000e" so according to this table it was made by Sony in 2012. I think I bought it in 2013.

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Thu Aug 02, 2018 6:59 pm

I think mine is a B or + also 512mb. Its running NetBSD current also I will do a grab here sooner or later.

update from daily.

Code: Select all

$ uname -a
NetBSD sausage 8.99.23 NetBSD 8.99.23 (GENERIC) #0: Thu Aug  2 04:28:56 UTC 2018
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC amd64
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

User avatar
wuxmedia
Grasshopper
Posts: 6445
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: What's your uname?

Unread post by wuxmedia » Thu Aug 02, 2018 8:44 pm

ayy why not:

Code: Select all

root@raspberrypi:~# uname -a
Linux raspberrypi 4.14.34-v7+ #1110 SMP Mon Apr 16 15:18:51 BST 2018 armv7l GNU/Linux
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Thu Aug 02, 2018 10:45 pm

Code: Select all

rpi$ uname -a
NetBSD rpi 8.99.22 NetBSD 8.99.22 (RPI) #0: Sat Jul 28 14:13:13 UTC 2018
[email protected]:/usr/src/sys/arch/evbarm/compile/RPI evbarm

Code: Select all

rpi$ top -n 1 | head -n 5 | tail -n 2
Memory: 28M Act, 12M Wired, 9416K Exec, 15M File, 386M Free
Swap: 128M Total, 128M Free

Code: Select all

rpi$ sysctl -n hw.model
ARM1176JZ-S r0p7 (ARM11J V6ZK core)
time to lean it up.
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: What's your uname?

Unread post by pidsley » Fri Aug 03, 2018 1:18 am

Code: Select all

pidsley@tinycat

OS: Arch Linux ARM
Uptime: 0d 0h 21m
Shell: /bin/bash
Init: systemd
Disk: 890M / 3.5G
Mem: 43Mi / 429Mi
Kernel: Linux 4.14.59-1-ARCH armv6l
CPU: ARMv6-compatible processor rev 7 (v6l)
Makes me really appreciate the compact Alpine install.

User avatar
ivanovnegro
Minister of Truth
Posts: 5448
Joined: Wed Oct 17, 2012 11:12 pm

Re: What's your uname?

Unread post by ivanovnegro » Fri Aug 03, 2018 3:24 pm

Pidsley will always be the king of low RAM. 18 MB in the post before!

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Fri Aug 03, 2018 5:05 pm

^ I know and I think he was using wireless, but we can still play :)

Turned the most obvious services off (there are some I need to read up on).
Static ip now setup, but still sshd running

Code: Select all

blood_pi$ uname -a
NetBSD blood_pi 8.99.22 NetBSD 8.99.22 (RPI) #0: Sat Jul 28 14:13:13 UTC 2018  
[email protected]:/usr/src/sys/arch/evbarm/compile/RPI evbarm

Code: Select all

blood_pi$ top -n 1 | head -n 5 | tail -n 2
Memory: 16M Act, 536K Wired, 4936K Exec, 6064K File, 411M Free
Swap: 128M Total, 128M Free
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: What's your uname?

Unread post by pidsley » Fri Aug 03, 2018 9:14 pm

I got RiscOS and TinyCore (piCore) running on my rpi. The last release of piCore was June 2017, so it's an old kernel.

Code: Select all

Kernel: Linux 4.9.22-piCore armv6l
I really don't have anything to do with my rpi, but for some reason I want a Pi Zero, just because. Then I would need an HDMI adapter and USB adapter, plus maybe a case, and once I got it running I still wouldn't know what to do with it. Maybe I'll just wait until I find an i7 box for a reasonable price.

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Sun Aug 05, 2018 2:34 pm

RiscOS was / is very interesting. I too for some reason want the pi zero but really have no need, thought about auto applications but with cell phones and apps again no need. I actually use two arm SOC boards one with OpenElec and the other below I use as a AP. It was actually a $9 NAS device called Pogo Plug, armv5 in a nice case with a power supply 2 usb ports, ethernet and SD slot.

Code: Select all

root@local:~# uname -a
Linux local 3.14.0-kirkwood-tld-1 #1 PREEMPT Tue Apr 1 22:54:58 PDT 2014 armv5tel GNU/Linux
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Tue Aug 07, 2018 7:19 pm

Code: Select all

$ uname -a
Minix 10.0.2.15 3.3.0 Minix 3.3.0 (GENERIC) i386
<--- 1000 useless posts and now I'm approved 8^)
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

User avatar
wuxmedia
Grasshopper
Posts: 6445
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: What's your uname?

Unread post by wuxmedia » Wed Aug 08, 2018 9:15 am

^ it's the long game around here mate - you put your posts in and err, profit
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Thu Aug 16, 2018 2:59 pm

Code: Select all

$ uname -a
Linux andromeda 4.17.0-1-amd64 #1 SMP Debian 4.17.8-1 (2018-07-20) x86_64 GNU/Linux
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Sat Aug 25, 2018 10:25 am

Code: Select all

$ uname -a
OpenBSD terreract 6.4 GENERIC.MP#257 amd64
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: What's your uname?

Unread post by ChefIronBelly » Tue Sep 04, 2018 3:55 pm

Code: Select all

$ uname -a
Linux enipla 4.14.67-0-vanilla #1-Alpine SMP Mon Aug 27 07:53:04 UTC 2018 x86_64 Linux
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

Post Reply