LINUX.ORG.RU

Сообщения Serpico

 

Сервер времени для двух сетей

Здравствуйте. Стоит сервер на Debian с 3-мя сетевыми картами:

  • 10.11.Х.Х (сеть А)
  • 172.20.Х.Х (сеть Б)
  • 192.168.1.Х


Настроен iptables для ограничения между сетями: все 3 сети не видят друг друга, кроме 2 компьютеров которые видит всех (один из них мой).
Необходимо настроить сервер времени, который бы раздавал время сети А и Б. Поставил ntp, сам синхронизируется с другим компьютером в сети. Мой компьютер прекрасно синхронизирует время. Но компьютеры в другой сети никак. Помогите настроить это правильно.
Привожу примеры конфига:
iptables

# Generated by iptables-save v1.4.14 on Fri Mar  7 23:24:38 2014
*filter
:INPUT DROP [67531:6023738]
:FORWARD DROP [11:572]
:OUTPUT ACCEPT [254:33873]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -j ACCEPT
-A INPUT -p udp -m udp --dport 22 -m state --state NEW -j ACCEPT
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 10.11.10.223/32 -m state --state NEW -j ACCEPT
-A FORWARD -s 10.11.12.215/32 -m state --state NEW -j ACCEPT
-A FORWARD -s 10.11.11.213/32 -d 172.20.1.142/32 -p tcp -m tcp --dport 1024:65535 -m state --state NEW -j ACCEPT
-A FORWARD -s 10.11.11.213/32 -d 172.20.1.142/32 -p udp -m udp --dport 1024:65535 -m state --state NEW -j ACCEPT
-A FORWARD -s 10.11.12.98/32 -d 172.20.1.142/32 -p tcp -m tcp --dport 1024:65535 -m state --state NEW -j ACCEPT
-A FORWARD -s 10.11.12.98/32 -d 172.20.1.142/32 -p udp -m udp --dport 1024:65535 -m state --state NEW -j ACCEPT
COMMIT
# Completed on Fri Mar  7 23:24:38 2014
# Generated by iptables-save v1.4.14 on Fri Mar  7 23:24:38 2014
*nat
:PREROUTING ACCEPT [138862:12920595]
:INPUT ACCEPT [4:232]
:OUTPUT ACCEPT [31:2105]
:POSTROUTING ACCEPT [0:0]
-A POSTROUTING -j MASQUERADE
COMMIT
# Completed on Fri Mar  7 23:24:38 2014
18 12:41:03 2014


ntp.conf

# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help

driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log

# Enable this if you want statistics to be logged.
#statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

server 10.11.10.5

server 127.127.1.0
fudge  127.127.1.0 stratum 10

restrict default nomodify nopeer

restrict 127.0.0.1

restrict 172.20.0.0 mask 255.255.0.0 nomodify notrap
restrict 10.11.12.215
restrict 10.11.10.223

 ,

Serpico
()

Простой маршрутизатор 3-х сетей

Доброго времени суток. Есть такая задача поставить компьютер с 3-мя сетевыми картами, в которые идут 3 разные сети:

1. 10.11.0.0/16
2. 172.20.0.0/16
3. 192.168.1.0/24

Ни одна сеть не должна видеть другую сеть, но админские компьютеры (например 10.11.10.7) должны видеть другие сети по всем портам.

Как мне это сделать через iptables ? Я уже просто окончательно запутался.

P.S. сетевые карты:

eth0: 10.11.20.70
eth1: 172.20.1.1
eth2: 192.168.1.1

 ,

Serpico
()

Не могу запустить иксы

Здравствуйте. Никак не могу запустить иксы. Очень прошу помоши. Видео карта - Intel 82945G/GZ. Дистр - Арч
Xorg.0.log:

