[CentOS] is there an apache limit on submit size for centos 4 and 5

2007-09-10 Thread Jerry Geis
Is there a limit to the size of the form that apache will accept? I have a small import utility (not php - just straight cgi and C program). It will import smaller files. 350 Meg is the largest I successfully did. But a 6.5G file it will not do. Seems like the form does even submit. Is there a c

[CentOS] USB modem gives errors on centos 4.5

2007-09-13 Thread Jerry Geis
I am getting these errors when I plug a zoom USB modem in my amd 64 box. usb 2-1: new full speed USB device using ohci_hcd and address 3 usb 2-1: device descriptor read/64, error -62 usb 2-1: device descriptor read/64, error -62 usb 2-1: new full speed USB device using ohci_hcd and address 4 usb

[CentOS] USB modem gives errors on centos 4.5

2007-09-13 Thread Jerry Geis
/ I am getting these errors when I plug a zoom USB />>/ modem in my amd 64 box. />>/ />>/ usb 2-1: new full speed USB device using ohci_hcd />>/ and address 3 />>/ usb 2-1: device descriptor read/64, error -62 />>/ usb 2-1: device descriptor read/64, error -62 />>/ usb 2-1: new full speed USB d

[CentOS] openoffice 2.3 on centos 4.5

2007-09-17 Thread Jerry Geis
Would I have to be concerned about any issues if I put open office 2.3 on centos 4.5? Anyone done it? Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] program to monitor USB keys

2007-09-18 Thread Jerry Geis
I wrote a small program to monitor keyboards found on /dev/input/event* It works great but I always get EAGAIN from my read() function. google says this is normal when open() is used and O_NONBLOCK mode. I know this is slightly offtopic but I was wondering if the centos gurus that also progra

[CentOS] command to show virtual X screens

2007-09-24 Thread Jerry Geis
Hi all, Is there a command line command that controls which virtual X screen a person is viewing? Sure I can click on one of the 4 virtual X screens but can I control that from the command line. Thanks, Jerry ___ CentOS mailing list CentOS@centos.org

[CentOS] command to show virtual X screens

2007-09-24 Thread Jerry Geis
>> Is there a command line command that controls which virtual X screen >> a person is viewing? >> >> Sure I can click on one of the 4 virtual X screens but can I >> control that >> from the command line. >Are you talking about the workspaces provided by the default Gnome >desktop manager?

[CentOS] vmware server 1.0.4 and centos 4.5 i386 install

2007-09-24 Thread Jerry Geis
Hi all, I tried to install centos 4.5 i386 as a guest on an AMD x2 machine today. It told me it did not find any install media. I had created an 8G disk for it. Is there a SCSI driver I need to "Add" when prompted? I have never used SCSI and dont know which SCSI controller vmware is emulating.

[CentOS] vmware 1.0.4 lock up on install

2007-09-24 Thread Jerry Geis
I am not having a good experience with vmware. Twice I have tried it today and it locks up my machine. First attempt was to install centos 4.5 i386. It told me it could not find anything to install on. After a post to the list I was instructed to not do typical, but custom and select LSILogic as

[CentOS] two internet connections questions

2007-10-10 Thread Jerry Geis
I have two internet connections. One is a partial T1 of data (and rest voice) the other is business cable. Both connections come into my office into (2) centos 5 boxs with 2 ethernet cards in each box. The second ethernet card is 192.168.1.59 and 192.168.1.1 respectively. I have all my DHCP se

[CentOS] question on grep

2007-10-10 Thread Jerry Geis
Is there a command line option on grep that says count ALL occurances on a line not just the first one??? echo "jerry jerry" | grep -c jerry only returns 1 and not 2. Looking at the man page I did not see anything like that. Thanks, Jerry ___ CentOS

[CentOS] disk partitioning thoughts

2007-10-15 Thread Jerry Geis
In the past I basically used 3 partitions for hard drives. partition 1: was all centos (typically 20G) partition 2: was swap (typically 2*RAM - 2G) partition 3: was everything else I wanted, needed or carded about, database files etc... Now with really big drives coming along 750G and 1T parti

[CentOS] kvm-amd on centos 5

