RSS

Category Archives: Raspberry Pi

[SOLVED] Invalid command ‘SCGIMount’ Enabling mod_scgi

I added this line to “/etc/apache2/sites-available/default” file.
After this I got “Invalid command ‘SCGIMount’, perhaps misspelled or defined by a module not included in the server configuration” error.

If you got this error run this command to enable mod_scgi: $ sudo a2enmod scgi


pi@nsgnc /mnt/T16/rtorrent $ sudo service apache2 restart
Syntax error on line 43 of /etc/apache2/sites-enabled/000-default:
Invalid command 'SCGIMount', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
failed!
pi@nsgnc /mnt/T16/rtorrent $ sudo a2enmod scgi
Enabling module scgi.
To activate the new configuration, you need to run:
service apache2 restart
pi@nsgnc /mnt/T16/rtorrent $ sudo service apache2 restart
[ ok ] Restarting web server: apache2 ... waiting ..
pi@nsgnc /mnt/T16/rtorrent $

Arama Terimleri:

 

Posted by on 30 Ağustos 2012 in Bilgisayar, Raspberry Pi

Leave a comment

rtorrent-for-iphone Method ‘get_hash_interval’ not defined (-506) issue

If you get this error in the rtorrent-for-iphone interface
(version: rtorrent for iphone beta 2)
errored out1Array
(
[0] =>; Method 'get_hash_interval' not defined (-506)
[1] =>; xmlrpc_fault
)

remove this parts from rtorrent_interface.php at line 288 and line 289

"get_hash_interval",
"get_hash_max_tries",
"get_hash_read_ahead",
"get_key_layout",
"get_safe_free_diskspace",
"system.get_cwd",

Arama Terimleri:

 

Posted by on 29 Ağustos 2012 in Bilgisayar, Raspberry Pi

1 Comment

Raspberry pi için Flash Belleği Ext4 olarak formatlamak

Raspberry pi üzerinde kullanmak için harici harddiskimi ext4 olarak formatlamak için bir yöntem buldum. Öncelikle şunu belirteyim ntfs olarak formatlanmış diskleri de mount edebilirsiniz fakat ext4ün daha hızlı olduğu söyleniyordu ben de ext4 olarak formatlamak istedim. Ayrıca ext4 olarak formatlanmış olsa da samba aracılığıyla windows üzerinden erişirken dosya sisteminin ext4 olması herhangi bir dezavantaj olmayacak.

Bu işlemleri root olarak yapmanız gerekmektedir. yada komutlardan önce sudo kelimesini kullanabilirsiniz.

büyük ihtimalle sizin diskiniz sda1 olarak görünüyordur. Bunu
Read the rest of this entry »

Arama Terimleri:

 

Posted by on 25 Ağustos 2012 in Bilgisayar, Raspberry Pi

Leave a comment

Raspberry pi için GPIO aparatı

Raspberry pi üzerinde GPIO çıkışını kullanmak için bir sistem yaptım. Bağlantılar direk çip’e gittiği için kısadevre yapmamaya özen gösterin. Bu bağlantılar sadece GPIO çıkışı içindir. SPI UART gibi çıkışlar burada kullanılmamıştır. Read the rest of this entry »

Arama Terimleri:

 

Posted by on 25 Ağustos 2012 in Bilgisayar, Elektronik, Raspberry Pi

Leave a comment

Raspberry pi SSH login ve password arasında yavaşlık

Raspberry pi cihazımda debian kurulu. ssh ile bağlanırken login ve password arasında yaklaşık 5 saniye zaman geçiyordu. Bunu düzeltmek için bir yol buldum. Read the rest of this entry »

Arama Terimleri:

 

Posted by on 24 Ağustos 2012 in Bilgisayar, Raspberry Pi

Leave a comment