debian+phosh running on PinePhone - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: debian+phosh running on PinePhone (/showthread.php?tid=9016) |
RE: debian+phosh running on PinePhone - a-wai - 06-16-2020 This is due to the repo now being signed, but should be only a warning, not preventing you from upgrading or installing packages. See here for more details: https://forum.pine64.org/showthread.php?tid=10277 RE: debian+phosh running on PinePhone - lodopidolo - 07-04-2020 (04-13-2020, 07:38 AM)a-wai Wrote: The serial console and network connection will be setup automatically on the phone side. On the host computer, you'll have to configure your network interface using the following commands: It is possible install a DHCP server in the pinephone to automatically get IP on client. Install server: Code: apt install isc-dhcp-server Edit /etc/default/isc-dhcp-server and spcify: Code: INTERFACESv4="usb0" Edit /etc/dhcp/dhcpd.conf and specify: Code: option domain-name "example.org"; And finally restarts service: Code: systemctl restart isc-dhcp-server.service RE: debian+phosh running on PinePhone - jjs - 07-05-2020 Whenever I select the "Updates" tab in the Software gui the program crashes. The rest of the Software gui works fine. Has anyone else seen this or know where I can find any logs for the Software gui? I usually run updates via apt-get so its not the biggest issue. But I noticed whenever I open the Software gui there is a blue mark on the Updates tab telling me there are still update, even after I run apt-get upgrade. RE: debian+phosh running on PinePhone - jjs - 07-05-2020 (07-05-2020, 06:42 AM)jjs Wrote: Whenever I select the "Updates" tab in the Software gui the program crashes. The rest of the Software gui works fine. Has anyone else seen this or know where I can find any logs for the Software gui? I usually run updates via apt-get so its not the biggest issue. But I noticed whenever I open the Software gui there is a blue mark on the Updates tab telling me there are still update, even after I run apt-get upgrade. I seemed to have figured it out. I noticed when I updated via apt-get I got the message "The following packages have been kept back" and list a dozen or so packages. After running "apt-get --with-new-pkgs upgrade" it installed the packages. After that the Software gui seems to be working correctly. RE: debian+phosh running on PinePhone - Kamzzy - 07-09-2020 nice distro how too remove that search bar on the home screen RE: debian+phosh running on PinePhone - a-wai - 07-09-2020 You can't, it's built into phosh RE: debian+phosh running on PinePhone - cefre00 - 08-03-2020 (04-16-2020, 02:33 AM)cefre00 Wrote:(04-15-2020, 06:41 PM)bcnaz Wrote:(04-14-2020, 10:18 AM)Boern Wrote:@Boem(04-14-2020, 10:05 AM)bcnaz Wrote: ? IS an 'Android Icon' really needed on a Pinephone desktop running Debian/Phosh ? I just would like to apologize for my comments above here. I was over the line and I have just installed GloDroid over my PinePhone. I behaved like an *ss. Will never happen again. RE: debian+phosh running on PinePhone - wibble - 08-03-2020 (08-03-2020, 05:45 AM)cefre00 Wrote: I just would like to apologize for my comments above here. I was over the line and I have just installed GloDroid over my PinePhone.No worries, we all do it from time to time. Recognising it and trying to avoid a repeat is about all anyone can ask. RE: debian+phosh running on PinePhone - klick - 08-03-2020 (07-05-2020, 01:49 PM)jjs Wrote:How do you open a terminal on the phone to do the manual upgrade? I am currently running Mobian on an SD card and the phone will not install updates through the GUI.(07-05-2020, 06:42 AM)jjs Wrote: Whenever I select the "Updates" tab in the Software gui the program crashes. The rest of the Software gui works fine. Has anyone else seen this or know where I can find any logs for the Software gui? I usually run updates via apt-get so its not the biggest issue. But I noticed whenever I open the Software gui there is a blue mark on the Updates tab telling me there are still update, even after I run apt-get upgrade. RE: debian+phosh running on PinePhone - livanti21 - 08-03-2020 (08-03-2020, 11:25 AM)klick Wrote:You would open King's Cross. That is the terminal for Mobian.(07-05-2020, 01:49 PM)jjs Wrote:How do you open a terminal on the phone to do the manual upgrade? I am currently running Mobian on an SD card and the phone will not install updates through the GUI.(07-05-2020, 06:42 AM)jjs Wrote: Whenever I select the "Updates" tab in the Software gui the program crashes. The rest of the Software gui works fine. Has anyone else seen this or know where I can find any logs for the Software gui? I usually run updates via apt-get so its not the biggest issue. But I noticed whenever I open the Software gui there is a blue mark on the Updates tab telling me there are still update, even after I run apt-get upgrade. |