2007-10-16 Thread Jerry Geis
Hi all, I am playing with kvm-amd on my centos 5 x86_64 laptop. I am using 2.6.23 as a second boot option to the standard centos 5 kernel. I have everything up and running except for the network. My laptop is a static 192.168.1.150 and the kvm comes up as 10.X.X.X. I cant ping my laptop or an

[CentOS] hp dv9000 laptop locks up sometimes

2007-10-16 Thread Jerry Geis
Hi all, I have an hp dv9000 laptop (amd turion) nvidia graphics engine. I boot with kernel options noapic nolapic acpi_use_timer_override I also have ndiswrapper 1.48 For the most part its stable but there are times when the machine just locks up. I am running centos 5 x86_64 with all the update

[CentOS] extras and vlc

2007-10-18 Thread Jerry Geis
What are the chances that a package such as vlc from http://videolan.org/vlc would become included in extras? so a yum install vlc would work. Thanks, Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] centos 5 irq issue

2007-10-19 Thread Jerry Geis
I get the following on an AM2 AMD5000+, nvidia gigabyte motherboard. Irq 169 is the USB. Anyone know why this is happening? If I install Centos 4.5 I do not get this. THanks, Jerry Oct 19 23:43:58 TESTING kernel: irq 169: nobody cared (try booting with the "irqpoll" option) Oct 19 23:43:58

[CentOS] program calls system() gettind PID - slightly off topic

2007-10-18 Thread Jerry Geis
I have a C program on centos. When I call system("some_program &"); how do I get the PID of the some_program? I cant just list processes as there might be more than one some_program active. I need to know the one that I just started. Thanks, Jerry _

[CentOS] Taking file from pyhsical disk to new virtual disk

2007-10-24 Thread Jerry Geis
Hi I am playing with virtualization on centos 5. I have an old redhat 7 system I still need so I want to virtualize it. I found the old disk, installed in the virtual environment but found I had done some additions WAY back. I want to be sure my virtual system is exactly the same as the ACTUAL s

[CentOS] migrating files for centos virtualization, virtual disk no longer boots.

2007-10-27 Thread Jerry Geis
All, I am playing with virtualization on centos 5. I took my old redhat 7 disks and created a 10GIG virtual disk, I installed redhat 7. Now I am trying to get the EXACT image copied off of my actual redhat 7 disk so that I know it is the same (including all patches, updates and OTHER things I

[CentOS] tftp on centos 5

2007-10-31 Thread Jerry Geis
Hi all, I have setup tftp on centos 4 before an it worked. I am not setting up tftp on centos 5. I have added many -v -v -v -v to the tftp config file. /var/log/messages shows me connection from the IP address - but no errors. My client eventually times out as the file is not being provided. It

[CentOS] help diagnosing tftp server on centos 5

2007-11-01 Thread Jerry Geis
Hi all, I have a centos 5 box I have setup, current with updates. (I have done this many times on centos 4). I did the yum install tftp-server, changed the /etc/xinetd.d/tftp file as shown. # default: off # description: The tftp server serves files using the trivial file transfer \ #

[CentOS] help diagnosing tftp server on centos 5 - fixed

2007-11-01 Thread Jerry Geis
Hi all, I have a centos 5 box I have setup, current with updates. (I have done this many times on centos 4). I did the yum install tftp-server, changed the /etc/xinetd.d/tftp file as shown. # default: off # description: The tftp server serves files using the trivial file transfer \ #

[CentOS] configuring sendmails domain

2007-11-13 Thread Jerry Geis
I tried editing sendmail.cf and changing the Dj line to X.com so any email originating from my machine would be X.com not m.X.com where m is machine name. I typed make in the /etc/mail directory and did service sendmail restart. This did not work. email still shows as m.X.com What am I missin

[CentOS] configuring sendmails domain

2007-11-13 Thread Jerry Geis
- Original Message - From: "Jerry Geis" http://lists.centos.org/mailman/listinfo/centos>> To: "CentOS ML" http://lists.centos.org/mailman/listinfo/centos>> Sent: Wednesday, November 14, 2007 12:11:02 PM (GMT+1000) Australia/Brisbane Subject: [CentOS]

[CentOS] resize an image file

2007-11-21 Thread Jerry Geis
On Nov 21, 2007 1:26 PM, Jerry Geis http://lists.centos.org/mailman/listinfo/centos>> wrote: >/ I have a 100G disk on an old redhat 7.3 system. />/ />/ FilesystemSize Used Avail Use% Mounted on />/ /dev/hda1 9.6G 2.4G 6.7G 27% / />/ /dev/hda3

[CentOS] resize an image file

2007-11-21 Thread Jerry Geis
I have a 100G disk on an old redhat 7.3 system. FilesystemSize Used Avail Use% Mounted on /dev/hda1 9.6G 2.4G 6.7G 27% / /dev/hda3 99G 6.1G 88G 7% /home hda2 is 2G swap I am trying to back that complete image up on my centos 5 system. I can do the dd

[CentOS] SSD and linux

2007-11-27 Thread Jerry Geis
Are the new SSD disks compatible with centos 5.0? Anybody have one? know where to get one? I think they only come with new laptops. Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] cisco vpn client on linux