[   202.553] 
X.Org X Server 1.14.1
Release Date: 2013-04-17
[   202.559] X Protocol Version 11, Revision 0
[   202.561] Build Operating System: Linux 3.8.7-1-ARCH i686 
[   202.563] Current Operating System: Linux app-gr 3.9.3-1-ARCH #1 SMP PREEMPT Mon May 20 08:00:01 CEST 2013 i686
[   202.563] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b7594167-e7cd-45c4-94dd-9a9ee24f6b5b ro quiet
[   202.567] Build Date: 17 April 2013  02:43:06PM
[   202.569]  
[   202.571] Current version of pixman: 0.30.0
[   202.574] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   202.574] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   202.582] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 22 20:38:29 2013
[   202.584] (==) Using config file: "/etc/X11/xorg.conf"
[   202.586] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   202.588] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   202.589] (==) ServerLayout "X.org Configured"
[   202.589] (**) |-->Screen "Screen0" (0)
[   202.589] (**) |   |-->Monitor "Monitor0"
[   202.589] (**) |   |-->Device "Card0"
[   202.589] (**) |-->Screen "Screen1" (1)
[   202.589] (**) |   |-->Monitor "Monitor1"
[   202.589] (**) |   |-->Device "Card1"
[   202.589] (**) |-->Screen "Screen2" (2)
[   202.589] (**) |   |-->Monitor "Monitor2"
[   202.590] (**) |   |-->Device "Card2"
[   202.590] (**) |-->Screen "Screen3" (3)
[   202.590] (**) |   |-->Monitor "Monitor3"
[   202.590] (**) |   |-->Device "Card3"
[   202.590] (**) |-->Input Device "Mouse0"
[   202.590] (**) |-->Input Device "Keyboard0"
[   202.590] (==) Automatically adding devices
[   202.590] (==) Automatically enabling devices
[   202.590] (==) Automatically adding GPU devices
[   202.590] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   202.590] 	Entry deleted from font path.
[   202.590] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   202.590] 	Entry deleted from font path.
[   202.590] (**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   202.590] (**) ModulePath set to "/usr/lib/xorg/modules"
[   202.590] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   202.590] (WW) Disabling Mouse0
[   202.590] (WW) Disabling Keyboard0
[   202.590] (II) Loader magic: 0x8258620
[   202.590] (II) Module ABI versions:
[   202.590] 	X.Org ANSI C Emulation: 0.4
[   202.590] 	X.Org Video Driver: 14.1
[   202.590] 	X.Org XInput driver : 19.1
[   202.590] 	X.Org Server Extension : 7.0
[   202.591] (II) config/udev: Adding drm device (/dev/dri/card0)
[   202.592] (--) PCI:*(0:0:2:0) 8086:2772:1043:817a rev 2, Mem @ 0xcfc00000/524288, 0xd0000000/268435456, 0xcfc80000/262144, I/O @ 0x00008800/8
[   202.594] Initializing built-in extension Generic Event Extension
[   202.596] Initializing built-in extension SHAPE
[   202.598] Initializing built-in extension MIT-SHM
[   202.601] Initializing built-in extension XInputExtension
[   202.603] Initializing built-in extension XTEST
[   202.605] Initializing built-in extension BIG-REQUESTS
[   202.607] Initializing built-in extension SYNC
[   202.609] Initializing built-in extension XKEYBOARD
[   202.611] Initializing built-in extension XC-MISC
[   202.613] Initializing built-in extension SECURITY
[   202.615] Initializing built-in extension XINERAMA
[   202.617] Initializing built-in extension XFIXES
[   202.619] Initializing built-in extension RENDER
[   202.621] Initializing built-in extension RANDR
[   202.623] Initializing built-in extension COMPOSITE
[   202.625] Initializing built-in extension DAMAGE
[   202.627] Initializing built-in extension MIT-SCREEN-SAVER
[   202.630] Initializing built-in extension DOUBLE-BUFFER
[   202.632] Initializing built-in extension RECORD
[   202.634] Initializing built-in extension DPMS
[   202.636] Initializing built-in extension X-Resource
[   202.638] Initializing built-in extension XVideo
[   202.640] Initializing built-in extension XVideo-MotionCompensation
[   202.642] Initializing built-in extension XFree86-VidModeExtension
[   202.644] Initializing built-in extension XFree86-DGA
[   202.646] Initializing built-in extension XFree86-DRI
[   202.648] Initializing built-in extension DRI2
[   202.648] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   202.649] (II) LoadModule: "glx"
[   202.649] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   202.675] (II) Module glx: vendor="X.Org Foundation"
[   202.675] 	compiled for 1.14.1, module version = 1.0.0
[   202.675] 	ABI class: X.Org Server Extension, version 7.0
[   202.675] (==) AIGLX enabled
[   202.678] Loading extension GLX
[   202.678] (II) LoadModule: "modesetting"
[   202.678] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   202.678] (II) Module modesetting: vendor="X.Org Foundation"
[   202.678] 	compiled for 1.14.0, module version = 0.7.0
[   202.678] 	Module class: X.Org Video Driver
[   202.678] 	ABI class: X.Org Video Driver, version 14.1
[   202.678] (II) LoadModule: "vesa"
[   202.679] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   202.679] (II) Module vesa: vendor="X.Org Foundation"
[   202.679] 	compiled for 1.14.0, module version = 2.3.2
[   202.679] 	Module class: X.Org Video Driver
[   202.679] 	ABI class: X.Org Video Driver, version 14.1
[   202.679] (II) LoadModule: "intel"
[   202.679] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   202.679] (II) Module intel: vendor="X.Org Foundation"
[   202.679] 	compiled for 1.14.0, module version = 2.21.6
[   202.679] 	Module class: X.Org Video Driver
[   202.680] 	ABI class: X.Org Video Driver, version 14.1
[   202.680] (II) LoadModule: "fbdev"
[   202.680] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   202.680] (II) Module fbdev: vendor="X.Org Foundation"
[   202.680] 	compiled for 1.14.0, module version = 0.4.3
[   202.680] 	Module class: X.Org Video Driver
[   202.680] 	ABI class: X.Org Video Driver, version 14.1
[   202.680] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   202.680] (II) VESA: driver for VESA chipsets: vesa
[   202.680] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
	Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
	Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
	Haswell Server (GT2+), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
	Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
	Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
	Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
	Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
	Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
	Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
	ValleyView PO board
[   202.681] (II) FBDEV: driver for framebuffer: fbdev
[   202.681] (++) using VT number 1

[   202.681] (II) modesetting(0): using drv /dev/dri/card0
[   202.681] (WW) Falling back to old probe method for vesa
[   202.681] (WW) Falling back to old probe method for fbdev
[   202.681] (II) Loading sub module "fbdevhw"
[   202.681] (II) LoadModule: "fbdevhw"
[   202.681] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   202.682] (II) Module fbdevhw: vendor="X.Org Foundation"
[   202.682] 	compiled for 1.14.1, module version = 0.0.2
[   202.682] 	ABI class: X.Org Video Driver, version 14.1
[   202.682] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
[   202.682] (==) modesetting(0): RGB weight 888
[   202.682] (==) modesetting(0): Default visual is TrueColor
[   202.682] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
[   202.763] (II) modesetting(0): Output VGA-0 using monitor section Monitor0
[   202.840] (II) modesetting(0): EDID for output VGA-0
[   202.840] (II) modesetting(0): Manufacturer: SAM  Model: 68a  Serial#: 809054768
[   202.840] (II) modesetting(0): Year: 2012  Week: 8
[   202.840] (II) modesetting(0): EDID Version: 1.3
[   202.840] (II) modesetting(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[   202.840] (II) modesetting(0): Sync:  Separate  Composite  SyncOnGreen
[   202.840] (II) modesetting(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[   202.840] (II) modesetting(0): Gamma: 2.20
[   202.840] (II) modesetting(0): DPMS capabilities: Off; RGB/Color Display
[   202.840] (II) modesetting(0): First detailed timing is preferred mode
[   202.840] (II) modesetting(0): redX: 0.638 redY: 0.348   greenX: 0.334 greenY: 0.608
[   202.840] (II) modesetting(0): blueX: 0.150 blueY: 0.057   whiteX: 0.312 whiteY: 0.329
[   202.840] (II) modesetting(0): Supported established timings:
[   202.840] (II) modesetting(0): 720x400@70Hz
[   202.840] (II) modesetting(0): 640x480@60Hz
[   202.840] (II) modesetting(0): 640x480@67Hz
[   202.840] (II) modesetting(0): 640x480@72Hz
[   202.840] (II) modesetting(0): 640x480@75Hz
[   202.840] (II) modesetting(0): 800x600@56Hz
[   202.840] (II) modesetting(0): 800x600@60Hz
[   202.840] (II) modesetting(0): 800x600@72Hz
[   202.840] (II) modesetting(0): 800x600@75Hz
[   202.840] (II) modesetting(0): 832x624@75Hz
[   202.840] (II) modesetting(0): 1024x768@60Hz
[   202.840] (II) modesetting(0): 1024x768@70Hz
[   202.840] (II) modesetting(0): 1024x768@75Hz
[   202.840] (II) modesetting(0): 1280x1024@75Hz
[   202.840] (II) modesetting(0): 1152x864@75Hz
[   202.840] (II) modesetting(0): Manufacturer's mask: 0
[   202.840] (II) modesetting(0): Supported standard timings:
[   202.840] (II) modesetting(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   202.840] (II) modesetting(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   202.840] (II) modesetting(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   202.840] (II) modesetting(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   202.840] (II) modesetting(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   202.840] (II) modesetting(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   202.840] (II) modesetting(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   202.840] (II) modesetting(0): #7: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[   202.840] (II) modesetting(0): Supported detailed timing:
[   202.840] (II) modesetting(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[   202.840] (II) modesetting(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   202.840] (II) modesetting(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   202.840] (II) modesetting(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[   202.840] (II) modesetting(0): Monitor name: SMBX2440
[   202.840] (II) modesetting(0): Serial No: HLOB200250
[   202.840] (II) modesetting(0): EDID (in hex):
[   202.840] (II) modesetting(0): 	00ffffffffffff004c2d8a0630323930
[   202.840] (II) modesetting(0): 	081601030e351e782a4ba1a359559b26
[   202.840] (II) modesetting(0): 	0e5054bfef808100814081809500a940
[   202.840] (II) modesetting(0): 	b300714f950f023a801871382d40582c
[   202.840] (II) modesetting(0): 	4500132b2100001e000000fd00384b1e
[   202.840] (II) modesetting(0): 	5111000a202020202020000000fc0053
[   202.840] (II) modesetting(0): 	4d4258323434300a20202020000000ff
[   202.840] (II) modesetting(0): 	00484c4f423230303235300a2020003c
[   202.840] (II) modesetting(0): Printing probed modes for output VGA-0
[   202.841] (II) modesetting(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   202.841] (II) modesetting(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   202.841] (II) modesetting(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   202.841] (II) modesetting(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   202.841] (II) modesetting(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   202.841] (II) modesetting(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   202.841] (II) modesetting(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   202.841] (II) modesetting(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   202.841] (II) modesetting(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[   202.841] (II) modesetting(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   202.841] (II) modesetting(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[   202.841] (II) modesetting(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   202.841] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   202.841] (II) modesetting(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   202.841] (II) modesetting(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   202.841] (II) modesetting(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   202.841] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   202.841] (II) modesetting(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   202.841] (II) modesetting(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[   202.841] (II) modesetting(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   202.841] (II) modesetting(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   202.841] (II) modesetting(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   202.841] (II) modesetting(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   202.841] (II) modesetting(0): Output VGA-0 connected
[   202.841] (II) modesetting(0): Using exact sizes for initial modes
[   202.841] (II) modesetting(0): Output VGA-0 using initial mode 1920x1080
[   202.841] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   202.841] (==) modesetting(0): DPI set to (96, 96)
[   202.841] (II) Loading sub module "fb"
[   202.841] (II) LoadModule: "fb"
[   202.848] (II) Loading /usr/lib/xorg/modules/libfb.so
[   202.859] (II) Module fb: vendor="X.Org Foundation"
[   202.859] 	compiled for 1.14.1, module version = 1.0.0
[   202.859] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   202.859] (II) Loading sub module "shadow"
[   202.859] (II) LoadModule: "shadow"
[   202.859] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   202.860] (II) Module shadow: vendor="X.Org Foundation"
[   202.861] 	compiled for 1.14.1, module version = 1.1.0
[   202.861] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   202.861] (II) UnloadModule: "vesa"
[   202.861] (II) Unloading vesa
[   202.861] (II) UnloadModule: "intel"
[   202.861] (II) Unloading intel
[   202.861] (II) UnloadModule: "fbdev"
[   202.861] (II) Unloading fbdev
[   202.861] (II) UnloadSubModule: "fbdevhw"
[   202.861] (II) Unloading fbdevhw
[   202.861] (==) Depth 24 pixmap format is 32 bpp
[   202.882] (==) modesetting(0): Backing store disabled
[   202.882] (==) modesetting(0): Silken mouse enabled
[   202.882] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   202.883] (==) modesetting(0): DPMS enabled
[   202.906] (--) RandR disabled
[   202.921] (II) AIGLX: Screen 0 is not DRI2 capable
[   202.921] (II) AIGLX: Screen 0 is not DRI capable
[   203.433] (II) AIGLX: Loaded and initialized swrast
[   203.433] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   203.434] (II) modesetting(0): Damage tracking initialized
[   203.434] (II) modesetting(0): Setting screen physical size to 507 x 285
[   204.052] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   204.052] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   204.053] (II) LoadModule: "evdev"
[   204.053] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   204.071] (II) Module evdev: vendor="X.Org Foundation"
[   204.071] 	compiled for 1.14.0, module version = 2.8.0
[   204.071] 	Module class: X.Org XInput Driver
[   204.071] 	ABI class: X.Org XInput driver, version 19.1
[   204.072] (II) Using input driver 'evdev' for 'Power Button'
[   204.072] (**) Power Button: always reports core events
[   204.072] (**) evdev: Power Button: Device: "/dev/input/event2"
[   204.072] (--) evdev: Power Button: Vendor 0 Product 0x1
[   204.072] (--) evdev: Power Button: Found keys
[   204.072] (II) evdev: Power Button: Configuring as keyboard
[   204.072] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   204.072] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   204.072] (**) Option "xkb_rules" "evdev"
[   204.072] (**) Option "xkb_model" "evdev"
[   204.072] (**) Option "xkb_layout" "us"
[   204.111] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   204.111] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   204.111] (II) Using input driver 'evdev' for 'Power Button'
[   204.111] (**) Power Button: always reports core events
[   204.111] (**) evdev: Power Button: Device: "/dev/input/event1"
[   204.111] (--) evdev: Power Button: Vendor 0 Product 0x1
[   204.111] (--) evdev: Power Button: Found keys
[   204.111] (II) evdev: Power Button: Configuring as keyboard
[   204.111] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   204.111] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   204.111] (**) Option "xkb_rules" "evdev"
[   204.111] (**) Option "xkb_model" "evdev"
[   204.112] (**) Option "xkb_layout" "us"
[   204.112] (II) config/udev: Adding drm device (/dev/dri/card0)
[   204.113] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event4)
[   204.113] (II) No input driver specified, ignoring this device.
[   204.113] (II) This device may have been added with another device file.
[   204.113] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
[   204.113] (II) No input driver specified, ignoring this device.
[   204.113] (II) This device may have been added with another device file.
[   204.114] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event6)
[   204.114] (II) No input driver specified, ignoring this device.
[   204.114] (II) This device may have been added with another device file.
[   204.114] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   204.114] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   204.114] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   204.114] (**) AT Translated Set 2 keyboard: always reports core events
[   204.114] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   204.114] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   204.114] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   204.114] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   204.114] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   204.114] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[   204.114] (**) Option "xkb_rules" "evdev"
[   204.114] (**) Option "xkb_model" "evdev"
[   204.114] (**) Option "xkb_layout" "us"
[   204.115] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event7)
[   204.115] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[   204.115] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
[   204.115] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[   204.115] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event7"
[   204.115] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
[   204.115] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[   204.115] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[   204.115] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
[   204.115] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[   204.116] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
[   204.116] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
[   204.116] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[   204.116] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   204.116] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[   204.116] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 9)
[   204.116] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[   204.116] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[   204.116] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[   204.116] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[   204.116] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[   204.117] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[   204.117] (II) No input driver specified, ignoring this device.
[   204.117] (II) This device may have been added with another device file.
[   204.117] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   204.117] (II) No input driver specified, ignoring this device.
[   204.117] (II) This device may have been added with another device file.
[   204.260] (II) evdev: ImPS/2 Generic Wheel Mouse: Close
[   204.261] (II) UnloadModule: "evdev"
[   204.261] (II) evdev: AT Translated Set 2 keyboard: Close
[   204.261] (II) UnloadModule: "evdev"
[   204.261] (II) evdev: Power Button: Close
[   204.261] (II) UnloadModule: "evdev"
[   204.261] (II) evdev: Power Button: Close
[   204.261] (II) UnloadModule: "evdev"
[   204.355] Server terminated successfully (0). Closing log file.

