LINUX.ORG.RU

Сообщения another_anonym

 

Печать cp866

Форум — General

Нужно печатать текст в кодировке cp866 в PDF через cups-pdf. Русский текст печатает кракозябрами. Как сделать, чтобы печатал кириллицу?

another_anonym
()

ipsec - не поднимается туннель

Форум — Admin

Пытаюсь поднять туннель linux - zywall. Первая фаза проходит, вижу в логах:

racoon: INFO: IPsec-SA established: ESP/Tunnel 81.13.xxx.xx[500]->62.117.xxx.xx[500] spi=141751472(0x872f4b0) 
racoon: DEBUG: === 
racoon: DEBUG: pk_recv: retry[0] recv()  
racoon: DEBUG: got pfkey ADD message 
racoon: INFO: IPsec-SA established: ESP/Tunnel 81.13.xxx.xx[500] >62.117.xxx.xx[500] spi=3530072132(0xd268a044) 
.......
racoon: ERROR: no configuration found for 62.117.xxx.xx. 
racoon: ERROR: failed to begin ipsec sa negotication.
# racoonctl -l show-sa isakmp
Destination            Cookies                           ST S  V E Created             Phase2
62.117.xxx.xx.500      254e27ebc177effe:08cbde1cd0551fd9  9 R 10 M 2011-08-28 23:59:29      1
# racoonctl -l show-sa ipsec
81.13.xxx.xx 62.117.xxx.xx 
	esp mode=tunnel spi=3051185908(0xb5dd66f4) reqid=0(0x00000000)
	E: 3des-cbc  519e120f f188ae79 b6a25416 a9d2abe7 a8821547 15a7b85b
	A: hmac-sha1  937d7975 94d21f80 9da34c4d d67e295c d1d52ee7
	seq=0x00000000 replay=4 flags=0x00000000 state=dead 
	created: Aug 28 23:46:35 2011	current: Aug 28 23:46:56 2011
	diff: 21(s)	hard: 28800(s)	soft: 23040(s)
	last:                     	hard: 0(s)	soft: 0(s)
	current: 0(bytes)	hard: 0(bytes)	soft: 0(bytes)
	allocated: 0	hard: 0	soft: 0
	sadb_seq=1 pid=5082 refcnt=0
62.117.xxx.xx 81.13.xxx.xx 
	esp mode=tunnel spi=55874639(0x0354944f) reqid=0(0x00000000)
	E: 3des-cbc  49e44345 46bed8e5 e2a1aaff f3a6c8b2 91c59302 c74bed26
	A: hmac-sha1  380aed97 49dc56c8 442f3f43 40990559 acdaca94
	seq=0x00000000 replay=4 flags=0x00000000 state=dead 
	created: Aug 28 23:46:35 2011	current: Aug 28 23:46:56 2011
	diff: 21(s)	hard: 28800(s)	soft: 23040(s)
	last:                     	hard: 0(s)	soft: 0(s)
	current: 0(bytes)	hard: 0(bytes)	soft: 0(bytes)
	allocated: 0	hard: 0	soft: 0
	sadb_seq=0 pid=5082 refcnt=0
Подскажите плз, в чем может быть причина. Конфиги: /etc/racoon/racoon.conf
log debug;
path pre_shared_key "/etc/racoon/psk.txt";
path certificate "/etc/racoon/certs";

remote 62.117.xxx.xx
{
        exchange_mode main;
        dpd_delay 20;
        rekey on;
        ike_frag on;
#        nat_traversal on;
        initial_contact off;
        lifetime time 28800 sec;
        proposal {
                encryption_algorithm 3des;
                hash_algorithm sha1;
                authentication_method pre_shared_key;
                dh_group 2;
         }
        generate_policy on;
        passive on;
}

## IKE phase 2
sainfo address 192.168.106.0/24 any address 192.168.1.0/24 any {
        pfs_group 2;
        encryption_algorithm 3des;
        authentication_algorithm hmac_sha1;
        compression_algorithm deflate;
}
/etc/ipsec-tools.conf
flush;
spdflush;

spdadd 192.168.106.0/24[any] 192.168.1.0/24[any] any -P out ipsec
     esp/tunnel/81.13.xxx.xx-62.117.xxx.xx/require;
#
spdadd 192.168.1.0/24[any] 192.168.106.0/24[any] any -P in ipsec
     esp/tunnel/62.117.xxx.xx-81.13.xxx.xx/require;

another_anonym
()

UDP флуд

Форум — Security

13:29:17.060653 IP 89.20.157.34.36234 > 233.49.170.10.5000: UDP, length 1316 13:29:17.062997 IP 89.20.157.34.36234 > 233.49.170.10.5000: UDP, length 1316 13:29:17.065330 IP 89.20.157.34.36234 > 233.49.170.10.5000: UDP, length 1316 13:29:17.067683 IP 89.20.157.34.36234 > 233.49.170.10.5000: UDP, length 1316 ^C13:29:17.070005 IP 89.20.157.34.36234 > 233.49.170.10.5000: UDP, length 1316

Есть способ защититься от такого флуда? Забивает канал.

another_anonym
()

Virtualbox - настройка сети

Форум — General

Virtualbox 3.2.4
На хосте два сетевых интерфейса, один настроен на внутреннюю сеть:

$ ifconfig eth1
eth1 Link encap:Ethernet HWaddr 00:0e:0c:06:ce:e0
inet addr:192.168.10.1 Bcast:192.168.10.31 Mask:255.255.255.224
inet6 addr: fe80::20e:cff:fe06:cee0/64 Диапазон:Ссылка
ВВЕРХ BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:3474710 errors:0 dropped:0 overruns:0 frame:0
TX packets:2115945 errors:0 dropped:0 overruns:0 carrier:0
коллизии:0 txqueuelen:100
RX bytes:558264706 (532.4 MB) TX bytes:657600991 (627.1 MB)

В настройках виртуальной машины ставлю -мост на eth1.
В настойках гостевой:
inet addr:192.168.10.5 Bcast:192.168.10.31 Mask:255.255.255.224
шлюз- 192.168.10.1

Пинги на 192.168.10.1 не проходят. Почему не работает?

another_anonym
()

Вопрос про sed

Форум — General

echo " --abcd-dd"| sed 's/\([^\]\)-/\1\\-/g'
получаем \--abcd\-dd
а нужно \-\-abcd\-dd
Как правильно это сделать?

another_anonym
()

просмотреть https заголовки

Форум — General

Нужно посмотреть стартовую строку и заголовки пакетов шифрованных по https. Как это можно сделать?

another_anonym
()

проблема с установкой VirtualBox

Форум — General

После сборки своего драйвера пишет:
* Starting VirtualBox kernel module
* modprobe vboxdrv failed. Please use 'dmesg' to find out why

$ sudo modprobe vboxdrv
FATAL: Error inserting vboxdrv (/lib/modules/2.6.26/updates/dkms/vboxdrv.ko): Invalid module format

$ dmesg|tail
[1215423.733007] vboxdrv: disagrees about version of symbol struct_module
[1215423.737005] vboxnetflt: disagrees about version of symbol struct_module
[1216748.481010] intel_rng: FWH not detected
[1216779.774896] vboxdrv: disagrees about version of symbol struct_module
[1216781.769002] intel_rng: FWH not detected
[1216922.873005] vboxdrv: disagrees about version of symbol struct_module
[1217059.957117] intel_rng: FWH not detected
[1217093.214762] vboxdrv: disagrees about version of symbol struct_module
[1217096.037001] intel_rng: FWH not detected
[1218207.785003] vboxdrv: disagrees about version of symbol struct_module

Пакет linux-headers для текущего ядра стоит. Что ему еще надо?
Полный лог установки http://pastehtml.com/view/090711E8znqM9l
Убунта 8.04

another_anonym
()

mplayer. Too many video packets in the buffer:

Форум — Desktop

Обычный DVD диск в виде файло на харде. mplayer пишет Too many video packets in the buffer: (4096 in 8264498 bytes). Maybe you are playing a non-interleaved stream/file or the codec failed? For AVI files, try to force non-interleaved mode with the -ni option. и нет звука. Запускаю так mplayer dvdnav://0 -dvd-device . VLC падает в сегфолт. Как исправить?

another_anonym
()

Conky и шрифт artwiz snap

Форум — Desktop

В системе русский snap стоит /usr/share/fonts/X11/misc$ ll |grep snap -rw-r--r-- 1 root root 2278 2009-02-02 13:45 snap.de.pcf.gz -rw-r--r-- 1 root root 3044 2009-02-02 13:45 snap-koi8-r.pcf.gz -rw-r--r-- 1 root root 3036 2009-02-02 13:45 snap-microsoft-cp1251.pcf.gz -rw-r--r-- 1 root root 2081 2009-02-02 13:45 snap.pcf.gz -rw-r--r-- 1 root root 2223 2009-02-02 13:45 snap.se.pcf.gz $ fc-list|grep snap snap.se:style=Regular snap:style=Regular

Но коньки русский текст этим шрифтом не показывают. Другим, например terminus, кажут, а snap-ом нет. Почему так?

another_anonym
()

Conky, проблема с форматированием

Форум — Desktop

Есть скрипт на питоне, который выводит некие данные. В терминале все красиво, ровными колонками. А в коньках разъезжается и показывает только 4 строчки, хотя их больше. Как можно поправить это?


# set to yes if you want Conky to be forked in the background
background no

# Use Xft?
use_xft yes

#xftfont terminus:size=9
font snap-9

# Text alpha when using Xft
xftalpha 0.8

# Update interval in seconds
update_interval 2.0

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window no

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 1000 5

# Draw shades?
draw_shades no

draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 8

# border margins
border_margin 4

# border width
border_width 1

# Default colors and also border colors
default_color black
default_outline_color black

# Text alignment, other possible values are commented
alignment top_left

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 750
gap_y 60

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes

another_anonym
()

Python- отправить форму

Форум — Web-development

С помощью urllib2, скрипту на сервере передаются некоторые данные. Этот скрипт возвращает форму

<HTML>
<HEAD>
</HEAD>
<body onLoad="document.forms[0].submit();">
<form method=post action="https://***********/GetForm.cgi">
<INPUT type='hidden' name='' value=''>
<INPUT type='hidden' name='' value=''>
<INPUT type='hidden' name='' value=''>
</form>
</body>
</html>

Нужно отправить эту форму. Как это сделать?
Перемещено Pi из Development

another_anonym
()

Opera & webmoney light

Форум — Desktop

Только у меня в опере не работают меню WM Keeper light?
https://light.webmoney.ru/
Причем, в виндовой версии работает, в FF под линуксом работает. Ну почему опера в линуксе такая кривая..

another_anonym
()

Python- определить восход/заход солнца

Форум — Development

Нужно определить время восхода/захода солнца, особой точности не требуется. Как это сделать?

another_anonym
()

печать из консоли

Форум — General

Как распечатать содержимое консоли на принтере?

another_anonym
()

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