search for: econet

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

Did you mean: econel
2010 Mar 16
1
hard to define
Hi all. I am trying to use debian package preseeding within my modules. Therefor I have created a preseed_package.pp like: define authentication::preseed_package ( $ensure ) { file { "/var/local/preseed/$name.preseed": source => "$module_path/files/$name.preseed", mode => 600, backup => false, require => File["/var/local/preseed"], } package {
2010 Mar 13
1
klibc build trouble
as the next klibc release 1.5.16 looks like shaping up, I have a trouble to build that for Debian. currently I build depent on linux-libc-dev, I don't know what against I can build latest klibc, see klibc fails to build due too: make -C linux/ ARCH=x86_64 INSTALL_HDR_PATH=debian/tmp/usr/lib/klibc/ headers_install make[3]: *** No rule to make target `headers_install'. Stop. make[2]: ***
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes. External Building ================= Patches 1 through 8 enable to use of klibc's build system while leaving the src tree pristine (and potentially read only). Specifically: - srctree=<Sources for klibc> - objtree=<Ouput directory for klibc> - KLIBCKERNELSRC=<Kernel sources> - KLIBCKERNELOBJ=<Kernel
2003 Dec 01
0
No subject
...rom unknown(172.16.1.3) by kirk.tikom.at via smap (4.1) id xma000229; Tue, 15 May 01 14:21:41 +0200 Received: from 172.16.1.2 by virusscan (InterScan E-Mail VirusWall NT); Tue, 15 May 2001 13:25:47 +0100 (Westeuropé‹“sche Normalzeit) Received: from proxy.mpreis.at (root@[192.168.16.1]) by proxy.econet.tikom.at (8.8.8/8.8.8) with ESMTP id OAA02240 for <samba@lists.samba.org>; Tue, 15 May 2001 14:21:37 +0200 Received: from adam.nt.mpreis.at (adam.mpreis.at [10.1.1.15]) by proxy.mpreis.at (8.9.3/8.9.3/M_Preis X-Mailer 8.9.3-2.7) with ESMTP id OAA06137 for <samba@lists.samba.org>;...
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All, I followed the instructions here at http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ However, when I do a "make menuconfig", I cannot see any XEN related configuration options. What am I missing? Thank you. Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)
2009 Mar 09
1
port based routing
Good Evening, I am trying to set up port based routing on a CentOS 5.2 box as described here: http://www.linuxhorizon.ro/iproute2.html (second example) Therefor I have set up the following mangle and routing rules: $IPTABLES -A OUTPUT -t mangle -p tcp --dport 1100 -j MARK --set-mark 1 $IPTABLES -A OUTPUT -t mangle -p tcp --dport 1101 -j MARK --set-mark 2 $IPTABLES -A OUTPUT -t mangle -p tcp
2009 Mar 19
1
SELinux - different context on subdirectories
Hi all, I have created a directory /srv with the following SELinux context: system_u:object_r:var_t Now I want to create a subdirectory within /srv which should get a different context. So I tried to set e.g.: semanage fcontext -a -t samba_share_t /srv/samba /sbin/restorecon -v /srv/samba but the context is always reset to: system_u:object_r:var_t What am I missing? Best Regards Marcus