2007-11-28 Thread Jerry Geis
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 __

[CentOS] special tricks for developers box on centos 5

2007-11-29 Thread Jerry Geis
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 ___

Re: [CentOS] special tricks for developers box on centos 5

2007-11-29 Thread Jerry Geis
Frank Cox wrote: On Thu, 29 Nov 2007 16:36:39 -0500 Jerry Geis <[EMAIL PROTECTED]> wrote: 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

[CentOS] what happened to netconfig in 5.1

2007-12-03 Thread Jerry Geis
I am doing a yum install netconfig on the new 5.1 and nothing gets installed. Was it removed? replaced with something else? yum provides netconfig does not show a "bin" command just false matches. Is there a new command? Thanks, Jerry ___ CentOS mail

[CentOS] what happened to netconfig in 5.1

2007-12-03 Thread Jerry Geis
I am doing a yum install netconfig on the new 5.1 and nothing gets installed. Was it removed? replaced with something else? yum provides netconfig does not show a "bin" command just false matches. Is there a new command? Thanks, Jerry Looks like system-config-network has replaced it. AHHH!

[CentOS] what happened to netconfig in 5.1

2007-12-03 Thread Jerry Geis
>/ />/ I am doing a yum install netconfig on the new 5.1 />/ and nothing gets installed. Was it removed? replaced with something else? />/ />/ yum provides netconfig does not show a "bin" command just false matches. />/ />/ Is there a new command? />/ />/ Thanks, />/ />/ Jerry / Looks like syste

[CentOS] system-config-network on 5.1

2007-12-03 Thread Jerry Geis
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 ___ Ce

[CentOS] anyone using a webcam on centos 4 /5

2007-06-13 Thread Jerry Geis
Hi all, Was wondering if anyone was using a webcam on centos 4 or 5? I was thinking about getting one but wanted to make sure it will work. Any recommendations? Thanks, Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/l

[CentOS] freq scaling on centos 5

2007-06-13 Thread Jerry Geis
In the old centos 4 we had cpuspeed and we could send a SIGUSR1 to it so the CPU would run at max speed. In centos 5 cpuspeed is not running. (although running with cpuspeed -C will go full speed) what is the correct way now in centos 5 to on the fly say run at full speed then sometime later t

[CentOS] key bindings

2007-06-13 Thread Jerry Geis
I am trying to bind keys on centos 5. I want to run my own APP when I hit keypad 4 and a different APP when I hit keypad 5. I was looking at xmodmap but I dont see how to execute my own command? I was looking in the gnome keyboard shortcuts but I dont see how to enter a command it only lets y

[CentOS] where is xbindkeys

2007-06-13 Thread Jerry Geis
I did a "yum provides xbindkeys" and it does not find the package? Where can I find xbindkeys? Thanks Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] where is xbindkeys- solved

2007-06-13 Thread Jerry Geis
I did a "yum provides xbindkeys" and it does not find the package? Where can I find xbindkeys? Thanks Jerry I found it... I was expecting it to be in that big yum repository in the sky but it wasnt. binding keys works like a champ with this. Jerry ___

[CentOS] USB keypad

