search for: envr

Displaying 19 results from an estimated 19 matches for "envr".

Did you mean: envp
2019 Jan 29
2
[PATCH] v2v: linux: use NEVR for querying RPM packages (RHBZ#1669395)
Use NEVR when querying RPM for the list of files of a package, instead of ENVR. Also, use the epoch only when non-zero, and version of RPM supports it. The approach is basically copied from what supermin does in its RPM package handler. --- v2v/linux.ml | 52 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git...
2019 Jan 30
1
[PATCH v3] v2v: linux: use NEVR for querying RPM packages (RHBZ#1669395)
Use NEVR when querying RPM for the list of files of a package, instead of ENVR. Also, use the epoch only when non-zero, and version of RPM supports it. The approach is basically copied from what supermin does in its RPM package handler. --- v2v/linux.ml | 59 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 21 deletions(-) diff --git...
2019 Jan 30
1
[PATCH v2] v2v: linux: use NEVR for querying RPM packages (RHBZ#1669395)
Use NEVR when querying RPM for the list of files of a package, instead of ENVR. Also, use the epoch only when non-zero, and version of RPM supports it. The approach is basically copied from what supermin does in its RPM package handler. --- v2v/linux.ml | 55 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git...
2010 Sep 06
2
WriteXLS problem
...elerator \Workbook.py", line 526 boundsheets_len += len(BIFFRecords.BoundSheetRecord(0x00L, sheet.hidden, sheet.name).get()) ^ SyntaxError: invalid syntax Using the second option I get this message: Error en get(as.character(i)),envr=envir) : objeto '00000000089' no encontrado Object '00000000089' not found. Im using this R platform: sessionInfo() R version 2.11.1 Patched (2010-08-30 r52848) Platform: x86_64-unknown-linux-gnu (64-bit) Locale: LC_CTYPE=es_CO.UTF-8 Is the only solution to export to ".c...
2005 Jun 23
1
3.0.20pre1 - Test in NT4 Domain using "winbind nested groups"
...yes" defined I see none of the NT4 DC's local groups in Samba, either via wbinfo -g, getent group, or via Windows Explorer security dialogs. Presumably the reasonably recent nested groups support will work in an NT4 domain, as it appears to in ADS (although I've not yet tested in ADS envr myself, yet)? Envr: SLES8 2.4.21-278 Kernel, glibc-2.2.5-231 Arch: (s390) excerpt from smb.conf: [global] workgroup = DBR05A netbios name = SLES81 netbios aliases = THOME VHOME QHOME server string = SLES8 Samba Test Server os level = 65 domain mast...
2015 Nov 06
4
Puzzled by eval
...That test is motivated by a user who called his data set "t", and ended up with a match to base:::t instead of his data, resulting in a strange error message out of model.frame --- you can always count on the users! (There are a few hundred.) I'm attempting to be careful with envr and enclos arguments -- how does base end up earlier in the search path? Perhaps this is clearly stated in the docs and just not clear to me? A working solution to the dilemma is of course more than welcome. Terry Therneau code: joe <- function(id, data, subset, na.action, date1, date2,...
2019 Jan 30
0
Re: [PATCH] v2v: linux: use NEVR for querying RPM packages (RHBZ#1669395)
On Tue, Jan 29, 2019 at 03:29:44PM +0100, Pino Toscano wrote: > Use NEVR when querying RPM for the list of files of a package, instead > of ENVR. Also, use the epoch only when non-zero, and version of RPM > supports it. > > The approach is basically copied from what supermin does in its RPM > package handler. > --- > v2v/linux.ml | 52 +++++++++++++++++++++++++++++++--------------------- > 1 file changed, 31 insertio...
2016 Aug 10
1
[PATCH 2/7] v2v: add basic support for the "deb" package manager
...;%s" (String.concat " " (Array.to_list cmd)); + let files = g#command_lines cmd in + let files = Array.to_list files in + List.sort compare files | "rpm" -> (* Since RPM allows multiple packages installed with the same * name, always check the full ENVR here (RHBZ#1161250). @@ -98,6 +108,29 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = let rec file_owner (g : G.guestfs) inspect path = let package_format = inspect.i_package_format in match package_format with + | "deb" -> + (* With dpkg usually the direct...
2016 Aug 09
2
Re: [PATCH 2/8] v2v: add basic support for the "deb" package manager
...; " (Array.to_list cmd)); > + let files = g#command_lines cmd in > + let files = Array.to_list files in > + List.sort compare files > | "rpm" -> > (* Since RPM allows multiple packages installed with the same > * name, always check the full ENVR here (RHBZ#1161250). > @@ -98,6 +108,19 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = > let rec file_owner (g : G.guestfs) inspect path = > let package_format = inspect.i_package_format in > match package_format with > + | "deb" -> > + l...
2016 Aug 09
1
Re: [PATCH 2/8] v2v: add basic support for the "deb" package manager
...= g#command_lines cmd in > > > + let files = Array.to_list files in > > > + List.sort compare files > > > | "rpm" -> > > > (* Since RPM allows multiple packages installed with the same > > > * name, always check the full ENVR here (RHBZ#1161250). > > > @@ -98,6 +108,19 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = > > > let rec file_owner (g : G.guestfs) inspect path = > > > let package_format = inspect.i_package_format in > > > match package_format with >...
2020 Aug 03
1
8.2.2004 Latest yum update renders machine unbootable
> > You just need to reinstall the kernel and it should work. > > Is it possible to bump the kernel version number to make sure the kernel gets re-installed on automated installs? Or would this break the compatibility with RHEL? P.
2015 Nov 06
1
Puzzled by eval
...ho called his data set "t", and >> ended up with a match to base:::t instead of his data, resulting in a strange error >> message out of model.frame --- you can always count on the users! (There are a few >> hundred.) >> I'm attempting to be careful with envr and enclos arguments -- how does base end up >> earlier in the search path? Perhaps this is clearly stated in the docs and just not >> clear to me? A working solution to the dilemma is of course more than welcome. > > I haven't followed through all the details in fred(), bu...
2016 Aug 08
0
[PATCH 2/8] v2v: add basic support for the "deb" package manager
...;%s" (String.concat " " (Array.to_list cmd)); + let files = g#command_lines cmd in + let files = Array.to_list files in + List.sort compare files | "rpm" -> (* Since RPM allows multiple packages installed with the same * name, always check the full ENVR here (RHBZ#1161250). @@ -98,6 +108,19 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = let rec file_owner (g : G.guestfs) inspect path = let package_format = inspect.i_package_format in match package_format with + | "deb" -> + let cmd = [| "dpkg";...
2016 Aug 08
11
[PATCH 0/8] v2v: first bits of Debian/Ubuntu guests supports
Hi, this series implements the first bits in v2v to convert Debian/Ubuntu (and derived) guests. The series does not complete the support (see known issues below), but all the patches here should be fit for review and inclusion. The series does not enable the conversion, yet. Known issues: * there is no grubby nor Bootloader::Tools Perl module available in Debian, so there is no way to know
2015 Nov 06
0
Puzzled by eval
...a set "t", and >>> ended up with a match to base:::t instead of his data, resulting in a strange error >>> message out of model.frame --- you can always count on the users! (There are a few >>> hundred.) >>> I'm attempting to be careful with envr and enclos arguments -- how does base end up >>> earlier in the search path? Perhaps this is clearly stated in the docs and just not >>> clear to me? A working solution to the dilemma is of course more than welcome. >> >> I haven't followed through all the detai...
2015 Nov 06
0
Puzzled by eval
...motivated by a user who called his data set "t", and > ended up with a match to base:::t instead of his data, resulting in a strange error > message out of model.frame --- you can always count on the users! (There are a few hundred.) > I'm attempting to be careful with envr and enclos arguments -- how does base end up > earlier in the search path? Perhaps this is clearly stated in the docs and just not > clear to me? A working solution to the dilemma is of course more than welcome. I haven't followed through all the details in fred(), but I can answer t...
2016 Aug 09
0
Re: [PATCH 2/8] v2v: add basic support for the "deb" package manager
...> > + let files = g#command_lines cmd in > > + let files = Array.to_list files in > > + List.sort compare files > > | "rpm" -> > > (* Since RPM allows multiple packages installed with the same > > * name, always check the full ENVR here (RHBZ#1161250). > > @@ -98,6 +108,19 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = > > let rec file_owner (g : G.guestfs) inspect path = > > let package_format = inspect.i_package_format in > > match package_format with > > + | "deb&...
2019 Jan 29
1
[PATCH] v2v: Fix kernel disambiguation by dropping Epoch field (RHBZ#1669395).
...b/v2v/linux.ml index 43449157b..663db8697 100644 --- a/v2v/linux.ml +++ b/v2v/linux.ml @@ -80,29 +80,11 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = | "rpm" -> (* Since RPM allows multiple packages installed with the same - * name, always check the full ENVR here (RHBZ#1161250). + * name, always check the full NVR here (RHBZ#1161250). *) let pkg_name = sprintf "%s-%s-%s" app.G.app2_name app.G.app2_version app.G.app2_release in - let pkg_name = - if app.G.app2_epoch > 0_l then ( - (* RHEL 3/4 ...
2016 Aug 26
11
[PATCH v2 0/7] v2v: first bits of Debian/Ubuntu guests supports
Hi, this series implements the first bits in v2v to convert Debian/Ubuntu (and derived) guests. The series does not complete the support (see known issues below), but all the patches here should be fit for review and inclusion. The series does not enable the conversion, yet. Known issues: * there is no grubby nor Bootloader::Tools Perl module available in Debian, so there is no way to know