Re: [CentOS] failed: Could not start storage pool: cannot open directory: ... No such file or directory

2023-01-14 Thread José María Terry Jiménez

El 13/1/23 a las 18:50, Kaushal Shriyan escribió:

Hi,

# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
#virt-install --version
1.5.0
#

# ls -l /var/lib/libvirt/isos/
total 8302356
-rw-r--r--. 1 root root 4712300544 Aug 31  2021 CentOS-7-x86_64-DVD-2009.iso
-rw-r--r--. 1 qemu qemu  990904320 Aug 11  2021
ubuntu-18.04.5-live-server-amd64.iso
-rw-r--r--. 1 qemu qemu 1331691520 Feb 23  2022
ubuntu-20.04.4-live-server-amd64.iso
-rw-r--r--. 1 qemu qemu 1466714112 Jun 28  2022
ubuntu-22.04-live-server-amd64.iso
#

virt-install --name demoreactui --ram 8096 --disk
path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant
ubuntu20.04 --network bridge=br0 --graphics none --console
pty,target_type=serial --location
/var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd
--extra-args
'console=ttyS0,115200n8 serial'

ERRORError validating install location: Validating install media

failed: Could not start storage pool: cannot open directory
'/var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper':
No such file or directory

Any clue and I look forward to hearing from you. Thanks in advance.

Best Regards,

Kaushal


Hello

See the man page https://linux.die.net/man/1/virt-install

In location you must pass only the ISO file, you are passing parameters 
that virt-install uses as file name as it warns you:


'/var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd'

That's the file is trying to open, and obviously, don't exists.

Best

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C7: NM and changing MAC addresses

2021-10-11 Thread José María Terry Jiménez

El 11/10/21 a las 13:00, Tom Yates escribió:

On Mon, 11 Oct 2021, José María Terry Jiménez wrote:


Hello

Perhaps the solution is this:

https://access.redhat.com/solutions/70215HWADDR=


thanks, but either that link is broken, or the site requires a login, 
as i can't see anything and get redirected to a general search page.  
could i trouble you to check the link?




Uh oh! Some copypaste at the end


Is this one


https://access.redhat.com/solutions/70215

Checked I'm not logged into RH

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C7: NM and changing MAC addresses

2021-10-11 Thread José María Terry Jiménez

El 11/10/21 a las 11:55, Tom Yates escribió:
i need a way to stop anything from changing my external MAC address, 
as my ISP is extremely sensitive to additional MAC addresses appearing 
on my external NIC.


i have done

sudo nmcli conn mod eno1 802-3-ethernet.cloned-mac-address permanent

and it's improved matters, but here's an example of it going wrong 
even so, from "tcpdump -n -n -e -i eno1 src 185.219.108.121" (which is 
my ipv4):


10:23:58.210653 ac:1f:6b:6c:5a:6e > bc:30:5b:f7:3e:c8, ethertype IPv4 
(0x0800), length 114: 185.219.108.121.53002 > 198.252.206.25.443: 
Flags [P.], seq 2018:2066, ack 5333, win 501, options [nop,nop,TS val 
4035938817 ecr 1709670339], length 48
10:23:58.405154 ac:1f:6b:6c:5a:6e > bc:30:5b:f7:3e:c8, ethertype IPv4 
(0x0800), length 66: 185.219.108.121.44534 > 216.58.212.234.443: Flags 
[.], ack 21641, win 501, options [nop,nop,TS val 805137946 ecr 
1062125308], length 0
10:23:58.447030 ac:1f:6b:6c:58:2d > ff:ff:ff:ff:ff:ff, ethertype ARP 
(0x0806), length 60: Request who-has 185.219.108.1 tell 
185.219.108.121, length 46
10:23:58.447466 ac:1f:6b:6c:58:2d > bc:30:5b:f7:3e:c8, ethertype IPv4 
(0x0800), length 342: 185.219.108.121.68 > 185.219.108.1.67: 
BOOTP/DHCP, Request from ac:1f:6b:6c:58:2d, length 300
10:23:58.629131 ac:1f:6b:6c:5a:6e > bc:30:5b:f7:3e:c8, ethertype IPv4 
(0x0800), length 98: 185.219.108.121 > 8.8.8.8: ICMP echo request, id 
105, seq 67, length 64


note the first two frames coming from ac:1f:6b:6c:5a:6e, the real MAC 
address, which has been happily all over the headers of the previous 
several thousand frames, but then two frames from ac:1f:6b:6c:58:2d, 
which *utterly* screw up my connection to my ISP.  the old MAC address 
continues to be on some of the outgoing traffic.


i have some grounds for thinking that the first or second frame with 
the "bad" mac address is always a BOOTP/DHCP frame, so i'm open to the 
idea that this is dhclient being "helpful", rather than NM.


does anyone have any idea which daemon or service is responsible for 
this MAC-rebadging, and/or how i might stop it?




Hello

Perhaps the solution is this:


https://access.redhat.com/solutions/70215HWADDR=


Never see in CentOS but yes in Proxmox (bridge). Adding HWADDR= was a 
solution for me. But note this article asks you to change HWADDR= to 
MACADDR=



Hope helps

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Upgrading CentOS from 7 to 8

2021-09-29 Thread José María Terry Jiménez

El 29/9/21 a las 15:24, Gestió Servidors escribió:

Hi,

I'm doing some tests of upgrading CentOS from 7 to 8 reading this step-by-step 
guide: 
https://netshopisp.medium.com/how-to-upgrade-linux-servecentos-7-to-centos-8-ec2db96a189b

