Displaying 13 results from an estimated 13 matches for "pi5".
Did you mean:
pi
2018 Feb 01
2
Upgrading a ctdb cluster: samba not listening on TCP port 445
...MBA=yes
CTDB_MANAGES_WINBIND=yes
CTDB_MANAGES_NFS=no
CTDB_SAMBA_SKIP_SHARE_CHECK=yes
CTDB_SERVICE_NMB=nmb
# Default is to use the log file below instead of syslog.
CTDB_LOGGING=file:/var/log/ctdb.log
CTDB_DEBUGLEVEL=NOTICE
testparm output excluding the shared folders:
netbios name = FILE
realm = PI5.MYDOMAIN
workgroup = PI5
log file = /var/log/samba/tmp/samba_%I.log
clustering = Yes
registry shares = Yes
load printers = No
security = ADS
deadtime = 10
template homedir = /gluster/mnt/users/%U
template shell = /bin/bash
winbind refresh tickets = Yes
winbind use default domain = Yes
idmap config...
2018 Feb 01
2
Upgrading a ctdb cluster: samba not listening on TCP port 445
...om_tdc)
Added domain BUILTIN (null) S-1-5-32
[2018/02/01 12:42:52.529360, 2] ../source3/winbindd/winbindd_util.c:283(add_trusted_domain_from_tdc)
Added domain FILE (null) SID
[2018/02/01 12:42:52.529432, 2] ../source3/winbindd/winbindd_util.c:283(add_trusted_domain_from_tdc)
Added domain PI5 MYDOMAIN SID
[2018/02/01 12:42:52.530113, 0] ../lib/util/become_daemon.c:124(daemon_ready)
STATUS=daemon 'winbindd' finished starting up and ready to serve connections
[2018/02/01 12:42:52.701886, 2] ../source3/lib/interface.c:345(add_interface)
added interface eno1 ip=172.1.1.4 bca...
2017 Aug 22
2
Mapping subfolder of a samba share in Windows fails with access denied
...hares:
[global]
workgroup = TEST
realm =
TEST.TESTDOMAIN.DE
netbios name = FILE
security = ads
idmap config *:range = 10000-19999
idmap config pi5:backend = rid
idmap config pi5:range =
20000-1999999
vfs objects = acl_xattr
inherit acls = yes
store dos attributes = yes
map acl inherit = yes
template shell...
2017 Aug 22
1
Mapping subfolder of a samba share in Windows fails with access denied
...et up as described in the samba wiki) and
>> all users including the administrator account.
>>
>> The configuration of the samba active directory domain controller with
>> two example shares (Centos 7, Samba 4.6.6):
>>
> I take that the workgroup name should be 'PI5' instead of 'TEST'
> Also you have 'vfs objects = acl_xattr' in [global], so you don't need
> it in the shares. Both shares seem to be the same path, so why two
> shares ?
You are right, the workgroup name is 'PI5' and I will remove the
duplicated 'acl_x...
2024 Sep 28
2
Weekend Puzzle: computer posing as an UPS
Follow-up:
* Powering the Raspberry Pi5 from an USB-C port wired on the motherboard
was much more promising, it survived over 8 hours building NUT in a loop
(in a tmpfs). And in the morning I found it turned off (red light on the
Pi).
* Per
https://stackoverflow.com/questions/4702216/controlling-a-usb-power-supply-on-off-with-linux
it s...
2024 Sep 28
1
Weekend Puzzle: computer posing as an UPS
I guess I should scratch the idea about fan sockets as the power source:
they are rated typically at 0.2A each, so fan headers should be expected 1A
max (3A in some vendors/models), well under the 5A that the RPi5 wants.
Jim
On Sat, Sep 28, 2024 at 11:52?AM Jim Klimov <jimklimov+nut at gmail.com> wrote:
> Follow-up:
>
> * Powering the Raspberry Pi5 from an USB-C port wired on the motherboard
> was much more promising, it survived over 8 hours building NUT in a loop
> (in a tmpfs). An...
2024 Sep 27
1
Weekend Puzzle: computer posing as an UPS
FWIW, a few lessons learned:
* Different USB-A sized ports (even if marked USB-3.2) did not prove a
stable source, with Pi5 occasionally turning off or rebooting. Sort of
behaved well for days, but as soon as I added load like package installs or
NUT builds, it did not survive 5 minutes...
* Might be the MoBo turning off or cycling the port due to "overload"?..
* Tried the `usb_resetter` script (referenced i...
2024 Sep 28
1
Weekend Puzzle: computer posing as an UPS
...Klimov via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> wrote:
>I guess I should scratch the idea about fan sockets as the power source:
>they are rated typically at 0.2A each, so fan headers should be expected 1A
>max (3A in some vendors/models), well under the 5A that the RPi5 wants.
>
>Jim
>
>
>On Sat, Sep 28, 2024 at 11:52?AM Jim Klimov <jimklimov+nut at gmail.com> wrote:
>
>> Follow-up:
>>
>> * Powering the Raspberry Pi5 from an USB-C port wired on the motherboard
>> was much more promising, it survived over 8 hours buil...
2017 Aug 22
0
Mapping subfolder of a samba share in Windows fails with access denied
...s shares which where set up as described in the samba wiki) and
> all users including the administrator account.
>
> The configuration of the samba active directory domain controller with
> two example shares (Centos 7, Samba 4.6.6):
>
I take that the workgroup name should be 'PI5' instead of 'TEST'
Also you have 'vfs objects = acl_xattr' in [global], so you don't need
it in the shares. Both shares seem to be the same path, so why two
shares ?
As you seem to be using Posix ACLs on the shares, have you read this
wiki page:
https://wiki.samba.org/inde...
2024 Sep 16
2
Weekend Puzzle: computer posing as an UPS
...les, there are a ton of profiles, I don't know what
> the new Pi's support, but likely something like 3A @ 5V, 9V, or 12V over
> USB-C
Up to the RPI4, I was pretty sure there wasn't PD, just 5V and it drew
what it drew, and you hoped that the supply was big enough.
It seems the RPI5 will use PD if given a capable supply. Looks like 5V
5A, and it won't negotitate higher voltages. There's an official
supply that does PD
https://www.newark.com/raspberry-pi/sc1153/power-supply-usb-c-5-1v-5a-white/dp/82AK3955
and the output spec is
5A at 5.1V, 3A at 9V, 2.25A at 1...
2017 Aug 22
5
Windows pre-requisites for login with winbind?
On Tue, 22 Aug 2017 12:01:20 +0000
"A. James Lewis via samba" <samba at lists.samba.org> wrote:
> Indeed!... you are correct... this does appear to be the kerberos
> issue uncovered by Rowlands pointing out that I should not need to be
> manually defining "kdc =", in my krb5.conf.... so with that resolved,
> I'm hoping we can also find the cause of my
2013 Mar 29
1
Create values based on a table of conditions
..."CO13",
"CO14", "CO15", "CO16", "CO17", "CO2", "CO3", "CO4", "CO5", "CO6",
"CO7", "CO8", "CO9", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6",
"PI7", "PI8", "PO1", "PO10", "PO11", "PO12", "PO13", "PO2", "PO3",
"PO4", "PO5", "PO6", "PO7", "PO8", "PO9", "RD1",...
2013 Apr 26
2
Remove reciprocal data from a grouped animal social contact dataset
...CO8
9 CO9
10 CO10
11 CO11
12 CO12
13 CO13
14 CO14
15 CO15
16 CO16
17 CO17
18 PO1
19 PO2
20 PO3
21 PO4
22 PO5
23 PO6
24 PO7
25 PO8
26 PO9
27 PO10
28 PO11
29 PO12
30 PO13
31 PI1
32 PI2
33 PI3
34 PI4
35 PI5
36 PI6
37 PI7
38 PI8
39 RD1
40 RD2
41 WB1
42 WB2
Because both collars may have recorded the single contact, I need to
remove the reciprocal contacts from this dataset. For example, you may
have records for "CO1 CO2" that are mirrored by records for "CO2 C...