XS
K
and it's like it's powerful as a first raspberry-pi
Wow that’s actually interesting to know
XS
we have some HP Itanium rx4640, rx2620 and HP Integrity rx1620
XS
the good thing is that most of them still works today...
XS
I don't think so but I do not know tbh. We buy thoses machines on ebay usually
XS
that's totally outdated
🇵🇸🍉
What does hello systems use as desktop environment?
Anonymous
Do you have the link ?
Anonymous
OK so whereis the iso file?
Anonymous
hello system
Anonymous
👌
Anonymous
I did have it then found it needed more of a machine I had at the time SO I deleted it.
🇵🇸🍉
When will hello systems ready?
Anonymous
it out now
Anonymous
OK here it is https://github.com/helloSystem/ISO/releases/tag/r0.6.0
Arminio
Ah, that helloSystem thing
Anonymous
downloading now, will have it in about 6 (six) hours. hope the speed don't burn up the net. LOL
Anonymous
looks like its better to do the torrent. 40 minutes
Anonymous
well YES I am && thank you
ɴꙩᴍᴀᴅ
On which hardware are you trying it?
Anonymous
HP notebook 2000 in vmware.
ɴꙩᴍᴀᴅ
Cool. Let's see how it behaves
Anonymous
it will be awhile. maybe tomorrow
D.M
hello, anyone using adb and fastboot? I need some help
ɴꙩᴍᴀᴅ
hello, anyone using adb and fastboot? I need some help
I tried flashing an image a couple of months ago but there was a bug causing the connection to interrupt. Nevermind, what's your issue so far?
D.M
I tried flashing an image a couple of months ago but there was a bug causing the connection to interrupt. Nevermind, what's your issue so far?
i installed android-tools-adb but when i do adb devices it doesn't give me device. in linux i should put the udev rules, but i guess in bsd it changes.
Anonymous
ain't adb etc.. used to root your phone?
Anonymous
and you are try to install bsd on it ?
D.M
and you are try to install bsd on it ?
no no, it's for mobile use, both for file transfer and other things.
Anonymous
I just plug the phone in useing usb connector and wham 0 it work that way.
Anonymous
the phone shows up as a folder
Anonymous
whats mtp?
D.M
whats mtp?
do adb devices and post a screenshot
Anonymous
I didn't use adb. phone to windows shows as Phoenix5
D.M
I didn't use adb. phone to windows shows as Phoenix5
then why are you trying to follow the adb issue?
Anonymous
to figure out what you are doing with it.
Anonymous
BTW: linux on the phone does not appear to be an install. only links to the cloud.
D.M
not being able to use adb on freebsd, for me it is no good to have bsd as a journal.
Anonymous
my adb fastboot is a windows exe. going to try w/ wine ?
XS
apparently some people uses it on FreeBSD, but few steps may be required to set it up
XS
like here: https://baohaojun.github.io/blog/2020/06/16/0-Android-App-development-under-FreeBSD.html
XS
but this concerns setting up the whole google sdk, which is not needed for just issuing adb commands normally
D.M
but this concerns setting up the whole google sdk, which is not needed for just issuing adb commands normally
that's the thing, I don't want to have to install all the google sdk, I only use adb to pass files
XS
Probable that your device just require the good rights in /dev
Badugar
afaik the owner, group and permissions for files under /dev are editable in /etc/devfs.conf
ɴꙩᴍᴀᴅ
Indeed
ɴꙩᴍᴀᴅ
I had to edit them with this: [localrules=10] add path 'ugen*' mode 0660 group operator add path 'usb/*' mode 0660 group operator add path 'usb' mode 0770 group operator
ɴꙩᴍᴀᴅ
And then point to the rules in the /etc/rc.conf file
Nick
Hi All, I'm trying to build customer kernel for freebsd 12.3 VM, but it is failing to mount zfs, I have following options in /etc/make.conf: MODULES_OVERRIDE=opensolaris zfs krpc but still failing, even if I try to build generic kernel. What I'm doing wrong?
Nick
here is the screenshot when it fail to boot
Nick
Krond
So type ?.
Krond
I guess you missed a huge amount of modules that are still required to work. In this case probably something like geom_part_gpt_load.
Nick
Krond
Wait a sec, why zroot/ROOT/default, if it should point to device first?
Krond
Ah, BE, this is supported.
Nick
I'm surprised that it's not building all modules, last time when I use FreeBSD in 5.11 era it was building all modules by defualt
Nick
and from makefile FreeBSD% grep -i module /usr/src/Makefile # buildkernel - Rebuild the kernel and the kernel-modules. # installkernel - Install the kernel and the kernel-modules.
XADE
i installed android-tools-adb but when i do adb devices it doesn't give me device. in linux i should put the udev rules, but i guess in bsd it changes.
u need to enable USB debugging in developer options When connected u should get a prompt to allow that device
XADE
and you are try to install bsd on it ?
Thats not needed BSD can be installed using termux & qemu
XADE
I didn't use adb. phone to windows shows as Phoenix5
That's in case of windows Ur default usb configuration must be MTP/file transfer
XADE
I have debugging enabled
then, most probably some driver is needed to recognize ur device
Anonymous
root@punisher:/usr/home/beastie # /usr/local/bin/mtp-connect libmtp version: 1.1.18 Device 0 (VID=1004 and PID=633e) is a LG Electronics Inc. LG G Flex 2. Android device detected, assigning default bug flags Usage: connect <command1> <command2> it appears it wants bluetooth.
Anonymous
btw: after 6 tries I could not get hellosystem to install
Albert
Freebsd use vim, nano, emcs, kde, gnome, sddm, gdm,etc I fell its gnu/linux but gnu/bsd
Those are just available ports/packages for FreeBSD and, from that list, only Nano and Emacs are part of the GNU project.
🇵🇸🍉
Those are just available ports/packages for FreeBSD and, from that list, only Nano and Emacs are part of the GNU project.
Best thing about bsd license that's it's has no peoblem with any license Also Bsd don't use systemd😁
🇵🇸🍉
But are y'all guys switched from linux to bsd
XS
I was using BSD before systemd existed
swodig
Best thing about bsd license that's it's has no peoblem with any license Also Bsd don't use systemd😁
I was reading about systemd. Was trying to figure out why some people hate it. In the end of an article the author suggested to move to bsd to solve the problem