similar to: hostname cores

Displaying 20 results from an estimated 1000 matches similar to: "hostname cores"

2019 Dec 12
9
[PATCH nbdkit 0/7] server: Allow datapath debug messages to be suppressed.
The immediate reason for this patch is to reduce the amount of debugging in virt-v2v with using the virt-v2v -v option (because this implies running nbdkit in verbose mode too). Most of the messages are datapath ones about pread/pwrite requests, and in fact as we've added more filters on top of nbdkit these messages have got more and more verbose. However they are not particularly
2002 May 16
2
possible bug rsync-2.5.5 rsyncd.conf option "max connections"
Hello, I think i may have found a bug in the "max clients" option in rsyncd.conf [we use rsync-2.5.5; All platforms I tried (Irix-6.5.14 and various linux flavours) show the behaviour explained below] The manpage says: |max connections | The "max connections" option allows you to specify | the maximum number of simultaneous connections you | will allow to
2003 May 16
4
[RFC] report options
I have hinted in the past of wanting to go to a more selective control of the output of rsync. Here it is. PROBLEMS with the existing --verbose et al. The simple incrementing verbose doesn't allow one to restrict stdout to what actually is of interest. For instance inside dirvish i don't care about directories, or any kind of non-regular file because they show up every time even if
2004 Mar 14
1
1.8.1 Make problem on SunOS
I am trying to make R-1.8.1 on (SunOS shell1 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2). I did ./configure make Configure output seems ok. The make proceeds until the following line appears, repeated indefinitely (until I break): ./config.status: ./confstat28489-19881/subs.frag: cannot overwrite existing file I suspect that this may involve write permissions (and maybe the umask set in
2010 May 18
1
problem compiling pigeonhole + my fix
hello, yesterday I tried to package dovecot-2.0beta5 + pigeonhole from Mercurial repository. I put pigeonhole as a subdir in the dovecot sourcetree. Following http://hg.rename-it.nl/dovecot-2.0-pigeonhole/raw-file/tip/INSTALL I called ./autogen.sh; ./configure --with-dovecot=..; make In the buildprocess I saw this output ( from autogen.sh ): Putting files in AC_CONFIG_AUX_DIR, `..'.
2019 Aug 29
2
[PATCH] p2v: Ignore gtk2 deprecated declarations.
This patch is against libguestfs's old copy of p2v, but the same patch ought to also apply against virt-p2v. Rich.
2019 Aug 27
1
[PATCH nbdkit] server: Try hard to maintain invariant that fds 0, 1 and 2 are always open.
https://www.redhat.com/archives/libguestfs/2019-August/thread.html#00347 Thanks: Eric Blake and Daniel P. Berrangé --- common/utils/utils.h | 1 + server/connections.c | 4 ++-- server/crypto.c | 5 +++-- server/main.c | 23 +++++++++++++++++++++++ common/utils/utils.c | 29 +++++++++++++++++++++++++++++ 5 files changed, 58 insertions(+), 4 deletions(-) diff --git
2008 Jan 19
1
Questions about building the world
1. I noticed the WITHOUT_SSP switch in src.conf(5). Does this mean that Propolice is currently used by default? 2. For debugging purposes, I'd like to rebuild my whole world with debugging symbols. Adding -g to the flags in make.conf seemed to do the trink until right before the installation of the new files. Doing a nm on libc.so.7 yielded all the symbols, as expected. However, after
2012 Sep 09
8
bsnmpd always died on HDD detach
I am running bsnmpd with basic snmpd.config (only community and location changed). When there is a problem with HDD and disk disapeared from ATA channel (eg.: disc physically removed) the bsnmpd always dumps core: kernel: pid 1188 (bsnmpd), uid 0: exited on signal 11 (core dumped) I see this for a long rime on all releases of 7.x and 8.x branches (i386 and amd64). I did not tested 9.x. Is
2007 Mar 19
2
Wine crash
Hello, I can't use Wine from version >=0.9.18 anymore. It compiles ok and then it crashes somewhere in the middle of installation, I think when Wine tries to execute something. Even when I try to run winecfg it crashes. It worked with Wine version 0.9.17 and lower. Anyone have any idea what's wrong ? I'm running Slackware 10.0. Below is what happens when I try to run winecfg.
2019 Nov 02
2
[PATCH nbdkit 0/2] Implement fuzzing using Clang's libFuzzer.
libFuzzer is Clang's fuzzer, and alternative to using AFL: https://llvm.org/docs/LibFuzzer.html I implemented an alternative method of fuzzing for libnbd earlier today and it's pretty simple: https://github.com/libguestfs/libnbd/commit/c19a6fbae9a21a7d4693418706c59e81ed256875 However it's considerably more difficult to use libFuzzer with non-library code -- in this case nbdkit.
2002 Apr 24
0
RSYNC Error in resolving hostnames since 2.5.4
Dear Listmembers I hope somebody can help me with the following rsync problem. I am trying to connect (at least list the modules) to an rsync 2.4.6 server with a 2.5.4 / 2.5.5 client. I compiled rsync 2.5.5 on an AIX 4.3.3 and on a HP UX 11.x system and I get the same behaviour on both systems. Command: rsync oradump:: (oradump is a 2.4.6 server) Error message: rsync: getaddrinfo: oradump
2025 Jan 21
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
On Tue, 2025-01-21 at 20:20 +0000, Rowland Penny via samba wrote: > On Tue, 21 Jan 2025 21:10:31 +0100 > PaLi via samba <samba at lists.samba.org> wrote: > > > Hello > > > > Thank for suggestion to config fixes. Back to my original question. > > > > Is it possible make > > > > getent group > > > > working on Samba 4 DC >
2025 Jan 21
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
On Tue, 21 Jan 2025 21:10:31 +0100 PaLi via samba <samba at lists.samba.org> wrote: > Hello > > Thank for suggestion to config fixes. Back to my original question. > > Is it possible make > > getent group > > working on Samba 4 DC Yes, but why ? It isn't required for Samba to work, use 'getent group GROUPNAME' instead. > to return list of
2025 Jan 21
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
Hello Thank for suggestion to config fixes. Back to my original question. Is it possible make getent group working on Samba 4 DC to return list of group members to every group line, as it does for group in /etc/group ? I know that I cat get this under root account by? samba-tool group listmembers But how to get members of group under non-root account? Second part of question. I've read
2025 Jan 20
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
On Mon, 20 Jan 2025 21:56:17 +0100 PaLi via samba <samba at lists.samba.org> wrote: > Hello > > I'm confused. On new installation of Samba 4 domain I have some > configuration problem. > > samba release: Version 4.19.5-Ubuntu > > * example for user "pali" > > * returns members of this group > $ sudo samba-tool group listmembers GROUP1
2025 Jan 20
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
Hello I'm confused. On new installation of Samba 4 domain I have some configuration problem. samba release: Version 4.19.5-Ubuntu * example for user "pali" * returns members of this group $ sudo samba-tool group listmembers GROUP1 ... pali ... * no users in group? -- returns correct info (name, gid) except group members - it is empty $ getent group GROUP1 -- EMPTY -- * but
2019 May 27
4
samba-tool group removemembers, not working
Because of other issues using ADUC, I tried to remove a domain member using: > samba-tool group removemembers "Domain Computers" MARKA\$ Removed members from group Domain Computers As shown, it say it "Removed members", but ... > samba-tool group listmembers "Domain Computers" : LABRAT$ : OHPRSSTORAGE$ MARKA$ : COMMON$ : listmembers still shows the computer
2017 Oct 30
5
Listing AD group members
Hi, Ive been trying to work out how to get wbinfo to list members of a specific AD group, rather than list groups a specific user is in. So far I have had no luck... In fact im not sure its possible with wbinfo. Is there another tool which could do this? James -- Sent using Dekko from my Ubuntu device
2019 May 30
2
samba-tool group removemembers, not working
Actually, I do/did leave the domain in the normal Windows way. But the (former) domain member computer still always show both in ADUC and samba-tool group listmembers "Domain Computers". So, I normally do a 2nd step by deleting the computer with ADUC. After doing so the computer no longer shows with samba-tool group listmembers "Domain Computers". I was simply looking for