search for: setm

Displaying 7 results from an estimated 7 matches for "setm".

Did you mean: set
2011 Mar 28
2
augeas, rhel6, setm
It turns out augeas on RHEL6 is 0.7.2, which does not have ''setm'' command available. ''setm'' is available in augeas release 0.8, which is available in EPEL, but not available for RHEL6 (the reason is the package is already in RHEL6, thus no package would be released in EPEL for this. All I want to do is to put console=ttyS0 on all kern...
2002 May 21
1
memory management, scale
...ven if i remove all objects with rm() and force the garbage collector to work with gc(), the process monitor utiliity kpm does not show a change of a single byte in memory consumption. So what is wrong. 2. I order to scale a second dataset within a regression model created with a first scaled data setm i would like to scale the second data set in the same way like the first one, but i cannot find the shift and factor of the first scale (for example with attributes or methods). Are the shift and offset stored anywhere or not? (I know, i can calculate the desired values with mean and root mean squa...
2004 Mar 05
1
Errors related to Samba in httpd log!
...path = /disk1/data/usrgrps/gmshare public = yes guest ok = no read only = no inherit permissions = yes force group = goldmine kix script ========== ; Kixtart login script BSW/WBA 8/5/2003 ; Derived from BSW Netware logon script ; Set some Windows environment variables SETM "NAME=@USERID" SETM "TZ=GMT0BST" SETM "SITEID=E" ; ****************** DELETE EXISTING MAPPINGS ******************** ; This is required to avoid errors when mappings already ; exist but have "disconnected" status USE...
2019 May 30
5
[PATCH 0/5] RFC: switch augeas APIs to OCaml
This synchronizes the embedded ocaml-augeas copy, and reimplements the augeas APIs using it (dropping all the C code). The behaviour seems unchanged, although I may have not tested all the various corner cases. Pino Toscano (5): common/mlaugeas: Synchronize with latest ocaml-augeas daemon: fix/enhance error reporting of Augeas exceptions Revert "Revert "daemon: implement
2019 Dec 16
4
[PATCH 0/2] Move ocaml-augeas copy to libguestfs repo
ocaml-augeas is used only by virtlibguestfs, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): Bundle the ocaml-augeas library for use by libguestfs build: switch embedded copy of ocaml-augeas .gitignore | 1 + 3rdparty/ocaml-augeas/COPYING.LIB | 515
2020 Mar 09
4
[PATCH v3 0/3] Switch augeas APIs to OCaml
This reimplements the augeas APIs using ocaml-augeas (dropping all the C code). The behaviour seems unchanged, although I may have not tested all the various corner cases. Changes from v2: - dropped patch #1, as it was applied already (was a real bugfix) - rebased on master Pino Toscano (3): Revert "Revert "daemon: implement OptString for OCaml APIs"" daemon: move augeas
2020 Jan 09
5
[PATCH v2 0/4] Switch augeas APIs to OCaml
This reimplements the augeas APIs using ocaml-augeas (dropping all the C code). The behaviour seems unchanged, although I may have not tested all the various corner cases. Pino Toscano (4): daemon: fix/enhance error reporting of Augeas exceptions Revert "Revert "daemon: implement OptString for OCaml APIs"" daemon: move augeas APIs to OCaml daemon: drop usage of C