LINUX.ORG.RU

Сообщения CepbIu

 

Как програмно сломать флешку?

Как програмно(!) сломать флешку? Нужно что бы компьютер её совсем не видел, либо видел, но не как /dev/sdxX
Подопытная: 
Silicon-Power 16G 
VID: 0x13FE PID: 0x4100
Phison PS2251-67
http://market.yandex.ru/model-spec.xml?modelid=7776510&hid=288003


Пробовал зашить её через Phison_MPALL_v3.60.0B прошивкой от другого контроллера(вроде 2250), но естественно не зашилось показало ошибку, результат - в линухе прекрасно работает, венда не видит(хотя может быть и виртуалка подтупляет). Как бы её ещё довести до состояния что бы и линух не видел?

Повторюсь ещё раз: задача стоит убить именно програмными методами(стукнуть обстенку, пожарить на сковородке и тд не предлагать).

P.S. зачем не спрашивайте...
CepbIu
()

/usr/bin/ld: cannot find -lc

Приветствую!
Что то я туплю...
cat 1.c 
#include <stdio.h>

int main()
{
printf("aaa\n");	
	
return 0;
}
gcc 1.c -o 1 -static
/usr/bin/ld: cannot find -lc
collect2: ошибка: выполнение ld завершилось с кодом возврата 1
CepbIu
()

LD_PRELOAD - что бы работало и из консоли, и из меню гнома

Приветствую!
Возможно ли сделать так, что бы один раз объявить export LD_PRELOAD=/some/shit, и библиотека загружалась при вызове программы из из терминала, и из меню ДЕ?


это нужно для того что бы работала вебкамера в некоторых программах.


P.S. по сути нужны альтернатива /etc/profile, только для конкретного пользователя

CepbIu
()

не работает mod_headers.so

Приветствую!
Собственно вот такая проблема: не работает mod_headers.so

<IfModule mod_headers.c>
Header add Author "John P. Doe"
unset ETag
</IfModule>
LoadModule headers_module modules/mod_headers.so
LogLevel debug

ls -la /etc/httpd/modules/ | grep mod_heade
-rwxr-xr-x. 1 root root   49671 сент. 15 20:13 mod_headers.so

echo -e "GET / HTTP/1.1\r\nHost: localhost\r\n\r\n" | nc localhost 80

HTTP/1.1 200 OK
Date: Sat, 15 Sep 2012 17:06:36 GMT
Server: Apache/2.2.22
Last-Modified: Sat, 15 Sep 2012 14:18:15 GMT
ETag: "a359d-17-4c9be361806d8"
Accept-Ranges: bytes
Content-Length: 23
Connection: close
Content-Type: text/html; charset=UTF-8

123

В логах ни чего нет. В чём может быть проблема?

CepbIu
()

Apache mod_headers.c не собирается

Приветствую! Собственно проблема в следующем, взял модуль http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/modules/metadata/m... , попробовал собрать, увидел следующее:

apxs -c mod_headers.c 
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wformat-security -fno-strict-aliasing  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1   -c -o mod_headers.lo mod_headers.c && touch mod_headers.slo
mod_headers.c:116: ошибка: expected specifier-qualifier-list before ‘regex_t’
mod_headers.c: В функции ‘header_inout_cmd’:
mod_headers.c:347: ошибка: ‘regex_t’ не описан (первое использование в этой функции)
mod_headers.c:347: ошибка: (Сообщение о неописанном идентификаторе выдается один раз
mod_headers.c:347: ошибка: для каждой функции, в которой он используется.)
mod_headers.c:347: ошибка: ‘regex’ не описан (первое использование в этой функции)
mod_headers.c:353: ошибка: ‘REG_EXTENDED’ не описан (первое использование в этой функции)
mod_headers.c:353: ошибка: ‘REG_NOSUB’ не описан (первое использование в этой функции)
mod_headers.c:358: ошибка: ‘header_entry’ не содержит элемента с именем ‘regex’
mod_headers.c:379: ошибка: ‘header_entry’ не содержит элемента с именем ‘condition_var’
mod_headers.c: В функции ‘echo_header’:
mod_headers.c:447: ошибка: ‘header_entry’ не содержит элемента с именем ‘regex’
mod_headers.c: В функции ‘do_headers_fixup’:
mod_headers.c:463: ошибка: ‘header_entry’ не содержит элемента с именем ‘condition_var’
mod_headers.c:464: ошибка: ‘header_entry’ не содержит элемента с именем ‘condition_var’
apxs:Error: Command failed with rc=65536
Пробовал на
Linux *** 2.6.32-279.5.2.el6.i686 #1 SMP Thu Aug 23 22:16:48 UTC 2012 i686 i686 i386 GNU/Linux
gcc версия 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC)
и
Linux *** 3.4.9-2.fc16.i686 #1 SMP Thu Aug 23 19:15:34 UTC 2012 i686 i686 i386 GNU/Linux
gcc версия 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC) 



