similar to: fstab, unusual behavior of "missing UUID"

Displaying 20 results from an estimated 1000 matches similar to: "fstab, unusual behavior of "missing UUID""

2013 Jul 04
1
sda and sdb reverse order with an external USB drive
Hello I am using 64 bit CentOS 6.4 on an i7 laptop with one sata drive and a CD drive. I installed CentOS by manually partitioning sda as: sda1 as /boot, sda2 as swap, sda3 as /. The booted system works great. When I insert an external USB drive, formatted as ext3, the hard drive on the laptop and the USB drive are either sda or sdb, depending upon the order on which I insert the USB drive
2014 May 15
4
Set static IP
Hello, I want my CentOS 6.5 computer to have a static IP. Currently I get the IP I want because I have my router assign it on the basis of mac address. I placed the following file as: /etc/sysconfig/networking-scripts/eth0 DEVICE="eth0" BOOTPROTO=static HWADDR=00:1F:D0:9E:AE:67 ONBOOT=yes TYPE=Ethernet USERCTL=no IPV6INIT=no PEERDNS=yes NETMASK=255.255.255.0 IPADDR=192.168.0.99
2014 May 16
5
Mother board recommendation
Hello, I want to build a lightweight server and install centos. Does anyone have a recommendation for a suitable motherboard? Thank you, Joe
2013 Oct 23
4
Should I upgrade Samba 3.6 to Samba 4.1
Hi, I just installed Samba on my Centos 6.4 computer. Smbstatus says my version is 3.6.9-151.el6-4.1. My smb.conf file only has a [global] and [homes] section. My configuration works, as expected, from a Win7 Virtual Box computer and a Win8 Virtual Box computer. I can see the share from the Windows file explorer and can map the share to a network drive. The Samba server is not virtual.
2015 Mar 07
2
which uuid to specify a raid in fstab
I'm confused about which UUID to use to identify a software RAID in fstab. lsblk -fs shows: md127p1 ext4 c43af789-82aa-49e9-a8ed-acd52b1cdd58 /y --- md127 ext4 39c20575-4257-4fd7-b5c8-8a15757e9e8e --- sdb1 linux_r hostname:0 af77830e-8cfd-9012-62ce-e57105c3bf6c --- sdb --- sdc1 linux_r hostname:0 af77830e-8cfd-9012-62ce-e57105c3bf6c
2015 Mar 07
0
which uuid to specify a raid in fstab
Assuming your raid group is /dev/md127, you can run: ls -l /dev/disk/by-uuid or blkid /dev/md127 and use the ID both will show for /dev/md127
2015 Mar 07
2
which uuid to specify a raid in fstab
Thanks. On Sat, Mar 7, 2015 at 4:26 PM, Miguel Medalha <miguelmedalha at sapo.pt> wrote: > Assuming your raid group is /dev/md127, you can run: > > ls -l /dev/disk/by-uuid > > or > > blkid /dev/md127 > > and use the ID both will show for /dev/md127 > > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2015 Mar 08
0
which uuid to specify a raid in fstab
/etc/fstab needs the UUID for the filesystem volume; so if you use blkid, find the line with the filesystem type and label you used when you created the file system, and use the uuid listed after UUID= The grub.cfg should have a boot parameter mduuid which makes mdadm in the initramfs aware that it should assemble the array as soon as it can. It ought to be able to discover what it needs from
2011 Dec 14
1
glusterfs crash when the one of replicate node restart
Hi,we have use glusterfs for two years. After upgraded to 3.2.5,we discover that when one of replicate node reboot and startup the glusterd daemon,the gluster will crash cause by the other replicate node cpu usage reach 100%. Our gluster info: Type: Distributed-Replicate Status: Started Number of Bricks: 5 x 2 = 10 Transport-type: tcp Options Reconfigured: performance.cache-size: 3GB
2014 Feb 20
2
Monitor Wireless Networks OT
On Thu, Feb 20, 2014 at 9:39 AM, Joseph Hesse <joehesse at gmail.com> wrote: > Hi, > I am having interference with my neighbouring wireless networks. > Is there a linux tool that enables me to monitor the ESSID, channel, > power output and other information for neighbouring wireless networks? > I am especially interested in the channel so I can choose a different one. >
2008 Dec 21
0
Compiz lockup with XRandr and External Monitors
Hello there -- I have an unusual bug that I recently discovered. I've put several hours into making sure I can reproduce it everytime, but the process seems so strange (and specific) that I feel I would be laughed off of a bugzilla if I tried to post it. At any rate, I thought I'd give a description of my situation. First, disclaimers. The software: Fedora 10, fresh install, GNOME
2014 Jul 31
2
Dual boot with 2 drives
Hi, I have a laptop with 2 hard drives. The first has Fedora 20 (no windows or anything else) and the second is unused. I would like to install CentOS7 on the unused drive so I can dual boot with the choice of the 2 OS's on the Grub menu. I am comfortable in partitioning drives and installing Linux distributions. I am afraid I may mess up the MBR and/or set up Grub incorrectly so I
2014 Feb 06
3
Virtual Hosts question
I am running Wordpress on a CentOS 6.5 server which is behind a router. The private IP is 192.168.0.99, the public URL is X.com (name changed). I have two virtual hosts in my httpd.conf file. The second one, listed below, is for Wordpress and it is accessed with http://X.com/d4i or http://www.X.com/d4i. They work fine. Actually, not show, I have more Wordpress virtual hosts, and they are
2013 Aug 13
1
Problem with "yum update"
Hi, I am trying to update my system with yum and I keep getting this error message. Thank you, Joe Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: centos.mirror.lstn.net * epel: fedora-epel.mirror.lstn.net * extras: centos.mirror.lstn.net * rpmforge: mirror.hmc.edu * rpmforge-extras: mirror.hmc.edu * rpmforge-testing: mirror.hmc.edu *
2014 Jan 25
1
Permissions for LAMP
I am running a Lamp server on a CentOS 6.5 box. It works fine, I am concerned that I may have the wrong file/dir permissions. The directories /var and /var/www are root:root and 755. For /var/www/html and all directories underneath I have apache:apache and 770. For all files under /var/www/html I have apache:apache and 660. Are these these permissions OK? Thank you, Joe
2014 Feb 14
1
RSync Problem
I use an external USB drive and rsync to back up everything in /home. The USB drive has an entry in fstab and I mount it with "# mount /mnt" The rsync command I use is: rsync -av --delete --include='.thunderbird' --include='.filezilla' --include='.putty' \ --exclude='.*' --exclude='Desktop' --exclude='VirtualBox*' /home/* /mnt/home/
2014 Feb 20
1
Problem with wireless router
Hello, I am using wireless N on a DLink-655 wireless router. It is the "A" hardware version with the latest firmware. I am using a channel that no one in my vicinity is using, according to iwlist. I checked the Statistics from the router web interface and they are shown below for a period of less than an hour. It looks like the errors are excessive, especially the "RX Packets
2014 May 12
1
Change server name in postfix configuration
Hi, A consultant, long gone, set up postfix, dovecot, amavisd and squirrelmail for my wife. It works fine but my wife wants to change the server name from old.com to new.com so the name is more appropriate for her business. My approach would be to use sed to change all occurences of old.com to new.com. Specifically, I used grep to identify the following files where I should make the changes.
2012 Oct 10
1
ANNOUNCE: cifs-utils release 5.6 is ready for download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Time for another cifs-utils release! Nothing terribly earth shattering here. Some distros (like Fedora) are moving krb5 credcaches out of /tmp by default. Users of these distros will definitely want to upgrade. Highlights: * Fixes for mounting with '/' in usernames with sec=krb5 * Support for DIR: type krb5 ccaches * support for
2008 Dec 30
3
(EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_dri.so failed
Hi. I'm trying nouveau and I'm having some troubles. I filled a bug[1] a while ago about a problem I had (and I'm still experimenting), but I found another issue that I suspect is normal. I get this in my Xorg.log: [...] (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE drmOpenDevice: node name is