И xorg.conf:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Screen      2  "Screen2" RightOf "Screen1"
	Screen      3  "Screen3" RightOf "Screen2"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor3"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "kmsdev"             	# <str>
        #Option     "ShadowFB"           	# [<bool>]
	Identifier  "Card0"
	Driver      "modesetting"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card1"
	Driver      "vesa"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "DRI"                	# <str>
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "RelaxedFencing"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card2"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
	Identifier  "Card3"
	Driver      "fbdev"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen3"
	Device     "Card3"
	Monitor    "Monitor3"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Serpico
()

Маршрутизатор на FreeBSD

Ищу помощи ибо сам уже окончательно запутался с настройками.
Нужно настроить FreeBSD (версия 9.1) где 3 сетевые карты, и каждая из них подключена в отдельный Свитч с разными сетями.Схема
Нужно настроить так чтобы Отдел Сбыта, ОТК и сеть цеха могли связываться с компьютерами только в своей сети (см. схему). То есть каждая сеть существует отдельно. Но при этом компьютер Админа мог связываться с любым компьютером по любой сети, ну то есть по сути надо просто прописать маршрут в роутере с чем у меня и проблемы.

 ,

Serpico
()

Репликация баз Firebird

Есть 2 сервера на обоих стоит firebird, на одном v.1.5(сервер А) на другом v.2.5(сервера Б). Как можно сделать репликацию базы с А на Б ?

 

