LINUX.ORG.RU

Сообщения george_root

 

scp

надо забирать файло с сервера по расписанию

как передать пароль пользователя в scp явным образом?

george_root
()

система учета информации

уважаемые комрады, есть ли в природе какая-либо веб-тулза для учета информации - к примеру клиентов компании - ФИО, Контакты, IP адрес ...и прочее?

ужасно не хочется изобретать велосипед на пыхпыхе

george_root
()

дамп базы данных mysql | срочно

необходимо снять дамп базы не полностью, а только те изменения которые, к примеру, произошли за последние сутки

есть ли такая возможность ?

george_root
()

mysql импорт базы

импортирую базу из дампа таблица 100 Мб импортируется без малого 2 часа, с чем связаны такие дикие тормоза? загрузка 2 процессоров ничтожно мала, памяти свободной много

george_root
()

mysql errno:150

[root@base ~]# /opt/mysql/bin/mysql -u root -p db < db.sql
Enter password:
ERROR 1005 at line 12: Can't create table './billing_251/access_point.frm' (errno: 150)

как вылечить эту гадость?
george_root
()

usb web camera | repost

камера logitech quickcam go

компилирую драйвер qc-usb-0.6.5

все необходимые требования указанные на http://qce-ga.sourceforge.net/ выполнены

при компиляции вылетает: 


