Displaying 20 results from an estimated 21 matches for "tburn".
Did you mean:
burn
2016 Feb 02
5
nfs stuck, don't know what processes to kill
My NFS server is up and other clients can access x. One particular client
can't. I tried to unmount the NFS share:
[root at nfsclient ~]# umount -f /disk/x
umount2: Device or resource busy
umount.nfs: /disk/x: device is busy
umount2: Device or resource busy
umount.nfs: /disk/x: device is busy
If I use df or lsof to try to figure out what process to kill, they hang. I
am reluctant to just
2016 Feb 02
0
nfs stuck, don't know what processes to kill
Try "umount -fl" ('eff el')
On Tue, Feb 2, 2016 at 1:58 PM, Dave Burns <tburns at hawaii.edu> wrote:
> My NFS server is up and other clients can access x. One particular client
> can't. I tried to unmount the NFS share:
>
> [root at nfsclient ~]# umount -f /disk/x
> umount2: Device or resource busy
> umount.nfs: /disk/x: device is busy
> umount2...
2011 Dec 12
0
not NetworkManager but dhclient turned off yet clobbered yp.conf on boot
Oops! The actual clue in yp.conf is:
; generated by /sbin/dhclient-script
So I was looking in the wrong place.
Dave
On Mon, Dec 12, 2011 at 8:53 AM, Thomas Burns <tburns at hawaii.edu> wrote:
> A system had a disk problem, I took out the disk, mounted on another
> system, tweaked around until I thought the disk problem was fixed, then put
> it back in the original system. I did not edit any config files among the
> tweaks. When I booted the system,...
2017 Jan 09
3
how to troubleshoot GUI issue?
Hello,
I'm using a recent install of centos 7, no GUI customizations that I
recall. When I log in using the GUI it accepts my password and the mouse
appears on a black screen, like it is preparing the desktop, but the
desktop never appears. If I hit control-alt-f4 and log in using the command
line, and then execute startx, Everything seems to work perfectly.
What sort of troubleshooting
2015 Aug 18
1
initial setup of centos linux 7 core license information license not accepted
Did all this happen because I switched monitors? Or because I did all my
setup over ssh?
Otherwise, this is an FYI for other newbies who get confused by this like I
did.
Yesterday I set up a new centos 7 install, did updates, made all the config
tweaks I like to make, and rebooted at the end to see if it would start up
properly. No problem. (I logged in as the single user to see if it worked
but
2015 Feb 27
0
yum causing RPC timed out?
...Timeout on
http://mirror.supremebytes.com/centos/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2:
(28, 'Resolving timed out after 30384 milliseconds')
[root at localhost ~]#
On Fri, Feb 27, 2015 at 11:06 AM, Dave Burns <tburns at hawaii.edu> wrote:
> I just installed centos 7, yum is acting strange, experiencing RPC
> time-outs. Sometimes when I disable the additional repos (epel and
> rpmforge) it seems to make things act normal. But not this time (see below).
>
> Could I have some misconfiguration?...
2015 Feb 27
2
yum causing RPC timed out?
I just installed centos 7, yum is acting strange, experiencing RPC
time-outs. Sometimes when I disable the additional repos (epel and
rpmforge) it seems to make things act normal. But not this time (see below).
Could I have some misconfiguration? Network glitch? What hypotheses should
I be considering?
Thanks,
Dave
[root at localhost ~]# yum repolist
repo id
2013 Nov 23
1
Maildir issue.
We brought up a test cluster to investigate GlusterFS.
Using the Quick Start instructions, we brought up a 2 server 1 brick
replicating setup and mounted to it from a third box with the fuse mount
(all ver 3.4.1)
# gluster volume info
Volume Name: mailtest
Type: Replicate
Volume ID: 9e412774-b8c9-4135-b7fb-bc0dd298d06a
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
2003 Dec 01
0
No subject
.../mnt/manatee vfat
uid=0,gid=100,quiet,umask=002 0 0
#/dev/hdc1 /mnt/manatee vfat
rw,nosuid,noexec,nodev,gid=100,check=s 0 0
#/dev/hdc1 /mnt/manatee vfat
defaults,gid=100,umask=007 0 0
Thanks.
Mark Mykkanen
Return-Path: <tburns@fabco.com>
Delivered-To: samba@lists.samba.org
Received: from milhouse.msn.fabco.com (cache.fabco.com [64.73.76.36]) by
lists.samba.org (Postfix) with ESMTP id 8615944B4 for
<samba@lists.samba.org>; Wed, 15 Aug 2001 09:49:26 -0700 (PDT)
Received: from dopebert (dopebert.msn.fabco.com...
2015 Feb 27
0
yum causing RPC timed out?
On Fri, Feb 27, 2015 at 11:57 AM, Thomas Eriksson <
thomas.eriksson at slac.stanford.edu> wrote:
>
> This has nothing to do with yum.
>
> You are using NIS for name lookup and your NIS server is not responding.
NIS is working fine, at least, for what I expect it to do.
What makes you think NIS is involved?
What does yum use NIS for?
Is there a test command I could use to see
2015 Feb 28
0
yum causing RPC timed out?
On Fri, Feb 27, 2015 at 12:41 PM, Stephen Harris <lists at spuddy.org> wrote:
>
> "do_ypcall" is a NIS error message. (Previous NIS was called "yellow
> pages"; the "yp" in do_ypcall is a reference to that).
>
> Maybe you have "hosts: files nis" in /etc/nsswitch.conf or something
> else that's causing the OS to want to talk to
2015 Mar 06
0
Centos 7 confusion about Chinese input methods
I just tried my first Centos 7 install. I want to install input methods for
Chinese. In the good old days, all I had to do was yum install a blob and I
was done. Does anyone have a link or some hints that will help me? I did a
search, but the hits just confuse me.
thanks,
Dave
2016 Feb 03
1
nfs stuck, don't know what processes to kill
On Tue, Feb 2, 2016 at 9:23 AM, <m.roth at 5-cent.us> wrote:
> Dave Burns wrote:
> > My NFS server is up and other clients can access x. One particular client
> > can't. I tried to unmount the NFS share:
> >
> > [root at nfsclient ~]# umount -f /disk/x
> > umount2: Device or resource busy
> > umount.nfs: /disk/x: device is busy
> > umount2:
2016 Dec 27
0
GUI black screen on login, startx works???
Hello,
I'm using a recent install of centos 7, no GUI customizations that I
recall. When I log in using the GUI it accepts my password and the mouse
appears on a black screen, like it is preparing the desktop, but the
desktop never appears. If I hit control-alt-f4 and log in using the command
line, and then execute startx, Everything seems to work perfectly.
What sort of troubleshooting
2019 Jan 07
1
can XFS filesystem recover rm'ed files?
Yes, I rm'ed the wrong directory. The disk has not been written to since,
now mounted ro. Is it possible to recover the files without doing forensics
on the whole partition? I know the UID and path. XFS is supposed to be
pretty amazing, can I get it to do this?
Thanks,
Dave
2011 Nov 29
0
Trying to read Nepali script on centos
I've got Chinese working, but having trouble with Nepali. Here's what
I have installed:
rpm -qa|grep -i nepal
scim-tables-nepali-0.5.6-7
m17n-db-nepali-1.3.3-48.el5
What else is needed?
Thanks
Dave
2011 Dec 12
0
NetworkManager turned off yet clobbered yp.conf on boot?
A system had a disk problem, I took out the disk, mounted on another
system, tweaked around until I thought the disk problem was fixed, then put
it back in the original system. I did not edit any config files among the
tweaks. When I booted the system, NIS was not working right. I found that
these files had been changed: /etc/yp.conf /etc/resolv.conf /etc/ntp.conf
/etc/auto.master
2017 Jun 21
3
why would ls, while or ci use NIS?
I have an entry in root's crontab:
#ls -1 /etc/RCS|sed "s~\(.*\),v~\1~"|while read file; do ls -la
/etc/$file|ci -q -l /etc/$file ;done
Error output I received:
do_ypcall: clnt_call: RPC: Unable to receive; errno = No route to host
YPBINDPROC_DOMAIN: Domain not bound
do_ypcall: clnt_call: RPC: Unable to receive; errno = No route to host
YPBINDPROC_DOMAIN: Domain not bound
2011 Nov 29
5
how to install standard software on systems with heterogeneous hardware?
I've been thinking about ways to proceed if I need to set up 5
machines with basically identical software but somewhat variable
hardware. A simple approach would be to just set up my golden system
and clone the disk, but the hardware differences would probably cause
problems.
One approach that appeals to me is to install minimal centos on the
first system, add a few rpms after installation,
2013 Mar 11
2
CentOS release 5.3 (Final) yum update error TypeError: unsubscriptable object
Just FYI. This machine has been offline and not updated for several months.
I booted it and ran yum update. It generated an error. I googled the error,
no hits. I did "yum clean all". Tried yum update again, it finished
dependency resolution and reported some missing dependencies. I can deal
with that.
love and kisses,
Dave
Here is the tail end of the error output:
---> Package