2007-06-25 Thread Jerry Geis
I have a USB keypad that I am trying to use with Centos 5. dmesg reports. input: ORTEK USB Keyboard Hub as /class/input/input8 input: USB HID v1.10 Keyboard [ORTEK USB Keyboard Hub] on usb-:00:02.0-4.3 input: ORTEK USB Keyboard Hub as /class/input/input9 input: USB HID v1.10 Device [ORTEK

[CentOS] vncviewer package wit hcentos 5

2007-06-26 Thread Jerry Geis
I have xkeybindings running just fine on centos 5. I have vncviewer running in full screen mode showing another PC. When vncviewer is running is running it seems to override my xkeybindings. Is there a way to tell vncviewer to not bind to any keys?? The only keys I am binding is on the Keypad

[CentOS] one application receive all key commands

2007-06-27 Thread Jerry Geis
Is there a way in centos 4 or 5 to have one application receive all keyboard events - no matter what is running. Some applications bind keys etc... and I need to get those keys no matter what and not have the application see them at all. Is there a way to do that? Jerry __

[CentOS] trapping keystrokes

2007-06-28 Thread Jerry Geis
Hi all, How do you trap key strobes in centos before they are handed off to an application? In X windows I dont care what app is running or which app has focus. I need to know what key is pressed. The key can still go on to the application that is fine. I just need to know what keys are bei

[CentOS] evbug module on centos 5

2007-06-28 Thread Jerry Geis
How can I get the module evbug under centos 5? I was hoping it was there by default but it is not. Can I individually compile it? If so how. I havent done kernel modules before. evbug gives me all keyboard events in syslog. I tries a couple other keyloggers but it only gave me ps/2 keys not U

[CentOS] help with a module on centos 5

2007-06-29 Thread Jerry Geis
Hi all, I am trying to get the modules evbug.c running on centos 5. I took the source file from the kernel, put it in a directory. I made a Makefile: obj-m := evbug.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/b

[CentOS] howto X11 set verbositly level in xorg.conf file

2007-07-02 Thread Jerry Geis
All, I am looking for how to set the verbosity level "IN" the xorg.conf file??? I have found how to do it when starting X11 on the command line. However, the machine is remote. Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/

[CentOS] what package is opengl

2007-07-03 Thread Jerry Geis
What package has opengl in it ? I am trying to compile wine-0.9.40 and I get errors about not find "undefined reference to gluNewTess". The link line is including "-lXext -lX11 -lGL " so its trying to do it but cant find it. Thanks, Jerry ___ CentOS

[CentOS] help with route on centos

2007-07-06 Thread Jerry Geis
I have 2 machines running centos. each machine has 2 network cards. Box 1: eth1: T1 connection 74.X.X.X eth0: office connection 192.X.X.X Box 2: eth1: Cable modem 24.X.X.X eth0: office connection 192.X.X.X How do I issue a route command on each box so it will use eth0 as the shortest route betwe

Re: [CentOS] dirty screen

2011-01-13 Thread Jerry Geis
> > I'll try the control L in a while. > > jerry > Control L did not refresh the screen. Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] hp laptop

2011-02-03 Thread Jerry Geis
I have a new hp laptop, I installed centos 5.5 on x86_64. I was only seeing one core in /proc/cpuinfo. The CPU is core i5 M450 which should be dual core. So I put a more recent kernel on the machine, 2.6.34.7 did the compile and all - rebooted and I still only see one core in /proc/cpuinfo. the i

[CentOS] premature question on 5.6

2011-02-07 Thread Jerry Geis
What will be the correct way to migrate ext3 to ext4 going from 5.5 to 5.6? Will something after the update ask if you want to migrate the file systems? Looking forward to some file system speed ups with large files. Thanks Jerry ___ CentOS mailing list

[CentOS] install 5.5 x86-64 on DL320 G6

2011-02-15 Thread Jerry Geis
I am trying to install on a DL320 proliant. The disk is not being recognized. It fails when setting up disk with "no devices" found. I dont get an sda or cciss either one. I tried to disable the on board smart array controller? That didnt seem to make a difference. Is there something special I

Re: [CentOS] install 5.5 x86-64 on DL320 G6

2011-02-15 Thread Jerry Geis
> > Haven't been on a Proliant in years, but if this is a RAID hardware card, > like Dell's PERC, you *have* to hit , and create the RAID; > the system's access to the drives is mediated completely through the > controller, and until the controller knows what they are, it can't/won't > tell the sys

[CentOS] question on modules loaded

2011-03-11 Thread Jerry Geis
lsmod shows dm_raid45 66509 0 dm_message 6977 1 dm_raid45 dm_region_hash 15681 1 dm_raid45 dm_log 14529 3 dm_mirror,dm_raid45,dm_region_hash dm_mod 62201 4 dm_mirror,dm_multipath,dm_raid45,dm_log dm_mem_cache9537 1

[CentOS] script question

2011-03-31 Thread Jerry Geis
I can do "simply" search and replace with sed. However, I want to setup httpd.conf from a script that changes the default "/" which is presently: Options FollowSymLinks AllowOverride None and change it to the following: Order Deny,Allow Deny from all AllowOverride None H

[CentOS] question on software raid

2011-04-01 Thread Jerry Geis
dmesg is not reporting any issues. The /proc/mdstat looks fine. md0 : active raid1 sdb1[1] sda1[0] X blocks [2/2] [UU] however /var/log/messages says: smartd[3392] Device /dev/sda 20 offline uncorrectable sectors The machine is running fine.. raid array looks good - what is up with smartd?

[CentOS] firefox slow on 5.6

2011-04-10 Thread Jerry Geis
I have updated to 5.6 - GREAT job guys... when I do "host slashdot.org" for example it comes back immediately. when I enter slashdot.org on firefox it says "Looking up slashdot.org" for a LONG time like 15 or 20 seconds before continuing. I have set network.dns.disableIPv6 true. Any idea why fi

Re: [CentOS] firefox slow on 5.6

2011-04-11 Thread Jerry Geis
Jerry Geis wrote: > I have updated to 5.6 - GREAT job guys... > > when I do "host slashdot.org" for example it comes back immediately. > when I enter slashdot.org on firefox it says "Looking up slashdot.org" > for a LONG time like 15 or 20 seconds

[CentOS] whats the package that allows copy and paste between windows

2011-04-11 Thread Jerry Geis
What is the package that allows copy and paste between windows? I think I need to yum reinstall it. after the 5.6 update I get the copy button when I right click - (for example in thunderbird) put when I then goto a console window and try to right click and paste the paste is grey-ed or ghosted.

[CentOS] ext4 not on a bootable partition

2011-04-11 Thread Jerry Geis
Just tried running a configuration on 5.6 with ext4 as the "/" partitition. I got the error that cannot boot ext4 partition. bummer I know this is just a boot issue and make the ext3 but I was disappointed. Maybe 6.0 will have ext4 bootable. jerry ___

Re: [CentOS] whats the package that allows copy and paste between windows

2011-04-11 Thread Jerry Geis
Jerry Geis wrote: > What is the package that allows copy and paste between windows? > I think I need to yum reinstall it. > after the 5.6 update I get the copy button when I right click - (for > example in thunderbird) > put when I then goto a console window and try to right

[CentOS] kernel panic on 5.6

2011-04-18 Thread Jerry Geis
I am getting: kernel panic unable to mount root fs on unknown block (0,0) This is just a normal box that I have use many a time to test install. Basic one disk SATA 160G. Been using it for at least a year. Is this that glibc issue hitting me? or something else? Thanks, Jerry __

Re: [CentOS] kernel panic on 5.6

2011-04-18 Thread Jerry Geis
Les there is no previous kernel to check... :) This is a fresh install. I boot with PXE, selected my kickstart item, it installs everything as normal, then it reboots and its here that I get the kernel panic. Jerry ___ CentOS mailing list CentOS@cento

Re: [CentOS] kernel panic on 5.6

2011-04-19 Thread Jerry Geis
ok - so I am getting the kernel panic in my (kickstart PXE invironment). I have used this environment since cents 5.2 The PXE starts up 5.6 gets installed that all works fine. then after it reboots I get the kernel panic cant mount root (0,0) This is just one disk SATA nothing special. Same hardwar

Re: [CentOS] kernel panic on 5.6

2011-04-19 Thread Jerry Geis
Jerry Geis wrote: > ok - so I am getting the kernel panic in my (kickstart PXE invironment). > I have used this environment since cents 5.2 > The PXE starts up 5.6 gets installed that all works fine. > then after it reboots I get the kernel panic cant mount root (0,0) > This is jus

Re: [CentOS] kernel panic on 5.6

2011-04-19 Thread Jerry Geis
Ok - after further looking - I have found this in /root/install.log error: nash-5.1.19.6-68.el5_61: Header V3 DSA signature BAD, key ID e8562897 I am using a local repo for installations: In my updates directory nash shows as ls -l nash* -rw-r--r-- 1 537 537 1177729 Apr 14 9:52 nash-5.1.19.6-68.

[CentOS] slow sendmail going out

2011-04-27 Thread Jerry Geis
I am trying to find a way to "speed" up sendmail going out of my box. I am setting SMART_HOST. Dont get me wrong email does go out it just takes like 3-4 minutes to get there. When I do "mail x...@y.com" and send it the /var/log/maillog file shows the connection and shows the relay as [127.0.0.1]

