search for: setdomainnam

Displaying 6 results from an estimated 6 matches for "setdomainnam".

Did you mean: setdomainname
2009 Jun 25
2
Ensure overriden service after exec has run
...sewhere and inherited) is run after an exec has run? The code; class autofs_nis::services inherits services::base { Service[''ypbind''] { ensure => running, enable=> true, } ..... } class autofs_nis::exec inherits services::base { exec { "setdomainname": command => "domainname blanked", path => "/bin", unless => "[[ $(domainname) == \"blanked\" ]]", } } Open to suggestions to do this differently. --~--~---------~--~----~------------~-------~--~----~ You received...
2020 Sep 22
1
[PATCH] SYSCALLS.def: Add finit_module() system call
...r4s3 at mail.si-head.nl> --- usr/klibc/SYSCALLS.def | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index c8ac9e0d..7a67b01f 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -270,6 +270,7 @@ int uname(struct utsname *); int setdomainname(const char *, size_t); int sethostname(const char *, size_t); long init_module(void *, unsigned long, const char *); +long finit_module(int, const char *, int); long delete_module(const char *, unsigned int); int reboot::__reboot(int, int, int, void *); int syslog::klogctl(int, char *, int);...
2003 Nov 26
1
[PATCH] use 2.6 module syscalls in klibc
...ossible to build module-init-tools (after some tweaking there) against klibc. Arnd <>< ===== klibc/klibc/SYSCALLS 1.3 vs edited ===== --- klibc/klibc/SYSCALLS Mon Nov 24 22:57:30 2003 +++ klibc/klibc/SYSCALLS Wed Nov 26 16:28:23 2003 @@ -139,9 +139,8 @@ int uname(struct utsname *) int setdomainname(const char *, size_t) int sethostname(const char *, size_t) -int init_module(const char *, struct module *) -<!ia64> void * create_module(const char *, size_t) -int delete_module(const char *) +long init_module(void *, unsigned long, const char *) +long delete_module(const char *, unsigned...
2002 Dec 23
1
klibc insmod for recent kernels
...ODULE_H */ diff -urN klibc-0.70+insmod/klibc/SYSCALLS klibc-0.70+nooldmodules/klibc/SYSCALLS --- klibc-0.70+insmod/klibc/SYSCALLS 2002-12-20 01:05:35.000000000 +0100 +++ klibc-0.70+nooldmodules/klibc/SYSCALLS 2002-12-23 13:46:39.000000000 +0100 @@ -138,10 +138,6 @@ int uname(struct utsname *) int setdomainname(const char *, size_t) int sethostname(const char *, size_t) -int init_module(const char *, struct module *) -void * create_module(const char *, size_t) -int delete_module(const char *) -int query_module(const char *, int, void *, size_t, size_t) long init_module(void *, unsigned long, const char...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...taffinity SYSCALL FOUND: connect SYSCALL FOUND: epoll_pwait SYSCALL FOUND: init_module SYSCALL FOUND: delete_module SYSCALL FOUND: mkdirat SYSCALL FOUND: rt_sigsuspend SYSCALL FOUND: openat SYSCALL FOUND: rt_tgsigqueueinfo SYSCALL FOUND: name_to_handle_at SYSCALL FOUND: create_module SYSCALL FOUND: setdomainname SYSCALL FOUND: open SYSCALL FOUND: timerfd_settime SYSCALL FOUND: getxattr SYSCALL FOUND: pause SYSCALL FOUND: swapoff SYSCALL FOUND: ftruncate64 SYSCALL FOUND: mmap2 SYSCALL FOUND: ioperm SYSCALL FOUND: ioprio_get SYSCALL FOUND: setpriority SYSCALL FOUND: rt_sigqueueinfo SYSCALL FOUND: nanosleep...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux