Forum Index > Open Source > Sisteme de operare > Gentoo & *nix console - Support Line

#0 by NIXon (User) (0 mesaje) at 2007-04-12 16:31:54 (888 săptămâni în urmă) - [Link]Top





Gentoo este considerat unul dintre cele mai flexibile şi mai bine gândite distributive. Particularitatea sa principală constă în faptul că tot softul (afară poate de utilitele de bază, care intră în stage3) este compilat din surse, lucru care permite o optimizare maximă a sistemului.
De obicei de el se apucă utilizatorii avansaţi, deşi am văzut tovarăşi pentru care Gentoo a fost primul distributiv... :-)

Resursa informaţională principală:
http://gentoo.org/doc/

Unde poate fi luat distribul:
ftp://ftp.lug.md/pub/mirrors/gentoo/releases/x86/current

Plusul principal pe care eu îl văd în acest sistem (pe lângă mărirea vitezei şi optimizare, clar) este faptul că instalând-ul, cunoşti mai bine structura şi modul de funcţionare al Linux-ului.


Mesaj util ?   Da   4 puncte

1 2 3 4 5 6 7 8 9 10 ... 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
<< Precedenta      Următoarea >>

#1476 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-09 13:09:21 (632 săptămâni în urmă) - [Link]Top
#1475 MrDeath, Pentru ce tie asta? Ce ai de compilat asa mult? Gentoo recomanda sa utilizezi asa ceva doar in cazul cind faci un portage binar, adica compilezi toate pachetele din Gentoo ca sa le instalezi fara compilare. In rest un pachet se compileaza in mediu 5 minute, asta ceva de genul PHP,MYSQL.


Mesaj util ?   Da   0 puncte
#1477 by MrDeath Velo Club (Power User) (0 mesaje) at 2012-03-09 23:34:23 (632 săptămâni în urmă) - [Link]Top
#1476 Edavrio, deacord, da kind ai la lucru un Pentrium D si acasa un i5 si ai de recompilat o droaie de pakete ap ajuta :)
p.s. deja am facut.


Mesaj util ?   Da   0 puncte
#1478 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2012-03-10 16:44:11 (631 săptămâni în urmă) - [Link]Top
#1477 MrDeath, да ты альтруист, однако! Покупать за свои деньги железо, чтоб потом его использовать для компиляции софта на работе :D

Не думаю, что проблема развести на разные порты DISTCC, но даже если с этим и проблема - iptables нас спасёт :wink:

К примеру, у нас есть хост
91.91.91.91
и на нём порты 3632 3633 3634
а наша тупая прога умеет ходить только на порт 1111

Тогда просто берём и натравливаем нашу прогу на три разных IP (например 10.11.11.1~3)с портом 1111, а потом "разводим" подключения по правильным назначениям:

iptables -I PREROUTING -d 10.11.11.1 -p tcp -m tcp --dport 1111 -j DNAT --to-destination 91.91.91.91:3632
iptables -I PREROUTING -d 10.11.11.2 -p tcp -m tcp --dport 1111 -j DNAT --to-destination 91.91.91.91:3633
iptables -I PREROUTING -d 10.11.11.3 -p tcp -m tcp --dport 1111 -j DNAT --to-destination 91.91.91.91:3634

А на том конце, как я понимаю, ещё один NAT.


Mesaj util ?   Da   0 puncte
#1479 by MrDeath Velo Club (Power User) (0 mesaje) at 2012-03-10 23:45:12 (631 săptămâni în urmă) - [Link]Top
#1478 jekader, thx :) dar deja ma solutionat, un pic alfel la mine e topologia retelei :)


Mesaj util ?   Da   0 puncte
#1480 by PumaMD (Uploader) (0 mesaje) at 2012-03-22 18:43:32 (630 săptămâni în urmă) - [Link]Top
iaka nna, nu se compileaza xtables-addons...

build.log
Code
 * Package:    net-firewall/xtables-addons-1.37
 * Repository: gentoo
 * Maintainer: [email protected]
 * USE:        elibc_glibc kernel_linux modules userland_GNU x86 xtables_addons_geoip
 * FEATURES:  ccache distcc sandbox
* Determining the location of the kernel source code
* Found kernel source directory:
*    /usr/src/linux
* Found kernel object directory:
*    /lib/modules/3.2.1-gentoo/build
* Found sources for kernel version:
*    3.2.1-gentoo
* Checking for suitable kernel configuration options...
 [ ok ]
* No IPV6 support in kernel. Disabling: ip6table_rawpost ipset6
>>> Unpacking source...
>>> Unpacking xtables-addons-1.37.tar.xz to /var/tmp/portage/net-firewall/xtables-addons-1.37/work
>>> Source unpacked in /var/tmp/portage/net-firewall/xtables-addons-1.37/work
>>> Preparing source in /var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37 ...
* compat_xtables(xtables_addons:/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions:) xt_geoip(xtables_addons:/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions:/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions)
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37 ...
* econf: updating xtables-addons-1.37/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating xtables-addons-1.37/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --prefix=/ --libexecdir=/lib/ --with-kbuild=/usr/src/linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... none
checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if i686-pc-linux-gnu-gcc static flag -static works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking linux/netfilter/x_tables.h usability... yes
checking linux/netfilter/x_tables.h presence... yes
checking for linux/netfilter/x_tables.h... yes
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxtables... yes
checking for libmnl... yes
checking Xtables module directory... /usr/lib/xtables
checking kernel version that we will build against... 3.2.1.0 in /usr/src/linux
WARNING: You are trying a newer kernel. Results may vary. :-)
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.iptrules
config.status: creating Makefile.mans
config.status: creating geoip/Makefile
config.status: creating extensions/Makefile
config.status: creating extensions/ACCOUNT/Makefile
config.status: creating extensions/ipset-4/Makefile
config.status: creating extensions/ipset-6/Makefile
config.status: creating extensions/pknock/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37 ...
make -j9 'CFLAGS=-O2 -march=prescott -fomit-frame-pointer -pipe' CC=i686-pc-linux-gnu-gcc V=1
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37'
Making all in extensions
make[2]: Entering directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions'
make -f ../Makefile.iptrules all;
make[3]: Entering directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions'
i686-pc-linux-gnu-gcc -Wp,-MMD,./.libxt_geoip.oo.d,-MT,libxt_geoip.oo -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../include -I/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe  -DPIC -fPIC  -O2 -march=prescott -fomit-frame-pointer -pipe -o libxt_geoip.oo -c libxt_geoip.c;
libxt_geoip.c: In function 'geoip_get_subnets':
libxt_geoip.c:99:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result
i686-pc-linux-gnu-gcc  -shared -Wl,-O1 -Wl,--as-needed -o libxt_geoip.so libxt_geoip.oo -lxtables  ;
make[3]: Leaving directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions'
make[2]: Leaving directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions'
Making all in geoip
make[2]: Entering directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/geoip'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/geoip'
make[2]: Entering directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37'
make -f Makefile.mans all;
make[3]: Entering directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37'
for ext in ./extensions/libxt_condition.man ./extensions/libxt_dhcpmac.man ./extensions/libxt_fuzzy.man ./extensions/libxt_geoip.man ./extensions/libxt_gradm.man ./extensions/libxt_iface.man ./extensions/libxt_ipp2p.man ./extensions/libxt_ipv4options.man ./extensions/libxt_length2.man ./extensions/libxt_lscan.man ./extensions/libxt_psd.man ./extensions/libxt_quota2.man ./extensions/pknock/libxt_pknock.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >matches.man;
for ext in ./extensions/ACCOUNT/libxt_ACCOUNT.man ./extensions/libxt_CHAOS.man ./extensions/libxt_CHECKSUM.man ./extensions/libxt_DELUDE.man ./extensions/libxt_DHCPMAC.man ./extensions/libxt_DNETMAP.man ./extensions/libxt_ECHO.man ./extensions/libxt_IPMARK.man ./extensions/libxt_LOGMARK.man ./extensions/libxt_RAWDNAT.man ./extensions/libxt_RAWSNAT.man ./extensions/libxt_STEAL.man ./extensions/libxt_SYSRQ.man ./extensions/libxt_TARPIT.man ./extensions/libxt_TEE.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >targets.man;
sed -e '/@MATCHES@/ r matches.man' -e '/@TARGET@/ r targets.man' xtables-addons.8.in >xtables-addons.8;
make[3]: Leaving directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37'
make[2]: Leaving directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37'
make[1]: Leaving directory `/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37'
* Preparing compat_xtables module
make -j9 HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS= modules
Xtables-addons 1.37 - Linux 3.2.1-gentoo
if [ -n "/usr/src/linux" ]; then make -C /usr/src/linux M=/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions modules; fi;
make[1]: Entering directory `/usr/src/linux-3.2.1-gentoo'
  CC [M]  /var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.o
  CC [M]  /var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/xt_geoip.o
distcc[10333] ERROR: compile /var/tmp/ccache/tmp/compat_xta.tmp.ns1.10319.i on 95.65.24.97 failed
distcc[10333] (dcc_build_somewhere) Warning: remote compilation of '/var/tmp/ccache/tmp/compat_xta.tmp.ns1.10319.i' failed, retrying locally
distcc[10333] Warning: failed to distribute /var/tmp/ccache/tmp/compat_xta.tmp.ns1.10319.i to 95.65.24.97, running locally instead
distcc[10333] ERROR: compile /var/tmp/ccache/tmp/compat_xta.tmp.ns1.10319.i on localhost failed
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:403:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:403:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:403:1: warning: parameter names (without types) in function declaration
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:420:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:420:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:420:1: warning: parameter names (without types) in function declaration
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:427:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:427:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:427:1: warning: parameter names (without types) in function declaration
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:436:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:436:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:436:1: warning: parameter names (without types) in function declaration
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c: In function 'xtnu_request_find_match':
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:453:2: error: implicit declaration of function 'try_then_request_module'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:453:8: warning: assignment makes pointer from integer without a cast
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c: At top level:
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:460:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:460:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:460:1: warning: parameter names (without types) in function declaration
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:473:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:473:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:473:1: warning: parameter names (without types) in function declaration
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:483:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:483:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:483:1: warning: parameter names (without types) in function declaration
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:616:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:616:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:616:1: warning: parameter names (without types) in function declaration
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:618:16: error: expected declaration specifiers or '...' before string constant
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:618:1: warning: data definition has no type or storage class
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:618:1: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'
/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.c:618:16: warning: function declaration isn't a prototype
make[2]: *** [/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions/compat_xtables.o] Error 1
make[1]: *** [_module_/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37/extensions] Error 2
make[1]: Leaving directory `/usr/src/linux-3.2.1-gentoo'
make: *** [modules] Error 2
* ERROR: net-firewall/xtables-addons-1.37 failed (compile phase):
*  emake failed
*
* If you need support, post the output of 'emerge --info =net-firewall/xtables-addons-1.37',
* the complete build log and the output of 'emerge -pqv =net-firewall/xtables-addons-1.37'.
* The complete build log is located at '/var/tmp/portage/net-firewall/xtables-addons-1.37/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-firewall/xtables-addons-1.37/temp/environment'.
* S: '/var/tmp/portage/net-firewall/xtables-addons-1.37/work/xtables-addons-1.37'
ÎnchideЗакрыть



Mesaj util ?   Da   0 puncte
#1481 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-22 18:54:55 (630 săptămâni în urmă) - [Link]Top
Code
make[1]: Leaving directory `/usr/src/linux-3.2.1-gentoo'
make: *** [modules] Error 2


Suport in Kernel nui. Data viitoare citeste pe forums.gentoo.org deja tot este. Sau How-To.


Mesaj util ?   Da   0 puncte
#1482 by PumaMD (Uploader) (0 mesaje) at 2012-03-22 22:12:18 (630 săptămâni în urmă) - [Link]Top
#1481 Edavrio, ok, atunci care versiune este compatibila cu xtables-addons ?


Mesaj util ?   Da   0 puncte
#1483 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-23 10:29:34 (630 săptămâni în urmă) - [Link]Top
#1482 PumaMD, Bai pune Support in Kernel pentru NetFilter si toate match-urile.


Mesaj util ?   Da   0 puncte
#1484 by PumaMD (Uploader) (0 mesaje) at 2012-03-23 14:35:20 (630 săptămâni în urmă) - [Link]Top
#1483 Edavrio, "... Bai pune Support in Kernel pentru NetFilter si toate match-urile. ..." - la concret ?


Mesaj util ?   Da   0 puncte
#1485 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-23 16:29:37 (630 săptămâni în urmă) - [Link]Top
#1484 PumaMD, Mai concret ce vrei sa-ti spun? Compilezi Kernel cu Suport de xtables.


Mesaj util ?   Da   0 puncte
#1486 by PumaMD (Uploader) (0 mesaje) at 2012-03-23 18:06:27 (630 săptămâni în urmă) - [Link]Top
#1485 Edavrio,

Code
# zcat /proc/config.gz | grep XTABLES
CONFIG_NETFILTER_XTABLES=y



Mesaj util ?   Da   0 puncte
#1487 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-23 22:39:47 (630 săptămâni în urmă) - [Link]Top
#1486 PumaMD, Ap si baga restul match-urilor care iti trebuiesc.


Mesaj util ?   Da   0 puncte
#1488 by PumaMD (Uploader) (0 mesaje) at 2012-03-24 10:32:51 (630 săptămâni în urmă) - [Link]Top
#1487 Edavrio, nimic legat cu geoip nu este in config-ul kernel-ului
Code
# zcat /proc/config.gz | grep XT_MATCH
# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
# CONFIG_NETFILTER_XT_MATCH_CPU is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
CONFIG_NETFILTER_XT_MATCH_HL=y
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
# CONFIG_NETFILTER_XT_MATCH_OSF is not set
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
CONFIG_NETFILTER_XT_MATCH_STATE=m
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
# CONFIG_NETFILTER_XT_MATCH_U32 is not set



Mesaj util ?   Da   0 puncte
#1489 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-24 13:03:46 (629 săptămâni în urmă) - [Link]Top
#1488 PumaMD, Tu ceva ai scapat inseamna. La mine se compileaza fara probleme.


Mesaj util ?   Da   0 puncte
#1490 by PumaMD (Uploader) (0 mesaje) at 2012-03-24 14:29:29 (629 săptămâni în urmă) - [Link]Top
#1489 Edavrio, ce raspunde la tine comanda ?
Code
zcat /proc/config.gz | grep XT_MATCH



Mesaj util ?   Da   0 puncte
#1491 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-24 16:44:27 (629 săptămâni în urmă) - [Link]Top
#1490 PumaMD,

