Uncategorized
zarafa Response data requested from bus but it doesn’t have any data
by Emre Tugriceri on Nov.06, 2012, under Uncategorized
zarafa Response data requested from bus but it doesn’t have any data
check zarafa session directory. Directory must be writable with apache user. “/var/lib/zarafa-webapp/tmp/session/”

DSMC backup
by Emre Tugriceri on May.29, 2012, under Uncategorized
dsmc incremental /mnt/DB -subdir=yes

Failed to open “/var/lib/dbus/machine-id”
by Emre Tugriceri on Mar.06, 2012, under Uncategorized
process 16780: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open “/var/lib/dbus/machine-id”: No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
D-Bus not built with -rdynamic so unable to print a backtrace
Aborted

TestDisk 6.12, Data Recovery Utility, May
by Emre Tugriceri on Jan.02, 2012, under Uncategorized
TestDisk 6.12, Data Recovery Utility, May 2011
Christophe GRENIER <grenier@cgsecurity.org>
http://www.cgsecurity.org
TestDisk is free data recovery software designed to help recover lost
partitions and/or make non-booting disks bootable again when these symptoms
are caused by faulty software, certain types of viruses or human error.
It can also be used to repair some filesystem errors.
Information gathered during TestDisk use can be recorded for later
review. If you choose to create the text file, testdisk.log , it
will contain TestDisk options, technical information and various
outputs; including any folder/file names TestDisk was used to find and
list onscreen.
Use arrow keys to select, then press Enter key:
>[ Create ] Create a new log file
[ Append ] Append information to log file
[ No Log ] Don’t record anything

Laptop Screen Brightness set via terminal
by Emre Tugriceri on Jan.02, 2012, under Uncategorized
echo 24 > /sys/class/backlight/acpi_video0/brightness

android system and / remount
by Emre Tugriceri on Jan.02, 2012, under Uncategorized
mount -o remount,ro -t yaffs2 /dev/block/stl9 /system
mount -o remount,rw -t yaffs2 /dev/block/stl9 /system
mount -o rw,remount -t rootfs /
mount -o ro,remount -t rootfs /

telnet to android
by Emre Tugriceri on Jan.02, 2012, under Uncategorized
/system/xbin/telnetd -l /system/xbin/sh

SELinux Tftp permission
by Emre Tugriceri on Nov.28, 2011, under Uncategorized
chcon -t tftpdir_rw_t /tftproot/*

gnokii sms read from Huawei Mobile Connect Express E800
by Emre Tugriceri on Aug.26, 2011, under Uncategorized
[root@etugriceri ~]# gnokii –showsmsfolderstatus
GNOKII Version 0.6.29
No. Name Id #Msg
========================================================
0 Internal memory ME 1
1 Combined ME and SIM phonebook MT 1
2 SIM card SM 4
3 SMS Status Reports SR 4
[root@etugriceri ~]# gnokii –getsms SM 1 end
GNOKII Version 0.6.29
1. Inbox Message (Read)

decrypt private key
by Emre Tugriceri on Mar.26, 2011, under Uncategorized
openssl rsa -in MYKEY.key >> MYKEY-NOCRYPT.key

Opennms Reindex database
by Emre Tugriceri on Apr.30, 2010, under Uncategorized
<font><font><font><font face="Arial, Helvetica, sans-serif">psql -d opennms -c “REINDEX DATABASE opennms FORCE” vacuumdb -v opennms -U opennms -W </font></font></font></font>

Resize LV
by Emre Tugriceri on Jan.05, 2010, under Uncategorized
pvresize -v -d /dev/dm-0
vgdisplay
lvextend -L400G /dev/VGD/datalv
resize2fs /dev/VGD/datalv
e2fsck -f /dev/VGD/datalv
resize2fs /dev/VGD/datalv
mount /dev/VGD/datalv /mnt/data

PRI Pinout
by Emre Tugriceri on Nov.21, 2008, under Uncategorized
MB-M-YB-T-TB-Y-KB-K
TB-T-YB-M-MB-Y-KB-K
Firefox ile java
by Emre Tugriceri on Feb.16, 2008, under Uncategorized
Java firefox u indirip kurduğunuzu farzediyorum.
ln -s /usr/java/latest/plugin/i386/ns7/libjavaplugin_oji.so .
ile firefox plugin klasoru içerisine link i oluşturuyoruz.
[root@etugriceri plugins]# firefox
VM did not start up properly
java_vm: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock’ failed.
Could not read ack from child process
Plugin: Java VM process has died.
Could not start JavaVM!
Bu Javadaki bir bug dan kaynaklanıyormuş. Son java kurulduktan sonra;
Rpm den kurdum bende böyle;
total 4
lrwxrwxrwx 1 root root 16 2008-01-25 14:06 default -> /usr/java/latest
drwxr-xr-x 7 root root 4096 2008-02-16 18:57 jre1.6.0_03
lrwxrwxrwx 1 root root 21 2008-02-16 18:57 latest -> /usr/java/jre1.6.0_03
libmawt.so nin bulunduğu path kurulumumuza göre değiştirilebilir.
sed -i ‘s/XINERAMA/FAKEEXTN/g’ /usr/java/jre1.6.0_03/lib/i386/xawt/libmawt.so
komutu ile problem düzeliyor.