Re: [CentOS] Solved: NFSroot over wifi in CentOS 7 - graceful shutdown problem

2020-08-13 Thread Dmitry E. Mikhailov
. WiFi keeps running for a second it requires to do a graceful NFS unmount. Best regards, Dmitry Mikhailov ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] NFSroot over wifi in CentOS 7 - graceful shutdown problem

2020-08-03 Thread Dmitry E. Mikhailov
uick and dirty hack to do a totally ungraceful shutdown/reboot: https://unix.stackexchange.com/questions/533307/systemd-fails-to-umount-manually-mounted-nfs-shares-in-initramfs Any better ideas? Best regards, Dmitry Mikhailov. ___ CentOS m

Re: [CentOS] XEN or KVM - performance/stability/security?

2012-04-20 Thread Dmitry Cherkasov
Hi, KVM if used as it is will show very poor performance on CentOS5. To achieve better results you need to update kernel to at least 2.6.32 and compile newer versions of libvirt and qemu. On CentOS6 all is fine with KVM right out of the box. Never used XEN so cannot compare. Dmitry Cherkasov

Re: [CentOS] help - batch account creation

2009-08-03 Thread Dmitry
Use expect/autoexpect + apg tool. Thank you. On 03/08/09 21:49, David Leon wrote: I'm trying to avoid typing every password manually. I just need an script that makes the job. useradd creates the account but still need to setup accpunt's password. On 8/3/09, nate wrote: David Leon wrote

Re: [CentOS] iso from rpm's

2009-07-24 Thread Dmitry Zaletnev
> On 07/24/2009 11:32 AM, Dmitry Zaletnev wrote: > > > > I have downloaded from an ftp something like RHEL 5.3 ppc64 rpm's. Is > > > > there any way to make from them an installation iso? > > > why not just download the iso's from redhat with

Re: [CentOS] iso from rpm's

2009-07-24 Thread Dmitry Zaletnev
> > > I have downloaded from an ftp something like RHEL 5.3 ppc64 rpm's. Is there > > any way to make from them an installation iso? > > why not just download the iso's from redhat with the valid subscription > details you have? Because the value of subscription is equal the value of my PlayS

[CentOS] iso from rpm's

2009-07-23 Thread Dmitry Zaletnev
Hi, all! I have downloaded from an ftp something like RHEL 5.3 ppc64 rpm's. Is there any way to make from them an installation iso? Sincerely, Dmitry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS on IBM Bladecenter HS21

2009-07-17 Thread Dmitry Zaletnev
Hello, anybody know if there's CentOS distro for cbea or ppc64 architecture? If it's possible give me a link to download iso, please. Sincerely, Dmitry > Hello, > > I have CentOS 5.2 installed on two of the afore-mentioned blades. > R

Re: [CentOS] hardware requirements for Centos 2

2009-07-07 Thread Dmitry
Thanks a lot for your help , guys. P.s : think, we'll add memory and proceed with Centos 5 ... Michael A. Peters wrote: > Niki Kovacs wrote: > >> Dmitry a écrit : >> >>> Hi. >>> >>> Could you please give me advice about issue described b

[CentOS] hardware requirements for Centos 2

2009-07-06 Thread Dmitry
Hi. Could you please give me advice about issue described below. My friends have to use a PC with old hardware for a few months. They've got 128MB of RAM, 20 GB hard drive; Pentium 3 processor. At the moment they have windows xp running on it, but it's very slow. What are the system requiremen

Re: [CentOS] CentOS 5.3 cbea

2009-06-12 Thread Dmitry Zaletnev
> On 06/12/2009 10:25 AM, Dmitry Zaletnev wrote: > > I want to get from my PS3 180 GFLOPS (x32), I followed Sony recomendation > > to upgrade BIOS to rev. 2.70, after which F9,F10,openSuse11 don't install. > > Thats interesting, what changed ? petitboot can't l

Re: [CentOS] CentOS 5.3 cbea

2009-06-12 Thread Dmitry Zaletnev
> thus Dmitry Zaletnev spake: > > > What about > > > > > > http://us.fixstars.com/products/ydl/ > > There's two versions of YDL 6.1 iso: 112008 and 022009 ("NEW"), > > the first is fulfilled with bugs (rpc bind doesn't work, PS3 &g

Re: [CentOS] CentOS 5.3 cbea

2009-06-12 Thread Dmitry Zaletnev
> Dmitry Zaletnev wrote: > > Hi! > > I have a question to ask: where can I download CentOS 5.3 for > > Cell Broadband Engine Architecture, and if this is impossible - > > ppc64 version. I want to install it onto my Sony PS3. > > &

Re: [CentOS] CentOS 5.3 cbea

2009-06-12 Thread Dmitry Zaletnev
> > What about > > http://us.fixstars.com/products/ydl/ There's two versions of YDL 6.1 iso: 112008 and 022009 ("NEW"), the first is fulfilled with bugs (rpc bind doesn't work, PS3 forget IP after power down...) and the second with bug fixes is suitable only for newer PS3s. I bought my in Feb 20

[CentOS] CentOS 5.3 cbea

2009-06-11 Thread Dmitry Zaletnev
Hi! I have a question to ask: where can I download CentOS 5.3 for Cell Broadband Engine Architecture, and if this is impossible - ppc64 version. I want to install it onto my Sony PS3. Sincerely, Dmitry Zaletnev ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Users and ftp

2008-09-16 Thread Dmitry Cherkasov
ay try using pureftpd. It enables mapping ftp users to system users so you can create several ftp users mapped to single system user who is the owner of /home/user1 -- as I can guess this hits your target. P.S. I'm not experienced with vsftp, so there may probably exist a solution with this packa