Code
zeus7 ~ # zcat /proc/config.gz | grep XT_MATCH
gzip: /proc/config.gz: No such file or directory
zeus7 ~ # iptables -v
iptables v1.4.12: no command specified
Try `iptables -h' or 'iptables --help' for more information.

kernel config file
Code

zeus7 linux # cat .config | grep NET
CONFIG_NET_NS=y
CONFIG_NET=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NETFILTER_TPROXY=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m
# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
# CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
# CONFIG_NETFILTER_XT_TARGET_CT is not set
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
# CONFIG_NETFILTER_XT_MATCH_CPU is not set
CONFIG_NETFILTER_XT_MATCH_DCCP=m
# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
# CONFIG_NETFILTER_XT_MATCH_IPVS is not set
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_IP_SET_HASH_IPPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_NF_TARGET_NETMAP=m
# CONFIG_NET_SCTPPROBE is not set
# CONFIG_NET_DSA is not set
# CONFIG_DECNET is not set
# CONFIG_ECONET is not set
# CONFIG_PHONET is not set
# CONFIG_NET_SCHED is not set
CONFIG_NET_PKTGEN=m
# CONFIG_NET_TCPPROBE is not set
# CONFIG_NET_9P is not set
CONFIG_SCSI_NETLINK=y
CONFIG_NETDEVICES=y
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_NET_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_DNET is not set
# CONFIG_NET_TULIP is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
CONFIG_XEN_NETDEV_FRONTEND=y
# CONFIG_XEN_NETDEV_BACKEND is not set
# CONFIG_NET_FC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_VMXNET3 is not set
CONFIG_NET_DMA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_VHOST_NET is not set
ÎnchideЗакрыть

Sau aruncă root-ul in PM şi o sa mă uit.


Mesaj util ?   Da   0 puncte
#1492 by PumaMD (Uploader) (0 mesaje) at 2012-03-24 18:00:22 (629 săptămâni în urmă) - [Link]Top
#1491 Edavrio,
Code
uname -r



Mesaj util ?   Da   0 puncte
#1493 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-25 07:45:00 (629 săptămâni în urmă) - [Link]Top
#1492 PumaMD,
Code
2.6.39-gentoo



Mesaj util ?   Da   0 puncte
#1494 by PumaMD (Uploader) (0 mesaje) at 2012-03-27 15:48:57 (629 săptămâni în urmă) - [Link]Top
#1493 Edavrio, mai pe scurt, pentru kernel 3.2.1 este nevoie de xtables-addons >=1.41


Mesaj util ?   Da   0 puncte
#1495 by Edavrio Drivers Club (cat /dev/brain > /dev/null) (0 mesaje) at 2012-03-27 15:57:54 (629 săptămâni în urmă) - [Link]Top
#1494 PumaMD, Eu nu stiu, eu nu folosesc asa Kernel.


Mesaj util ?   Da   0 puncte
#1496 by kellyon (Power User) (0 mesaje) at 2012-05-18 23:09:21 (622 săptămâni în urmă) - [Link]Top
Salut vreau sa trec de la Arch la Gentoo, e cineva disponibil sa ma ajute ? cu ceva tutoriale screencast-uri sfaturi, comenzi utile ? am ceva ani de experien'a dar nu am incercat inca Gentoo...


Mesaj util ?   Da   0 puncte
#1497 by vall (Uploader) (0 mesaje) at 2012-05-18 23:45:35 (622 săptămâni în urmă) - [Link]Top
#1496 kellyon, daca ai experientsa de la Arch, atunci nu ramine dekit sa te conduci dupa handbook-ul oficial:
http://www.gentoo.org/doc/en/handbook/index.xml


Mesaj util ?   Da   0 puncte
#1498 by MrDeath Velo Club (Power User) (0 mesaje) at 2012-05-19 00:01:59 (622 săptămâni în urmă) - [Link]Top
#1497 vall, toje mne patriot :D


Mesaj util ?   Da   0 puncte
#1499 by kellyon (Power User) (0 mesaje) at 2012-07-04 07:43:20 (615 săptămâni în urmă) - [Link]Top
Exista vre-un tutorial pentru instalarea completa Gentoo ? sau cel putin aproape .... Amd64 in afara de handbook.... ma poate ajuta cineva , sa-l instalez cu un videotutorial mai complex... Am experienta in Arch si Slackware... Dar Gentuu e ste intr-adevar LINUX...


Mesaj util ?   Da   0 puncte
#1500 by predatorgcc (Resistance is futile) (0 mesaje) at 2012-07-04 07:51:31 (615 săptămâni în urmă) - [Link]Top

kellyon wrote:

Am experienta in Arch si Slackware... Dar Gentuu e ste intr-adevar LINUX...


Da arch si slack nu is instradevar. Asa, numai oleaca


Mesaj util ?   Da   0 puncte

1 2 3 4 5 6 7 8 9 10 ... 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
<< Precedenta      Următoarea >>

Forum Index > Open Source > Sisteme de operare > Gentoo & *nix console - Support Line


Navigare rapidă:


Comunitatea digitală din Moldova. Să adunăm și să organizăm conținutul autohton de pe întreg internet pe un singur site web.