search for: confnew

Displaying 10 results from an estimated 10 matches for "confnew".

2002 Dec 12
1
MACLIST -> one more time ... :(
...F-1B-9D-D8 192.168.1.73 My Client IP is 192.168.1.6, I have done shorewall restart and I have changed my IP from 192.168.1.6 to 192.168.1.106. And I have already internet and I can log to the serwer. I should write that I have update my shorewall from 1.3.7, and rename file shorewall.confnew on shorewall.conf so I have all new rules like MACLIST_DISPOSITION=REJECT. So why it is not working, why I still have net ? Why I am not rejected ? Please help me Maciek P.S. Sory for posting not on list mail ... -- ---- Oferta jakiej jeszcze nie by³o! Serwer www 60 MB za 99 z³ rocznie Szcze...
2012 May 07
0
R CMD check, interfacing c++ linking errors
...for(int i =0 ; i< boots;++i) { SEXP memberssxp = VECTOR_ELT(bootClusters,i); int l = LENGTH(memberssxp); int* members = INTEGER(memberssxp); //bootstraps[i] = new int[l]; for(int j = 0; j<l;++j) { bootstraps[i][j] = members[j]; //Rprintf("id: %d\n",members[j]); } } double confnew = REAL(conf)[0]; int Nnode = LENGTH(VECTOR_ELT(bootClusters,0)); MTRand *R = new MTRand(long(443)); // Set random seed vector<bool> significantVec = vector<bool>(Nnode); findConfCore(treeMap,bootstraps,significantVec,confnew,R); vector<pair<int,int> > mergers;...
2012 May 08
0
R CMD check, c++ source linking errors
...for(int i =0 ; i< boots;++i) { SEXP memberssxp = VECTOR_ELT(bootClusters,i); int l = LENGTH(memberssxp); int* members = INTEGER(memberssxp); //bootstraps[i] = new int[l]; for(int j = 0; j<l;++j) { bootstraps[i][j] = members[j]; //Rprintf("id: %d\n",members[j]); } } double confnew = REAL(conf)[0]; int Nnode = LENGTH(VECTOR_ELT(bootClusters,0)); MTRand *R = new MTRand(long(443)); // Set random seed vector<bool> significantVec = vector<bool>(Nnode); findConfCore(treeMap,bootstraps,significantVec,confnew,R); vector<pair<int,int> > mergers;...
2012 May 08
1
R CMD check linking errors, when interfacing c++
...for(int i =0 ; i< boots;++i) { SEXP memberssxp = VECTOR_ELT(bootClusters,i); int l = LENGTH(memberssxp); int* members = INTEGER(memberssxp); //bootstraps[i] = new int[l]; for(int j = 0; j<l;++j) { bootstraps[i][j] = members[j]; //Rprintf("id: %d\n",members[j]); } } double confnew = REAL(conf)[0]; int Nnode = LENGTH(VECTOR_ELT(bootClusters,0)); MTRand *R = new MTRand(long(443)); // Set random seed vector<bool> significantVec = vector<bool>(Nnode); findConfCore(treeMap,bootstraps,significantVec,confnew,R); vector<pair<int,int> > mergers;...
2016 Jun 07
1
[PATCH] customize: Add --uninstall operation.
...ment root with + | "apk" -> sprintf "apk del %s" quoted_args + | "apt" -> + (* http://unix.stackexchange.com/questions/22820 *) + sprintf " + export DEBIAN_FRONTEND=noninteractive + apt_opts='-q -y -o Dpkg::Options::=--force-confnew' + apt-get $apt_opts update + apt-get $apt_opts remove %s + " quoted_args + | "dnf" -> sprintf "dnf -y remove %s" quoted_args + | "pisi" -> sprintf "pisi rm %s" quoted_args + | "pacman" -> sprintf &...
2015 Mar 18
0
Re: Would this be considered a ubuntu or libguestfs issue?
...e is some other method based on persuading the systemd post script not to run, or not to try talking to the init process ... Note that --update is just a convenient shorthand for: --run-command ' export DEBIAN_FRONTEND=noninteractive apt_opts="-q -y -o Dpkg::Options::=--force-confnew" apt-get $apt_opts update apt-get $apt_opts upgrade ' You can play around with that command until you get something that works better. > Errors were encountered while processing: > /var/cache/apt/archives/libpam-systemd_204-5ubuntu20.10_amd64.deb > E: Sub-process /...
2015 Mar 18
2
Re: Would this be considered a ubuntu or libguestfs issue?
On 03/17/2015 05:52 PM, Richard W.M. Jones wrote: > On Tue, Mar 17, 2015 at 11:49:02AM -0400, Lee Revell wrote: >> virt-builder on a ubuntu guest when passed --update fails with >> "Unable ls -al to connect to Upstart": >> >> https://www.nesono.com/node/368 > > Possibly a libguestfs bug. What is the full debug output? What > version of Ubuntu? What
2018 Sep 19
2
virt-customize is very slow in ubuntu 18.04/centos 7.5
...t_package_management "/dev/sda1" libguestfs: trace: inspect_get_package_management = "apt" libguestfs: trace: sh "exec >>'/tmp/builder.log' 2>&1\n\n\n\n export DEBIAN_FRONTEND=noninteractive\n apt_opts='-q -y -o Dpkg::Options::=--force-confnew'\n apt-get $apt_opts remove 'cloud-init'\n \n" guestfsd: main_loop: proc 25 (aug_save) took 0.00 seconds guestfsd: main_loop: new request, len 0xf0 commandrvf: stdout=n stderr=n flags=0x0 commandrvf: mount --bind /dev /sysroot/dev commandrvf: stdout=n stderr=n flags=0x0...
2017 Sep 21
19
Call for testing: OpenSSH 7.6
Hi, OpenSSH 7.6p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at
2014 Mar 18
2
[PATCH] customize: Move virt-customize-related code to a separate
There's not going to be an easy way to present this patch. It's huge and interconnected. Anyway, what it does is lay the groundwork for a new tool which I'm calling 'virt-customize'. virt-customize is virt-builder, but without the part where it downloads a template from a respository. Just the part where it customizes the template, that is, installing packages, editing