P.S. apxs:Error: Command failed with rc=65536?

CepbIu
()

Steve Jobs vs Bill Gates. Epic Rap Battles of History

CepbIu
()

ideviceinstaller-1.0.1 не собирается

Вот собственно лог:

./configure && make && sudo make install
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 gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether 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 how to print strings... printf
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 gcc... /usr/bin/ld
checking if the linker (/usr/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 how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... 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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libimobiledevice... yes
checking for libimobiledevice10... yes
checking for libimobiledevice11... yes
checking for libimobiledevice12... no
checking for libglib2... yes
checking for libplist... yes
checking for libzip... yes
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strndup... yes
checking for supported compiler flags...  -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Werror -g
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Вход в каталог `/home/bullshit/icreature/ideviceinstaller-1.0.1'
Making all in src
make[2]: Вход в каталог `/home/bullshit/icreature/ideviceinstaller-1.0.1/src'
  CC     ideviceinstaller-ideviceinstaller.o
ideviceinstaller.c: В функции «zip_f_get_contents»:
ideviceinstaller.c:167:2: ошибка: из-за ограниченности диапазона типа данных, результат сравнения всегда ложь [-Werror=type-limits]
ideviceinstaller.c:167:80: ошибка: «zip_int64_t» undeclared (first use in this function)
ideviceinstaller.c:167:80: замечание: each undeclared identifier is reported only once for each function it appears in
ideviceinstaller.c:167:92: ошибка: expected «)» before «zs»
ideviceinstaller.c: В функции «main»:
ideviceinstaller.c:677:4: ошибка: в передаче аргумента 4 «instproxy_install»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:59:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:677:4: ошибка: слишком много аргументов в вызове функции «instproxy_install»
/usr/local/include/libimobiledevice/installation_proxy.h:59:19: замечание: declared here
ideviceinstaller.c:684:4: ошибка: в передаче аргумента 4 «instproxy_upgrade»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:60:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:684:4: ошибка: слишком много аргументов в вызове функции «instproxy_upgrade»
/usr/local/include/libimobiledevice/installation_proxy.h:60:19: замечание: declared here
ideviceinstaller.c:695:3: ошибка: в передаче аргумента 4 «instproxy_uninstall»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:61:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:695:3: ошибка: слишком много аргументов в вызове функции «instproxy_uninstall»
/usr/local/include/libimobiledevice/installation_proxy.h:61:19: замечание: declared here
ideviceinstaller.c:858:3: ошибка: в передаче аргумента 4 «instproxy_archive»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:64:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:858:3: ошибка: слишком много аргументов в вызове функции «instproxy_archive»
/usr/local/include/libimobiledevice/installation_proxy.h:64:19: замечание: declared here
ideviceinstaller.c:996:3: ошибка: в передаче аргумента 4 «instproxy_restore»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:65:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:996:3: ошибка: слишком много аргументов в вызове функции «instproxy_restore»
/usr/local/include/libimobiledevice/installation_proxy.h:65:19: замечание: declared here
ideviceinstaller.c:1004:3: ошибка: в передаче аргумента 4 «instproxy_remove_archive»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:66:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:1004:3: ошибка: слишком много аргументов в вызове функции «instproxy_remove_archive»
/usr/local/include/libimobiledevice/installation_proxy.h:66:19: замечание: declared here
cc1: all warnings being treated as errors
make[2]: *** [ideviceinstaller-ideviceinstaller.o] Ошибка 1
make[2]: Выход из каталога `/home/bullshit/icreature/ideviceinstaller-1.0.1/src'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Выход из каталога `/home/bullshit/icreature/ideviceinstaller-1.0.1'
make: *** [all] Ошибка 2
gcc -v
Используются внутренние спецификации.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.6.3/lto-wrapper
Целевая архитектура: i686-redhat-linux
Параметры конфигурации: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
Модель многопоточности: posix
gcc версия 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC) 

CepbIu
()

Не понятная ситуация с NAT'ом

Приветствую!
В общем есть машина раздающая интернет как по проводу, так и по Wi-Fi. Если с самого сервера попробвать открыть в браузере сайт(да тот же гугл), открывается без проблем, а вот если с любой другой машины в сети - то видишь вечное «HTTP-запрос послан; ожидается ответ.»
До недавнего момента всё прекрасно работало.
Вот параметры машины:

uname -a
Linux 3.4.4-2-ARCH #1 SMP PREEMPT Sun Jun 24 17:28:37 UTC 2012 i686 GNU/Linux

hostapd -v
hostapd v1.0

dhcpd -v
Internet Systems Consortium DHCP Server 4.2.3-P2

