Displaying 20 results from an estimated 30000 matches similar to: "question on whiptail"
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)
{
2010 Feb 08
7
slowness in sendmail - 60 second timeout
I am sending an email from my machine devcentos5x64.
the transcript below (hangs for 60 seconds) at the line:
MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56
AUTH=root at devcentos5x64.msgnet.com
The email succeeds - but I am trying to figure out the 60 second delay.
Neither email server is busy. Nothing is waiting.
the DNS on both machines point to the same nameserver. The DNS
2020 Feb 13
0
Provisioning fails - Codebase question
I had already found your work. I abandoned your code, since the
approach I tried within the last couple of weeks or so failed, since it
(or my earlier work) didn't support arm64 architecture. I'm hoping I
just stepped away prematurely. I have just gone from never building
from source before to having made 40-plus attempts just within the last
month, so have learned a lot since I
2005 Dec 19
7
Compaq V2000 laptop no USB recognized
To continue here with problems on this compaq v2000
laptop, I put kernel source on a USB disk and plugged it
into the v2000. NOTHING IS recognized.
I tried to manually mount the disk and nothing either...
I thought USB was well established....
I thought trying to recompile the kernel for realtek support
might get my networking going...
I am stuck???
Jerry
-------------- next part
2008 Nov 12
6
close open relay
hi all, running centos 4.7 i686.
I seem to have an o pen r elay sendmail server.
How do I close it?
I have the STRAIGHT centos install sendmail.mc file.
Only thing I changed was:
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
so as to allow incoming email and not just localhost. however this seems
to relay everyone.
I looked at http://www.sendmail.org/tips/relaying but it
2009 Feb 18
7
question on hwclock
I am trying to hwclock to set the time. (hwclock -w)
this is what I get on standard 5.2 x86_64.
hwclock --debug
hwclock from util-linux-2.13-pre7
hwclock: Open of /dev/rtc failed, errno=19: No such device.
No usable clock interface found.
Cannot access the Hardware Clock via any known method.
[root at devcentos5x64 src]# ls -l /dev/rtc
crw------- 1 root root 10, 135 Feb 6 13:32 /dev/rtc
Any
2011 Jan 10
3
usb 3
I am trying to plug a USB 2 device in a USB 3 slot. Nothing is being
detected
in "lsusb". Is there something special I need to do? I am running centos
5.5 x86_64.
I thought 3.0 was backward compatible. Nothing special about my device
its an RS232 to USB device.
It works in 2.0 slot.
Thanks,
Jerry
2016 Aug 15
4
DAHDI on CentOS 7
What is needed to get DAHDI to start up correctly on CentOS 7 and systemd...
I am using DAHDI-linux-complete 2.11.1
I saw mention in my search that it has been fixed after 2.11.1 but cannot
find
what the fix is.
Thanks,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 May 11
1
has_one/belongs_to -- accessing the subordinate
With a has_one/belongs_to relationship, what''s the best way to guarantee
that the belongs_to object gets created and is accessible alongside the
has_one object? I *think* the after_create callback is a good choice,
but I discovered an oddity while trying it.
F''rinstance, if every horse has a carriage:
============
ActiveRecord::Schema.define do
create_table(:horses) {|t|
2007 Nov 29
4
special tricks for developers box on centos 5
I was just wondering if there are special tricks people do
that compile A LOT on centos? Do RAM disks help or something else I dont
about that minimizes your compile time? I presently have and AMD x2
4800+ with 2GIG ram.
Just curious if I can reduce any more time out of my compiles.
Jerry
2005 Mar 08
13
Broadvoice latest changes and still not working
I have added the three lines to the sip.conf file based on the latest
changes
from broadvoice. I can receive incoming calls but cannot place any
outgoing calls.
The error I get is:
*CLI> -- Registered to '69.73.19.178', who sees us as IPADDRESS:4569
-- Attempting call on SIP/Broadvoice/5068012 for application
Playback(demo-congrats) (Retry 1)
Mar 8 08:35:21 NOTICE[29290]:
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
2010 Oct 01
3
question on mkfs.hfsplus
I am wanting to use the mkfs.hfsplus as mentioned here
http://www.oli.id.au/createosxdmgdiskimagesinlinux
but I dont have the command.
yum provides "*/mkfs.hfsplus" returns no packages found.
Where do I find this command? Thanks.
Jerry
2016 Oct 14
4
Asterisk use with verizon hotspot
Apparently Verizon is blocking or changing packets on port 5060 so my
softphone from my hotspot will not work.
How do I set asterisk (11.23.0) to run default 5060 for all other devices I
have - BUT for my software run on a different port like 5070? I'm using
linphone and is easy to change the ports from 5060 to 5070 ( I think).
Thanks,
Jerry
-------------- next part --------------
An HTML
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
2003 Jul 01
3
2 poss improvements to 3.6.1p2/passexpire21
Hi again folks,
The new passexpire21 patch works well (ta Darren) but...
1) is it possible to display the "your password has expired and needs
changing"
to the users *before* calling the password change routine?
ie ssh shows...
$: ssh 193.62.122.26
ade45 at 193.62.122.26's password:
Changing password for "ade45"
ade45's Old password:
ade45's New password:
2007 Mar 08
1
reading a text file with a stray carriage return
Hi,
I'm hoping someone has a suggestion for handling a simple problem. A
client gave me a comma separated value file (call it x.csv) that has
an id and name and address for about 25,000 people (25,000 records).
I used read.table to read it, but then discovered that there are stray
carriage returns on several records. This plays havoc with read.table
since it starts a
2004 Dec 01
2
AD Domain member not authenticating
I had samba working, then I tried (unsuccessfully) to setup ssh pam auth.
Now users are prompted for a password when accessing shares, but no password
works. I am using Redhat AS 3, samba-3.0.9-1, and krb5-1.3.
I forgot to backup pam file system-auth before modifying things, so I'm not sure if that is the problem.
-------------------------------
These commands succeed:
wbinfo -u,
2007 Nov 28
4
cisco vpn client on linux
Is there a cisco vpn client for linux centso 5 AMD 64 bit?
Using google it talks about cisco vpn client but everyplace to download
is blocked.
I then found a vpnc reference but did not find a 64 bit version.
yum install vpnc did nothing....
What is my next step?
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