| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
what is the point?
Forum: General Discussion on PinePhone
Last Post: biketool
3 hours ago
» Replies: 6
» Views: 267
|
Irradium (based on crux l...
Forum: Linux on Pinebook
Last Post: mara
Yesterday, 07:38 AM
» Replies: 3
» Views: 11,847
|
Danctnix USB GPS for Pine...
Forum: PineTab Software
Last Post: biketool
Yesterday, 06:09 AM
» Replies: 0
» Views: 54
|
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: biketool
Yesterday, 03:39 AM
» Replies: 10
» Views: 6,780
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: realchunkyflea
11-27-2025, 05:01 PM
» Replies: 3
» Views: 310
|
PinePhone sensors - Gyros...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-27-2025, 04:23 PM
» Replies: 2
» Views: 98
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
11-27-2025, 10:30 AM
» Replies: 10
» Views: 15,929
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
11-26-2025, 02:45 PM
» Replies: 10
» Views: 16,859
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
11-26-2025, 11:33 AM
» Replies: 4
» Views: 307
|
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
11-26-2025, 01:42 AM
» Replies: 1
» Views: 197
|
|
|
| Simple Unixy mistakes that will ruin your day |
|
Posted by: KC9UDX - 12-20-2020, 11:35 AM - Forum: General
- Replies (7)
|
 |
Since it's expected that most everyone here is using a Unix or Linux, and there seem to be a lot of users new to the idiom here, I thought it would be nice to have a thread of pitfalls to be aware of. Experienced users have all been down this road many times. If you have one or more to contribute, please do.
I'll start with one I ran into recently. It caused a several-day headache. Firefox was randomly crashing, and the only thing that would remedy it was to kill ypbind, a rather odd situation. This was caused by a simple oversight on my part. In /etc/nsswitch.conf I had the line
Code: hosts: files nis dns
where I should have had
Code: hosts: files dns nis
I've written a pretty extensive web server, but I've never written a web browser, and can only guess why this is relevant. So I won't propose a possible explanation.
|
|
|
|
Constant freezes or kernel panics |
|
Posted by: data_kraken - 12-20-2020, 10:47 AM - Forum: General Discussion on ROCKPRO64
- Replies (7)
|
 |
Hello all!
I ordered my RockPro64 4GB model in December 2019 for use as a home data server.
For this I also bought the PCIe SATA adapter from the store and connected two 8TB drives in a BTRFS RAID 1 to it. For the OS I installed the most recent Debian-based desktop Armbian at the time on a microSD and would work on it either locally or via SSH.
This worked very well until about this summer, when I could suddenly not reach my server over SSH anymore. When I came home to check it I found it completely frozen and had to use the reset button to reboot it. From then on these freezes became common and I started troubleshooting: - First I guessed at flash death and replaced the microSD with an Armbian recommended 32GB Sandisk Extreme Pro A1.
- Then I installed the latest terminal-only Ubuntu-based Armbian.
- Then I ran memtester to check the RAM, with no errors.
- Lastly I disconnected my RAID and plugged in a big USB-Stick to do tests on that instead.
Still freezes occur regularly.
My observations on them:- They do not occur on boot.
- They do not occur even after days of uptime if it's only idle.
- They occur on various I/O intense workloads such as scrubbing the BTRFS filesystem (which I also did as part of the troubleshooting) or checking the files of a large torrent.
- They rekt my data on the RAID (likely from the repeated interrupted writes), a backup is available.
- If a display is plugged in at the time of the freeze it stays active and shows the last frame. If I plug it in afterwards it does not find a signal.
- Alt + SysRq + B worked exactly once, at the other tries no keyboard input seemed to have registered. So the reset button is almost always necessary for recovery.
- HDDs audibly go into idle and spin down seconds after a freeze.
- The same tasks that lead to a freeze work without a problem on other machines.
- I'm still a linux beginner and don't know much about logs, but I couldn't find anything relevant in them.
An SSH connection will usually end with a short error message ("...broken pipe..." I think) except for one time, when it read:
Code: Message from syslogd@localhost at Dec 4 07:31:20 ...
kernel:[42746.436064] Insufficient stack space to handle exception!
Message from syslogd@localhost at Dec 4 07:31:20 ...
kernel:[42746.436076] ESR: 0x96000047 -- DABT (current EL)
Message from syslogd@localhost at Dec 4 07:31:20 ...
kernel:[42746.441468] FAR: 0xffff800011af7fa0
Message from syslogd@localhost at Dec 4 07:31:20 ...
kernel:[42746.443967] Task stack: [0xffff800011bc0000..0xffff800011bc4000]
Message from syslogd@localhost at Dec 4 07:31:20 ...
kernel:[42746.446804] IRQ stack: [0xffff800011af8000..0xffff800011afc000]
Message from syslogd@localhost at Dec 4 07:31:20 ...
kernel:[42746.449632] Overflow stack: [0xffff0000f77592b0..0xffff0000f775a2b0]
Message from syslogd@localhost at Dec 4 07:31:20 ...
kernel:[42746.515506] Kernel panic - not syncing: kernel stack overflow
I found some other posts on here and other forums that might be about the same problem but none seem to provide an explanation or solution.
So now I wonder if anyone has an idea what leads to these freezes and if something can be done about them.
Even knowing that this is down to an unfixable hardware error would help since I have some alternative single-board computers in mind.
|
|
|
|
| installing OS from SD to eMMC methods for flashing SD |
|
Posted by: PineHead7 - 12-20-2020, 09:32 AM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
I run into few problems while trying installing e.g. 20.12 manjaro to eMMC on etched SD with osdn.net image. I had to go back to image 20.04 where image already contains script/way to select installation to eMMC.
Later will edit this post, so this will be complete and universal guide to dd of any OS distro with emmc-installer.
Please help with steps to be done on manjaro and ubuntu. thanks
There are two methods:
- by Etching SD: Take your pick of desired OS distros with emmc-installer images. osdn.net offers booting form eMMC.
- run your favorite Etcher and flash your SD (e.g. Balena Etcher) Note that only distros with explicit note in description will install OS to eMMC like here
- Turn off pbp, insert Etched SD, power on, after about 15s press ESC, then pop up warning informs that all data will be lost -> Yes, later we are asked to pick our eMMC device: mmcblk2 is our pbp eMMC, so just press OK and Voila. All done.
- Using dd if command: with this i would need some help how to make it.
|
|
|
|
| How to disable lock screen in Phosh? |
|
Posted by: lat - 12-20-2020, 08:50 AM - Forum: PinePhone Software
- Replies (14)
|
 |
I'd like to completely disable the lock screen in Phosh - I strongly prefer not having to type in my password to start using the phone. I'd expect to have this option in user settings, but it's not there (yet?). What would be a proper way to disable lock screen?
The only idea (and probably not a good one) that came to my mind is to create a passwordless user. I've attempted to do it and failed. I copied the sha512 hash of the empty password into /etc/shadow. It didn't work as evidenced by my inability to ssh into PinePhone from computer using empty password. I tried it on different distros, and in the case of Mobian my attempts even rendered the install unrecoverable (I wonder why), even after restoring the original /etc/shadow that I had backed up previously.
Thanks for any input on this issue!
|
|
|
|
| Current state of the art OS comparison |
|
Posted by: Cree - 12-19-2020, 09:28 PM - Forum: PinePhone Software
- Replies (11)
|
 |
Okay all, time to revisit this question.
The current leaders are:
Mobian
Manjaro
Arch
Please advise on your most recent experience with each and draw comparisons, ranking the one you like best. Try to compare the most recent releases.
Thanks!
|
|
|
|
| Problem installing |
|
Posted by: 8jef - 12-19-2020, 08:01 PM - Forum: Manjaro on PinePhone
- No Replies
|
 |
Hi,
I have a braveheart Pinephone with a brand new community board upgrade.
I've tried installing all the latest Manjaro os images, without success at boot. Seems to be stuck in a loop at startup. Latest Mobian/Phosh image works well.
Thanks.
|
|
|
|
| Manjaro Update 12.19.2020 Notes |
|
Posted by: food - 12-19-2020, 04:23 PM - Forum: Manjaro on PinePhone
- No Replies
|
 |
Hi team,
Manjaro is coming along,
it's faster after the most recent update
in the apps, a lot of them still don't scale-to-fit by default
the ones that do, their secondary windows don't fit and I can't press the 'save' button, or find a place to save my documents
When I do press save, now there's a popup from Phone Shell that keeps coming up and taking attention while saving
In the update, my voice recorded files were lost
anyway, keep it up!
thank you
|
|
|
|
|