Re: [CentOS] slow sendmail going out

2011-04-27 Thread Jerry Geis
Jerry Geis wrote: > I am trying to find a way to "speed" up sendmail going out of my box. > > I am setting SMART_HOST. Dont get me wrong email does go out it just > takes > like 3-4 minutes to get there. > > When I do "mail x...@y.com" and send it the /va

[CentOS] qemu-kvm update from 0.12.5 to 0.14 on centos 5.6

2011-04-29 Thread Jerry Geis
Hi all I just update the package above. on 0.12 my qemu window opened on my X server as a window. Now it starting in a VNC session. How do I get it back to opening in a window on the X screen as the default? Thanks, Jerry ___ CentOS mailing list Cent

[CentOS] running kvm and vnc same time

2011-05-02 Thread Jerry Geis
Hi all, I am trying to run kvm (which works) on my desktop. then when I vnc into my desktop I can use everything as normal except the kvm window. It messes up. Its like the mouse isnt really when its supposed to be or something. Anyone ran into this? I am using 5.6 x86_64. Thanks, Jerry ___

[CentOS] Chrony

2020-05-08 Thread Jerry Geis
I just happened to notice this morning in /var/log/messages: chronyd[1299]: Selected source 207.244.103.95 host 207.244.103.95 95.103.244.207.in-addr.arpa domain name pointer dns-e.wdc-us.hosts.301-moved.de. Just curious why my machine in Indiana (USA) is asking for time in Germany. Wouldn't it

[CentOS] CentOS 8 and xvidtune and Nouveau

2020-05-09 Thread Jerry Geis
I have an old laptop W530 I put CentOS 8 on. I was trying to install xvidtune - seems to not be available ? Thought that was part of X. Also trying to get Nouveau to be a higher resolution than 1024x768. I found the wiki, but adding video= to the kernel command line and regen grub did not do an

Re: [CentOS] CentOS 8 and xvidtune and Nouveau

2020-05-09 Thread Jerry Geis
>Just use the proprietary nvidia driver. Works like a charm. That is kind of what I concluded... Took way too much time. Thanks. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] xvidtune powertools CentOS 8

2020-05-12 Thread Jerry Geis
Hi All - I was looking all over for xvidtune on Centos 8. could not find it. tried yum provides "*/xvidtune" tried yum search xvidtune Google pointed me to: https://centos.pkgs.org/8/centos-powertools-x86_64/xorg-x11-apps-7.7-21.el8.x86_64.rpm.html So I installed the apps and of course xvidtune

[CentOS] CentOS 7 disable the the hot corner

2020-05-12 Thread Jerry Geis
I have loaded the gnome-shell-extension-no-hot-corner-3.28.1-11.el7.noarch and also the gnome-tweaks. When I run gnome-tweaks no where in there do I find the disable hot corner. where is that ? Its annoying when the mouse goes to the upper left and all the windows shrink. I wish to disable it. T

[CentOS] user names

