Displaying 20 results from an estimated 10000 matches similar to: "dialog boxes on X"
2007 May 21
4
display pop up message on X
Is there a method to display pop up messages on X display?
I found xmessage, however I was hoping for something a little more
flexible. like being able to tell xmessage to display a file (typically
one line in the file).
then send it a signal to tell it to re-read the file and show the new data.
Sure I can kill it and re-show it but that isnt very nice...
Is there something available in centos
2007 May 21
2
question on zenity centos 5
I am trying to use zenity --progress.
When I use this script:
#!/bin/sh
(
echo "10" ; sleep 1
echo "20" ; sleep 1
echo "50" ; sleep 1
echo "75" ; sleep 1
echo "100" ; sleep 1
) | zenity --progress
~
It works fine...
When I use a little program.
for(count = 0; count <= 100; count += 10)
{
2007 Aug 30
3
rsync arg list to long
I am trying to do an rsync or scp from machine1 to machine2.
I am getting arg list to long.
I am using centos 5 machine 1 and centos 4.5 on machine2.
I am using the default shell which is bash.
How can I get past this?
THanks,
Jerry
2007 Dec 14
4
find IP address of device on network based on MAC address
I have a device on my network that is not DHCP and I dont know the IP
address of it
and it has not method of finding it or changing it unless you know the
IP address (setable by browser).
Is there a way on linux, based on MAC address, to get the IP of the unit?
Thanks,
Jerry
2010 Aug 19
3
too many open files
I am getting an error about to many open files.
I tried to "echo 500000 > /proc/sys/fs/file-max"
The number is there now, but I continue to get the error.
Is there something else to do?
Jerry
2009 Apr 14
6
re-install package
I tried to install alsa 1.0.19 on centos 5.3 64 - did not work - compile
errors.
I need to re-install alsa-lib and alsa-util .
I dont want to do rpm -e first on those packages as dependcy is crazy.
I know they were installed (rpm -qa | grep alsa tells me so) I just want
to re-install ?
How do I do that?
Thanks,
Jerry
2009 Sep 22
6
installing 5.3 with 512M ram really slow
I was installing centos 5.3 x86_64 on a sempron 2.7G machine with
512M ram. The install started off fine then REALLY SLOWED down
about 70% into install. I did have a swap space. after that it just crawled.
I tried restart the install a couple times at 512M. Same thing around 70%
the slow down.
I then put in 1G of RAM and everything zipped on past and finished fine.
Does 5.3 have minimum
2007 Jul 19
2
quick question on machine name
I have a box I just installed centos 4.5 on.
The name of the machine in /etc/hosts is TomSlick.xyz.com TomSlick (for
example).
the name of the machine in /etc/sysconfig/network HOSTNAME=TomSlick.xyz.com
Note both are upper case:
Yet when I login as root the prompt is showing me tomslick in lower case
not a combo upper lower.
I have grepped /etc and below for tomslick and cannot find why this
2008 Jan 29
2
yum update change kernel auto rebuild drivers centos 5.1
Is there any "formal" mechanizism by which after a yum update , and
kernel change
that "drivers" can automatically be recompiled and a service restarted?
Do I need to make my own?
Thanks,
Jerry
2006 Oct 12
2
installing gvcs package and libgtk error
I installed a gcvs package today.
I tried to then run gcvs and I get this error:
gcvs: error while loading shared libraries: libgtk-1.2.so.0: cannot open
shared object file: No such file or directory
rpm -qa | grep libgtk returns nothing.
yum install libgtk returns Nothing to do.
What am I missing?
Jerry
2009 Mar 19
2
5.3 and ext4
Is 5.3 and ext4 going to be safe?
I have seen a couple reports of data loss using ext4?
Has this already been fixed?
What does the list recommend? ext3/ ext4?
Thought maybe today we would start seeing 5.3 showing up... Looking
forward to it.
Jerry
2009 Apr 01
2
ext4 on 5.3
grabbed my DVD and did an install. When partitioning the disk I did not see
a selection for ext4.
Is this enabled after the fact some how?
Jerry
2007 Dec 12
5
centos 5.1 and gimp
When using gimp on centos 5.1 when I select File save
it never comes back with a dialog to save the file.
Is something broken on gimp?
Jerry
2006 Sep 05
3
mozilla and seamonkey not the same
I have searched the bugzilla and seamonkey has bugs when
using "-remote openurl(www.google.com)" it always opens a new window.
Mozilla did not have this problem.
How can I continue to use the old mozilla?
Both for system updates and for new 4.4 installs.
I need the -remote functionality to not open new windows.
Thanks,
Jerry
2007 Dec 10
1
using vnc server and login kills X login
I changed my X driver from nvidia to xv.
Now when I vncviewer into my machine it KILLS my current logged in user.
When I try to login it accepts my login looks like its going to do it then
kills
my X windows screen. When I reconnect I'm back at a login again.
This is for my account user geis.
If I login as root it all works fine.
I was told to change from nvidia to nv as some other
2007 Apr 25
8
network config files in centos 5 changing
What is happening in centos 5 with network config files???
I have a machine with 2 network cards.
ifcfg-eth1 keeps changing to DHCP. All my static setup is gone.
Why is it doing this? How can I stop it?
I run "netconfig -d eth1" and re-setup my static information. I reboot and
now I am back to DHCP.
I have a gigabyte motherboard, nvidia chipset. forcedeth driver. eth0 is
e1000.
2009 Apr 10
4
installing updates in post kickstart
I can do a yum update in my post kickstart (which is what I am doing now
actually).
However, I want to save network time at installations.
If I copy down the files from centos/5.3/updates/x86_64/RPMS
and place them in a directory local on my network,
can I just "rpm -U /mnt/directory/updates/x86_64/RPMS*"
in my post section?
Assuming I have nfs mounted the directory of course...
2007 Dec 03
1
system-config-network on 5.1
Looks like there are NO command line options on system-config-network.
Like -d eth0
or -d eth1
I used those alot when 2 network cards are in a box.
Can netconfig be brought back to life?
Can I just install the one from 5.0 on new boxes?\
Jerry
2007 Apr 20
1
using command line to setup auto login
I am trying to find a way to set auto login for a machine under X using
the command line.
I presume I want to use gconftool-2 to do that. Under the old X centos 4
I edited /etc/X11/gdm/gdm.conf
This file no longer exists under X 7 for centos 5.
I cant find a way to "show all" under gconftool-2 so that I can see what
the key/value pair should be.
When I do "gconftool-2 -a "
2009 Sep 09
2
help with bonobo
This morning I am getting a message on my screen that:
There was a problem registering the panel with the bonobo-activation
server error code is 1
It further suggests run bonobo-slay to perhaps take care of the situation.
When I run bonobo-slay it says:
bonobo-slay
Can not open directory /usr/lib/bonobo/servers
No such file or directory
What do I do now?
Thanks,
Jerry