Questions and answers about how to do stuff
			
		
		
			
				
																			
								SPQRInc 							 
									
		Posts:  10 Joined:  27 Mar 2015 17:11 
		
						
					
													
							
						
									
						Post 
					 
								by SPQRInc  28 Mar 2015 09:18 
			
			
			
			
			
			Hello,
I would like to ask, if it is possible to use the yum-update on efa without crashing the software.
And: If I do auto-updates (Efa) - are custom changes on postfix's main.cf overwritten?
Thanks and have a nice weekend 
 
		 
				
		
		 
	 
				
		
		
			
				
								shawniverson 							 
									
		Posts:  3783 Joined:  13 Jan 2014 23:30Location:  Indianapolis, Indiana USA
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by shawniverson  29 Mar 2015 01:08 
			
			
			
			
			
			If you run yum update...here's the safer method...
Code: Select all 
yum --exclude="kernel* mysql* postfix* mailscanner* clamav* clamd*" update
Auto updates should leave main.cf intact as it uses the above yum update as well.
 
		 
				
		
		 
	 
				
				
		
		
			
				
																			
								mitgib 							 
									
		Posts:  9 Joined:  27 Mar 2015 14:28Location:  Rock Hill SC
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by mitgib  30 Mar 2015 03:38 
			
			
			
			
			
			shawniverson wrote: If you run yum update...here's the safer method...
Code: Select all 
yum --exclude="kernel* mysql* postfix* mailscanner* clamav* clamd*" update
Auto updates should leave main.cf intact as it uses the above yum update as well.
Even safer would be to edit /etc/yum.conf and add the following
Code: Select all 
exclude=kernel* mysql* postfix* mailscanner* clamav* clamd*
This way you are not fumbling for the wiki page on every update, but why would you not update the kernel? Unless you are also using ksplice or kernelcare or one of the other kernel patching services.
 
		 
				
		
		 
	 
				
		
		
			
				
								shawniverson 							 
									
		Posts:  3783 Joined:  13 Jan 2014 23:30Location:  Indianapolis, Indiana USA
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by shawniverson  30 Mar 2015 11:11 
			
			
			
			
			
			Adding this to yum.conf will cause problems down the road when these packages are actually targeted for update.
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								ZimboKraut 							 
									
		Posts:  17 Joined:  19 Jun 2015 16:17 
		
						
					
													
							
						
									
						Post 
					 
								by ZimboKraut  23 Sep 2015 07:25 
			
			
			
			
			
			Hi there,
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								darky83 							 
						Site Admin 			
		Posts:  544 Joined:  30 Sep 2012 11:03Location:  eFa
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by darky83  23 Sep 2015 16:38 
			
			
			
			
			
			It should be, I run a few systems on bare hardware and did a number of kernel upgrades without issue.