2020-06-01 Thread Jerry Geis
How can I define a local use with "@" in the name useradd "bob@myname" gives error. I "need" to have the @ sign in the name -is that possible. Silly reason - the system I am trying to send emails to the linux server has a bug. I'm trying to get around it. Thanks, Jerry __

Re: [CentOS] user names

2020-06-01 Thread Jerry Geis
HI Frank - Like that signature of yours... > Wouldn't you be better off using the alias directive The problem is the client program trying to talk to the linux server is base64 encoding the entire email address for the AUTH LOGIN, not just the "username". so my user name needs to include the

Re: [CentOS] user names

2020-06-01 Thread Jerry Geis
I am looking for a way for sendmail to ALLOW auth by IP and not user name (its a closed network) or even SKIP invalid auth ? Is that even possible ? Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] user names

2020-06-01 Thread Jerry Geis
I came across /etc/mail/virtusertable. I am using fresh install of centos 7. I added my silly user as: si...@my.com silly did the make and service sendmail restart. But its still not working. Getting rejects as not valid just like before. I presume this would use the PW for "silly" u

Re: [CentOS] user names

2020-06-01 Thread Jerry Geis
>https://www.cyrusimap.org/sasl/sasl/sysadmin.html >One could also hack up an extra PAM module for use by saslauthd. Ok I read through this, played on my machine with it - It looks very promising. Will try on the end machine tomorrow. Thanks Kenneth! Jerry __

[CentOS] Bridge network for virt-manager

2020-06-02 Thread Jerry Geis
Hello. I desire to get bridge network working using virt-manager. Centos 7 and centos 7 guest. >From researching I think I need to have a ifcfg-br0 file like this ? cat ifcfg-br0 DEVICE=nm-bridge0 STP=no TYPE=Bridge BOOTPROTO=none IPADDR=192.168.1.8 PREFIX=32 GATEWAY=192.168.1.1 IPV6INIT=no NAME=

Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Jerry Geis
Ok so I have used virt-manager to create the name NET100 This is what shows. NET100 1ba45e54-93c2-f291-8b35-a7fe8cae9ac1 I DO get a DHCP on my network - but the client cannot connect to the host machine. Has access to internet - but just not the host

[CentOS] Trying to get bride network on CentOS 7 working with virt-manager

2020-06-08 Thread Jerry Geis
I have these interfaces listed. eth0: flags=4163 mtu 1500 inet 192.168.1.8 netmask 255.255.252.0 broadcast 192.168.3.255 inet6 fe80::e2d5:5eff:fe63:abe5 prefixlen 64 scopeid 0x20 ether e0:d5:5e:63:ab:e5 txqueuelen 1000 (Ethernet) RX packets 42411243 bytes 47

Re: [CentOS] Trying to get bride network on CentOS 7 working with virt-manager

2020-06-09 Thread Jerry Geis
> virsh iface-bridge eth0 br0 --no-stp Thanks - This is working now. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] virt-manager guest and sound

2020-06-10 Thread Jerry Geis
I am running C7 host and pulse audio. I have a Win 10 guest with ICH9 audio. It works - but I hear artifacts. Anything to do to help audio be flawless under guest VM ? Currently I was just on youtube and playing a song. nothing special. Plenty of resources on the host. The guest has 8G ram and 8 C

[CentOS] Upgrade to 8.2 from 7.8

2020-06-16 Thread Jerry Geis
So now that 8 is out - is it still "frowned" upon to do that in place update ? Is that not a good / valid solution ? Thanks, Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 8 gvs question

2020-06-18 Thread Jerry Geis
I am getting a timeout on running totem searching led me to think its gvs related Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.GoaVolumeMonitor: Timeout was reached (g-io-error-quark, 24) Then totem does start - but with like a 30 second delay. I ran this comma

[CentOS] fdisk boot partition

2020-06-30 Thread Jerry Geis
I am trying to use CentOS 8 host to boot an image (OS X) that I created using dd. First I tried fdisk -l image_file.img - all looks good so I did fdisk image_file.img - this works - but seems in CentOS 8 fdisk there is no longer a toggle bootable flag option. How do I do that ? Thanks, Jerry _

[CentOS] virt-manager guest display resize not keep

