From info at eaglerecruiting.net Sat May 24 19:26:49 2008 From: info at eaglerecruiting.net (Mike H) Date: Sat May 24 19:28:16 2008 Subject: Process Engineer #1139 Message-ID: <2898AE16691848E88B957F03595178E3@OwnerPC> Eagle Recruiting has identified your resume as a potential match for the job below. Please do the following immediately if you are interested: A: Read the job description carefully to see if you meet the requirements. B: Answer the questions at the bottom of the page. C: No applicant will be reviewed without 1) Resume, in a Microsoft Word or comparable format; 2) Completed questionnaire, below. Position Title: Process Engineer #1139 Salary Range : $50k to $55k Relocation: Yes Location: Osceola , Arkansas Function Become proficient in the manufacturing processes. Assist machine operators with special orders. Become project manager for manufacturing programs that optimize key measurables of the company, such as on-time performance, scrap, productivity, safety, or quality. Duties and Responsibilities 1. Project and continuous improvement. Become project manager forprograms that optimize key measurables working with teams to enhance measurables. Assigned to a troubled work center for a period of time to concentrate on improvements. 2. Scheduling. Become familiar with scheduling operations sufficient to understand the work center loading and its relevance to any improvements. 3. Machine operation. Learn how to operate a mill and taping machines representing the core operations at the facility ensuring the knowledge to implement optimization programs for quality, productivity, and safety of processes and products. 4. Safety. Supports company safety objectives by promoting safety awareness and watching for and correcting unsafe work practices. 5. Other duties. Follows any other job-related instructions and performs any other special projects requested by management. Position Specifications: Bachelor's degree in Engineering. 0 to Four (4) years of industrial experience. Windows based word processing applications and spreadsheets; Microsoft Office preferred. Mechanical aptitude and ability to use basic hand tools, report writing, telephone and communication skills. Infrequent travel up to 2-3 days/month. Ability to use the following equipment: Various hand tools including wrenches, pliers, and bolt cutters. Material handling equipment including forklifts, hand trucks, and hoists. Micrometer. Office equipment including a telephone, calculator, personal computer, copier, and fax machine. QUESTIONNAIRE: ==CUT & PASTE from here to reply== Bottom Line 1. Bachelor's degree in Engineering. 2. 1 to 8 years of industrial experience (not more) in process or quality engineering. 3. Windows based word processing applications and spreadsheets. 4. Local, Regional or good reason to go to the area. 1. Do you have a Bachelors degree in Engineering? (Must) Yes/Field: ________________ No _____ Explain: 2. Do you have 1 to 8 years of industrial experience (not more) in process or quality engineering? (Must) Yes/Process ____ #Years: Yes/Quality ____ #Years: No _____ Explain: 3. Have you used Windows based word processing applications and spreadsheets? (Must) Yes ____ No ____ Explain: 4. Are you local to Osceola , Arkansas , or do you have a strong reason to relocate there? Local ______ Relocate/Reason: ____________________ No _______ Explain: 5. What's your current/desired compensation? Current $_________ Desired $__________ Explain: 6. How many employers have you worked for in the last 5 years? # ____ Explain: 7. What is your US residency status? US Citizen_____ Permanent Resident (Green Card) _____ H1-B Visa _____ Other (explain): Note: It is normal if you don't hear from us immediately, but you WILL be contacted immediately IF our client companies show interest! Thanks! Reference JOB ID #1139 and reply with your full resume to: Mike H info@eaglerecruiting.net Eagle Recruiting 615-860-3029 From rajkumars at gmail.com Wed May 28 11:30:50 2008 From: rajkumars at gmail.com (Rajkumar S) Date: Wed May 28 11:30:53 2008 Subject: Separating make.conf options into CONF_BUILD, CONF_INSTALL and CONF_WORLD for NanoBSD Message-ID: <64de5c8b0805280403n78a160axc627a7ada0465a3f@mail.gmail.com> Hi, I am experimenting with NanoBSD and have a make.conf like NO_GCOV=YES NO_GDB=YES NO_GPIB=YES NO_HESIOD_LIBC=YES NO_HTML=YES NO_I4B=YES NO_INFO=YES NO_IPFILTER=YES NO_KERBEROS=YES NO_KLDLOAD=YES NO_LPR=YES NO_MAILWRAPPER=YES NO_MAN=YES NO_MODULES=YES and so on.... NanoBSD expects these options to be split into 3 sets, like CONF_BUILD, CONF_INSTALL and CONF_WORLD. I could not find a way to segregate the make.conf options into these 3 sets. Given an option how can I determine in which set it falls? raj From eugen at kuzbass.ru Wed May 28 12:49:49 2008 From: eugen at kuzbass.ru (Eugene Grosbein) Date: Wed May 28 12:49:56 2008 Subject: Separating make.conf options into CONF_BUILD, CONF_INSTALL and CONF_WORLD for NanoBSD In-Reply-To: <64de5c8b0805280403n78a160axc627a7ada0465a3f@mail.gmail.com> References: <64de5c8b0805280403n78a160axc627a7ada0465a3f@mail.gmail.com> Message-ID: <20080528122140.GA2144@svzserv.kemerovo.su> On Wed, May 28, 2008 at 04:33:53PM +0530, Rajkumar S wrote: > and so on.... > > NanoBSD expects these options to be split into 3 sets, like > CONF_BUILD, CONF_INSTALL and CONF_WORLD. I could not find a way to > segregate the make.conf options into these 3 sets. Given an option how > can I determine in which set it falls? You really do not need to split the set, just define CONF_WORLD only and put all your knobs there. This is the safest way. Do otherwise only when you exactly know what are you doing. Eugene Grosbein