9 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Is it possible to toggle back and forth between an xterm invoked from one tty, and a shell invoked from a different tty?
I am running Centos 7 with KDE and booting in non-graphic mode. After logging in on the default window (/dev/tty1) , I can then use ALT-F2 to access a new window (/dev/tty2),... (1 Reply)
Discussion started by: rhgscty
1 Replies
2. IP Networking
Hi All,
I was told to perform analysis for IP change during a hardware refresh?
Does the IP change when a hardware refresh is performed?
if Yes, why? (5 Replies)
Discussion started by: visitsany
5 Replies
3. Programming
I have a Motif Application created with XtVaAppInitialize. I have two field widgets, created with XmCreateTextField. Now when I programmatically change the data in any of the two fields, the widgets don't get refreshed, only after a mouse over.
I have tried anything, from including the "xrefresh"... (4 Replies)
Discussion started by: JenniferKuiper
4 Replies
4. Red Hat
Hi everyone!
I have a strange situation. I'm running an NX remote Gnome desktop session. On the remote machine, there is a whole load of unsaved data in a window. A problem that I've been having with this NX session is that I can't load Gnome Applets, including the Window Switcher. So.. when I... (0 Replies)
Discussion started by: alexandicity
0 Replies
5. Programming
i have read in one of links, there its documented
but i am using following code
int main ()
{
char ch;
initscr();
printw("Enter a char :");
ch=getch();
printw("You Entered '%c' ",ch);
getch();
endwin();
return 0;
}
the code does... (2 Replies)
Discussion started by: MrUser
2 Replies
6. Shell Programming and Scripting
hi all
I want to refresh ps ax |grep something using a script every n seconds.
Plz advise how to do that. (2 Replies)
Discussion started by: coolatt
2 Replies
7. UNIX for Dummies Questions & Answers
I am looking for a way to issue a command or string of commands to repeatedly display new files that are written to the directory. I usually use ls -ltr to see the newest files at the bottom of the screen. I would like to automate this command to refresh what is displayed every second or so. Can... (3 Replies)
Discussion started by: skidude
3 Replies
8. Linux
Hi,
I am using fc3, and I would like to know how to increase monitor refresh rate.
I have tried "Applications" > "Preferences" > "Screen Resolution" but I can't seem to increase greater than 85Hz.
I have tried to edit /etc/X11/xorg,conf
but not sure how to...
So here is my file.
How... (6 Replies)
Discussion started by: armen
6 Replies
9. Windows & DOS: Issues & Discussions
Hello,
We someone help me resolve this problem. I have window 2000 professional, windows 98 and Unixware 7.0.1 on the network. I was able to establish connection with all. However, l was unable to ping window 98 from window 2000 professional. I was able to ping the window 2000 from the window... (10 Replies)
Discussion started by: kayode
10 Replies
VGREMOVE(8) System Manager's Manual VGREMOVE(8)
NAME
vgremove - remove a volume group
SYNOPSIS
vgremove [-d|--debug] [-h|--help] [-v|--verbose] VolumeGroupName [VolumeGroupName...]
DESCRIPTION
vgremove allows you to remove one or more volume groups. The volume group(s) must not have any logical volumes allocated and must also be
inactive (see vgchange(8) ).
OPTIONS
-d, --debug
Enables additional debugging output (if compiled with DEBUG).
-h, --help
Print a usage message on standard output and exit successfully.
-v, --verbose
Gives verbose runtime information about vgremove's activities.
DIAGNOSTICS
vgremove returns an code code of 0 for success and > 0 for error:
1 no volume group name on command line
2 error setting up freed physical volume
3 error writing freed physical volume(s) to disk(s)
4 error removing volume group from lvmtab
5 can't remove volume group containing logical volumes
6 invalid volume group name
7 volume group is active
8 not all physical volumes are online
9 error accessing volume group
10 error reading volume group data from disk(s)
95 driver/module not in kernel
96 invalid I/O protocol version
97 error locking logical volume manager
98 invalid lvmtab (run vgscan(8))
99 invalid command line
See also
lvm(8), vgcreate(8), vgreduce(8)
AUTHOR
Heinz Mauelshagen <Linux-LVM@Sistina.com>
Heinz Mauelshagen LVM TOOLS VGREMOVE(8)