Serpico
()

Нет доступа к страницам в XAMPP

поставил xampp. При переходе с другого компа на http://ip_с_xampp/phpmyadmin выдает сообщение:

Access forbidden!

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

Что собственно делать? Я конечно понимаю что нужно поменять в настройках уровень доступа, но где?

 

Serpico
()

Обрывается SSH

Подключаюсь к ssh через putty, поработаю от силы 1-2 минуты и обрыв, и дальше вообще никак не подключается. Спасает перезагрузка. В чем проблема? Дистр. - Arch

 

Serpico
()

Как установить Gentoo с нужным ядром?

Ни разу не ставил Gentoo прочел только немного хэндбук, но пока не нашел. Как же установить Gentoo с ядром меньше 3 версии. Желательно между 2.6.34 и 2.6.39

 ,

Serpico
()

Вылетают Иксы при просмотре Видео

Такая проблема при запуске видео файла через проигрыватель вылетают иксы
Карта ATI, драйвера ставил проприетарные
XFCE

Serpico
()

Arch на ноутюуке

Большая проблема с арчем на ноутбук.
Поставил арч, дрова на ATI, xfce далее запустил иксы поработав минут 10-20 начинает жутко тормозить, нагреваться и в top процессор загружен на 40% , Собственно жрал больше всех /usr/bin/X остальные процессы выше 1 % не поднимались.
Как быть и что делать?
Поставил laptop-mode-tools но всё так же.

