search for: conf_arg

Displaying 18 results from an estimated 18 matches for "conf_arg".

2015 Aug 26
2
FW: Questions about Samba 4
On Wed, Aug 26, 2015 at 09:46:48PM +0100, Rowland Penny wrote: > >... stuff I'm interested in... > > > >Then paste the "... stuff I'm interested in..." > >output into the bug report. > > > >I'm assuming winbindd has been built with -g (DEBUG) > >turned on. > > OK, does '(no debugging symbols found)' mean what I think it
2015 Aug 26
3
FW: Questions about Samba 4
...;> output which would also be helpful. > > OK, I have downloaded the source and looking at debian/rules file (which > seems to have been written by someone called Jelmer Vernooij (where have > heard that name before ?)) I think I need to add '--enable-debug' to the > 'conf_args' list, but there is also this: > > override_dh_strip: > # add debug symbols for all samba packages to the same debug > package > dh_strip -a --dbg-package=samba-dbg > > Do I need to do anything with this ? > > Rowland > > Install the &quot...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...who is connected to the pipe file, maybe with `fuser`, or look in `ps -ef` if there are other `upssched` processes present, or look in `/proc/PIDNUM/fd/` of the daemonized and looping `upssched`... If anyone decides to track through the code, the potential processing loop goes checkconf -> conf_arg -> parse_at -> sendcmd -> daemon if needed -> start_daemon -> conn_add(pipefd) or sock_read(conn) with short-lived child processes (command-line launched from `upsmon`) parsing the configuration to pick the part relevant to them per envvars, and talk to the daemon (fork one if needed...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...who is connected to the pipe file, maybe with `fuser`, or look in `ps -ef` if there are other `upssched` processes present, or look in `/proc/PIDNUM/fd/` of the daemonized and looping `upssched`... If anyone decides to track through the code, the potential processing loop goes checkconf -> conf_arg -> parse_at -> sendcmd -> daemon if needed -> start_daemon -> conn_add(pipefd) or sock_read(conn) with short-lived child processes (command-line launched from `upsmon`) parsing the configuration to pick the part relevant to them per envvars, and talk to the daemon (fork one if needed...
2015 Aug 26
0
FW: Questions about Samba 4
...amount of system call > output which would also be helpful. OK, I have downloaded the source and looking at debian/rules file (which seems to have been written by someone called Jelmer Vernooij (where have heard that name before ?)) I think I need to add '--enable-debug' to the 'conf_args' list, but there is also this: override_dh_strip: # add debug symbols for all samba packages to the same debug package dh_strip -a --dbg-package=samba-dbg Do I need to do anything with this ? Rowland
2015 Aug 26
0
FW: Questions about Samba 4
...ut which would also be helpful. >> OK, I have downloaded the source and looking at debian/rules file (which >> seems to have been written by someone called Jelmer Vernooij (where have >> heard that name before ?)) I think I need to add '--enable-debug' to the >> 'conf_args' list, but there is also this: >> >> override_dh_strip: >> # add debug symbols for all samba packages to the same debug >> package >> dh_strip -a --dbg-package=samba-dbg >> >> Do I need to do anything with this ? >> >> Row...
2015 Oct 14
2
No power cycle after shutdown on Atlantis Land OnePower A03-S1001
On Wed, 14 Oct 2015, Davide Baldini wrote: > upsdrvctl shutdown > ... > instcmd(shutdown.return, [NULL]) > instcmd: FAILED > Shutdown failed! > Driver failed to start (exit status=1) > > This time /var/log/syslog doesn't register anything about the UPS after > issuing the command above. Instead, It logged some errors after a > upscmd -u admin -p mypass
2018 Dec 05
0
Missing 'glusterfs.so' in Ubuntu
...the package yourself. The long version. Enable deb-src in your ubuntu apt. Run this : Apt-get update apt-get build-dep samba apt-get source samba cd samba-4.7.6/debian Edit control After : Build-Depends: bison, Add : glusterfs-common [linux-any], Save it. Edit rules After : conf_args = \ Add : --with-cluster-support \ After : override_dh_makeshlibs: # create symbols and shlibs files in separate wrapper script to deal with # private libraries debian/make_shlibs Add this part : ! Check if you see the snapper and/or ceph.so lines, if the exists, chang...
2015 Oct 14
3
No power cycle after shutdown on Atlantis Land OnePower A03-S1001
...nutdrv_qx -D -q > port = auto > > I couldn't find more info on where to append driver parameters, not sure if > that's the correct way. After that, I restarted nut with: > > # service nut-server restart > # service nut-client restart My naive reading of function conf_args in common/upsconf.c is that only the form driver = something is seen, any additional parameters are ignored. I'm not sure how to add a debugging option to a "service" call in Debian. Is /etc/init.d/nut-client a Bash/Dash script? Is it possible to add the option to the call of...
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
....o,notifyd_1.o -> notifydd} -> task failed (err #1): {task: cc_link msg_source_195.o -> msg_source} -> task failed (err #1): {task: cc_link msg_sink_193.o -> msg_sink} make[1]: *** [override_dh_auto_build] Error 1 My configure switches are the same as Ubuntu Xenial package: ctdb_conf_args = \ --prefix=/usr \ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --sysconfdir=/etc \ --localstatedir=/var \ --with-socketpath=/var/run/ctdb/ctdbd.socket \ --with-logdir=/var/log/ctdb \ conf_args = \...
2018 Dec 05
4
Missing 'glusterfs.so' in Ubuntu
Hi, guys. I'm new to all of this and need some help with a problem I've been banging my head against for a while. (Tried troubleshooting, checking logs, and lots of Googling for a few weeks now, but just keep hitting dead ends.) SYMPTOM: Missing file `/usr/lib/x86_64-linux-gnu/samba/vfs/glusterfs.so`, as evidenced by error messages like these: [2018/11/18 07:56:42.551587, 0]
2023 Jun 13
2
Upssched 100% CPU after updating Debian 12
..., maybe > with `fuser`, or look in `ps -ef` if there are other `upssched` processes > present, or look in `/proc/PIDNUM/fd/` of the daemonized and looping > `upssched`... > > If anyone decides to track through the code, the potential processing loop > goes > checkconf -> conf_arg -> parse_at -> sendcmd -> daemon if needed -> > start_daemon -> conn_add(pipefd) or sock_read(conn) > with short-lived child processes (command-line launched from `upsmon`) > parsing the configuration to pick the part relevant to them per envvars, > and talk to the daemon...
2023 Jun 13
2
Upssched 100% CPU after updating Debian 12
..., maybe > with `fuser`, or look in `ps -ef` if there are other `upssched` processes > present, or look in `/proc/PIDNUM/fd/` of the daemonized and looping > `upssched`... > > If anyone decides to track through the code, the potential processing loop > goes > checkconf -> conf_arg -> parse_at -> sendcmd -> daemon if needed -> > start_daemon -> conn_add(pipefd) or sock_read(conn) > with short-lived child processes (command-line launched from `upsmon`) > parsing the configuration to pick the part relevant to them per envvars, > and talk to the daemon...
2023 Apr 04
5
[RFC PATCH 0/5] fstests specific MAINTAINERS file
I think I might be mad to include that many mailing lists in this patchset... As I explained in [PATCH 1/5], fstests covers more and more fs testing thing, so we always get help from fs specific mailing list, due to they learn about their features and bugs more. Besides that, some folks help to review patches (relevant with them) more often. So I'd like to bring in the similar way of
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
Hi, I ran the strace command while upssched was 100% CPU hungry. This is what I got: 1686633611.702798 read(7, "", 1) = 0 <0.000004> 1686633611.702816 read(7, "", 1) = 0 <0.000004> 1686633611.702834 pselect6(11, [7 10], NULL, NULL, {tv_sec=1, tv_nsec=0}, NULL) = 1 (in [7], left {tv_sec=0, tv_nsec=999998800}) <0.000006> 1686633611.702862 read(7,
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
Hi, I ran the strace command while upssched was 100% CPU hungry. This is what I got: 1686633611.702798 read(7, "", 1) = 0 <0.000004> 1686633611.702816 read(7, "", 1) = 0 <0.000004> 1686633611.702834 pselect6(11, [7 10], NULL, NULL, {tv_sec=1, tv_nsec=0}, NULL) = 1 (in [7], left {tv_sec=0, tv_nsec=999998800}) <0.000006> 1686633611.702862 read(7,
2017 Aug 17
4
Samba 4.7rc4. (Debian Stretch Amd64 packages/sources available)
...7 RC4, first builds only AMD64 packages and sources are now available for testing. Current package list Debian Stretch Experimental samba 4.7rc4: klik here The buildlogs and change logs : http://downloads.van-belle.nl/samba4/Buildlogs/stretch-experimental/  I used the following build parameters. conf_args = \                 --prefix=/usr \                 --enable-fhs \                 --sysconfdir=/etc \                 --localstatedir=/var \                 --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) \                 --with-privatedir=/var/lib/samba/private \                 --with-smbpasswd-fi...
2019 Sep 04
4
Samba, Time Machine, and ADS
Dear all; I?m running smbd 4.9.5-Debian and I?m struggling to get Time Machine support to work. The server is running Debian Buster, and the client is macOS High Sierra. I can mount the share just fine on its own, but as soon as I tell Time Machine to ?Back Up Now?, it says ?Preparing Backup,? ?Looking for Backup Disk,? and then nothing. The little red exclamation mark tells me that "The