Monday, May 6, 2013

changelog of rpm package on cenos




[root@1inux ~]# rpm -q --changelog kernel-2.6.32-358.6.1.el6.x86_64 | egrep -i '82574'
- [netdrv] e1000e: Remove special case for 82573/82574 ASPM L1 disablement (Dean Nelson) [819103]
- [netdrv] e1000e: Disable ASPM L1 on 82574 (Dean Nelson) [819103]
- [netdrv] e1000e: Resolve intermittent negotiation issue on 82574/82583. (Dean Nelson) [819103]
- [netdrv] e1000e: Enable DMA Burst Mode on 82574 by default. (Dean Nelson) [819103]
- [netdrv] e1000e: 82574/82583 Tx hang workaround (Dean Nelson) [737713]

rsync with delete option and different ssh port

How to rsync e.g PIPELINE dir from Source to Destination? #rsync -avzr   --delete-before  -e "ssh -p $portNumber"  /local...