[root@george qc-usb-0.6.5]# make all
which: no depmod in (/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bi

n:/bin:/usr/X11R6/bin:/home/george/bin)
make -C "/lib/modules/2.6.18-1.2798.fc6/build" SUBDIRS="/home/george/soft/drivers/qc-usb-0.6.5" modules V=1 USER_OPT="-DHAVE_UTSRELEASE_H=1"
make[1]: Entering directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (            \
        echo;                                                           \
        echo "  ERROR: Kernel configuration is invalid.";               \
        echo "         include/linux/autoconf.h or include/config/auto.conf are missing.";      \
        echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";  \
        echo;                                                           \
        /bin/false)
mkdir -p /home/george/soft/drivers/qc-usb-0.6.5/.tmp_versions
rm -f /home/george/soft/drivers/qc-usb-0.6.5/.tmp_versions/*
make -f scripts/Makefile.build obj=/home/george/soft/drivers/qc-usb-0.6.5
  gcc -m32 -Wp,-MD,/home/george/soft/drivers/qc-usb-0.6.5/.qc-driver.o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/include -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h  -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Os -pipe -msoft-float -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts  -mpreferred-stack-boundary=2  -march=i586 -mtune=generic -mregparm=3 -ffreestanding -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fasynchronous-unwind-tables -g  -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(qc_driver)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam)" -c -o /home/george/soft/drivers/qc-usb-0.6.5/.tmp_qc-driver.o /home/george/soft/drivers/qc-usb-0.6.5/qc-driver.c
In file included from /home/george/soft/drivers/qc-usb-0.6.5/qc-driver.c:47:
/home/george/soft/drivers/qc-usb-0.6.5/quickcam.h:79:26: error: linux/config.h: Нет такого файла или каталога
make[2]: *** [/home/george/soft/drivers/qc-usb-0.6.5/qc-driver.o] Ошибка 1
make[1]: *** [_module_/home/george/soft/drivers/qc-usb-0.6.5] Ошибка 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'
make: *** [quickcam.ko] Ошибка 2


файлы include/linux/autoconf.h и include/config/auto.conf на месте

kernel-headers установлен

драйвер упорно не компилится
george_root
()

usb web camera

камера logitech quickcam go

компилирую драйвер qc-usb-0.6.5

все необходимые требования указанные на http://qce-ga.sourceforge.net/ выполнены

при компиляции вылетает: 


[root@george qc-usb-0.6.5]# make all
which: no depmod in (/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bi
n:/bin:/usr/X11R6/bin:/home/george/bin)
make -C "/lib/modules/2.6.18-1.2798.fc6/build" SUBDIRS="/home/george/soft/drivers/qc-usb-0.6.5" modules V=1 USER_OPT="-DHAVE_UTSRELEASE_H=1"
make[1]: Entering directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (            \
        echo;                                                           \
        echo "  ERROR: Kernel configuration is invalid.";               \
        echo "         include/linux/autoconf.h or include/config/auto.conf are missing.";      \
        echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";  \
        echo;                                                           \
        /bin/false)
mkdir -p /home/george/soft/drivers/qc-usb-0.6.5/.tmp_versions
rm -f /home/george/soft/drivers/qc-usb-0.6.5/.tmp_versions/*
make -f scripts/Makefile.build obj=/home/george/soft/drivers/qc-usb-0.6.5
  gcc -m32 -Wp,-MD,/home/george/soft/drivers/qc-usb-0.6.5/.qc-driver.o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/include -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h  -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Os -pipe -msoft-float -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts  -mpreferred-stack-boundary=2  -march=i586 -mtune=generic -mregparm=3 -ffreestanding -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fasynchronous-unwind-tables -g  -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(qc_driver)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam)" -c -o /home/george/soft/drivers/qc-usb-0.6.5/.tmp_qc-driver.o /home/george/soft/drivers/qc-usb-0.6.5/qc-driver.c
In file included from /home/george/soft/drivers/qc-usb-0.6.5/qc-driver.c:47:
/home/george/soft/drivers/qc-usb-0.6.5/quickcam.h:79:26: error: linux/config.h: Нет такого файла или каталога
make[2]: *** [/home/george/soft/drivers/qc-usb-0.6.5/qc-driver.o] Ошибка 1
make[1]: *** [_module_/home/george/soft/drivers/qc-usb-0.6.5] Ошибка 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'
make: *** [quickcam.ko] Ошибка 2


файлы nclude/linux/autoconf.h и include/config/auto.conf на месте

подскажите, пожалуйста, чем вылечить?
george_root
()

mysql восстановление базы данных

при попытке восстановления БД из дампа вываливается следущее

ERROR 1005 at line 19: Can't create table

чем лечится?
george_root
()

proxy-сервер, «железные» характеристики

господа, хочется услышать от вас мнения по конфигурации железки для прокси

основная задача - ведение журнала посещений

количество абонентов ~3000
george_root
()

mysql bug | срочно!

[root@base bin]# ./safe_mysqld &

[1] 4263

[root@base bin]# Starting mysqld daemon with databases from /opt/mysql/var

./safe_mysqld: line 284:  4274 Segmentation fault      $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking >>$err_log 2>&1

070219 19:33:45  mysqld ended

_____________________________________________________________________


содержание base.err

070219 19:36:14  mysqld started
070219 19:36:15  InnoDB: Database was not shut down normally.
InnoDB: Starting recovery from log files...
InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 11 452549132
InnoDB: Doing recovery: scanned up to log sequence number 11 452549132
InnoDB: Error: trying to access a stray pointer 27f17ff8
InnoDB: buf pool start is at 87f24000, number of pages 32768
070219 19:36:15  InnoDB: Assertion failure in thread 3086571744 in file ../include/buf0buf.ic line 284
InnoDB: We intentionally generate a memory trap.
InnoDB: Send a detailed bug report to mysql@lists.mysql.com
mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail

key_buffer_size=268431360
record_buffer=2093056
sort_buffer=2097144
max_used_connections=0
max_connections=100
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (record_buffer + sort_buffer)*max_connections = 671339 K
bytes of memory
Hope that's ok, if not, decrease some variables in the equation

Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Bogus stack limit or frame pointer, fp=0xbfe2a5ec, stack_bottom=0x9080908, thread_stack=65536, aborting backtrace.
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x9080908  is invalid pointer
thd->thread_id=26213

Successfully dumped variables, if you ran with --log, take a look at the
details of what thread 26213 did to cause the crash.  In some cases of really
bad corruption, the values shown above may be invalid

The manual page at http://www.mysql.com/doc/C/r/Crashing.html contains
information that should help you find out what is causing the crash
070219 19:36:15  mysqld ended


чем вылечить?
george_root
()

mysqldump

на сервере БД закончилось место

нужно снять дамп с базы

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

george_root
()

math soft

посоветуйте пожалуйста аналоги mathcad и mathlab под gnu/linux требуется в институте, а юзать оффтопик и вышеперечисленный софт совесть не позволяет

george_root
()

CentOS 4.4 + Silicon Image SIL3512A

посредством BIOS RAID-контроллера Silicon Image SIL3512A построил RAID 1

начинаю установку CentOS 4.4, при этом подгружаются драйверы sata_sil

дело до ходит до разметки DiskDruid - и тут RAID'ом и не пахнет - два независимых девайса sda и sdb

BIOS материнки определяет RAID-1

чем лечить?

george_root
()

mysql 3* + centos 4.4

сабж

не хотят вместе работать. не то что работать, а даже собрать не могу.

make - вылетают ошибки преимущественно sql_alloc(***)

чем лечить ?

george_root
()

OpenVZ память под VPS

сабж, не могу добавить физических страниц памяти под VPS.

при попытке увеличить параметры VMGUARPAGES, OOMGUARPAGES, PHYSPAGES - утилита vzcfgvalidate говорит о невозможности установки параметров и выплевывает ошибку - превышен лимит.

добавляю еще физически памяти в систему - результат тот же.

прошу помощи, вопрос очень серьезный.

george_root
()

интересный вопрос по iptables

имеется список правил.

их настолько много, что при редактировании можно запросто запутаться.

вопрос: есть ли способ заставить iptables работать с несколькими файлами, содержащими правила?

george_root
()

iptables c перпоя...

поставил suse, отключил susefirewall и ступор...куда iptables складывает свой конфиг..

/etc/sysconfig/iptables отсутвует

хелп...

ps:пивка бы...

george_root
()

Ошибки при пересборке ядра

radio:/usr/src/linux-2.6.19# make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o HOSTCC scripts/kconfig/lxdialog/checklist.o In file included from scripts/kconfig/lxdialog/checklist.c:24: scripts/kconfig/lxdialog/dialog.h:32:20: curses.h: No such file or directory In file included from scripts/kconfig/lxdialog/checklist.c:24: scripts/kconfig/lxdialog/dialog.h:97: error: syntax error before "chtype" scripts/kconfig/lxdialog/dialog.h:97: warning: no semicolon at end of struct or union scripts/kconfig/lxdialog/dialog.h:101: error: syntax error before '}' token scripts/kconfig/lxdialog/dialog.h:105: error: field `screen' has incomplete type scripts/kconfig/lxdialog/dialog.h:106: error: field `shadow' has incomplete type scripts/kconfig/lxdialog/dialog.h:107: error: field `dialog' has incomplete type scripts/kconfig/lxdialog/dialog.h:108: error: field `title' has incomplete type scripts/kconfig/lxdialog/dialog.h:109: error: field `border' has incomplete type scripts/kconfig/lxdialog/dialog.h:110: error: field `button_active' has incomplete type scripts/kconfig/lxdialog/dialog.h:111: error: field `button_inactive' has incomplete type scripts/kconfig/lxdialog/dialog.h:112: error: field `button_key_active' has incomplete type scripts/kconfig/lxdialog/dialog.h:113: error: field `button_key_inactive' has incomplete type scripts/kconfig/lxdialog/dialog.h:114: error: field `button_label_active' has incomplete type scripts/kconfig/lxdialog/dialog.h:115: error: field `button_label_inactive' has incomplete type scripts/kconfig/lxdialog/dialog.h:116: error: field `inputbox' has incomplete type scripts/kconfig/lxdialog/dialog.h:117: error: field `inputbox_border' has incomplete type scripts/kconfig/lxdialog/dialog.h:118: error: field `searchbox' has incomplete type scripts/kconfig/lxdialog/dialog.h:119: error: field `searchbox_title' has incomplete type scripts/kconfig/lxdialog/dialog.h:120: error: field `searchbox_border' has incomplete type scripts/kconfig/lxdialog/dialog.h:121: error: field `position_indicator' has incomplete type scripts/kconfig/lxdialog/dialog.h:122: error: field `menubox' has incomplete type scripts/kconfig/lxdialog/dialog.h:123: error: field `menubox_border' has incomplete type scripts/kconfig/lxdialog/dialog.h:124: error: field `item' has incomplete type scripts/kconfig/lxdialog/dialog.h:125: error: field `item_selected' has incomplete type scripts/kconfig/lxdialog/dialog.h:126: error: field `tag' has incomplete type scripts/kconfig/lxdialog/dialog.h:127: error: field `tag_selected' has incomplete type scripts/kconfig/lxdialog/dialog.h:128: error: field `tag_key' has incomplete type scripts/kconfig/lxdialog/dialog.h:129: error: field `tag_key_selected' has incomplete type scripts/kconfig/lxdialog/dialog.h:130: error: field `check' has incomplete type scripts/kconfig/lxdialog/dialog.h:131: error: field `check_selected' has incomplete type scripts/kconfig/lxdialog/dialog.h:132: error: field `uarrow' has incomplete type scripts/kconfig/lxdialog/dialog.h:133: error: field `darrow' has incomplete type scripts/kconfig/lxdialog/dialog.h:187: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:187: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/dialog.h:193: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:193: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/dialog.h:195: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:195: warning: function declaration isn't a prototype

чем лечить?

george_root
()

сервер радио

как при помощи нескольких fm тюнеров, одной звуковой карты и shoutcast организовать вещание нескольких радиостанций ?

george_root
()

bash script

нужна помощь

нужно накропать скрипт который будет удалять каталоги и файлы, хранящиеся на сервере больше заданного времени

заранее благодарен

george_root
()

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