

gene1934
Members-
Posts
66 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by gene1934
-
I assume this was the expected result: Preparing to unpack .../snapd_2.66.1+22.04_arm64.deb ... Unpacking snapd (2.66.1+22.04) over (2.65.3+22.04) ... Preparing to unpack .../thunderbird_9%3a128.5.0+build1-0ubuntu0.22.04.1~mt1armbian1_arm64.deb ... Unpacking thunderbird (9:128.5.0+build1-0ubuntu0.22.04.1~mt1armbian1) over (9:128.4.4+build1-0ubuntu0.22.04.1~mt1armbian1) ... Setting up snapd (2.66.1+22.04) ... snapd.failure.service is a disabled or a static unit not running, not starting it. snapd.snap-repair.service is a disabled or a static unit not running, not starting it. Setting up thunderbird (9:128.5.0+build1-0ubuntu0.22.04.1~mt1armbian1) ... plz advise it not. Thanks Igor.
-
its my understanding that both fire-fox and t-bird are only snaps these days. Being a little paranoid, I didn't delete that file but renamed it to .last which apt barked about but didn't use. then the usual reload & full-upgrade procedure replaced both snapd and t-bird. t-bird I could probably remove as that is a printer and has never sent/received an email. My network does not disallow that as all other net stuff still works. Firefox apparently has its own update mechanim, all I need to do is stop it for an hour or so, and get the new version when it announces its availability in the upper right corner of its workspace. Thank you Igor.
-
I'll give that a shot after the weekend when the current new dirt addition to this printer should be working. Right now I'm torture testing the relay that will control the motor driver, waiting on Amazon to deliver some 30 amp 50 volt schotkey's to make a flywheel diode. Otherwise the back emf fry's the bugs in a 300 watt buck kit at turnoff time, that limits the start up currant to something the OEM 24 volt supply can handle. I am a 90 yo, long retired CET, we teach EE's stuff their profs didn't but getting rusty now. Thanks Igor.
-
Err:1 https://cli.github.com/packages stable InRelease The following signatures were invalid: EXPKEYSIG 23F3D4EA75716059 GitHub CLI <opensource+cli@github.com>
-
gene@bpi51e5p:~/kiauh-master$ sudo apt list --upgradable Listing... Done snapd/jammy-updates 2.66.1+22.04 arm64 [upgradable from: 2.65.3+22.04] thunderbird/jammy 9:128.5.0+build1-0ubuntu0.22.04.1~mt1armbian1 arm64 [upgradable from: 9:128.4.4+build1-0ubuntu0.22.04.1~mt1armbian1]
-
looks like the github key has changed how do I refresh it?
-
uptodated today, jammy on bpi-m5 running 3d printer with klipper etc. With snapd frozen, so is firefox. possible fix? passwd f-u, I am that other contributing member but finally got it reset.
-
neither apt nor snap will update firefox, apt says possible mirror update in progress. snap refresh or snap list says its current. Call me puzzled. Which do I uninstall??? .
-
need help with armbian/noble network setup,NOT solved
gene1934 replied to gene1934's topic in SD card and PSU issues
I looked at the man page, last time I played with it was 2 decades ago. Its grown 2500 lines since and at my present age approaching 90, is gibberish. So I saved the netplan stuff and rewrote the card to start fresh. thanks Werner -
need help with armbian/noble network setup,NOT solved
gene1934 replied to gene1934's topic in SD card and PSU issues
new problem, logged in as gene@amanda, no passwd works for su or sudo. Any fix or do I start all over? Plus the netplan stuff cannot be found to save it. thanks -
need help with armbian/noble network setup,NOT solved
gene1934 replied to gene1934's topic in SD card and PSU issues
solved: took an hour to get it right. yaml is a picky bitch about format but its working. apt upgrading now.Thank you Igor. -
need help with armbian/noble network setup,NOT solved
gene1934 replied to gene1934's topic in SD card and PSU issues
This is west Virginia, USA. no ipv6 service within at least 100 miles of me. -
need help with armbian/noble network setup,NOT solved
gene1934 replied to gene1934's topic in SD card and PSU issues
keyboard spastic, finally got rid of repeats so it looks like the man page, restart does not change error message. finally got rid of error message, but no change in ip a , no ipv4 addess for end0, ip a reports only MAC address. -
need help with armbian/noble network setup,NOT solved
gene1934 replied to gene1934's topic in SD card and PSU issues
ip a says interface is end0. -
I have booted it, generated root and user pw's, generated en-utf8 env, Powered off, copied my /etc/hosts file to it which has hostname and ipv4 address for this., edited /etc/hostname with nano to change it and chattr +i that hostname file so I don't have to redo it every boot. replaced card in bpi-m5. booted up to the new hostname, my pw worked but an ip a is still w/o an ipv4 address which it should get from the hosts file but didn't. . sudo network-manager is not found. Whats next, or what should /etc/network/interfaces look like?
-
chrony not working, no complaints from systemctl
gene1934 replied to gene1934's topic in Software, Applications, Userspace
This is interesting, I restored the "pool" listing in chrony.conf and restarted chrony and it now works from the ubuntu servers. But that is not what I want, I will return to this later. Thanks. -
I have ntpsec setup s a stratum 2 server on this machine I'm no ATM, basically to lighten the load on the distros servers and its being used by most of my machines here. I'm bringing up, slowly it seems, another 3d printer with a bpi-m5 as the front end for the klipper driver. I have followed the directions in /etc/chrony/sources.d/README to add that file, pointing chrony at this machine for its time reference. Restarting /etc/init.d/chrony geenerates an ok response from systemctl status: Feb 13 14:56:03 bpi51e5p systemd[1]: Starting chrony, an NTP client/server... Feb 13 14:56:03 bpi51e5p chronyd[5277]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCD> Feb 13 14:56:03 bpi51e5p chronyd[5277]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/chrony.drift Feb 13 14:56:03 bpi51e5p chronyd[5277]: Using right/UTC timezone to obtain leap second data Feb 13 14:56:03 bpi51e5p chronyd[5277]: Loaded seccomp filter (level 1) Feb 13 14:56:03 bpi51e5p systemd[1]: Started chrony, an NTP client/server. Because of the date discrepancy, apt and I cannot install anything to monitor chrony activity on this new machine. However, a tcpdump watching port 123 on this machine shows no activity from that host. so the system date remains at feb 13. What have i missed? Thank you.
-
domainname setting for /etc/hosts defined network
gene1934 replied to gene1934's topic in Software, Applications, Userspace
I found the /etc/default/networking, filled in the blanks, and fixed that now chrony is not working and the clock thinks it is feb 13th. Because I have quite a few machines, I setup an ntpsec server as a stratum 2 ntp server and all the rest of my network syncs to that. That was done by listing this machine instead of all the pool entry's in chrony.conf, except this time I put the entry in a sources.d/file.like it says in the README in that dir. Is that known not to work? -
I think I have everything setup, nm even says its connected, but isn't. With about 15 entries in FQDN format in the /etc/hosts file, and the hostname set to whats before the first dot of one of the entries, ip a still doesn't show an ipv4 address. and ip r is an empty return. What all do I need to set?, it all looks kosher to me.
-
latest armbian jammy, bananapi-m5, not recognizing wirelless keyboard mouse kit after x startup. This same elcheapo mini keyboard/mouse worked great with previous jammy/xfce4 versions. Any fixes available?. Both keyboard and mouse have sleep functions to save battery's. Also the security check expires long before I could type 20% of the about sentence. Like 20 seconds. Also would not accept w/o tag, only tag is solved, but is not
-
I'm back again, different bpi-m5, same problem but with the new Dec 5th cinnamon release., loses video at xstart time. So I added the extraargs iine for a 1080 HDMI, still goes away right on schedule.. First boot script was not deleted so I added the network stuff as directed, but apparently it only exec's once anyway, no response to ping directed at the address I put in. Should I re-write the card but edit those 2 files before first boot, or am I spinning my wheels?. The led is blinking regularly like its alive, Good 5 volt 5 amp supply I can adjust up a tenth or so if that would help.
-
I have, on site these images. -rw-r--r-- 1 gene gene 50058 Aug 20 01:34 1 -rw-r--r-- 1 gene gene 4412407808 Aug 18 09:17 2023-05-03-raspios-bullseye-arm64.img -rw-r--r-- 1 gene gene 2378170368 Aug 6 08:18 Armbian_23.5.1_Bananapim5_jammy_current_6.1.30.img -rw-r--r-- 1 gene gene 7042236416 Aug 16 12:35 Armbian_23.5.1_Bananapim5_jammy_current_6.1.30_xfce_desktop.img -rw-r--r-- 1 gene gene 8459911168 Aug 18 12:57 Armbian_23.5.1_Rpi4b_jammy_current_6.1.29_i3-wm_desktop.img -rw-r--r-- 1 gene gene 6819938304 Aug 21 09:27 Armbian_23.5.63_Bananapim5_bookworm_current_6.1.46_cinnamon_desktop.img -rw-r--r-- 1 gene gene 1631218920 Aug 21 10:38 Armbian_23.5.63_Bananapim5_bookworm_current_6.1.46_cinnamon_desktop.img.xz -rw-r--r-- 1 gene gene 6828326912 Oct 28 12:57 Armbian_23.8.1_Bananapim5_bookworm_current_6.1.50_cinnamon_desktop.img One of those works probably the 6-1-30-xfce but its been updated a couple times a week since installed. I also have one more bpi-m5 of unk condition I could try. Its beginning to look like I ought to get more of these. Thank you. but plz look at the xsession-erors I posted for anything obvious I've missed. xsession-errors
-
is this forum live??? No answers to my plea for help, in about 24 hours,, so I downloaded and wrote to its sd card the latest cinnamon desktop editing hostame, hosts, and network/interfaces to match its former self before I put the sd card back in it and powered up. It expanded the filesystem, then asked me for a root pw, then asked me to for my own name & passwd, generated by env of EN-utf8 then announced it was starting the X server. 5 seconds later the hdmi monitor goes black, 30 seconds later the hdmi monitor announces no signal and goes to sleep. Powerdown to reboot, asks me for my pw and shuts down the monitor again. No network comes up so now I'm totally lost, so I turn it off, pull the card, mount it here and see if there is anything in the Xorg.0.log, does not exist. So back to /home/gene/.xsession-errors. can't find a monitor, so I change it for a bigger, older aoc , take the card, after ejecting in from this box, and retry with that monitor. Normal display while booting but at startx time, blanks this one for ever too, reporting no signal before it powers down. .xsession-errors: from that card after bringing it back to this machine: attached, what is this install missing? Thank you for any help. xsession-errors