Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #16.0K
Ranked #2K
~3K People Reached
Favorite Tags

13 Posted Topics

Member Avatar for samarudge

Hi, Which version of CentOS are you using ? I saw some sites on google which talked about using "webtatic" repository to fix php related issues ([url]http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/[/url]). I am not sure if you can try this on a production environment though.

Member Avatar for abhisek.sanyal
0
468
Member Avatar for micmagicfly

Hi, The first if statement is the clue for you. If you look closely at it, you will realize that the expression there actually changes data which persists even after the code returns from the function.

Member Avatar for Spartan-S63
0
130
Member Avatar for nonshatter

Hi, This is definitely not a dumb question. I looked at the corresponding [URL="http://osvdb.org/show/osvdb/47227"]OSVDB Id[/URL] and the information provided in the Open SSH [URL="http://www.openssh.com/txt/release-5.1"]change log[/URL] for the version where it was fixed. Some more information is [URL="http://www.securityfocus.com/bid/30339/discuss"]here[/URL]. For this example, let us assume there is an SSH server with an …

Member Avatar for nonshatter
0
161
Member Avatar for xylude

Hi xylude, What about the browser ? Did you try closing and reopening the browser ? There must be some media plugin which was playing the mp3 earlier. What if the media plugin got stuck playing the mp3 the first time and subsequent requests were queued by the plugin ?

Member Avatar for xylude
0
112
Member Avatar for sree_ec

Hi Sree_ec, That is how this particular signal works. Check out this [URL="http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_21.html#SEC336"]link[/URL]. After a "Segmentation fault", it is not possible for the program to continue and it will still continue to handle the signal. This step is causing the loop. The text says that - "The handler should end …

Member Avatar for sree_ec
0
315
Member Avatar for web2works

Hi web2works, For it to work over the internet, the virtual host name should resolve. So, you will need to get the dns fixed. However, for testing your SVN setup, I would suggest that you update the "/etc/hosts" file in your debian system to point the "hostname" to localhost and …

Member Avatar for abhisek.sanyal
0
477
Member Avatar for agent154

Hi, Let us say you want to create a 10 Mb file system. Use dd to create a virtual disk image first. Example - "dd if=/dev/zero of=/tmp/my.img bs=1k count=10000" That will create a image file of size 10 Mb ~ approximately (1k * 10000) Now to make it a FAT12 …

Member Avatar for agent154
0
338
Member Avatar for devangjani

Hi Devang, I think the virtio modules for the block device is not loaded. Another user faced a similar issue [URL="http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=ASC&topic_id=23513&forum=37#forumpost92239"] with the centos distribution[/URL] The same thing has also been mentioned in [URL="http://wiki.libvirt.org/page/Virtio"]the last section[/URL] Backup your initrd before updating it. You will need to reboot the system to …

Member Avatar for abhisek.sanyal
0
469
Member Avatar for tshankar

[QUOTE=tshankar;1077185]i have AnexGate firewall Version-i586 i forgot root password but i want recover this password. please help ...[/QUOTE] Hi Shankar, Your organization doesn't have support on that firmware ? To the best of my knowledge, AnexGate usually provides access to only the admin login of the web interface and never …

Member Avatar for Iamthedude
0
432
Member Avatar for mona-lolly

Hi, It is best that you read the Advanced bash scripting guide available at [url]http://tldp.org/LDP/abs/html/[/url] If all you want to do now is create your own command which simply calls another existing linux command, check out "alias"

Member Avatar for thekashyap
0
128
Member Avatar for Hummdis

Hi Hummdis, Yes it can be done. Assuming that you have an environment where you can compile specific to your extremely stripped LINUX OS, you can follow the instructions provided in the link - [URL="http://www.linuxfromscratch.org/blfs/view/6.3/basicnet/bind-utils.html"]compiling bind utilities[/URL]. I have done this before and it works :) Use the version that …

Member Avatar for Hummdis
0
163
Member Avatar for hondros

Hi Hondros, I suspect that the hard disk in the system is getting detected as sda, can you try with sdb1 ? And while you are at it, try sdc1 and sdd1 too. It might be a good idea to verify that dsl was properly installed on the pendrive by …

Member Avatar for abhisek.sanyal
0
143
Member Avatar for elamigosam

Hi elamigosam, Did you try lftp ([url]http://lftp.yar.ru/features.html[/url]) ? The description and feature list shows that they support your requirement, check for "mirror". You should be able to update your shell script to use this app.

Member Avatar for abhisek.sanyal
0
74

The End.