I'm trying this upgrade in a VM, so I can save "snapshots" and restart in a past saved 
point. However, all my test ends wrong, exacly in Step 4 when I run "rpm -e `rpm -q 
kernel`". Then, systems says that some packages are kernel dependencies. After I remove that 
dependencies, I can't remove kernel...

Anybody has tested process upgrade from 7 to 8?

Thanks.

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Me!, some worked, Others no. It's easier in machines without a GUI, but 
failed without it also. A few got "upgraded". Unable to say why ones 
worked and others no.


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba setup

2021-01-30 Thread José María Terry Jiménez


> El 28 ene 2021, a las 6:57, Robert G. (Doc) Savage via CentOS 
>  escribió:
> 
> On Tue, 2021-01-19 at 17:18 +0100, Götz Reinicke wrote:
>> 
>> Anything in the samba logs? May be SELinux/Firewall issues?
> 
> Götz,
> 
> Unfortunately, no.
> 
> The nmbd log verifies that the fileserver's samba service is the local
> master browser for WORKGROUP on both eth0 and virbr0.

> ... trimmed ...
> 
> There's nothing in the SELinux logs for that date.
> 
> I checked firewall-config on the storage server and verified that the
> samba service is allowed (but not samba-client or samba-dc).
> 
> Is there a really comprehensive setup checklist available for setting
> up samba on CentOS? The partial how-tos I've been able to find are
> obviously not enough. I'm looking for completer smb.conf setup,
> firewall settings, required services, directory permissions, accounts,
> and anything else that's required. I'm running up against very
> unhelpful roadblocks that seem to indicate a critical permissions
> problem but nothing specific.
> 
> V/R
> --Doc Savage
> Fairview Heights, IL
> ___
> 

Do you know guest access to shares is disabled in windows 10?

https://docs.microsoft.com/troubleshoot/windows-server/networking/guest-access-in-smb2-is-disabled-by-default
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Apologies - possible hardware problem?

2020-11-16 Thread José María Terry Jiménez

El 16/11/20 a las 10:03, hw escribió:

On Mon, 2020-11-16 at 09:58 +0100, hw wrote:

[...]
Put a minimal amount of RAM in and go through all of the modules to see if
one or some of them are broken.

Replace all RAM or test it in another computer.


Replace the power supply.

Replace CPU or test it in another mainboard.


Replace mainboard.

If the board has a backup BIOS, use that to boot.


___


Hello

He said (or i understand) it worked with Ubuntu until tried CentOS. 
Maybe something about UEFI? Don't know, but, just to try.


Best

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql-connector-odbc i686 package

2020-07-30 Thread Jose Maria Terry Jimenez

El 30/7/20 a las 4:51, sthustfo escribió:
> Hi all,
>
> I am looking for a i686 package (32 bit) for mysql-connector-odbc. However,
> I could locate only the x86-64 version on the repositories. Not much of a
> DB person but trying to connect to a 64bit MySQL server on remote host.
>
> Any suggestions where I can locate the i686 package? Is there a mariadb
> package that I can use?
>
> Thanks.
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos

Hello

The client architecture has nothing to see with server. Said that, if
you need the conector for 32 bit, try with the one in
https://dev.mysql.com/downloads/connector/odbc/ under RHEL/Oracle Linux.
It **should** work.

Good luck

Best,

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Need HELP with old DSL modem setup on CentOS 7

2020-07-13 Thread José María Terry Jiménez
El 13/7/20 a las 0:50, Kay Schenk escribió:
>>   With your current setup in mind, do you know the modem internal
>> IP? With that, set your computer's IP to be in the same network,
>> verify the default route, and see if you can reach out to the modem.
>>
> I did this with a new network profile and activated it, but no good. I need
> some info/tools on examining my "network" I think.
>
>
>> Personally I would have the router between the two, but that is
>> changing the problem instead of helping you fix yours.
>>
> Actually the router WAS between the modem and my desktop until I took
> things apart and the router Was not part of the equation. I wanted to
> verify the setup I had with JUST the modem, but I am at a loss on how to
> get CentOS7 to access a "local" url on the same local network without
> getting the "no network" business.
>
> Thank you for your suggestions.
>
> Regards,
> Kay
>
As Mauricio said you must be in the same network that the DSL modem:

Some considerations:

I assume this is an Ethernet one and not USB one, right?

Which IP are you trying to access?

What is the computer IP and netmask?

Did you tried to connect the MODEM directly to computer and set the IP
to DHCP? Then look the IP you got and the gateway ( ip address show |
grep -i "inet\ " **OR** ifconfig |grep -i "inet\ " ) and the default
gateway ( ip route show | grep -i default )

The "usual" would be you try to access the MODEM in your gateway
address, but may be other.

The maker and model of MODEM would be great

Good luck

Best!


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-18 Thread Jose Maria Terry Jimenez
El 16/4/19 a las 0:39, MRob escribió:

> I know there's a couple third party repos offering PHP 7 for Centos. I
> prefer not to add too much third party that I don't have to and PHP 7
> has been mainstream for some time now, I thought maybe it would be in
> EPEL by now.
>
> What is the most recommended and stable way to get an up to date PHP
> on Centos 7?
>

Remi Repo works well for me https://rpms.remirepo.net
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sshfs mounting on Centos 6.9

2018-01-16 Thread Jose Maria Terry Jimenez



El 16/1/18 a las 23:04, Miguel González escribió:

Hi all,

  I am trying to mount on boot a sshfs filesystem.

  I have tried this in /etc/fstab

  bac...@myserver.com:/home/backup/myserver /backup   fuse.sshfs
nonempty,allow_other  02

  but only works when network works.

  I have also tried this in my crontab:

  @reboot sshfs -o idmap=backup myserver.com:/home/backup/myserver /backup

  but doesn´t seem to work either.

  What else can I try?

  Thanks,

  Miguel

---


Try adding the options:

_netdev: The filesystem resides on a device that requires network access 
(used to prevent the system from attempting to mount these filesystems 
until the network has been enabled on the system).


delay_connect: delay connection to server

So, change your fstab entry:

bac...@myserver.com:/home/backup/myserver /backup   fuse.sshfs 
_netdev,delay_connect,nonempty,allow_other  0    2


Tell if works,

Best,
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba help

2017-11-15 Thread Jose Maria Terry Jimenez

El 15/11/17 a las 3:11, david escribió:


Folks

I have a Centos7 system (SOFA) and want to install a Samba share named 
"STUFF" for the machines inside my home.  All users in my home have 
read access to the share, but only one user "me" has write 
permission.  The configuration below worked just fine when the Samba 
system was on Centos 6, but did not work under Centos 7.  The client 
machine is Windows 10.  I have changed all "private" information for 
this message.


The Centos 7 machine is running with SELINUX disabled, and effectively 
without firewall.


Windows network browsing finds the computer, but not the share. (it 
used to find the share with Centos 6).


The server name is SOFA
The share name is STUFF
the Workgroup name is MYGROUP

The Linux account is "melinux"
The logon name from windows is "me"

I have issued the command
  smbpass -a me
    
    

smb.conf contains:
-

# Samba Configuration

[global]
 dns proxy  = no
 hosts allow    = 192.168. 127. 10. localhost
 hosts deny = ALL
 log file   = /var/log/samba/%m.log
 max log size   = 50
 netbios name   = SOFA
 printcap name  = /dev/null
 printing   = bsd
 security   = user
 server string  = Samba %v on sofa
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 username map   = /etc/samba/smbusers
 winbind use default domain = no
 workgroup  = MYGROUP
[STUFF]
 browsable  = yes
 case sensitive = no
 comment    = STUFF on sofa
 create mask    = 0755
 directory mask = 0755
 force user = melinux
 guest ok   = yes
 path   = /home/samba-share
 write list = melinux

--

smbusers contains:
--

melinux = me

--

Where have I gone wrong?  What changed from C6 to C7.  Any advice 
would be appreciated.


David


Is the path right? The permissions/owner/group are correct for your users?

Once i got fool looking for a similar problem and the share path was wrong!
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Voice/Fax Modem advice

2017-10-04 Thread José María Terry Jiménez
El 4/10/17 a las 22:18, david escribió:

>
>
> Interesting reference, but I see nothing that talks about using my
> POTS (plain old telephone service) from the local phone company as
> where my phone activity is.  I do NOT use VOIP, SIP, nor a bunch of
> other acronyms.
This device has 1 FXO and 1 FXS port, you can connect 1 POTS and 1
Analog phone to it, they are "converted" to SIP and then you can manage
that from Asterisk. The same that an analog card but instead connect to
a computer slot, goes by Ethernet and cheaper (instead a DAHDI channel
use a SIP channel).
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Voice/Fax Modem advice

2017-10-04 Thread Jose Maria Terry Jimenez

El 4/10/17 a las 17:45, david escribió:


Folks

A have a PCIe modem (Conexant ChipSet, PCI id = 14f1:2f83.  It 
interfaces to my land-line (POTS) telephone line in the United 
States.  On Windows, I had a good answering machine package (Ventafax) 
that reported CallerID, recorded messages, sent/received fax, and had 
a scripting language that let me say "To leave a message for Alice, 
press 1; to leave a message for Bob, press 2", etc.


I'm trying to move this function to a Centos-based system without 
going to the expense or complexity of Asterisk (expense because of 
specialized telephony cards).


My research found a driver (at www.linuxant.com), but it required that 
I recompile the driver.  I got absolutely lost trying to follow the 
directions which seemed to be steering me towards a custom Kernel.


So, my question to the group wisdom is:

- Is there any hope in trying to find a suitable driver for this 
device without building a custom kernel?  And if a custom "module" is 
needed, I might need help compiling it.


- Is there a inexpensive modem that Centos 7 supports with the needed 
functions?  and maybe some software applications that might help?


Thanks in advance.

David

Hello

You can install an Asterisk with a "mini-gateway" like 
http://www.grandstream.com/products/gateways-and-atas/analog-telephone-adaptors/product/handytone-503 
And is not so complex write a dialplan for the functions you say. There 
is many tutorial over the HT503 and Asterisk in the wild!


Hope helps you
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Display IP addresses on the system console *before* the login prompt.

2017-10-02 Thread Jose Maria Terry Jimenez

El 2/10/17 a las 22:03, Arun Khan escribió:


I read up on /etc/issue but adding "\4{eth0}" to the existing string
does not work.



This works for me in CentOS 7 (in /etc/issue)

System IPv4: \4{ens33}

You must replace {ens33} with the nic name you want to show. Get it with 
ifconfig




___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Question Mirrors ?

2017-06-26 Thread Jose Maria Terry Jimenez

El 26/6/17 a las 22:13, m.r...@5-cent.us escribió:


Um. yum clean all *and* yum clean metadata? Doesn't clean all include
metadata?

  mark

Yes, it does. See Table 8.3 here 
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sec-Working_with_Yum_Cache.html

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RDP for Centos 7

2017-06-22 Thread Jose Maria Terry Jimenez



El 22/6/17 a las 18:58, m...@tdiehl.org escribió:

On Thu, 22 Jun 2017, Itamar Reis Peixoto wrote:

Yes, I have. The problem is it leaves the unencrypted passwords in my 
history.

Other than that, Xfreerdp seems to work fine.

Regards,

See first answer here: 
https://unix.stackexchange.com/questions/119880/make-freerdp-prompt-user-for-username-and-password/120976#120976


or here: 
https://unix.stackexchange.com/questions/119880/make-freerdp-prompt-user-for-username-and-password/247305#247305

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GPX files

2017-05-31 Thread Jose Maria Terry Jimenez
Yes, try Route Converter, just install Oracle JRE to use it. Doesn't 
work well with OpenJRE/JDK (at least in Fedora)


Best,


El 31/5/17 a las 1:02, J Martin Rushton escribió:

I have a Garmin 78s marine GPS receiver and it stores tracks in GPX
format.  This is an XML encoded set of points giving longitude,
latitude, time and sea depth.  Garmin support viewing this via their
Garmin Express product, but there only seem to be Windows and Mac
versions.  I've emailed them and await a reply.  In the mean time, does
anyone know of any Linux products that will emable me to view track data
on a decent sized screen?  I don't want to re-invent the wheel by coding
up a hack myself.

Thanks,
Martin



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 7 Samba - all shares read only

2017-05-08 Thread Jose Maria Terry Jimenez

El 8/5/17 a las 14:21, Gary Stainburn escribió:




May help (add the users to that group)

Best,

I have done some testing and found that I have got to the point where I can
create a 'New Text Document', edit it in notepad and save the changes.

I can now also create a new blank spreadsheet, save it, load it, edit and save
the changes.

However, if I open an existing spreadsheet it still comes up as read only.
Doing a 'ls -l' on the original file shows a '+' on the end of the file
permissions.  Other files have a '.' on the end.  The newly created files
have a normal file permission.

I've had a quick Google and found that the '+' indicates a ACL has been
applied.  I have no idea how this happened as until now I wasn't even aware
of them.

Is there an easy way to remove the ACL from all of the files in these
directory trees?



Yes, do this (remove SeLinux context):
||
find /path/to/your/folder -exec sudo setfattr -h -x security.selinux {} \;

Hope this helps and solve your problem
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 7 Samba - all shares read only

2017-05-08 Thread Jose Maria Terry Jimenez

El 8/5/17 a las 13:32, Gary Stainburn escribió:

I have run the following commands for each share, to ensure that group
permissions are are:


find . -type d -exec chmod 770 {} \;
find . -type f -exec chmod 660 {} \;

I can now create and delete files and folders using windows explorer. I can
also create a new blank spreadsheet in Excel and save it to the share.
However, when I then open that file in Excel again it comes up as Read Only.

Again, I can delete the spreadsheet using Windows Explorer

What I don't understand, apart from why the system is behaving like this, is
what has changed that stopped it from working in the first place.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Did you tried something like:

create mask = 0764

and

directory mode = 0775

For folders

In the share setup?

Under which user/group are the files created? (i mean, once created, in 
the shared folder in Linux, what the user and group are?


Also something like:

force group = smbusers (or anything else you want)

May help (add the users to that group)

Best,


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libreoffice 5 slow after 7.3 update

2016-12-14 Thread Jose Maria Terry Jimenez

El 14/12/16 a las 10:20, Alexandru Chiscan escribió:

On 12/13/2016 11:44 PM, José María Terry Jiménez wrote:
I had this problem in Fedora 22/23? and the solution was install 
LibreOffice 5.1 from the LibreOffice site.
Thank you, I have installed the latest version from libreoffice site 
and everything is OK now.


But I am wondering it is something with my setup or it's a bug in 
CentOS, does anybody encountered the same problem in CentOS 7.3?



I think is an LibreOffice version / NVidia issue because i had this in a 
machine with an NVidia card (the Fedora's one) and other people with the 
same version but without NVidias and spreadsheets longer and more 
complex that mine had no problem with this.



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libreoffice 5 slow after 7.3 update

2016-12-13 Thread José María Terry Jiménez

El 13/12/16 a las 20:01, Alexandru Chiscan escribió:

Hello all,

After the update to 7.3 libreoffice (5.0.6.2-3.el7.x86_64) became 
unusable slow.
For an excel file with 250 rows even a simple scroll takes a few 
seconds, during that time the Xorg server is 100% working and the GPU 
utilization is at about 77% (from NVIDIA server settings).


I have tried disabling the hardware acceleration (options->view) and 
OpenCL (options) but the problem and the high usage for Xorg and GPU 
persisted.


I have seen the the same bug (probably) was present in Fedora 23 
(libreoffice version 5.0.5.2-1.fc23.x86_64 
https://bugzilla.redhat.com/show_bug.cgi?id=1308700)


Does anyone had the same problem and if yes what was the fix?
Does RedHat 7.3 has the same problem?
I have searched the bugzilla database and found only the Fedora bug.

System info: Intel I3-6098P, 8GB ram, NVIDIA GT 240 with all the 
packages updated.

libreoffice-ure-5.0.6.2-3.el7.x86_64
libreoffice-opensymbol-fonts-5.0.6.2-3.el7.noarch
libreoffice-core-5.0.6.2-3.el7.x86_64
libreoffice-pyuno-5.0.6.2-3.el7.x86_64
libreoffice-calc-5.0.6.2-3.el7.x86_64
libreoffice-writer-5.0.6.2-3.el7.x86_64
libreoffice-emailmerge-5.0.6.2-3.el7.x86_64
libreoffice-base-5.0.6.2-3.el7.x86_64
libreoffice-math-5.0.6.2-3.el7.x86_64
libreoffice-impress-5.0.6.2-3.el7.x86_64
libreoffice-graphicfilter-5.0.6.2-3.el7.x86_64
libreoffice-pdfimport-5.0.6.2-3.el7.x86_64
libreoffice-draw-5.0.6.2-3.el7.x86_64
libreoffice-5.0.6.2-3.el7.x86_64
libreoffice-langpack-ro-5.0.6.2-3.el7.x86_64
libreoffice-langpack-en-5.0.6.2-3.el7.x86_64
nvidia-x11-drv-340xx-32bit-340.98-1.el7.elrepo.x86_64
nvidia-x11-drv-340xx-340.98-1.el7.elrepo.x86_64
kmod-nvidia-340xx-340.98-1.el7.elrepo.x86_64

OpenGL version string: 3.3.0 NVIDIA 340.98
server glx version string: 1.4

Best regards,
Alexandru Chiscan


Hello

I had this problem in Fedora 22/23? and the solution was install 
LibreOffice 5.1 from the LibreOffice site.


Best

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] users unable to log into kde after 6.8 update

2016-07-21 Thread Jose Maria Terry Jimenez

El 21/7/16 a las 8:53, geo.inbox.ignore escribió:


greetings to all.

centos = 6.8 current
system = toshiba l455d-s5976 laptop

a new problem has developed after 1st updating of 6.8.

regular user is not able to open kde desktop, can open
gnome desktop.

root user can open either kde or gnome desktop.

as a user, when i try to open kde, after entering password,
screen goes to a solid blue, then shows a quick full screen
view of command line text, too quick to read, then screen
changes back to login prompt.

logged in as root, i created a second user, still have same
results as above.

searching thru 2+ years of local archives revealed nothing,
nor does web searching.

any advise, recommendation, suggestion appreciated.

tia.


Hello

If it works for root and not for users, it seems a permissions problem

I'd try:

chown -R username.username /home/username

Hope it helps
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum returns error 'repolist 0'

2016-07-14 Thread Jose Maria Terry Jimenez

El 14/7/16 a las 9:01, ge lignored escribió:

greetings to one and all.

a new iso burn w/ centos 6.8 failed to boot on a 686 32 bit mid tower box,
but will boot a 32 bit laptop, so i dropped back to 6.7 which did boot.

after install with centos 6.7, attempt to upgrade fails with 'repolist 0'.

all desire repo files have enable = 1.

searched thru past 4 yrs of personal archives, nothing found related to
'repolist 0'.

ran web search for 'repolist 0' and 'repolist = 0' with all hits related
to repo files having 'enable = 0'.

any suggestions/ideas/clues as to solution of problem greatly appreciated.



Hello

Never seen this but i'd try

yum repolist all

Lists the enabled repos?

Did you tried

yum clean all

Before the upgrade?

I think this happens in RHEL if you have no active suscription, but not 
applicable to CentOS.



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] automated smtp server check

2014-11-04 Thread José María Terry Jiménez

El 04/11/14 a las 20:36, Frank Cox escribió:

I would like to set up a cron job to automatically check whether my mailserver 
and webserver are up, and tell me if they're not.

This script tells me if my webserver is up:

#!/bin/bash
wget -q --tries=10 --timeout=20 --spider http://melvilletheatre.com
if [[ $? -eq 0 ]]; then
 echo "Online"
else
 echo "Offline"
fi

How can I do the something similar with my mailserver?

Or if someone knows of an integrated tool that will monitor this in a better 
way (whatever that may be), I'm more than interested.


Hello

I use Nmap to test if a server up in a port:

$ nmap -p587 a.mail.server |grep -i 587

587/tcp open  submission

Or several ports:

$ nmap -p25,143,587 a.mail.server |grep -i open
25/tcp  open  smtp
143/tcp open  imap
587/tcp open  submission

If the server is working, the port is shown as open. You can parse it as 
desired to message you as you want


Best
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum --security not detecting security updates

2012-12-18 Thread Terry
On Tue, Dec 18, 2012 at 10:42 AM, Frank Cox  wrote:
> On Tue, 18 Dec 2012 10:38:22 -0600
> Terry wrote:
>
>> Limiting package lists to security relevant ones
>
> What does it tell you if you don't limit the package lists to security 
> relevant
> ones?
>
> The current version of Centos 5 is 5.8 and the kernel is 2.6.18-308.24.1.el5,
> so you're rather behind the times.
>

Completely agree on behind the times.  It says we have 261 available.
But wouldn't the security update procedure I put below still grab
security updates?  I may update our procedures to do full updates
rather than just security but it's not working as expected so crossing
that off first.

Thanks!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum --security not detecting security updates

2012-12-18 Thread Terry
Hello,

We are running CentOS 5.5 on a server that is not reporting any
security updates:
[root@server01 ~]# yum -y --security check-update
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: bay.uchicago.edu
 * extras: bay.uchicago.edu
 * updates: mirror.nyi.net
Limiting package lists to security relevant ones
No packages needed, for security, 261 available

However, Nexpose, our vulnerability scanner detected otherwise. Upon
digging deeper, I noticed that we are on a kernel version that has a
known issue fixed in a later version:

[root@server01 ~]# rpm -q kernel
kernel-2.6.18-194.el5
kernel-2.6.18-194.8.1.el5

http://rhn.redhat.com/errata/RHSA-2010-0610.html
http://lists.centos.org/pipermail/centos-announce/2010-August/016890.html

I appreciate anyone's insight in helping me understand this a bit better.

Thanks!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Recovering LVM volumes

2011-02-03 Thread Terry Polzin


On Thu, 2011-02-03 at 16:28 +0530, Sanjay Arora wrote:
> Hello all
> 
> I have two sets of eIDE hard drives from earlier servers, one centos &
> one fedora. Both were LVM volumes with three or four physical disks,
> with ext3 fs. One disk, maybe even the boot one may even be missing,
> either from one or both sets and we do not know the disk order. I got
> these left from an earlier sysadmin who left the company & nobody know
> what's what.
> 
> I need to recover data so I need to backup each of the disks to a disk
> image file first, then find block-size/recover lvm metadata on the
> volume, mount the volume to my current server and recover whatever
> files can be recovered manually.
> 
> My question is:
> 
> - what switches to be used with dd in creating the image, so that I
> retain the lvm disk data, for future recovery, if I mess up the
> recovery job? Can you please give the actual command assuming disk is
> connected at /dev/sdb?
> 
> - How do I find the blocksize used by the disk & how do I get the
> meta-data and mount the disk to current lvm fs.
> 
> Request please give me step by step process. I am finding the howtos &
> examples on the net very daunting as most of them have co-issues of
> raid etc. Mine is a plain lvm spanning multiple disks.
> 
> I don't have expertise of this level & suddenly my boss is expecting
> me to perform a miracle.
man scanvg

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing Dependency

2011-01-22 Thread Terry Hickey

I'm not sure what the problem is here. I asked a simple question. If I did
not give enough or gave the the wrong information, a simple message to that
end would have been good. I don't have a bunch of letters behind my name. I
am almost entirely self taught. I started with Linux in 1995 on an old
slackware server a very knowledgeable man built for me and was my remote
lifeline for the first couple of years. Since then I have built and ran
probably 15 Internet servers ranging from old slackware stuff to Redhat. I
just retired my last Redhat 9 server a while ago. I currently have in
service Gentoo, Fedora, CentOS and a Cacti Monitoring server that I can't
remember the flavor of Linux they built it on. When I get a problem I don't
know what to do, I Google or go to one of my many bookmarked sites. Or, I
ask someone if all else fails.

So, I was designing a Web Site and one of the scripts didn't work. Looking
at the error logs and googling the error led me to determine my PHP needed
an upgrade and even listed a painless way to do it. However, it didn't work
because of a missing dependency. I had not found the answer about to how to
fix the dependency problem and, I had joined this list about a week ago. I
have been very impressed with the quality of most of the posts so I thought
I would ask here.

I am not really interested if the version of PHP came bundled with 4.8 or
not. It seems it didn't. I probably upgraded it to fix another error I was
getting. I thought I had given all the relative information with my first
question. Sorry for bothering you.

Terry

- Original Message - 
From: "Kai Schaetzl" 
To: 
Sent: Saturday, January 22, 2011 2:31 PM
Subject: Re: [CentOS] Missing Dependency


> Karanbir Singh wrote on Sat, 22 Jan 2011 16:29:42 +:
>
>> Quite an irrelevant point Kai, its shipped in the centosplus repo[1] and
>> this is the centos list, making this the perfect place to bring up the
>> issue.
>
> Karanbir, you are in the wrong thread. I didn't question the location for
> the topic, I questioned the quality of information.
>
> Kai
>
> -- 
> Get your web at Conactive Internet Services: http://www.conactive.com
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing Dependency

2011-01-21 Thread Terry Hickey

- Original Message - 
From: "Kai Schaetzl" 
To: 
Sent: Friday, January 21, 2011 3:31 PM
Subject: Re: [CentOS] Missing Dependency


> Terry Hickey wrote on Fri, 21 Jan 2011 13:45:46 -0700:
> 
>> I am trying to update the php package PHP Version 5.1.6 on CentOS 
>>  release 4.8 to get rid of a script error:
> 
> 4.8 doesn't have 5.1.6, it has php 4.
> 
> Kai
> 
> -- 

Well.
# php -v
PHP 5.1.6 (cli) (built: Jul 31 2008 00:08:07)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

rpm -qa |grep php
php-cli-5.1.6-3.el4s1.10
php-ldap-5.1.6-3.el4s1.10
php-pear-1.4.11-1.el4s1.1
php-mysql-5.1.6-3.el4s1.10
php-5.1.6-3.el4s1.10
php-pdo-5.1.6-3.el4s1.10
php-common-5.1.6-3.el4s1.10
php-gd-5.1.6-3.el4s1.10

and

# cat /etc/redhat-release
CentOS release 4.8 (Final)

so, I ask again, How do I resolve the missing dependency.

Problem:
I am trying to update the php package PHP Version 5.1.6 on CentOS 
 release 4.8 to get rid of a script error:
 "PHP Fatal error:  Call to undefined function dom_import_simplexml"
 
 while running yum update php I get the following
 
 
 --> Running transaction check
 --> Processing Dependency: libt1.so.5 for package: php-gd
 --> Finished Dependency Resolution
 Error: Missing Dependency: libt1.so.5 is needed by package php-gd
 
thanks, Terry

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Missing Dependency

2011-01-21 Thread Terry Hickey
 Problem:
I am trying to update the php package PHP Version 5.1.6 on CentOS 
 release 4.8 to get rid of a script error:
 "PHP Fatal error:  Call to undefined function dom_import_simplexml"
 
 while running yum update php I get the following
 
 
 --> Running transaction check
 --> Processing Dependency: libt1.so.5 for package: php-gd
 --> Finished Dependency Resolution
 Error: Missing Dependency: libt1.so.5 is needed by package php-gd
 
 I have searched on google and none of the solutions seem to work.  Does 
 anyone have any ideas?
 
 Terry

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-17 Thread Terry Polzin
Jigdo should work.
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=11247


On Mon, 2011-01-17 at 13:00 -0600, Gene Brandt wrote:
> Thank you for answering the the question that was asked.
>   
> --
> Thanks,
> 
> Gene Brandt SCSA 
> 8625 Carriage Road
> River Ridge, LA 70123
> home 504-737-4295
> cell 504-452-3250
> Family Web Page  |  My Web Page  | LinkedIn  | Facebook  |
> Resumebucket
> 
> 
> On Sat, 2011-01-15 at 11:14 -0600, Barry Brimer wrote: 
> > > Or how does one generate the dvd iso given a list of rpm files?
> > > (Assuming I had a list of all of the needed rpm files).
> > >
> > > It would be nice if one had something like "make centos_5.2_dvd_iso" :-)
> > 
> > Check out this link .. it provides all the information on how to do this. 
> > I've not tried this with anything more recent than RHEL 3 .. and the 
> > example is with RHEL 4 .. so it may or may not work, but it is headed in 
> > the right direction.
> > 
> > 
> > 
> > Barry
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-20 Thread José María Terry Jiménez

Les Mikesell escribió:

On 12/19/10 1:45 PM, Jose Maria Terry Jimenez wrote:
  

I wanted the reverse path.  Traceroute from the 192.168.236.80 box back to the 
fedora address.  It doesn't make sense that it can return packets without a 
route going through the Centos box.


  

Hello

This arrived as spam, and i found it now. Even it seem yesterday the 
mistery was discovered, here is what you asked me:


[j...@control ~]$ traceroute 192.168.1.3
traceroute to 192.168.1.3 (192.168.1.3), 30 hops max, 40 byte packets
1  192.168.1.3 (192.168.1.3)  1.429 ms !X  1.438 ms !X  1.440 ms !X

I suppose that goes by the second NIC on the "other" Centos.

Best,


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/12419 - Mon Dec 20 17:17:01 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-20 Thread José María Terry Jiménez

Andrej Moravcik escribió:

Hello Jose,

from the picture you provided the situation looks pretty simple.

- you have enabled IP forwarding on router, I recommend you to put it 
into /etc/sysctl.conf for persistence.


- you have configured firewall rules on router to allow forwarding 
traffic from left to right subnet. You can also try to set up ACCEPT 
policy just for testing.



- the default gateway for left subnet is 192.168.1.1 (you mentioned 
router for Internet access). Correct me if I'm wrong.


- the default gateway for right subnet I assume is 192.168.236.74. You 
don't have to do anything with routing here. Every host in right subnet 
knows where to send replies.



- the problem seems to be missing routing information in left subnet. 
Hosts don't know anything about the right subnet and thus send requests 
to the default gateway 192.168.1.1.


- modifying routing table on every host in left subnet can be solution 
in case, if there is only a few hosts which need to access right subnet


- if you need to have fully accessible subnets, put the static route to 
default gateway 192.168.1.1 to redirect requests to proper gateway. If 
it is Linux gateway, try something like this


[r...@default-gw]# ip route add 192.168.236.0/24 via 192.168.236.74


Regards

Andrej



Jose Maria Terry Jimenez wrote:

  
I have a CentOS 5.5 machine with 2 nics each one configured to work in 
one of the nets. The CentOS also uses a router for Internet access that 
is 192.168.1.1.


192.168.1.0/24 >-192.168.1.100--[CentOS Machine]--192.168.236.74 
< 192.168.236.0/24



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
  

Thank you very much, Andrej.

Today i couldn't test this, but default gateway for right subnet is 
192.168.236.21 and i can't change anything in that router and many 
machines of that network, i only admin a few there.


Best,


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/12419 - Mon Dec 20 17:17:01 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-19 Thread José María Terry Jiménez

El 19/12/2010, a las 23:15, Les Mikesell  escribió:

> On 12/19/10 4:08 PM, José María Terry Jiménez wrote:
>> Les Mikesell escribió:
>>> On 12/19/10 2:30 PM, Jose Maria Terry Jimenez wrote:
>>> 
>>>>>>>> This doesn't make much sense without a route.  Can you try a 
>>>>>>>> traceroute to the
>>>>>>>> fedora box address from the 192.168.236.80 box to see how/why it gets 
>>>>>>>> there
>> 
>>>>>>>> Hope it helps (all addresses are 192.168. Trimmed to compact the 
>>>>>>>> schema):
>>>>>>>> 
>>>>>>>> 
>>>>>>>> --  -- ---
>>>>>>>> ! 1.3!--!1.100   ! !gw 236.21!
>>>>>>>> ! gw 1.1 !   !  !  236.74!-! 236.80  !
>>>>>>>> --   !  ! gw 1.1 !  !  ---
>>>>>>>>!  --  !
>>>>>>>>!  !
>>>>>>>>[Router1]   [Router2]
>>>>>>>> 
>>>>>>>> Router 1 is a PFSense and its IP is 192.168.1.1
>>>>>>>> Router 2 is "something" (it is managed by other person, and i think is
>>>>>>>> somekind of win server) and IP is 192.168.236.21
>>>>>>>> 
>>>>>>>> 
>>> 
>>> This still doesn't explain why the 192.168.236.80 box can return packets to 
>>> the
>>> fedora at 192.168.1.3 when you said it didn't have a route going through
>>> 192.168.236.74.   Can you check what routes you do have on 192.168.236.80 
>>> and
>>> traceroute from there to 192.168.1.3?
>>> 
>>> 
>> Apologies by confusing you. I forgot that "the other" CentOS had 2 NICs, 
>> this is
>> the machine where i began these tests. It's in a remote site and now when
>> listing the routes remembered that.
>> 
>> It's conected to the 1. network with a second NIC and IP: 192.168.1.102. 
>> Replies
>> must be return by that iface, really?
> 
> Yes, with rare exceptions routing always happens with each hop making the 
> decision to use the interface that has the best route towards the 
> destination, 
> and that would have a route automatically added for anything within the 
> netmask.
> 
Thanks by your help, now i understand this a bit better,

Best
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-19 Thread José María Terry Jiménez

Les Mikesell escribió:

On 12/19/10 2:30 PM, Jose Maria Terry Jimenez wrote:
  

This doesn't make much sense without a route.  Can you try a traceroute to the
fedora box address from the 192.168.236.80 box to see how/why it gets there



Hope it helps (all addresses are 192.168. Trimmed to compact the schema):


--  -- ---
! 1.3!--!1.100   ! !gw 236.21!
! gw 1.1 !   !  !  236.74!-! 236.80  !
--   !  ! gw 1.1 !  !  ---
   !  --  !
   !  !
   [Router1]   [Router2]

Router 1 is a PFSense and its IP is 192.168.1.1
Router 2 is "something" (it is managed by other person, and i think is
somekind of win server) and IP is 192.168.236.21




This still doesn't explain why the 192.168.236.80 box can return packets to the 
fedora at 192.168.1.3 when you said it didn't have a route going through 
192.168.236.74.   Can you check what routes you do have on 192.168.236.80 and 
traceroute from there to 192.168.1.3?


  
Apologies by confusing you. I forgot that "the other" CentOS had 2 NICs, 
this is the machine where i began these tests. It's in a remote site and 
now when listing the routes remembered that.


It's conected to the 1. network with a second NIC and IP: 192.168.1.102. 
Replies must be return by that iface, really?

[r...@control ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse 
Iface

192.168.1.0 *   255.255.255.0   U 0  00 eth1
192.168.236.0   *   255.255.255.0   U 0  00 eth0
169.254.0.0 *   255.255.0.0 U 0  00 eth0
default 192.168.236.21   0.0.0.0 UG0  00 
eth0


I Configured a printer in the 236. network to use 192.168.236.74 as 
gateway and now i can access it from 1. Thanks.

[j...@idi ~]$ ping 192.168.236.74
PING 192.168.236.74 (192.168.236.74) 56(84) bytes of data.
64 bytes from 192.168.236.74: icmp_req=1 ttl=64 time=0.276 ms
64 bytes from 192.168.236.74: icmp_req=2 ttl=64 time=0.245 ms

Thanks again

Best


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/12415 - Sun Dec 19 04:26:57 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-19 Thread Jose Maria Terry Jimenez
El 19/12/10 21:17, Michel van Deventer escribió:
> Hi,
>
> The Fedora box (1. network):
> [j...@idi ~]$ ping 192.168.236.80
> PING 192.168.236.80 (192.168.236.80) 56(84) bytes of data.
> 64 bytes from 192.168.236.80: icmp_req=1 ttl=64 time=1.61 ms
> 64 bytes from 192.168.236.80: icmp_req=2 ttl=64 time=0.684 ms
> [j...@idi ~]$ ifconfig eth0 | grep -i 'inet addr'
> inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0

 This doesn't make much sense without a route.  Can you try a traceroute to 
 the
 fedora box address from the 192.168.236.80 box to see how/why it gets 
 there?
>>>
>>> Sure, here it is:
>>>
  From fresh reboot of the Fedora14 box:
>>>
>>> [j...@idi ~]$ su -
>>> Contraseña:
>>> [r...@idi ~]# route add -net 192.168.236.0 netmask 255.255.255.0 gw 
>>> 192.168.1.100 dev eth0
>>> [r...@idi ~]# logout
>>>
>>> [j...@idi ~]$ traceroute 192.168.236.80
>>> traceroute to 192.168.236.80 (192.168.236.80), 30 hops max, 60 byte packets
>>>1  puente (192.168.1.100)  0.286 ms  0.260 ms  0.239 ms
>>>2  192.168.236.80 (192.168.236.80)  0.963 ms !X  0.949 ms !X  0.930 ms !X
>>
>> We know why it works this direction.
>>
>>> [j...@idi ~]$ ping 192.168.236.80
>>> PING 192.168.236.80 (192.168.236.80) 56(84) bytes of data.
>>> 64 bytes from 192.168.236.80: icmp_req=1 ttl=64 time=0.668 ms
>>> 64 bytes from 192.168.236.80: icmp_req=2 ttl=64 time=0.599 ms
>>> 64 bytes from 192.168.236.80: icmp_req=3 ttl=64 time=0.566 ms
>>> ^C
>>> --- 192.168.236.80 ping statistics ---
>>> 3 packets transmitted, 3 received, 0% packet loss, time 2000ms
>>> rtt min/avg/max/mdev = 0.566/0.611/0.668/0.042 ms
>>>
>>> [j...@idi ~]$ ssh 192.168.236.80
>>> j...@192.168.236.80's password:
>>> Last login: Sun Dec 19 20:44:44 2010 from 192.168.1.3
>>> [j...@control ~]$
>>
>> I wanted the reverse path.  Traceroute from the 192.168.236.80 box back to 
>> the
>> fedora address.  It doesn't make sense that it can return packets without a
>> route going through the Centos box.
> Yes it does make sense, if the machine in the 192.168.236.0/24 has the
> centos box in the middle (the one with two LAN cards) as a default
> route, then you wouldn't need a seperate route. Packets would come back.
> Can you give the network settings for 192.168.236.80 ?
>
> Can you tell us more about the network setup ? routers in both
> networks ? Maybe a quick drawing should make things more clear.
>
> If you cannot set a route on the various devices it might help to use
> proxy-arp.
>
>   regards,
>
>   Michel
>
Hope it helps (all addresses are 192.168. Trimmed to compact the schema):


--  -- ---
! 1.3!--!1.100   ! !gw 236.21!
! gw 1.1 !   !  !  236.74!-! 236.80  !
--   !  ! gw 1.1 !  !  ---
  !  --  !
  !  !
  [Router1]   [Router2]

Router 1 is a PFSense and its IP is 192.168.1.1
Router 2 is "something" (it is managed by other person, and i think is 
somekind of win server) and IP is 192.168.236.21

Best

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/12415 - Sun Dec 19 04:26:57 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-19 Thread Jose Maria Terry Jimenez

El 19/12/2010, a las 20:34, Les Mikesell escribió:

> On 12/19/10 12:31 PM, Jose Maria Terry Jimenez wrote:
>>>> 
>>>> First make sure that you can ping/access those 'other' services from the 
>>>> centos
>>>> box with 2 nics.   It should source from the .236 interface and 'just 
>>>> work'.  If
>>>> not, you have firewalls or something else blocking traffic.   When you 
>>>> route
>>>> other traffic from the .1 network, the destination machines need some 
>>>> reason to
>>>> send the return packets to the 192.168.236.74 address.  You can either add 
>>>> the
>>>> route to every machine or on the router that is currently their default 
>>>> router.
>>>> 
>>>> --
>>>>  Les Mikesell
>>>> lesmikes...@gmail.com
>>> 
>>> Thank you Les,
>>> 
>>> Yes, i can ping/access those 'other' services from the CentOS box with 2 
>>> NICs.
>>> 
>>> I understand that i need, for example in a networked printer in 236. 
>>> network a 'return' route. I definitely have no access to configure network 
>>> on every machine in the 236 network (only a few), nor the router...
>>> 
>>> This can't be solved any other way?
>>> 
>>> Best
>> 
>> Hello Again,
>> 
>> I forgot:
>> I made a mistake in my original post, the ping is to a diferent CentOS box 
>> in the 236. network (192.168.236.80) and it replies and i can access it from 
>> the Fedora machine in the 1. net.
>> 
>> Why the other CentOS box (in the 236. net) works (reply, can be accessed) 
>> without adding any route?
>> 
>> The Fedora box (1. network):
>> [j...@idi ~]$ ping 192.168.236.80
>> PING 192.168.236.80 (192.168.236.80) 56(84) bytes of data.
>> 64 bytes from 192.168.236.80: icmp_req=1 ttl=64 time=1.61 ms
>> 64 bytes from 192.168.236.80: icmp_req=2 ttl=64 time=0.684 ms
>> [j...@idi ~]$ ifconfig eth0 | grep -i 'inet addr'
>>   inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
> 
> This doesn't make much sense without a route.  Can you try a traceroute to 
> the 
> fedora box address from the 192.168.236.80 box to see how/why it gets there?

Sure, here it is:

>From fresh reboot of the Fedora14 box:

[j...@idi ~]$ su -
Contraseña: 
[r...@idi ~]# route add -net 192.168.236.0 netmask 255.255.255.0 gw 
192.168.1.100 dev eth0
[r...@idi ~]# logout

[j...@idi ~]$ traceroute 192.168.236.80
traceroute to 192.168.236.80 (192.168.236.80), 30 hops max, 60 byte packets
 1  puente (192.168.1.100)  0.286 ms  0.260 ms  0.239 ms
 2  192.168.236.80 (192.168.236.80)  0.963 ms !X  0.949 ms !X  0.930 ms !X
[j...@idi ~]$ ping 192.168.236.80
PING 192.168.236.80 (192.168.236.80) 56(84) bytes of data.
64 bytes from 192.168.236.80: icmp_req=1 ttl=64 time=0.668 ms
64 bytes from 192.168.236.80: icmp_req=2 ttl=64 time=0.599 ms
64 bytes from 192.168.236.80: icmp_req=3 ttl=64 time=0.566 ms
^C
--- 192.168.236.80 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.566/0.611/0.668/0.042 ms

[j...@idi ~]$ ssh 192.168.236.80
j...@192.168.236.80's password: 
Last login: Sun Dec 19 20:44:44 2010 from 192.168.1.3
[j...@control ~]$ 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-19 Thread Jose Maria Terry Jimenez
El 19/12/10 20:23, Les Mikesell escribió:
> On 12/19/10 12:15 PM, Jose Maria Terry Jimenez wrote:
>>> First make sure that you can ping/access those 'other' services from the 
>>> centos
>>> box with 2 nics.   It should source from the .236 interface and 'just 
>>> work'.  If
>>> not, you have firewalls or something else blocking traffic.   When you route
>>> other traffic from the .1 network, the destination machines need some 
>>> reason to
>>> send the return packets to the 192.168.236.74 address.  You can either add 
>>> the
>>> route to every machine or on the router that is currently their default 
>>> router.
>>>
>> Thank you Les,
>>
>> Yes, i can ping/access those 'other' services from the CentOS box with 2 
>> NICs.
>>
>> I understand that i need, for example in a networked printer in 236. network 
>> a 'return' route. I definitely have no access to configure network on every 
>> machine in the 236 network (only a few), nor the router...
>>
>> This can't be solved any other way?
> The only other way to get the packets to return to the right place would be to
> use iptables to NAT routed packets to the 192.168.236.74 interface.  If you 
> only
> need to establish connections in one direction, that should work.
>
Thanks,

Yes, mainly i need to connect from 1. to 236., so i'll look at that 
solution.

Best,

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/12415 - Sun Dec 19 04:26:57 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-19 Thread Jose Maria Terry Jimenez
>> 
>> First make sure that you can ping/access those 'other' services from the 
>> centos 
>> box with 2 nics.   It should source from the .236 interface and 'just work'. 
>>  If 
>> not, you have firewalls or something else blocking traffic.   When you route 
>> other traffic from the .1 network, the destination machines need some reason 
>> to 
>> send the return packets to the 192.168.236.74 address.  You can either add 
>> the 
>> route to every machine or on the router that is currently their default 
>> router.
>> 
>> -- 
>>  Les Mikesell
>> lesmikes...@gmail.com
> 
> Thank you Les,
> 
> Yes, i can ping/access those 'other' services from the CentOS box with 2 NICs.
> 
> I understand that i need, for example in a networked printer in 236. network 
> a 'return' route. I definitely have no access to configure network on every 
> machine in the 236 network (only a few), nor the router...
> 
> This can't be solved any other way?
> 
> Best

Hello Again,

I forgot:
I made a mistake in my original post, the ping is to a diferent CentOS box in 
the 236. network (192.168.236.80) and it replies and i can access it from the 
Fedora machine in the 1. net.

Why the other CentOS box (in the 236. net) works (reply, can be accessed) 
without adding any route?

The Fedora box (1. network):
[j...@idi ~]$ ping 192.168.236.80
PING 192.168.236.80 (192.168.236.80) 56(84) bytes of data.
64 bytes from 192.168.236.80: icmp_req=1 ttl=64 time=1.61 ms
64 bytes from 192.168.236.80: icmp_req=2 ttl=64 time=0.684 ms
[j...@idi ~]$ ifconfig eth0 | grep -i 'inet addr'
  inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0

The CentOS box (both networks):
[j...@puente ~]$ ifconfig eth0 | grep -i 'inet addr'
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
[j...@puente ~]$ /sbin/ifconfig eth1 | grep -i 'inet addr'
  inet addr:192.168.236.74  Bcast:192.168.236.255  Mask:255.255.255.0

The CentOS box (236. network);
[j...@control ~]$ /sbin/ifconfig eth1 | grep -i 'inet addr'
  inet addr:192.168.236.80  Bcast:192.168.236.255  Mask:255.255.255.0


Best

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-19 Thread Jose Maria Terry Jimenez

El 19/12/2010, a las 19:01, Les Mikesell escribió:

> On 12/19/10 11:07 AM, Jose Maria Terry Jimenez wrote:
>> Hello All
>> 
>> First, sorry by my poor english, hope you understand me :-)
>> 
>> I have a problem, i don't understand or don't know how to solve
>> 
>> I need to interconnect 2 networks with different numbers. One is
>> 192.168.236.0/24 the other 192.168.1.0/24. Mainly i need to access services 
>> in
>> the 236. from the 1. one.
>> 
>> I have a CentOS 5.5 machine with 2 nics each one configured to work in one of
>> the nets. The CentOS also uses a router for Internet access that is 
>> 192.168.1.1.
>> 
>> 192.168.1.0/24 >-192.168.1.100--[CentOS Machine]--192.168.236.74 
>> <
>> 192.168.236.0/24
>> 
>> So, i enable forwarding in the CentOS box
>> 
>> echo '1' > /proc/sys/net/ipv4/ip_forward
>> 
>> And in one machine of the 1. network (this is Fedora14) I add the route:
>> 
>> route add -net 192.168.236.0 netmask 255.255.255.0 gw 192.168.1.100 dev eth0
>> 
>> Since this moment i can ping or access (ssh/http) another CentOS machine in 
>> the
>> 236 network
>> ping 192.168.236.74
>> PING 192.168.236.74 (192.168.236.74) 56(84) bytes of data.
>> 64 bytes from 192.168.236.74: icmp_req=1 ttl=64 time=0.281 ms
>> 
>> But can't access or ping other machines (NOT Linux ones), ie, printers, Win
>> servers, etc...
>> 
>> Also tried adding:
>> route add 192.168.1.100 eth0
>> 
>> before the route add -net, but no efect.
>> 
>> This fails even if i flush IPTables.
>> 
>> In the CentOS box that replies, i did nothing, it 'just' works.
>> 
>> Can anyone tell what is happening / help me with this?
>> Something to do missing in the CentOS router that joins the networks?
> 
> First make sure that you can ping/access those 'other' services from the 
> centos 
> box with 2 nics.   It should source from the .236 interface and 'just work'.  
> If 
> not, you have firewalls or something else blocking traffic.   When you route 
> other traffic from the .1 network, the destination machines need some reason 
> to 
> send the return packets to the 192.168.236.74 address.  You can either add 
> the 
> route to every machine or on the router that is currently their default 
> router.
> 
> -- 
>   Les Mikesell
>  lesmikes...@gmail.com

Thank you Les,

Yes, i can ping/access those 'other' services from the CentOS box with 2 NICs.

I understand that i need, for example in a networked printer in 236. network a 
'return' route. I definitely have no access to configure network on every 
machine in the 236 network (only a few), nor the router...

This can't be solved any other way?

Best

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Routing issue between 2 LANs

2010-12-19 Thread Jose Maria Terry Jimenez
Hello All

First, sorry by my poor english, hope you understand me :-)

I have a problem, i don't understand or don't know how to solve

I need to interconnect 2 networks with different numbers. One is 
192.168.236.0/24 the other 192.168.1.0/24. Mainly i need to access services in 
the 236. from the 1. one.

I have a CentOS 5.5 machine with 2 nics each one configured to work in one of 
the nets. The CentOS also uses a router for Internet access that is 192.168.1.1.

192.168.1.0/24 >-192.168.1.100--[CentOS Machine]--192.168.236.74 < 
192.168.236.0/24

So, i enable forwarding in the CentOS box 

echo '1' > /proc/sys/net/ipv4/ip_forward

And in one machine of the 1. network (this is Fedora14) I add the route:

route add -net 192.168.236.0 netmask 255.255.255.0 gw 192.168.1.100 dev eth0

Since this moment i can ping or access (ssh/http) another CentOS machine in the 
236 network
ping 192.168.236.74
PING 192.168.236.74 (192.168.236.74) 56(84) bytes of data.
64 bytes from 192.168.236.74: icmp_req=1 ttl=64 time=0.281 ms

But can't access or ping other machines (NOT Linux ones), ie, printers, Win 
servers, etc...

Also tried adding: 
route add 192.168.1.100 eth0

before the route add -net, but no efect.

This fails even if i flush IPTables.

In the CentOS box that replies, i did nothing, it 'just' works.

Can anyone tell what is happening / help me with this?
Something to do missing in the CentOS router that joins the networks? 

Best,___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Determine next UID number

2010-10-13 Thread Terry Polzin

> > That assumes the highest UID number has a login shell...

> which is generally the case...
> 
> 
Exactly, without excluding those who have a shell of nologin the last
uid on my machine is nfsnobody(65534), I don't believe that a UID can be
greater than that.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Determine next UID number

2010-10-13 Thread Terry Polzin
On Wed, 2010-10-13 at 20:09 +, Joseph L. Casale wrote:
> > Is there an equivalent in CentOS?
> 
> cat /etc/passwd |cut -d ":" -f 3 |sort -n NEXTUID=`expr $LASTUID + 1`
> 
> ;)
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
LASTUID=`cat /etc/passwd |grep -v nologin|cut -d ":" -f 3 |sort -n |
tail -1`; NEXTUID=`expr $LASTUID + 1`; echo $NEXTUID

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] FreeNx doesn't work?

2010-10-13 Thread José María Terry Jiménez
Hello

To ease remove the centos packages and install the RPMs 
from nomachine.com 

Best

El 15/08/2010 18:49, gaohu  escribió: 



@import url( C:\Documents and Settings\gaohu\Local Settings\Temporary Internet 
Files\scrollbar.css );




@font-face {
font-family: 宋
}
@font-face {
font-family: Verdana;
}
@font-face {
font-family: @宋
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; 
layout-grid: 15.6pt; }
P.MsoNormal {
TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 
0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
LI.MsoNormal {
TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 
0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
DIV.MsoNormal {
TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 
0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
A:link {
COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
FONT-STYLE: normal; FONT-FAMILY: Verdana; COLOR: windowtext; 
FONT-WEIGHT: normal; TEXT-DECORATION: none; mso-style-type: personal-compose
}
DIV.Section1 {
page: Section1
}
UNKNOWN {
FONT-SIZE: 10pt
}
BLOCKQUOTE {
MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}



@font-face {
font-family: 宋体;
}
@font-face {
font-family: Verdana;
}
@font-face {
font-family: @宋体;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; 
layout-grid: 15.6pt; }
P.MsoNormal {
TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 
0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
LI.MsoNormal {
TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 
0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
DIV.MsoNormal {
TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 
0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
A:link {
COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
FONT-STYLE: normal; FONT-FAMILY: Verdana; COLOR: windowtext; 
FONT-WEIGHT: normal; TEXT-DECORATION: none; mso-style-type: personal-compose
}
DIV.Section1 {
page: Section1
}
UNKNOWN {
FONT-SIZE: 10pt
}








On Sun, Aug 15, 2010 at 11:17 AM, gaohu  wrote:

> I have installed freenx with this article
>
> http://wiki.centos.org/HowTos/FreeNX
>
> but when I use freenx-client on windows to connect to server,
> I always get an "freenx Authentication failed."

You appear to have missed a step or configured the auth bits
incorrectly. The NX user is the user who authenticates via ssh, and
you authenticate via nx to the proper session. Go through the steps in
the wiki again carefully and double check the logs to see who you're
attempting to authenticate as. I'd bet you're trying to auth as your
user instead of as the nx user and since the wiki states that only the
nx user is authorized (via the AllowUsers nx statement) auth is
failing for that reason.


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
 
==
My config as follows:
1. config sshd config, I 
add
PasswordAuthentication no
AllowUsers nx---> nx is not an actual user in my system.
2. add user, I config
 nxserver --add user gaohu  <--- gaohu is a 
common user on my system, and can connect via ssh with isa 
key
  
 
, (and password also works before I use ssh key to audit.)
 
 then re config sshd config file, 
set
 AllowUsers nx 
gaohu
 
 one thing I 
can not understand is sshd default use /home/myuser/.ssh/authorized_keys, 
filebut nxserver generate the key at 
 /home/myuser/.ssh/authorized_keys2 file, should I do other settingsin 
sshd config file to support this? 3.then I install the client and copy 
/etc/nxserver/client.id_dsa.key file contentto the key window. That's 
all. but when I run nxserver --test ? I just got permission denied ? 
why? following is my sshd_config file, Could any one 
help? 
 = # 
$OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $# This is the sshd server system-wide configura

Re: [CentOS] Transferring system to new drive

2010-09-14 Thread Terry Polzin
On Tue, 2010-09-14 at 13:12 +0100, Timothy Murphy wrote:
> Is there a document with instructions for this?
> I've had smartd warnings that a hard disk in my server is sick,
> so I am installing a new drive (in addition to the old).
> 
> I was thinking of copying the old root partition with
>   sudo cp -a -P /* /mnt/hd
> (after mounting the prospective new root partition).
> Then I'd have to modify the new /etc/fstab .
> 
> Is that a sensible approach?
> 
If your partitions are LVM then you could just migrate them from drive
to the other, exceptions of course would be /boot, non LVM swap.

You would then also have to install grub on the new disk.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DHCPD

2010-07-30 Thread Terry Polzin
On Fri, 2010-07-30 at 19:35 +, tony.chamberl...@lemko.com wrote:
> Not sure if there is a DHCPD/PXE forum so I will ask here.
> 
> I have been trying to get netboot to work (i.e. a machine with nothing on it
> but a NIC card, no linux, no operating system, whatever) boots up and receives
> a file from a dhcp server.  This dhcp server gives it all the Linux stuff
> it needs so a full install can be done over the network.
> 
> I actually got this working by turning my desktop into a DHCP server and
> placing the Linux images.  My problem?  Now everyone, especially with windows
> machines, is complaining that their machine keeps telling them "unknown 
> network" and "no internet connection".  Oops, my DHCP server was intercepting
> all the other DHCP requests normally for our actual router (192.168.5.1).
> 
> I can get around this by unplugging my machine from the LAN and just having
> it on a very small network with only two IPS (my desktop DHCP server and
> the machine doing the boot).  However, I would rather stay connected to the
> LAN especially if I have to go out over it to get an install package (like
> DDD).
> 
> Can I somehow tell my desktop only to handle PXE requests and anything
> else should go to 192.168.5.1?
> 
> Couple minor questions but I can save time asking here too:
> 
> I can't figure out the correct "option" or keyword to assign host name
> via DHCP.
> 
> Is there a way I can have a user choose whether to install 4.5 or 5.4
> (CentOS) via boot?  I put multiple choices into the C0 file but it ignored
> all but one.
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
I put a line in my dhcpd.conf file something like the following;

host rhel5ppc2.olysteel.com {fixed-address 192.168.0.53; hardware
ethernet ca:10:e0:00:40:03; next-server 192.168.1.137; filename
"ppc64.img"; update-static-leases on;}

You have to know the mac of the PXE client nic.  Maybe you shouldn't
have a pool in your config file either or a different pool of maybe 1
address for the nic you want to PXE boot.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] PPC questions

2010-07-07 Thread Terry Polzin
Could anyone with some PPC linux experience e-mail me off-line to answer
some specific PPC questions.

THANKS,

Terry

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem shuting down server.

2010-04-24 Thread Jose Maria Terry Jimenez
El 23/04/10 21:32, Enrique Verdes escribió:
> Have Centos 5.3 installed in a HP ML110 server. After cloning disk using
> Clonezilla, if I issue a shutdown -h now, or any other command to shut
> down the server (i.e. init 0 or poweroff), instead of shutting down the
> server reboots.
>
> I googled but could't find any answer. ¿Does anybody has a clue about
> why this is happening?
>
>
>
Hello

Try adding acpi=force to the kernel boot parameters. This uses to work 
in machines not finishing shutting down and stay in "system halted" message.



=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/10803 - Sat Apr 24 10:38:15 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Rebuild - Again!?

2010-03-24 Thread Terry Polzin
On Wed, 2010-03-24 at 14:15 -0400, gene.po...@macys.com wrote:
> I putzd around and messed up my primary system. I could get it back
> with a bunch of work a-rounds but I've decided to do a complete
> rebuild of it.  What I need to run on this machine (besides the CentOS
> 5.2 OS) is Oracle 11g (requires gnome), VMware Server 2, JBoss 5, plus
> some other tidbits. 
> 
> Does anyone have  or know of a checklist that I can use to make sure
> I've done everything correctly (as least as far as the OS install and
> configuration is concerned)? 

Did you preserve your original /root/anaconda-ks.cfg file?
That would be a starting point.  After the machine is up, I have scripts
I run to set up /etc/sysctl.conf, etc.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] hplip packages centos4

2010-02-16 Thread Terry Polzin
On Tuesday February 16 2010 04:45:05 John Doe wrote:
> From: Terry Polzin 
> 
> > where can I find packages for hplip and it's deps for centos4x?
> 
> Google pointed to this...
> http://hplipopensource.com/hplip-web/index.html
> 
> JD
> 
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
Been there, just source not a helpful site at all.  Hplip's many deps that 
seem to be outside the mainstream distro make it hard to compile.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] hplip packages centos4

2010-02-15 Thread Terry Polzin
where can I find packages for hplip and it's deps for centos4x? 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mutt execution by daemon

2010-01-02 Thread Jose Maria Terry Jimenez
El 02/01/10 9:08, Joseph L. Casale escribió:
>> Hello
>>
>> I'm doing this way, i run an script from cron. Sending several
>> attachments to several addresses with a text in the email's body.
>>
>> In the script called by cron put:
>>
>> EDITOR=touch mutt -s "Here the subject" -F /home/user/.muttrc -i
>> /usr/local/bin/body_text.txt -a /tmp/attachment1 -a /tmp/attachement2 -b
>> addre...@someplace.com addre...@someserver.com
>> addre...@anyserver.com>
>> And .muttrc:
>>
>> set from=sender_em...@somesite.com
>> set envelope_from=yes
>> set realname="Sender's Name"
>>
>> Hope this helps you
>> Best
>>  
> Hi,
> That's similar to what I am doing, but "user" has a local mailbox, correct?
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
Hello

Well, the user can receive mail locally if another mails using his name 
in the host. ie if user_one does "mail user_two" then the user can write 
mail to "user_two" but i don't know how to prevent this. The users 
hasn't other kind of mailbox.

Do you mean this?

Remember i run from user's cron and i specify the shell, mailto, path... 
to be used there... I think it would work even if i set the shell to 
/bin/false to that user. Is this what you mean?

Best,
Jose Maria

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/10248 - Fri Jan  1 23:09:50 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mutt execution by daemon

2010-01-02 Thread Jose Maria Terry Jimenez
El 02/01/10 5:21, Joseph L. Casale escribió:
> I have a user w/o a shell that runs an app as a daemon that needs to use
> mutt to email an attachment from a script.
>
> During testing when the app was ran as root everything worked:) Now that
> we obviously are running as a user w/o a shell this little bit broke. I
> used mutt as I needed to send the attachment as mime, and the ability
> to specify a muttrc from the cli when executed was useful so we could tweak
> the mail headers etc...
>
> Since there is no local mb's at all on this server, are there any mutt gurus
> that know off hand how I can manipulate the behavior of mutt to simply send
> w/o looking for a mailbox?
>
> Thanks,
> jlc
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
Hello

I'm doing this way, i run an script from cron. Sending several 
attachments to several addresses with a text in the email's body.

In the script called by cron put:

EDITOR=touch mutt -s "Here the subject" -F /home/user/.muttrc -i 
/usr/local/bin/body_text.txt -a /tmp/attachment1 -a /tmp/attachement2 -b 
addre...@someplace.com addre...@someserver.com 
addre...@anyserver.comhttp://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem mounting CIFS shares with credential file afterSAMBA update

2009-11-01 Thread José María Terry Jiménez
Akemi Yagi escribió:
> On Sun, Nov 1, 2009 at 6:05 AM, Samuel Contesse
>  wrote:
>   
>> Hi,
>>
>> I've the same problem on RHEL 5.4 after samba update. I almost tried
>> everything but I had to switch to -username=...,-password=... to get
>> CIFS mount point to work. I opened a case which has been closed
>> because a second system also running on RHEL 5.4 works with this update.
>>
>> Hope they will fix this issue...
>> 
>
> I was also hit by this bug. Reported at the CentOS bug tracker:
>
> http://bugs.centos.org/view.php?id=3960
>
> The upstream bugzilla entries:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=532153  (RHEL5)
>
> https://bugzilla.redhat.com/show_bug.cgi?id=532094  (RHEL4)
>
> Akemi
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>   
You can workaround this by editing the credentials file and removing the 
tail LF with an hex editor as i posted early

Best,


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/9971 - Sun Nov  1 03:25:12 2009
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem mounting CIFS shares with credential file afterSAMBA update

2009-11-01 Thread José María Terry Jiménez
Hello

I've just solved this (because i remembered what happened last time)

The problem is that the credentials file must be being parsed 
incorrectly and any char after the password is passed as part of 
password (don't know if you understand me because my poor english).

What i did is editing the .credentials file with an hex editor and 
deleting everything after the last character in the password.

I've used ghex (yum install ghex) (ghex2 /path/to/.credentials)

You'll find anything before the last password character (in my case was 
0A (represented as a dot (.) ) in the ascii panel. Then goto the Ascii 
view (the right) and delete that dot, the (0A in hex becomes 0).

That worked for me and this is being mounted on reboot without problems.

Tell here if this worked for you.

Best

Samuel Contesse escribió:
> Hi,
>
> I've the same problem on RHEL 5.4 after samba update. I almost tried  
> everything but I had to switch to -username=...,-password=... to get  
> CIFS mount point to work. I opened a case which has been closed  
> because a second system also running on RHEL 5.4 works with this update.
>
> Hope they will fix this issue...
>
> Sam
>
> On 1 nov. 2009, at 12:38, José María Terry Jiménez  
>  wrote:
>
>   
>> Hello all,
>>
>> This morning i updated my CentOS (5.4) and that included:
>>
>> samba-3.0.33-3.14.el5.i386.rpm
>> samba-client-3.0.33-3.14.el5.i386.rpm
>> samba-common-3.0.33-3.14.el5.i386.rpm
>> samba-swat-3.0.33-3.14.el5.i386.rpm
>>
>> I have several mounts if fstab using a .credentials file that worked
>> until i rebooted with this updates.
>>
>> I remember time ago was an issue with the format of credentials file
>> (something about a LF at the end or something else)
>>
>> I've checked the file, added spaces between "=", added a line at the
>> end, between username and passwd... but it doesn't work, i always  
>> get an
>> error like (when i do mount -a):
>> mount error 13 = Permission denied
>> Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
>>
>> (this is repeated for every CIFS share mounted in fstab)
>>
>> If i mount it "by hand" it works fine:
>> # mount -tcifs -ousername= //192.168.0.100/x /media/x
>> Password:
>>
>> And then, if i do a mount -a then works! (until i reboot, of course)
>>
>> # mount -a
>> #
>>
>> Do anyone knows what is happening?
>>
>> Best,
>> Jose Maria
>>
>> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>> Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
>> AntiVirus: ClamAV 0.95.2/9971 - Sun Nov  1 03:25:12 2009
>> by Markus Madlener @ http://www.copfilter.org
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>   


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/9971 - Sun Nov  1 03:25:12 2009
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Problem mounting CIFS shares with credential file after SAMBA update

2009-11-01 Thread José María Terry Jiménez
Hello all,

This morning i updated my CentOS (5.4) and that included:

samba-3.0.33-3.14.el5.i386.rpm
samba-client-3.0.33-3.14.el5.i386.rpm
samba-common-3.0.33-3.14.el5.i386.rpm
samba-swat-3.0.33-3.14.el5.i386.rpm

I have several mounts if fstab using a .credentials file that worked 
until i rebooted with this updates.

I remember time ago was an issue with the format of credentials file 
(something about a LF at the end or something else)

I've checked the file, added spaces between "=", added a line at the 
end, between username and passwd... but it doesn't work, i always get an 
error like (when i do mount -a):
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

(this is repeated for every CIFS share mounted in fstab)

If i mount it "by hand" it works fine:
# mount -tcifs -ousername= //192.168.0.100/x /media/x
Password:

And then, if i do a mount -a then works! (until i reboot, of course)

# mount -a
#

Do anyone knows what is happening?

Best,
Jose Maria

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/9971 - Sun Nov  1 03:25:12 2009
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EMC CX4 Clariion

2009-10-27 Thread Terry Polzin
On Tuesday 27 October 2009 13:00, Antonio da Silva Martins Junior wrote:
> Hi,
>
>We had received a new EMC storage (Clariion CX4) and the EMC analist has
> told us that CentOS aren't on their support list, but RHEL are :)
>
>Well anybody on the list has a CentOS host talking (iSCSI) with an EMC
> storage, preferably using the EMC Powerpath software, and can talk about
> you experience? Or I will need to buy some REHL licenses ?
>
>I'll put my hands on it only next week, but I'm trying to get prepared
> to do it :)
>
>Thanks in advance,
>
Stay away from powerpath, use dm-multipath.  It will take some configuration, 
but once done smoother than power path you won't have to rpm -e && rpm -ivh 
powerpath with each kernel update
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: pager pay

2009-10-13 Thread Terry Polzin
On Tuesday 13 October 2009 12:28, Alan McKay wrote:
> Hey folks,
>
> I'm trying to compare my small company's policy against other
> companies out there.   We pay 10% of your per-hour salary equivalent
> per every hour you carry it, whether it goes off or not.  So for
> example someone making $55K/year works out to about $27 / hour (I
> think), so they'd get $2.70 for every hour they carry the pager
> outside of regular work hours.   We are a company of about 25 people.
>
> My old employer Nortel still does it this way :
> - $27.50 for every 8 hour shift you carry it, outside of regular work
> hours. - any page is billed at time-and-a-half, minimum 1 hour billed
> - any page requiring you to go into work, is billed at time-and-a-half
> with a 3 hour min
>
> I have a buddy at IBM and while it varies by group, his group does this :
> - $30/day for carrying it, whether it goes off or not
> - every page gets billed at time-and-a-half, minimum 30 minutes
>
> Anyone else want to share theirs?
>
> thanks,
> -Alan


Pager pay, whatever you get is gravy.


pgpVDl28iGIix.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendpage package

2009-09-17 Thread Terry Polzin
On Thursday 17 September 2009 12:23, Bowie Bailey wrote:
> Is sendpage or some other alphanumeric paging program available from one
> of the repos for CentOS 5?  I've checked rpmforge and epel.  I just
> wanted to check to see if it might be available somewhere else before I
> resort to building from source.
Distributed as a tar file www.sendpage.org.

Are you sending to pagers or cell phones?

I just echo a message and pipe it to mail  cellpho...@cellcarrier.com and that 
work to get text messages to cell phones.


pgpW3vaxaXNyj.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: hardware newbie p9115-505

2009-08-13 Thread Terry Polzin
On Thursday August 13 2009, Fajar Priyanto wrote:
> On Thu, Aug 13, 2009 at 5:28 PM, Geoff Galitz wrote:
> >> The second options is to use the serial port on the machine itself
> >> (you will need a null-modem cable for this). Then using things like
> >> minicom or hyperterminal you can access the console.
> >
> > On the off-chance you are using a Vista laptop to connect via the serial
> > port, you can use putty (usually used as an SSH client) to connect.
> > Hyperterminal was pulled from Vista.
> >
> > I use putty for serial port access regularly.
>
> Thanks for all the responses.
> I'll try the serial console. Wow, I've never expected there is such a
> server that is treated like some kind of appliance that doesn't need a
> normal server I/O. Thanks for the smitty password too, that's cool to
> know.
You might also be able to add a "graphics adapter"  if you have a slot 
available, basically a supported vga card.  By default a p505 doesn't come 
with one since it's only a 1U box.  My p505 is attached to an HMC  and has a 
single partition on it which I use as my NIM 



signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Building a kernel without kabichk

2009-04-14 Thread Terry Hull

On 4/14/09 3:12 AM, in article
bfa89a870904140112s490d223ch440cf009d20e8...@mail.gmail.com, "Akemi Yagi"
 wrote:

> On Mon, Apr 13, 2009 at 8:08 PM, Terry Hull  wrote:
>> 
>> 
>> On 4/13/09 7:01 PM, in article
>> bfa89a870904131701i2afd9b41j78b53b0611a9e...@mail.gmail.com, "Akemi Yagi"
>>  wrote:
> 
>> The patches I need to make do break kABI.  I just have not yet applied them.
>> I was trying to get the base kernel to build before I added the complexity
>> of patching it.
> 
>>> If the build still fails, please post the last portion of the error
>>> log (or e-mail the whole log file to me).
>> 
>> I have attached a compressed log file.  The errors seem to be in the build
>> of OCFS.
> 
> Thanks for the err log file. From the looks of it, the error is in the
> code itself as you noted.  So, that should have nothing to do with
> kABI.
> 
> I checked my own log for the kernel 128.1.6 building but did not see
> anything (warnings and such) relating to ocfs2.  You mentioned " have
> NOT installed any patches that will break KABI".  Have you installed
> any patches at all, that is, patches that do not break kABI ?  If so,
> would any of them touch the ocfs code?
> 
> Akemi

It may also be of note that I've done this on two separate machines.  I
guess I'm a little puzzled by this.  It must be true that very few people
actually have to turn off kABI, or this would have come up before.  I know
that I can turn off ocfs in the .config and see if there is anything else
that does not build correctly.
 
--
Terry Hull
Network Resource Group, Inc.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Building a kernel without kabichk

2009-04-14 Thread Terry Hull

On 4/14/09 3:12 AM, in article
bfa89a870904140112s490d223ch440cf009d20e8...@mail.gmail.com, "Akemi Yagi"
 wrote:

> On Mon, Apr 13, 2009 at 8:08 PM, Terry Hull  wrote:
>> 
>> 
>> On 4/13/09 7:01 PM, in article
>> bfa89a870904131701i2afd9b41j78b53b0611a9e...@mail.gmail.com, "Akemi Yagi"
>>  wrote:
> 
>> The patches I need to make do break kABI.  I just have not yet applied them.
>> I was trying to get the base kernel to build before I added the complexity
>> of patching it.
> 
>>> If the build still fails, please post the last portion of the error
>>> log (or e-mail the whole log file to me).
>> 
>> I have attached a compressed log file.  The errors seem to be in the build
>> of OCFS.
> 
> Thanks for the err log file. From the looks of it, the error is in the
> code itself as you noted.  So, that should have nothing to do with
> kABI.
> 
> I checked my own log for the kernel 128.1.6 building but did not see
> anything (warnings and such) relating to ocfs2.  You mentioned " have
> NOT installed any patches that will break KABI".  Have you installed
> any patches at all, that is, patches that do not break kABI ?  If so,
> would any of them touch the ocfs code?
> 
> Akemi
No, I have not added any patches at all to the source.  I just modified the
.spec file and compiled with the --without kabichk option.  I also did not
have any trouble building the kernel as long as kabichk was enabled.
-- 
Terry Hull
Network Resource Group, Inc. President


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Building a kernel without kabichk

2009-04-13 Thread Terry Hull


On 4/13/09 8:23 PM, in article
b7e478370904131823q239fb3dsd4629d1ec6361...@mail.gmail.com, "Kwan Lowe"
 wrote:

> On Mon, Apr 13, 2009 at 6:53 PM, Terry Hull  wrote:
>> I¹m trying to build a 2.6.18-128.1.6.el5 kernel without kabichk.  I have
>> downloaded the sources, installed the compiler, etc and ran the following
>> command
>> 
>> rpmbuild  -bb --target=`uname -m`  --without kabichk --with baseonly
>> --without debug \
>> --without debuginfo kernel-2.6.spec.
>> 
>> I had modified the .SPEC file according to the WIKI page
>> http://wiki.centos.org/HowTos/Custom_Kernel
> 
> For the most part, the build instructions on the link work for me. The
> only changes I do is to install rpmdevtools first, then run
> rpmdev-setuptree to create the rpmbuild directories and .rpmmacros
> file. The x86_64 also had a requirement for the unifdef package.
Did you get it to build with kabichk turned off?

I had gotten older packages to build as below, but 128.1.6 was giving
errors.  I can get the kernel to build with kabichk turned on with no real
problems.  Also here are the kernel packages I have installed (plus the
source of course.)

rpm -qa | grep kernel
kernel-2.6.18-92.el5
kernel-devel-2.6.18-128.1.6.el5
kernel-headers-2.6.18-128.1.6.el5
kernel-2.6.18-128.1.6.el5
kernel-2.6.18-92.1.22.el5SCST - This was the one that I built and it worked

> 
>> I have NOT installed any patches that will break KABI, but I am wanting to
>> patch the kernel for SCST, and that will do it.  Currently, I¹m just trying
>> to get the beast to build.  I have been successful getting this to work on
>> older versions like 2.6.18-92.1.22, but I have not had success with
>> ­128.1.6.  l. I have not worried about build errors at this point, because
>> I¹m hoping someone can say, ³Just do this, and all will be well.²
>> 
>> I am relatively new to CentOS / RedHat, but I do have a significant amount
>> of Linux experience building kernels.
>> 
>> I am now trying to see if I can get the kernel to build with kabi in place.
>> 
>> 
>> Any pointers would be greatly appreciated.  TIA.
> 
> Any errors?
Yes, this one from my stderr capture:

In file included from fs/ocfs2/ocfs2.h:45,
 from fs/ocfs2/alloc.c:34:fs/ocfs2/endian.h:26: error:
redefinition of 'le16_add_cpu'
include/linux/byteorder/generic.h:174: error: previous definition of
'le16_add_cpu' was herefs/ocfs2/endian.h:31: error: redefinition of
'le32_add_cpu'
include/linux/byteorder/generic.h:179: error: previous definition of
'le32_add_cpu' was herefs/ocfs2/endian.h:41: error: redefinition of
'be32_add_cpu'
include/linux/byteorder/generic.h:195: error: previous definition of
'be32_add_cpu' was here
make[2]: *** [fs/ocfs2/alloc.o] Error 1
make[1]: *** [fs/ocfs2] Error 2
make: *** [fs] Error 2
make: *** Waiting for unfinished jobs

That was all I found.

-- 
Terry Hull
Network Resource Group, Inc. President


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Building a kernel without kabichk

2009-04-13 Thread Terry Hull
I¹m trying to build a 2.6.18-128.1.6.el5 kernel without kabichk.  I have
downloaded the sources, installed the compiler, etc and ran the following
command

rpmbuild  -bb --target=`uname -m`  --without kabichk --with baseonly
--without debug \
--without debuginfo kernel-2.6.spec.

I had modified the .SPEC file according to the WIKI page
http://wiki.centos.org/HowTos/Custom_Kernel

I have NOT installed any patches that will break KABI, but I am wanting to
patch the kernel for SCST, and that will do it.  Currently, I¹m just trying
to get the beast to build.  I have been successful getting this to work on
older versions like 2.6.18-92.1.22, but I have not had success with
­128.1.6.  l. I have not worried about build errors at this point, because
I¹m hoping someone can say, ³Just do this, and all will be well.²

I am relatively new to CentOS / RedHat, but I do have a significant amount
of Linux experience building kernels.

I am now trying to see if I can get the kernel to build with kabi in place.

Any pointers would be greatly appreciated.  TIA.

-- 
Terry Hull
Network Resource Group, Inc. President


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Latest updates break b43 wireless [RESOLVED]

2009-04-02 Thread Terry Polzin
On Wednesday April 1 2009, Terry Polzin wrote:
> Can't connect to network even with no security.  Is this possibly a
> firmware issue?


It would appear that wpa_supplicant has a new option (-u) to enable 
functionality with NetworkManager.  I found it in 
the /etc/sysconfig/wpa_supplicant.rpmnew file


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Latest updates break b43 wireless

2009-04-01 Thread Terry Polzin
Can't connect to network even with no security.  Is this possibly a firmware 
issue?


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Sierrawireless 597c

2008-09-17 Thread Terry Polzin
Anyone on the list been able to get one of these to be seen by usb as a modem?

lsusb lists it incorrectly, but I can manually load the sierra and usbserial 
modules.  Me thinks they aren't quite up to support for this device yet,

Thanks for any input,

Terry


pgpGfsBKojje0.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] gv

2008-09-12 Thread Terry Polzin
Where can I find gv for centos 5.x


pgpiz7uIapRex.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centralized patch management

2008-07-16 Thread Terry
On Wed, Jul 16, 2008 at 8:28 AM, Robert Moskowitz <[EMAIL PROTECTED]> wrote:
> Terry wrote:
>>
>> Hello,
>>
>> I have been asked to come up with a strategy for centralized patch
>> management of our linux servers.  Today, this is only centos and rhel.
>>   What is everyone else doing in this arena?
>
> Set up a local repo and point all your systems to it.
>

Our issue isn't bandwidth.  Our issue is controlling which patches are
to be deployed and at what time.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] centralized patch management

2008-07-16 Thread Terry
Hello,

I have been asked to come up with a strategy for centralized patch
management of our linux servers.  Today, this is only centos and rhel.
   What is everyone else doing in this arena?

Thanks!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Three Identical systems - short cut to setting up the drives?

2008-07-03 Thread Terry Polzin
On Thursday July 3 2008, Robert Moskowitz wrote:
> I am building three identical systems.  Well they will have different
> host names, and with time the software setups will drift.  But at
> install time they are identical.
>
> Is there some way, (with dd I might guess) to do a hardare level copy?
>
> All three drives are Hitachi DK23DA-40F (40Gb).  Supposedly factory
> reconditioned (they are in sealed bags with a drive sticker stating:
> "Refurbished to Hitachi Global Storage Technologies Specifications").
>
> I would want to copy the paritition table and my 3 partitions (/boot,
> swap, LVM (/ and /home ext3 partitions in the LVM)) and all their contents.
>
> Thing is I only have one USB drive enclosure so I would be running from
> the drive I want to copy from.
>
> I would hope this is faster than 2 more installs.
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

Kickstart the system 2 & 3 after the install on #1


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] USB Wireless device for CentOS?

2008-06-15 Thread Terry Polzin
On Sunday June 15 2008, MHR wrote:
> I need to get a wireless device for an upcoming trip (USB is
> preferable to PCMCIA for a long list of reasons) and I'm wondering if
> anyone has any experience with or recommendations for such items,
> particularly which ones work with Linux/CentOS.  Right now I'm
> debating between a reasonably cheap Belkin 54G and a slightly more
> expensive Netgear 54G.
>
> Thanks.
>
> mhr
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

Anything that has the Zydas chip set just works so long as you've installed 
the firmware which I believe is available with v4x, 5x as an RPM


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent Help Required!!!!!!!!!!!

2008-06-12 Thread Terry Polzin
On Thursday June 12 2008, rajeev sharma wrote:
So what's the urgency?

Sounds like your system hasn't ever been up so it isn't down.

The archives for all the major distributions (RedHat, Fedora. CentOS, Ubuntu) 
have addressed your questions many times.  Not to mention that these 
distributions wikis and FAQs have address these issues as well

Your issues appear to be.

1) What images to download
2) How to burn these images to that they are bootable from windows
3) How to set the CMOS boot order so it boots from the CD or DVD media (once 
it's properly burned)

This is not an URGENT HELP issue this is a "I didn't research a thing and want 
to be led by the hand" issue.


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Tape operation

2008-05-15 Thread Terry Polzin
On Thursday May 15 2008, Anne Wilson wrote:
> On Thursday 15 May 2008 07:34, John R Pierce wrote:
> > I recommend buying some commercial tape backup software..   freeware for
> > tape is woefully poor.
>
> Not so.  Take a look at Amanda.  Runs under linux, can handle backup for
> whole network (multiple domains, too, I think) and is utterly reliable.  It
> can backup to disk, tape or whatever.
>
> Anne
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

I second the AMANDA recommendation if you are on a budget


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] system-config-display wrongly sets up Viewsonic VG730m monitor

2008-02-18 Thread Terry Polzin
On Monday 18 February 2008 12:24, Anne Wilson wrote:
> I originally set up this monitor with an analogue lead.  Everything seemed
> fine, so I didn't check xorg.conf at all.  Then I bought a digital lead,
> and since then the monitor blinks.  Running system-config-display
> identifies it as a 1280 x 1084 CRT monitor.  It is an LCD monitor.
>
> That model is not on the drop-down list, so assuming that a specific driver
> wasn't available for it, I tried telling system-config-display that it is a
> generic LCD 1280 x 1024 monitor - restarted X, then went back to
> system-config-display, where it showed up as a CRT monitor.
>
> The refresh rate set was way outside the manufacturer's recommendations
> (1280 x 1024 @ 60Hz). so I tried manually setting refresh rates to match
> the manual's recommendations.  At the moment my xorg.conf has
>
>  ### Comment all HorizSync and VertSync values to use DDC:
> Identifier   "Monitor0"
> ModelName"Monitor 1280x1024"
>  ### Comment all HorizSync and VertSync values to use DDC:
> HorizSync60.0 - 72.0
> VertRefresh  60.0 - 72.0
> Option  "dpms"
> EndSection
>
> Section "Device"
> Identifier  "Videocard0"
> Driver  "nv"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Videocard0"
> Monitor"Monitor0"
> DefaultDepth 16
> SubSection "Display"
> Viewport   0 0
> Depth 24
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth 16
> EndSubSection
> EndSection
>
> Attached is the relevant part of the specification page.  Any advice,
> please?
>
> Anne
Have you tried running system-config-display --reconfig?

The reconfig argument starts with a fresh config file and seems to detect the 
hardware better.


pgpBwm3gVnsIk.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VPNC

2008-02-07 Thread Terry Polzin
On Wednesday 06 February 2008 22:29, fred smith wrote:
> On Wed, Feb 06, 2008 at 01:22:45PM -0500, Terry Polzin wrote:
> > What's the best bet for getting vpnc on v5.1?
> >
> > Compile from cource, DAG repo, other repo?
> >
> > Compiled from source I can't seem to get a response from the target.
>
> I built it from source and it works fine for me.
>
> For most sites.
>
> There are some to which it won't connect, or to which I cannot login
> or ping after it connects. For those few I use the real cisco client,
> as much as I don't like to.
>
> Do you have your .conf file, for the site in question, set up correctly?
> If you have a .pcf file for it, you can convert it with 'pcf2vpnc' into
> a vpnc .conf file.
Actually, now that I'm home it works fine.  Thanks for the response.


pgp4A34ufnUtK.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] VPNC

2008-02-06 Thread Terry Polzin
What's the best bet for getting vpnc on v5.1?

Compile from cource, DAG repo, other repo?

Compiled from source I can't seem to get a response from the target.

THANKS,

Terry


pgpHR2HtS2NBC.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos