search for: ml2edwin

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

2011 Jul 13
2
centos 64 bit
Hello all, I am running CentOS 5.6 64 bit. When running "yum -y install ncurses-devel", I expect that only ncurses 64 bit version will be installed. However, actually both i386 and x64 are installed, that made me unhappy :) ncurses-devel-5.5-24.20060715.i386.rpm ncurses-devel-5.5-24.20060715.x86_64.rpm Is there anything worng here? Regards, Nguyen Vu Hung. -------------- next part
2012 Jun 04
1
nodejs based website
Hello, I am trying to setup a node.js based website called 'hummingbird'. It's a monitoring package that you can read about here: http://projects.nuttnet.net/hummingbird/ My question is when I hit the site all I see is a directory listing http://107.21.183.42/hummingbird/ Similar to what would happen if you went to a php site without php being configured in apache with the
2012 Jun 07
1
noexec tmp directory
Hello, I am fixing up a system for someone and they did not make a separate partition for /tmp...but I want to make it noexec, nosuid. I came across a site that said I could skip all the mount/unmount and new partition stuff (which would probably include downsizing a lvm to make room for it)... by adding this in fstab /tmp /tmp bind nosuid,noexec,bind 0 0 and then reboot... There is
2011 Jul 14
2
php-5.3.6 fails on CentOS 5.6 64 bit
Hello all, # I am quite new to 64 bit Linux I am trying to build php-5.3.6 on CentOS 5.6, 64 bit. When I run ./configure under php-5.3.6, I get the following error: ----- Error ----- If configure fails try --with-jpeg-dir=<DIR> configure: error: libpng.(a|so) not found. ----- Error ----- Though libpng-devel and libjpeg-devel (both i386 and x64 rpms) are installed, it seems that
2011 Jan 26
2
how to unmount an NFS share when the NFS server is unavailable?
Hi All, How do I unmount an NFS share when the NFS server is unaivalable? I tried "umount /bck" but it "hangs" indefinitely "umount -f /bck" tells me the mount if busy and I can't unmount it: root at saturn:[~]$ umount -f /bck umount2: Device or resource busy umount: /bck: device is busy umount2: Device or resource busy umount: /bck: device is busy This
2011 Oct 19
2
Silly logrotate question
Ok, I have Googled this and either I am not asking the right way or I just can't see what's in front of me (sorry)... We have log files called app.2011-10-119.log (with the date changing every day). The log is created by the application each day at midnight. I have logrotate set to rotate files ending in .log at 4am, with copytruncate on by default. If I list the files I see all the old
2011 Jun 24
5
No DVD Mirrors - Only Torrent
I love Centos. Have in on my data centre servers, my home servers, my laptop and my netbook. Yes there are serious and continuing security concerns relating to Gnome and KDE but they are not Centos. Currently running 5.6 and would like a two set DVD of that version. However none of the mirrors offer pure DVDs only Torrent versions which involve the possibility of bits being tampered with and
2011 Jan 25
4
backup script
I want to create bash script to have a zip copy from a website running on linux /var/www/htdocs/* local on the same box on different directory I am thinking to do a local backup using crontab (snapshot my web) tar -cvzf /tmp/website-$(date +%Y%m%d-%H%M).tgz /var/www/htdocs/* This command will create a file /tmp/website-20110101-1459.tgz I want it run on daily basis and to keep the last 5days
2011 Jan 26
2
Basic Permissions Questions
Hi List :) So, I have a folder1, its owner is user1 who has r+w on the folder. User2 is the group owner who only has read access (when I say user2, I mean the group called user2, because when you make a new user the OS can make them their own group). You can see these permissions below: [user2 at host test]$ ls -l drw-r----- 3 user1 user2 28 Nov 2 16:17 folder1 How ever user2 can not
2011 Dec 30
4
Need help in writing a shell/bash script
Hi Friends, I am trying to write a shell script which can merge the 2 columns into 3rd one on Centos 5. The file is very long around 31200 rows having around 1370 unique groups and around 12000 unique user-names. The 1st column is the groupname and then 2nd column is the user-name. 1st Column (Groupname) 2nd Column (username) admin ankush