- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: 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 ? | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: [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 … ![]() | |
Re: 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" | |
Re: 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 … | |
Re: 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 … | |
Re: 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. |
The End.