Tugriceri Web Notes

Uncategorized

zarafa Response data requested from bus but it doesn’t have any data

by 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/”

Comments Off on zarafa Response data requested from bus but it doesn’t have any data more...

DSMC backup

by on May.29, 2012, under Uncategorized

dsmc incremental /mnt/DB -subdir=yes

Comments Off on DSMC backup more...

Failed to open “/var/lib/dbus/machine-id”

by 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

dbus-uuidgen > /var/lib/dbus/machine-id
Comments Off on Failed to open “/var/lib/dbus/machine-id” more...

TestDisk 6.12, Data Recovery Utility, May

by 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

Comments Off on TestDisk 6.12, Data Recovery Utility, May more...

Laptop Screen Brightness set via terminal

by on Jan.02, 2012, under Uncategorized

echo 24 > /sys/class/backlight/acpi_video0/brightness

Comments Off on Laptop Screen Brightness set via terminal more...

android system and / remount

by 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 /

Comments Off on android system and / remount more...

telnet to android

by on Jan.02, 2012, under Uncategorized

/system/xbin/telnetd -l /system/xbin/sh

Comments Off on telnet to android : more...

SELinux Tftp permission

by on Nov.28, 2011, under Uncategorized

chcon -t tftpdir_rw_t /tftproot/*

Comments Off on SELinux Tftp permission more...

gnokii sms read from Huawei Mobile Connect Express E800

by 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)

Comments Off on gnokii sms read from Huawei Mobile Connect Express E800 more...

decrypt private key

by on Mar.26, 2011, under Uncategorized

openssl rsa -in MYKEY.key >> MYKEY-NOCRYPT.key

Comments Off on decrypt private key more...

Opennms Reindex database

by 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>
Comments Off on Opennms Reindex database more...

Resize LV

by 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

Comments Off on Resize LV more...

PRI Pinout

by on Nov.21, 2008, under Uncategorized

MB-M-YB-T-TB-Y-KB-K
TB-T-YB-M-MB-Y-KB-K

Comments Off on PRI Pinout more...

Firefox ile java

by 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.

Comments Off on Firefox ile java more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...