cat /etc/iptables/iptables.rules
..............
-A POSTROUTING -o eth+ -j MASQUERADE
-A POSTROUTING -o ppp+ -j MASQUERADE
-A POSTROUTING -o wlan+ -j MASQUERADE
-A POSTROUTING -s 192.168.1.1/32 -d 192.168.0.0/24 -j SNAT --to-source 192.168.0.1
-A POSTROUTING -s 192.168.0.1/32 -d 192.168.1.0/24 -j SNAT --to-source 192.168.1.1
......................
Сначала думал на Wi-Fi плату, но потом оказалось что и по проводу такая же проблема... вот теперь даже и не знаю на что думать...
Прошу помочь разобраться.

CepbIu
()

добавить свою опцию ядра

Приветствую!
Вот такой вопрос:
как добавить свою опцию ядра? те если при загрузке указать -qwerty, то создатся файл /qwerty

интересуют примеры кода и как свои вставки «скрестить» с ядром?

CepbIu
()

Diablo III

Сразу к проблеме:
диабло при запуске пишет что видеокарта слабовата, нашёл как это обойти(http://www.lightchan.com/fix-diablo-3-black-screen-on-mac-and-windows-pc/), поправил файл, проблема осталась.
на винде фокус с правкой файла прокатывает, в связи с этим прошу совета как заставить эту чудо игру завестись из под линуха.

Перемещено JB из general

CepbIu
()

возвращение красной шапочки?

Приветствую!
Обновил FC16, в grub.cfg увидел

menuentry 'Red Hat Linux (3.3.5-2.fc16.i686)'
        echo 'Loading Red Hat Linux (3.3.5-2.fc16.i686)'
        initrd /initramfs-3.3.5-2.fc16.i686.img

Это получается шляпа вернулась?

CepbIu
()

Archlinux dhcpd - два интерфейса, одна подсеть

Приветствую!
Есть сервер на archlinux, у него есть два интерфейса с которыми должен работать dhcp(wlan0 и eth0) и по обоим интерфейсам раздавать адреса таким образом, что бы они были в одной подсети. По определённому интерфейсу раздаёт без проблем, ну а вот как сделать что бы по обоим(ip будет привязан к mac'y)?

cat /etc/dhcpd.conf

default-lease-time 3600;
max-lease-time 900;
authoriative;
log-facility local7;
subnet 192.168.0.0 netmask 255.255.255.0 {
interface wlan0;
range 192.168.0.2 192.168.0.255;
option domain-name-servers 192.168.158.135, 192.168.158.136;
option routers 192.168.0.1;
option broadcast-address 192.168.0.0; }

host iCreature {
hardware ethernet 34:15:9E:B4:C9:B2;
fixed-address 192.168.0.111;
}

host PC1 {
hardware ethernet B4:82:FE:3F:5A:64;
fixed-address 192.168.0.2;
}

host ia {
hardware ethernet 00:15:af:e9:14:a2;
fixed-address 192.168.0.3;
}



P.S. в гугле был - не нашёл как раздать что бы была одна подсеть.

CepbIu
()

Взломан новостной ресурс Linux.ru

Буквально пол часа назад, решил зайти на сайт Linux.ru, дабы посмотреть что интересного появилось в мире СПО, но тут меня ждало разочарование.
Сайт вместо того что бы открыться, и порадовать меня интересными известиями, выдал мне на скачивание файл «linux.ru.exe».
Анализ файла я ещё не произвёл(ибо не на чём в данное время), в связи с этим, оставляю файл в теме - авось мне кто поможет в этом не лёгком деле.
Вот собственно сам файл http://zalil.ru/upload/32257289.
А вот и отчёт с сайта VirusTotal.com.


P.S. я вот не совсем понял, зачем линуксоиду подсовывать PE32 executable файл?

Перемещено DoctorSinus из Linux General

CepbIu
()

Canon iP1900 CUPS не печатает

Приветствую! У меня вот такая проблема: есть принтер Canon iP1900, поставил на него драйвера(yaourt cnijfilter-common-src), перезапустил cups, зашёл на веб морду, cups видит принтер и с удовольствием его добавляет, когда нажимаю «Пробная страница» - то ни чего не происходит(принтер даже не жужит). Вебморда пишет Статус - Завершено. Прошу совета, как разобраться с этим чудом техники.

CepbIu
()

bash - найти вхождения в файл

Приветствую! Вот не могу сообразить:
есть два файла, первый вида:
1
2
3
4
5
Нужно:
вывести в другой файл все строки из второго, в которых вcтречаются строки из первого + слово(например, test) Например:
1 файл
123
456
789

2 файл
aaa gdfgd 333 123 test
aaa ffds 333 345 test
aaa fsf 434 789 test
aaa 4gdf 453 789 test1

Слово test
На выходе должно получиться:
aaa gdfgd 333 123 test
aaa fsf 434 789 test

Прошу совета
Я правильно думаю что это надо реализовывать через sed?

CepbIu
()

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