2020-07-01 Thread Jerry Geis
Hi All, I have CentOS 7 has host and CentOS 8 as guest. I ran the command: virsh edit CentOS8 and changed the vgamem to 65536. I Now get higher resolutions in the guest - I select the 4K resolution, all works. Then when I reboot I am back to 1024x768. Any thoughts on getting the C8 guest to keep

Re: [CentOS] virt-manager guest display resize not keep

2020-07-01 Thread Jerry Geis
I went in and created a /etc/X11/xorg.conf.d file and put in my resolution I desired. That seems to take care of it. Not sure why it didnt keep the setting. but ok. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinf

[CentOS] setting kernel IP boot values

2020-07-02 Thread Jerry Geis
Hi I found this information: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_from_the_kernel_command_line Specifically: Set the configuration using the ip option on the kernel command line: ip:[]:{dhcp|dhcp6|auto6|on

Re: [CentOS] setting kernel IP boot values

2020-07-02 Thread Jerry Geis
>I desire to set IP boot values with DHCP and name of machine say jerry. >so I would use ip=jerry.domain:eth0:dhcp I tried that on a VM - it still has localhost as the name it did not use jerry.domain in my example. I just need DHCP boot and to be able to set the machine name on boot. How is

Re: [CentOS] setting kernel IP boot values

2020-07-02 Thread Jerry Geis
I also just tried systemd.hostname=jerry.domain and that did not work either. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 8 and webrtc plugin

2020-07-07 Thread Jerry Geis
I am trying to play with webrtc and gstreamer. libnice - nicesrc/nicesink elements (this is the only build-time dependency) - openssl - dtlsdec/dtlsenc elements - libsrtp2 - srtpdec/srtpenc elements - usrsctp - sctpdec/sctpenc elements (only required if you use data channels). These are dependen

[CentOS] X11 issue on CentOS 8

2020-07-09 Thread Jerry Geis
I have files in /etc/X11/xorg.conf.d rw-r--r--. 1 silentm silentm 311 Jul 9 13:25 00-keyboard.conf -rw-r--r--. 1 silentm silentm 328 Jul 9 14:28 01-display.conf This is my 01-display.conf # This file goes into /etc/X11/xorg.conf.d Section "Screen" Identifier "Screen0" Device "Card0" Monitor

Re: [CentOS] X11 issue on CentOS 8

2020-07-09 Thread Jerry Geis
So what I thought was happening is not. Files are being read. The issue is /var/log/messages shows the 3840x2160 resolution - but when I goto the Settings->Display the highest resolution is 1920x1080. This is native not a guest VM. Trying to fix the issue. Jul 9 20:33:49 devgeisC8 /usr/libexec/gd

[CentOS] Windows guest 4K virt-manager

2020-07-21 Thread Jerry Geis
I am running CentOS 7 and windows 10 guest. Trying to get 4K on Windows resolution. I did the "virsh edit Win10" and found the video setting an changed it to 64M. After shutting down and booting back up (all of virt-manager) my resolution is still not higher the 2560x Anyone gotten 4K on windows

[CentOS] Off Topic bash question

2020-07-23 Thread Jerry Geis
I have a simple script: #!/bin/bash # index=0 total=0 names=() ip=() while read -r LINE do NODENAME=` echo $LINE | cut -f 1 -d ','` IP=` echo $LINE | cut -f 2 -d ','` names[index]="$NODENAME" ip[index]="$IP" index=`expr index+1` total=`expr total+1` done <<< $(cat list.txt) simple file:

Re: [CentOS] Off Topic bash question

2020-07-23 Thread Jerry Geis
Thanks, when I change it do the following I get a syntax error #!/bin/bash # while read LINE do echo $LINE done < cat list.txt ./test_bash.sh ./test_bash.sh: line 6: syntax error near unexpected token `list.txt' ./test_bash.sh: line 6: ` done < cat list.txt' _

Re: [CentOS] Off Topic bash question

2020-07-23 Thread Jerry Geis
Sorry - I see it now "remove the cat". Thanks "All" for the suggestions. I wasnt aware of the method to avoid the cut command. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

<    1   2   3   4   5   6   7   8   9   10   >