search for: sachin3072004

Displaying 10 results from an estimated 10 matches for "sachin3072004".

2015 Aug 19
3
Centos7 Kernel Panic
Hello Everyone, I have prepared following isolinux.cfg. default linux label linux kernel /vmlinuz append initrd=/initrd.gz But kernel panics with the standard message 'Kernel panic - not syncing: No init found'. Linux kernel version is 3.10. I tried to read the init.txt too.But could not figure out the issue. Can you please help me figure out the problem ? Thanks Sachin
2014 Jul 03
2
SFTP fails at connection
Hello, I have recently installed openssh6.5 on my Centos box. And I can do ssh to my centos box. But SFTP fails at connection. I get following messages when I try to run sshd in debug mode. debug1: subsystem: exec() /usr/libexec/openssh/sftp-server Starting session: subsystem 'sftp' for op from 192.168.1.101 port 53994 debug1: server_input_channel_req: channel 0 request eow at
2014 Mar 11
2
Upgrading openssh to 6.5 on centOS 5 machine
Hello Everyone, I am a newbie. I am supposed to upgrade openssh on a centOS machine. Following are the current versions of openssh and centOS. /tmp# /usr/sbin/sshd -V OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 /tmp# rpm -q centos-release centos-release-5-2.el5.centos I have already tried the following link. http://fr2.rpmfind.net/linux/rpm2html/search.php?query=openssh I am unable
2015 Aug 15
2
grub-install
Hello Everyone, I am a newbie. When I try to install GRUB2 on centos 5.2 system, I get following error. centos5: grub-install /dev/sda //sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!. //sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE
2015 Aug 16
5
Grub legacy on Centos 7
Hello Everyone, We have centos6 server. And we are planning to upgrade it to Centos7.And GRUB 2 needs a new bios grub partition. Creating a new partition is too much risky. I am wondering if it is possible to replace Grub2 with Grub legacy on Centos7 machine? Thanks!! Sachin
2015 Aug 26
2
grub.conf
Hello Everyone, My grub.conf is as following. title Linux Init Break kernel /vmlinuz root=/dev/sda6 ro rootwait break=y initrd /initrd.gz What I expect is by adding *break=y* to cmdline, init will pause early in the boot process and launch an interactive sh shell which can be used for troubleshooting purposes. But kernel is disregarding break=y. And it loads up without launching sh shell.
2014 Mar 25
1
bug-1215
Hello Everyone, I am a newbie here. I am supposed to upgrade openssh with pam user authentication enabled on centos 5.2 machine. I was wondering patches mentioned in the following bug are available in openssh 6.5. https://bugzilla.mindrot.org/show_bug.cgi?id=1215 Or do I need to apply these patches on openssh 6.5 source code ? Thanks Sachin
2014 Jul 29
1
sftp-server log messages
Hello, Where does sftp-server logs its messages ? I am using centos 5.2. I used the following command in my sshd_config. Subsystem sftp /usr/libexec/openssh/sftp-server -l DEBUG3 -f DAEMON But I do not see any log messages in /var/log/messages. Thanks Sachin
2015 Aug 26
2
grub.conf
Thanks for reply. I replaced break=y with init=/bin/sh. In that case case system just hangs with the following message. "Freeing unused kernel memory : 400k freed". Thanks!! Sachin On Tue, Aug 25, 2015 at 7:16 PM, Barry Brimer <lists at brimer.org> wrote: > My grub.conf is as following. >> >> title Linux Init Break >> kernel /vmlinuz root=/dev/sda6 ro
2015 Aug 26
2
grub.conf
Thank you so much!!! It worked. On Tue, Aug 25, 2015 at 8:04 PM, Barry Brimer <lists at brimer.org> wrote: > Thanks for reply. >> >> I replaced break=y with init=/bin/sh. >> In that case case system just hangs with the following message. >> "Freeing unused kernel memory : 400k freed". >> >> Thanks!! >> Sachin >> >> On Tue,