search for: espressobin

Displaying 6 results from an estimated 6 matches for "espressobin".

2020 Feb 12
2
Provisioning fails - Codebase question
...> install the correct dependencies, run (as a normal user) './configure', > followed by 'make', followed by (as root) 'make install'. This should > lead to all of Samba being installed in /usr/local/samba Everything is run as root (the only user on a first-boot EspressoBin). This is part of a bash script-package repo I'm building on GitHub, which will allow a total Linux noob to take an EspressoBin straight out of the box and then configure it as one of multiple configurations. The main script which installs Samba asks all of the necessary questions at the...
2020 Feb 09
5
Provisioning fails - Codebase question
I'm trying to configure an SoC system as an AD DC on Ubuntu 18.04. I was successful on Ubuntu 16.04 a couple of years ago, and the script I used to configure the system from first boot to provisioned fails on 18.04 and 16.04. The failure is thus: Setting up self join set_nt_acl_no_snum: fset_nt_acl returned NT_STATUS_NOT_SUPPORTED. ERROR(runtime): uncaught exception - (-1073741637,
2020 Feb 10
0
Provisioning fails - Codebase question
On 10/02/2020 01:24, michael at chameleonoriginals.com wrote: > It is an EspressoBin v7, ext4 filesystem, Ubuntu 18.04.? I encountered > previous failures saying I needed POSIX ALCs enabled, so am using a > 4.4.52 kernel built from source with the EspressoBin required updates > and POSIX ACLs (ext3 and ext4) enabled. > > tune2fs reports > Filesystem features:??...
2020 Feb 12
2
Provisioning fails - Codebase question
...s, run (as a normal user) > './configure', > > followed by 'make', followed by (as root) 'make install'. > This should > > lead to all of Samba being installed in /usr/local/samba > > Everything is run as root (the only user on a first-boot > EspressoBin). > This is part of a bash script-package repo I'm building on > GitHub, which > will allow a total Linux noob to take an EspressoBin straight > out of the > box and then configure it as one of multiple configurations. > The main > script which installs Samba asks...
2020 Feb 12
0
Provisioning fails - Codebase question
...encies, run (as a normal user) >> './configure', followed by 'make', followed by (as root) 'make >> install'. This should lead to all of Samba being installed in >> /usr/local/samba > > Everything is run as root (the only user on a first-boot > EspressoBin).? This is part of a bash script-package repo I'm building > on GitHub, which will allow a total Linux noob to take an EspressoBin > straight out of the box and then configure it as one of multiple > configurations. Can you provide a link to your github page ? Rowland
2020 Feb 13
0
Provisioning fails - Codebase question
...ou can take a look at my repos at https://github.com/ChameleonGeek/ (especially ebin-dc/kernel.sh). I use whiptail extensively for user selection and inputs. It prevents user typos and makes your scripts look more professional :) I hear you work with the RasPi. So do I. You might like the EspressoBin. The support sucks, but the hardware is sweet. It yawns where the RasPi sweats, and is still less than $100 US including SD card. My project is an attempt to help work around some of the shoddy support. It won't do some of the things the Pi does, but does some of the things the Pi can...