Serpico
()

Linux на Ноутбук. Что выбрать?

Здравствуйте господа. Посоветуйте какой дистрибутив поставить На Ноутбук. HP Pavilion g6 1002er.
В основном проблема c настройкой networkmanager с wi-fi. Ставил ArchLinux по началу работал нормально. Но после ~5 запуска начал на процентов ~70% загружать процессор.
C Gentoo вооще проблемно. При первом же запуске сквозь тормоза и глюки еле как выключил его. Процессор грузил процентов на 80.
Почти не было проблем на Xubuntu и Fedora. Дальше мне надоело пробовать сейчас стоит Xubuntu почти нет проблем разве что стояло куча ненужных фишек.
Есть что то стабильное и не ломающее руки на ноутбук?

P.S. может вся проблема в том что я 32-битную систему?

Serpico
()

Сломал Самбу

Стоит Ubuntu 10.04.
Не могу зайти в сеть (через Nautilus), в ести 5 групп видит только одну и то на компьютеры зайти не может.
С консоли через mount тоже не работает выдает Error NT_STATUS_BAD_NETWORK_NAME.
smbtree выдает следующее

TITAN MG MART ELECTRICSHOP ASUTP \\ZVER cli_start_connection: failed to connect to ZVER<20> (0.0.0.0). Error NT_STATUS_BAD_NETWORK_NAME \\VITOLDAV é¿Ô«½ýñ ǽѬßÑ® é½áñ¿¼¿Ó«ó¿þ cli_start_connection: failed to connect to VITOLDAV<20> (0.0.0.0). Error NT_STATUS_BAD_NETWORK_NAME \\TANYA Åá¡ÔѽÑÑóá ÆáÔý´¡á 鿬ԫӫó¡á cli_start_connection: failed to connect to TANYA<20> (0.0.0.0). Error NT_STATUS_BAD_NETWORK_NAME \\OVEN cli_start_connection: failed to connect to OVEN<20> (0.0.0.0). Error NT_STATUS_BAD_NETWORK_NAME \\MICROSOF-D9DCF1 ASUTP-Marakov cli_start_connection: failed to connect to MICROSOF-D9DCF1<20> (0.0.0.0). Error NT_STATUS_BAD_NETWORK_NAME \\MET-LENA cli_start_connection: failed to connect to MET-LENA<20> (0.0.0.0). Error NT_STATUS_BAD_NETWORK_NAME

в чем проблема пробовал и переконфигурировать и удалял пакет и заново ставил ?

Serpico
()

Xfce клавиши быстрого действия

У меня ноутбук. На нем есть пару клавиш быстрого действия через Fn, помню как сделать что при нажатии они реагировали ну например уменьшить увеличить звук.
И как сделать что б вылазила окно как в гноме, что мол громкость прибавляется например и т.д.

Serpico
()

Звук в Arch

Как убрать звук спикера для пользователя? на любое сообщение или ошибку, звук спикера раздается как это убрать? или заменить?

Serpico
()

VPN = linux + windows

Есть одна задача , далеко далеко от меня есть прокси-сервер на Debian, мне к нему нужен доступ что управлять через ssh, но напрямую не получиться т.к. там волшебный модем от провайдера через роутер на который даже зайти нельзя. Можно как то создать VPN что бы я с работы мог управлять им по SSH через Windows?

Serpico
()

PHP + системный монитор.

Можно ли заставить вывести php системное состояние, к примеру как Conky. Конечно можно и вручную запускать я так сделал «df -h» что бы узнать сколько место на диске. Но есть же наверно путь легче? Ну или если нет, то как мне вывести скажем тот df более красиво в процентах например как то так:

Sda1 - 58%
[||||||||      ]  /* это типо прогрес бар что ли*/[br]
23.2 Gb from 40 gb


а то не очень аккуратно выглядит то что у меня

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 2.9G 1.8G 954M 66% /

Serpico
()

PHP запуск внешних программ

Как можно с PHP запустить внещнюю программу на линукс?
Мне например нужно что бы по кнопке скажем запускался аудиоплеер команда будет примерно такая

mplayer /home/took/music/test.mp3

Serpico
()

Звук в Debian не работает

Решил старый комп поднять, поставил дебиан но звук вот никак не работает что не так не пойму. Поставил alsa -

apt-get install alsa-base alsa-utils

поставил Mplayer включаю ошибок не выдает но звука нет. Регулятор громкости в alsamixer на макимум. может чего забыл сделать?

Serpico
()

Заморочки с cron

Есть такая идейка. Как можно заствить cron пинговать с 8-9 часов один компьютер и если пропингуется один раз то воспроизвести звук ну «mpg123 1.mp3» например, главное что б не зацикливался на один день, один раз пропинговался - один раз воспроизвел звук и больше не проверял за сегодня. Как такое сделать?

Serpico
()

Debian 6, Как отключить блокировку?

Доброго времени суток всем. Поставил Debian 6 на сервер, такая проблема через каждые минут 5 блокируется он что ли видать блокировка экрана или что то подобное. Работаю по ssh через 5 минут ноль эмоций и ответа даже не пингуется, подхожу нажимаю любую клавишу на нем, всё работает как прежде. Как отключить это? На Debian 5 такого не было.

Serpico
()

RSS подписка на новые темы