Displaying 16 results from an estimated 16 matches for "derocco".
2016 Feb 22
5
Change machine name without a reboot?
...o /etc/hostname, to make it nonvolatile.
3) Read a decimal number from /var/run/smbd.pid.
4) Send SIGHUP to that process.
Nothing happens. If I reboot, then the new name is announced on the
network. How do I get it to do this without rebooting the entire system?
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2016 Feb 23
2
Change machine name without a reboot?
...Reindl Harald
>
> just restart the samba server instead only reload?
But how do you do that in C?
Frankly, I don't even know how to do that from the command line. This is
an embedded system without a lot of high-level utilities like you get on
Ubuntu.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2013 Jul 24
4
Does anyone think a mini-Samba server would be useful?
...ild such a mini-Samba out of the existing
Samba code base. It's certainly way above my abilities, but it may be
something that someone on the Samba team could do without mounting a major
development effort. How many other people would find such a system useful?
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2016 Feb 23
2
Change machine name without a reboot?
...ctly, say through a different signal to smbd. Killing
smbd doesn't work--it doesn't get restarted. I'd like to find a
lightweight way to do it programmatically from within my own service
(written in C), without resorting to fork/exec* to call systemctl.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2016 Feb 24
2
Change machine name without a reboot?
...s, but it happens for other packages).
2016-02-23 8:39 GMT+01:00 L.P.H. van Belle <belle at bazuin.nl>:
> Uh... just add :
>
> netbios name = PC_NAME
>
>
> > -----Oorspronkelijk bericht-----
> > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Paul D. DeRocco
> > Verzonden: dinsdag 23 februari 2016 0:35
> > Aan: Samba list
> > Onderwerp: [Samba] Change machine name without a reboot?
> >
> > I'm having trouble changing the machine name programmatically on Samba 4
> > (running under systemd). There's no "ne...
2016 Jan 29
2
Lost remote access to /
...yes
map to guest = bad user
usershare allow guests = yes
[all]
comment = Everything
read only = no
path = /
browsable = yes
create mask = 755
force user = root
valid users = root
The last two lines weren't there when it last worked.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2013 Aug 29
2
Inexplicable rejection of credentials
...general
question is: how do I fix this? And a more specific question is: is there
any other file somewhere that could be getting into the act, and screwing
this machine up? If there isn't an answer forthcoming, how about this: how
do I go about debugging this?
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2015 Sep 24
2
Trying to create bootable USB flash drive WITHOUT persistence
...e second
partition, and have it still work?
If so, a third question: If I do a new build, can I replace the ROOTFS.IMG
file in that second partition with the xxx.rootfs.ext3 file created by the
build, without having to go through all the repartitioning rigamarole?
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2013 Apr 09
1
Passwording a simple anonymous share
...ssword?
The question boils down to this: is there a way to add a password that a
samba client has to provide, without passwording the underlying Linux user,
or do I have to add another passworded user to the Linux user database in
order to have a passworded share?
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2013 Jul 21
1
Can someone explain SMB passwords?
...e
access anything, or if it can't access local files unless it is given a
password somehow. The smbpasswd(5) and smbpasswd(8) man pages, and
everything else I've read, seem to assume that whoever is reading them
already knows the answers to these questions.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2013 Apr 11
1
Pruning embedded samba 3.6 installation
...add
9920 usr/sbin/nl-cls-delete
9516 usr/sbin/nl-cls-list
8760 usr/sbin/nl-link-list
8628 usr/sbin/nl-pktloc-lookup
9972 usr/sbin/nl-qdisc-add
9572 usr/sbin/nl-qdisc-delete
10028 usr/sbin/nl-qdisc-list
3488896 usr/sbin/nmbd
9822288 usr/sbin/smbd
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2016 Jan 30
0
Lost remote access to /
On Fri, Jan 29, 2016 at 03:47:52PM -0800, Paul D. DeRocco wrote:
> For a long time, I've had a share set up on my Samba server (Ubuntu 14.04)
> that gives me read/write access to /. (It's a machine that does Yocto
> Linux builds, nothing proprietary on it.) I routinely accessed it from a
> couple of Win7 boxes and one Mac. A few days a...
2016 Feb 23
0
Change machine name without a reboot?
Am 23.02.2016 um 01:30 schrieb Paul D. DeRocco:
>> From: Reindl Harald
>>
>> besides that you did not provide the info "embedded system" -
>> when you
>> have systemd you also have "systemctl restart
>> whatever.service" and in
>> PHP it would be passthru('command')
>>...
2013 Jul 24
0
Where is the tdbsam database?
...get
my custom service (this is an embedded box) to change the password? Do I
have to spawn the smbpasswd program, and feed the new password into it on
stdin, or is there some library function that can do it? I'm probably going
to stick with the tdbsam backend.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2013 Jul 27
0
Triggering a reread
...unning,
though. Can I send the signal to any one, or is there one in particular that
handles it, or must I send it to all of them? More to the point, my embedded
system stores a single process ID in /var/run/smbd.pid; will signalling that
reliable trigger a reread?
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco at ix.netcom.com
2015 Sep 24
0
Trying to create bootable USB flash drive WITHOUT persistence
On Wed, Sep 23, 2015 at 9:29 PM, Paul D. DeRocco via Syslinux
<syslinux at zytor.com> wrote:
> I've got an embedded x86 system built with Yocto, which boots from a USB
> flash drive. It uses a loop mount to give access to an ext3 root file
> system contained within a FAT16 file, which means it has persistent
> storage. What...