From owner-freebsd-questions@freebsd.org Sun Apr 24 02:08:38 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21319B12547 for ; Sun, 24 Apr 2016 02:08:38 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by mx1.freebsd.org (Postfix) with ESMTP id B4B67150A for ; Sun, 24 Apr 2016 02:08:36 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp118-210-182-127.lns20.adl6.internode.on.net (HELO leader.local) ([118.210.182.127]) by ipmail06.adl2.internode.on.net with ESMTP; 24 Apr 2016 11:32:53 +0930 Subject: Re: Sane way to resolve potential conflicts in the system To: Carmel , freebsd-questions@freebsd.org References: <20160423162910.7cd2ede2@curlew.lan> From: Shane Ambler Message-ID: <571C294B.3020907@ShaneWare.Biz> Date: Sun, 24 Apr 2016 11:32:51 +0930 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 02:08:38 -0000 On 24/04/2016 01:58, Carmel wrote: > On Sat, 23 Apr 2016 19:02:13 +0300, Odhiambo Washington stated: > >> I will need to look into this because I use a mixture of portupgrade >> and pkg on this system. Scary? > > That is one of the reasons I avoid packages. I have several ports that > require custom configurations, such as Postfix, Dovecot and a few > others. It just doesn't pay for me to mix packages and ports. There > just isn't any upside. The package system is just to juvenile right now. > Until it matures, I will stay with ports. > That is where poudriere fits in. If you build your own packages with poudriere you can build them with your own set of options. You can either do a manual make config with the options saved to files matching /var/db/ports/*/options or you can use a custom make.conf with lines like mail_postfix_SET= DOCS PGSQL TLS And it will build quicker than using ports as it can build many ports in parallel based on the dependencies for each, where ports only builds one at a time. If you want the slower build on a working server you can disable or reduce multiple builds. -- FreeBSD - the place to B...Software Developing Shane Ambler From owner-freebsd-questions@freebsd.org Sun Apr 24 05:34:58 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73D1CB19585 for ; Sun, 24 Apr 2016 05:34:58 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S14.hotmail.com (blu004-omc2s14.hotmail.com [65.55.111.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4BC1946 for ; Sun, 24 Apr 2016 05:34:57 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP169 ([65.55.111.73]) by BLU004-OMC2S14.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 23 Apr 2016 22:33:50 -0700 X-TMN: [VLB/RMAooZMFL2ZSX1RlJS9WaOvNUdjH] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: Does HP DeskJet 1112 work with lpd on FreeBSD 10.2 amd64 ? To: Polytropon References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Sun, 24 Apr 2016 11:02:38 +0530 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20160423190136.e92c98e3.freebsd@edvax.de> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160423-1, 24-04-2016), Outbound message X-Antivirus-Status: Clean X-OriginalArrivalTime: 24 Apr 2016 05:33:48.0023 (UTC) FILETIME=[E0398870:01D19DEA] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 05:34:58 -0000 On Sat, 23 Apr 2016 19:40:28 +0530, Manish Jain wrote: >> My /etc/rc.conf does have : >> >> cupsd_enable="YES" >> >> So I presume cupsd is getting started at boot time. > Don't presume. Verify. :-) > > > >> This is what I have in /usr/local/etc/cups/cupsd.conf : >> >> LogLevel info >> >> # Administrator user group... >> SystemGroup wheel >> >> # Listen for connections on Port 631. >> Port 631 >> #Listen localhost:631 >> Listen /var/run/cups.sock > > Those lines should probably be the following: > > Listen localhost:631 > Listen /var/run/cups.sock > > That's probably the reason why you cannot access the CUPS web interface. > Keep in mind there are also CLI tools: lpadmin, cupsenable, cupsaccept > and so on. > > I got a HP Deskjet F380 all-in-one working with CUPS few years ago, and > all components (even the scanner) work. Make sure CUPS is actually really > running. There's also a /var/log/cups directory with log files where you > can check the events. > > > Hi Polytropon, Thanks for replying. You are right. cupsd is not starting. At boot time, I get a message like : /etc/rc : Failed to start cupsd Warning : failed to read /usr/local/etc/cups/cupsd.conf I will try and fix this on my own, but may need some more help from you if my efforts alone are not enough. Regards Manish Jain From owner-freebsd-questions@freebsd.org Sun Apr 24 05:44:00 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 995E2B19821 for ; Sun, 24 Apr 2016 05:44:00 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC4S19.hotmail.com (blu004-omc4s19.hotmail.com [65.55.111.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56C531CC8 for ; Sun, 24 Apr 2016 05:43:59 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP188 ([65.55.111.136]) by BLU004-OMC4S19.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 23 Apr 2016 22:42:53 -0700 X-TMN: [XQOezcPZr5UYXgTsnxwyYcsjl2WTWYDU] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Lost my gnome3/gdm boot-time window To: Tijl Coosemans References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423165902.29d9950c@kalimero.tijl.coosemans.org> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Sun, 24 Apr 2016 11:11:19 +0530 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20160423165902.29d9950c@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160423-1, 24-04-2016), Outbound message X-Antivirus-Status: Clean X-OriginalArrivalTime: 24 Apr 2016 05:42:30.0121 (UTC) FILETIME=[176B5D90:01D19DEC] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 05:44:00 -0000 On 23-Apr-16 20:29, Tijl Coosemans wrote: > On Sat, 23 Apr 2016 19:40:28 +0530 Manish Jain wrote: >> On 04/23/16 18:03, Tijl Coosemans wrote: >>> On Sat, 23 Apr 2016 17:47:33 +0530 Manish Jain wrote: >>>> On 04/20/16 14:52, Tijl Coosemans wrote: >>>>> On Tue, 19 Apr 2016 18:42:01 +0530 Manish Jain wrote: >>>>>>> CUPS works nice for many years on my FreeBSD systems, actually CURRENT. >>>>>>> Why you can't get it to do anything on your system? matthias >>>>>> Thanks for responding. So my question becomes "Has anyne got HP DeskJet >>>>>> 1112 to work with CUPS on a FreeBSD 10.2 amd64 box ?" >>>>> You need to install print/hplip. Then you can either use the graphical >>>>> setup tool HP Device Manager, or the CUPS web interface at >>>>> http://localhost:631/. If you use the CUPS interface you need to select >>>>> the printer model at some point. Your printer will be listed as >>>>> "HP Deskjet 1110 Series, hpcups 3.16.2". >>>> This is what I get when I try to open up the cups web interface in my >>>> browser even after installing apache24 : >>>> >>>>> Chromium's connection attempt to*localhost*was rejected >>>> What could I be missing here ? hplip package was installed, along with >>>> all its dependencies. >>>> >>>> This is what I get in dmesg : >>>> >>>> ulpt0: on usbus2 >>>> ulpt0: using bi-directional mode >>>> >>>> So the printer is being detected, just as you stated. A little bit more >>>> help, and I could fire up my printout page. Perhaps something to do with >>>> httpd.conf ? Or perhaps /usr/local/etc/cups/cupsd.conf ? >>> Is the CUPS daemon actually running? Add cupsd_enable="YES" to /etc/rc.conf >>> and run 'service cupsd start'. Also, CUPS uses its own http server so you >>> don't need Apache. >> Thanks for replying. >> >> My /etc/rc.conf does have : >> >> cupsd_enable="YES" >> >> So I presume cupsd is getting started at boot time. >> >> This is what I have in /usr/local/etc/cups/cupsd.conf : > I suspect this is for an older version of CUPS. Try renaming this file > for now and copy cupsd.conf.sample (in the same directory) to cupsd.conf. > Then restart cupsd using 'service cupsd restart'. If that works you can > enable printer sharing as documented here: > https://www.cups.org/documentation.php/doc-2.1/sharing.html > > Hi Tijl, 'pkg upgrade cups' has led to a loss of some of my gnome3 components and now the gdm boot-time window has disappeared, on account of which gnome-session is not starting. I would not like to reinstall the whole OS, so can you now please help me with fixing this ? Would you like me to send you the results the list of all installed packages on my system, as returned by 'pkg info' ? Thanks for your help. Regards Manish Jain From owner-freebsd-questions@freebsd.org Sun Apr 24 06:44:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0FC9B1913F for ; Sun, 24 Apr 2016 06:44:19 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2191E9E for ; Sun, 24 Apr 2016 06:44:17 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id u3O6i1UY040016; Sun, 24 Apr 2016 08:44:02 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: Does HP DeskJet 1112 work with lpd on FreeBSD 10.2 amd64 ? To: Manish Jain , Tijl Coosemans References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <571B8254.7080201@hotmail.com> Cc: freebsd-questions@freebsd.org From: Bernt Hansson Message-ID: <571C6B32.7060702@bananmonarki.se> Date: Sun, 24 Apr 2016 08:44:02 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 06:44:19 -0000 On 2016-04-23 16:16, Manish Jain wrote: > Some more diagnostics : > > This is what I get when I run hp-setup : > > warning: Fax setup disabled - Python 2.3+ required. > Searching... (bus=usb, search=(None), desc=0) > error: Failed to run the /usr/local/sbin/lsusb command > error: No devices found on bus: usb Never mind that error. It's for linux. From owner-freebsd-questions@freebsd.org Sun Apr 24 08:39:49 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06496B120C4 for ; Sun, 24 Apr 2016 08:39:49 +0000 (UTC) (envelope-from bounce@adadvertorials.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E7684103D for ; Sun, 24 Apr 2016 08:39:48 +0000 (UTC) (envelope-from bounce@adadvertorials.com) Received: by mailman.ysv.freebsd.org (Postfix) id E23A6B120C3; Sun, 24 Apr 2016 08:39:48 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1D92B120BD for ; Sun, 24 Apr 2016 08:39:48 +0000 (UTC) (envelope-from bounce@adadvertorials.com) Received: from zpanel.adadvertorials.com (adadvertorials.com [128.199.115.159]) by mx1.freebsd.org (Postfix) with ESMTP id 85C7A103C for ; Sun, 24 Apr 2016 08:39:47 +0000 (UTC) (envelope-from bounce@adadvertorials.com) Received: by zpanel.adadvertorials.com (Postfix, from userid 0) id 0C00810463C; Sun, 24 Apr 2016 16:21:50 +0800 (SGT) To: questions@FreeBSD.org Subject: [URGENT)27th April..Can you make it.? X-PHP-Originating-Script: 33:email.php Message-ID: <9470ebaafefa4eabef4967b83fa5ff95@adadvertorials.com> Date: Sun, 24 Apr 2016 15:08:45 +0800 From: "Christopher Goh~" Reply-To: Christopher.goh@adadvertorials.com MIME-Version: 1.0 X-Mailer-LID: 3,4,5,10,2,19,1,29,20,13,21,17,12,16,15 X-Mailer-RecptId: 485694 X-Mailer-SID: 39 X-Mailer-Sent-By: 1 Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 08:39:49 -0000 Hi Hope you've been have a great Sunday.. I'm actually about to head out to a friend's kids birthday party with the family, but before I head out, I really had to drop you a brief email about this.. Cuz it's really important.. 27th April 2016... We're closing down and this is my final email about our fr,ee Qoo10 & Lazada course... If you haven't registered you can do so here Andrew Tan, a powerseller on Qoo10 & Lazada is going to expose all the industry trade secrets.. So if you have any interest whatsoever in building your own empire on Qoo10 & Lazada, or if you'replaning to do anything something for an additional income for yourself in 2-3 months time, but don't know where or what to start on.. You have to take the time to come down, you won't regret it.. If you can spare 3 hours, I promise you'll bring back some great information.. that will help you on your journey.. End day, It's FR,EE Anyway...So There's Nothing For You To Lose And So Much More To Gain.. I really hope you manage to come down, as we don't know when we'll be running the next one... Come say "Hi" if you see me... Stay motivated & talk soon Chris P.S.If you see the 'CLOSED" sign in our registration page here ==>check it out That means we are no longer taking in any more registrations.. So I suggest that you register now and block off your time and actually commit to yourself to come down for your fre,e Qoo10 training. This is the last and final training we have. check it out If you no longer wish to hear from me or receive strategies for improving your life, I'll be confused, lost, and lonely. C'mon, how often do you take time out to think about your life and business? And how often do you hear it from expert sources? That's what I'm trying to help you with. But, if you must go, I understand. I hope our paths cross again. Click this link to unsubscribe: http://adadvertorials.com/unsubscribe.php?M=485694&C=873560a37e5a426f073c0aed860f6e52&L=29&N=39 From owner-freebsd-questions@freebsd.org Sun Apr 24 09:26:14 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B402B19620 for ; Sun, 24 Apr 2016 09:26:14 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC4S31.hotmail.com (blu004-omc4s31.hotmail.com [65.55.111.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABCAA1114 for ; Sun, 24 Apr 2016 09:26:13 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP136 ([65.55.111.137]) by BLU004-OMC4S31.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 24 Apr 2016 02:25:06 -0700 X-TMN: [Jbg4FQlcMtOA+kbqEJUuOMve4f+t8/fO] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: Lost my gnome3/gdm boot-time window To: Tijl Coosemans References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423165902.29d9950c@kalimero.tijl.coosemans.org> <571C5C7F.60008@hotmail.com> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Sun, 24 Apr 2016 14:53:23 +0530 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <571C5C7F.60008@hotmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160424-0, 24-04-2016), Outbound message X-Antivirus-Status: Clean X-OriginalArrivalTime: 24 Apr 2016 09:24:57.0380 (UTC) FILETIME=[2B017640:01D19E0B] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 09:26:14 -0000 On 24-Apr-16 11:11, Manish Jain wrote: > On 23-Apr-16 20:29, Tijl Coosemans wrote: >> On Sat, 23 Apr 2016 19:40:28 +0530 Manish Jain >> wrote: >>> On 04/23/16 18:03, Tijl Coosemans wrote: >>>> On Sat, 23 Apr 2016 17:47:33 +0530 Manish Jain >>>> wrote: >>>>> On 04/20/16 14:52, Tijl Coosemans wrote: >>>>>> On Tue, 19 Apr 2016 18:42:01 +0530 Manish Jain >>>>>> wrote: >>>>>>>> CUPS works nice for many years on my FreeBSD systems, actually >>>>>>>> CURRENT. >>>>>>>> Why you can't get it to do anything on your system? matthias >>>>>>> Thanks for responding. So my question becomes "Has anyne got HP >>>>>>> DeskJet >>>>>>> 1112 to work with CUPS on a FreeBSD 10.2 amd64 box ?" >>>>>> You need to install print/hplip. Then you can either use the >>>>>> graphical >>>>>> setup tool HP Device Manager, or the CUPS web interface at >>>>>> http://localhost:631/. If you use the CUPS interface you need to >>>>>> select >>>>>> the printer model at some point. Your printer will be listed as >>>>>> "HP Deskjet 1110 Series, hpcups 3.16.2". >>>>> This is what I get when I try to open up the cups web interface in my >>>>> browser even after installing apache24 : >>>>>> Chromium's connection attempt to*localhost*was rejected >>>>> What could I be missing here ? hplip package was installed, along >>>>> with >>>>> all its dependencies. >>>>> >>>>> This is what I get in dmesg : >>>>> >>>>> ulpt0: >>>>> on usbus2 >>>>> ulpt0: using bi-directional mode >>>>> >>>>> So the printer is being detected, just as you stated. A little bit >>>>> more >>>>> help, and I could fire up my printout page. Perhaps something to >>>>> do with >>>>> httpd.conf ? Or perhaps /usr/local/etc/cups/cupsd.conf ? >>>> Is the CUPS daemon actually running? Add cupsd_enable="YES" to >>>> /etc/rc.conf >>>> and run 'service cupsd start'. Also, CUPS uses its own http server >>>> so you >>>> don't need Apache. >>> Thanks for replying. >>> >>> My /etc/rc.conf does have : >>> >>> cupsd_enable="YES" >>> >>> So I presume cupsd is getting started at boot time. >>> >>> This is what I have in /usr/local/etc/cups/cupsd.conf : >> I suspect this is for an older version of CUPS. Try renaming this file >> for now and copy cupsd.conf.sample (in the same directory) to >> cupsd.conf. >> Then restart cupsd using 'service cupsd restart'. If that works you can >> enable printer sharing as documented here: >> https://www.cups.org/documentation.php/doc-2.1/sharing.html >> >> > > Hi Tijl, > > 'pkg upgrade cups' has led to a loss of some of my gnome3 components > and now the gdm boot-time window has disappeared, on account of which > gnome-session is not starting. I would not like to reinstall the whole > OS, so can you now please help me with fixing this ? > > Would you like me to send you the results the list of all installed > packages on my system, as returned by 'pkg info' ? > > Thanks for your help. > > Regards > Manish Jain > Here is some additional debugging info : 'pkg -sa' returns : Checking all packages: 55% linux_base-c6-6.6_6: checksum mismatch for /compat/linux/etc/ld.so.cache Checking all packages: 62% p5-XML-SAX-0.99_2: checksum mismatch for /usr/local/lib/perl5/site_perl/XML/SAX/ ParserDetails.ini Checking all packages: 100% 'pkg -sa' returns : par2cmdline-tbb is missing a required shared library: libtbb.so No gnome-3 packages mismatch. But it is gnome3+gdm that I have lost (mostly). I set 'gnome_enable=NO' in rc.conf, and manually ran startx (which I presume executes gnome-session). I get a gnome window with no panels and menus. So how do I recover my gnome3 ? Here is the list of packages on my system, as returned by 'pkg -info' : ImageMagick-6.9.3.7_2,1 Image processing tools ORBit2-2.14.19_1 High-performance CORBA ORB with support for the C language OpenEXR-2.2.0_5 High dynamic-range (HDR) image file format Thunar-1.6.10_1 Xfce file manager WordNet-3.0_3 Dictionaries and thesauri with devel. libraries (C, TCL) and browsers aalib-1.4.r5_11 ASCII art library accerciser-3.14.0_1 Interactive Python accessibility explorer for GNOME accountsservice-0.6.40 D-Bus interface for user account query and manipulation adwaita-icon-theme-3.16.2.2 GNOME Symbolic Icons aisleriot-3.16.2 Collection of patience games written in guile scheme alacarte-3.11.91_2 Freedesktop compliant menu editor for GNOME alpine-2.20_1 Mail and news client descended from Pine alsa-lib-1.1.1 ALSA compatibility library alsa-plugins-1.1.1 ALSA compatibility library plugins apache24-2.4.20_1 Version 2.4.x of Apache web server apcupsd-3.14.13 Set of programs for controlling APC UPS apg-2.3.0b_4 Automated password generator appres-1.0.4 Program to list application's resources appstream-glib-0.4.1 Library to help with AppStream metadata apr-1.5.2.1.5.4 Apache Portability Library argyllcms-1.7.0_1 ICC compatible color management system artha-1.0.3_1 Free cross-platform English thesaurus asciidoc-8.6.9_4 Text document format for writing short documents and man pages aspell-0.60.6.1_5 Spelling checker with better suggestion logic than ispell aspell-ispell-0.60.6.1 Ispell compatibility script for aspell at-spi2-atk-2.16.0 Assisted Technology Provider module for GTK+ at-spi2-core-2.16.0 Assistive Technology Service Provider Interface atk-2.18.0 GNOME accessibility toolkit (ATK) atkmm-2.22.7 C++ wrapper for ATK API library atomix-3.16.0 Yet another little mind game audacity-2.1.1_2 GUI editor for digital audio waveforms aumix-2.9.1 Audio mixer for X11, terminal, or command line autoconf-2.69 Automatically configure source code on many Un*x platforms autoconf-archive-0.2015.02.24 Set of useful GNU Autoconf macros autoconf-wrapper-20131203 Wrapper script for GNU autoconf autoconf213-2.13.000227_6 Automatically configure source code on many Un*x platforms (legacy 2.13) autogen-5.18.4_2 Tool designed to simplify the creation and maintenance of programs automake-1.15_1 GNU Standards-compliant Makefile generator automake-wrapper-20131203 Wrapper script for GNU automake automoc4-0.9.88_4 Automatic moc for Qt 4 packages avahi-app-0.6.31_5 Service discovery on a local network avahi-gtk3-0.6.31_3 Gtk+ 3 library to the Avahi mDNS system avahi-header-0.6.31 Install an avahi-gtk* header to avoid conflict babl-0.1.14 Dynamic pixel format conversion library baobab-3.16.1 GNOME 3 graphical directory tree analyzer bash-4.3.42_1 The GNU Project's Bourne Again SHell bdftopcf-1.0.5 Convert X font from BDF to PCF bigreqsproto-1.1.2 BigReqs extension headers binutils-2.25.1 GNU binary tools bison-2.7.1,1 Parser generator from FSF, (mostly) compatible with Yacc bitmap-1.0.8 Bitmap editor and converter utilities for X bitstream-vera-1.10_7 Bitstream Vera TrueType font collection bittorrent-libutp-0.20130514_1 The uTorrent Transport Protocol library and sample utilities boehm-gc-7.4.2_4 Garbage collection and memory leak detection for C and C++ boehm-gc-threaded-7.4.2_4 Garbage collection and memory leak detection for C and C++ bogofilter-1.2.4_5 Fast, teachable, learning spam detector boost-jam-1.55.0 Build tool from the boost.org boost-libs-1.55.0_9 Free portable C++ libraries (without Boost.Python) bootstrap-openjdk-r351880_1 Oracle's Java 6 virtual machine release under the GPL v2 brasero-3.12.1_1 CD/DVD mastering tool for the GNOME desktop ca_root_nss-3.20.1 Root certificate bundle from the Mozilla Project cairo-1.14.6,2 Vector graphics library with cross-device output support cairomm-1.10.0_3 C++ interface to cairo cantarell-fonts-0.0.16 Cantarell, a Humanist sans-serif font family caribou-0.4.18.1 Gnome On-Screen keyboard cdrdao-1.2.3_5 Record CD-R[W]s in disk-at-once mode cdrtools-3.00_2 CD/DVD/BluRay and ISO-9660 image creation and extraction tools celt-0.11.3_2 The CELT ultra-low delay audio codec cheese-3.18.1 Photobooth-inspired app for taking pictures and videos from webcam chmlib-0.40_1 Library for dealing with Microsoft ITSS/CHM format files chromium-49.0.2623.112 Google web browser based on WebKit clang36-3.6.2 C, Objective-C, and C++ compiler clutter-1.22.4 OpenGL based interactive canvas library clutter-gst-2.0.16 Clutter GStreamer integration clutter-gst3-3.0.10 Clutter GStreamer integration clutter-gtk3-1.6.2 GTK+ Integration library for Clutter cmake-3.4.1 Cross-platform Makefile generator cmake-modules-3.4.1 Modules and Templates for CMake cmus-2.6.0_3 Console-based music player with really cool features cogl-1.20.0_1 Clutter OpenGL abstraction library colord-1.2.11 Manage color profiles to accurately color input/output devices colord-gtk-0.1.26 Manage color profiles to accurately color input/output devices compositeproto-0.4.2 Composite extension headers consolekit-0.4.5_4 Framework for defining and tracking users coreutils-8.23 Free Software Foundation core utilities cracklib-2.9.4 Password-checking library crafty-open-default-23.8 Chess program for playing and analyzing games cscope-15.8b Interactive C program browser ctags-5.8 Feature-filled tagfile generator for vi and emacs clones cups-2.1.3_2 Common UNIX Printing System curl-7.46.0_1 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers cuse4bsd-kmod-0.1.36 Cuse4BSD character device loopback driver for userspace cvsps-2.1_1 Create patchset information from CVS cyrus-sasl-2.1.26_12 RFC 2222 SASL (Simple Authentication and Security Layer) daemontools-0.76_17 Service monitoring and logging utilities by djb damageproto-1.2.1 Damage extension headers db5-5.3.28_3 The Oracle Berkeley DB, revision 5.3 dbus-1.8.20 Message bus system for inter-application communication dbus-glib-0.104 GLib bindings for the D-BUS messaging system dconf-0.24.0_1 Configuration database system for GNOME dconf-editor-3.16.1 Configuration database editor for GNOME ddd-3.3.12_1 Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB dee-1.2.7_1 Model to synchronize multiple instances over DBus dejavu-2.35 Bitstream Vera Fonts clone with a wider range of characters desktop-file-utils-0.22_3 Couple of command line utilities for working with desktop entries devhelp-3.16.1 Developer help browser for GNOME 3 dht-0.22 Mainline variant of Kademlia Distributed Hash Table (DHT) dialog4ports-0.1.5_2 Console Interface to configure ports djvulibre-3.5.25.3_3 DjVu base libraries and utilities dmidecode-3.0 Tool for dumping DMI (SMBIOS) contents in human-readable format dmxproto-2.3.1 DMX extension headers docbook-1.5 Meta-port for the different versions of the DocBook DTD docbook-sgml-4.5_1 DocBook SGML DTD docbook-to-man-1.0_2 DocBook SGML DTD into nroff/troff -man macros converter docbook-utils-0.6.14_13 Generates various output formats from DocBook SGML documents docbook-xml-5.0_3 DocBook XML DTD docbook-xsl-1.76.1_2 XSL DocBook stylesheets dotconf-1.3_1 Simple, powerful configuration-file parser dri-11.0.8,2 OpenGL hardware acceleration drivers for the DRI dri2proto-2.8 DRI2 prototype headers droid-fonts-ttf-20131024_3 The Droid typeface family dsssl-docbook-modular-1.79_1,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dvd+rw-tools-7.1_1 DVD burning software e2fsprogs-1.42.12_2 Utilities & library to manipulate ext2/3/4 filesystems e2fsprogs-libuuid-1.42.12 UUID library from e2fsprogs package eigen-3.2.7 Lightweight library for vector and matrix math ekiga-4.0.1_8 VoIP and video conferencing application empathy-3.12.11_1 GNOME IM client based around telepathy en-aspell-7.1.0_1 Aspell English dictionaries en-gimp-help-html-2.8.1_2 GIMP User Manual in English enca-1.13_1 Detect encoding of text files enchant-1.6.0_5 Dictionary/spellchecking framework encodings-1.0.4_3,1 X.Org Encoding fonts eog-3.18.2 The Eye Of Gnome image viewer eog-plugins-3.16.3 Plug-ins for the Eye of GNOME image viewer application epiphany-3.16.3_1 Extremely lightweight and simple web browser for GNOME 3 esound-0.2.41_3 Sound library for enlightenment package espeak-1.48.04_1 Software speech synthesizer evieext-1.1.1 XEVIE extension headers evince-3.18.2 GNOME 3 multi-format document viewer evolution-data-server-3.16.5 Data backends for the Evolution integrated mail/PIM suite exempi-2.2.2 Port of Adobe XMP SDK to work on UNIX exiv2-0.24_2,1 Exif, IPTC, and XMP metadata manipulation library and tools expat-2.1.0_3 XML 1.0 parser written in C faad2-2.7_5,1 MPEG-2 and MPEG-4 AAC audio decoder fairymax-4.8V.9 Chess engine for shatranj, courier chess, and others farsight2-0.0.31_3 Collection of GStreamer modules and libraries for videoconferencing farstream-0.2.7 Collection of GStreamer modules and libraries for videoconferencing ffmpeg-2.8.6_2,1 Realtime audio/video encoder/converter and streaming server fftw3-3.3.3_2 Fast C routines to compute the Discrete Fourier Transform fftw3-float-3.3.3_2 Fast Discrete Fourier Transform (Single Precision C Routines) file-roller-3.16.4,1 Archive manager for zip files, tar, etc five-or-more-3.16.1 Form a line of 5 or more colored balls fixesproto-5.0 Fixes extension headers flac-1.3.1_1 Free lossless audio codec flex-2.6.0 Fast lexical analyzer generator flock-2.19 Manage locks from shell scripts folks-0.11.1 library to aggregates people from multiple sources font-adobe-100dpi-1.0.3_3 X.Org Adobe 100dpi font font-adobe-75dpi-1.0.3_3 X.Org Adobe 75dpi font font-adobe-utopia-100dpi-1.0.4_3 X.Org Adobe Utopia 100dpi font font-adobe-utopia-75dpi-1.0.4_3 X.Org Adobe Utopia 75dpi font font-adobe-utopia-type1-1.0.4_3 X.Org Adobe Utopia Type1 font font-alias-1.0.3_3 X.Org Font aliases font-arabic-misc-1.0.3_3 X.Org miscellaneous Arabic fonts font-bh-100dpi-1.0.3_3 X.Org Bigelow Holmes 100dpi font font-bh-75dpi-1.0.3_3 X.Org Bigelow Holmes 75dpi font font-bh-lucidatypewriter-100dpi-1.0.3_3 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font font-bh-lucidatypewriter-75dpi-1.0.3_3 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font font-bh-ttf-1.0.3_3 X.Org Bigelow & Holmes TTF font font-bh-type1-1.0.3_3 X.Org Bigelow Holmes Type1 font font-bitstream-100dpi-1.0.3_3 X.Org Bitstream Vera 100dpi font font-bitstream-75dpi-1.0.3_3 X.Org Bitstream Vera 75dpi font font-bitstream-type1-1.0.3_3 X.Org Bitstream Vera Type1 font font-cronyx-cyrillic-1.0.3_3 X.Org Cronyx Cyrillic font font-cursor-misc-1.0.3_3 X.Org miscellaneous Cursor fonts font-daewoo-misc-1.0.3_3 X.Org miscellaneous Daewoo fonts font-dec-misc-1.0.3_3 X.Org miscellaneous Dec fonts font-ibm-type1-1.0.3_3 X.Org IBM Type1 font font-isas-misc-1.0.3_3 X.Org miscellaneous ISAS fonts font-jis-misc-1.0.3_3 X.Org miscellaneous JIS fonts font-micro-misc-1.0.3_3 X.Org miscellaneous Micro fonts font-misc-cyrillic-1.0.3_3 X.Org miscellaneous Cyrillic font font-misc-ethiopic-1.0.3_3 X.Org miscellaneous Ethiopic font font-misc-meltho-1.0.3_3 X.Org miscellaneous Meltho font font-misc-misc-1.1.2_3 X.Org miscellaneous Misc fonts font-mutt-misc-1.0.3_3 X.Org miscellaneous Mutt fonts font-schumacher-misc-1.1.2_3 X.Org miscellaneous Schumacher fonts font-screen-cyrillic-1.0.4_3 X.Org Screen Cyrillic font font-sony-misc-1.0.3_3 X.Org miscellaneous Sony fonts font-sun-misc-1.0.3_3 X.Org miscellaneous Sun fonts font-util-1.3.1 Create an index of X font files in a directory font-winitzki-cyrillic-1.0.3_3 X.Org Winitzki Cyrillic font font-xfree86-type1-1.0.4_3 X.Org XFree86 Type1 font fontcacheproto-0.1.3 Fontcache extension headers fontconfig-2.11.1_1,1 XML-based font configuration API for X Windows fontsproto-2.1.3,1 Fonts extension headers four-in-a-row-3.16.2 Make lines of the same color freecell-solver-3.26.0_1 Open source framework for solving Freecell freedesktop-sound-theme-0.8 Sound theme based on the FreeDesktop specification freeglut-3.0.0 open source implementation of the GLUT library freerdp-1.2.0_6 Free implementation of Remote Desktop Protocol freetype2-2.6.2 Free and portable TrueType font rendering engine frei0r-1.3_1 Minimalistic plugin API for video effects fribidi-0.19.7 Free Implementation of the Unicode Bidirectional Algorithm fusefs-libs-2.9.4 FUSE allows filesystem implementation in userspace fusefs-ntfs-2015.3.14_3 Mount NTFS partitions (read/write) and disk images fusefs-wikipediafs-0.4_1 Mount mediawikis gamin-0.1.10_8 File and directory monitoring system garcon-0.4.0_1 Freedesktop compliant menu library gbm-11.0.8 gbm library gcab-0.6 GObject library to create cabinet files gcc-4.8.5_2 GNU Compiler Collection 4.8 gcc-ecj-4.5 Eclipse Java Compiler used to build GCC Java gccmakedep-1.0.3 Create dependencies in makefiles using 'gcc -M' gconf-editor-3.0.1,1 Gconf database editor for the GNOME 3 environment gconf2-3.2.6_4 Configuration database system for GNOME gcr-3.16.0 Library for bits of crypto UI and parsing gdb-7.10_4 GNU GDB of newer version than comes with the system gdbm-1.11_2 GNU database manager gdk-pixbuf2-2.32.1 Graphic library for GTK+ gdl-3.16.0 Components intended to be shared between GNOME development tools gdm-3.16.4 GNOME 3 version of xdm display manager gedit-3.16.4 Small but powerful text editor for GNOME 3 Desktop Environment gedit-plugins-3.16.0_2 Plugins for GEdit 3 gegl-0.2.0_14 Graph based image processing framework gegl3-0.3.4_1 Graph based image processing framework geoclue-2.2.0 D-Bus service that provides location information geocode-glib-3.16.2 Convenience library for the geocoding and reverse geocoding getopt-1.1.6 Replacement for getopt(1) that supports GNU-style long options gettext-runtime-0.19.7 GNU gettext runtime libraries and programs gettext-tools-0.19.6 GNU gettext development and translation tools gfbgraph-0.2.3 GObject library for Facebook Graph API ghostscript9-agpl-base-9.16_5 Ghostscript 9.x PostScript interpreter, base part ghostscript9-agpl-x11-9.16_2 Ghostscript 9.x PostScript interpreter, X11 support giflib-5.1.1 Tools and library routines for working with GIF images gimp-2.8.16,2 The "meta-port" for The Gimp gimp-app-2.8.16,1 GNU Image Manipulation Program gimp-gutenprint-5.2.10_3 GutenPrint Printer Driver girara-0.2.5 GTK3 Interface Library for Zathura PDF Viewer git-2.6.4 Distributed source code management tool gjs-1.43.3_1 GNOME Javascript binding glade-3.18.3_3 User interface builder for GTK+ 3 glew-1.13.0 The OpenGL Extension Wrangler Library glib-2.46.2 Some useful routines of C programming (current stable version) glib-networking-2.46.1_1 Network-related giomodules for glib glib12-1.2.10_15 Some useful routines of C programming (previous stable version) glibmm-2.44.0,1 C++ interfaces for glib2 glproto-1.4.17 GLX extension headers gmake-4.1_2 GNU version of 'make' utility gmake-lite-4.1_1 Minimalist version of gnu make gmime26-2.6.20 Library (written in C) for parsing and creating messages using MIME gmixer-0.98c_6 X11/gtk+ mixer control gmp-5.1.3_2 Free library for arbitrary precision arithmetic gnome-backgrounds-3.16.0 Collection of backgrounds for GNOME gnome-calculator-3.16.2 GNOME 3 calculator tool gnome-calendar-3.16.2 Simple and beatiful calendar application for GNOME gnome-characters-3.16.2 find and insert unusual characters for GNOME 3 gnome-chess-3.16.2 Gnome chess gnome-clocks-3.18.0 Clocks for GNOME 3 gnome-color-manager-3.18.0_1 Session framework for the GNOME desktop to manage color profiles gnome-common-3.14.0_1 Common automake macros for GNOME 3 gnome-control-center-3.18.2_2 Control center for GNOME 3 project gnome-desktop-3.18.2_1 Additional UI API for GNOME 3 gnome-dictionary-3.16.2 GNOME 3 dictionary lookup application gnome-doc-utils-0.20.10_4 GNOME doc utils gnome-font-viewer-3.16.2 GNOME 3 font viewer utility gnome-games-3.16.0 Gnome games meta port gnome-icon-theme-3.12.0_1 Collection of icons for the GNOME desktop gnome-icon-theme-extras-3.12.0 Additional collection of icons for the GNOME desktop gnome-icon-theme-symbolic-3.12.0 GNOME Symbolic Icons gnome-keyring-3.16.0 Program that keeps passwords and other secrets gnome-klotski-3.16.2 Gnome klotski gnome-mahjongg-3.16.2 Gnome mahjongg gnome-maps-3.16.2 Map application for GNOME 3 gnome-menus-3.13.3 Implementation of the FreeDesktop Desktop Menu Spec gnome-mime-data-2.18.0_5 MIME and Application database for GNOME gnome-mines-3.16.1 Gnome minesweeper gnome-mount-0.8_12 Front-end to mount, umount, and eject using HAL gnome-nibbles-3.16.1 Gnome nibbles gnome-online-accounts-3.16.5 Interface provider to access the user's online accounts gnome-power-manager-3.16.1 Power management system for the GNOME Desktop gnome-pty-helper-0.40.2 utmp/wtmp/lastlog helper program for the vte Terminal widget gnome-robots-3.16.1 Gnome robots gnome-screenshot-3.16.2 GNOME 3 utility for making picutures of your screen gnome-search-tool-3.6.0 GNOME 3 file search utilities gnome-session-3.18.1.2 Session component for the GNOME 3 desktop gnome-settings-daemon-3.18.2_2 GNOME 3 settings daemon gnome-shell-3.16.4 Next generation GNOME desktop shell gnome-shell-extensions-3.16.2 GNOME desktop shell extensions gnome-sudoku-3.16.0 Sudoku game for gnome gnome-system-log-3.9.90 GNOME 3 system log viewer gnome-system-monitor-3.16.0 GNOME 3 system monitor program gnome-taquin-3.16.2 Move tiles so that they reach their places. gnome-terminal-3.18.1_1 Terminal component for the GNOME 3 Desktop gnome-tetravex-3.16.0 Gnome tetravex gnome-themes-standard-3.16.2_1 Standard themes for GNOME gnome-tweak-tool-3.16.2 Allows to tweak some hidden settings in GTK3 / GNOME3 gnome-user-docs-3.16.1 GNOME 3 users guide gnome-vfs-2.24.4_4 GNOME Virtual File System gnome-video-effects-0.4.1 Collection of Gstreamer effects gnome-weather-3.16.2.1 Weather application for GNOME 3 gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scripts gnote-3.16.2_1 C++ version of Tomboy, note taking application gnuchess-6.2.2 "Classic" Gnu Chess gnupg-2.1.11_2 The GNU Privacy Guard gnutls-3.4.10 GNU Transport Layer Security library gobject-introspection-1.44.0 Generate interface introspection data for GObject libraries gpaint-0.3.3_5 Small-scale painting program for GNOME gperf-3.0.3_1 Generates perfect hash functions for sets of keywords gpgme-1.6.0 Library to make access to GnuPG easier graphite2-1.3.8 Rendering capabilities for complex non-Roman writing systems graphviz-2.38.0_10 Graph Visualization Software from AT&T and Bell Labs grilo-0.2.12 Grilo is a framework focused on making media discovery and browsing grilo-plugins-0.2.14 Plugins for net/grilo gsettings-desktop-schemas-3.16.1 Collection of globally shared GSetting schemas gsfonts-8.11_6 Standard Fonts for Ghostscript gsl-1.16_2 The GNU Scientific Library - mathematical libs gsm-1.0.13_2 Audio converter and library for converting u-law to gsm encoding gsound-1.0.1 GObject library for playing system sounds gstreamer-0.10.36_4 Development framework for creating media applications gstreamer-ffmpeg-0.10.13_4 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.10.36_6,3 GStreamer written collection of plugins handling several media types gstreamer-plugins-a52dec-0.10.19_1,3 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer-plugins-bad-0.10.23_2,3 Bad gstreamer-plugins gstreamer-plugins-core-0.10_13 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.10.23_1,3 Gstreamer dts plugin gstreamer-plugins-dvd-0.10.19_4,3 Gstreamer dvd plugin set gstreamer-plugins-good-0.10.31_2,3 Good gstreamer-plugins gstreamer-plugins-libpng-0.10.31_2,3 Gstreamer png plugin gstreamer-plugins-mad-0.10.19_3,3 Gstreamer mp3 decoder plugin gstreamer-plugins-mp3-0.10.0_1 Gstreamer Plugins Mp3 decoder meta-port gstreamer-plugins-ogg-0.10.36_1,3 Gstreamer Ogg bitstream plugin gstreamer-plugins-pango-0.10.36_2,3 Gstreamer pango textoverlay plugin gstreamer-plugins-theora-0.10.36_1,3 Gstreamer theora plugin gstreamer-plugins-ugly-0.10.19_1,3 Ugly gstreamer-plugins gstreamer-plugins-v4l2-0.10.31_1,3 Gstreamer Video 4 Linux 2 source plugin gstreamer-plugins-vorbis-0.10.36_1,3 Gstreamer vorbis encoder/decoder plugin gstreamer-plugins-xvid-0.10.23_1,3 Gstreamer xvid plugin gstreamer1-1.6.1 Media applications framework gstreamer1-libav-1.6.0 GStreamer plug-in with many audio/video decoders/encoders gstreamer1-plugins-1.6.1 GStreamer written collection of plugins handling several media types gstreamer1-plugins-a52dec-1.6.1 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer1-plugins-bad-1.6.1 Bad gstreamer-plugins gstreamer1-plugins-core-1.4.0 Core set of typical audio and video gstreamer-plugins gstreamer1-plugins-dts-1.6.1 Gstreamer dts plugin gstreamer1-plugins-dvdread-1.6.1 Gstreamer dvdread plugin gstreamer1-plugins-good-1.6.1 Good gstreamer-plugins gstreamer1-plugins-jpeg-1.6.1 Gstreamer jpeg encoder/decoder plugin gstreamer1-plugins-mad-1.6.1 Gstreamer mp3 decoder plugin gstreamer1-plugins-ogg-1.6.1 Gstreamer Ogg bitstream plugin gstreamer1-plugins-pango-1.6.1 Gstreamer pango textoverlay plugin gstreamer1-plugins-png-1.6.1 Gstreamer png plugin gstreamer1-plugins-resindvd-1.6.1 Gstreamer resindvd plugin gstreamer1-plugins-soup-1.6.1 Gstreamer soup http src plugin gstreamer1-plugins-theora-1.6.1 Gstreamer theora plugin gstreamer1-plugins-ugly-1.6.1 Ugly gstreamer-plugins gstreamer1-plugins-v4l2-1.6.1 Gstreamer Video 4 Linux 2 source plugin gstreamer1-plugins-vorbis-1.6.1 Gstreamer vorbis encoder/decoder plugin gstreamer1-plugins-vpx-1.6.1 Gstreamer vp8 codec plugin gtar-1.28_2 GNU version of the traditional tape archiver gtk-doc-1.24 Code documentation system, originally for GTK+ gtk-sharp20-2.12.10_3 GTK+ and GNOME interfaces for the .NET runtime gtk-update-icon-cache-2.24.29 Gtk-update-icon-cache utility from the Gtk+ toolkit gtk-vnc-0.5.4_1 VNC viewer widget for GTK+ gtk-xfce-engine-3.2.0 Xfce GTK2 theme engine gtk12-1.2.10_24 Gimp Toolkit for X11 GUI (previous stable version) gtk2-2.24.29_2 Gimp Toolkit for X11 GUI (previous stable version) gtk3-3.18.8_3 Gimp Toolkit for X11 GUI (current stable version) gtkmm30-3.16.0 C++ wrapper for Gtk+3 gtksourceview2-2.10.5_4 Widget that adds syntax highlighting to GtkTextView gtksourceview3-3.16.1 Text widget that adds syntax highlighting to the GtkTextView widget gtkspell-2.0.16_5 GTK+ 2 spell checking component gtkspell3-3.0.7 GTK+ 3 spell checking component gucharmap-3.16.2 Unicode/ISO10646 character map and font viewer guile2-2.0.11_3 GNU Ubiquitous Intelligent Language for Extension gutenprint-5.2.10 The "meta-port" for GutenPrint gutenprint-base-5.2.10_1 GutenPrint Printer Driver gutenprint-ijs-5.2.10_1 GutenPrint Printer Driver gvfs-1.24.2 GNOME virtual file system hal-0.5.14_30 Hardware Abstraction Layer for simplifying device access hal-info-20091130 Additional FDI files to further classify HAL devices handbrake-0.10.2_2 Versatile DVD ripper and video transcoder harfbuzz-1.2.3 OpenType text shaping engine help2man-1.43.3_1 Automatically generating simple manual pages from program output hexcurse-1.55 Versatile ncurses-based hex editor hexedit-1.2.13 View and edit files in hexadecimal or ASCII hicolor-icon-theme-0.15 High-color icon theme shell from the FreeDesktop project highlight-3.24,2 Customizable syntax highlighter hitori-3.16.2 Hitori hunspell-1.3.3 Improved spell-checker for Hungarian and other languages i386-wine-1.6.2_10,1 32bit Microsoft Windows compatibility environment for 64bit FreeBSD iagno-3.16.2 Iagno ibus-1.5.11 Intelligent Input Bus for Linux / Unix OS iceauth-1.0.7 ICE authority file utility for X icon-naming-utils-0.8.90_1 Utilities of the Tango project icu-55.1 International Components for Unicode (from IBM) ilmbase-2.2.0 ILM Base libraries a.k.a. Half, IlmThread, Imath, and Iex imake-1.0.7,1 Imake and other utilities from X.Org indexinfo-0.2.4 Utility to regenerate the GNU info page index inputproto-2.3.1 Input extension headers intltool-0.51.0 Tools to internationalize various kinds of data files iso-codes-3.63 Lists of the country, language, and currency iso names iso8879-1986_3 Character entity sets from ISO 8879:1986 (SGML) itstool-2.0.2_1 Make XML documents translatable through po files jade-1.2.1_10 Object-oriented SGML/XML parser toolkit and DSSSL engine jam-2.5_2 Build utility like make(1) jasper-1.900.1_15 Implementation of the codec specified in the JPEG-2000 standard java-zoneinfo-2015.f Updated Java timezone definitions javavmwrapper-2.5 Wrapper script for various Java Virtual Machines jbig2dec-0.12 Decoder implementation of the JBIG2 image compression format jbigkit-2.1_1 Lossless compression for bi-level images such as scanned pages, faxes jpeg-turbo-1.4.2 SIMD-accelerated JPEG codec which replaces libjpeg json-c-0.12_2 JSON (JavaScript Object Notation) implementation in C json-glib-1.0.4 JSON (RFC 4627) interface for Glib jsoncpp-0.6.0.r2_2 JSON reader and writer library for C++ kbproto-1.0.7 KB extension headers ladspa-1.13_1 Linux Audio Developer's Simple Plugin API lame-3.99.5_2 Fast MP3 encoder kit lcms-1.19_6,1 Light Color Management System -- a color management library lcms2-2.7_2 Accurate, fast, and small-footprint color management engine libEGL-11.0.8 OpenEGL library libFS-1.0.7 The FS library libGL-11.1.2 OpenGL library that renders using GLX or DRI libGLU-9.0.0_2 OpenGL utility library libICE-1.0.9_1,1 Inter Client Exchange library for X11 libIDL-0.8.14_2 Library for creating trees of CORBA IDL files libSM-1.2.2_3,1 Session Management library for X11 libX11-1.6.3,1 X11 library libXScrnSaver-1.2.2_3 The XScrnSaver library libXTrap-1.0.1_3 The XTrap library libXau-1.0.8_3 Authentication Protocol library for X11 libXaw-1.0.13,2 X Athena Widgets library libXcomposite-0.4.4_3,1 X Composite extension library libXcursor-1.1.14_3 X client-side cursor loading library libXdamage-1.1.4_3 X Damage extension library libXdmcp-1.1.2 X Display Manager Control Protocol library libXevie-1.0.3_3 The Xevie library libXext-1.3.3_1,1 X11 Extension library libXfixes-5.0.1_3 X Fixes extension library libXfont-1.5.1,2 X font library libXfontcache-1.0.5_3 The Xfontcache library libXft-2.3.2_1 Client-sided font API for X applications libXi-1.7.6,1 X Input extension library libXinerama-1.1.3_3,1 X11 Xinerama library libXmu-1.1.2_3,1 X Miscellaneous Utilities libraries libXp-1.0.3,1 X print library libXpm-3.5.11_4 X Pixmap library libXrandr-1.5.0 X Resize and Rotate extension library libXrender-0.9.9 X Render extension library libXres-1.0.7_3 X Resource usage library libXt-1.1.5,1 X Toolkit library libXtst-1.2.2_3 X Test extension libXv-1.0.10_3,1 X Video Extension library libXvMC-1.0.9 X Video Extension Motion Compensation library libXxf86dga-1.1.4_3 X DGA Extension libXxf86misc-1.0.3_3 X XF86-Misc Extension libXxf86vm-1.1.4_1 X Vidmode Extension liba52-0.7.4_3 Free library for decoding ATSC A/52 streams, aka AC-3 libao-1.2.0_2 Portable audio output library libarchive-3.1.2_4,1 Library to create and read several streaming archive formats libart_lgpl-2.3.21_2,1 Library for high-performance 2D graphics libass-0.12.1_1 Portable ASS/SSA subtitle renderer libassuan-2.4.2 IPC library used by GnuPG and gpgme libatomic_ops-7.4.0_1 Atomic operations access library libaudiofile-0.3.6_2 Sound library for SGI audio file libbonobo-2.32.0_2 Component and compound document system for GNOME2 libbonoboui-2.24.4_3 GUI frontend to the libbonobo component of GNOME 2 libcanberra-0.30_3 Implementation of the Freedesktop sound theme spec libcanberra-gtk3-0.30_3 Implementation of the Freedesktop sound theme spec libcddb-1.3.2_4 Library to access data on a CDDB server libcdio-0.92_1 Compact Disc Input and Control Library libcdio-paranoia-10.2+0.90+1_1 Read audio from the CDROM directly as data libchamplain-0.12.10 C library aimed to provide a Gtk+ widget to display rasterized maps and markers libcheck-0.10.0 Unit test framework for C libclc-0.1.0.20150710 Required library functions for OpenCL C programming language libcroco-0.6.8_2 CSS2 parsing library libcryptui-3.12.2 GNOME application for managing encryption keys (PGP, SSH) libcue-1.4.0_2 CUE Sheet Parser Library libdaemon-0.14_1 Lightweight C library that eases the writing of UNIX daemons libdca-0.0.5_1 Free DTS Coherent Acoustics decoder libdevq-0.0.2_1 Generic Device Query and Monitor interface libdmx-1.1.3_3 DMX extension library libdrm-2.4.65_1,1 Userspace interface to kernel Direct Rendering Module services libdvdcss-1.3.99 Portable abstraction library for DVD decryption libdvdnav-5.0.3 MPlayer version of the libdvdnav project libdvdread-5.0.3 MPlayer version of the libdvdread project libedit-3.1.20150325_1 Command line editor library libepoxy-1.3.1 Library to handle OpenGL function pointer management libevent2-2.0.22_1 API for executing callback functions on events or timeouts libexif-0.6.21_4 Library to read digital camera file meta-data libexo-0.10.7 Application library for the Xfce desktop environment libfame-0.9.1_5 Video encoding library libffi-3.2.1 Foreign Function Interface libfontenc-1.1.3 The fontenc Library libfpx-1.3.1.4 Library routines for working with Flashpix images libgcrypt-1.6.4_3 General purpose crypto library based on code used in GnuPG libgd-2.1.0_7,1 Graphics library for fast creation of images libgda5-5.2.4 Provides uniform access to different kinds of data sources libgdata-0.16.1 GLib based implimentation of the GData protocol libgee-0.18.0 GObject collection library libgit2-0.23.4 Portable, pure C implementation of the Git core libgit2-glib-0.23.8 Glib wrapper library around the libgit2 git access library libglade2-2.6.4_8 GNOME glade library libglapi-11.0.8 Common GL api library used by Mesa based ports libglesv2-11.0.8 OpenGL ES v2 library libgnome-2.32.0_3 Libraries for GNOME, a GNU desktop environment libgnome-keyring-3.12.0_2 Program that keeps passwords and other secrets libgnomecanvas-2.30.3_3 Graphics library for GNOME libgnomeprint-2.18.8_3 Gnome print support library libgnomeprintui-2.18.6_3 Gnome print support library libgnomeui-2.24.4_5 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.20_1 Common error values for all GnuPG components libgphoto2-2.5.9 Universal digital camera control library libgsf-1.14.34 Extensible I/O abstraction for dealing with structured file formats libgtop-2.31.90 GNOME top library libgweather-3.16.1 Library to accessing online weather informations libgxps-0.2.3.2 GObject based library for rendering XPS documents libical-1.0.1 Implementation of the IETF Calendaring and Scheduling protocols libiconv-1.14_9 Character set conversion library libid3tag-0.15.1b_1 ID3 tags library (part of MAD project) libidn-1.31 Internationalized Domain Names command line tool libijs-0.35_5 C library that supports plugin printer driver for Ghostscript libksba-1.3.3 KSBA is an X.509 Library liblqr-1-0.4.1_8 Easy to use C/C++ seam carving library libltdl-2.4.6 System independent dlopen wrapper libmad-0.15.1b_6 Libmad library (part of MAD project) libmediaart-1.9.0 Library for handling media art libmediainfo-0.7.79 MediaInfo library libmikmod-3.3.6_2 MikMod Sound Library libmng-1.0.10_2 Multiple-image Network Graphics (MNG) reference library libmodplug-0.8.8.5_2 ModPlug mod-like music shared libraries libmspack-0.5 Library for Microsoft compression formats libmtp-1.1.10 Media Transfer Protocol (MTP) library libmusicbrainz5-5.1.0 MusicBrainz client library for audio metadata lookup libnatpmp-20140401 NAT-PMP lightweight library libnice-0.1.13 Library and transmitter that implements ICE-19 libnice-gst010-0.1.13 Library and transmitter that implements ICE-19 libnice-gst1-0.1.13 Library and transmitter that implements ICE-19 libnotify-0.7.6_1 Library for desktop notifications libntlm-1.3_2 Library that implement Microsoft's NTLM authentication liboauth-1.0.3_2 C library implementing the OAuth Core standard libogg-1.3.2_1,4 Ogg bitstream library liboil-0.3.17_3 Library of optimized inner loops liboldX-1.0.1_3 Old X library libopenraw-0.0.9_3 Library for camera RAW files decoding libpaper-1.1.24.4 Library providing routines for paper size management libpci-3.4.0 PCI configuration space I/O made easy libpciaccess-0.13.4 Generic PCI access library libpeas-1.14.0_1 Next evolution of the Gedit plugins engine libpotrace-1.12 Library for transforming bitmaps into vector graphics libproxy-0.4.6 Library that provides automatic proxy configuration management libpthread-stubs-0.3_6 This library provides weak aliases for pthread functions libpurple-2.10.11 Backend library for the Pidgin multi-protocol messaging client libpwquality-1.2.4_1 Library for generating random passwords and quality checking libquvi-scripts09-0.9.20131130 Embedded lua scripts for libquvi and utility scripts libquvi09-0.9.4_2 Cross-platform library for parsing flash media stream URLs libraw-0.17.1 Library for manipulating raw images librsvg2-2.40.12 Library for parsing and rendering SVG vector-graphic files libsamplerate-0.1.8_6 Secret Rabbit Code: a Sample Rate Converter for audio libsecret-0.18.3 Library to access the secret service API libsidplay-1.36.59_1 Commodore SID-chip emulator library to play SID music files libsigc++-2.4.1 Callback Framework for C++ libsndfile-1.0.26 Reading and writing files containing sampled sound (like WAV or AIFF) libsocialweb-0.25.21_3 Personal social data server libsoup-2.50.0 SOAP (Simple Object Access Protocol) implementation in C libsoup-gnome-2.50.0 SOAP (Simple Object Access Protocol) implementation in C libspectre-0.2.7_2 Small library for rendering Postscript documents libspiro-0.5.20150702,1 Library to convert clothoid splines into Bezier splines libssh2-1.6.0_1,2 Library implementing the SSH2 protocol libsunacl-1.0 Wrapper providing SunOS NFSv4 ACL API libtasn1-4.7 ASN.1 structure parser library libtelepathy-0.3.3_3 Flexible Communications Framework libtheora-1.1.1_6 Theora video codec for the Ogg multimedia streaming system libtool-2.4.6 Generic shared library support script libublio-20070103 User space caching library libunistring-0.9.6 Unicode string library libv4l-1.6.3_1 Video4Linux library libvdpau-1.1.1 VDPAU wrapper and tracing library libvolume_id-0.81.1 Library to provide file system type information libvorbis-1.3.5,3 Audio compression codec library libvpx-1.5.0_1 VP8/VP9 Codec SDK libwmf-0.2.8.4_15 Tools and library for converting Microsoft WMF (windows metafile) libwnck-2.30.7 Library used for writing pagers and taskslists libwnck3-3.14.0 Library used for writing pagers and taskslists libx264-0.144.2533_1 H.264/MPEG-4 AVC Video Encoding (Library) libxaw3dxft-1.6.2.d 3D Xaw (Athena Widget Set) replacement with extended fonts libxcb-1.11.1 The X protocol C-language Binding (XCB) library libxfce4menu-4.12.1_1 Widgets library for the Xfce desktop environment libxfce4util-4.12.1 Extension library for the Xfce desktop environment libxine-1.2.6_4 Libraries for xine multimedia player libxkbcommon-0.5.0_1 Keymap handling library for toolkits and window systems libxkbfile-1.0.9 XKB file library libxkbui-1.0.2_4 The xkbui library libxklavier-5.3_1,1 Utility library to make XKB stuff easier libxml++-2.34.2_2 XML API for C++ libxml2-2.9.3 XML parser library for GNOME libxshmfence-1.2 Shared memory 'SyncFence' synchronization primitive libxslt-1.1.28_8 The XSLT C library for GNOME libyaml-0.1.6_2 YAML 1.1 parser and emitter written in C libzapojit-0.0.3_1 GLib/GObject wrapper for the Skydrive and Hotmail API libzen-0.7.79 ZenLib used by MediaInfo and its library lightsoff-3.16.1.1 Gnome ligthsoff linux-c6-alsa-lib-1.0.22_2 Advanced Linux Sound Architecture libraries (Linux CentOS 6.6) linux-c6-alsa-plugins-oss-1.0.21_3 OSS plugin for ALSA (Linux CentOS 6.6) linux-c6-atk-1.30.0 Accessibility Toolkit, Linux/i386 binary (Linux CentOS 6.6) linux-c6-cairo-1.8.8_4 Vector graphics library Cairo (Linux CentOS 6.6) linux-c6-dbus-glib-0.86_2 GLib bindings for D-Bus (Linux CentOS 6.6) linux-c6-dbus-libs-1.2.24_4 Libraries for accessing D-BUS (Linux CentOS 6.6) linux-c6-expat-2.0.1_2 Linux/i386 binary port of Expat XML-parsing library (Linux CentOS 6.6) linux-c6-fontconfig-2.8.0_1 XML-based font configuration API for X Windows (Linux CentOS 6.6) linux-c6-gdk-pixbuf2-2.24.1 RPM of the gdk-pixbuf lib (Linux CentOS 6.6) linux-c6-gtk2-2.24.23_1 GTK+ library, version 2.X (Linux CentOS 6.6) linux-c6-hicolor-icon-theme-0.5_3 High-color icon theme shell from the FreeDesktop project linux-c6-jpeg-1.2.1_1 RPM of the JPEG lib (Linux CentOS 6.6) linux-c6-pango-1.28.1_2 Pango library (Linux CentOS 6.6) linux-c6-png-1.2.49_2 RPM of the PNG lib (Linux CentOS 6.6) linux-c6-tiff-3.9.4_1 TIFF library (Linux CentOS 6.6) linux-c6-xorg-libs-7.4_3 Xorg libraries (Linux CentOS 6.6) linux-sublime-3.0.83_1 Sophisticated text editor for code, markup and prose linux_base-c6-6.6_6 Base set of packages needed in Linux mode for i386/amd64 (Linux CentOS 6) linuxfdisk-2.11z Fdisk, a partition tables manipulator, from util-linux llvm36-3.6.2_2 Low Level Virtual Machine loudmouth-1.5.3 Lightweight Jabber client library lua52-5.2.4 Small, compilable scripting language providing easy access to C code luit-1.1.1 Locale and ISO 2022 support for Unicode terminals lynx-2.8.8.2_3,1 Non-graphical, text-based World-Wide Web client lzo2-2.09 Portable speedy, lossless data compression library m4-1.4.17_1,1 GNU m4 mDNSResponder-576.30.4 Bonjour (zero-configuration networking) by Apple makedepend-1.0.5,1 Dependency generator for makefiles maven-wrapper-1_2 Wrapper script for the various installations of Maven maven33-3.3.3_1 Java project management tool, 3.3.x branch mediainfo-0.7.79 Provides technical and tag information for video and audio files mesa-demos-8.3.0 OpenGL demos distributed with Mesa mime-support-3.58 MIME Media Types list miniupnpc-1.9.20151008 UPnP IGD client lightweight library mkfontdir-1.0.7 Create an index of X font files in a directory mkfontscale-1.1.2 Creates an index of scalable font files for X moc-2.5.0 Console audio player designed to be powerful and easy to use mono-4.2.1.124 Open source implementation of .NET Development Framework mousepad-0.4.0_2 Simple text editor for the Xfce Desktop mousetweaks-3.12.0 Mouse accessibility enhancements for the GNOME desktop mp3blaster-3.2.5_5 MP3 console ncurses-based player mp4v2-1.9.1_1 Library and tools to read, create, and modify mp4 files mpc-1.0.3 Library of complex numbers with arbitrarily high precision mpfr-3.1.3 Library for multiple-precision floating-point computations mpg123-1.22.4 Command-line player for MPEG Layer 1, 2, and 3 audio files mpg321-0.2.10_10 Command-line MP3 player, compatible with mpg123 mutt-1.5.24 The Mongrel of Mail User Agents (development version) mutter-3.18.3 Window and compositing manager based on Clutter mysql56-client-5.6.27 Multithreaded SQL database (client) mysql56-server-5.6.27 Multithreaded SQL database (server) nasm-2.11.08_1,1 General-purpose multi-platform x86 and amd64 assembler nautilus-3.18.5 File manager for the GNOME desktop ncftp-3.2.5 FTP client with advanced user interface neon-0.30.1 HTTP and WebDAV client library for Unix systems net-snmp-5.7.3_11 Extendable SNMP implementation nettle-3.2 Low-level cryptographic library ninja-1.6.0,2 Ninja is a small build system closest in spirit to Make npth-1.2 New GNU Portable Threads nrg2iso-0.4 Convert Nero .nrg CD-Image format to ISO nspr-4.12 Platform-neutral API for system level and libc like functions nss-3.23 Libraries to support development of security-enabled applications o3read-0.0.4 Standalone converter for the OpenOffice.org writer and scalc formats opal-3.10.10_9 VoIP abstraction library open-motif-2.3.4_2 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) opencv-core-2.4.9_3 Open Source Computer Vision library openjdk-7.91.02,1 Java Development Kit 7 openjdk8-8.66.17_1 Java Development Kit 8 openjpeg-2.1.1 Open-source JPEG 2000 codec openjpeg15-1.5.2_1 Open-source JPEG 2000 codec openldap-client-2.4.43 Open source LDAP client implementation orage-4.12.1_1 Calendar application for the Xfce Desktop orc-0.4.24_1 Library and toolset to operate arrays of data orca-3.16.3 Scriptable screen reader p11-kit-0.23.2 Library for loading and enumerating of PKCS#11 modules p5-Authen-SASL-2.16_1 Perl5 module for SASL authentication p5-Digest-HMAC-1.03_1 Perl5 interface to HMAC Message-Digest Algorithms p5-Error-0.17024 Error/exception handling in object-oriented programming style p5-Filter-1.55 Number of source filters for perl5 programs p5-GSSAPI-0.28_1 Perl extension providing access to the GSSAPIv2 library p5-IO-Socket-IP-0.37 Drop-in replacement for IO::Socket::INET supporting IPv4 and IPv6 p5-IO-Socket-SSL-2.021 Perl5 interface to SSL sockets p5-Mozilla-CA-20141217 Perl extension for Mozilla CA cert bundle in PEM format p5-Net-SMTP-SSL-1.03 SSL support for Net::SMTP p5-Net-SSLeay-1.72 Perl5 interface to SSL p5-SGMLSpm-1.03_2 Perl module for postprocessing the output from sgmls and nsgmls p5-Socket-2.021 Networking constants and support functions p5-Switch-2.17_1 Switch - A switch statement for Perl p5-URI-1.69 Perl5 interface to Uniform Resource Identifier (URI) references p5-Unicode-Map8-0.13_1 Mapping table between 8-bit chars and Unicode p5-Unicode-String-2.09_1 Perl5 modules to handle various Unicode issues p5-XML-LibXML-2.0122,1 Interface to Gnome libxml2 library p5-XML-NamespaceSupport-1.11_1 Simple generic namespace support class p5-XML-Parser-2.44 Perl extension interface to James Clark's XML parser, expat p5-XML-SAX-0.99_2 Simple API for XML p5-XML-SAX-Base-1.08_1 Base class SAX Drivers and Filters p5-XML-SAX-Expat-0.51_1 Simple API for XML p5-XML-Simple-2.22 Trivial API for reading and writing XML (esp config files) p7zip-15.09 File archiver with high compression ratio pan-0.139_3 Threaded GTK+ newsreader based on Agent for Windows pango-1.38.0 Open-source framework for the layout and rendering of i18n text pangomm-2.36.0 C++ wrapper for Pango pangox-compat-0.0.2_1 Deprecated pangoX support par2cmdline-tbb-20100203_11 Tools for using Parity v2 Archive files (tbb version) pciids-20151224 Database of all known IDs used in PCI devices pciutils-3.4.0 PCI configuration utilities pcre-8.37_4 Perl Compatible Regular Expressions library perl5-5.20.3_8 Practical Extraction and Report Language phonon-4.8.3 KDE multimedia framework pico-alpine-2.20_1 [Al]PIne's message COmposition editor and Pilot file manager pidgin-2.10.11 Pidgin multi-protocol messaging client (GTK+ UI) pinentry-0.9.5 Collection of simple PIN or passphrase entry dialogs pinentry-tty-0.9.5 Console version of the GnuPG password dialog pixman-0.34.0 Low-level pixel manipulation library pkg-1.7.2 Package manager pkg_cutleaves-20090810 Interactive script for deinstalling 'leaf' packages pkgconf-0.9.12_1 Utility to help to configure compiler and linker flags png-1.6.21 Library for manipulating PNG images podofo-0.9.3_2 PDF manipulation library and tools policykit-0.9_10 Framework for controlling access to system-wide components policykit-gnome-0.9.2_7 GNOME frontend to the PolicyKit framework polkit-0.113_1 Framework for controlling access to system-wide components polkit-gnome-0.105 GNOME frontend to the PolicyKit framework poppler-0.34.0 PDF rendering library poppler-data-0.4.7 Poppler encoding data poppler-glib-0.34.0 GLib bindings to poppler poppler-qt5-0.34.0 Qt 5 bindings to poppler poppler-utils-0.34.0 Poppler's xpdf-workalike command line utilities popt-1.16_1 Getopt(3) like library with a number of enhancements, from Redhat portaudio-19.20140130_3 Portable cross-platform Audio API portmaster-3.17.8_1 Manage your ports without external databases or languages portupgrade-2.4.14,2 FreeBSD ports/packages administration and management tool suite poudriere-3.1.10_1 Port build and test system presentproto-1.0 Present protocol specification printproto-1.0.5 Print extension headers psutils-1.17_5 Utilities for manipulating PostScript documents ptlib-2.10.10_3 Cross platform C++ library, used by OPAL pulseaudio-6.0_2 Sound server for UNIX py27-Babel-2.1.1 Collection of tools for internationalizing Python applications py27-Jinja2-2.8 Fast and easy to use stand-alone template engine py27-MarkupSafe-0.23 Implements XML/HTML/XHTML Markup safe string for Python py27-alabaster-0.7.6 Modified Kr Sphinx theme py27-apsw-3.8.0.2_2 APSW stands for Another Python SQLite Wrapper py27-astroid-1.4.3 Extension for Python compiler.ast module py27-atspi-2.16.0 Python API for the D-BUS based SPI framework py27-beautifulsoup32-3.2.1 HTML/XML Parser for Python py27-cairo-1.10.0_2 Python 2 bindings for Cairo py27-cffi-1.2.1 Foreign Function Interface for Python calling C code py27-cheetah-2.4.4_1 HTML template engine for Python py27-cryptography-1.0.2_3 Cryptographic recipes and primitives for Python developers py27-cssselect-0.9.1_1 Cssselect parses CSS3 Selectors and translates them to XPath 1.0 py27-cssutils-1.0_2,1 CSS Cascading Style Sheets library for Python py27-dateutil-2.3 Extensions to the standard Python datetime module py27-dbus-1.2.0_1 Python2 bindings for the D-BUS messaging system py27-dnspython-1.12.0 DNS toolkit for Python py27-docutils-0.12 Python Documentation Utilities py27-enum34-1.0.4 Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7 py27-feedparser-5.1.3_3 Universal feed parser written in Python py27-fusefs-0.2.1_1 FUSE Python bindings py27-gimp-2.8.16 GNU Image Manipulation Program py27-gobject-2.28.6_6 Python bindings for GObject py27-gobject3-3.16.2 Common files for the Python bindings for GObject py27-gstreamer-0.10.22_3 Python bindings for gstreamer py27-gtk2-2.24.0_4 Set of Python bindings for GTK+ py27-html5lib-0.9999999 Python based HTML parser based on the HTML5 spec py27-idna-2.0 Internationalized Domain Names in Applications (IDNA) py27-ipaddress-1.0.14 Python 3.3's ipaddress for Python 2.6 and 2.7 py27-isodate-0.5.4 ISO 8601 date/time/duration parser and formater py27-lazy-object-proxy-1.2.1 Fast and thorough lazy object proxy py27-libpeas-1.14.0 libpeas Python 2 support py27-libxml2-2.9.3 Python interface for XML parser library for GNOME py27-lxml-3.5.0 Pythonic binding for the libxml2 and libxslt libraries py27-markdown-2.4.1 Python implementation of Markdown py27-mechanize-0.2.5_1 Stateful programmatic web browsing in Python py27-netifaces-0.10.4 Getting network addresses from Python py27-notify-0.1.1_11 python bindings for libnotify py27-openssl-0.15.1 Python interface to the OpenSSL library py27-papyon-0.5.4_1 Fork of pymsn to support the telepathy MSN connection manager py27-pillow-2.9.0 Fork of the Python Imaging Library (PIL) py27-ply-3.8 Python Lex-Yacc py27-psutil-3.3.0 Process utilities module for Python py27-pyasn1-0.1.9 ASN.1 toolkit for Python py27-pycparser-2.10 C parser in Python py27-pycrypto-2.6.1_1 Python Cryptography Toolkit py27-pygments-2.0.2 Syntax highlighter written in Python py27-pyparsing-2.0.5 General parsing module for Python py27-pystemmer-1.3.0_1 Snowball Stemming Algorithms for Information Retrieval py27-pytz-2015.7,1 World Timezone Definitions for Python py27-qt4-core-4.11.4,1 Python bindings for the Qt4 toolkit, QtCore module py27-qt4-dbussupport-4.11.4_1 Qt event loop support for dbus-python py27-qt4-gui-4.11.4,1 Python bindings for the Qt4 toolkit, QtGui module py27-qt5-core-5.5.1 Python bindings for the Qt5 toolkit, QtCore module py27-qt5-gui-5.5.1 Python bindings for the Qt5 toolkit, QtGui module py27-qt5-network-5.5.1 Python bindings for the Qt5 toolkit, QtNetwork module py27-qt5-printsupport-5.5.1 Python bindings for the Qt5 toolkit, QtPrintSupport module py27-qt5-svg-5.5.1 Python bindings for the Qt5 toolkit, QtSvg module py27-qt5-webkit-5.5.1 Python bindings for the Qt5 toolkit, QtWebKit module py27-qt5-webkitwidgets-5.5.1 Python bindings for the Qt5 toolkit, QtWebKitWidgets module py27-qt5-widgets-5.5.1 Python bindings for the Qt5 toolkit, QtWidgets module py27-qt5-xmlpatterns-5.5.1 Python bindings for the Qt5 toolkit, QtXmlPatterns module py27-rdflib-4.2.1_1 Python library for RDF manipulation py27-setuptools27-19.2 Python packages installer py27-sip-4.17,1 Python to C and C++ bindings generator py27-six-1.9.0 Python 2 and 3 compatibility utilities py27-snowballstemmer-1.2.0_1 Snowball stemming library collection for Python py27-sparqlwrapper-1.6.2 SPARQL endpoint interface to Python py27-sphinx-1.3.1_2 Python documentation generator py27-sphinx_rtd_theme-0.1.8 Mobile-friendly py-sphinx theme py27-sqlite3-2.7.11_7 Standard Python binding to the SQLite3 library (Python 2.7) py27-telepathy-butterfly-0.5.15_2 MSN Connection Manager for Telepathy Framework py27-telepathy-python-0.15.19_1 Python bindings for the Telepathy framework py27-tkinter-2.7.11_6 Python bindings to the Tk widget set (Python 2.7) py27-utils-0.4.0 General utility modules that simplify common programming in Python py27-wrapt-1.10.6 Decorators, wrappers and monkey patching py27-xdg-0.25 Python 2 library to access freedesktop.org standards py27-yenc-0.3 yenc decoding module for Python in C py34-atspi-2.16.0 Python3 API for the D-BUS based SPI framework py34-cairo-1.10.0_3 Python 3 bindings for Cairo py34-dbus-1.2.0_1 Python3 bindings for the D-BUS messaging system py34-gobject3-3.16.2_1 Common files for the Python bindings for GObject py34-libpeas-1.14.0 libpeas Python 3 support py34-setuptools34-19.2 Python packages installer py34-xdg-0.25_1 Python 3 library to access freedesktop.org standards pydbus-common-1.2.0_1 Common files for the Python bindings for the D-BUS messaging system pygobject3-common-3.16.2 Common files for the Python bindings for GObject pylint-py27-1.5.1 Analyzes python source code looking for bugs and signs of poor quality python-2.7_2,2 The "meta-port" for the default version of Python interpreter python2-2_3 The "meta-port" for version 2 of the Python interpreter python27-2.7.11_1 Interpreted object-oriented programming language python3-3_3 The "meta-port" for version 3 of the Python interpreter python34-3.4.3_2 Interpreted object-oriented programming language qpdf-5.1.2_1 Command-line tools for transforming and inspecting PDF documents qqwing-1.3.3_1 Sudoku generating and solving software qscintilla2-2.9.1,1 Qt 4 port of the Scintilla C++ editor class qscintilla2-qt5-2.9.1 Qt 5 port of the Scintilla C++ editor class qt4-assistant-4.8.7 Qt 4 documentation browser qt4-clucene-4.8.7 Qt bindings for the CLucene full-text search library qt4-corelib-4.8.7_2 Qt core non-graphical module qt4-dbus-4.8.7 Qt D-Bus inter-process communication module qt4-declarative-4.8.7 Qt declarative framework for dynamic user interfaces qt4-designer-4.8.7 Qt 4 graphical user interface designer qt4-doc-4.8.7 Qt documentation qt4-gui-4.8.7_1 Qt graphical user interface module qt4-help-4.8.7 Qt online help integration module qt4-iconengines-4.8.7 Qt SVG icon engine qt4-imageformats-4.8.7 Qt plugins for several image formats qt4-inputmethods-4.8.7 Qt input methods qt4-moc-4.8.7_1 Qt Meta-Object Compiler qt4-network-4.8.7 Qt network module qt4-opengl-4.8.7 Qt OpenGL support module qt4-qmake-4.8.7 Qt Makefile generator qt4-qt3support-4.8.7 Qt 3 compatibility module qt4-script-4.8.7 Qt scripting module qt4-sql-4.8.7 Qt SQL database integration module qt4-sqlite-plugin-4.8.7_2 Qt SQLite 3 database plugin qt4-svg-4.8.7 Qt SVG support module qt4-testlib-4.8.7 Qt unit testing module qt4-webkit-4.8.7 Qt WebKit implementation qt4-xml-4.8.7 Qt SAX and DOM implementations qt4-xmlpatterns-4.8.7 Qt support for XPath, XQuery, XSLT and XML Schema qt5-buildtools-5.4.1 Qt build tools qt5-core-5.4.1_2 Qt core non-graphical module qt5-dbus-5.4.1 Qt D-Bus inter-process communication module qt5-gui-5.4.1_2 Qt graphical user interface module qt5-imageformats-5.5.1_1 Qt plugins for additional image formats qt5-network-5.4.1 Qt network module qt5-opengl-5.4.1 Qt 5-compatible OpenGL support module qt5-printsupport-5.4.1 Qt print support module qt5-qmake-5.4.1_2 Qt Makefile generator qt5-qml-5.4.1 Qt QML and JavaScript language module qt5-quick-5.4.1 Qt declarative framework for dynamic user interfaces qt5-sql-5.4.1 Qt SQL database integration module qt5-svg-5.4.1 Qt SVG support module qt5-testlib-5.4.1 Qt unit testing module qt5-webkit-5.5.1_1 Qt WebKit implementation qt5-widgets-5.4.1 Qt C++ widgets module qt5-xml-5.4.1 Qt SAX and DOM implementations qt5-xmlpatterns-5.4.1 Qt support for XPath, XQuery, XSLT and XML Schema quadrapassel-3.16.1 Gnome quadrapassel qzeitgeist-0.8.0_2 Qt 4 wrapper library around the Zeitgeist D-Bus API randrproto-1.5.0 Randr extension headers raptor-1.4.21_5 RDF Parser Toolkit for Redland raptor2-2.0.15_1 RDF Parser Toolkit for Redland rarian-0.8.1_4 OMF help system based on the Freedesktop specification re2-20151101 Fast C++ regex library readline-6.3.8 Library for editing command lines as they are typed recode-3.6_12 Converts files between character sets and usages recordproto-1.14.2 RECORD extension headers renderproto-0.11.1 RenderProto protocol headers resourceproto-1.2.0 Resource extension headers rest-0.7.93 Easy access to RESTful web services ruby-2.1.8,1 Object-oriented interpreted scripting language ruby21-bdb-0.6.6_4 Ruby interface to Oracle Berkeley DB revision 2 or later sabnzbdplus-0.7.20 Web-interface based binary newsgrabber in python, with nzb support samba36-3.6.25_1 Free SMB and CIFS client and server for Unix samba36-libsmbclient-3.6.25_2 Shared lib from the samba package sane-backends-1.0.25 API for access to scanners, digitals camera, frame grabbers etc schroedinger-1.0.11_4 High-speed Dirac codec scons-2.3.0_1 Build tool alternative to make scrnsaverproto-1.2.2 ScrnSaver extension headers sdl-1.2.15_7,2 Cross-platform multimedia development API sdocbook-xml-1.1_1,2 "Simplified" DocBook XML DTD seahorse-3.16.0 GNOME application for managing encryption keys (PGP, SSH) serf-1.3.8_1 Serf HTTP client library sessreg-1.1.0 Manage utmp/wtmp entries for non-init X clients setxkbmap-1.3.1 Set the keyboard using the X Keyboard Extension shared-mime-info-1.5 MIME types database from the freedesktop.org project sl-5.01 Steam locomotive runs across the screen if you type "sl" instead of "ls" smproxy-1.0.6 Session Manager Proxy snappy-1.1.3 Fast compressor/decompressor library soundtouch-1.9.2 Open-source audio processing library spandsp-0.0.6 DSP library and software FAX machine speech-dispatcher-0.8.3 Common interface to speech synthesis speex-1.2.r2,1 Audio compression format designed for speech speexdsp-1.2.r3_1 Audio compression format designed for speech spice-gtk-0.30_1 Gtk client and libraries for SPICE remote desktop servers spice-protocol-0.12.10_1 Simple Protocol for Independent Computing Environments spidermonkey170-17.0.0_1 Standalone JavaScript based from Mozilla 17-esr spidermonkey24-24.2.0_1 Standalone JavaScript based from Mozilla 24-esr sqlite3-3.11.1 SQL database engine in a C library startup-notification-0.12_4 Library that supports startup notification spec from freedesktop.org subversion-1.9.3_1 Version control system subversion-book-4515 Subversion Documentation HTML/PDF sudo-1.8.15 Allow others to run commands as root sushi-3.16.0_1 Tool similar to Gloobus Preview that provides quick file previews svgalib-1.4.3_7 Low level console graphics library swell-foop-3.16.2 Gnome swell-foop swfdec-0.8.4_6 Flash Rendering Library swfdec-plugin-0.8.2_6 Flash rendering plugin t1lib-5.1.2_4,1 Type 1 font rasterization library for Unix/X11 taglib-1.9.1_2 Library for manipulating ID3 tags and Ogg comments tali-3.16.2 Gnome tali talloc-2.1.5 Hierarchical pool based memory allocator tbb-4.4.0 Library that provides thread building blocks tcl86-8.6.4 Tool Command Language tdb-1.3.8,1 Trivial Database teckit-2.5.1_1 Toolkit for converting data between 8-bit legacy encodings and Unicode telepathy-farstream-0.6.2_1 Farstream Connection Manager for Telepathy Framework telepathy-gabble-0.18.3_3 Jabber Connection Manager for Telepathy Framework telepathy-glib-0.24.1 GLib utility library for the Telepathy framework telepathy-idle-0.2.0 IRC Connection Manager for Telepathy Framework telepathy-logger-0.8.1 Logger utility library for the Telepathy framework telepathy-mission-control-5.16.3_1 Telepathy component to apps to abstract details of connection managers telepathy-salut-0.8.1_2 Link-local Connection Manager for Telepathy Framework tevent-0.9.26 Talloc based event loop library tex-basic-engines-20150521 Basic TeX Engines tex-formats-20150521_2 Formats for basic TeX engines tex-jadetex-3.13_3 TeX backend for Jade, DSSSL processor for SGML/XML documents tex-kpathsea-6.2.1_1 Path searching library for TeX tex-ptexenc-1.3.3_2 Library for Japanese pTeX and its tools tex-web2c-20150521_1 TeX implementation translating WEB to C tex-xmltex-1.9_2 Non-validating XML parser, written in TeX texi2html-5.0_1,1 Texinfo to HTML converter texlive-base-20150521_8 TeX Live Typesetting System, base binaries texlive-texmf-20150523_3 TeX Live Typesetting System, texmf Tree texlive-tlmgr-20150523_2 TeXLive manager modules thunderbird-38.4.0_1 Mozilla Thunderbird is standalone mail and news that stands above thunderbird-dictionaries-20060220_11 Dictionaries for Mozilla Thunderbird tiff-4.0.6 Tools and library routines for working with TIFF images tinyxml2-2.2.0,1 Small C++ XML Parser tk86-8.6.4 Graphical toolkit for Tcl totem-3.18.1 Gstreamer-based video player for the GNOME 3 Desktop totem-pl-parser-3.10.5_1 GObject-based library to parse a host of playlist formats tracker-1.4.1_1 Object database, tag/metadata database, search tool and indexer tradcpp-0.5.1 Traditional (K&R-style) C preprocessor transmission-2.84 Meta-port for Transmission BitTorrent client transmission-cli-2.84_4 Lightweight CLI (command line) BitTorrent client and utilities transmission-daemon-2.84_3 Fast and lightweight daemon BitTorrent client transmission-gtk-2.84_5 Fast and lightweight GTK+3 BitTorrent client transmission-web-2.84 Fast and lightweight WebUI for Transmission BitTorrent client trapproto-3.4.3 DEC-XTRAP extension headers trousers-tddl-0.3.10_7 The open-source TCG Software Stack twm-1.0.9 Tab Window Manager for the X Window System twolame-0.3.13_4 MPEG Audio Layer 2 encoder uhttpmock-0.5.0 HTTP web service mocking library for GNOME unix2dos-1.3 Convert ASCII newlines between CR/LF and LF unoconv-0.6 Convert any document from and to any LibreOffice supported format unrar-5.30,5 Extract, view & test RAR archives unzip-6.0_6 List, test, and extract compressed files from a ZIP archive upower-0.99.3 D-Bus daemon for simplifying power management tasks usbids-20151217 Database of all known IDs used in USB devices usbutils-0.86_2 Utility for listing USB devices v4l_compat-1.6.3 Video4Linux IOCTL header files vala-0.28.1 Programming language and compiler that converts Vala code into C code vcdimager-0.7.24_6 GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool videoproto-2.3.2 Video extension headers vim-7.4.979 Improved version of the vi editor vinagre-3.18.2_3 VNC client for the GNOME Desktop vino-3.18.1_2 VNC server that allows for remote access to your GNOME desktop vte-0.28.2_2 Gtk 2 based terminal widget with accessibility and I18N support vte3-0.42.4_1 Terminal widget with improved accessibility and I18N support w3m-0.5.3_4 Pager/text-based WWW browser webcamd-4.2.0.9 Port of Linux USB webcam and DVB drivers into userspace webkit-gtk2-2.4.9_2 Opensource browser engine using the GTK+ 2 toolkit webkit-gtk3-2.4.9_2 Opensource browser engine using the GTK+ 3 toolkit webkit2-gtk3-2.8.5_2 Opensource browser engine using the GTK+ 3 toolkit webp-0.5.0 Google WebP image format conversion tool wget-1.16.3 Retrieve files from the Net via HTTP(S) and FTP wine-gecko-2.21 Gecko Layout Engine for Wine (HTML support) wine-mono-0.0.8 Mono .NET implementation for Wine development branch (HTML support) wmmemfree-0.7_4 Memory and swap monitoring dockapp wput-0.6.2_5 Uploads files or directories to a ftpserver with support of resuming wv-1.2.9_3 Library and executables to access Microsoft Word files wx28-gtk2-2.8.12_6 The wxWidgets GUI toolkit with GTK+ bindings wx28-gtk2-common-2.8.12_6 The wxWidgets GUI toolkit (common files) x11perf-1.6.0 X11 server performance test program xauth-1.0.9_1 X authority file utility xbacklight-1.2.1_1 Program to adjust backlight brightness xbitmaps-1.1.1 X.Org bitmaps data xboard-4.8.0 X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess xcalc-1.0.6_2 Scientific calculator for X xcb-proto-1.11 The X protocol C-language Binding (XCB) protocol xcb-util-0.4.0_1,1 Module with libxcb/libX11 extension/replacement libraries xcb-util-image-0.4.0_1 Port of Xlib's XImage and XShmImage functions xcb-util-keysyms-0.4.0_1 Standard X key constants and conversion to/from keycodes xcb-util-renderutil-0.3.9_1 Convenience functions for the Render extension xcb-util-wm-0.4.1_3 Framework for window manager implementation xclock-1.0.7_1 Analog and digital clock for X xcmiscproto-1.2.2 XCMisc extension headers xcmsdb-1.0.5 Device Color Characterization utility for X xconsole-1.0.6_1 Monitor system console messages with X xcursor-themes-1.0.4_1 X.org cursors themes xcursorgen-1.0.6_1 Create an X cursor file from a collection of PNG images xdg-utils-1.0.2.20130919_1 Tools to allow all applications to integrate with the free desktop xdpyinfo-1.3.2 Display information utility for X xdriinfo-1.0.5 Query configuration information of DRI drivers xev-1.2.2 Print contents of X events xextproto-7.3.0 XExt extension headers xf86-input-keyboard-1.8.1 X.Org keyboard input driver xf86-input-mouse-1.9.1_1 X.Org mouse input driver xf86-video-ati-7.5.0_3 X.Org ati display driver xf86-video-intel-2.21.15_9 Driver for Intel integrated graphics chipsets xf86-video-mach64-6.9.5 X.Org mach64 display driver xf86-video-nv-2.1.20_7 X.Org nv display driver xf86-video-openchrome-0.3.3_6 X.Org openChrome display driver xf86-video-r128-6.10.0 X.Org r128 display driver xf86-video-vesa-2.3.4 X.Org vesa display driver xf86bigfontproto-1.2.0 XFree86-Bigfont extension headers xf86dga-1.0.3_1 Test program for the XFree86-DGA extension xf86dgaproto-2.1 XFree86-DGA extension headers xf86driproto-2.1.1 XFree86-DRI extension headers xf86miscproto-0.9.3 XFree86-Misc extension headers xf86vidmodeproto-2.3.1 XFree86-VidModeExtension extension headers xfce-4.12_1 The "meta-port" for the Xfce Desktop Environment xfce4-appfinder-4.12.0 Application launcher and finder xfce4-conf-4.12.0 D-Bus-based configuration storage system xfce4-desktop-4.12.3 Xfce's desktop manager xfce4-notifyd-0.2.4_1 Visually-appealing notification daemon for Xfce xfce4-panel-4.12.0_1 Xfce's panel xfce4-session-4.12.1_2 Xfce's session manager xfce4-settings-4.12.0_1 Xfce 4 settings application xfce4-terminal-0.6.3_2 Terminal emulator for the X windowing system xfce4-tumbler-0.1.31_1 Thumbnail service for Xfce desktop xfce4-wm-4.12.3 Xfce's window manager xgamma-1.0.6 Gamma correction through the X server xgc-1.0.5 X graphics demo xhost-1.0.7 Server access control program for X xine-0.99.9_3 X11 multimedia player xineramaproto-1.2.1 Xinerama extension headers xinit-1.3.4,1 X Window System initializer xinput-1.6.2 Very useful utility for configuring and testing XInput devices xkbcomp-1.3.1 Compile XKB keyboard description xkbevd-1.1.4 XKB event daemon xkbutils-1.0.4 XKB utility demos xkeyboard-config-2.16 X Keyboard Configuration Database xkill-1.0.4 Utility for killing a client by its X resource xlsatoms-1.1.2 List interned atoms defined on a server xlsclients-1.1.3 List client applications running on a display xmessage-1.0.4 Display message or query in a X window xmlcatmgr-2.2_2 SGML and XML catalog manager xmlcharent-0.3_2 XML character entities xmlto-0.0.28 Front-end to an XSL toolchain xmms-1.2.11_27 X Multimedia System -- audio player with Winamp GUI xmms-curses-0.2.2_6 Ncurses program for (remote) controlling multimedia/xmms xmms-skins-0.1_4 Skins for X Multimedia System (XMMS) xmodmap-1.0.9 Utility for modifying keymaps and pointer button mappings in X xorg-7.7_2 X.Org complete distribution metaport xorg-apps-7.7_2 X.org apps meta-port xorg-cf-files-1.0.5_1 X.org cf files for use with imake builds xorg-docs-1.7.1,1 X.org documentation files xorg-drivers-7.7_3 X.org drivers meta-port xorg-fonts-7.7_1 X.org fonts meta-port xorg-fonts-100dpi-7.7 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-7.7 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.7 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.7 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.7_1 X.Org TrueType fonts xorg-fonts-type1-7.7 X.Org Type1 fonts xorg-libraries-7.7_2 X.org libraries meta-port xorg-macros-1.19.0 X.Org development aclocal macros xorg-server-1.17.4,1 X.Org X server and related programs xpdf-3.04_7 Display PDF files and convert them to other formats xpdfopen-0.86 Command line utility for PDF viewers xpi-informenter-0.6.3 Helps fill forms out xpr-1.0.4 Utility for printing an X window dump xprop-1.2.2 Property displayer for X xproto-7.0.28 X11 protocol headers xrandr-1.4.3 Primitive command line interface to the RandR extension xrdb-1.1.0 X server resource database utility xrefresh-1.0.5 Refresh all or part of an X screen xset-1.2.3_1 User preference utility for X xsetmode-1.0.0 Set the mode for an X Input Device xsetroot-1.1.1 Root window parameter setting utility for X xterm-320 Terminal emulator for the X Window System xtrans-1.3.5 Abstract network code for X xvid-1.3.4,1 Opensource MPEG-4 codec, based on OpenDivx xvinfo-1.1.3 Print out X-Video extension adaptor information xwd-1.0.6 Dump an image of an X window xwininfo-1.1.3_1 Window information utility for X xwud-1.0.4 Image displayer for X yajl-2.1.0 Portable JSON parsing and serialization library in ANSI C yasm-1.2.0 Complete rewrite of the NASM assembler yelp-3.16.1 Help browser for the GNOME 3 desktop yelp-xsl-3.16.1 DocBook XSLT stylesheets for yelp zathura-0.3.3 Customizable lightweight pdf viewer zathura-djvu-0.2.4_1 DjVu support for zathura zeitgeist-0.9.16 Event logging framework zenity-3.16.3 Display GNOME dialogs from the command line zip-3.0_1 Create/update ZIP files compatible with PKZIP zziplib-0.13.62_2 Library to provide transparent read access to zipped files Thanks for any help. Regards Manish Jain From owner-freebsd-questions@freebsd.org Sun Apr 24 10:09:02 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAF53B1954F for ; Sun, 24 Apr 2016 10:09:02 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC4S37.hotmail.com (blu004-omc4s37.hotmail.com [65.55.111.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86BDF18D5 for ; Sun, 24 Apr 2016 10:09:02 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU437-SMTP19 ([65.55.111.136]) by BLU004-OMC4S37.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 24 Apr 2016 03:09:01 -0700 X-TMN: [EFEl9BpsRzRmv0IM+5kLkPTpERXYd5OU] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Sun, 24 Apr 2016 06:08:58 -0400 From: Carmel To: freebsd-questions@freebsd.org Subject: Re: Sane way to resolve potential conflicts in the system In-Reply-To: <571C294B.3020907@ShaneWare.Biz> References: <20160423162910.7cd2ede2@curlew.lan> <571C294B.3020907@ShaneWare.Biz> Organization: Seibercom NET X-Mailer: Claws Mail 3.13.2-dirty (GTK+ 2.24.28; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Apr 2016 10:09:01.0133 (UTC) FILETIME=[52CE27D0:01D19E11] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 10:09:02 -0000 On Sun, 24 Apr 2016 11:32:51 +0930, Shane Ambler stated: >That is where poudriere fits in. If you build your own packages with >poudriere you can build them with your own set of options. > >You can either do a manual make config with the options saved to files >matching /var/db/ports/*/options or you can use a custom make.conf with >lines like mail_postfix_SET= DOCS PGSQL TLS > >And it will build quicker than using ports as it can build many >port in parallel based on the dependencies for each, where ports >only builds one at a time. If you want the slower build on a working >server you can disable or reduce multiple builds. Well, this is where I guess we will just have to agree to disagree. "poudriere" simply adds another layer of complexity and an additional avenue of potential failure to what is a relatively simply process. I am, and have always been a strong advocate of the "KISS" {Keep It Simple Stupid" principal. Read past postings, and you will readily see that "poudriere" is not a magical "cure all" for port woes. In fact, its very presents may be hindering the development of a truly, fully functional solution. Again, just my 2 cents. -- Carmel From owner-freebsd-questions@freebsd.org Sun Apr 24 10:47:56 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7680EB19CCD for ; Sun, 24 Apr 2016 10:47:56 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay106.isp.belgacom.be (mailrelay106.isp.belgacom.be [195.238.20.133]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E66C31779 for ; Sun, 24 Apr 2016 10:47:55 +0000 (UTC) (envelope-from tijl@coosemans.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DxCQCBoxxX/4pJsVtVCYM4gVCpFIUDi10BDYF1hgQEBAICgRY5FAEBAQEBAQFlJ0EBAQECAQELAYNuAQEEOhwjEAsOCgkMGQ8qHgYTiBUDFsAHAQEBAQEBBAEBAQEcimyCQYFVaIUXAQSXXjGMIIFrb4EBhE2IXYdQh18eAQFCg206MIE4g1iCVVeBPwEBAQ Received: from 138.73-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.73.138]) by relay.skynet.be with ESMTP; 24 Apr 2016 12:47:47 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u3OAlkta001233; Sun, 24 Apr 2016 12:47:46 +0200 (CEST) (envelope-from tijl@coosemans.org) Date: Sun, 24 Apr 2016 12:47:45 +0200 From: Tijl Coosemans To: Manish Jain Cc: freebsd-questions@freebsd.org Subject: Re: Lost my gnome3/gdm boot-time window Message-ID: <20160424124745.3e67673a@kalimero.tijl.coosemans.org> In-Reply-To: References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423165902.29d9950c@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 10:47:56 -0000 On Sun, 24 Apr 2016 11:11:19 +0530 Manish Jain wrote: > 'pkg upgrade cups' has led to a loss of some of my gnome3 components and > now the gdm boot-time window has disappeared, on account of which > gnome-session is not starting. I would not like to reinstall the whole > OS, so can you now please help me with fixing this ? Some things you can try: 1) Does "pkg check -d -a" find anything? 2) Check the output of these commands: grep pkg /var/log/messages bzgrep pkg /var/log/messages.* Maybe a package was removed that shouldn't have been removed. Try reinstalling it. 3) Run "pkg upgrade" to make sure you have the latest version of all packages. From owner-freebsd-questions@freebsd.org Sun Apr 24 16:28:41 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7F7DB1B37D for ; Sun, 24 Apr 2016 16:28:41 +0000 (UTC) (envelope-from rotemmusic7@gmail.com) Received: from mail-yw0-x242.google.com (mail-yw0-x242.google.com [IPv6:2607:f8b0:4002:c05::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BC701AEB for ; Sun, 24 Apr 2016 16:28:41 +0000 (UTC) (envelope-from rotemmusic7@gmail.com) Received: by mail-yw0-x242.google.com with SMTP id o63so21939441ywe.0 for ; Sun, 24 Apr 2016 09:28:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:subject:to:mime-version:reply-to:organization:date; bh=WwEdRdc6JOE04p/Fd+VaY0Zz9TcTFwvTQxiEmYxuI4U=; b=cyleG0wIsg79GvhlAuUOL6QEu7v+bg/0eVnkLV2Wmx/FypubeUX/5mEzNgIeQvFQ1P MzvXNmMlHDu11XcPuZ81PkKSkum/zILEQv29jyZ8pxwcbEiSyN+F5+GPwTb1Ow9bP0YN PW25ZSAkibjN9vc8+umewPDkLcGvcT62OOOBZ44Ea5ucoRUjf4AmeXtcb2C+WQDqe9za wJISYsIIejJYE44IwZr3W7GBTq3zp6IXe4lWJsk0Zt4Kd9DYKffkPfo89Y+wwCGpL3kv OnYMMvlTn4T/Kl/KC03COBHrtvUEsjkQDFy/Lsm7PS1OaAGMyBM4cYQ1lv4xaK+wcTmK kgxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:subject:to:mime-version:reply-to :organization:date; bh=WwEdRdc6JOE04p/Fd+VaY0Zz9TcTFwvTQxiEmYxuI4U=; b=DP+mVjzHtW7cDcNIC1mpxiuR9t+enx8ogxggVqPSMY5zwC3mafeRdVfEEmVFssGEce ysC1tDRYD0uuBfecWfEEJLnqlurCQkQDsdpV7tZKJ+1+dXWHpUdsMX4uQemfJ2s7SWFw qYeYnut7FaO/WIcLoYGzlp2vQkOl8giIf6YAy8z8lALxPOiGNZFhoA0Qgq7ml0G8WPmT maDowODHtUkVV1r/ubx59vGr0HCvIRwAqTsK66JAnUmKKcJu0D8ZeaniPM0QAxgg5TeB 9Bqsp78Ao0jCr+Tud4FI0QqUDhY3FMBE3kgTwKtPbCdWIzyKZX1iJfuQUF5N+WPsWcxr H5KQ== X-Gm-Message-State: AOPr4FXfwKf38YXJZwkP/mjTZdKYzhHhgLSHqmllqEm3CnBafXALEnEOBXhhFVswdiWw0Q== X-Received: by 10.13.203.15 with SMTP id n15mr6671566ywd.321.1461515320815; Sun, 24 Apr 2016 09:28:40 -0700 (PDT) Received: from 241641hfc96.tampabay.res.rr.com (241641hfc96.tampabay.res.rr.com. [24.164.1.96]) by smtp.gmail.com with ESMTPSA id z20sm10305316ywd.44.2016.04.24.09.28.39 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 24 Apr 2016 09:28:40 -0700 (PDT) Message-ID: <571cf438.14d70d0a.e408a.7f56@mx.google.com> From: "Rotem Hecht" Subject: Music composer for film, games and Tv commercials To: "freebsd-questions" MIME-Version: 1.0 Reply-To: "contact@rotemmusic.com" Organization: Rotem Hecht Date: Sun, 24 Apr 2016 12:28:40 -0400 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 16:28:41 -0000 Hello=20 =20 I hope you well =20 I am Rotem Hecht. I work as a professional music composer and sound d= esigner, I'm based in Florida these days, and working with production companies all over the world. I compose original music for movies, TV commercials, video games, corp= orate videos and more. My portfolio includes projects performed for Microsoft, Hershey's, Kre= -O, Hasbro, Mercedes, Audi, Nickelodeon, Hop! TV Channel and more =20 I=E2=80=99m capable of delivering high quality products at decent rate= s and in short period of time. I would like to offer you my services. Please check my portfolio on my= website www.rotemmusic.com =20 Thank You for your time. =20 All The Best , =20 Rotem Hecht Mob:(+1) 323-557-0733 rotemhecht@gmail.com Skype: rhecht1282=20 =20 Unsubscribe From owner-freebsd-questions@freebsd.org Sun Apr 24 17:57:43 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC7A9B1B914 for ; Sun, 24 Apr 2016 17:57:43 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7512B1EC9 for ; Sun, 24 Apr 2016 17:57:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id C17CB3CCFE; Sun, 24 Apr 2016 19:50:59 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3OHoxvb002041; Sun, 24 Apr 2016 19:50:59 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sun, 24 Apr 2016 19:50:59 +0200 From: Polytropon To: Manish Jain Cc: freebsd-questions@freebsd.org Subject: Re: Does HP DeskJet 1112 work with lpd on FreeBSD 10.2 amd64 ? Message-Id: <20160424195059.05115996.freebsd@edvax.de> In-Reply-To: References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 17:57:43 -0000 On Sun, 24 Apr 2016 11:02:38 +0530, Manish Jain wrote: > On Sat, 23 Apr 2016 19:40:28 +0530, Manish Jain wrote: > >> My /etc/rc.conf does have : > >> > >> cupsd_enable="YES" > >> > >> So I presume cupsd is getting started at boot time. > > Don't presume. Verify. :-) > > > > > > > >> This is what I have in /usr/local/etc/cups/cupsd.conf : > >> > >> LogLevel info > >> > >> # Administrator user group... > >> SystemGroup wheel > >> > >> # Listen for connections on Port 631. > >> Port 631 > >> #Listen localhost:631 > >> Listen /var/run/cups.sock > > > > Those lines should probably be the following: > > > > Listen localhost:631 > > Listen /var/run/cups.sock > > > > That's probably the reason why you cannot access the CUPS web interface. > > Keep in mind there are also CLI tools: lpadmin, cupsenable, cupsaccept > > and so on. > > > > I got a HP Deskjet F380 all-in-one working with CUPS few years ago, and > > all components (even the scanner) work. Make sure CUPS is actually really > > running. There's also a /var/log/cups directory with log files where you > > can check the events. > > > > > > > > Hi Polytropon, > > Thanks for replying. > > You are right. cupsd is not starting. At boot time, I get a message like : > > /etc/rc : Failed to start cupsd > Warning : failed to read /usr/local/etc/cups/cupsd.conf This is to be expected when the configuration file is damaged. > I will try and fix this on my own, but may need some more help from you > if my efforts alone are not enough. You could start by renaming the damaged file and have CUPS generate a new one which you then can start editing, or you could check if there's a backup file /usr/local/etc/cups/cupsd.conf.0 which you can use instead (or for comparison). There should also be a template file /usr/local/etc/cups/cupsd.conf.default which can be used. This is the first step in getting CUPS running. If you have solved that problem, accessing the web GUI should work (localhost:631), and you can make any new changes from there. As you already have cups_enable="YES" in /etc/rc.conf, it's easy to check if CUPS is happy: # service cupsd start And then you'll see the start message. As I mentioned, there are also log files in /var/log/cups which are valuable sources for further debugging. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sun Apr 24 18:21:27 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E897EB1BF87 for ; Sun, 24 Apr 2016 18:21:27 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC4S32.hotmail.com (blu004-omc4s32.hotmail.com [65.55.111.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6E6719E0 for ; Sun, 24 Apr 2016 18:21:27 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP76 ([65.55.111.136]) by BLU004-OMC4S32.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 24 Apr 2016 11:20:20 -0700 X-TMN: [61d5q/1GtgXymNPzOjMK1U88rfbqC+I3] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: Lost my gnome3/gdm boot-time window To: Tijl Coosemans References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423165902.29d9950c@kalimero.tijl.coosemans.org> <20160424124745.3e67673a@kalimero.tijl.coosemans.org> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Sun, 24 Apr 2016 23:48:45 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160424124745.3e67673a@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Apr 2016 18:20:17.0696 (UTC) FILETIME=[F434BA00:01D19E55] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 18:21:28 -0000 On 04/24/16 16:17, Tijl Coosemans wrote: > On Sun, 24 Apr 2016 11:11:19 +0530 Manish Jain wrote: >> 'pkg upgrade cups' has led to a loss of some of my gnome3 components and >> now the gdm boot-time window has disappeared, on account of which >> gnome-session is not starting. I would not like to reinstall the whole >> OS, so can you now please help me with fixing this ? > Some things you can try: > > 1) Does "pkg check -d -a" find anything? > > 2) Check the output of these commands: > > grep pkg /var/log/messages > bzgrep pkg /var/log/messages.* > > Maybe a package was removed that shouldn't have been removed. Try > reinstalling it. > > 3) Run "pkg upgrade" to make sure you have the latest version of all > packages. > > Thanks a lot. 'pkg upgrade' did the trick. Regards Manish Jain From owner-freebsd-questions@freebsd.org Sun Apr 24 19:57:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C7DFB1B134 for ; Sun, 24 Apr 2016 19:57:29 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S11.hotmail.com (blu004-omc2s11.hotmail.com [65.55.111.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CA801814 for ; Sun, 24 Apr 2016 19:57:28 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP122 ([65.55.111.73]) by BLU004-OMC2S11.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 24 Apr 2016 12:57:22 -0700 X-TMN: [pPiQIS6HosUcN97i/e+od3QgdA8+pihQ] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: Does HP DeskJet 1112 work with lpd on FreeBSD 10.2 amd64 ? To: Polytropon References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> <20160424195059.05115996.freebsd@edvax.de> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Mon, 25 Apr 2016 01:26:08 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160424195059.05115996.freebsd@edvax.de> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Apr 2016 19:57:19.0837 (UTC) FILETIME=[8278F0D0:01D19E63] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 19:57:29 -0000 On 04/24/16 23:20, Polytropon wrote: > On Sun, 24 Apr 2016 11:02:38 +0530, Manish Jain wrote: >> On Sat, 23 Apr 2016 19:40:28 +0530, Manish Jain wrote: >>>> My /etc/rc.conf does have : >>>> >>>> cupsd_enable="YES" >>>> >>>> So I presume cupsd is getting started at boot time. >>> Don't presume. Verify. :-) >>> >>> >>> >>>> This is what I have in /usr/local/etc/cups/cupsd.conf : >>>> >>>> LogLevel info >>>> >>>> # Administrator user group... >>>> SystemGroup wheel >>>> >>>> # Listen for connections on Port 631. >>>> Port 631 >>>> #Listen localhost:631 >>>> Listen /var/run/cups.sock >>> Those lines should probably be the following: >>> >>> Listen localhost:631 >>> Listen /var/run/cups.sock >>> >>> That's probably the reason why you cannot access the CUPS web interface. >>> Keep in mind there are also CLI tools: lpadmin, cupsenable, cupsaccept >>> and so on. >>> >>> I got a HP Deskjet F380 all-in-one working with CUPS few years ago, and >>> all components (even the scanner) work. Make sure CUPS is actually really >>> running. There's also a /var/log/cups directory with log files where you >>> can check the events. >>> >>> >>> >> Hi Polytropon, >> >> Thanks for replying. >> >> You are right. cupsd is not starting. At boot time, I get a message like : >> >> /etc/rc : Failed to start cupsd >> Warning : failed to read /usr/local/etc/cups/cupsd.conf > This is to be expected when the configuration file is damaged. > > > >> I will try and fix this on my own, but may need some more help from you >> if my efforts alone are not enough. > You could start by renaming the damaged file and have CUPS generate > a new one which you then can start editing, or you could check if > there's a backup file /usr/local/etc/cups/cupsd.conf.0 which you > can use instead (or for comparison). There should also be a template > file /usr/local/etc/cups/cupsd.conf.default which can be used. > > This is the first step in getting CUPS running. If you have solved > that problem, accessing the web GUI should work (localhost:631), and > you can make any new changes from there. > > As you already have cups_enable="YES" in /etc/rc.conf, it's easy to > check if CUPS is happy: > > # service cupsd start > > And then you'll see the start message. As I mentioned, there are also > log files in /var/log/cups which are valuable sources for further > debugging. > > I copied cupsd.conf.sample over cupsd.conf, and cups is now staring nicely. Big thanks Manish Jain From owner-freebsd-questions@freebsd.org Sun Apr 24 22:42:26 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7B00B1BB08 for ; Sun, 24 Apr 2016 22:42:26 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from lb3-smtp-cloud2.xs4all.net (lb3-smtp-cloud2.xs4all.net [194.109.24.29]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 915C71A1A for ; Sun, 24 Apr 2016 22:42:25 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.erewhon.home ([83.162.243.5]) by smtp-cloud2.xs4all.net with ESMTP id mNhC1s00707iGuj01NhDac; Mon, 25 Apr 2016 00:41:14 +0200 Received: from rsmith (uid 1001) (envelope-from rsmith@xs4all.nl) id 12385 by slackbox.erewhon.home (DragonFly Mail Agent v0.11); Mon, 25 Apr 2016 00:41:12 +0200 Date: Mon, 25 Apr 2016 00:41:12 +0200 From: Roland Smith To: Odhiambo Washington Cc: User Questions Subject: Re: Sane way to resolve potential conflicts in the system Message-ID: <20160424224112.GC66409@slackbox.erewhon.home> Mail-Followup-To: Odhiambo Washington , User Questions References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="JgQwtEuHJzHdouWu" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 22:42:27 -0000 --JgQwtEuHJzHdouWu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 23, 2016 at 02:03:40PM +0300, Odhiambo Washington wrote: > I quite often get the following warning: >=20 > /usr/bin/ld: warning: libz.so.5, needed by /usr/local/lib/libcurl.so, may > conflict with libz.so.6 > /usr/bin/ld: warning: libz.so.4, needed by /usr/local/lib/libssh2.so.1, m= ay > conflict with libz.so.6 Looks like your ports need updating! > What is the best way to resolve the two? Use a local server (or a jail on your workstation) as a build and test serv= er. On that server, keep the ports tree up-to-date and use e.g. portmaster to build all ports you need on *any* server. Then use rsync to distribute that server's /usr/local/ and /var/db/pkg/ to other servers. This is relatively fast and easy to automate. Of course this only works if all machines run the same architecture and major version. Note that after the /usr/local update, you need to re-install the local configuration files in /usr/local/etc and re-start the services running from /usr/local on every machine. This does mean that some machines will have software installed that they do= n't need. But as long as any services among them aren't enabled in rc.conf, I'd consider that acceptable for the sake of simplicity. But if necessary, you could make scripts to =E2=80=98pkg delete=E2=80=99 the stuff you don't need= on a per-machine basis. Roland --=20 R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) --JgQwtEuHJzHdouWu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJXHUuIAAoJEED21dyjijPgb/AQAMphBrMjFOJsJfj/xYeHtvtW TYN8u1yHHPgSY9LiNJOjm13KVt/kBNHX6WgGdLQpRYS0WTzwGuvFdFv99zsCKZE8 zYqCs07ICp0Ed0Kmet7NPKP2UzbZ6i6u6hDs3edklqFJADjH/oe42U8faiCNBBEO IMeUbO6iFBnWliPa6EPaILsnlOcMXNZfSq+OXEu4GKyiSlCn2rAZe56kfaF4QEg1 BfW2DWlr9F41/lAe12p1woyXFfbaGNFLXmj/yp/X8xub0N8KBlggvsifuSQtoAxN 95Lu7OVRG+A9yb0v8ayEWJL6J0enJlPQFa//wNRisEZHoqzU3bUnJ1KCaR22ybOf RpfHk4gOLW+CcmwGkONGSZH7Y67N001OazBxLzgjjJfMTngUsHKOx4cx5k40dJDM FSPFpP8GG2jxNzE4OgCQ4ILK+BHIe9EFJQZ8QL0VfyYEE/Yg5I8Ju3vAofUChRIQ SR4g9zt1yizmB7/oM1HZmC3GjYHkKr9NivZhgq/O7G4lv4zwcXB/cpRL+lDX2whJ 5tYm0mXMKJP0uGanwo26IxEDXXDEySIKR2sBCpdXGR8V2A0ioSrqNqLWcxsTBxMH wcI0mrh05lXWdNxoqOdHSMhge5FQo+vwFdLWvgjSSkSbA649hE+ia+BrkJp6/Sc8 INlqroD4NI6Fu0PTooym =5dCs -----END PGP SIGNATURE----- --JgQwtEuHJzHdouWu-- From owner-freebsd-questions@freebsd.org Mon Apr 25 01:12:03 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCA08B1CCBF for ; Mon, 25 Apr 2016 01:12:03 +0000 (UTC) (envelope-from dewey@posteo.net) Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.posteo.de", Issuer "StartCom Class 3 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 87E7914C7 for ; Mon, 25 Apr 2016 01:12:02 +0000 (UTC) (envelope-from dewey@posteo.net) Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id 121DB2091D for ; Mon, 25 Apr 2016 03:11:49 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3qtSqS6hV2z5vN2 for ; Mon, 25 Apr 2016 03:11:48 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 25 Apr 2016 03:11:48 +0200 From: dewey@posteo.net To: freebsd-questions@FreeBSD.org Subject: (no subject) Message-ID: X-Sender: dewey@posteo.net User-Agent: Posteo Webmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 01:12:03 -0000 I use Linux Mint. I want to try Free BSD. I downloaded the dvr version. It will not run without a user name and a password. What are these? What user name and password do I use? From owner-freebsd-questions@freebsd.org Mon Apr 25 01:17:16 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97F92B1CE8A for ; Mon, 25 Apr 2016 01:17:16 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6527C178B for ; Mon, 25 Apr 2016 01:17:15 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id 5EFFD3CD36; Mon, 25 Apr 2016 03:17:12 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3P1HBDb002484; Mon, 25 Apr 2016 03:17:11 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Mon, 25 Apr 2016 03:17:11 +0200 From: Polytropon To: dewey@posteo.net Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) Message-Id: <20160425031711.9c3f1281.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 01:17:16 -0000 On Mon, 25 Apr 2016 03:11:48 +0200, dewey@posteo.net wrote: > I use Linux Mint. I want to try Free BSD. I downloaded the dvr version. > It will not run without a user name and a password. What are these? What > user name and password do I use? Initially, there are no users preinstalled. The user "root" (usually associated with the role of the system administrator) is meant to do this. This account has an empty password. login: root Password: # _ You can (and probably should) set a password then with the "passwd" command. Add users with the "adduser" or "pw" command. See "man adduser", "man pw", and "man passwd" for details. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Apr 25 01:58:11 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91594B1B5D8 for ; Mon, 25 Apr 2016 01:58:11 +0000 (UTC) (envelope-from ike@michaeleichorn.com) Received: from mx1.eichornenterprises.com (mx1.eichornenterprises.com [104.236.13.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.eichornenterprises.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 498F41774 for ; Mon, 25 Apr 2016 01:58:10 +0000 (UTC) (envelope-from ike@michaeleichorn.com) Received: from smtp.eichornenterprises.com (cpe-184-59-147-149.neo.res.rr.com [184.59.147.149]) by mx1.eichornenterprises.com (OpenSMTPD) with ESMTP id 497de6a1; Sun, 24 Apr 2016 21:51:28 -0400 (EDT) Received: by smtp.eichornenterprises.com (OpenSMTPD) with ESMTPSA id aacfe1c8 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Sun, 24 Apr 2016 21:51:27 -0400 (EDT) Message-ID: <1461549170.22294.0.camel@michaeleichorn.com> Subject: Re: (no subject) From: "Michael B. Eichorn" To: "Kevin P. Neal" , dewey@posteo.net Cc: freebsd-questions@FreeBSD.org Date: Sun, 24 Apr 2016 21:52:50 -0400 In-Reply-To: <20160425014410.GC47422@neutralgood.org> References: <20160425014410.GC47422@neutralgood.org> Content-Type: multipart/signed; micalg="sha-256"; protocol="application/x-pkcs7-signature"; boundary="=-K+TTJr30mvLQq6nJHOoy" X-Mailer: Evolution 3.18.5.2 Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 01:58:11 -0000 --=-K+TTJr30mvLQq6nJHOoy Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, 2016-04-24 at 21:44 -0400, Kevin P. Neal wrote: > On Mon, Apr 25, 2016 at 03:11:48AM +0200, dewey@posteo.net wrote: > >=20 > > I use Linux Mint. I want to try Free BSD. I downloaded the dvr > > version.=C2=A0 > > It will not run without a user name and a password. What are these? > > What=C2=A0 > > user name and password do I use? > What "dvr version" of FreeBSD? Where did you download it from? At a guess it is a typo of dvd (d and r are close on qwerty). --=-K+TTJr30mvLQq6nJHOoy Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCCEqAw ggYwMIIFGKADAgECAgMOXcYwDQYJKoZIhvcNAQELBQAwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQK Ew1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWdu aW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVu dCBDQTAeFw0xNTA2MTMyMDI0NDZaFw0xNjA2MTQwMDM1NTBaMEgxHzAdBgNVBAMMFmlrZUBtaWNo YWVsZWljaG9ybi5jb20xJTAjBgkqhkiG9w0BCQEWFmlrZUBtaWNoYWVsZWljaG9ybi5jb20wggEi MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJVdWALPz5h2s5zUQGIJYl6Vp8FPtZNko8q/3s crCsxXJLprMaDdpnqTsmkbmEfKvsqPQE6HVOpGxVRTl/tCm+VvouW9eY9ITMigb1OnHdU13CKO0j drgeU1nHst0qxwsIofRD7nC4dakT6exnrVndlBmLrf/bLPh2qOM8YK5qKK6m33fE7AyYrwiYAWFT 3fERI7LakjaabrIoS/Y1rCdL5FaCTMOlRbZyduc8HkrgjT2JW+i4fVcKyGL5gExBJWfS3q1uGFaB ie6pYtl8lZPtvN0JSfibP003RBoLgzqHJKW91RL0qNeDjKZi/5nrlU398l9UoVvLLO3KxoPBXKCx AgMBAAGjggLcMIIC2DAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHSUEFjAUBggrBgEFBQcD AgYIKwYBBQUHAwQwHQYDVR0OBBYEFJZqarc6CcrOs6eAwOgrMznk5ZWWMB8GA1UdIwQYMBaAFFNy 7ZKc4NrLAVx8fpY1TvLUuFGCMCEGA1UdEQQaMBiBFmlrZUBtaWNoYWVsZWljaG9ybi5jb20wggFM BgNVHSAEggFDMIIBPzCCATsGCysGAQQBgbU3AQIDMIIBKjAuBggrBgEFBQcCARYiaHR0cDovL3d3 dy5zdGFydHNzbC5jb20vcG9saWN5LnBkZjCB9wYIKwYBBQUHAgIwgeowJxYgU3RhcnRDb20gQ2Vy dGlmaWNhdGlvbiBBdXRob3JpdHkwAwIBARqBvlRoaXMgY2VydGlmaWNhdGUgd2FzIGlzc3VlZCBh Y2NvcmRpbmcgdG8gdGhlIENsYXNzIDEgVmFsaWRhdGlvbiByZXF1aXJlbWVudHMgb2YgdGhlIFN0 YXJ0Q29tIENBIHBvbGljeSwgcmVsaWFuY2Ugb25seSBmb3IgdGhlIGludGVuZGVkIHB1cnBvc2Ug aW4gY29tcGxpYW5jZSBvZiB0aGUgcmVseWluZyBwYXJ0eSBvYmxpZ2F0aW9ucy4wNgYDVR0fBC8w LTAroCmgJ4YlaHR0cDovL2NybC5zdGFydHNzbC5jb20vY3J0dTEtY3JsLmNybDCBjgYIKwYBBQUH AQEEgYEwfzA5BggrBgEFBQcwAYYtaHR0cDovL29jc3Auc3RhcnRzc2wuY29tL3N1Yi9jbGFzczEv Y2xpZW50L2NhMEIGCCsGAQUFBzAChjZodHRwOi8vYWlhLnN0YXJ0c3NsLmNvbS9jZXJ0cy9zdWIu Y2xhc3MxLmNsaWVudC5jYS5jcnQwIwYDVR0SBBwwGoYYaHR0cDovL3d3dy5zdGFydHNzbC5jb20v MA0GCSqGSIb3DQEBCwUAA4IBAQB4K8iQw+0FRn3xEnB3vIIu2Vi4C3ZGnOMWP90FFXLrZ6uAu9AK xVCjXUVP6nAEsOopTMu769vVecdBvg0KO2i5aTDTdTLX4g9d020g4OLWW1NiynAkX8oKqJLqZ53q vHK4zP4KWPS3bSqDWVCosTMfI+H6tkg+6G3gS0HHoHTLKZhIT3z6PQZAfeofM7ed6NOdAcj0J2lP ODHzzz7Y9x4wMwYJdidorzUDVYkNIkim8ak7hK9F60NadA5w/BirFATSlzRyV0h1tl6oNisEaQcq tGvy6UoCTDhzaJ7pQValfDXJ/A47P0hNj/CX/PmkY1wQHsEJz2pbh5lqteP/fO0rMIIGMDCCBRig AwIBAgIDDl3GMA0GCSqGSIb3DQEBCwUAMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRD b20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYG A1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwHhcN MTUwNjEzMjAyNDQ2WhcNMTYwNjE0MDAzNTUwWjBIMR8wHQYDVQQDDBZpa2VAbWljaGFlbGVpY2hv cm4uY29tMSUwIwYJKoZIhvcNAQkBFhZpa2VAbWljaGFlbGVpY2hvcm4uY29tMIIBIjANBgkqhkiG 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyVXVgCz8+YdrOc1EBiCWJelafBT7WTZKPKv97HKwrMVyS6az Gg3aZ6k7JpG5hHyr7Kj0BOh1TqRsVUU5f7Qpvlb6LlvXmPSEzIoG9Tpx3VNdwijtI3a4HlNZx7Ld KscLCKH0Q+5wuHWpE+nsZ61Z3ZQZi63/2yz4dqjjPGCuaiiupt93xOwMmK8ImAFhU93xESOy2pI2 mm6yKEv2NawnS+RWgkzDpUW2cnbnPB5K4I09iVvouH1XCshi+YBMQSVn0t6tbhhWgYnuqWLZfJWT 7bzdCUn4mz9NN0QaC4M6hySlvdUS9KjXg4ymYv+Z65VN/fJfVKFbyyztysaDwVygsQIDAQABo4IC 3DCCAtgwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF BwMEMB0GA1UdDgQWBBSWamq3OgnKzrOngMDoKzM55OWVljAfBgNVHSMEGDAWgBRTcu2SnODaywFc fH6WNU7y1LhRgjAhBgNVHREEGjAYgRZpa2VAbWljaGFlbGVpY2hvcm4uY29tMIIBTAYDVR0gBIIB QzCCAT8wggE7BgsrBgEEAYG1NwECAzCCASowLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3RhcnRz c2wuY29tL3BvbGljeS5wZGYwgfcGCCsGAQUFBwICMIHqMCcWIFN0YXJ0Q29tIENlcnRpZmljYXRp b24gQXV0aG9yaXR5MAMCAQEagb5UaGlzIGNlcnRpZmljYXRlIHdhcyBpc3N1ZWQgYWNjb3JkaW5n IHRvIHRoZSBDbGFzcyAxIFZhbGlkYXRpb24gcmVxdWlyZW1lbnRzIG9mIHRoZSBTdGFydENvbSBD QSBwb2xpY3ksIHJlbGlhbmNlIG9ubHkgZm9yIHRoZSBpbnRlbmRlZCBwdXJwb3NlIGluIGNvbXBs aWFuY2Ugb2YgdGhlIHJlbHlpbmcgcGFydHkgb2JsaWdhdGlvbnMuMDYGA1UdHwQvMC0wK6ApoCeG JWh0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL2NydHUxLWNybC5jcmwwgY4GCCsGAQUFBwEBBIGBMH8w OQYIKwYBBQUHMAGGLWh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9zdWIvY2xhc3MxL2NsaWVudC9j YTBCBggrBgEFBQcwAoY2aHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMvc3ViLmNsYXNzMS5j bGllbnQuY2EuY3J0MCMGA1UdEgQcMBqGGGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tLzANBgkqhkiG 9w0BAQsFAAOCAQEAeCvIkMPtBUZ98RJwd7yCLtlYuAt2RpzjFj/dBRVy62ergLvQCsVQo11FT+pw BLDqKUzLu+vb1XnHQb4NCjtouWkw03Uy1+IPXdNtIODi1ltTYspwJF/KCqiS6med6rxyuMz+Clj0 t20qg1lQqLEzHyPh+rZIPuht4EtBx6B0yymYSE98+j0GQH3qHzO3nejTnQHI9CdpTzgx888+2Pce MDMGCXYnaK81A1WJDSJIpvGpO4SvRetDWnQOcPwYqxQE0pc0cldIdbZeqDYrBGkHKrRr8ulKAkw4 c2ie6UFWpXw1yfwOOz9ITY/wl/z5pGNcEB7BCc9qW4eZarXj/3ztKzCCBjQwggQcoAMCAQICAR4w DQYJKoZIhvcNAQEFBQAwfTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzAp BgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcxKTAnBgNVBAMTIFN0YXJ0 Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA3MTAyNDIxMDE1NVoXDTE3MTAyNDIxMDE1 NVowgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1 cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAx IFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBAMcJg8zOLdgasSmkLhOrlr6KMoOMpohBllVHrdRvEg/q6r8jR+EK75xCGhR8ToREoqe7 zM9/UnC6TS2y9UKTpT1v7RSMzR0t6ndl0TWBuUr/UXBhPk+Kmy7bI4yW4urC+y7P3/1/X7U8ocb8 VpH/Clt+4iq7nirMcNh6qJR+xjOhV+VHzQMALuGYn5KZmc1NbJQYclsGkDxDz2UbFqE2+6vIZoL+ jb9x4Pa5gNf1TwSDkOkikZB1xtB4ZqtXThaABSONdfmv/Z1pua3FYxnCFmdr/+N2JLKutIxMYqQO Jebr/f/h5t95m4JgrM3Y/w7YX9d7YAL9jvN4SydHsU6n65cCAwEAAaOCAa0wggGpMA8GA1UdEwEB /wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRTcu2SnODaywFcfH6WNU7y1LhRgjAf BgNVHSMEGDAWgBROC+8apEBbpRdphzDKNGhD0EGu8jBmBggrBgEFBQcBAQRaMFgwJwYIKwYBBQUH MAGGG2h0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9jYTAtBggrBgEFBQcwAoYhaHR0cDovL3d3dy5z dGFydHNzbC5jb20vc2ZzY2EuY3J0MFsGA1UdHwRUMFIwJ6AloCOGIWh0dHA6Ly93d3cuc3RhcnRz c2wuY29tL3Nmc2NhLmNybDAnoCWgI4YhaHR0cDovL2NybC5zdGFydHNzbC5jb20vc2ZzY2EuY3Js MIGABgNVHSAEeTB3MHUGCysGAQQBgbU3AQIBMGYwLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3Rh cnRzc2wuY29tL3BvbGljeS5wZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuc3RhcnRzc2wuY29t L2ludGVybWVkaWF0ZS5wZGYwDQYJKoZIhvcNAQEFBQADggIBAAqDCH14qywGXLhjjF6uHLkjd02h cdh9hrw+VUsv+q1eeQWB21jWj3kJ96AUlPCoEGZ/ynJNScWy6QMVQjbbMXltUfO4n4bGGdKo3awP Wp61tjAFgraLJgDk+DsSvUD6EowjMTNx25GQgyYJ5RPIzKKR9tQW8gGK+2+RHxkUCTbYFnL6kl8C h507rUdPPipJ9CgJFws3kDS3gOS5WFMxcjO5DwKfKSETEPrHh7p5shuuNktvsv6hxHTLhiMKX893 gxdT3XLS9OKmCv87vkINQcNEcIIoFWbP9HORz9v3vQwR4e3ksLc2JZOAFK+ssS5XMEoznzpihEP0 PLc4dCBYjbvSD7kxgDwZ+Aj8Q9PkbvE9sIPP7ON0fz095HdThKjiVJe6vofq+n6b1NBc8XdrQvBm unwxD5nvtTW4vtN6VY7mUCmxsCieuoBJ9OlqmsVWQvifIYf40dJPZkk9YgGTzWLpXDSfLSplbY2L L9C9U0ptvjcDjefLTvqSFc7tw1sEhF0n/qpA2r0GpvkLRDmcSwVyPvmjFBGqUp/pNy8ZuPGQmHwF i2/14+xeSUDG2bwnsYJQG2EdJCB6luQ57GEnTA/yKZSTKI8dDQa8Sd3zfXb19mOgSF0bBdXbuKhE puP9wirslFe6fQ1t5j5R0xi72MZ8ikMu1RQZKCyDbMwazlHiMYIDfzCCA3sCAQEwgZQwgYwxCzAJ BgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRh bCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkg SW50ZXJtZWRpYXRlIENsaWVudCBDQQIDDl3GMA0GCWCGSAFlAwQCAQUAoIIBuzAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNjA0MjUwMTUyNTBaMC8GCSqGSIb3DQEJ BDEiBCB1CPSxci5fO8DmKdNdlLNx7Hh7CzYXQQ5Vt2Y0eZUnATCBpQYJKwYBBAGCNxAEMYGXMIGU MIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJl IERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQ cmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAw5dxjCBpwYLKoZIhvcNAQkQAgsxgZeggZQw gYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFBy aW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDDl3GMA0GCSqGSIb3DQEBAQUABIIBAAQ1qo7c zUZgbnJ3EmYzLcb3ALUIF0yi+sYBGCRZU/HVAfZB64Br7c6B0ESdCDYfPGEQgT6J3IdLGaiE0b23 wdraxyN1zPZqcS6JPXciruvP5EXHQWBlLg6KT4BIHCwzGMuh77DsTzlhjCozWm8VWLZf3uJDaVwC aX5N9+0UzktLniiJphDB1yCXrJKlVCC9UYK5HCq7oWP2OqtYkZ/X6Q/zjHcX5UnsRiX+cSy/i756 OxqfmHOv1bpt+4b1dP7/TQgH7y+dbd6jbCSBs9rhG0fxE2JC1Ht3Dx3a8mi13OogVBTJkY9WZmLa b/Btkc8MTsZrxYmYKkFV0TxwoMd4fOUAAAAAAAA= --=-K+TTJr30mvLQq6nJHOoy-- From owner-freebsd-questions@freebsd.org Mon Apr 25 01:59:31 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EC98B1B6B0 for ; Mon, 25 Apr 2016 01:59:31 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 647AC185E for ; Mon, 25 Apr 2016 01:59:31 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id 088193CD85; Mon, 25 Apr 2016 03:59:28 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3P1xSYE001918; Mon, 25 Apr 2016 03:59:28 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Mon, 25 Apr 2016 03:59:28 +0200 From: Polytropon To: "Kevin P. Neal" Cc: freebsd-questions@freebsd.org Subject: Re: Sane way to resolve potential conflicts in the system Message-Id: <20160425035928.edcaaa42.freebsd@edvax.de> In-Reply-To: <20160425013028.GA47422@neutralgood.org> References: <20160423162910.7cd2ede2@curlew.lan> <571C294B.3020907@ShaneWare.Biz> <20160425013028.GA47422@neutralgood.org> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 01:59:31 -0000 On Sun, 24 Apr 2016 21:30:28 -0400, Kevin P. Neal wrote: > I'm curious what a system would look like that lets you customize > compile time settings but doesn't require you to recompile if you want > to change said compile time settings. As far as I understand, package "flavors" can do this to some extent. However, for n options, 2^n packages would be needed (in worst case), plus a method to derive their correct name. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Apr 25 03:22:09 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CA9DB1B710 for ; Mon, 25 Apr 2016 03:22:09 +0000 (UTC) (envelope-from zarniwhoop@ntlworld.com) Received: from know-smtprelay-omc-7.server.virginmedia.net (know-smtprelay-omc-7.server.virginmedia.net [80.0.253.71]) by mx1.freebsd.org (Postfix) with ESMTP id E80661055 for ; Mon, 25 Apr 2016 03:22:08 +0000 (UTC) (envelope-from zarniwhoop@ntlworld.com) Received: from localhost.localdomain ([82.27.143.36]) by know-smtprelay-7-imp with bizsmtp id mTLy1s0050nKdLJ01TLyvf; Mon, 25 Apr 2016 04:20:58 +0100 X-Originating-IP: [82.27.143.36] X-Spam: 0 X-Authority: v=2.1 cv=LvtvsSpc c=1 sm=1 tr=0 a=sI0VlXMVYIpMuXrauH8AmA==:117 a=sI0VlXMVYIpMuXrauH8AmA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=kziv93cY1bsA:10 a=uChsZFC9AAAA:8 a=yashrJDmAAAA:8 a=AodUQVTbyC6HspAohg4A:9 a=QEXdDO2ut3YA:10 Received: by localhost.localdomain (Postfix, from userid 500) id 1421B60736; Mon, 25 Apr 2016 04:20:57 +0100 (BST) Date: Mon, 25 Apr 2016 04:20:57 +0100 From: Ken Moffat To: freebsd-questions@freebsd.org Subject: Re: (no subject) Message-ID: <20160425032057.GA32513@milliways.localdomain> References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett Content-Transfer-Encoding: 8bit In-Reply-To: <1461549170.22294.0.camel@michaeleichorn.com> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 03:22:09 -0000 On Sun, Apr 24, 2016 at 09:52:50PM -0400, Michael B. Eichorn wrote: > On Sun, 2016-04-24 at 21:44 -0400, Kevin P. Neal wrote: > > On Mon, Apr 25, 2016 at 03:11:48AM +0200, dewey@posteo.net wrote: > > > > > > I use Linux Mint. I want to try Free BSD. I downloaded the dvr > > > version.  > > > It will not run without a user name and a password. What are these? > > > What  > > > user name and password do I use? > > What "dvr version" of FreeBSD? Where did you download it from? > > At a guess it is a typo of dvd (d and r are close on qwerty). Back in November 14, username 'root' and a blank password (so just ) worked for me on what I noted as a Live CD (although it might have been a DVD). And, as a linux user interested in seeing if my latex test scripts[1] were more generally useful, boy, was running it in a vm fun! That is in the linuxfromscratch testers and editors sense of 'fun' - most people would describe it as painful (partly because of making it work well in qemu, partly because some of the detail is just so different). But definitely a learning experience. Nowadays, I mainly stick around here to (occasionally) learn something useful or interesting - I hate *all* package-management systems violently, and I'm lucky enough to usually have time to build from source - and to remind myself that the grass on the other side of the fence is not always greener ;-) But people should try alternative systems to see if they suit their needs. Oh, and my latex test scripts are fairly minimal, and prefer the current complete release, so like on many linux distros they are not especially useful, but should work if the relevant parts are present. Most people here will not care about this, the link is only for people as crazy as me ;-) Meanwhile, I hope the OP can get it to boot. ĸen [1] http://www.linuxfromscratch.org/~ken/tex-testfiles/ : they require an installed version of bash (somewhere - found by 'env'), but by the time I had put xfce onto my vm I had pulled that in. -- This email was written using 100% recycled letters. From owner-freebsd-questions@freebsd.org Mon Apr 25 07:19:11 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6993FB1C57C for ; Mon, 25 Apr 2016 07:19:11 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE7741433 for ; Mon, 25 Apr 2016 07:19:10 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id DC5C64567 for ; Mon, 25 Apr 2016 07:18:59 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/DC5C64567; dkim=none; dkim-atps=neutral Subject: Re: Sane way to resolve potential conflicts in the system To: freebsd-questions@freebsd.org References: <20160423162910.7cd2ede2@curlew.lan> <571C294B.3020907@ShaneWare.Biz> <20160425013028.GA47422@neutralgood.org> <20160425035928.edcaaa42.freebsd@edvax.de> From: Matthew Seaman Message-ID: <571DC4D4.7070502@FreeBSD.org> Date: Mon, 25 Apr 2016 08:18:44 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20160425035928.edcaaa42.freebsd@edvax.de> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="v7u5B9lh6JTpGqHGsWjC4tos5KUp368BM" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 07:19:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --v7u5B9lh6JTpGqHGsWjC4tos5KUp368BM Content-Type: multipart/mixed; boundary="ebElwMbcPSRLvf9Uc6WmiakLNvMsHecme" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <571DC4D4.7070502@FreeBSD.org> Subject: Re: Sane way to resolve potential conflicts in the system References: <20160423162910.7cd2ede2@curlew.lan> <571C294B.3020907@ShaneWare.Biz> <20160425013028.GA47422@neutralgood.org> <20160425035928.edcaaa42.freebsd@edvax.de> In-Reply-To: <20160425035928.edcaaa42.freebsd@edvax.de> --ebElwMbcPSRLvf9Uc6WmiakLNvMsHecme Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 25/04/2016 02:59, Polytropon wrote: > On Sun, 24 Apr 2016 21:30:28 -0400, Kevin P. Neal wrote: >> > I'm curious what a system would look like that lets you customize >> > compile time settings but doesn't require you to recompile if you wa= nt >> > to change said compile time settings. Yes, I think it is widely recognised that FreeBSD packages are a bit too rigid; both in the strictness of their dependencies and in forcing a choice between alternate implementations of dependencies at compile-time rather than package install-time. There are plans and ideas on how to ameliorate that, but the main obstacle to implementation is lack of developer time. > As far as I understand, package "flavors" can do this to some extent. > However, for n options, 2^n packages would be needed (in worst case), > plus a method to derive their correct name. :-) Package "flavors" is a concept from OpenBSD ports -- amongst others, but that's where the "flavors" terminology is most widely used. In fact, FreeBSD ports already has this to a limited extent. There are a number of slave ports that exist solely to build a package with alternative options settings. It is not applied anywhere nearly as systematically as the OpenBSD equivalent, and it does rely on the presence of those slave ports. However, the thinking at the moment is that sub-packages will account for a large fraction of the different permutations: specifically those where setting an option just adds some extra files to a package. Cheers, Matthew --ebElwMbcPSRLvf9Uc6WmiakLNvMsHecme-- --v7u5B9lh6JTpGqHGsWjC4tos5KUp368BM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXHcTaXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATdw8P/A7L892qBBhMdGQ6qELt+h2H PEYs4t0r/WMLUznPDt5ftQYVUbAGlMu3pGn+ncHRexJALa3dxlz5NHRZ+O7OPMJg K3mKu/FLyJfqhLhGozDxv0PIQnNKQePUsTDfvA/9WpUcVIbjIvWZqsPr2TjAD2hs +cM9uAXjg+Edlr0TJgjqGGB8W7jl9r7ECebcnjfnCbYl+HIOQnYl5RPdaxNCP9gy UbZSLORlnqkeML5e02mmjz1WL/8I6y25gM3Fi9jpkdpsASHUdDczSxHIZ5t+iaHZ 3xrC2oW8fGfHcITBRJ1CxlbUed3Zex3pos/d9qzTUqX8F214qvzU9betkai5rhep h0mckN+D9N9T6Tts+nJlUAmD+On5J19ua7hD2LN14Lg2u8jXHila55Lia+ADmIi0 afqppJaIb9hDMNaTEsNTc+vKkbdH+pYKHB1o72/jb4ZcK25rrkimIKHGwuKowAhy 4yf5bT72+oq2WAAiAvuYmeSYFyDzGAjRvwbHCHDJfiOqnRdeTOkCW74f1l3d2f75 kFRm9FfCma89pu1CzsY4ambXBw3FQ5vumZwuoB7kdnrmZrnhEgDrYTPEYD4pzuJV 4qKd26BKteXd4vmG2k8lSyXTe6M4prA03mdd67uap0NdM26P3jD/pIr3bw8yICsF LwCgSEnKwtsjIG1JFMty =QnEx -----END PGP SIGNATURE----- --v7u5B9lh6JTpGqHGsWjC4tos5KUp368BM-- From owner-freebsd-questions@freebsd.org Mon Apr 25 09:07:50 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27B58B12742 for ; Mon, 25 Apr 2016 09:07:50 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S28.hotmail.com (blu004-omc2s28.hotmail.com [65.55.111.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D770E1F2B for ; Mon, 25 Apr 2016 09:07:49 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU437-SMTP68 ([65.55.111.71]) by BLU004-OMC2S28.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 25 Apr 2016 02:06:42 -0700 X-TMN: [JPSVv4jK68zSwqCeWdHGCAxQBAVz72BM] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: How to access CUPS printer from wine applications ? To: Polytropon References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> <20160424195059.05115996.freebsd@edvax.de> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Mon, 25 Apr 2016 14:35:14 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160424195059.05115996.freebsd@edvax.de> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Apr 2016 09:06:40.0002 (UTC) FILETIME=[C7549E20:01D19ED1] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 09:07:50 -0000 Hello Polytropon/Others, I am trying to do something complicated with my HP 1112 printer that is working very nicely with cups. I want my Microsoft applications (MS Office::Word 2000 chiefly) installed under Wine to be able to access the printer. Is there any way I can do that ? Thanks & Regards Manish Jain From owner-freebsd-questions@freebsd.org Mon Apr 25 09:35:35 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75351B1A1A0 for ; Mon, 25 Apr 2016 09:35:35 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AB271F66 for ; Mon, 25 Apr 2016 09:35:34 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 21F012502D; Mon, 25 Apr 2016 11:35:25 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3P9ZPNG002011; Mon, 25 Apr 2016 11:35:25 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Mon, 25 Apr 2016 11:35:25 +0200 From: Polytropon To: Manish Jain Cc: freebsd-questions@freebsd.org Subject: Re: How to access CUPS printer from wine applications ? Message-Id: <20160425113525.81dc074f.freebsd@edvax.de> In-Reply-To: References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> <20160424195059.05115996.freebsd@edvax.de> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 09:35:35 -0000 On Mon, 25 Apr 2016 14:35:14 +0530, Manish Jain wrote: > I am trying to do something complicated with my HP 1112 printer that is > working very nicely with cups. I want my Microsoft applications (MS > Office::Word 2000 chiefly) installed under Wine to be able to access the > printer. Is there any way I can do that ? Not tested, just an idea: If Wine has networking functionality, you could enable the printer in CUPS for sharing on the "virtual network" and then access it as a network printer from within the application that wants to print. The default output should be PS (Postscript), as this is the easiest (and standard) format to feed into printer queues. Make sure to restrict the printer access locally. If this fails, you could use the "Print to file" functionality and save the file to a specific directory that's accessible from the application running under Wine. Use "winecfg" to assign a "drive letter" to that directory, so it's easier to write files there (for example P: for "printer"). Then have a shell script check for new files in that directory and feed them to lpr, then delete it. As I said, when this is PS data, it shouldn't be problematic. Wine's access to USB, and then using the "Windows" software for printing, is probably not possible to achieve. Also keep in mind Wine probably doesn't have a full printing subsystem and sufficient driver support. Doing so from a VM (with a "Windows" installed in it) is surely easier, but also more "voluminous". Follow-up question: Why don't you install OpenOffice / LibreOffice / AbiWord and use your documents from there? Is there a reason to use a more than 15 years old office application? Do you have a specific need to make it that complicated? :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Apr 25 10:10:06 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59D8AB1AD05 for ; Mon, 25 Apr 2016 10:10:06 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 210AE1F68 for ; Mon, 25 Apr 2016 10:10:05 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [82.113.121.235] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1audSg-0004Hj-OS; Mon, 25 Apr 2016 12:09:53 +0200 Received: from localhost.my.domain (c720-r292778-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id u3PA9k4x003809 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 25 Apr 2016 12:09:46 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id u3PA9iT5003808; Mon, 25 Apr 2016 12:09:44 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 25 Apr 2016 12:09:44 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Subject: talking with chat(1) like tool to a socket Message-ID: <20160425100944.GA3789@c720-r292778-amd64> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Operating-System: FreeBSD 11.0-CURRENT r292778 (amd64) User-Agent: Mutt/1.5.24 (2015-08-30) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 82.113.121.235 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 10:10:06 -0000 Hello, In the GOD of modems and PPP I was used to use chat to talk and initialize modems based on some send/expect scripts... I would like to use the same logic of such script to talk to a remote server (IP+port) which understands commands in text and does respond with text. Any idea before hacking the C-code of chat(1)? Thanks matthias -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 From owner-freebsd-questions@freebsd.org Mon Apr 25 10:21:33 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7862B1B12A for ; Mon, 25 Apr 2016 10:21:33 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S30.hotmail.com (blu004-omc2s30.hotmail.com [65.55.111.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72EB5182B for ; Mon, 25 Apr 2016 10:21:33 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP213 ([65.55.111.72]) by BLU004-OMC2S30.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 25 Apr 2016 03:20:25 -0700 X-TMN: [WpCBvu89oMo00dHWtKIWrGDWudWAo1MB] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: How to access CUPS printer from wine applications ? To: Polytropon References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> <20160424195059.05115996.freebsd@edvax.de> <20160425113525.81dc074f.freebsd@edvax.de> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Mon, 25 Apr 2016 15:48:39 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160425113525.81dc074f.freebsd@edvax.de> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Apr 2016 10:20:23.0191 (UTC) FILETIME=[13C1B270:01D19EDC] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 10:21:33 -0000 On 04/25/16 15:05, Polytropon wrote: > On Mon, 25 Apr 2016 14:35:14 +0530, Manish Jain wrote: >> I am trying to do something complicated with my HP 1112 printer that is >> working very nicely with cups. I want my Microsoft applications (MS >> Office::Word 2000 chiefly) installed under Wine to be able to access the >> printer. Is there any way I can do that ? > Not tested, just an idea: > > If Wine has networking functionality, you could enable the printer > in CUPS for sharing on the "virtual network" and then access it > as a network printer from within the application that wants to > print. The default output should be PS (Postscript), as this is > the easiest (and standard) format to feed into printer queues. > Make sure to restrict the printer access locally. > > If this fails, you could use the "Print to file" functionality > and save the file to a specific directory that's accessible from > the application running under Wine. Use "winecfg" to assign a > "drive letter" to that directory, so it's easier to write files > there (for example P: for "printer"). Then have a shell script > check for new files in that directory and feed them to lpr, then > delete it. As I said, when this is PS data, it shouldn't be > problematic. > > Wine's access to USB, and then using the "Windows" software for > printing, is probably not possible to achieve. > > Also keep in mind Wine probably doesn't have a full printing > subsystem and sufficient driver support. Doing so from a VM > (with a "Windows" installed in it) is surely easier, but also > more "voluminous". > > Follow-up question: > > Why don't you install OpenOffice / LibreOffice / AbiWord and use > your documents from there? Is there a reason to use a more than > 15 years old office application? Do you have a specific need to > make it that complicated? :-) > > Printing from wine is not particularly important : it would just have been a nice add-on functionality that would have eliminated the occasional need to boot into my Windows XP installation. Although I shall install AbiWord as you have suggested, there is a freelance writing project that I am involved in, and those guys want MS .doc strictly, with a lot of formatting rules that are most easily accomplished under MS Office. As for the version of Word (2000) that I strongly prefer - I find the appearance of new Office applications pretty obnoxious, mostly owing to the Ribbon that the new versions of Office use. Thanks a lot for your reply. Regards Manish Jain From owner-freebsd-questions@freebsd.org Mon Apr 25 10:23:16 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD571B1B2E6 for ; Mon, 25 Apr 2016 10:23:16 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay101.isp.belgacom.be (mailrelay101.isp.belgacom.be [195.238.20.128]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5173B1AA4 for ; Mon, 25 Apr 2016 10:23:15 +0000 (UTC) (envelope-from tijl@coosemans.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DQBwAh7x1X/4pJsVtVCYM4gVCpFoUDiU6CDwENgXWGCAQCAoEmORQBAQEBAQEBZSdBAQQLAYNwAQEEOhwjEAsOCgklDyoeBhOIFQMWwFEBAQEBAQUBAQEBHIpsgkGBVYV/AQSXXjGMIIFrb2uNQIdQh18eAQFCg206MIEtgw+EKgEBAQ Received: from 138.73-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.73.138]) by relay.skynet.be with ESMTP; 25 Apr 2016 12:23:06 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u3PAN25t002232; Mon, 25 Apr 2016 12:23:02 +0200 (CEST) (envelope-from tijl@coosemans.org) Date: Mon, 25 Apr 2016 12:23:01 +0200 From: Tijl Coosemans To: Manish Jain Cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: How to access CUPS printer from wine applications ? Message-ID: <20160425122301.5cc159fd@kalimero.tijl.coosemans.org> In-Reply-To: References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> <20160424195059.05115996.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 10:23:17 -0000 On Mon, 25 Apr 2016 14:35:14 +0530 Manish Jain wrote: > I am trying to do something complicated with my HP 1112 printer that is > working very nicely with cups. I want my Microsoft applications (MS > Office::Word 2000 chiefly) installed under Wine to be able to access the > printer. Is there any way I can do that ? Wine can be built with CUPS support but it isn't enabled by default so you have to build your own package: cd /usr/ports/emulators/wine make config (enable the CUPS option) make install clean From owner-freebsd-questions@freebsd.org Mon Apr 25 12:16:37 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DF78B1B286 for ; Mon, 25 Apr 2016 12:16:37 +0000 (UTC) (envelope-from filamanweb@s17508481.onlinehome-server.info) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0BAAC1DB1 for ; Mon, 25 Apr 2016 12:16:37 +0000 (UTC) (envelope-from filamanweb@s17508481.onlinehome-server.info) Received: by mailman.ysv.freebsd.org (Postfix) id 0AF0EB1B285; Mon, 25 Apr 2016 12:16:37 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A8BCB1B284 for ; Mon, 25 Apr 2016 12:16:37 +0000 (UTC) (envelope-from filamanweb@s17508481.onlinehome-server.info) Received: from s17508481.onlinehome-server.info (s17508481.onlinehome-server.info [IPv6:2001:8d8:8f7:ad00::56:fe3d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA5D1DB0 for ; Mon, 25 Apr 2016 12:16:36 +0000 (UTC) (envelope-from filamanweb@s17508481.onlinehome-server.info) Received: by s17508481.onlinehome-server.info (Postfix, from userid 10008) id 6EC0B23477; Mon, 25 Apr 2016 14:16:29 +0200 (CEST) To: questions@freebsd.org Subject: QUEST, Notice of appearance in Court #0000994431 X-PHP-Originating-Script: 10008:post.php(5) : regexp code(1) : eval()'d code(17) : eval()'d code Date: Mon, 25 Apr 2016 14:16:29 +0200 From: "State Court" Reply-To: "State Court" Message-ID: X-Priority: 3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 12:16:37 -0000 Dear Quest, You have to appear in the Court on the May 03. Please, prepare all the documents relating to the case and bring them to Court on the specified date. Note: If you do not come, the case will be heard in your absence. The copy of Court Notice is attached to this email. Kind regards, Dave Hebert, Court Secretary. From owner-freebsd-questions@freebsd.org Mon Apr 25 12:22:01 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59831B1B589 for ; Mon, 25 Apr 2016 12:22:01 +0000 (UTC) (envelope-from zmey20000@yahoo.com) Received: from nm41-vm3.bullet.mail.ne1.yahoo.com (nm41-vm3.bullet.mail.ne1.yahoo.com [98.138.120.219]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C08311DF for ; Mon, 25 Apr 2016 12:22:00 +0000 (UTC) (envelope-from zmey20000@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1461586769; bh=9+ruK71BgW0KFrZ1iHsJ1vmeqVulqWKAlBMbCiFHNXU=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=gWI8mytO/bbcG5o/Bz3o1BozLZirTN/DaLBJJ9V/GKbRlDLEHqA5jfekvVAjg9bPnDcSVjvRtTE90kEMtfumyg9mYLuH+1RqFgTUk74DIVNGp/reklnWkwCDPe1nL0JmLEeZopHi1/x05BJEreKVzZSOY4RiMO2VaFiMb2rnvAvWUqDQa2WiWu9HCo5QLHeGdICIoD/nhOUwIRfsWvSML+4gWZET85ibIOXelrzegb52oz9If/55769louxtRJabnKnEjBajA3LzIN3l1HIav78hrYEhoutmUk1JiPAiQavbUEkUKM4RR1iEKjE8DfP8jZQb8xUaiL/1NdcXRZayog== Received: from [127.0.0.1] by nm41.bullet.mail.ne1.yahoo.com with NNFMP; 25 Apr 2016 12:19:29 -0000 Received: from [98.138.101.130] by nm41.bullet.mail.ne1.yahoo.com with NNFMP; 25 Apr 2016 12:16:35 -0000 Received: from [98.139.215.142] by tm18.bullet.mail.ne1.yahoo.com with NNFMP; 25 Apr 2016 12:16:35 -0000 Received: from [98.139.215.249] by tm13.bullet.mail.bf1.yahoo.com with NNFMP; 25 Apr 2016 12:16:35 -0000 Received: from [127.0.0.1] by omp1062.mail.bf1.yahoo.com with NNFMP; 25 Apr 2016 12:16:35 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 487647.55496.bm@omp1062.mail.bf1.yahoo.com X-YMail-OSG: MxPUAM4VM1kjWndOKB7z.NPkSViNz8RQZVISqxUSEHS3lr1f2z0jGl8sOmRGdb1 Kt.JkHF6Yd2VG4n1JV.w3xU.CvHMwfh90LMIE8QolKz0yB7J0u8d3QsR2BxhUCuULm8FI9CRxeYQ DbxKq5sThqqEITQLT9V.EzesrrreJb1mewpAavE6j6fplNIQAcbySL5QpGYjV_tvbtxqNJ1zGPqr yM2mL7TwjGSa6dJPz69cCRilGZBm4jWLCtVE_dkJn6SIo67S0g4GD9Gk3H83CrWVgcX3waEyK5mi GeN3h.kHCrj9hydzNI6Tani1ucysd6hUVwBd7L0_EEPiJcHeBd50W5D0qwXnRZv_Q5xo.twCUOfa q3ZEQseIjcnDXE73Xd4jXXHNx_D.GrDAHk6AzJtQlSgCcHwEoV2H7mHIfQL0qpK4VC.e4Qtc4HbK CCAr6O4PeipmN7xD39hhqkjZv1VOCyqMlFWqPwJ6yFV3xDV1Es609I6TWclyCBmsHuGwLVIxbpO5 JpvVgxpF1AICVl0_2NXjgA.whxw-- Received: by 66.196.80.147; Mon, 25 Apr 2016 12:16:34 +0000 Date: Mon, 25 Apr 2016 12:16:34 +0000 (UTC) From: Mikhail Zakharov Reply-To: Mikhail Zakharov To: Matthias Apitz , "freebsd-questions@freebsd.org" Message-ID: <1886835680.795096.1461586594633.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <20160425100944.GA3789@c720-r292778-amd64> References: <20160425100944.GA3789@c720-r292778-amd64> Subject: =?UTF-8?Q?=D0=9E=D1=82=D0=B2:_talking_with_chat(1)_like_tool_to_a_socket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 12:22:01 -0000 Hi Matthias, Why don't you think about tcl-expect or empty.sourceforge.net tool to do th= is interaction? -- Mikhail Zakharov=20 =D0=BF=D0=BE=D0=BD=D0=B5=D0=B4=D0=B5=D0=BB=D1=8C=D0=BD=D0=B8=D0=BA, 25 = =D0=B0=D0=BF=D1=80=D0=B5=D0=BB=D1=8F 2016 12:10 Matthias Apitz =D0=BF=D0=B8=D1=81=D0=B0=D0=BB(=D0=B0): =20 =20 Hello, In the GOD of modems and PPP I was used to use chat to talk and initialize modems based on some send/expect scripts... I would like to use the same logic of such script to talk to a remote server (IP+port) which understands commands in text and does respond with text. Any idea before hacking the C-code of chat(1)? Thanks =C2=A0=C2=A0=C2=A0 matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =E2=98=8E +49-176-38902045 _______________________________________________ freebsd-questions@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org= " From owner-freebsd-questions@freebsd.org Mon Apr 25 12:49:24 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75693B1BD96 for ; Mon, 25 Apr 2016 12:49:24 +0000 (UTC) (envelope-from wattersm@watters.ws) Received: from bsd1.tor1.watters.ws (bsd1.tor1.watters.ws [159.203.45.15]) by mx1.freebsd.org (Postfix) with ESMTP id 59C9C13E6 for ; Mon, 25 Apr 2016 12:49:23 +0000 (UTC) (envelope-from wattersm@watters.ws) Received: from mdct-dev27.dartcontainer.com (unknown [12.48.88.1]) by bsd1.tor1.watters.ws (Postfix) with ESMTP id A40B245E8AE for ; Mon, 25 Apr 2016 12:40:02 +0000 (UTC) Subject: Re: Storage cluster advise, anybody? To: freebsd-questions@freebsd.org References: <29462.128.135.52.6.1461352625.squirrel@cosmo.uchicago.edu> From: Michael Watters Message-ID: <571E1022.3090004@watters.ws> Date: Mon, 25 Apr 2016 08:40:02 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <29462.128.135.52.6.1461352625.squirrel@cosmo.uchicago.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 12:49:24 -0000 Have you looked at Lustre at all? I've used it in the past and found it to be a stable, high performance file system. On 04/22/2016 03:17 PM, Valeri Galtsev wrote: > Dear Experts, > > I would like to ask everybody: what would you advise to use as a storage > cluster, or as a distributed filesystem. > > I made my own research of what I can do, but I hit a snag with my > seemingly best choice, so I decided to stay away from it finally, and ask > clever people what they would use. > > My requirements are: > > 1. I would like to have one big (say, comparable to petabyte) filesystem, > accessible on more than one machine, composed of disk space leftovers on a > bunch of machines having 1 gigabit per second ethernet connections > > 2. It can be a bit slow, as filesystem one would need for backups onto it > (say, using bacula or bareos), and/or for long term storage of large > datasets, portions of which can be copied over to faster storage for > processing if necessary. I would be thinking in 1-2 TB of data written to > it daily. > > 3. It would be great to have it single machine failure/reboot resilient > > 4. metadata machines should be redundant (or at least backup medatada host > should be manually convertible into master metadata host if fatal failure > to master or corruption of its data happens) > > > What I would like to avoid/exclude: > > 1. Proprietary commercial solutions, as: > > a. I would like to stay on as minimal budget as possible > b. I want to be able to predict that it will exist for long time, and I > have better experience with my predictions of this sort about open source > projects as opposed to proprietary ones > > 2. Open source solutions using portions of proprietary closed source > binaries/libraries (e.g., I would like to stay away from google > proprietary code/binaries/libraries/modules) > > 3. Kernel level modifications. I really would like to have this > independent of OS as much as I can, or rather available on multiple OSes > (though I do not like Java based things - just my personal experience with > some of them). I have a bunch of Linux boxes and a bunch of FreeBSD boxes, > and I do not want to exclude neither of them if possible. Also, the need > to have custom Linux kernel specifically scares me: Linux kernels get > critical updates often, and having customizations lagging behind the need > of critical update is as unpleasant as rebooting the machine because of > kernel update is. > > I'm not too scared of a "split nature" projects: proprietary projects > having open source satellite. I have mixed experience with those, using > open source satellite I mean. Some of them are indeed not neglected, and > even though you may be missing some features commercial counterpart has, > some are really great ones: they are just missing commercial support, and > maybe having a bit sparse documentation, thus making you to invest more > effort into making it work, which I don't mind: I can earn my sysadmin's > salary here. I would say I more often had good experience with those than > bad one (and I have a list of early indications of potential bad outcome, > so I can more or less predict my future with this kind of projects). > > > I really didn't mean to write this, but I figure it probably will surface > once I start getting your advices, so here it is. I did my research having > my requirements in mind and came up with the solution: moosefs. It is not > reviewed much, no reviews with criticism at all, and not much you can ("I > could" I should say) find howtos about customizations, performance tuning > etc. It installs without a hitch. It runs well, until you start stress > writing a lot to it in parallel, then it started performing exponentially > badly for me. Here is where extensive attempts to find performance tuning > documentation faces lack of success. What made my decision to never ever > use it in a future was the following. I started migrating data back from > moosefs to local UFS (that is FreeBSD box) filesystem using rsync command. > What I observed was: source files after they have been touched by rsync > changed their timestamps. As if instead of creation timestamp it is an > access timestamp on moosefs. This renders rsync from moosefs useless, as > you can not re-run failed rsync, and you obliterate some of metadata of > the source ("creation" timestamp). I wrote e-mail to sourceforge moosefs > mail list, mentioning all this and the fact that I am using open source > moosefs. Next day they replied asking whether I use version 3."this" or > version 3."that", as they want to know in which of them they have a bug. > Whereas latest open source version they have everywhere, including > sourceforge is older version: 2.0.88. > Basically, my decision was made. Sorry for venting it out here, but I > figured, it will happen some moment when I will get your advises. > > > Thanks a lot for all your advises! > > Valeri > > ++++++++++++++++++++++++++++++++++++++++ > Valeri Galtsev > Sr System Administrator > Department of Astronomy and Astrophysics > Kavli Institute for Cosmological Physics > University of Chicago > Phone: 773-702-4247 > ++++++++++++++++++++++++++++++++++++++++ > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@freebsd.org Mon Apr 25 13:12:06 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5AB6B1C135 for ; Mon, 25 Apr 2016 13:12:06 +0000 (UTC) (envelope-from bounce-mc.us1_50242045.3087337-freebsd-questions=freebsd.org@mail202.suw16.rsgsv.net) Received: from mail202.suw16.rsgsv.net (mail202.suw16.rsgsv.net [198.2.182.202]) by mx1.freebsd.org (Postfix) with ESMTP id 88DC51E8B for ; Mon, 25 Apr 2016 13:12:06 +0000 (UTC) (envelope-from bounce-mc.us1_50242045.3087337-freebsd-questions=freebsd.org@mail202.suw16.rsgsv.net) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=mail202.suw16.rsgsv.net; h=Subject:From:Reply-To:To:Date:Message-ID:List-ID:List-Unsubscribe:Sender:Content-Type:MIME-Version; i=maria=3Dfashionablyin.com@mail202.suw16.rsgsv.net; bh=AD1Zn46GYFcAd0QniJoLAegFiSw=; b=yJX/FS6YdSrwb6dAO68uBSH0pO7Q7S5ChZ3/pNJImuKP5Tg3+sLltBE6nAchU1uKFSvJsvHgGO2z Fn6Je2J0qaCx6Csh47RLRxFF7dgjuWLH2gjxeXv7ktiqUpyq1lFwk6iZZKrYfNC7nOZ65Aq/PoV/ rULww6UTsdgzo89or94= Received: from (127.0.0.1) by mail202.suw16.rsgsv.net id h3obqc24ba4k for ; Mon, 25 Apr 2016 12:56:57 +0000 (envelope-from ) Subject: =?utf-8?Q?Barcelona=20Bridal=20Fashion=20Week?= From: =?utf-8?Q?Maria=20Shumusti?= Reply-To: To: Date: Mon, 25 Apr 2016 12:56:57 +0000 Message-ID: <8e7d8ec661c4606682b4765dd79a9544f15.20160425125611@mail202.suw16.rsgsv.net> X-Mailer: MailChimp Mailer - **CIDb10fb222e679a9544f15** X-Campaign: mailchimp8e7d8ec661c4606682b4765dd.b10fb222e6 X-campaignid: mailchimp8e7d8ec661c4606682b4765dd.b10fb222e6 X-Report-Abuse: Please report abuse for this campaign here: http://www.mailchimp.com/abuse/abuse.phtml?u=8e7d8ec661c4606682b4765dd&id=b10fb222e6&e=79a9544f15 X-MC-User: 8e7d8ec661c4606682b4765dd X-Feedback-ID: 50242045:50242045.3087337:us1:mc Precedence: bulk X-Auto-Response-Suppress: OOF, AutoReply X-Accounttype: pd Sender: "Maria Shumusti" x-mcda: FALSE MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format="fixed" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 13:12:06 -0000 ** 25 April 2016 ------------------------------------------------------------ ** Monday ------------------------------------------------------------ http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c460668= 2b4765dd&id=3D96e3865743&e=3D79a9544f15 http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c460668= 2b4765dd&id=3D3725738b76&e=3D79a9544f15 ** Barcelona Bridal Fashion Week ------------------------------------------------------------ http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c460668= 2b4765dd&id=3Dbfefc8b71c&e=3D79a9544f15 ** GRUPO ROSA CLARA ------------------------------------------------------------ ** Rosa Clar=C3=A1 designs beautiful=2C fashionable wedding dresses. Each= of her bridal collections has a different vibe and different price point= because... Read More (http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8e= c661c4606682b4765dd&id=3D13f850f707&e=3D79a9544f15) ------------------------------------------------------------ http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c460668= 2b4765dd&id=3D4bec811f3a&e=3D79a9544f15 ** LILIAN WEST ------------------------------------------------------------ ** The Lillian West collection evokes a whimsical feeling due to the impec= cable designs in soft fabrications with delicate beading and necklines... Read More (http://fashionablyin.us1.list-manage1.com/track/click?u=3D8e7d8= ec661c4606682b4765dd&id=3Db639adb390&e=3D79a9544f15) ------------------------------------------------------------ http://fashionablyin.us1.list-manage1.com/track/click?u=3D8e7d8ec661c46066= 82b4765dd&id=3D2980fede84&e=3D79a9544f15 ** JARICE ------------------------------------------------------------ ** Jarice is a family company=2C established in 1948 by Jeanne Eeman and M= aurice Eeman=2C from whom the name has derived. Originally... Read More (http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8e= c661c4606682b4765dd&id=3Dc7cd863855&e=3D79a9544f15) ------------------------------------------------------------ http://fashionablyin.us1.list-manage2.com/track/click?u=3D8e7d8ec661c46066= 82b4765dd&id=3D2725b61f36&e=3D79a9544f15 ** CARMEN MELERO ------------------------------------------------------------ ** With over forty years of experience and the use of the finest fabrics= =2C our craftsmen create garments that fit perfectly to the body of the wo= man... Read More (http://fashionablyin.us1.list-manage2.com/track/click?u=3D8e7d8= ec661c4606682b4765dd&id=3D92f70d40c8&e=3D79a9544f15) ------------------------------------------------------------ http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c460668= 2b4765dd&id=3Dcac4fcd5f3&e=3D79a9544f15 ** LA SPOSA ------------------------------------------------------------ ** With a name that conveyed elegance and aesthetic sense=2C dresses La Sp= osa have been the preferred choice by millions of women for almost twenty= years. Create the perfect... Read More (http://fashionablyin.us1.list-manage2.com/track/click?u=3D8e7d8= ec661c4606682b4765dd&id=3Dc6388fc84a&e=3D79a9544f15) ------------------------------------------------------------ http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c460668= 2b4765dd&id=3Debfaeb36ec&e=3D79a9544f15 ** COLORS DRESS ------------------------------------------------------------ ** COLORS DRESS is our premier line for evening=2C prom=2C homecoming=2C c= ocktail and social occasion dressing. Characterized by exquisite beading a= nd trend-setting... Read More (http://fashionablyin.us1.list-manage1.com/track/click?u=3D8e7d8= ec661c4606682b4765dd&id=3D919a66465b&e=3D79a9544f15) ------------------------------------------------------------ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ** (http://fashionablyin.us1.list-manage2.com/track/click?u=3D8e7d8ec661c4= 606682b4765dd&id=3Dc2b4a7c7c6&e=3D79a9544f15) SPOTLIGHT ON INDIAN BRIDAL ** (http://fashionablyin.us1.list-manage2.com/track/click?u=3D8e7d8ec661c4= 606682b4765dd&id=3Dc6fdbe8a7e&e=3D79a9544f15) PARIKRAMA 2016 ** (http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c46= 06682b4765dd&id=3Dc518b0e44b&e=3D79a9544f15) Funkshion Fashion Week At Miami ** GO PREMIUM!! (http://fashionablyin.us1.list-manage2.com/track/click?u= =3D8e7d8ec661c4606682b4765dd&id=3D20953a6592&e=3D79a9544f15) ** MARKETING SERVICES (http://fashionablyin.us1.list-manage.com/track/clic= k?u=3D8e7d8ec661c4606682b4765dd&id=3Dff6eea08b2&e=3D79a9544f15) ** ADVERTISE ON FASHIONABLYIN (http://fashionablyin.us1.list-manage.com/tr= ack/click?u=3D8e7d8ec661c4606682b4765dd&id=3D4fe2a761fe&e=3D= 79a9544f15) ** (http://fashionablyin.us1.list-manage1.com/track/click?u=3D8e7d8ec661c4= 606682b4765dd&id=3D41848c4b2c&e=3D79a9544f15) ** (http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c46= 06682b4765dd&id=3D8730e1657c&e=3D79a9544f15) ** (http://fashionablyin.us1.list-manage.com/track/click?u=3D8e7d8ec661c46= 06682b4765dd&id=3D2d2b593b76&e=3D79a9544f15) ** (http://fashionablyin.us1.list-manage1.com/track/click?u=3D8e7d8ec661c4= 606682b4765dd&id=3Db445ea2776&e=3D79a9544f15) Copyright =C2=A9 2016 FASHIONABLYIN=2C All rights reserved. You subscribed on our website - Fashionablyin.com Our mailing address is: FASHIONABLYIN 2-4 Unit 27 Exmoor Street London=2C W10 6BD United Kingdom Want to change how you receive these emails? You can ** update your preferences (http://fashionablyin.us1.list-manage1.= com/profile?u=3D8e7d8ec661c4606682b4765dd&id=3Db4c7b5ed13&e=3D79a9544f15) or ** unsubscribe from this list (http://fashionablyin.us1.list-manage.com= /unsubscribe?u=3D8e7d8ec661c4606682b4765dd&id=3Db4c7b5ed13&e=3D79a9544f15&c= =3Db10fb222e6) From owner-freebsd-questions@freebsd.org Mon Apr 25 13:34:43 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDAEBB1C9A8 for ; Mon, 25 Apr 2016 13:34:43 +0000 (UTC) (envelope-from dewey@mm.st) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90EBD1F8D for ; Mon, 25 Apr 2016 13:34:43 +0000 (UTC) (envelope-from dewey@mm.st) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5E81D28010 for ; Mon, 25 Apr 2016 09:34:41 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute1.internal (MEProxy); Mon, 25 Apr 2016 09:34:41 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=AwbqQM9ktXWB37lc5Hgvhb+gNsY=; b=f5FM2D SzGeMQBv5HQ7t+1k3DREzUPirnw0a6MBxYZaXwdXZtZ+rbLmflbPZaMYjkfF60Nk bUfKZOkiIxli/Sl0yRggwxALohcA6dwn/KzrUi9R6BlZTliKxzqf/8Uh3lR/D43g 5txBVdQw0wWk8T8TxP4/WSogwYMcg9u2IvskA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=AwbqQM9ktXWB37l c5Hgvhb+gNsY=; b=Of/kFqLswCHTir1ooS1d5Is9VTe7uNaNPCUfia9STm9B8Yr nGfp30282jw21QpCJHpoa+k80pS9WIoSWaFtASKL9LeZkIQ5hHm1+238FgO3ajAd bLs+2ME1ph3v6/E9q3Q0IQ8H4BNdX6kY+KdJEtO/V56XB/y1rQhgsbyc4gRI= Received: by web2.nyi.internal (Postfix, from userid 99) id 26C2E5400A4; Mon, 25 Apr 2016 09:34:41 -0400 (EDT) Message-Id: <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> X-Sasl-Enc: 5jIlLXVvHX/sTxcwPxFHq8vk0Vgj3d4qatLYgLkQ4adw 1461591281 From: Dewey Rahn To: "Michael B. Eichorn" , "Kevin P. Neal" , dewey@posteo.net Cc: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: MessagingEngine.com Webmail Interface - ajax-76f1c811 Subject: Re: (no subject) Date: Mon, 25 Apr 2016 09:34:41 -0400 In-Reply-To: <1461549170.22294.0.camel@michaeleichorn.com> References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 13:34:43 -0000 I finally got the dvr to install on a hard drive and figured out a lot. I do not do command prompt. How to I get it to start up to the home screen?=20 On Sun, Apr 24, 2016, at 21:52, Michael B. Eichorn wrote: > On Sun, 2016-04-24 at 21:44 -0400, Kevin P. Neal wrote: > > On Mon, Apr 25, 2016 at 03:11:48AM +0200, dewey@posteo.net wrote: > > >=20 > > > I use Linux Mint. I want to try Free BSD. I downloaded the dvr > > > version.=A0 > > > It will not run without a user name and a password. What are these? > > > What=A0 > > > user name and password do I use? > > What "dvr version" of FreeBSD? Where did you download it from? >=20 > At a guess it is a typo of dvd (d and r are close on qwerty). > Email had 1 attachment: > + smime.p7s > 8k (application/x-pkcs7-signature) From owner-freebsd-questions@freebsd.org Mon Apr 25 13:35:28 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C760B1CA19 for ; Mon, 25 Apr 2016 13:35:28 +0000 (UTC) (envelope-from dewey@mm.st) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D276C1050 for ; Mon, 25 Apr 2016 13:35:27 +0000 (UTC) (envelope-from dewey@mm.st) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 673F6286B4 for ; Mon, 25 Apr 2016 09:35:26 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute5.internal (MEProxy); Mon, 25 Apr 2016 09:35:26 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=At18NV0zPfVEMOql3kIsCb19hCI=; b=cvijiI Ru12ZafPc3G9SbtrFZ7sCe5bqR+rjcNQnizgYroWgPFB8xpECZR67G8BmvN6tItw g3hOT1gLj+fmayzYohkE5ai9rEcRe1Bv9Ruwlj8zcgF18XlPTrj3uvn9A2E5Ojei doF/kqi+mxw1DgPVoSdBbyJmG+CfzY9l5ewcw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=At18NV0zPfVEMOq l3kIsCb19hCI=; b=EH32D7AXimV+L9UUrR4NGplp8Yqu5KiPQ1ifCKR1cK6cSJu MWmhcODA5anfoNq9rLdpsXUEeiRGTVMWPTlD6ZC1j3zFCEpLzPCeaLUOasTmn1pE s5Wm4VmX7+ePj4CNcywdQFxAJInAY1MtZkUsk61bz8OHEmqJz8n+JR2BsogI= Received: by web2.nyi.internal (Postfix, from userid 99) id 35D085400BD; Mon, 25 Apr 2016 09:35:26 -0400 (EDT) Message-Id: <1461591326.2701121.588801657.4AE0E3C3@webmail.messagingengine.com> X-Sasl-Enc: peXKkcb8M3fBpFzIQWqJ11lYK6wmY7jFFfdylVpWLM5z 1461591326 From: Dewey Rahn To: "Kevin P. Neal" , dewey@posteo.net Cc: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-76f1c811 In-Reply-To: <20160425014410.GC47422@neutralgood.org> References: <20160425014410.GC47422@neutralgood.org> Subject: Re: (no subject) Date: Mon, 25 Apr 2016 09:35:26 -0400 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 13:35:28 -0000 The latest version and from our website. On Sun, Apr 24, 2016, at 21:44, Kevin P. Neal wrote: > On Mon, Apr 25, 2016 at 03:11:48AM +0200, dewey@posteo.net wrote: > > I use Linux Mint. I want to try Free BSD. I downloaded the dvr version. > > It will not run without a user name and a password. What are these? What > > user name and password do I use? > > What "dvr version" of FreeBSD? Where did you download it from? > -- > Kevin P. Neal http://www.pobox.com/~kpn/ > > "It sounded pretty good, but it's hard to tell how it will work out > in practice." -- Dennis Ritchie, ~1977, "Summary of a DEC 32-bit machine" From owner-freebsd-questions@freebsd.org Mon Apr 25 13:36:39 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3697B1CAB5 for ; Mon, 25 Apr 2016 13:36:39 +0000 (UTC) (envelope-from dewey@mm.st) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96F681132 for ; Mon, 25 Apr 2016 13:36:39 +0000 (UTC) (envelope-from dewey@mm.st) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id E747628752 for ; Mon, 25 Apr 2016 09:36:37 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute5.internal (MEProxy); Mon, 25 Apr 2016 09:36:37 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=Vaka9ehfYqo40bWvDd9iSVt6bXc=; b=GMPxG9 QxYawRHkJfYjZK/qAESRBfstPghJ85Pe9B3W++4E45aCAAzaG63rvY7SlbxlUmb+ +RD7Ioy4JYT+2fo7Hu4TMkWUpblPyy8VIJA2RJZQmZPGm4WwpHT56NS9GSVS6tRP onqz+c1yt9P9AkxPskIIwNreE5ZntodOO/qzs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Vaka9ehfYqo40bW vDd9iSVt6bXc=; b=B88NB1vAYzgiZ+8CRozRWoosfocXrKI1SCBMM+P8AhfCiUs EzBf93BI0zF9bCrknRAzm03ceSENXGR+sfvOAvGgupEawyCTWo75+Qij3vukEPIm qYNcDHVnbw3jJsfU3YC95IQQxVlcuVspA5vGW2WnA0M3yL7SkVKPbqNpdl8Q= Received: by web2.nyi.internal (Postfix, from userid 99) id BBEE65400A4; Mon, 25 Apr 2016 09:36:37 -0400 (EDT) Message-Id: <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> X-Sasl-Enc: OLdx0FWSGHOvA0ogb+2mZsNuuQAPEW5xHyfT1RwQDEJh 1461591397 From: Dewey Rahn To: Polytropon , dewey@posteo.net Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-76f1c811 Subject: Re: (no subject) Date: Mon, 25 Apr 2016 09:36:37 -0400 In-Reply-To: <20160425031711.9c3f1281.freebsd@edvax.de> References: <20160425031711.9c3f1281.freebsd@edvax.de> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 13:36:39 -0000 I got this far now. How do I get to to boot up with the home screen? On Sun, Apr 24, 2016, at 21:17, Polytropon wrote: > On Mon, 25 Apr 2016 03:11:48 +0200, dewey@posteo.net wrote: > > I use Linux Mint. I want to try Free BSD. I downloaded the dvr version. > > It will not run without a user name and a password. What are these? What > > user name and password do I use? > > Initially, there are no users preinstalled. The user "root" (usually > associated with the role of the system administrator) is meant to do > this. This account has an empty password. > > login: root > Password: > # _ > > You can (and probably should) set a password then with the "passwd" > command. Add users with the "adduser" or "pw" command. > > See "man adduser", "man pw", and "man passwd" for details. > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Apr 25 13:58:11 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B91D4B1CED7 for ; Mon, 25 Apr 2016 13:58:11 +0000 (UTC) (envelope-from jon@radel.com) Received: from radel.com (fly.radel.com [70.184.242.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "*.radel.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 65EBD1A89 for ; Mon, 25 Apr 2016 13:58:10 +0000 (UTC) (envelope-from jon@radel.com) X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.18.7 (ClamAV engine v0.98.7) Received: from [2001:470:880a:4389:e131:f6b:ee19:9ec0] (account jon@radel.com HELO gravenstein.local) by radel.com (CommuniGate Pro SMTP 6.1.2 _community_) with ESMTPSA id 1042594; Mon, 25 Apr 2016 13:58:02 +0000 Subject: Re: (no subject) To: Dewey Rahn References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> Cc: freebsd-questions@FreeBSD.org From: Jon Radel Message-ID: Date: Mon, 25 Apr 2016 09:58:02 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="------------ms080405010803020205050002" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 13:58:11 -0000 This is a cryptographically signed message in MIME format. --------------ms080405010803020205050002 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 4/25/16 9:34 AM, Dewey Rahn wrote: > I finally got the dvr to install on a hard drive and figured out a lot.= > I do not do command prompt. How to I get it to start up to the home > screen?=20 > While it is possible to run X-Windows in general, and probably possible to run X-Windows on your particular hardware, FreeBSD strikes me as an odd choice for somebody determined not to use a CLI at all. Have you considered a variant such as GhostBSD or PC-BSD Desktop? They're more oriented towards an out-of-the-box GUI experience. [Mention of those two pretty random, there are others, and I don't use any of them so have no opinion on which might be best.] --Jon Radel jon@radel.com --------------ms080405010803020205050002 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCC Cq8wggSvMIIDl6ADAgECAhEA4CPLFRKDU4mtYW56VGdrITANBgkqhkiG9w0BAQsFADBvMQsw CQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4 dGVybmFsIFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290 MB4XDTE0MTIyMjAwMDAwMFoXDTIwMDUzMDEwNDgzOFowgZsxCzAJBgNVBAYTAkdCMRswGQYD VQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGjAYBgNVBAoTEUNP TU9ETyBDQSBMaW1pdGVkMUEwPwYDVQQDEzhDT01PRE8gU0hBLTI1NiBDbGllbnQgQXV0aGVu dGljYXRpb24gYW5kIFNlY3VyZSBFbWFpbCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBAImxDdp6UxlOcFIdvFamBia3uEngludRq/HwWhNJFaO0jBtgvHpRQqd5jKQi3xdh TpHVdiMKFNNKAn+2HQmAbqUEPdm6uxb+oYepLkNSQxZ8rzJQyKZPWukI2M+TJZx7iOgwZOak +FaA/SokFDMXmaxE5WmLo0YGS8Iz1OlAnwawsayTQLm1CJM6nCpToxDbPSBhPFUDjtlOdiUC ISn6o3xxdk/u4V+B6ftUgNvDezVSt4TeIj0sMC0xf1m9UjewM2ktQ+v61qXxl3dnUYzZ7ifr vKUHOHaMpKk4/9+M9QOsSb7K93OZOg8yq5yVOhM9DkY6V3RhUL7GQD/L5OKfoiECAwEAAaOC ARcwggETMB8GA1UdIwQYMBaAFK29mHo0tCb3+sQmVO8DveAky1QaMB0GA1UdDgQWBBSSYWuC 4aKgqk/sZ/HCo/e0gADB7DAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAd BgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwEQYDVR0gBAowCDAGBgRVHSAAMEQGA1Ud HwQ9MDswOaA3oDWGM2h0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9BZGRUcnVzdEV4dGVybmFs Q0FSb290LmNybDA1BggrBgEFBQcBAQQpMCcwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVz ZXJ0cnVzdC5jb20wDQYJKoZIhvcNAQELBQADggEBABsqbqxVwTqriMXY7c1V86prYSvACRAj mQ/FZmpvsfW0tXdeDwJhAN99Bf4Ss6SAgAD8+x1banICCkG8BbrBWNUmwurVTYT7/oKYz1gb 4yJjnFL4uwU2q31Ypd6rO2Pl2tVz7+zg+3vio//wQiOcyraNTT7kSxgDsqgt1Ni7QkuQaYUQ 26Y3NOh74AEQpZzKOsefT4g0bopl0BqKu6ncyso20fT8wmQpNa/WsadxEdIDQ7GPPprsnjJT 9HaSyoY0B7ksyuYcStiZDcGG4pCS+1pCaiMhEOllx/XVu37qjIUgAmLq0ToHLFnFmTPyOInl tukWeh95FPZKEBom+nyK+5swggX4MIIE4KADAgECAhBzVOU8fWu0zQ1gaQ38zgEbMA0GCSqG SIb3DQEBCwUAMIGbMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVy MRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDFBMD8GA1UE AxM4Q09NT0RPIFNIQS0yNTYgQ2xpZW50IEF1dGhlbnRpY2F0aW9uIGFuZCBTZWN1cmUgRW1h aWwgQ0EwHhcNMTUwMzMwMDAwMDAwWhcNMTgwMzI5MjM1OTU5WjCB+jELMAkGA1UEBhMCVVMx DjAMBgNVBBETBTIyMTUwMQswCQYDVQQIEwJWQTEUMBIGA1UEBxMLU3ByaW5nZmllbGQxGjAY BgNVBAkTETY5MTcgUmlkZ2V3YXkgRHIuMRUwEwYDVQQKEwxKb24gVC4gUmFkZWwxMjAwBgNV BAsTKUlzc3VlZCB0aHJvdWdoIEpvbiBULiBSYWRlbCBFLVBLSSBNYW5hZ2VyMR8wHQYDVQQL ExZDb3Jwb3JhdGUgU2VjdXJlIEVtYWlsMRIwEAYDVQQDEwlKb24gUmFkZWwxHDAaBgkqhkiG 9w0BCQEWDWpvbkByYWRlbC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDe 1Rth9hbQqaODn++C5dVAQH9nM2VH3oPazZufOwmIG2SXI/v3PuemcQQ3JkhmpQ06gYszyXbk TCLsqvEfalYj81jdt/K5lT4aVdj0LfJIWyTcU95V2rsCuHsSvn/PnIcsEtXg53rCtqS4EOtJ 9u3rY2hP8YCiyz1yY3mn4nKJs93MHG4AkXYuVpzfaIADETcVrA+razvXEfnDJXXDZZ9ZuuV1 06yIovOvhYWSlaVu8nrSHJjXFZI2IXwgIeVBoMih3yu6LLj14I/YdZ0rIA8K+UNB+NW6Ri3u wHXBbr4jh3ZqkrqIVUrf1VeybhdrJcdqXdMNHjKDSlCoaxYRbLy1AgMBAAGjggHVMIIB0TAf BgNVHSMEGDAWgBSSYWuC4aKgqk/sZ/HCo/e0gADB7DAdBgNVHQ4EFgQUz9YB10WEfBNHskRw o/0vh8qaQuwwDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYwFAYIKwYB BQUHAwQGCCsGAQUFBwMCMEYGA1UdIAQ/MD0wOwYMKwYBBAGyMQECAQMFMCswKQYIKwYBBQUH AgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9kby5uZXQvQ1BTMF0GA1UdHwRWMFQwUqBQoE6GTGh0 dHA6Ly9jcmwuY29tb2RvY2EuY29tL0NPTU9ET1NIQTI1NkNsaWVudEF1dGhlbnRpY2F0aW9u YW5kU2VjdXJlRW1haWxDQS5jcmwwgZAGCCsGAQUFBwEBBIGDMIGAMFgGCCsGAQUFBzAChkxo dHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9DT01PRE9TSEEyNTZDbGllbnRBdXRoZW50aWNhdGlv bmFuZFNlY3VyZUVtYWlsQ0EuY3J0MCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5jb21vZG9j YS5jb20wGAYDVR0RBBEwD4ENam9uQHJhZGVsLmNvbTANBgkqhkiG9w0BAQsFAAOCAQEAS1Pe +gBgP+SQ/a5I5e7zX0Rg0DhH378LHlZixJgS6LfCPL2edKMUQi3Th9GXfLjdeyeWuMWoz925 ZzBHcPwkBeH+iM/AEhu0Dhi0kop/p66g9tEPJUZ/KDsqxddNDrD0Typn3/33pHTjJEDqydzA gwB0Nn8blpMbqSwT+j8wuPakfLsj1cSDzXrTLLsmIQB7auAyaYXdWyW8Yqw336rLUCvjOUfn qOOyjVsieTw/0PLoOHJaGyez+VtV4eyi6p1SNiX32A+fvxBMzKQLCokE43cXItc9Okzq//f2 fuvGp17r8mpm4OjjM5E2kwsg9bBPUBMR4/sxosKVLn0o9rxlozGCBEEwggQ9AgEBMIGwMIGb MQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdT YWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDFBMD8GA1UEAxM4Q09NT0RPIFNI QS0yNTYgQ2xpZW50IEF1dGhlbnRpY2F0aW9uIGFuZCBTZWN1cmUgRW1haWwgQ0ECEHNU5Tx9 a7TNDWBpDfzOARswDQYJYIZIAWUDBAIBBQCgggJhMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0B BwEwHAYJKoZIhvcNAQkFMQ8XDTE2MDQyNTEzNTgwMlowLwYJKoZIhvcNAQkEMSIEIOr7g/yx GpJFX38TBiLCeI7bHHkR4hKC94b7FevyKsmyMGwGCSqGSIb3DQEJDzFfMF0wCwYJYIZIAWUD BAEqMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcN AwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwgcEGCSsGAQQBgjcQBDGBszCBsDCBmzEL MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2Fs Zm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxQTA/BgNVBAMTOENPTU9ETyBTSEEt MjU2IENsaWVudCBBdXRoZW50aWNhdGlvbiBhbmQgU2VjdXJlIEVtYWlsIENBAhBzVOU8fWu0 zQ1gaQ38zgEbMIHDBgsqhkiG9w0BCRACCzGBs6CBsDCBmzELMAkGA1UEBhMCR0IxGzAZBgNV BAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N T0RPIENBIExpbWl0ZWQxQTA/BgNVBAMTOENPTU9ETyBTSEEtMjU2IENsaWVudCBBdXRoZW50 aWNhdGlvbiBhbmQgU2VjdXJlIEVtYWlsIENBAhBzVOU8fWu0zQ1gaQ38zgEbMA0GCSqGSIb3 DQEBAQUABIIBAJDoosgD7txS5Ln7JosqUbkgresYHnhF3mVntcGiPbngklmoGGg6mGqWjJqG ym43qWs94sANKa+8A5STWnhUrWUvzgMIEtECs3YuI4Hros0OIAv8tBRxdM7Jt+Q2wvU4SKoZ G+NmPcHsafzpKHLCxMIR9yHZ0ka+YhZP4DwC2MayXiSSvaUf+RMiFNENQgmduWjIF3CbhJP0 IoDZdLc0VmExyM5HtDTHpBN3Zp4jV/5bLmDK903i1XakAg8MilqIyfJpG8CyGURC2lfiv1IX cZRQtttO+hVEBWBUei39O5rchye+T6dyk5kN3w9D72wlry6Y85317VgCVHuYHvhePzkAAAAA AAA= --------------ms080405010803020205050002-- From owner-freebsd-questions@freebsd.org Mon Apr 25 14:41:31 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A92EB1BAB8 for ; Mon, 25 Apr 2016 14:41:31 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32601112B for ; Mon, 25 Apr 2016 14:41:30 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from zero-gravitas.local (unknown [85.199.232.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id A08A8472A for ; Mon, 25 Apr 2016 14:41:21 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/A08A8472A; dkim=none; dkim-atps=neutral Subject: Re: (no subject) To: freebsd-questions@freebsd.org References: <20160425031711.9c3f1281.freebsd@edvax.de> <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> From: Matthew Seaman Message-ID: <571E2CC2.7090506@FreeBSD.org> Date: Mon, 25 Apr 2016 15:42:10 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7ww7AJdRx4MFe0kEJWOoM8qldjkFNonju" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,RDNS_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 14:41:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7ww7AJdRx4MFe0kEJWOoM8qldjkFNonju Content-Type: multipart/mixed; boundary="VesdFDNKPi09echhIT37aVwToTchcV203" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <571E2CC2.7090506@FreeBSD.org> Subject: Re: (no subject) References: <20160425031711.9c3f1281.freebsd@edvax.de> <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> In-Reply-To: <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> --VesdFDNKPi09echhIT37aVwToTchcV203 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2016/04/25 14:36, Dewey Rahn wrote: > I got this far now. How do I get to to boot up with the home screen?=20 Install PC-BSD. It's essentially FreeBSD with all the user-interface bits you seem to be expecting. Standard FreeBSD itself is /very/ minimal compared to what you get with most Linux installs. If you aren't confident with using the command-line then you're going to be struggling. Cheers, Matthew --VesdFDNKPi09echhIT37aVwToTchcV203-- --7ww7AJdRx4MFe0kEJWOoM8qldjkFNonju Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQJ8BAEBCgBmBQJXHizIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTnlucP/1HlVofpx8ARcSclLt4ULjVk UIG/ai479RYzx5SC3FQWRdPL7JBGm/yJDv8u1setUHoQY/yDN9r5z9pVfhqW13Rz yIrEn73aWzdSjlgyONaPhutCMZjVPIdxDrCgPmHaiH4209rW2m+iWwFWKPHGhPKA 0PLsHr+kPv6NRk7Fw47or0JDQq6NIsdnRTmJFVvekNtrSyTpFihEGscUWKFXh9xX NHhDq90bv/mYliU6H0qZRGml/UYhit+8FWo4bNQ//24/JeEq/KNOj2y77bbgvrqL qcAM6ImK8PP7E4ZK3ZrGMqnd77rmEmF+XBDydjshC6suXIalILJXqOKD0RHTHdP+ 03TNKB4E/Q3Jn91rPr2QbKvRUPbPrPKPGcwoyEd5/u4dVr5SHHASrpO4xAyGON2V deeIMAbiaG3FSp4MgQHqR7X6vyvKosSYFGyhgLOs9B/Qo5baAqgCrbaKtuaAXa2r glvWyksBP5nwRgj1EJV/PCMhSu1gPsCoOCCopGbNhz82bOJgFqjcWmhdcqThoHAQ WD5bRaX2KrzipDGazk+j9jdd6NYfjP/JNm7eLYgcr3kiezP4HbraOKQf1DaVfffq KAUcPzKdBcO5WSotIIh2cmWNrjultfm+UWvK628Nepi/+jkk1Y6wOcS5GVVfi9Gj KAiGY1cIKWMo5fNzEc3n =pl76 -----END PGP SIGNATURE----- --7ww7AJdRx4MFe0kEJWOoM8qldjkFNonju-- From owner-freebsd-questions@freebsd.org Mon Apr 25 14:50:38 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 444DEB1BEA8 for ; Mon, 25 Apr 2016 14:50:38 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C9651802 for ; Mon, 25 Apr 2016 14:50:37 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f176.google.com with SMTP id f89so151501044ioi.0 for ; Mon, 25 Apr 2016 07:50:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=CH/W8RtdusT7oqtnKd/lFsXfgGIZVjlAeAIOXg5WAQo=; b=XWUHSGCuC+LDm8Mszbzi5VYfokziLUU2eh9hfuv8txJWDLxcpR/qOBj09a83Mb09OW aybwrVe09pK4xSfXf9qe4zlY3EcqzCXoHZoubJnRgeWDEl4ArMWKnMBdmGL9+I3nBp5C +/Q7QT/2MDT37oGaQy0It4L2I4cdYUPKg7oeezbZI6IUiG1Q4/JqTwTm2ZVtYOVOOFEZ l0MmOhwrbX1b+xzPUea5gbfPv+5KaQdxs7fumwVc50oM5N6qFa4d3dBM62RqzNQo36rR PazSqbWmtyAiNDXamGc/v/03Bgn5hgiuBdn234TAktxyAaxewYToYEsMUiyDWf/5NS7V i1nw== X-Gm-Message-State: AOPr4FUlAUa4vBY7LGSVHuD2KDKCgw55rhlGtQH4ASW+Pb0OQCfUVJmBWnipuDH2qCpKmQ== X-Received: by 10.107.7.170 with SMTP id g42mr37811388ioi.81.1461595506140; Mon, 25 Apr 2016 07:45:06 -0700 (PDT) Received: from WorkBox.Home.gmail.com (174-30-195-44.mpls.qwest.net. [174.30.195.44]) by smtp.gmail.com with ESMTPSA id s8sm11547544iod.40.2016.04.25.07.45.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Apr 2016 07:45:04 -0700 (PDT) References: <20160425031711.9c3f1281.freebsd@edvax.de> <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Dewey Rahn Cc: Polytropon , dewey@posteo.net, freebsd-questions@freebsd.org Subject: Re: (no subject) In-reply-to: <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> Date: Mon, 25 Apr 2016 09:45:10 -0500 Message-ID: <8637q93fyh.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 14:50:38 -0000 Dewey Rahn writes: > I got this far now. How do I get to to boot up with the home screen? I strongly suggest you stop doing anything with this install, read the FreeBSD Handbook,[1] and consider starting over. A lot of people have gong through a lot of work creating an official "Beginner's Guide" that covers all of the fundamentals of FreeBSD. It would be inconsiderate to ignore that effort while expecting people to reproduce it here just for you. I would also recommend that you read "BSD for Linux Users."[2] Though some of its information has been irrelevant for years, it will still give you a decent idea of how FreeBSD and other *BSD operating systems are different from Linux. Two things are of note: first, FreeBSD has no "home screen," because FreeBSD has no graphical interface. The graphical stuff is not part of FreeBSD, and you have to install it separately. And to do that, you need to learn how to use the ports system and package manager. And to do that, you need to read the Handbook and the man pages. Which is the second point: FreeBSD is primarily aimed at advanced users, or users willing to learn on their own. You need to be willing to read the documentation and learn how to configure everything manually. People are willing to help if you get stuck, but no one will be happy if you expect them to walk you through every step. [1]: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ [2]: http://www.over-yonder.net/~fullermd/rants/bsd4linux/01 -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Mon Apr 25 15:51:10 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8BC4B1CE1E for ; Mon, 25 Apr 2016 15:51:10 +0000 (UTC) (envelope-from markham@ssimicro.com) Received: from mail.ssimicro.com (mail.ssimicro.com [64.247.129.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.ssimicro.com", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76D3C1A5B for ; Mon, 25 Apr 2016 15:51:09 +0000 (UTC) (envelope-from markham@ssimicro.com) Received: from markham.ssimicro.com (markham.ssimicro.com [64.247.130.99]) (authenticated bits=0) by mail.ssimicro.com (8.14.7/8.14.7) with ESMTP id u3PFK2ZX047138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Mon, 25 Apr 2016 09:20:06 -0600 (MDT) Subject: Re: [POSSIBLE SPAM] Re: Sane way to resolve potential conflicts in the system To: freebsd-questions@freebsd.org References: <20160423162910.7cd2ede2@curlew.lan> <9ed38de6-0089-9645-9798-7cdf767d3047@hiwaay.net> From: markham breitbach Message-ID: <785fd558-5604-1597-75c3-2ad39825ff11@ssimicro.com> Date: Mon, 25 Apr 2016 09:25:03 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <9ed38de6-0089-9645-9798-7cdf767d3047@hiwaay.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 15:51:10 -0000 On 2016-04-23 2:48 PM, William A. Mahaffey III wrote: > > Packages necessarily don't give you that option. They aren't supposed > to. You accept whatever options the builder/maintainer selected & > install/upgrade. Where it might take hours to rebuild a bunch of > ports, it often takes just a few min. to install/upgrade packages. You > pick your option (ports or packages) & (hopefully) are happy w/ it. I > maintain this box w/ packages almost exclusively, except for flash > support in the browsers, which must be compiled up in ports due to > licensing issues. When I was getting started w/ FreeBSD, summer of > 2014, I built iceweasel in ports per list advice, took 5 1/2 hrs. > (!!!!!). I upgraded it a few weeks later w/ pkg, took less than 30 sec.= > > I have taken to using the ports tree to `make package` on a development host, and then store my customized packages in my own private repo. I add my private repo as part of my server commissioning routine so it is checked first, then I only have to build once and deploy many. -Markham From owner-freebsd-questions@freebsd.org Mon Apr 25 17:36:05 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38CECB1CA17 for ; Mon, 25 Apr 2016 17:36:05 +0000 (UTC) (envelope-from markham_breitbach@ssimicro.com) Received: from mail.ssimicro.com (mail.ssimicro.com [64.247.129.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.ssimicro.com", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6CA31176 for ; Mon, 25 Apr 2016 17:36:04 +0000 (UTC) (envelope-from markham_breitbach@ssimicro.com) Received: from markham.ssimicro.com (markham.ssimicro.com [64.247.130.99]) (authenticated bits=0) by mail.ssimicro.com (8.14.7/8.14.7) with ESMTP id u3PHUxGp008376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 25 Apr 2016 11:31:00 -0600 (MDT) Subject: Re: [POSSIBLE SPAM] Re: Sane way to resolve potential conflicts in the system To: Odhiambo Washington References: <20160423162910.7cd2ede2@curlew.lan> <9ed38de6-0089-9645-9798-7cdf767d3047@hiwaay.net> <785fd558-5604-1597-75c3-2ad39825ff11@ssimicro.com> Cc: FreeBSD Questions From: markham_breitbach@ssimicro.com Message-ID: <1528d673-c587-cf66-d790-5310058ce9d3@ssimicro.com> Date: Mon, 25 Apr 2016 11:36:01 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 17:36:05 -0000 On 2016-04-25 9:52 AM, Odhiambo Washington wrote: > > > On 25 April 2016 at 18:25, markham breitbach > wrote: > > > I have taken to using the ports tree to `make package` on a > development > host, and then store my customized packages in my own private repo.= I > add my private repo as part of my server commissioning routine so > it is > checked first, then I only have to build once and deploy many. > > -Markham > > > > Sounds cool. Kindly share the procedure > First, let me say I do intend to look at poudrier, but I was very familiar with pkgng at the time, so this was a quick and dirty shortcut and seems to be working well enough for me so far, but care must be taken to ensure that your private repo is kept current, or that all the dependencies are copied into your private repo so you have a fixed point of reference for an entire server build (`pkg info` is your friend!) .=20 I have taken some security for granted as I know none of this traffic crosses public internets and my servers do not have local users with shell access. YMMV. :) I have created a jail to act as a pkg repo. The jail runs thttpd as a webserver for pkgng to connect to, and I use ssh (with keys only) to upload my packages and manage the repo from my working devel host, which is a different jail on another box. There is really no reason you couldn't build the ports in the same jail and just copy them to the repo directory. ### Part 1 ### For the new jailed host (your new pkg repo): # pkg install thttpd # pw user add -m -n pkg -g www -d /home/pkg # chown pkg:www /usr/home/pkg/repo/ /etc/rc.conf sshd_enable=3D"yes" syslogd_enable=3D"yes" thttpd_enable=3D"yes" /etc/ssh/sshd_config ChallengeResponseAuthentication no /home/pkg/.ssh/authorized_keys ssh-rsa ### Public Key from my dev box ### "me@my.devbox" # mkdir mkdir /home/pkg/repo/freebsd:10:x86:64 make a key pair for signing our repository. ( You will need to install the public key into your servers) # openssl genrsa -out /home/pkg/repo.key 2048 # chmod 0400 /home/pkg/repo.key # openssl rsa -in /home/pkg/repo.key -out /home/pkg/repo/repo.pub -pubout= finally whenever anything is added to the repo, it needs to be indexed and signed # pkg repo /home/pkg/repo/ /home/pkg/repo.key ### Part 2 ### Now, For each one of your servers you will need to update pkg.conf so it will check your private repo first. I use Ansible to manage my servers with a playbook role that updates this for me for all servers, but once this is setup there is no reason it needs to change. /usr/local/etc/pkg.conf repos_dir: [ "/usr/local/etc/repos", "/etc/pkg", ] syslog: true autodeps: true /usr/local/etc/repos/repo.pub -----BEGIN PUBLIC KEY----- This is the public key from the pair you generated on your private repo s= erver. -----END PUBLIC KEY----- /usr/local/etc/repos/private_repo.conf PrivateRepo: { url: "pkg+http://pkg.mydomain.com/${ABI}/latest", enabled: true, signature_type: "PUBKEY", PUBKEY: "/usr/local/etc/repos/repo.pub", mirror_type: "srv" } ### Part 3 ### Now you can create packages from ports on your development host/jail (make sure you are running the same build as target): # cd /usr/ports/www/thttpd # make package Setup your custom configuration options. In a more complex build, you may also need to setup custom options for a run-dependency. You will also need to make package and copy the customized package for the run-dependency to your repo as well. You do not need to do that for build dependencies though. After the build is complete you can copy the pkg file to your private repo: # scp /usr/ports/www/thttpd/work/pkg/thttpd*.txz pkg@pkg.mydomain.com:rep= o/freebsd:10:x86:64/latest Finally, you will need to reindex the package repo: # ssh pkg@pkg.mydomain.com 'pkg repo /home/pkg/repo/ /home/pkg/repo.key' ### Part 4 ### You can now install your new thttpd package from any of the hosts that are configured to use your private repo as simple as: # pkg install thttpd ### end ### From owner-freebsd-questions@freebsd.org Mon Apr 25 18:16:15 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62B71B1C4B3 for ; Mon, 25 Apr 2016 18:16:15 +0000 (UTC) (envelope-from gdiic@gdtfair.com) Received: from us8.gowiden.net (us8.gowiden.net [54.191.19.170]) by mx1.freebsd.org (Postfix) with ESMTP id 36BDD19AE for ; Mon, 25 Apr 2016 18:16:14 +0000 (UTC) (envelope-from gdiic@gdtfair.com) Received: from localhost (172.31.28.226) by us8.gowiden.net with SMTP id u3Q1rb1j050298 for ; Tue, 26 Apr 2016 01:53:37 +0800 (CST) Received: from localhost (172.31.28.226) by us8.gowiden.net with SMTP id u3Q1rEec050221 for ; Tue, 26 Apr 2016 01:53:14 +0800 (CST) Date: Tue, 26 Apr 2016 01:53:14 +0800 (CST) From: gdiic@gdtfair.com Message-Id: <201604260153.u3Q1rEec050221@us8.gowiden.net> To: X-SafeMailer-MsgId0: u3Q1rEec050221 20160426 0 X-SafeMailer-MsgId: u3Q1rEec050221 20160426 0 X-SafeMailer-Channel: 172.31.28.226,172.31.28.226,,SMTP,gdiic@gdtfair.com,1, X-SafeMailer-Fromip: 172.31.28.226 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 18:16:15 -0000 nd of smlast From owner-freebsd-questions@freebsd.org Mon Apr 25 19:33:23 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF73EB1C884 for ; Mon, 25 Apr 2016 19:33:23 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm8-vm1.bullet.mail.ir2.yahoo.com (nm8-vm1.bullet.mail.ir2.yahoo.com [212.82.96.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55B7213C5 for ; Mon, 25 Apr 2016 19:33:22 +0000 (UTC) (envelope-from emorrasg@yahoo.es) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s2048; t=1461612607; bh=ULdZw4H5kIWb0gTJAWO96Svo6Ddi9xoldUry8uqKhPo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From:Subject; b=keNX1b+SLFfQ0kMoFhtuDH95j/Xs/KkkDDO+rjE6tiwFCCltpvLZV4jolDKYdECYNTPLQg7pZAEMoSVAz9kpPINIIKfF3LBf5SiMXzFYTzLNT3bS4+OdocEQU4gxNX1AvdOkMgbSuaU/lKHBF48nKzlbXovU7fSGc1HCJkTtcg73SwmJMbf8MdBz0BzmiiAJJUQM8UBXlO2ENUMVdC8D3Lan/+EIhI1EAecOE8/jzcFblOyW3tXcP8QQDiRx855+F1p3hfYICP5CvH71/4lJsDjC1uaef4mIcIsT+l6wNmxd5wieNYEeRLca5C9mDrasgx/zGi+ira8jcdQ0TG+LLg== Received: from [212.82.98.60] by nm8.bullet.mail.ir2.yahoo.com with NNFMP; 25 Apr 2016 19:30:07 -0000 Received: from [46.228.39.105] by tm13.bullet.mail.ir2.yahoo.com with NNFMP; 25 Apr 2016 19:30:07 -0000 Received: from [127.0.0.1] by smtp142.mail.ir2.yahoo.com with NNFMP; 25 Apr 2016 19:30:07 -0000 X-Yahoo-Newman-Id: 573924.6890.bm@smtp142.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: oLgrSUwVM1lc5PgdtU2g_XfVU96L.ks3wqjDjMVlhL8_8cd UkGcC1KLelZtEmz.CbxnOcDjmzuCekxGdmA0SE6C.kiq15iBNP5BPDMfuNKu aOUuh04_RP9WsauOuZGPTKCEHP3g8j7L3GZaqKq0FJeQpewB.e_rdP4zuRqt Jb.F80k89fAwYSrI80hZwTGzPz8cYNdq8v1w6lHwxqelMja_MyZUUau5DoWo BWSNZFFY8E3Ux2zO9yeKr0sznGjCKTKF7Kn8jfjrhqnQCW7hpMqEGQbSl7N7 KNLZ2RJdyZf9WMM1sYLr4UX71B3TGGmZ3u8Vj7DmMrnrGkjhBOPaW5BxlcpA AiI6HDQeYL1PMJ1E.DtVtGhLy7aSSONb2ksmdT.iWOCQWLCWnlcWHUu7rGLW V8Ub6MckUBTh1wqNiXPwL.dSlvrfcV9kwEXpnq0OcIbY6TFKOAxPr4G2Z3OE upEQFslnvA81jszWUIahhLSHODzo43osBZ1kn.xh2YdMwcSHJyKan0IvZqIS 2fBjeG0sfZ6V1u1oK6tw- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR Date: Mon, 25 Apr 2016 21:30:15 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Cc: Matthias Apitz Subject: Re: talking with chat(1) like tool to a socket Message-Id: <20160425213015.8db2da70ba7a489e9c19a1c4@yahoo.es> In-Reply-To: <20160425100944.GA3789@c720-r292778-amd64> References: <20160425100944.GA3789@c720-r292778-amd64> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 19:33:24 -0000 On Mon, 25 Apr 2016 12:09:44 +0200 Matthias Apitz wrote: > > Hello, > > In the GOD of modems and PPP I was used to use chat to talk and > initialize modems based on some send/expect scripts... > > I would like to use the same logic of such script to talk to a remote > server (IP+port) which understands commands in text and does respond > with text. It'll be insecure, chat(1) uses plain text. Perhaps you want someting like telnet over tls or ssh? > Any idea before hacking the C-code of chat(1)? > > Thanks > > matthias --- --- Eduardo Morras From owner-freebsd-questions@freebsd.org Mon Apr 25 20:13:08 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5A3CB1CF82 for ; Mon, 25 Apr 2016 20:13:08 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from oceanview.tundraware.com (oceanview.tundraware.com [45.55.60.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oceanview.tundraware.com", Issuer "oceanview.tundraware.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9BD172E for ; Mon, 25 Apr 2016 20:13:08 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.43.211] (mobile-166-175-188-223.mycingular.net [166.175.188.223] (may be forged)) (authenticated bits=0) by oceanview.tundraware.com (8.15.2/8.15.2) with ESMTPSA id u3PJooRr021479 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 25 Apr 2016 14:50:51 -0500 (CDT) (envelope-from tundra@tundraware.com) Subject: Re: talking with chat(1) like tool to a socket To: freebsd-questions@freebsd.org References: <20160425100944.GA3789@c720-r292778-amd64> <20160425213015.8db2da70ba7a489e9c19a1c4@yahoo.es> From: Tim Daneliuk Message-ID: <571E7514.9070901@tundraware.com> Date: Mon, 25 Apr 2016 14:50:44 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160425213015.8db2da70ba7a489e9c19a1c4@yahoo.es> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (oceanview.tundraware.com [45.55.60.57]); Mon, 25 Apr 2016 14:50:51 -0500 (CDT) X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner-ID: u3PJooRr021479 X-TundraWare-MailScanner: Found to be clean X-TundraWare-MailScanner-From: tundra@tundraware.com X-Spam-Status: No X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 20:13:08 -0000 On 04/25/2016 02:30 PM, Eduardo Morras via freebsd-questions wrote: > On Mon, 25 Apr 2016 12:09:44 +0200 > Matthias Apitz wrote: > >> >> Hello, >> >> In the GOD of modems and PPP I was used to use chat to talk and >> initialize modems based on some send/expect scripts... >> >> I would like to use the same logic of such script to talk to a remote >> server (IP+port) which understands commands in text and does respond >> with text. > > It'll be insecure, chat(1) uses plain text. Perhaps you want someting like telnet over tls or ssh? > >> Any idea before hacking the C-code of chat(1)? >> >> Thanks >> >> matthias > > --- --- > Eduardo Morras Not exactly what you want, but have you looked at socat or netcat? -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@freebsd.org Mon Apr 25 22:23:13 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51779B1CE3B for ; Mon, 25 Apr 2016 22:23:13 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 201B6194E for ; Mon, 25 Apr 2016 22:23:12 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-226-44.knology.net [216.186.226.44] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u3PMN5n0017668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 25 Apr 2016 17:23:06 -0500 Subject: Re: [POSSIBLE SPAM] Re: Sane way to resolve potential conflicts in the system To: freebsd-questions@freebsd.org References: <20160423162910.7cd2ede2@curlew.lan> <9ed38de6-0089-9645-9798-7cdf767d3047@hiwaay.net> <785fd558-5604-1597-75c3-2ad39825ff11@ssimicro.com> From: "William A. Mahaffey III" Message-ID: <227c8e68-598b-7800-57f0-5eab5795fbc5@hiwaay.net> Date: Mon, 25 Apr 2016 17:28:35 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <785fd558-5604-1597-75c3-2ad39825ff11@ssimicro.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 22:23:13 -0000 On 04/25/16 10:31, markham breitbach wrote: > > On 2016-04-23 2:48 PM, William A. Mahaffey III wrote: >> Packages necessarily don't give you that option. They aren't supposed >> to. You accept whatever options the builder/maintainer selected & >> install/upgrade. Where it might take hours to rebuild a bunch of >> ports, it often takes just a few min. to install/upgrade packages. You >> pick your option (ports or packages) & (hopefully) are happy w/ it. I >> maintain this box w/ packages almost exclusively, except for flash >> support in the browsers, which must be compiled up in ports due to >> licensing issues. When I was getting started w/ FreeBSD, summer of >> 2014, I built iceweasel in ports per list advice, took 5 1/2 hrs. >> (!!!!!). I upgraded it a few weeks later w/ pkg, took less than 30 sec. >> >> > I have taken to using the ports tree to `make package` on a development > host, and then store my customized packages in my own private repo. I > add my private repo as part of my server commissioning routine so it is > checked first, then I only have to build once and deploy many. > > -Markham > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Sounds good, also sounds a bit like poudriere, IIUTC .... -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Mon Apr 25 22:48:09 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8EE5B1C630 for ; Mon, 25 Apr 2016 22:48:09 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 445DD1B2A for ; Mon, 25 Apr 2016 22:48:09 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id DECD027693; Tue, 26 Apr 2016 00:48:05 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3PMm5nI002164; Tue, 26 Apr 2016 00:48:05 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Tue, 26 Apr 2016 00:48:05 +0200 From: Polytropon To: Manish Jain Cc: freebsd-questions@freebsd.org Subject: Re: How to access CUPS printer from wine applications ? Message-Id: <20160426004805.f9ee6b3c.freebsd@edvax.de> In-Reply-To: References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> <20160424195059.05115996.freebsd@edvax.de> <20160425113525.81dc074f.freebsd@edvax.de> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 22:48:09 -0000 On Mon, 25 Apr 2016 15:48:39 +0530, Manish Jain wrote: > On 04/25/16 15:05, Polytropon wrote: > > On Mon, 25 Apr 2016 14:35:14 +0530, Manish Jain wrote: > >> I am trying to do something complicated with my HP 1112 printer that is > >> working very nicely with cups. I want my Microsoft applications (MS > >> Office::Word 2000 chiefly) installed under Wine to be able to access the > >> printer. Is there any way I can do that ? > > Not tested, just an idea: > > > > If Wine has networking functionality, you could enable the printer > > in CUPS for sharing on the "virtual network" and then access it > > as a network printer from within the application that wants to > > print. The default output should be PS (Postscript), as this is > > the easiest (and standard) format to feed into printer queues. > > Make sure to restrict the printer access locally. > > > > If this fails, you could use the "Print to file" functionality > > and save the file to a specific directory that's accessible from > > the application running under Wine. Use "winecfg" to assign a > > "drive letter" to that directory, so it's easier to write files > > there (for example P: for "printer"). Then have a shell script > > check for new files in that directory and feed them to lpr, then > > delete it. As I said, when this is PS data, it shouldn't be > > problematic. > > > > Wine's access to USB, and then using the "Windows" software for > > printing, is probably not possible to achieve. > > > > Also keep in mind Wine probably doesn't have a full printing > > subsystem and sufficient driver support. Doing so from a VM > > (with a "Windows" installed in it) is surely easier, but also > > more "voluminous". > > > > Follow-up question: > > > > Why don't you install OpenOffice / LibreOffice / AbiWord and use > > your documents from there? Is there a reason to use a more than > > 15 years old office application? Do you have a specific need to > > make it that complicated? :-) > > > > > > Printing from wine is not particularly important : it would just have > been a nice add-on functionality that would have eliminated the > occasional need to boot into my Windows XP installation. I hope it's an "offline installation". :-) > Although I shall install AbiWord as you have suggested, there is a > freelance writing project that I am involved in, and those guys want MS > .doc strictly, with a lot of formatting rules that are most easily > accomplished under MS Office. As for the version of Word (2000) that I > strongly prefer - I find the appearance of new Office applications > pretty obnoxious, mostly owing to the Ribbon that the new versions of > Office use. In this case, OpenOffice or LibreOffice will probably a good way to avoid using a "Windows XP" only for word processing. Both programs can import and export various DOC formats quite well, and the support for a 15+ years old format should be stable and reliable. Furthermore, the GUI that includes hierarchical menues with logical structure (a concept which users have learned to use over decades) makes it easy to work with the program. I had to work in a multi-OS environment for some times, and few users still used "Office 2000" products, while everyone else has moved on to use OpenOffice. Interoperability of documents was not a problem, users were using "Windows" as well as different versions of Linux, BSD, and even a few had Mac OS X. OpenOffice was the tool everyone loved for collaboration and file exchange. Later on, when systems needed to be upgraded, the few remaining "MS Office" users happily changed to OpenOffice. Today, I'd probably suggest using LibreOffice, but I'm not sure if that's still the right program to suggest, as there is also OpenOffice. Which of those two (most commonly known) free office suites is the one that's preferred today? -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Apr 25 22:51:46 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96BD2B1C8AF for ; Mon, 25 Apr 2016 22:51:46 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F8661E9E for ; Mon, 25 Apr 2016 22:51:46 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id C284324920; Tue, 26 Apr 2016 00:51:43 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3PMpgTe002170; Tue, 26 Apr 2016 00:51:43 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Tue, 26 Apr 2016 00:51:42 +0200 From: Polytropon To: Dewey Rahn Cc: dewey@posteo.net, freebsd-questions@freebsd.org Subject: Re: (no subject) Message-Id: <20160426005142.ebfa26ad.freebsd@edvax.de> In-Reply-To: <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 22:51:46 -0000 On Mon, 25 Apr 2016 09:34:41 -0400, Dewey Rahn wrote: > I finally got the dvr to install on a hard drive and figured out a lot. > I do not do command prompt. How to I get it to start up to the home > screen? You seem to believe that FreeBSD has a "home screen". It has not. At least not per default. You will have to choose to use KDE, Gnome 2 or Gnome 3, Xfce, Lxde or another desktop environment you want to use. Instructions to do so can be found in the online documentation (Handbook, FAQ, Wiki) accessible from FreeBSD's main site. In your case, why don't you give PC-BSD a try? It's FreeBSD, with additional tools and programs preinstalled, and it comes with a preconfigured GUI which includes what you probably call "home screen". It's easy to install and to use. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Apr 25 23:11:22 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 619BCB1CC49 for ; Mon, 25 Apr 2016 23:11:22 +0000 (UTC) (envelope-from markham@ssimicro.com) Received: from mail.ssimicro.com (mail.ssimicro.com [64.247.129.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.ssimicro.com", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AAE61486 for ; Mon, 25 Apr 2016 23:11:21 +0000 (UTC) (envelope-from markham@ssimicro.com) Received: from markham.ssimicro.com (markham.ssimicro.com [64.247.130.99]) (authenticated bits=0) by mail.ssimicro.com (8.14.7/8.14.7) with ESMTP id u3PN6Ge9054376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Mon, 25 Apr 2016 17:06:17 -0600 (MDT) Subject: Re: Sane way to resolve potential conflicts in the system To: freebsd-questions@freebsd.org References: <20160423162910.7cd2ede2@curlew.lan> <9ed38de6-0089-9645-9798-7cdf767d3047@hiwaay.net> <785fd558-5604-1597-75c3-2ad39825ff11@ssimicro.com> <227c8e68-598b-7800-57f0-5eab5795fbc5@hiwaay.net> From: markham breitbach Message-ID: <5993aaf0-db80-9cdc-00db-32f5929fb6a4@ssimicro.com> Date: Mon, 25 Apr 2016 17:11:20 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <227c8e68-598b-7800-57f0-5eab5795fbc5@hiwaay.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 23:11:22 -0000 On 2016-04-25 4:21 PM, William A. Mahaffey III wrote: > > Sounds good, also sounds a bit like poudriere, IIUTC .... > > Yes, same idea, just a bit more manual :) I also have a few Makefiles and scripts in a git repo that speed things up. It just happened to grow out of the work I was doing at the time, so it was relatively easy for me to bang together as a POC without much extra work, and it is good enough for a fairly simple case. -Markham From owner-freebsd-questions@freebsd.org Mon Apr 25 23:42:00 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6602CB1C2AF for ; Mon, 25 Apr 2016 23:42:00 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S2.hotmail.com (blu004-omc2s2.hotmail.com [65.55.111.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32A8813D8 for ; Mon, 25 Apr 2016 23:41:59 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU437-SMTP49 ([65.55.111.72]) by BLU004-OMC2S2.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 25 Apr 2016 16:41:53 -0700 X-TMN: [VuUu37GrakveXyPYER61uVTGiB6mS7jO] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: How to access CUPS printer from wine applications ? To: Polytropon References: <20160420112203.3244f4ea@kalimero.tijl.coosemans.org> <20160423143300.40d7c478@kalimero.tijl.coosemans.org> <20160423190136.e92c98e3.freebsd@edvax.de> <20160424195059.05115996.freebsd@edvax.de> <20160425113525.81dc074f.freebsd@edvax.de> <20160426004805.f9ee6b3c.freebsd@edvax.de> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Tue, 26 Apr 2016 05:10:16 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160426004805.f9ee6b3c.freebsd@edvax.de> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Apr 2016 23:41:49.0802 (UTC) FILETIME=[099C3CA0:01D19F4C] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 23:42:00 -0000 On 04/26/16 04:18, Polytropon wrote: > On Mon, 25 Apr 2016 15:48:39 +0530, Manish Jain wrote: >> On 04/25/16 15:05, Polytropon wrote: >>> On Mon, 25 Apr 2016 14:35:14 +0530, Manish Jain wrote: >>>> I am trying to do something complicated with my HP 1112 printer that is >>>> working very nicely with cups. I want my Microsoft applications (MS >>>> Office::Word 2000 chiefly) installed under Wine to be able to access the >>>> printer. Is there any way I can do that ? >>> Not tested, just an idea: >>> >>> If Wine has networking functionality, you could enable the printer >>> in CUPS for sharing on the "virtual network" and then access it >>> as a network printer from within the application that wants to >>> print. The default output should be PS (Postscript), as this is >>> the easiest (and standard) format to feed into printer queues. >>> Make sure to restrict the printer access locally. >>> >>> If this fails, you could use the "Print to file" functionality >>> and save the file to a specific directory that's accessible from >>> the application running under Wine. Use "winecfg" to assign a >>> "drive letter" to that directory, so it's easier to write files >>> there (for example P: for "printer"). Then have a shell script >>> check for new files in that directory and feed them to lpr, then >>> delete it. As I said, when this is PS data, it shouldn't be >>> problematic. >>> >>> Wine's access to USB, and then using the "Windows" software for >>> printing, is probably not possible to achieve. >>> >>> Also keep in mind Wine probably doesn't have a full printing >>> subsystem and sufficient driver support. Doing so from a VM >>> (with a "Windows" installed in it) is surely easier, but also >>> more "voluminous". >>> >>> Follow-up question: >>> >>> Why don't you install OpenOffice / LibreOffice / AbiWord and use >>> your documents from there? Is there a reason to use a more than >>> 15 years old office application? Do you have a specific need to >>> make it that complicated? :-) >>> >>> >> Printing from wine is not particularly important : it would just have >> been a nice add-on functionality that would have eliminated the >> occasional need to boot into my Windows XP installation. > I hope it's an "offline installation". :-) > > > >> Although I shall install AbiWord as you have suggested, there is a >> freelance writing project that I am involved in, and those guys want MS >> .doc strictly, with a lot of formatting rules that are most easily >> accomplished under MS Office. As for the version of Word (2000) that I >> strongly prefer - I find the appearance of new Office applications >> pretty obnoxious, mostly owing to the Ribbon that the new versions of >> Office use. > In this case, OpenOffice or LibreOffice will probably a good way to > avoid using a "Windows XP" only for word processing. Both programs > can import and export various DOC formats quite well, and the support > for a 15+ years old format should be stable and reliable. Furthermore, > the GUI that includes hierarchical menues with logical structure (a > concept which users have learned to use over decades) makes it easy > to work with the program. > > I had to work in a multi-OS environment for some times, and few users > still used "Office 2000" products, while everyone else has moved on > to use OpenOffice. Interoperability of documents was not a problem, > users were using "Windows" as well as different versions of Linux, > BSD, and even a few had Mac OS X. OpenOffice was the tool everyone > loved for collaboration and file exchange. Later on, when systems > needed to be upgraded, the few remaining "MS Office" users happily > changed to OpenOffice. > > Today, I'd probably suggest using LibreOffice, but I'm not sure if > that's still the right program to suggest, as there is also OpenOffice. > Which of those two (most commonly known) free office suites is the > one that's preferred today? > > I just installed AbiWord. And I think it is good enough for my needs. Thanks. Manish Jain From owner-freebsd-questions@freebsd.org Tue Apr 26 01:03:45 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42E16B1D4B1 for ; Tue, 26 Apr 2016 01:03:45 +0000 (UTC) (envelope-from dewey@mm.st) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BFF7135A for ; Tue, 26 Apr 2016 01:03:44 +0000 (UTC) (envelope-from dewey@mm.st) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 39AD920809 for ; Mon, 25 Apr 2016 21:03:43 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute2.internal (MEProxy); Mon, 25 Apr 2016 21:03:43 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=4gpLCBur50vxcqxv39NStTO1PuY=; b=CfsFXc OwBgwJ22Q7Km+wEWa0NXiQiJEbwXox9SPDqBvmR64tSwjAd0b6HiqZGHA8uYGZ1v HBreM842yJfEfP8/E9KI9hhApkv4VXcMDHMlLx5Gs4uGIs75PneAhB1fELGVIJRa YGGeoR05rxkZqO1Z/5QhjAi7qkA9RLy6G/cEs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=4gpLCBur50vxcqx v39NStTO1PuY=; b=ex3t/fbGJSYLdBq+ig20fh0DSccF0kIvL4+4CfmGsC1R7We DbSbnl3jMToc3s8wCk6oD8cqiI80dte6i3HjXXtKraKhhRdR21CX8BjKb6OUH99l 2q/2fAVWqe+5jpxCfe/FPwwX8iwAhemAM3j/TsYQqjGd8O/O+UvuHX399aOE= Received: by web2.nyi.internal (Postfix, from userid 99) id 0A41754042A; Mon, 25 Apr 2016 21:03:43 -0400 (EDT) Message-Id: <1461632622.55975.589473041.1F2F5A65@webmail.messagingengine.com> X-Sasl-Enc: B2DV4vu7zuk/wAzYVvJtaky4xMp9gxP79y67QzM9XsbM 1461632622 From: Dewey Rahn To: Jon Radel Cc: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-91a1ac5c Subject: Re: (no subject) Date: Mon, 25 Apr 2016 21:03:42 -0400 In-Reply-To: References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 01:03:45 -0000 OK. Thank you. I did install PCBSD. I love it. Can I install Air VPN on it? How do I install K3B? On Mon, Apr 25, 2016, at 09:58, Jon Radel wrote: > On 4/25/16 9:34 AM, Dewey Rahn wrote: > > I finally got the dvr to install on a hard drive and figured out a lot. > > I do not do command prompt. How to I get it to start up to the home > > screen? > > > While it is possible to run X-Windows in general, and probably possible > to run X-Windows on your particular hardware, FreeBSD strikes me as an > odd choice for somebody determined not to use a CLI at all. Have you > considered a variant such as GhostBSD or PC-BSD Desktop? They're more > oriented towards an out-of-the-box GUI experience. > > [Mention of those two pretty random, there are others, and I don't use > any of them so have no opinion on which might be best.] > > --Jon Radel > jon@radel.com > > Email had 1 attachment: > + smime.p7s > 5k (application/pkcs7-signature) From owner-freebsd-questions@freebsd.org Tue Apr 26 01:10:33 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7189EB1D5F0 for ; Tue, 26 Apr 2016 01:10:33 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A4EB1659 for ; Tue, 26 Apr 2016 01:10:32 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id F06B43CD0B; Tue, 26 Apr 2016 03:10:23 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3Q1AMEQ002279; Tue, 26 Apr 2016 03:10:23 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Tue, 26 Apr 2016 03:10:22 +0200 From: Polytropon To: Dewey Rahn Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) Message-Id: <20160426031022.3f2999ae.freebsd@edvax.de> In-Reply-To: <1461632622.55975.589473041.1F2F5A65@webmail.messagingengine.com> References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> <1461632622.55975.589473041.1F2F5A65@webmail.messagingengine.com> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 01:10:33 -0000 On Mon, 25 Apr 2016 21:03:42 -0400, Dewey Rahn wrote: > OK. Thank you. I did install PCBSD. I love it. Can I install Air VPN on > it? How do I install K3B? Simply download the PBI package for that software. PC-BSD includes a facility to search and install for software ("AppCafe"). Just enter what you want to install as a search term, it should lead to the correct result. Check the documentation: http://web.pcbsd.org/doc-archive/10.1.2/html/update.html -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Tue Apr 26 12:32:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4873B1C19A for ; Tue, 26 Apr 2016 12:32:21 +0000 (UTC) (envelope-from dewey@mm.st) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 955E21A15 for ; Tue, 26 Apr 2016 12:32:21 +0000 (UTC) (envelope-from dewey@mm.st) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 7E72E20FAB for ; Tue, 26 Apr 2016 08:32:19 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute2.internal (MEProxy); Tue, 26 Apr 2016 08:32:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=0BjVK7PlfPZD9bb4q5kKWhmILU0=; b=Pd6mN0 FbsbE7nYiHR3KFCWMcSn9rVXCo6LeC4Svnp3aZYg+AWSYn7gSdar+uRX4df/jJZy /+nh13PEdBPHU9Qk5Z0faaH/ZJikGDKswuc2roMLCVUZtQ4adSw3ARt/SKTWPYkh 7BrqjlWr4XeXBaLQmvI/+8ryQP7xEX1ixhF6A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=0BjVK7PlfPZD9bb 4q5kKWhmILU0=; b=KOve4xgQPn9EHfNUryXZTLCC1ERzLhZfIJNoNzd0gAMI2C6 SyZciR+Zsx/pKF7K7m61qPabfAHpqifM0DJ1cgqZbo2MLFEYbJ3GBUVrZ4pheh7Q ZyCUlN3JdAQrrEMcP0BLzEbiGQxHD+vUuf+JjXnydJeNyOhed+TKtoW8qpQE= Received: by web2.nyi.internal (Postfix, from userid 99) id 4C4C154008A; Tue, 26 Apr 2016 08:32:19 -0400 (EDT) Message-Id: <1461673939.1626909.589940673.2B2DBEA5@webmail.messagingengine.com> X-Sasl-Enc: xiYOjjlruG1O6kKttbtPX9Y1ozaLr1SHYs2ZsOVTUcWD 1461673939 From: Dewey Rahn To: Polytropon Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b462e126 In-Reply-To: <20160426031022.3f2999ae.freebsd@edvax.de> References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> <1461632622.55975.589473041.1F2F5A65@webmail.messagingengine.com> <20160426031022.3f2999ae.freebsd@edvax.de> Subject: Re: (no subject) Date: Tue, 26 Apr 2016 08:32:19 -0400 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 12:32:21 -0000 Thank you. Can you recommend a dependable, secure, private email service? On Mon, Apr 25, 2016, at 21:10, Polytropon wrote: > On Mon, 25 Apr 2016 21:03:42 -0400, Dewey Rahn wrote: > > OK. Thank you. I did install PCBSD. I love it. Can I install Air VPN on > > it? How do I install K3B? > > Simply download the PBI package for that software. PC-BSD includes > a facility to search and install for software ("AppCafe"). Just enter > what you want to install as a search term, it should lead to the > correct result. > > Check the documentation: > > http://web.pcbsd.org/doc-archive/10.1.2/html/update.html > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Tue Apr 26 12:45:59 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B29F4B1C7A0 for ; Tue, 26 Apr 2016 12:45:59 +0000 (UTC) (envelope-from david+dated+1462105814.d8b6fb@skytracker.ca) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4051E89 for ; Tue, 26 Apr 2016 12:45:59 +0000 (UTC) (envelope-from david+dated+1462105814.d8b6fb@skytracker.ca) Received: by mailman.ysv.freebsd.org (Postfix) id 99ABAB1C79F; Tue, 26 Apr 2016 12:45:59 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99502B1C79E for ; Tue, 26 Apr 2016 12:45:59 +0000 (UTC) (envelope-from david+dated+1462105814.d8b6fb@skytracker.ca) Received: from 3s1.com (3s1.com [162.213.106.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "3s1.com", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 63DBB1E88 for ; Tue, 26 Apr 2016 12:45:58 +0000 (UTC) (envelope-from david+dated+1462105814.d8b6fb@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.14.9/8.14.9) with ESMTP id u3QCUExc057941 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 26 Apr 2016 08:30:14 -0400 (EDT) (envelope-from david+dated+1462105814.d8b6fb@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.14.9/8.14.9/Submit) id u3QCUEFG057940 for questions@freebsd.org; Tue, 26 Apr 2016 08:30:14 -0400 (EDT) (envelope-from david+dated+1462105814.d8b6fb@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1462105814.d8b6fb@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Tue, 26 Apr 2016 08:30:14 -0400 Date: Tue, 26 Apr 2016 08:30:13 -0400 To: questions@freebsd.org Subject: deleting /tmp files from crontab Message-ID: <20160426123012.GA57555@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: David Banning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 12:45:59 -0000 I am attempting to delete my .spamassassin files from my /tmp directory putting a command in my crontab; find /tmp/.spam* -mmin +360 -delete renders the following error; find: -delete: /tmp/.spamassassin10101hXUUVytmp: relative path potentially not safe looking in past postings on this matter, post people add the -mindepth 1, however in my case while it elliminates the error, it does not delete all the files, perhaps because some of the .spam* files are directories. I wonder if someone has a solution for this. From owner-freebsd-questions@freebsd.org Tue Apr 26 14:13:08 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E355B1DB6B for ; Tue, 26 Apr 2016 14:13:08 +0000 (UTC) (envelope-from david+dated+1462111984.5033c3@skytracker.ca) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 485151D39 for ; Tue, 26 Apr 2016 14:13:08 +0000 (UTC) (envelope-from david+dated+1462111984.5033c3@skytracker.ca) Received: by mailman.ysv.freebsd.org (Postfix) id 473DBB1DB6A; Tue, 26 Apr 2016 14:13:08 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46E13B1DB69 for ; Tue, 26 Apr 2016 14:13:08 +0000 (UTC) (envelope-from david+dated+1462111984.5033c3@skytracker.ca) Received: from 3s1.com (3s1.com [162.213.106.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "3s1.com", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BCF661D38 for ; Tue, 26 Apr 2016 14:13:06 +0000 (UTC) (envelope-from david+dated+1462111984.5033c3@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.14.9/8.14.9) with ESMTP id u3QED53u064613 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 26 Apr 2016 10:13:05 -0400 (EDT) (envelope-from david+dated+1462111984.5033c3@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.14.9/8.14.9/Submit) id u3QED45f064612 for questions@freebsd.org; Tue, 26 Apr 2016 10:13:04 -0400 (EDT) (envelope-from david+dated+1462111984.5033c3@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1462111984.5033c3@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Tue, 26 Apr 2016 10:13:02 -0400 Date: Tue, 26 Apr 2016 10:13:02 -0400 To: Michael Schuster Cc: questions@freebsd.org Subject: Re: deleting /tmp files from crontab Message-ID: <20160426141301.GA62352@skytracker.ca> References: <20160426123012.GA57555@skytracker.ca> <571F63B3.4040803@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <571F63B3.4040803@gmail.com> User-Agent: Mutt/1.4.2.3i X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: David Banning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 14:13:08 -0000 On Tue, Apr 26, 2016 at 02:48:51PM +0200, Michael Schuster wrote: > On 26/04/16 14:30, David Banning wrote: > >I am attempting to delete my .spamassassin files from my /tmp directory > > > >putting a command in my crontab; > > > >find /tmp/.spam* -mmin +360 -delete > > the find syntax looks strange (assuming this is straight 'find', not > somthing crontab-specific); normally, I'd expect to see > > # find /tmp -name '.spam*' -mmin +360 -delete That seems to delete the files, but not the directories starting in .spam* Reviewing the find man page, it appears the -delete implementation will not work unless the directory is empty. Still looking for solutions here. > > Does that help? > regards > Michael > > > >renders the following error; > > > >find: -delete: /tmp/.spamassassin10101hXUUVytmp: relative path potentially > >not safe > > > >looking in past postings on this matter, post people add the -mindepth 1, > >however in my case while it elliminates the error, > >it does not delete all the files, perhaps because some of the .spam* > >files are directories. > > > >I wonder if someone has a solution for this. > > > > > >_______________________________________________ > >freebsd-questions@freebsd.org mailing list > >https://lists.freebsd.org/mailman/listinfo/freebsd-questions > >To unsubscribe, send any mail to > >"freebsd-questions-unsubscribe@freebsd.org" > > > > -- > Michael Schuster > http://recursiveramblings.wordpress.com/ > recursion, n: see recursion > From owner-freebsd-questions@freebsd.org Tue Apr 26 14:28:04 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E63AB1DF60 for ; Tue, 26 Apr 2016 14:28:04 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6B62716F2 for ; Tue, 26 Apr 2016 14:28:04 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: by mailman.ysv.freebsd.org (Postfix) id 67173B1DF5F; Tue, 26 Apr 2016 14:28:04 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66C7BB1DF5E for ; Tue, 26 Apr 2016 14:28:04 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A3C916F1 for ; Tue, 26 Apr 2016 14:28:03 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-226-44.knology.net [216.186.226.44] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u3QES1QX028372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 26 Apr 2016 09:28:02 -0500 Subject: Re: deleting /tmp files from crontab References: <20160426123012.GA57555@skytracker.ca> <571F63B3.4040803@gmail.com> <20160426141301.GA62352@skytracker.ca> Cc: questions@freebsd.org From: "William A. Mahaffey III" Message-ID: Date: Tue, 26 Apr 2016 09:33:31 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160426141301.GA62352@skytracker.ca> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 14:28:04 -0000 On 04/26/16 09:19, David Banning wrote: > On Tue, Apr 26, 2016 at 02:48:51PM +0200, Michael Schuster wrote: >> On 26/04/16 14:30, David Banning wrote: >>> I am attempting to delete my .spamassassin files from my /tmp directory >>> >>> putting a command in my crontab; >>> >>> find /tmp/.spam* -mmin +360 -delete >> the find syntax looks strange (assuming this is straight 'find', not >> somthing crontab-specific); normally, I'd expect to see >> >> # find /tmp -name '.spam*' -mmin +360 -delete > That seems to delete the files, but not the directories starting in .spam* > > Reviewing the find man page, it appears the -delete implementation will > not work unless the directory is empty. Still looking for solutions here. Perhaps a 2nd invocation replacing '-delete' w/ '-exec \rm -rf {} +' ? -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Tue Apr 26 14:30:03 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6F93B1C05E for ; Tue, 26 Apr 2016 14:30:03 +0000 (UTC) (envelope-from fstd.lkml@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C62081891 for ; Tue, 26 Apr 2016 14:30:03 +0000 (UTC) (envelope-from fstd.lkml@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id C1667B1C05D; Tue, 26 Apr 2016 14:30:03 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C10E4B1C05C for ; Tue, 26 Apr 2016 14:30:03 +0000 (UTC) (envelope-from fstd.lkml@gmail.com) Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93A901890 for ; Tue, 26 Apr 2016 14:30:03 +0000 (UTC) (envelope-from fstd.lkml@gmail.com) Received: by mail-io0-x243.google.com with SMTP id k129so2330191iof.3 for ; Tue, 26 Apr 2016 07:30:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=hmaj3eR9gYFpeffsggau1qZxLLMy4vt6uo4tJjg8Abw=; b=0N2nMnlYA3eHzF+e6q2PErRHezBu8JqXnFZ5dA3iZBb26X2NFYLu9H+evubxGHMsYm cUSfRtOJ7eNVeKIul53cZNlFb+ayKh+ZH7UjHu21UxGEjjw5BPKuEjdGTGHTMBdfLcKs 7s7qDwy4MDoUM15M5/Feaja8aC6O2T8qF8FAGC931GofxRHn15hGE+hHNmNjdK2DN/zy PLp6XIeAO0TpeKFAg/vKNBGKzbtBFFJ+b32Nnh0+pXYqMEdl4ow1AgohkKqcykvTkT9t KeeSiDB9jnMYnHwA7X7IW5feQpyNGUP/TTvWqkTfX0pGWJfvP609plke1qpxaxwIhACB r30A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=hmaj3eR9gYFpeffsggau1qZxLLMy4vt6uo4tJjg8Abw=; b=T3gGuL+BfPgAxoB/TGteNRjlqXtRb8403eWBhsxsopGyU+wWmzxlrDnC+JWhIoIBtZ oh8YBEKOaq7lhddKJYI6ml51D0gseNGmfU+l8LmUQe3BAGrziPPCB6JUaQzt3TmAfLdJ aQPpSHZfNG63KIHc9f1zm0uMqJoOS0CN+S87Dm2UOai6pxNtO4Qe9SveH6/dGY79H2JW F/zgjnfOVZ5/SSEO7UHxHLX144oW//OmgvdPTJxPOwAHNWILdVjky9FUBa/1ykgGU3NR j3BFUZFPIi/UZe82/eOUkfGMaCEIXtY64rC75Q4LOIvpeZIO5S4vxSS8k3GO0LjOaKV6 u+9w== X-Gm-Message-State: AOPr4FUTp9NS3PmUOkC4AzZqPaPu0as1piE+OhLJN1rwng7V3GwDQuphZRzHzRfaiyMaMQ== X-Received: by 10.28.10.196 with SMTP id 187mr4155189wmk.76.1461681002621; Tue, 26 Apr 2016 07:30:02 -0700 (PDT) Received: from grapefruit (xdsl-87-78-18-28.netcologne.de. [87.78.18.28]) by smtp.gmail.com with ESMTPSA id h124sm3469083wmf.7.2016.04.26.07.30.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Apr 2016 07:30:02 -0700 (PDT) Received: by grapefruit (Postfix, from userid 1000) id A25AA6E067; Tue, 26 Apr 2016 16:30:00 +0200 (CEST) Date: Tue, 26 Apr 2016 16:30:00 +0200 From: Timo Buhrmester To: David Banning Cc: questions@freebsd.org Subject: Re: deleting /tmp files from crontab Message-ID: <20160426143000.GA18932@grapefruit.localdomain> References: <20160426123012.GA57555@skytracker.ca> <571F63B3.4040803@gmail.com> <20160426141301.GA62352@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160426141301.GA62352@skytracker.ca> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 14:30:04 -0000 > > # find /tmp -name '.spam*' -mmin +360 -delete > > That seems to delete the files, but not the directories starting in .spam* > > Reviewing the find man page, it appears the -delete implementation will > not work unless the directory is empty. Still looking for solutions here. A common idiom is ``find ... -print0 | xargs -0 rm -r''. Note that -print0 and xargs -0 aren't POSIX, but I'm not aware of implementations lacking those. From owner-freebsd-questions@freebsd.org Tue Apr 26 14:31:40 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B414B1C202 for ; Tue, 26 Apr 2016 14:31:40 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 590511A5A for ; Tue, 26 Apr 2016 14:31:40 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: by mailman.ysv.freebsd.org (Postfix) id 58678B1C201; Tue, 26 Apr 2016 14:31:40 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5814DB1C200 for ; Tue, 26 Apr 2016 14:31:40 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from bede.qeng-ho.org (bede.qeng-ho.org [217.155.128.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fileserver.home.qeng-ho.org", Issuer "fileserver.home.qeng-ho.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9563F1A58 for ; Tue, 26 Apr 2016 14:31:39 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.home.qeng-ho.org (8.15.2/8.15.2) with ESMTP id u3QENOPu037159; Tue, 26 Apr 2016 15:23:25 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Subject: Re: deleting /tmp files from crontab To: David Banning , Michael Schuster References: <20160426123012.GA57555@skytracker.ca> <571F63B3.4040803@gmail.com> <20160426141301.GA62352@skytracker.ca> Cc: questions@freebsd.org From: Arthur Chance Message-ID: Date: Tue, 26 Apr 2016 15:23:24 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160426141301.GA62352@skytracker.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 14:31:40 -0000 On 26/04/2016 15:13, David Banning wrote: > On Tue, Apr 26, 2016 at 02:48:51PM +0200, Michael Schuster wrote: >> On 26/04/16 14:30, David Banning wrote: >>> I am attempting to delete my .spamassassin files from my /tmp directory >>> >>> putting a command in my crontab; >>> >>> find /tmp/.spam* -mmin +360 -delete >> >> the find syntax looks strange (assuming this is straight 'find', not >> somthing crontab-specific); normally, I'd expect to see >> >> # find /tmp -name '.spam*' -mmin +360 -delete > > That seems to delete the files, but not the directories starting in .spam* > > Reviewing the find man page, it appears the -delete implementation will > not work unless the directory is empty. Still looking for solutions here. Take a look at the -d or argument-less -depth primaries. From the man page -depth Always true; same as the non-portable -d option. Cause find to perform a depth-first traversal, i.e., directories are visited in post-order and all entries in a directory will be acted on before the directory itself. -- Moore's Law of Mad Science: Every eighteen months, the minimum IQ necessary to destroy the world drops by one point. From owner-freebsd-questions@freebsd.org Tue Apr 26 16:49:41 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 204B6B1C61D for ; Tue, 26 Apr 2016 16:49:41 +0000 (UTC) (envelope-from arnabbhowmick08@gmail.com) Received: from mail-ob0-x241.google.com (mail-ob0-x241.google.com [IPv6:2607:f8b0:4003:c01::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDCE81A9D for ; Tue, 26 Apr 2016 16:49:40 +0000 (UTC) (envelope-from arnabbhowmick08@gmail.com) Received: by mail-ob0-x241.google.com with SMTP id ds1so1294042obc.3 for ; Tue, 26 Apr 2016 09:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=t0bNnOcVtlwV8hH9BSUbgWDZCphcGHINSRoUa/0kmbQ=; b=pFf2D+lQwKfvjIs001RUtBAg5D2T3BUOYbYH41sSsx5goe47rF9p7m0TyTXNHN/YSm FI4i/HLZLM8E5sGOAKSJ2Ib2urXLF6Rmhscx0O5AzSK60vQTNqZyKCwKOEz2LRa9j9Ti OiGr3FOdv9DnexiOFieWq6Sd1ckW57H3zJxjWAyPI66n15rAzPlY/1aLqlFWSsoX8EWZ jMICM+WZLl3jgn1mncl3f6vS79HG0CsVvv7XUbkTG4NxORprRehVxhKLdsDbPauNf35Z gj+dcJ87ft+eEGfXwKddhHUrVRatlMBOHsohxRrk2niAgqTWxfyy3b0n6X8dfvanaP5W uWMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=t0bNnOcVtlwV8hH9BSUbgWDZCphcGHINSRoUa/0kmbQ=; b=caqBGxhwB/TxKhBe46Ni2Zpj+uEufWQPxyeF3KbaGZo+GmujOSj89mpmeNb6t4SSQG 6VgH1/XLlUh/hHkICNoataQeJRxJRVVOtMW01tN8KrHw4+5KS60s3phA3dKTsXJ8Qm+J 5kBM79xkJ2dJz+CsPgpxeR3CECAvAgXZ+be7J5+Vmv23Il3K+CRZEVyrVHy7H3g5dgDf ym1X9Szz2iEc9UvOmvrUNiR3FYdmbdlyQfMJXwAas5K0CnT6nfyK1TghwvSXY4CP8Ksu ck9f6ArBSzKXA06H0T3IMbr1fOTF4y8q/SE28eLJW0SPQtTuE/GUHoRnpzVLj+mLY8NI g3Hg== X-Gm-Message-State: AOPr4FVKoZ9OsHt8zxVTs/eAwgyS/GBuflaZj1lWOBjkL8E016fV7asp81s29v0APmkalcFSjOb/iGAJDDmAzQ== MIME-Version: 1.0 X-Received: by 10.182.103.107 with SMTP id fv11mr1485624obb.59.1461689380181; Tue, 26 Apr 2016 09:49:40 -0700 (PDT) Received: by 10.157.17.116 with HTTP; Tue, 26 Apr 2016 09:49:40 -0700 (PDT) Date: Tue, 26 Apr 2016 22:19:40 +0530 Message-ID: Subject: c compiling using clang From: Arnab Bhowmick To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 16:49:41 -0000 I am new to Freebsd. I want to practice c programming for my college projects. I have wrote some program but when i am trying to compile the program by using % cc filename.c its showing % not found. I went through the handbook but did not understand the process. Previously i have used clang compiler on Ununtu but i think that it is a little bit tricky to compile c under freebsd. Can anyone say how to resolve this? From owner-freebsd-questions@freebsd.org Tue Apr 26 16:57:43 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 492B7B1C94E for ; Tue, 26 Apr 2016 16:57:43 +0000 (UTC) (envelope-from john@thehowies.com) Received: from remote.thehowies.com (remote.thehowies.com [50.197.91.218]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "remote.thehowies.com", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DBF8105E for ; Tue, 26 Apr 2016 16:57:42 +0000 (UTC) (envelope-from john@thehowies.com) Received: from PRIMARY.thehowies.local ([fe80::497b:de8e:1045:4c2a]) by PRIMARY.thehowies.local ([fe80::497b:de8e:1045:4c2a%24]) with mapi id 14.03.0266.001; Tue, 26 Apr 2016 09:56:31 -0700 From: John Howie To: Arnab Bhowmick , "freebsd-questions@freebsd.org" Subject: Re: c compiling using clang Thread-Topic: c compiling using clang Thread-Index: AQHRn9utj20PKrXmLEiIdY14gxhOCZ+ceXCA Date: Tue, 26 Apr 2016 16:56:29 +0000 Message-ID: <822D1209-D65C-4F45-A287-A81A7E31EBE1@thehowies.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/0.0.0.150701 x-originating-ip: [118.140.168.46] Content-Type: text/plain; charset="utf-8" Content-ID: <8636F95628CAE0459B620880C4C36508@thehowies.local> Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 16:57:43 -0000 SGkgQXJuYWIsDQoNClRoZSDigJgl4oCZIGlzIHRoZSBVTklYIChGcmVlQlNEKSBwcm9tcHQsIHNo b3duIGluIGV4YW1wbGVzIGluIHRleHQgYm9va3MuIERvIG5vdCB0eXBlIGl0IGluLiBEZXBlbmRp bmcgb24geW91ciBzaGVsbCwgYW5kIHdoZXRoZXIgb3Igbm90IHlvdSBhcmUgcnVubmluZyBhcyBy b290LCB5b3UgbWlnaHQgaGF2ZSAkIG9yICMgYXMgeW91ciBwcm9tcHQgaW5zdGVhZCwgb3IgZXZl biBzb21ldGhpbmcgZmFuY2llciBkZXBlbmRpbmcgb24gaG93IHlvdXIgcHJvZmlsZSBpcyBzZXR1 cC4NCg0KSnVzdCB0eXBlIOKAnGNjIGZpbGVuYW1lLmPigJ0gKG5vdCB0aGUgcXVvdGVzLCB0aGV5 IGFyZSB0aGVyZSB0byBoaWdobGlnaHQgd2hhdCB0byB0eXBlKS4gVGhpcyB3aWxsIHByb2R1Y2Ug YSBmaWxlIGNhbGxlZCBhLm91dC4gWW91IHJ1biB0aGF0IGJ5IHR5cGluZyDigJxhLm91dOKAnSAo YWdhaW4sIGRvIG5vdCB0eXBlIHRoZSBxdW90ZXMpLiBJZiB5b3Ugd2FudCB0byBjb21waWxlIHlv dXIgcHJvZ3JhbSB0byBhIG5hbWVkIGZpbGUgeW91IHdvdWxkIHR5cGUg4oCcY2MgLW8gbXlmaWxl IGZpbGVuYW1lLmPigJ0sIGFuZCB0byBydW4gdGhlIHByb2dyYW0ganVzdCB0eXBlIOKAnG15Zmls ZeKAnS4NCg0KUmVnYXJkcywNCg0KSm9obg0KDQoNCg0KDQoNCk9uIDQvMjcvMTYsIDEyOjQ5IEFN LCAib3duZXItZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmcgb24gYmVoYWxmIG9mIEFybmFi IEJob3dtaWNrIiA8b3duZXItZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmcgb24gYmVoYWxm IG9mIGFybmFiYmhvd21pY2swOEBnbWFpbC5jb20+IHdyb3RlOg0KDQo+SSBhbSBuZXcgdG8gRnJl ZWJzZC4gSSB3YW50IHRvIHByYWN0aWNlIGMgcHJvZ3JhbW1pbmcgZm9yIG15IGNvbGxlZ2UNCj5w cm9qZWN0cy4gSSBoYXZlIHdyb3RlIHNvbWUgcHJvZ3JhbSBidXQgd2hlbiBpIGFtIHRyeWluZyB0 byBjb21waWxlIHRoZQ0KPnByb2dyYW0gYnkgdXNpbmcNCj4lIGNjIGZpbGVuYW1lLmMgaXRzIHNo b3dpbmcgJSBub3QgZm91bmQuIEkgd2VudCB0aHJvdWdoIHRoZSBoYW5kYm9vayBidXQNCj5kaWQg bm90IHVuZGVyc3RhbmQgdGhlIHByb2Nlc3MuIFByZXZpb3VzbHkgaSBoYXZlIHVzZWQgY2xhbmcg Y29tcGlsZXIgb24NCj5VbnVudHUgYnV0IGkgdGhpbmsgdGhhdCBpdCBpcyBhIGxpdHRsZSBiaXQg dHJpY2t5IHRvIGNvbXBpbGUgYyB1bmRlcg0KPmZyZWVic2QuIENhbiBhbnlvbmUgc2F5IGhvdyB0 byByZXNvbHZlIHRoaXM/DQo+X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX18NCj5mcmVlYnNkLXF1ZXN0aW9uc0BmcmVlYnNkLm9yZyBtYWlsaW5nIGxpc3QNCj5o dHRwczovL2xpc3RzLmZyZWVic2Qub3JnL21haWxtYW4vbGlzdGluZm8vZnJlZWJzZC1xdWVzdGlv bnMNCj5UbyB1bnN1YnNjcmliZSwgc2VuZCBhbnkgbWFpbCB0byAiZnJlZWJzZC1xdWVzdGlvbnMt dW5zdWJzY3JpYmVAZnJlZWJzZC5vcmciDQo= From owner-freebsd-questions@freebsd.org Tue Apr 26 17:22:52 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 323A5B1D20A for ; Tue, 26 Apr 2016 17:22:52 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1mail2513.mymailbank.co.uk (UK1MAIL2513-PERMANET.IE.mymailbank.co.uk [217.69.47.44]) by mx1.freebsd.org (Postfix) with ESMTP id AB9481E78 for ; Tue, 26 Apr 2016 17:22:51 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp.lan.sohara.org (UnknownHost [88.151.27.41]) by uk1mail2513-d.mymailbank.co.uk with SMTP; Tue, 26 Apr 2016 18:22:23 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.86 (FreeBSD)) (envelope-from ) id 1av6gn-000H8o-0h for freebsd-questions@freebsd.org; Tue, 26 Apr 2016 17:22:21 +0000 Date: Tue, 26 Apr 2016 18:22:18 +0100 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: c compiling using clang Message-Id: <20160426182218.96e1c8534b9df45f5bcdb709@sohara.org> In-Reply-To: <822D1209-D65C-4F45-A287-A81A7E31EBE1@thehowies.com> References: <822D1209-D65C-4F45-A287-A81A7E31EBE1@thehowies.com> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 17:22:52 -0000 On Tue, 26 Apr 2016 16:56:29 +0000 John Howie wrote: > Hi Arnab, > > The ‘%’ is the UNIX (FreeBSD) prompt, shown in examples in text books. Do > not type it in. Depending on your shell, and whether or not you are > running as root, you might have $ or # as your prompt instead, or even > something fancier depending on how your profile is setup. > > Just type “cc filename.c†(not the quotes, they are there to highlight > what to type). This will produce a file called a.out. You run that by > typing “a.out†(again, do not type the quotes). If you want to compile > your program to a named file you would type “cc -o myfile filename.câ€, > and to run the program just type “myfileâ€. Just one nit "./a.out" and "./myfile" the current directory is not usually in the path searched for executables. -- Steve O'Hara-Smith From owner-freebsd-questions@freebsd.org Tue Apr 26 17:29:56 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C523B1D3EB for ; Tue, 26 Apr 2016 17:29:56 +0000 (UTC) (envelope-from john@thehowies.com) Received: from remote.thehowies.com (remote.thehowies.com [50.197.91.218]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "remote.thehowies.com", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D70811A9 for ; Tue, 26 Apr 2016 17:29:55 +0000 (UTC) (envelope-from john@thehowies.com) Received: from PRIMARY.thehowies.local ([fe80::497b:de8e:1045:4c2a]) by PRIMARY.thehowies.local ([fe80::497b:de8e:1045:4c2a%24]) with mapi id 14.03.0266.001; Tue, 26 Apr 2016 10:29:54 -0700 From: John Howie To: Steve O'Hara-Smith , "freebsd-questions@freebsd.org" Subject: Re: c compiling using clang Thread-Topic: c compiling using clang Thread-Index: AQHRn9utj20PKrXmLEiIdY14gxhOCZ+ceXCAgAB8jwD//4zFgA== Date: Tue, 26 Apr 2016 17:29:54 +0000 Message-ID: References: <822D1209-D65C-4F45-A287-A81A7E31EBE1@thehowies.com> <20160426182218.96e1c8534b9df45f5bcdb709@sohara.org> In-Reply-To: <20160426182218.96e1c8534b9df45f5bcdb709@sohara.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/0.0.0.150701 x-originating-ip: [118.140.168.46] Content-Type: text/plain; charset="utf-8" Content-ID: <74BE4A3A763F2040A34CA234A643BA22@thehowies.local> Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 17:29:56 -0000 R29vZCBwb2ludCwgU3RldmUhDQoNCg0KDQoNCk9uIDQvMjcvMTYsIDE6MjIgQU0sICJvd25lci1m cmVlYnNkLXF1ZXN0aW9uc0BmcmVlYnNkLm9yZyBvbiBiZWhhbGYgb2YgU3RldmUgTydIYXJhLVNt aXRoIiA8b3duZXItZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmcgb24gYmVoYWxmIG9mIHN0 ZXZlQHNvaGFyYS5vcmc+IHdyb3RlOg0KDQo+T24gVHVlLCAyNiBBcHIgMjAxNiAxNjo1NjoyOSAr MDAwMA0KPkpvaG4gSG93aWUgPGpvaG5AdGhlaG93aWVzLmNvbT4gd3JvdGU6DQo+DQo+PiBIaSBB cm5hYiwNCj4+IA0KPj4gVGhlIOKAmCXigJkgaXMgdGhlIFVOSVggKEZyZWVCU0QpIHByb21wdCwg c2hvd24gaW4gZXhhbXBsZXMgaW4gdGV4dCBib29rcy4gRG8NCj4+IG5vdCB0eXBlIGl0IGluLiBE ZXBlbmRpbmcgb24geW91ciBzaGVsbCwgYW5kIHdoZXRoZXIgb3Igbm90IHlvdSBhcmUNCj4+IHJ1 bm5pbmcgYXMgcm9vdCwgeW91IG1pZ2h0IGhhdmUgJCBvciAjIGFzIHlvdXIgcHJvbXB0IGluc3Rl YWQsIG9yIGV2ZW4NCj4+IHNvbWV0aGluZyBmYW5jaWVyIGRlcGVuZGluZyBvbiBob3cgeW91ciBw cm9maWxlIGlzIHNldHVwLg0KPj4gDQo+PiBKdXN0IHR5cGUg4oCcY2MgZmlsZW5hbWUuY+KAnSAo bm90IHRoZSBxdW90ZXMsIHRoZXkgYXJlIHRoZXJlIHRvIGhpZ2hsaWdodA0KPj4gd2hhdCB0byB0 eXBlKS4gVGhpcyB3aWxsIHByb2R1Y2UgYSBmaWxlIGNhbGxlZCBhLm91dC4gWW91IHJ1biB0aGF0 IGJ5DQo+PiB0eXBpbmcg4oCcYS5vdXTigJ0gKGFnYWluLCBkbyBub3QgdHlwZSB0aGUgcXVvdGVz KS4gSWYgeW91IHdhbnQgdG8gY29tcGlsZQ0KPj4geW91ciBwcm9ncmFtIHRvIGEgbmFtZWQgZmls ZSB5b3Ugd291bGQgdHlwZSDigJxjYyAtbyBteWZpbGUgZmlsZW5hbWUuY+KAnSwNCj4+IGFuZCB0 byBydW4gdGhlIHByb2dyYW0ganVzdCB0eXBlIOKAnG15ZmlsZeKAnS4NCj4NCj4JSnVzdCBvbmUg bml0ICIuL2Eub3V0IiBhbmQgIi4vbXlmaWxlIiB0aGUgY3VycmVudCBkaXJlY3RvcnkgaXMgbm90 DQo+dXN1YWxseSBpbiB0aGUgcGF0aCBzZWFyY2hlZCBmb3IgZXhlY3V0YWJsZXMuDQo+DQo+LS0g DQo+U3RldmUgTydIYXJhLVNtaXRoIDxzdGV2ZUBzb2hhcmEub3JnPg0KPg0KPl9fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQo+ZnJlZWJzZC1xdWVzdGlvbnNA ZnJlZWJzZC5vcmcgbWFpbGluZyBsaXN0DQo+aHR0cHM6Ly9saXN0cy5mcmVlYnNkLm9yZy9tYWls bWFuL2xpc3RpbmZvL2ZyZWVic2QtcXVlc3Rpb25zDQo+VG8gdW5zdWJzY3JpYmUsIHNlbmQgYW55 IG1haWwgdG8gImZyZWVic2QtcXVlc3Rpb25zLXVuc3Vic2NyaWJlQGZyZWVic2Qub3JnIg0K From owner-freebsd-questions@freebsd.org Tue Apr 26 18:04:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82455B1DB17 for ; Tue, 26 Apr 2016 18:04:07 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC4S37.hotmail.com (blu004-omc4s37.hotmail.com [65.55.111.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B43F1996 for ; Tue, 26 Apr 2016 18:04:06 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU437-SMTP12 ([65.55.111.136]) by BLU004-OMC4S37.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Tue, 26 Apr 2016 11:04:00 -0700 X-TMN: [DTxPdOCAZq8fTVzP5AGfk+F7bJdUQAOC] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: To: tijl@coosemans.org CC: freebsd-questions@freebsd.org From: Manish Jain Subject: Re: How to access CUPS printer from wine applications ? Date: Tue, 26 Apr 2016 23:32:45 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Apr 2016 18:03:57.0972 (UTC) FILETIME=[01123540:01D19FE6] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 18:04:07 -0000 > Wine can be built with CUPS support but it isn't enabled by default so > you have to build your own package: > > cd /usr/ports/emulators/wine > make config > (enable the CUPS option) > make install clean Hi Tijl, Ah, I am on amd64, so I have to use i386-wine, not wine. The CUPS option applies only to the wine port, not i386-wine - which can only be built with MONO/GECKO options. -- Regards, Manish Jain From owner-freebsd-questions@freebsd.org Tue Apr 26 19:40:58 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A8D7B19A75 for ; Tue, 26 Apr 2016 19:40:58 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box-fra-01.niklaas.eu (box-fra-01.niklaas.eu [IPv6:2a00:c98:2200:af07:6::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1BCED1E6F for ; Tue, 26 Apr 2016 19:40:57 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: by box-fra-01.niklaas.eu (Postfix, from userid 1001) id E1D8765D93; Tue, 26 Apr 2016 21:40:48 +0200 (CEST) Date: Tue, 26 Apr 2016 21:40:48 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Why is www's $PATH only /usr/bin:/bin? Message-ID: <20160426194048.GA31481@box-fra-01.niklaas.eu> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 19:40:58 -0000 Hi, I figured that www's $PATH is only /usr/bin:/bin. Why is that if /etc/login.conf says the following? default:\ --------8<-------- :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin ~/bin:\ --------8<-------- /etc/passwd looks like this. www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin So, I left everything the default. The thing is that I want to run something in /usr/local/bin with PHP's shell_exec($cmd); but that's not working because it's not in $PATH. Any hint is very much appreciated. Niklaas From owner-freebsd-questions@freebsd.org Tue Apr 26 21:16:04 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC460B1D5F3 for ; Tue, 26 Apr 2016 21:16:04 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from cosmo.uchicago.edu (cosmo.uchicago.edu [128.135.70.90]) by mx1.freebsd.org (Postfix) with ESMTP id 8E9501E5C for ; Tue, 26 Apr 2016 21:16:04 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: by cosmo.uchicago.edu (Postfix, from userid 48) id B1ED9CB8CA4; Tue, 26 Apr 2016 16:15:58 -0500 (CDT) Received: from 128.135.52.6 (SquirrelMail authenticated user valeri) by cosmo.uchicago.edu with HTTP; Tue, 26 Apr 2016 16:15:58 -0500 (CDT) Message-ID: <46778.128.135.52.6.1461705358.squirrel@cosmo.uchicago.edu> In-Reply-To: <20160426194048.GA31481@box-fra-01.niklaas.eu> References: <20160426194048.GA31481@box-fra-01.niklaas.eu> Date: Tue, 26 Apr 2016 16:15:58 -0500 (CDT) Subject: Re: Why is www's $PATH only /usr/bin:/bin? From: "Valeri Galtsev" To: freebsd-questions@freebsd.org Reply-To: galtsev@kicp.uchicago.edu User-Agent: SquirrelMail/1.4.8-5.el5.centos.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 21:16:04 -0000 On Tue, April 26, 2016 2:40 pm, Niklaas Baudet von Gersdorff wrote: > Hi, > > I figured that www's $PATH is only /usr/bin:/bin. Why is that if > /etc/login.conf says the following? > > default:\ > --------8<-------- > :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin > /usr/local/bin ~/bin:\ > --------8<-------- > > /etc/passwd looks like this. > > www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin > > So, I left everything the default. > > The thing is that I want to run something in /usr/local/bin with PHP's > > shell_exec($cmd); > > but that's not working because it's not in $PATH. You can have $cmd containing full absolute path to the command bewith leading slash, say: /usr/local/bin/yourcommand then it should work (unless daemon runs chrooted, then you need to have copied of all these in chrooted environment). Having daemons exposed to external world able access as minimum of things as necessary would be a good security practice. Valeri > > Any hint is very much appreciated. > > Niklaas > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++ From owner-freebsd-questions@freebsd.org Tue Apr 26 22:09:42 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20A1AB1C8D8 for ; Tue, 26 Apr 2016 22:09:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDDC21107 for ; Tue, 26 Apr 2016 22:09:41 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 555FE27629; Wed, 27 Apr 2016 00:09:32 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3QM9Wxm002041; Wed, 27 Apr 2016 00:09:32 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Wed, 27 Apr 2016 00:09:32 +0200 From: Polytropon To: Manish Jain Cc: tijl@coosemans.org, freebsd-questions@freebsd.org Subject: Re: How to access CUPS printer from wine applications ? Message-Id: <20160427000932.c9916c64.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 22:09:42 -0000 On Tue, 26 Apr 2016 23:32:45 +0530, Manish Jain wrote: > > Wine can be built with CUPS support but it isn't enabled by default so > > you have to build your own package: > > > > cd /usr/ports/emulators/wine > > make config > > (enable the CUPS option) > > make install clean > > Hi Tijl, > > Ah, I am on amd64, so I have to use i386-wine, not wine. The CUPS option > applies only to the wine port, not i386-wine - which can only be built > with MONO/GECKO options. I have just checked this interesting solution on the i386 version. I ran "wine wordpad", typed some nonsense, and hit Ctrl+P. The printers known to CUPS did show up in the printer dialog, and when the job was submitted, it appeared in the correct queue (and got printed as intended). Well, I never tried that, but who knows where it might be useful... :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Tue Apr 26 22:15:25 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD405B1CB2A for ; Tue, 26 Apr 2016 22:15:25 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F50014AE for ; Tue, 26 Apr 2016 22:15:25 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 0218A2502D; Wed, 27 Apr 2016 00:15:22 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3QMFMdg002061; Wed, 27 Apr 2016 00:15:22 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Wed, 27 Apr 2016 00:15:22 +0200 From: Polytropon To: Dewey Rahn Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) Message-Id: <20160427001522.2f745942.freebsd@edvax.de> In-Reply-To: <1461673939.1626909.589940673.2B2DBEA5@webmail.messagingengine.com> References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> <1461632622.55975.589473041.1F2F5A65@webmail.messagingengine.com> <20160426031022.3f2999ae.freebsd@edvax.de> <1461673939.1626909.589940673.2B2DBEA5@webmail.messagingengine.com> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 22:15:26 -0000 On Tue, 26 Apr 2016 08:32:19 -0400, Dewey Rahn wrote: > Thank you. Can you recommend a dependable, secure, private email > service? Well, any service should be secure and private as long as you apply good end-to-end encryption. PGP is a very common tool. With a virtual server (or a real one) it's easy to run your own service where you fully control its actions. There are several tutorials and guides found on the web on how to achieve this. If you don't mind "getting your hands dirty", you can adjust all the parts (MUA, MDA, MTA) according to your needs. If this is not to your taste, just make sure you have good transfer encryption in place. Keep in mind that the biggest threat to your privacy and security is always the weakest part of the chain in communication: If you mail to someone who is running a compromised system, it's more or less "game over". Doing some investigation on the web will reveal more truth. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Tue Apr 26 22:19:53 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE28FB1CC6E for ; Tue, 26 Apr 2016 22:19:53 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 926B01713 for ; Tue, 26 Apr 2016 22:19:53 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 12CF424C42; Wed, 27 Apr 2016 00:19:51 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3QMJop4002065; Wed, 27 Apr 2016 00:19:50 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Wed, 27 Apr 2016 00:19:50 +0200 From: Polytropon To: Arnab Bhowmick Cc: freebsd-questions@freebsd.org Subject: Re: c compiling using clang Message-Id: <20160427001950.d5159057.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 22:19:53 -0000 On Tue, 26 Apr 2016 22:19:40 +0530, Arnab Bhowmick wrote: > I am new to Freebsd. I want to practice c programming for my college > projects. I have wrote some program but when i am trying to compile the > program by using > % cc filename.c its showing % not found. That's the correct and expected behaviour, as the "%" character is not part of the command you should enter. It's the shell's prompt character shown to illustrate that the command should be entered from a user account (in opposite to the root account where "#" is used). You will see this way of "implicit documentation" in many places. > I went through the handbook but > did not understand the process. Previously i have used clang compiler on > Ununtu but i think that it is a little bit tricky to compile c under > freebsd. It's the same, except on Ubuntu you'll probably see a "$" infront of command line examples. > Can anyone say how to resolve this? Do not enter the "%" character, just the command. To illustrate: % cc filename.c % ./a.out or % cc -o myprog filename.c % ./myprog Note that the "./" is needed infront of the program name you just compiled because the current working directory usually is not in $PATH, so the shell will not execute programs from that location unless explicitely specified. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Tue Apr 26 22:26:09 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0092DB1CED0 for ; Tue, 26 Apr 2016 22:26:09 +0000 (UTC) (envelope-from creamain@drive9030.123servers.com) Received: from drive9030.123servers.com (drive9030.123servers.com [64.118.86.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6291C1BA1 for ; Tue, 26 Apr 2016 22:26:07 +0000 (UTC) (envelope-from creamain@drive9030.123servers.com) Received: from creamain by drive9030.123servers.com with local (Exim 4.87) (envelope-from ) id 1avAqk-0006MC-Ru for freebsd-questions@freebsd.org; Tue, 26 Apr 2016 17:48:54 -0400 To: freebsd-questions@freebsd.org Subject: QUEST, Notice to Appear X-PHP-Script: jwnorthsidegrill.com/post.php for 54.225.90.13 Date: Tue, 26 Apr 2016 21:48:54 +0000 From: "County Court" Reply-To: "County Court" Message-ID: <8fd2f94b22c375a283d4a3249fbb928b@jwnorthsidegrill.com> X-Priority: 3 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - drive9030.123servers.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [704 501] / [47 12] X-AntiAbuse: Sender Address Domain - drive9030.123servers.com X-Get-Message-Sender-Via: drive9030.123servers.com: authenticated_id: creamain/from_h X-Authenticated-Sender: drive9030.123servers.com: eduardo.holloway@jwnorthsidegrill.com X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 22:26:09 -0000 Dear Quest, You have to appear in the Court on the May 01. Please, do not forget to bring all the documents related to the case. Note: The case will be heard by the judge in your absence if you do not come. The copy of Court Notice is attached to this email. Regards, Eduardo Holloway, Court Secretary. From owner-freebsd-questions@freebsd.org Tue Apr 26 22:31:02 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EEF8B1D212 for ; Tue, 26 Apr 2016 22:31:02 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from cosmo.uchicago.edu (cosmo.uchicago.edu [128.135.70.90]) by mx1.freebsd.org (Postfix) with ESMTP id 0528510D1 for ; Tue, 26 Apr 2016 22:31:01 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: by cosmo.uchicago.edu (Postfix, from userid 48) id 057D6CB8CA9; Tue, 26 Apr 2016 17:31:00 -0500 (CDT) Received: from 128.135.52.6 (SquirrelMail authenticated user valeri) by cosmo.uchicago.edu with HTTP; Tue, 26 Apr 2016 17:31:00 -0500 (CDT) Message-ID: <45833.128.135.52.6.1461709860.squirrel@cosmo.uchicago.edu> In-Reply-To: <20160427001522.2f745942.freebsd@edvax.de> References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> <1461632622.55975.589473041.1F2F5A65@webmail.messagingengine.com> <20160426031022.3f2999ae.freebsd@edvax.de> <1461673939.1626909.589940673.2B2DBEA5@webmail.messagingengine.com> <20160427001522.2f745942.freebsd@edvax.de> Date: Tue, 26 Apr 2016 17:31:00 -0500 (CDT) Subject: Re: (no subject) From: "Valeri Galtsev" To: "Polytropon" Cc: "Dewey Rahn" , freebsd-questions@freebsd.org Reply-To: galtsev@kicp.uchicago.edu User-Agent: SquirrelMail/1.4.8-5.el5.centos.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 22:31:02 -0000 On Tue, April 26, 2016 5:15 pm, Polytropon wrote: > On Tue, 26 Apr 2016 08:32:19 -0400, Dewey Rahn wrote: >> Thank you. Can you recommend a dependable, secure, private email >> service? > > Well, any service should be secure and private as long as you apply > good end-to-end encryption. PGP is a very common tool. With a virtual > server (or a real one) it's easy to run your own service where you > fully control its actions. There are several tutorials and guides > found on the web on how to achieve this. If you don't mind "getting > your hands dirty", you can adjust all the parts (MUA, MDA, MTA) > according to your needs. If this is not to your taste, just make > sure you have good transfer encryption in place. Keep in mind that > the biggest threat to your privacy and security is always the weakest > part of the chain in communication: If you mail to someone who is > running a compromised system, it's more or less "game over". Doing > some investigation on the web will reveal more truth. :-) > Someone estimated that about half of our e-mails end up in gmail accounts, so, you can safely forget about privacy of about half of your e-mails. For the rest 50% of e-mails Mr. Polytropon's advise is the best, the only thing I would add: keep your private mail server at home, at least they will have to come to your home with subpoena, and then you will know that they looked through your e-mails. Valeri ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++ From owner-freebsd-questions@freebsd.org Tue Apr 26 23:47:37 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D56DAB1D144 for ; Tue, 26 Apr 2016 23:47:37 +0000 (UTC) (envelope-from dewey@mm.st) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A969B18B2 for ; Tue, 26 Apr 2016 23:47:37 +0000 (UTC) (envelope-from dewey@mm.st) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E681D207BF for ; Tue, 26 Apr 2016 19:47:35 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute1.internal (MEProxy); Tue, 26 Apr 2016 19:47:35 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=DyYLz4RFmW3/jgPNqkeDpfz4W8Q=; b=iSSam5 Y/PIT1S70X5/O9Yenyo3DojLtgRzD7m5v6+//yaMY8nqDdFgiZ5SUzNXMZL0xl2q vKpC8A0vxxOc0gPA+4utgO6G8nzDzUgZqIWEBFqo77v5dupkfKXgQArmKSTIXbpV UOyR/8YTxuMiRrMFlpn7EPYUe37feAvIChfQA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=DyYLz4RFmW3/jgP NqkeDpfz4W8Q=; b=YRAecajivWygvj8ZFi9xKIzLVv+iAvckktVAzU8yg9vkaYS 15CS300xQpfn5/j4jW10HfZkF0HQjSAQOwdY+hhjZ2ZHTUS4oos++s0mQVrM89dA BNffvOHj8CsSHA/YnWosWw6Zh3NU3/p109gL2dIQr9E2xSOtA3IEmu0UOdT0= Received: by web2.nyi.internal (Postfix, from userid 99) id B53B75401B4; Tue, 26 Apr 2016 19:47:35 -0400 (EDT) Message-Id: <1461714455.3214905.590607209.3889219A@webmail.messagingengine.com> X-Sasl-Enc: sQgx7Fy/NMLH8CMvAP1FeB5RG5siBmUCJBj8RbZNOzkv 1461714455 From: Dewey Rahn To: Valeri Galtsev , Polytropon Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b462e126 In-Reply-To: <45833.128.135.52.6.1461709860.squirrel@cosmo.uchicago.edu> References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> <1461632622.55975.589473041.1F2F5A65@webmail.messagingengine.com> <20160426031022.3f2999ae.freebsd@edvax.de> <1461673939.1626909.589940673.2B2DBEA5@webmail.messagingengine.com> <20160427001522.2f745942.freebsd@edvax.de> <45833.128.135.52.6.1461709860.squirrel@cosmo.uchicago.edu> Subject: Re: (no subject) Date: Tue, 26 Apr 2016 19:47:35 -0400 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 23:47:37 -0000 You all are awesome! On Tue, Apr 26, 2016, at 18:31, Valeri Galtsev wrote: > > On Tue, April 26, 2016 5:15 pm, Polytropon wrote: > > On Tue, 26 Apr 2016 08:32:19 -0400, Dewey Rahn wrote: > >> Thank you. Can you recommend a dependable, secure, private email > >> service? > > > > Well, any service should be secure and private as long as you apply > > good end-to-end encryption. PGP is a very common tool. With a virtual > > server (or a real one) it's easy to run your own service where you > > fully control its actions. There are several tutorials and guides > > found on the web on how to achieve this. If you don't mind "getting > > your hands dirty", you can adjust all the parts (MUA, MDA, MTA) > > according to your needs. If this is not to your taste, just make > > sure you have good transfer encryption in place. Keep in mind that > > the biggest threat to your privacy and security is always the weakest > > part of the chain in communication: If you mail to someone who is > > running a compromised system, it's more or less "game over". Doing > > some investigation on the web will reveal more truth. :-) > > > > Someone estimated that about half of our e-mails end up in gmail > accounts, > so, you can safely forget about privacy of about half of your e-mails. > For > the rest 50% of e-mails Mr. Polytropon's advise is the best, the only > thing I would add: keep your private mail server at home, at least they > will have to come to your home with subpoena, and then you will know that > they looked through your e-mails. > > Valeri > > ++++++++++++++++++++++++++++++++++++++++ > Valeri Galtsev > Sr System Administrator > Department of Astronomy and Astrophysics > Kavli Institute for Cosmological Physics > University of Chicago > Phone: 773-702-4247 > ++++++++++++++++++++++++++++++++++++++++ From owner-freebsd-questions@freebsd.org Wed Apr 27 04:41:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C744B1CA37 for ; Wed, 27 Apr 2016 04:41:29 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S38.hotmail.com (blu004-omc2s38.hotmail.com [65.55.111.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9D7116FC for ; Wed, 27 Apr 2016 04:41:28 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP59 ([65.55.111.73]) by BLU004-OMC2S38.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Tue, 26 Apr 2016 21:41:21 -0700 X-TMN: [Lphcx39pQyeAJgdT0f2vkItfzjmlBdnD] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: How to access CUPS printer from wine applications ? To: Polytropon References: <20160427000932.c9916c64.freebsd@edvax.de> CC: tijl@coosemans.org, freebsd-questions@freebsd.org From: Manish Jain Date: Wed, 27 Apr 2016 10:09:41 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160427000932.c9916c64.freebsd@edvax.de> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Apr 2016 04:40:57.0785 (UTC) FILETIME=[FDDADA90:01D1A03E] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 04:41:29 -0000 On 04/27/16 03:39, Polytropon wrote: > On Tue, 26 Apr 2016 23:32:45 +0530, Manish Jain wrote: >>> Wine can be built with CUPS support but it isn't enabled by default so >>> you have to build your own package: >>> >>> cd /usr/ports/emulators/wine >>> make config >>> (enable the CUPS option) >>> make install clean >> Hi Tijl, >> >> Ah, I am on amd64, so I have to use i386-wine, not wine. The CUPS option >> applies only to the wine port, not i386-wine - which can only be built >> with MONO/GECKO options. > I have just checked this interesting solution on the i386 version. > I ran "wine wordpad", typed some nonsense, and hit Ctrl+P. The > printers known to CUPS did show up in the printer dialog, and > when the job was submitted, it appeared in the correct queue > (and got printed as intended). Well, I never tried that, but who > knows where it might be useful... :-) > > > > No, I just get a modal dialog stating that no printers are installed. "Please install one and retry". From owner-freebsd-questions@freebsd.org Wed Apr 27 06:43:37 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02BBDB1E502 for ; Wed, 27 Apr 2016 06:43:37 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp206.alice.it (smtp206.alice.it [82.57.200.102]) by mx1.freebsd.org (Postfix) with ESMTP id 910A1103B for ; Wed, 27 Apr 2016 06:43:36 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (79.42.55.167) by smtp206.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57175D8A017D9156; Wed, 27 Apr 2016 08:43:35 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18] (may be forged)) by soth.ventu (8.15.2/8.14.9) with ESMTP id u3R6hYHu082619; Wed, 27 Apr 2016 08:43:34 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] (may be forged) claimed to be alamar.ventu Subject: Re: External HD not working To: Marko Turk References: <41b7ddf8-8679-a5d8-5837-b306895081de@netfence.it> <20160421063313.GA2034@vps.markoturk.info> Cc: freebsd-questions@freebsd.org From: Andrea Venturoli Message-ID: <8e0caef7-755f-ae0e-e11a-6001960fa9c8@netfence.it> Date: Wed, 27 Apr 2016 08:43:34 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160421063313.GA2034@vps.markoturk.info> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 06:43:37 -0000 On 04/21/16 08:33, Marko Turk wrote: > On which USB port did you connect it? I got similar errors when I > connected it to front USB port but when I connected it to the back USB > port (the one directly connected to motherboard) it worked. Thanks. I found a different USB->SATA box and it works now. Guess it was an hardware limitation/incompatibility, rather than a OS problem. bye av. From owner-freebsd-questions@freebsd.org Wed Apr 27 07:05:47 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E97A3B1E987 for ; Wed, 27 Apr 2016 07:05:47 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box-fra-01.niklaas.eu (box-fra-01.niklaas.eu [46.165.253.68]) by mx1.freebsd.org (Postfix) with ESMTP id B598D1BE4 for ; Wed, 27 Apr 2016 07:05:47 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: by box-fra-01.niklaas.eu (Postfix, from userid 1001) id 164D465D94; Wed, 27 Apr 2016 09:05:46 +0200 (CEST) Date: Wed, 27 Apr 2016 09:05:46 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Re: Why is www's $PATH only /usr/bin:/bin? Message-ID: <20160427070546.GB31481@box-fra-01.niklaas.eu> Mail-Followup-To: freebsd-questions@freebsd.org References: <20160426194048.GA31481@box-fra-01.niklaas.eu> <46778.128.135.52.6.1461705358.squirrel@cosmo.uchicago.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <46778.128.135.52.6.1461705358.squirrel@cosmo.uchicago.edu> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 07:05:48 -0000 Valeri Galtsev [2016-04-26 16:15 -0500] : > You can have $cmd containing full absolute path to the command bewith > leading slash, say: >=20 > /usr/local/bin/yourcommand >=20 > then it should work (unless daemon runs chrooted, then you need to > have copied of all these in chrooted environment). Having daemons > exposed to external world able access as minimum of things as > necessary would be a good security practice. I thought about that too. I am trying to run some webapp based on PHP that uses shell_exec to figure out where to find the program in question. I don't want to make changes upstream, so I thought about making changes to FreeBSD itself. I had a look at /etc/login.conf and started wondering why $PATH is not set properly. Thanks for the security advice. I am quite concerned about that too. The webserver is running in a jail, ingoing and outgoing network connection limited. It's only for personal use so access rather restricted. From owner-freebsd-questions@freebsd.org Wed Apr 27 07:22:02 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADC0DB1EE9A for ; Wed, 27 Apr 2016 07:22:02 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1mail2513.mymailbank.co.uk (UK1MAIL2513-PERMANET.IE.mymailbank.co.uk [217.69.47.44]) by mx1.freebsd.org (Postfix) with ESMTP id 334131387 for ; Wed, 27 Apr 2016 07:22:01 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp.lan.sohara.org (UnknownHost [88.151.27.41]) by uk1mail2513-d.mymailbank.co.uk with SMTP; Wed, 27 Apr 2016 08:21:35 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.86 (FreeBSD)) (envelope-from ) id 1avJn5-0001SS-Ge; Wed, 27 Apr 2016 07:21:43 +0000 Date: Wed, 27 Apr 2016 08:21:42 +0100 From: Steve O'Hara-Smith To: Niklaas Baudet von Gersdorff Cc: freebsd-questions@freebsd.org Subject: Re: Why is www's $PATH only /usr/bin:/bin? Message-Id: <20160427082142.fd56427e6b96fb6fb2b29035@sohara.org> In-Reply-To: <20160426194048.GA31481@box-fra-01.niklaas.eu> References: <20160426194048.GA31481@box-fra-01.niklaas.eu> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 07:22:02 -0000 On Tue, 26 Apr 2016 21:40:48 +0200 Niklaas Baudet von Gersdorff wrote: > Hi, > > I figured that www's $PATH is only /usr/bin:/bin. Why is that if > /etc/login.conf says the following? > > default:\ > --------8<-------- > :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin > ~/bin:\ > --------8<-------- I assume you mean this is the path available to CGI or similar running under a web server. If so then the reason for the discrepancy is at least in part that user www never logged in ... > /etc/passwd looks like this. > > www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin ... and indeed cannot log in so the login.conf is not going to apply. It is also possible (indeed likely) that the web server deliberately minimises the path passed to CGI scripts for security. > So, I left everything the default. > > The thing is that I want to run something in /usr/local/bin with PHP's > > shell_exec($cmd); > > but that's not working because it's not in $PATH. > > Any hint is very much appreciated. It should be possible to adjust the path seen by PHP in the PHP config. -- Steve O'Hara-Smith From owner-freebsd-questions@freebsd.org Wed Apr 27 08:22:33 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9399B1C5C8 for ; Wed, 27 Apr 2016 08:22:33 +0000 (UTC) (envelope-from fluca1978@gmail.com) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 824D21418 for ; Wed, 27 Apr 2016 08:22:33 +0000 (UTC) (envelope-from fluca1978@gmail.com) Received: by mail-wm0-x244.google.com with SMTP id e201so10493719wme.2 for ; Wed, 27 Apr 2016 01:22:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=gIs1rXbccusB0HApu9wzpcTAVe8BmA0PpuVLf34c3NU=; b=kEEOavtE8Ym8+WUy1bOYOr5DHQnkgRE5E1u+q/LsGUfRoWMseayzj8c4MGBCp8uaqY M2mTP1lCuluB9hkPhs++t1vymfijTJixCQaNOGx2mnfDOWkCS0qXsxvJlTkJnok5kdGA sJYOckM8RlKAsXWbhzJ447odDe5t3newbwjMRlR5Y8/35dqIZXjp8oMRBkl/5C7uUVio K0wR6dxw9a1faSxb/vh2aCvP7TjpaSOM94iEELKJKEmYv8NDunguedf/HmVONfEhiL16 NEE2iM8DwpZP8Y1sFLMrDS56Owb0jINwpTemOdA9oOVj72XVobFjaeKc2d4mdgPXVe8b ZuOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=gIs1rXbccusB0HApu9wzpcTAVe8BmA0PpuVLf34c3NU=; b=hFbjz2ZosQ71g9YgHzpLGJi0amWQDHRxxTRbGQXhyNSnzHhglG1IaEG6EF3zgRVr/u hL2a7P0BmbbR5Nn/68bwlNYsgWYqMaYfQLSaXsB0Sf9wxhMPCI9aUpUW6YAJuGYRH0G4 nKbNYSclA/NTOGE2IFyPMyf6WrqZf8zVGfD0cT8MtVXq8HfvWUT+Gg8uCqoiVorMNrCE /aO9ijis11V2FkZTs66+fZJjN/hKwYAi/Kc2wUbYSKXjk1bKM6YwbwaTvbZQ5B7WvyQM 1bdTEBS1Jk526/V+ruKSNVPTiPMvdg/I1Zz8JL0gQlV3QYJlIQTUACwhjnlDbLY+cLF2 fCRA== X-Gm-Message-State: AOPr4FUKzNAwPtuKd3+qGY7FhS9br6q4zfMOmDhxM9GTj7eOXC7tBQ227i4XtcTjc3NewKphwQgGbnR9mj7pHQ== MIME-Version: 1.0 X-Received: by 10.194.170.5 with SMTP id ai5mr7700280wjc.75.1461745351908; Wed, 27 Apr 2016 01:22:31 -0700 (PDT) Sender: fluca1978@gmail.com Received: by 10.195.8.133 with HTTP; Wed, 27 Apr 2016 01:22:31 -0700 (PDT) In-Reply-To: <20160427082142.fd56427e6b96fb6fb2b29035@sohara.org> References: <20160426194048.GA31481@box-fra-01.niklaas.eu> <20160427082142.fd56427e6b96fb6fb2b29035@sohara.org> Date: Wed, 27 Apr 2016 10:22:31 +0200 X-Google-Sender-Auth: cNEmspqQR5Ubronu7_00l7sjyjE Message-ID: Subject: Re: Why is www's $PATH only /usr/bin:/bin? From: Luca Ferrari To: Niklaas Baudet von Gersdorff Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 08:22:34 -0000 On Wed, Apr 27, 2016 at 9:21 AM, Steve O'Hara-Smith wrote: > On Tue, 26 Apr 2016 21:40:48 +0200 > ... and indeed cannot log in so the login.conf is not going to > apply. It is also possible (indeed likely) that the web server deliberately > minimises the path passed to CGI scripts for security. Exactly. You have to think that PATH can be changed by the running process, so there is no surprise that is either expanded or shrinked. >> The thing is that I want to run something in /usr/local/bin with PHP's >> >> shell_exec($cmd); >> >> but that's not working because it's not in $PATH. I would suggest to either add the path to the php config or to make a php function to build the absolute path for command based on your installation or some other condition. That would make the application portable. Luca From owner-freebsd-questions@freebsd.org Wed Apr 27 11:32:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99935B1E57D for ; Wed, 27 Apr 2016 11:32:29 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 115421DB5 for ; Wed, 27 Apr 2016 11:32:26 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id u3RBWGpl019471 for ; Wed, 27 Apr 2016 13:32:17 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: (no subject) To: freebsd-questions@freebsd.org References: <20160425031711.9c3f1281.freebsd@edvax.de> <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> From: Bernt Hansson Message-ID: Date: Wed, 27 Apr 2016 13:32:16 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1461591397.2701682.588802681.69CE0095@webmail.messagingengine.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 11:32:29 -0000 On 2016-04-25 15:36, Dewey Rahn wrote: > I got this far now. How do I get to to boot up with the home screen? After the correct login you are at the home screen. From owner-freebsd-questions@freebsd.org Wed Apr 27 11:35:57 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C40AB1E652 for ; Wed, 27 Apr 2016 11:35:57 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7C521F4A for ; Wed, 27 Apr 2016 11:35:56 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id u3RBZrEb019522 for ; Wed, 27 Apr 2016 13:35:53 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: (no subject) To: freebsd-questions@freebsd.org References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> From: Bernt Hansson Message-ID: <7e9967c3-f7bf-ddc3-c7b0-dcfad97551f7@bananmonarki.se> Date: Wed, 27 Apr 2016 13:35:53 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 11:35:57 -0000 On 2016-04-25 15:34, Dewey Rahn wrote: > I finally got the dvr to install on a hard drive and figured out a lot. > I do not do command prompt. How to I get it to start up to the home > screen? After you login you are at your "home screen" From owner-freebsd-questions@freebsd.org Wed Apr 27 12:12:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DC9BB1D61C for ; Wed, 27 Apr 2016 12:12:21 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.13]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1D88167B for ; Wed, 27 Apr 2016 12:12:19 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from becker.bs.l ([85.180.12.177]) by mrelayeu.kundenserver.de (mreue103) with ESMTPSA (Nemesis) id 0Lx4sD-1bkANN49vd-016jfN for ; Wed, 27 Apr 2016 14:07:05 +0200 Received: from bsch by becker.bs.l with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1avOFE-000Lu8-C3 for freebsd-questions@freebsd.org; Wed, 27 Apr 2016 14:07:04 +0200 Date: Wed, 27 Apr 2016 14:07:04 +0200 From: Bertram Scharpf To: freebsd-questions@freebsd.org Subject: Re: Why is www's $PATH only /usr/bin:/bin? Message-ID: <20160427120704.GA77440@becker.bs.l> Mail-Followup-To: freebsd-questions@freebsd.org References: <20160426194048.GA31481@box-fra-01.niklaas.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160426194048.GA31481@box-fra-01.niklaas.eu> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: Bertram Scharpf X-Provags-ID: V03:K0:+xIvc8fdlldEnfAjYCqqkAg2TrUgE2K+6UY4Op5qua3cv1QxvI9 4vUt2IiRfAovGTIsvinReG8QK1bqUCnqqEmOL38mkd5apYTI5kxX6Qq1HFzCW5AeIoPOXQ9 /2JFL97qKn07IfuVWdlKf9dhZcEUd7PFxqC4v2aCNmaS10gNyk+yiE1n2tbgqWZy4sEjSD/ AweOkuSgexfAdwiEKW1sg== X-UI-Out-Filterresults: notjunk:1;V01:K0:jRqKCCxkAx4=:Qp897PqaFIG9U3dnT1xdVE fvZZMr3/wVGkVFzTNeEMfxmCfyiwWURKhgmUhemmuECPhsX0r+5vKDi79PBzhH5KaeLjCSmdK IWkSWLoVg0N+nUyCTUWdyW9Mtvctimb5m9Mf34OY61s1mpK7u2QzepqC9dqwBZoVjCTpvUtma MDAb1BSVi4Msw2f6Urch46HhfsHdP19jBekUN8wi++ZN5HEv2uMneUnunpQDxNJBDzz4Wbc0V xI1M/pchn3IAnRK4l1Cpv8yM9ASK8rpmo30tCV6snbMz+DWKxGWIQ7qDWt8tSFZRJCRLsGEEV P9LwSy3qfXKXxqs/nSDC1JpU/ybc5pVClh9QNCuOIA+8ebLnYkRv2vpSUWopZTrDlAVsM+ZD7 Us3GX/RXJQKiopoFA+Yswh3cPS8RygyydFGrSkmPz3MieR3mmLbtZgeI7Iizj/F80x4VtSEJ6 zU2cSaxqL0PzOxhHc/xiy80xp0q7KPdMvOEU+6oT9CD+jf5XcF5OY1UsfZ538uBCwdf1TAKPF 4rmMTsHjdu0+y2tpB3zV40SZL348mUXvKCIY7vtC24wCHDuFcEQJum5FA/Qax16Jl4RQ3B1e1 6A3V1JSnrVIcQUCx26C2pzl89dv0vQnXpbrx+fFNsCdXtfuC2u9MvR6HwmdOd/CyBv1nIxkoT MwBnt/8/fdfUldv7JOTes47eWqydomHpEbO6CIKAed1we1G8Bs/8PsyhOrV1sdCf798c= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 12:12:21 -0000 On Tuesday, 26. Apr 2016, 21:40:48 +0200, Niklaas Baudet von Gersdorff wrote: > I figured that www's $PATH is only /usr/bin:/bin. Why is that if > /etc/login.conf says the following? > > default:\ > --------8<-------- > :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin ~/bin:\ > --------8<-------- > The thing is that I want to run something in /usr/local/bin with PHP's > > shell_exec($cmd); > > but that's not working because it's not in $PATH. I wondered as well about this behaviour sometimes. The default path from login.conf will be set at login. Yet, the www daemon is started from rc and this is not understood to be a login. The perverse thing is that when you do a "/usr/local/etc/rc.d/apache24 restart" from the command line, then the PATH variable will contain the value you expect. I recommend to include a line into your Apache configuration (or whichever HTTP server you use) like SetEnv PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin Cron does the same by "PATH=..." as you can see in "/etc/crontab". There is no possibility to do this in lpd, wherefore I wrote a bug report. Have a look at the description. Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de From owner-freebsd-questions@freebsd.org Wed Apr 27 12:33:09 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 740B8B1DCF2 for ; Wed, 27 Apr 2016 12:33:09 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 121ED129D for ; Wed, 27 Apr 2016 12:33:09 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x22f.google.com with SMTP id u206so47164441wme.1 for ; Wed, 27 Apr 2016 05:33:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=uu+/SvPr4W5TN8LyiCztEVOl7GmrYeoLDctlV3Xt2uo=; b=pjqgOx1SmHLvQFvcm16BcGh2B2/DYQhkJZbUGGkaw8Q2f5aEL/vK/M7rDQpJhSQxMk ZOhz12CnRds+Fg95yMoIK8/x92zR6aPp3tLjjFMvLt9YVZfIQNa0oQYUsk29gEjwFOqN zgKsFJ6C7fXD0fCDr7BdQw6TzOkLQrrjbOSPtn9IIxNNZVZT20hnwS5X3qDnZrkxt0JX Aq/o3+v1n57CpyB7ODoAaxN7Y5HsKs56jojMopn3BanweX7wiOBXczIAFaqBlkrksXuu p5LLUzmYZ/yQXM+i3bk6FN09UeOV8bkfmgRAgeyohYJYBjKhMrq1FRLX6aWPM3DIiVW6 Nubw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=uu+/SvPr4W5TN8LyiCztEVOl7GmrYeoLDctlV3Xt2uo=; b=XdNmmZBnL6w93h9gZV2hKCA+X3TMAmdGNHG/zPBuXDvBrZ6TVGCnjkXPenPrQhz0ec u8dHF/jsdjqmxG9wzszinYRQ2HjbRztTenT528j7tYuaUGr8Z8lK5YOxWF5thbjUPBgC HQwWePpFDASBpWmdXx5TalwJK0WYtGc9HeeX/rZIaSjiUtc9mh7GTf/y9McuTG0Vh7vR Rsz9O9RmgVHJvjmT0v/STF7yA6NNG7ImIPlPjOhGKjsKTfeZb+XleidyqnEe6XjZwEGJ di+cxf/VMKO41GWoP/dHotpTd3FHhla92jRu9+ARSpr8fAxJcSJvEOipEfGmZ9l/ReVc Dfdw== X-Gm-Message-State: AOPr4FXk9z9suFbFagwdsl2Wy5VyuMK/dDXqfgivzfB8XbKXrUg6kqeDUjt3EPdzb2+vlQ== X-Received: by 10.28.146.70 with SMTP id u67mr25709731wmd.36.1461760386813; Wed, 27 Apr 2016 05:33:06 -0700 (PDT) Received: from gumby.homeunix.com ([2.222.64.48]) by smtp.gmail.com with ESMTPSA id k133sm29257917wmg.7.2016.04.27.05.33.05 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Apr 2016 05:33:05 -0700 (PDT) Date: Wed, 27 Apr 2016 13:33:04 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: Why is www's $PATH only /usr/bin:/bin? Message-ID: <20160427133304.319a997b@gumby.homeunix.com> In-Reply-To: <20160427120704.GA77440@becker.bs.l> References: <20160426194048.GA31481@box-fra-01.niklaas.eu> <20160427120704.GA77440@becker.bs.l> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 12:33:09 -0000 On Wed, 27 Apr 2016 14:07:04 +0200 Bertram Scharpf wrote: > I wondered as well about this behaviour sometimes. The > default path from login.conf will be set at login. Yet, the > www daemon is started from rc and this is not understood to > be a login. The perverse thing is that when you do a > "/usr/local/etc/rc.d/apache24 restart" from the command > line, then the PATH variable will contain the value you > expect. Avoiding that is one of the reasons why service(8) exists. From owner-freebsd-questions@freebsd.org Wed Apr 27 13:12:35 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DFF7B1E589 for ; Wed, 27 Apr 2016 13:12:35 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C9A01A3D for ; Wed, 27 Apr 2016 13:12:35 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id e201so38280844wme.0 for ; Wed, 27 Apr 2016 06:12:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=gQU9U6YrXqwrhRvJ/u1bYrCmUQEZCzz2rUhIBIbo2bw=; b=ImW8Vfv6F3WWNKol2Ap7a0SxHUf1qlTxWwGQIO5Mrjb/oe0IXp/PYM2Doz2H9m5vFy HPmsskGXJZ8t7DShMyalfhJusbq9oAsi6Faq6TU2N2zs0xSDlgs9poYlwooov5W0DpX8 GpyOV0jjjC0rMyqQakFAj9h009V1B95KhLjc71IU+tqf1Y7DUAFZjkHeU8E0NEZ3qAxy rNJu9xSkawGh2t040P+bRsO4pNsesOzHJ5IxubdtrthGXAe8WYr941bwt/R2vlZfAMtu T142lhF8B/B6AePD5LzetiD1nqluNUQjrLTn9DkKaPVPlKUTTrpPC91k9xiGq45jeitv ROHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=gQU9U6YrXqwrhRvJ/u1bYrCmUQEZCzz2rUhIBIbo2bw=; b=T+AE+qCsjhmWYqsYIbF1BVY1kWsIoud1JSIolATb3XAekxhEg40b1mQzqn4yd0pQ67 PFeJrI49JxNYJSRtIA67vwEpvvG4FjiTC+ktFHs6HRbS1zZBKq79d7vrWo/QL20hfs+y DyqrW5qV5Cx4p7Z4gHMQSSaaxu0m6WaATyqn57Fx9I6PXxUZWEgCiqsH8kYcefEbPv/9 Vvv+CXDxN9XW2OgPn0IEEglVvIC4Ukh/XYIUDTDEO5C5JZOuQQaSOkJ9zqE0xw6dCrzj NdZ+j7dqn4emEeLBgRJho+9vDia82gJRWBq/HgyV/BT9nixTSG5vWj3e+58KsrISK+Oy QmHw== X-Gm-Message-State: AOPr4FWlp9MYoRTMKeEFCfCZr82YRmzjkW/QTUKst/i5fm8nZdKa8qHKAdkj9SbZg1kJZzpTqm8irEv1ef6zMw== MIME-Version: 1.0 X-Received: by 10.194.248.135 with SMTP id ym7mr9208138wjc.174.1461762753753; Wed, 27 Apr 2016 06:12:33 -0700 (PDT) Received: by 10.28.226.11 with HTTP; Wed, 27 Apr 2016 06:12:33 -0700 (PDT) Date: Wed, 27 Apr 2016 15:12:33 +0200 Message-ID: Subject: php-fpm _and_ open_basedir = Necessary? From: Andy Wodfer To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 13:12:35 -0000 I've spent a fair amount of hours the past few days setting up a FreeBSD 10.3 server and getting into php-fpm (with tcp pools). It works great, however I used to have open_basedir in my virtualhost setup to strengthen security / jailing for joomla/wordpress sites which I host a few of. However I have big problems uploading images and media via the built in php webuploaders in Joomla/Wordpress when open_basedir is enabled in this php-fpm enviroment - so I disabled it and it all works good. Now I wonder - Is open_basedir even necessary when I run php with php-fpm pools with their own users. From what I understand php-fpm does just this (jail) the daemon/process to its specified virtualhost/user homedir (hope this came out correctly). ? Thanks and best regards, Andy From owner-freebsd-questions@freebsd.org Wed Apr 27 13:14:02 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4D48B1E61D for ; Wed, 27 Apr 2016 13:14:02 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FB571B11 for ; Wed, 27 Apr 2016 13:14:02 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id n129so26866841wmn.1 for ; Wed, 27 Apr 2016 06:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=AVCFtDeDjvysCPAJWS93pME0nR4bZWR8B+flsdiVdN4=; b=dGgP2S64rXaenvx6vKOBfRlL1/J7iyQwpcbyEQ5JH4FvDET0jYYLBUR8OTt+9eUnb4 AvHRVm2pabqA01XHKCGBBIVxjLdne4vTZagbrN1FXOeMyYj7BSrvrDUNi1JQuCd5KcQY K0r4ydZ5vTxMmB8sfXR6dQUPEKYJ80A4gnaABCSW6RYqMUOPmuyYtBAWxMIR0s8BYZ7x DoZKfRtfxBB/hO9DByeaQM5uPwJVLD4gYU4tuyRghN2RjAsTEcwfQduDLYpXiTtB7xkg skev3KeABiETVU8Tquc7OPHh9loekY7DuEP49JQjI8ea6Vlk6MMti/hgwnTAyTW35O7a XlwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=AVCFtDeDjvysCPAJWS93pME0nR4bZWR8B+flsdiVdN4=; b=hgbibCKJBqtHxm/QOTD6Gj0ILt5T6r971Yv8L0+SocU593hkgYj/ZLPL8lUUztd1gC GsE9moJtuROR1wlBllq5hO5j4phY3lMYkr0yeLr1oXbp2ybXHjVrXv0R8IzK9lLbWk4E NShNzhHzMTODI7qozJwp3nDac35DLo9LnbM8I2eLPyaRzKGXz4WdeldS00chVIZRAwzc potnYgxVtHjK2FBQN2oFMmZn4a/nb8UXJtLlSvDsxesdb0uEUJQiW3kJ0lvtKPWJhvIO sGtSGbTbmlkNF2CWMAXXynVrlgSSNQuJpPh3/jSURdLQ52RqgrR6PX6tE3q7BG1862Hp wkaw== X-Gm-Message-State: AOPr4FXYYzcW0DWQ4o0b5JNMJ++9Zx0Nm5CJ845CbL+myCDv1vNr+RgihZCKxXx9hYN/6TD86fI1+mcCgmq4Hg== MIME-Version: 1.0 X-Received: by 10.28.54.224 with SMTP id y93mr10040747wmh.82.1461762840754; Wed, 27 Apr 2016 06:14:00 -0700 (PDT) Received: by 10.28.226.11 with HTTP; Wed, 27 Apr 2016 06:14:00 -0700 (PDT) In-Reply-To: <20160421171200.GA967@SeanLaptop> References: <20160421171200.GA967@SeanLaptop> Date: Wed, 27 Apr 2016 15:14:00 +0200 Message-ID: Subject: Re: php7 and pecl-pdflib fails From: Andy Wodfer To: Sean DuBois Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 13:14:02 -0000 Hi Sean, I skipped it in the install here, so I don't really need it for now, but there are probably others who do so if you're up for it - go for it! :-) Best, Andy On Thu, Apr 21, 2016 at 7:12 PM, Sean DuBois wrote: > On Thu, Apr 21, 2016 at 04:21:54PM +0200, Andy Wodfer wrote: > > Hi, > > I recently upgraded to 10.3 REL on a test server. I'm trying to install > all > > the latest versions for Apache, mysql, php and so on. > > > > php7 is installed and works perfectly with apache. However, I couldn't > > install the extension pecl-pdflib from the php7 extensions port, it fails > > with the message doesn't supprt php7. > > > > ===> phpMyAdmin-4.6.0 depends on file: > > /usr/local/lib/php/20151012/openssl.so - found > > ===> Returning to build of phpMyAdmin-4.6.0 > > ===> phpMyAdmin-4.6.0 depends on file: > /usr/local/lib/php/20151012/pdf.so > > - not found > > ===> pecl-pdflib-3.0.4 cannot be installed: doesn't work with lang/php70 > > port (doesn't support PHP 70). > > *** Error code 1 > > > > Stop. > > make[2]: stopped in /usr/ports/print/pecl-pdflib > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /usr/ports/databases/phpmyadmin > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/databases/phpmyadmin > > > > Does this mean I can't install phpmyadmin for now or is there a way > around > > this? pecl-pdflib hasn't been updated for a couple of years it seems.. > > > > Anyone? > > > > Thanks, > > Andy > > Hi Andy! > > I do php-src/extension development[0] and would love to port pecl-pdflib > to PHP 7 if you need it/can confirm everything works. > > thanks > > [0] http://pecl.php.net/user/seander > From owner-freebsd-questions@freebsd.org Wed Apr 27 13:45:06 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB6FBB1D165 for ; Wed, 27 Apr 2016 13:45:06 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BACD11BF5 for ; Wed, 27 Apr 2016 13:45:06 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-240-4.knology.net [216.186.240.4] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u3RDivau027831 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 27 Apr 2016 08:44:58 -0500 Subject: Re: (no subject) References: <20160425014410.GC47422@neutralgood.org> <1461549170.22294.0.camel@michaeleichorn.com> <1461591281.2701002.588800193.46793393@webmail.messagingengine.com> <1461632622.55975.589473041.1F2F5A65@webmail.messagingengine.com> <20160426031022.3f2999ae.freebsd@edvax.de> <1461673939.1626909.589940673.2B2DBEA5@webmail.messagingengine.com> <20160427001522.2f745942.freebsd@edvax.de> <45833.128.135.52.6.1461709860.squirrel@cosmo.uchicago.edu> Cc: freebsd-questions@freebsd.org From: "William A. Mahaffey III" Message-ID: Date: Wed, 27 Apr 2016 08:50:27 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <45833.128.135.52.6.1461709860.squirrel@cosmo.uchicago.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 13:45:07 -0000 On 04/26/16 17:37, Valeri Galtsev wrote: > On Tue, April 26, 2016 5:15 pm, Polytropon wrote: >> On Tue, 26 Apr 2016 08:32:19 -0400, Dewey Rahn wrote: >>> Thank you. Can you recommend a dependable, secure, private email >>> service? >> Well, any service should be secure and private as long as you apply >> good end-to-end encryption. PGP is a very common tool. With a virtual >> server (or a real one) it's easy to run your own service where you >> fully control its actions. There are several tutorials and guides >> found on the web on how to achieve this. If you don't mind "getting >> your hands dirty", you can adjust all the parts (MUA, MDA, MTA) >> according to your needs. If this is not to your taste, just make >> sure you have good transfer encryption in place. Keep in mind that >> the biggest threat to your privacy and security is always the weakest >> part of the chain in communication: If you mail to someone who is >> running a compromised system, it's more or less "game over". Doing >> some investigation on the web will reveal more truth. :-) >> > Someone estimated that about half of our e-mails end up in gmail accounts, > so, you can safely forget about privacy of about half of your e-mails. For > the rest 50% of e-mails Mr. Polytropon's advise is the best, the only > thing I would add: keep your private mail server at home, at least they > will have to come to your home with subpoena, and then you will know that > they looked through your e-mails. > > Valeri > > ++++++++++++++++++++++++++++++++++++++++ > Valeri Galtsev > Sr System Administrator > Department of Astronomy and Astrophysics > Kavli Institute for Cosmological Physics > University of Chicago > Phone: 773-702-4247 > ++++++++++++++++++++++++++++++++++++++++ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Ah, yes, a mail server at home, especially if you might want to run for president ;-) .... -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Wed Apr 27 16:39:48 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71471B1E581 for ; Wed, 27 Apr 2016 16:39:48 +0000 (UTC) (envelope-from jjohnstone.nospamfreebsd@tridentusa.com) Received: from mail.tridentusa.com (mail.tridentusa.com [96.225.19.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.tridentusa.com", Issuer "mail.tridentusa.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B3A51CAA for ; Wed, 27 Apr 2016 16:39:47 +0000 (UTC) (envelope-from jjohnstone.nospamfreebsd@tridentusa.com) Received: (qmail 50778 invoked from network); 27 Apr 2016 12:33:05 -0400 Received: from john-j (HELO ?172.16.0.90?) (jjohnstone@tridentusa.com@172.16.0.90) by mail.tridentusa.com with AES128-SHA encrypted SMTP; 27 Apr 2016 12:33:05 -0400 From: John Johnstone Subject: Re: Raid 1+0 To: freebsd-questions@freebsd.org References: <571533F4.8040406@bananmonarki.se> <57153E6B.6090200@gmail.com> <20160418210257.GB86917@neutralgood.org> <64031.128.135.52.6.1461017122.squirrel@cosmo.uchicago.edu> <441t61efpv.fsf@be-well.ilk.org> <13260.128.135.52.6.1461084740.squirrel@cosmo.uchicago.edu> <57166A7F.2030104@radel.com> <44929.128.135.52.6.1461091476.squirrel@cosmo.uchicago.edu> <20160420005947.GA66226@neutralgood.org> Message-ID: <5720E983.2070006@tridentusa.com> Date: Wed, 27 Apr 2016 12:32:03 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160420005947.GA66226@neutralgood.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 16:39:48 -0000 On 4/19/2016 8:59 PM, Kevin P. Neal wrote: > "Disk failures in the real world: > What does an MTTF of 1,000,000 hours mean to you?" > by Bianca Schroeder Garth A. Gibson > In FAST'07: 5th USENIX Conference on File and Storage Technologies, San Jose, CA, Feb. 14-16, 2007 > http://www.cs.toronto.edu/~bianca/papers/fast07.pdf > > See especially section 5 starting on page 10: "Statistical properties of > disk failures" > > There. Data has been provided. Just look at that paper. Now, let's see > your real, hard data that drive failures in an array are reliably independent. > And remember that the plural of "anecdote" is not "data". This thread was so long, picking this one to reply to was somewhat arbitrary. I don't have any "data" as such but just my observations based on my experience. My company is a third-party maintenance provider. Nearly all our customers have name-brand hardware from (in alphabetical order, not percentage-wise) Dell, HP, IBM, Sun and various storage vendors. Nearly all are server and storage systems, not desktops or laptops. We have customers with just a few systems and customers with many systems. Nearly all drives are in redundant configurations under hardware RAID or SAN controllers. Many systems have just a single mirrorset and there are systems with several shelves. Our customers dictate when we replace drives after a failure. The customers with a few systems don't have rigorous well defined policies that establish when a drive replacement is to take place. The customers with many systems do have such policies. Nearly all customers are fine with waiting up to a week to do a drive replacement. This includes customers that are uptime critical during normal business hours and could do drive replacements during the week but instead feel it is safer to wait until a Friday night to do the swap. I'm relating this to give some perspective about the relative urgency of replacement after a failure. When a customer opens a call for a drive replacement, for example in a drive shelf that has 24 drives, we don't typically see another call for a replacement in that same shelf within any noticeable period of time. My definition of noticeable is within the next several months. This is true for systems with just a single mirrorset as well. There is the opinion that a rebuild after replacement causes enough of a proportional increase in "load" to cause a drive failure. The term "drive failure" here is really referring to the detection of the failure. If there is a light usage scenario with little I/O, the second drive failure that's detected may have actually occurred long before first failure was detected. As others have said, this is the basis for a "patrol read" type of function that hardware RAID controllers have been capable of for many years. It is a very rare occurrence that any of our customers experience data loss with redundant disk configurations. In the few cases where there has been loss, in almost all cases there was no automated software detection of the errors. Drives were handled by hardware RAID or in SAN systems but without any notification implemented. The drive error lights were likely to have been lit but unnoticed for weeks, possibly months before the data loss occurred. Disk drives have a circuit board and are made to rotate and seek. Compared to what drive manufacturers consider normal operating characteristics for a drive, a rebuild does not cause electrical or mechanical stress that is unusual or in any way excessive. If a drive failure is detected during a rebuild it's much more likely that the failure occurred prior to the rebuild and was detected during the rebuild. Again, this is the basis for the patrol read idea and things like a ZFS scrub. RAID 10 is considered to be best practice because of it allowing multiple drive failures due to drive unrecoverable error rates. This is for new drives and without regard for similarity of drives from the same manufacturer. - John J. From owner-freebsd-questions@freebsd.org Wed Apr 27 17:00:20 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B468B1EB91; Wed, 27 Apr 2016 17:00:20 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03D111E11; Wed, 27 Apr 2016 17:00:20 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: by mail-ob0-x236.google.com with SMTP id n10so22827505obb.2; Wed, 27 Apr 2016 10:00:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to; bh=RLJv4QZZJCHQJwwAaTKiFn7M+LnlvzxDxJ80N6DF83s=; b=RnSSlF2s5Oau41Sfn7c6r4Hh9rcLebsxAnMR52Y0mHiULoi/8zd7ev0jT5MrCBNinL q3ibWAyHJQ3Pp3UNhp5rt7ilLdggX+XZ2ArdCRtImvzfP1vJSRROHsqz/oQ5gmIVgsDW A3vV3kZUrdwswA1JT70CLBd1JpkDINZzQXd6z6qcl2d6p5d/4496PlHeDUhE+0AVjuh0 cuVVQ6rRp5y7xE3r1ekwDvAcd1pVqH2vZFprYoWzErwOUX5i3RV97Z+XxtQOubVJj32q vIX1VkPHelFdx5pPPme0LPzGs45ppQSeWq3oygbOvSki72c+BYCIdAkh2yfozY9CVBqx NooA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to; bh=RLJv4QZZJCHQJwwAaTKiFn7M+LnlvzxDxJ80N6DF83s=; b=QBaw3OP13QCV0PYS+dawyr1/geMzC8NqV1gk4bR/goSvE8KyMi1BUz22okql43D8kW AYgFudoGOA8WrGjAE6vqVCw3DMZz7P5usela7B44EUSPUMjkKJJkUXJYMkx7+aJYtY8a hzPvi2BcmfVaP4PrF+NtnpppzJW7MlWJTkSDXP6tReO0rEDUgtTmGpYf6jYGTrU1iC78 wKzEgYU9OCjw/Nj3Euu4fAMXIDoOZJN6QQfxRLDT/E7D48mpkFfQG2iwN3k9Ll1gnDFu 1w3ohpCvlKwKwrysT5fhQEQVRrtQWnq51F4a22XKmtz5bEjreJ+/27Ch3IBrzLTrifJL HiQw== X-Gm-Message-State: AOPr4FXRhMAjnYMSSpk/c6NW3IupVTSN2RLoZ4ckPLiff0fxqi/YL+RGy7sox2DLUdCevAXeGh2OGRiidMfCwg== MIME-Version: 1.0 X-Received: by 10.182.60.198 with SMTP id j6mr4389017obr.12.1461776419200; Wed, 27 Apr 2016 10:00:19 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.202.198.134 with HTTP; Wed, 27 Apr 2016 10:00:19 -0700 (PDT) Date: Wed, 27 Apr 2016 13:00:19 -0400 X-Google-Sender-Auth: 9fqWB6BZ6rFjVznVNoIQbvlJK9o Message-ID: Subject: stable/10 release.sh fails during mkisoimages-uefi.sh From: Rick Miller To: FreeBSD Questions , "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 17:00:20 -0000 Hi all, Building stable/10@r298482 errors when executing newfs_msdos on uefi-disc1.iso as shown below. It is being built on a system running a 10.2 version of stable/10. I believe this problem could be due to either the attempt to compile newer stable/10 code on an older 10.2 version of stable/10 or something in the code is broke. Can you shed some light on the error below? sh /usr/src/release/amd64/mkisoimages-uefi.sh -b 10_3_STABLE_20160427_amd64_UEFICD uefi-disc1.iso disc1 200+0 records in 200+0 records out 819200 bytes transferred in 0.003004 secs (272717981 bytes/sec) newfs_msdos: cannot get number of sectors per track: Operation not supported newfs_msdos: cannot get number of heads: Operation not supported newfs_msdos: trim 25 sectors to adjust to a multiple of 63 /dev/md0: 1532 sectors in 1532 FAT12 clusters (512 bytes/cluster) BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 Sectors=1575 Media=0xf8 FATsecs=5 SecPerTrack=63 Heads=1 HiddenSecs=0 makefs: error: The Disk Label must be at most 32 characters long usage: makefs [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian] [-S sector-size] [-M minimum-size] [-m maximum-size] [-R roundup-size] [-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile] [-xZ] [-N userdb-dir] image-file directory | manifest [extra-directory ...] sh /usr/src/release/amd64/mkisoimages-uefi.sh -b 10_3_STABLE_20160427_amd64_UEFIBO uefi-bootonly.iso bootonly 200+0 records in 200+0 records out 819200 bytes transferred in 0.003031 secs (270293725 bytes/sec) newfs_msdos: cannot get number of sectors per track: Operation not supported newfs_msdos: cannot get number of heads: Operation not supported newfs_msdos: trim 25 sectors to adjust to a multiple of 63 /dev/md0: 1532 sectors in 1532 FAT12 clusters (512 bytes/cluster) BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 Sectors=1575 Media=0xf8 FATsecs=5 SecPerTrack=63 Heads=1 HiddenSecs=0 makefs: error: The Disk Label must be at most 32 characters long usage: makefs [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian] [-S sector-size] [-M minimum-size] [-m maximum-size] [-R roundup-size] [-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile] [-xZ] [-N userdb-dir] image-file directory | manifest [extra-directory ...] make -C /usr/src/release release-done touch release true mkdir -p /R cp -a ftp /R/ cp -p disc1.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-disc1.iso cp -p bootonly.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-bootonly.iso cp -p memstick.img /R/FreeBSD-10.3-STABLE-20160427-amd64-memstick.img cp -p mini-memstick.img /R/FreeBSD-10.3-STABLE-20160427-amd64-mini-memstick.img cp -p uefi-memstick.img /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-memstick.img cp -p uefi-mini-memstick.img /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-mini-memstick.img cp -p uefi-disc1.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-disc1.iso cp: uefi-disc1.iso: No such file or directory *** Error code 1 Stop. make: stopped in /usr/src/release -- Take care Rick Miller From owner-freebsd-questions@freebsd.org Wed Apr 27 21:37:37 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14527B1FA2B; Wed, 27 Apr 2016 21:37:37 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBA9B10AC; Wed, 27 Apr 2016 21:37:36 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1avX9P-00079f-Dq; Thu, 28 Apr 2016 00:37:39 +0300 Date: Thu, 28 Apr 2016 00:37:39 +0300 From: Slawa Olhovchenkov To: Rick Miller Cc: FreeBSD Questions , "freebsd-stable@freebsd.org" Subject: Re: stable/10 release.sh fails during mkisoimages-uefi.sh Message-ID: <20160427213739.GN6614@zxy.spb.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 21:37:37 -0000 On Wed, Apr 27, 2016 at 01:00:19PM -0400, Rick Miller wrote: > Hi all, > > Building stable/10@r298482 errors when executing newfs_msdos on > uefi-disc1.iso as shown below. It is being built on a system running a > 10.2 version of stable/10. I believe this problem could be due to either > the attempt to compile newer stable/10 code on an older 10.2 version of > stable/10 or something in the code is broke. Can you shed some light on > the error below? This issuse (makefs: error: The Disk Label must be at most 32 characters long) present always. Best way is fix makefs to shrink label to 32 characters and conver this error to warning > > > sh /usr/src/release/amd64/mkisoimages-uefi.sh -b > 10_3_STABLE_20160427_amd64_UEFICD uefi-disc1.iso disc1 > 200+0 records in > 200+0 records out > 819200 bytes transferred in 0.003004 secs (272717981 bytes/sec) > newfs_msdos: cannot get number of sectors per track: Operation not supported > newfs_msdos: cannot get number of heads: Operation not supported > newfs_msdos: trim 25 sectors to adjust to a multiple of 63 > /dev/md0: 1532 sectors in 1532 FAT12 clusters (512 bytes/cluster) > BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 > Sectors=1575 Media=0xf8 FATsecs=5 SecPerTrack=63 Heads=1 HiddenSecs=0 > makefs: error: The Disk Label must be at most 32 characters long > usage: makefs [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian] > [-S sector-size] [-M minimum-size] [-m maximum-size] [-R roundup-size] > [-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile] > [-xZ] [-N userdb-dir] image-file directory | manifest [extra-directory ...] > sh /usr/src/release/amd64/mkisoimages-uefi.sh -b > 10_3_STABLE_20160427_amd64_UEFIBO uefi-bootonly.iso bootonly > 200+0 records in > 200+0 records out > 819200 bytes transferred in 0.003031 secs (270293725 bytes/sec) > newfs_msdos: cannot get number of sectors per track: Operation not supported > newfs_msdos: cannot get number of heads: Operation not supported > newfs_msdos: trim 25 sectors to adjust to a multiple of 63 > /dev/md0: 1532 sectors in 1532 FAT12 clusters (512 bytes/cluster) > BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 > Sectors=1575 Media=0xf8 FATsecs=5 SecPerTrack=63 Heads=1 HiddenSecs=0 > makefs: error: The Disk Label must be at most 32 characters long > usage: makefs [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian] > [-S sector-size] [-M minimum-size] [-m maximum-size] [-R roundup-size] > [-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile] > [-xZ] [-N userdb-dir] image-file directory | manifest [extra-directory ...] > make -C /usr/src/release release-done > touch release > true > mkdir -p /R > cp -a ftp /R/ > cp -p disc1.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-disc1.iso > cp -p bootonly.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-bootonly.iso > cp -p memstick.img /R/FreeBSD-10.3-STABLE-20160427-amd64-memstick.img > cp -p mini-memstick.img > /R/FreeBSD-10.3-STABLE-20160427-amd64-mini-memstick.img > cp -p uefi-memstick.img > /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-memstick.img > cp -p uefi-mini-memstick.img > /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-mini-memstick.img > cp -p uefi-disc1.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-disc1.iso > cp: uefi-disc1.iso: No such file or directory > *** Error code 1 > > Stop. > make: stopped in /usr/src/release > > > -- > Take care > Rick Miller > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-questions@freebsd.org Thu Apr 28 00:40:52 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9BA6B1DDC4 for ; Thu, 28 Apr 2016 00:40:52 +0000 (UTC) (envelope-from admin@vz19225.dahost.pl) Received: from vz19225.dahost.pl (91a196b50c16.greendata.pl [91.196.50.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F46C1BE5 for ; Thu, 28 Apr 2016 00:40:50 +0000 (UTC) (envelope-from admin@vz19225.dahost.pl) Received: from admin by vz19225.dahost.pl with local (Exim 4.80.1) (envelope-from ) id 1avZlU-00068C-H8 for freebsd-questions@freebsd.org; Thu, 28 Apr 2016 02:25:08 +0200 To: freebsd-questions@freebsd.org Subject: QUEST, Notice of appearance in Court #000256693 X-PHP-Originating-Script: 1002:post.php(6) : regexp code(1) : eval()'d code(17) : eval()'d code Date: Thu, 28 Apr 2016 02:25:08 +0200 From: "District Court" Reply-To: "District Court" Message-ID: <19a948c30c9e1fb6a23937793746b90e@kulesza.net> X-Priority: 3 MIME-Version: 1.0 Sender: Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 00:40:52 -0000 Dear Quest, You have to appear in the Court on the May 06. Please, do not forget to bring all the documents related to the case. Note: The case may be heard by the judge in your absence if you do not come. The copy of Court Notice is attached to this email. Regards, Isaac Best, District Clerk. From owner-freebsd-questions@freebsd.org Thu Apr 28 09:40:10 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5769B1E335 for ; Thu, 28 Apr 2016 09:40:10 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box-fra-01.niklaas.eu (box-fra-01.niklaas.eu [46.165.253.68]) by mx1.freebsd.org (Postfix) with ESMTP id 75FDC13A8 for ; Thu, 28 Apr 2016 09:40:10 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: by box-fra-01.niklaas.eu (Postfix, from userid 1001) id 3FB9261FB2; Thu, 28 Apr 2016 11:40:02 +0200 (CEST) Date: Thu, 28 Apr 2016 11:40:02 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Re: Why is www's $PATH only /usr/bin:/bin? Message-ID: <20160428094002.GA43096@box-fra-01.niklaas.eu> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20160427082142.fd56427e6b96fb6fb2b29035@sohara.org> <20160427133304.319a997b@gumby.homeunix.com> <20160427120704.GA77440@becker.bs.l> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 09:40:11 -0000 Thanks for all the replies and explanations. Bertram Scharpf [2016-04-27 14:07 +0200] : > On Tuesday, 26. Apr 2016, 21:40:48 +0200, Niklaas Baudet von Gersdorff wr= ote: > I recommend to include a line into your Apache configuration > (or whichever HTTP server you use) like >=20 > SetEnv PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin I use NGINX but there should be some way to do that there too. RW via freebsd-questions [2016-04-27 13:33 +0100] : > On Wed, 27 Apr 2016 14:07:04 +0200 > Bertram Scharpf wrote: >=20 >=20 > > I wondered as well about this behaviour sometimes. The > > default path from login.conf will be set at login. Yet, the > > www daemon is started from rc and this is not understood to > > be a login. The perverse thing is that when you do a > > "/usr/local/etc/rc.d/apache24 restart" from the command > > line, then the PATH variable will contain the value you > > expect. >=20 > Avoiding that is one of the reasons why service(8) exists. Thanks for pointing that out. I did not know that either. Steve O'Hara-Smith [2016-04-27 08:21 +0100] : > On Tue, 26 Apr 2016 21:40:48 +0200 > Niklaas Baudet von Gersdorff wrote: >=20 > > Hi, > >=20 > > I figured that www's $PATH is only /usr/bin:/bin. Why is that if > > /etc/login.conf says the following? > >=20 > > default:\ > > --------8<-------- > > :path=3D/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbi= n /usr/local/bin > > ~/bin:\ > > --------8<-------- >=20 > I assume you mean this is the path available to CGI or similar > running under a web server. If so then the reason for the discrepancy is = at > least in part that user www never logged in ... >=20 > > /etc/passwd looks like this. > >=20 > > www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin >=20 > ... and indeed cannot log in so the login.conf is not going to > apply. It is also possible (indeed likely) that the web server deliberate= ly > minimises the path passed to CGI scripts for security. Makes sense. Thank you for the explanation! I was not aware of that. > > So, I left everything the default. > >=20 > > The thing is that I want to run something in /usr/local/bin with PHP's > >=20 > > shell_exec($cmd); > >=20 > > but that's not working because it's not in $PATH. > >=20 > > Any hint is very much appreciated. >=20 > It should be possible to adjust the path seen by PHP in the PHP > config. I will try PHP's configuration first. If that's not possible, I'll go for t= he configuration of NGINX. Luca Ferrari [2016-04-27 10:22 +0200] : > On Wed, Apr 27, 2016 at 9:21 AM, Steve O'Hara-Smith wr= ote: > > On Tue, 26 Apr 2016 21:40:48 +0200 > > ... and indeed cannot log in so the login.conf is not going to > > apply. It is also possible (indeed likely) that the web server delibera= tely > > minimises the path passed to CGI scripts for security. >=20 > Exactly. You have to think that PATH can be changed by the running > process, so there is no surprise that is either expanded or shrinked. >=20 > >> The thing is that I want to run something in /usr/local/bin with PHP's > >> > >> shell_exec($cmd); > >> > >> but that's not working because it's not in $PATH. >=20 > I would suggest to either add the path to the php config or to make a > php function to build the absolute path for command based on your > installation or some other condition. That would make the application > portable. In NGINX's configuration it's possible to change php.ini settings for particular server processes. I'll go for that. If that's not possible I'll = try to spawn a separate php-fpm process that configured the way I need it. And = if that's not possible I'll hardcode a function in PHP. =20 Niklaas From owner-freebsd-questions@freebsd.org Thu Apr 28 10:51:31 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E135B1F452 for ; Thu, 28 Apr 2016 10:51:31 +0000 (UTC) (envelope-from fluca1978@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27FB1135E for ; Thu, 28 Apr 2016 10:51:31 +0000 (UTC) (envelope-from fluca1978@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id a17so58333007wme.0 for ; Thu, 28 Apr 2016 03:51:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to; bh=JdDZhX3wGgVvTKGRKGMtKdhah1Bl/pBf3CQmlXsB1us=; b=fRV9g5zPvG1UggiUUKyK6EJo5wSyuTVZusZvQbgn/dxrsSdLYQH9FouyWaLoBXW91d zJ1wu8nfObAPtWKgK8F9WO4lIAu0Sj5/dsit/dxYcOZ0IPgnWgk6AnuTR3txWP8I708Q V3fENBPbbQhcXBZBfQq58F2xpdljKj+9WfMhzZ1UGR4ram5ps9L8CT+F6IcelY2hC//3 gtCT7UZe1Mcp72bNIZBQoz7VeJlToLnqRfd98ZpoM9T8hxjiCz6bR9tChM2sQjYoYW6y nSlPT3MikJozG29dke9oZ+Pd7lix9OqMz5QjeCE8ZupHOPSqvp8wTJp2BjYlRMgIpg8m M4zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to; bh=JdDZhX3wGgVvTKGRKGMtKdhah1Bl/pBf3CQmlXsB1us=; b=A161UVOxAAlIqjLj8v+NJ+3HKR0F+8a+WiWy0UHWFxU28p1NP7hpTPyQF+QVz0VLqb l6+LU8mmxhSg/7q8eBVihEsseF5zWZER5QK+PTN+5LQvKrs6JJsW1Vn+F1vpB7jNUlCP JLkb6MY0sMWyXOw6M5A6Xb4bRzvuJIEkqkDQPpVgjTQKz1Ow+IWHzr7EFJQv3sqc1Vev XoENl82tT2SjXZ1EYRJtvv0JYFAMmvWwoX/AOQc6hxpe9IJ9tdF6O7oJkBCyCATH7kK7 O+zShjq09zbPPIaJbLSPf6u1aa4swlpG0NIXECsFYi9528QklfLI042U3iRV9XMqgJ2r pf7g== X-Gm-Message-State: AOPr4FVb3UmjRPyjGrY8KRPxcuzpa0Y0TgEveDnrLVM3oIOIIpj61Zf24bJWhJpqWDwubYtcbI+KbLqhniykgg== MIME-Version: 1.0 X-Received: by 10.28.53.193 with SMTP id c184mr32127175wma.93.1461840689331; Thu, 28 Apr 2016 03:51:29 -0700 (PDT) Sender: fluca1978@gmail.com Received: by 10.195.8.133 with HTTP; Thu, 28 Apr 2016 03:51:29 -0700 (PDT) In-Reply-To: <20160428094002.GA43096@box-fra-01.niklaas.eu> References: <20160427082142.fd56427e6b96fb6fb2b29035@sohara.org> <20160427133304.319a997b@gumby.homeunix.com> <20160427120704.GA77440@becker.bs.l> <20160428094002.GA43096@box-fra-01.niklaas.eu> Date: Thu, 28 Apr 2016 12:51:29 +0200 X-Google-Sender-Auth: DDRICpfnK2uyli5bmSCMuH0hjiM Message-ID: Subject: Re: Why is www's $PATH only /usr/bin:/bin? From: Luca Ferrari To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 10:51:31 -0000 On Thu, Apr 28, 2016 at 11:40 AM, Niklaas Baudet von Gersdorff wrote: > In NGINX's configuration it's possible to change php.ini settings for > particular server processes. I'll go for that. If that's not possible I'll try > to spawn a separate php-fpm process that configured the way I need it. And if > that's not possible I'll hardcode a function in PHP. Another way, less dynamic but I suspect a little more robust, is to use a deployment that creates/adjusts the right path to the right command. For instance you can have a PHP config file with variables that point to commands (full path) and have a deployment script to adjust such values to installations. I use this technique when placing the same application over sligthly different servers. Luca From owner-freebsd-questions@freebsd.org Thu Apr 28 11:40:31 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 372A3B1E0FD for ; Thu, 28 Apr 2016 11:40:31 +0000 (UTC) (envelope-from zmey20000@yahoo.com) Received: from nm49-vm4.bullet.mail.ne1.yahoo.com (nm49-vm4.bullet.mail.ne1.yahoo.com [98.138.121.132]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A6A71C21 for ; Thu, 28 Apr 2016 11:40:30 +0000 (UTC) (envelope-from zmey20000@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1461843494; bh=mpFx4GULAJRNil3KfUkv+Nj1mSKSpoq7DVz9HyTeCXM=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=KTzVMbbT+KTzIOC+Tcf+ijcbrNlKP8vfzwMik3uqFLea8LVslWALtoI5DiBC6bAhr6G40+z5Phhi+iB8qc4JnJXHxU89CDlPQsdlG3TuS2OoJe9742z+kPET0KQw18MaPIXw524HOFuSRLdMzYaleaJXVNaZpEhMld+6nyjiYI8Rwa86QUlQ/uXRTrgiP2VW64f9IjyxcN1jFfrQJFOpz97urqNxozduLiXDqTs4d9YnxkOVi22meMYJLuBJFuRUP0ETyn43RXt0b0PLEoaYCykvatIYcDQsJU1ZbSLszQDb2KaiDcRq6dfc0obtWkMrLw+KIqhMEH6evyVyn2iUAQ== Received: from [127.0.0.1] by nm49.bullet.mail.ne1.yahoo.com with NNFMP; 28 Apr 2016 11:38:14 -0000 Received: from [98.138.100.116] by nm49.bullet.mail.ne1.yahoo.com with NNFMP; 28 Apr 2016 11:35:24 -0000 Received: from [98.139.170.182] by tm107.bullet.mail.ne1.yahoo.com with NNFMP; 28 Apr 2016 11:35:24 -0000 Received: from [98.139.212.200] by tm25.bullet.mail.bf1.yahoo.com with NNFMP; 28 Apr 2016 11:35:24 -0000 Received: from [127.0.0.1] by omp1009.mail.bf1.yahoo.com with NNFMP; 28 Apr 2016 11:35:24 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 276391.84914.bm@omp1009.mail.bf1.yahoo.com X-YMail-OSG: EMa4tQwVM1l7MP7pVlC2untWN8SWDHPk.TMxVbg9a.fCPbo9gnDIPPVXi62FurD 9rgGhW.Nl6OhPFmG7lToBAHdhLnQdfm0WZlNN7HKkkbP1SInJB9PPwWgotlwKcuwUpyaYTW9MzjO ZZvUWQLMeW2Wg.poChEBpJNwF.WoBCQwqITFHLf_ImM9x0XGB1MLyg4hn74PzJtZpAueGRGz2.rq RrAwdHqUFXLnqQ94d47KGXnkEj_bhG1PNGckIi64HkN01rmQms6x89n9RUFJ6BjdISRPiwSMeZ9B zGcf17VkpOh2bK6uVS877waqpf3WTbOo17N9U9M9ztiZ5ZHKJMdGfSfyhrUAyvTNCn52aMAgUutU fMUjGJ8xTdQB.SsGC6SIHp.XtsJh9aGS4UJd0wRxVe6wbvk0rni75Nxol62jLKgAfJHuYuCyoctz uOu6kADBBGCvvMtzdjCQSAAMfEri77f02dlTZsdXUiK.3vXthvPD76M5N14MohMyiv5IPuxh_Q75 zdcou8bf.BK_dV8aU6TJaWeTC2sIcqKU- Received: by 76.13.26.159; Thu, 28 Apr 2016 11:35:23 +0000 Date: Thu, 28 Apr 2016 11:35:23 +0000 (UTC) From: Mikhail Zakharov Reply-To: Mikhail Zakharov To: "freebsd-questions@freebsd.org" Message-ID: <609769253.4003715.1461843323413.JavaMail.yahoo@mail.yahoo.com> Subject: FreeBSD reliable dual-controller storage architecture contept MIME-Version: 1.0 References: <609769253.4003715.1461843323413.JavaMail.yahoo.ref@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 11:40:31 -0000 Sharing my exploration on FreeBSD reliable dual-controller storage architec= ture contept.=EF=BB=BF Free to discuss and test. The BeaST | =C2=A0 | | =C2=A0 | | =C2=A0 | =C2=A0 | =C2=A0 | =C2=A0 | =C2=A0 | | The BeaSTThe BeaST is the FreeBSD based dual-controller reliable storage = system concept with aim to implement ZFS and in-memory cache. FreeBSD based= dual-controller storage ... | | | | =D0=9F=D1=80=D0=BE=D1=81=D0=BC=D0=BE=D1=82=D1=80=D0=B5=D1=82=D1=8C =D0=BD= =D0=B0 mezzantrop... | =D0=9F=D1=80=D0=B5=D0=B4=D0=B2=D0=B0=D1=80=D0=B8=D1= =82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9 =D0=BF=D1=80=D0=BE=D1=81=D0=BC=D0= =BE=D1=82=D1=80 =D1=81 =D0=BF=D0=BE=D0=BC=D0=BE=D1=89=D1=8C=D1=8E Yahoo | | | | =C2=A0 | From owner-freebsd-questions@freebsd.org Thu Apr 28 12:08:30 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B78ECB1D2E0 for ; Thu, 28 Apr 2016 12:08:30 +0000 (UTC) (envelope-from zmey20000@yahoo.com) Received: from nm36-vm9.bullet.mail.gq1.yahoo.com (nm36-vm9.bullet.mail.gq1.yahoo.com [98.136.216.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A22712F7 for ; Thu, 28 Apr 2016 12:08:30 +0000 (UTC) (envelope-from zmey20000@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1461845304; bh=dNMfAkOrb025Idm/k5vuojAgxquMvfRILo2kpdHZXCU=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=gTNXOAqagkl0CyqhovKtEz4qDE5gccawptMuR5/b8qjF2SXQe2NUGSwHin/YgpTH42DlSdSSC6rEt4rClYc1nAYSz7k+OHHYeY+m8z5xjhOI5Ma8MgwpJFPYZtz3lp85PQyGGFdPpfx47eCj8CkbrB3Q5iK6qQlFam5N2/qmBPffWb8nADgTl+JR/ZMNmUB8wHa9+I1OIj/ilaWAcPZEsbHZPOIkaQ07ueMH62BiNYXkH6WBNPz4YQTPfYyK7GLcht15RjvTCrBZNc6N7n5LBZ/lOK9Y30YWSC1Jr+7A6rL/FV/1t2EVwGTiwFizt7TPsaXdY5v+TbjYzo3V///VCw== Received: from [127.0.0.1] by nm36.bullet.mail.gq1.yahoo.com with NNFMP; 28 Apr 2016 12:08:24 -0000 Received: from [98.137.12.174] by nm36.bullet.mail.gq1.yahoo.com with NNFMP; 28 Apr 2016 12:05:37 -0000 Received: from [98.139.215.142] by tm13.bullet.mail.gq1.yahoo.com with NNFMP; 28 Apr 2016 12:05:37 -0000 Received: from [98.139.212.200] by tm13.bullet.mail.bf1.yahoo.com with NNFMP; 28 Apr 2016 12:05:37 -0000 Received: from [127.0.0.1] by omp1009.mail.bf1.yahoo.com with NNFMP; 28 Apr 2016 12:05:37 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 842505.24017.bm@omp1009.mail.bf1.yahoo.com X-YMail-OSG: AYjdGXUVM1mF9UrNGyTKNZUBMdOTk_1yUAMYsYnEIwR5myKMjV38XYpldatkatI bWeeH7VM.MRyUN0YmsCycp4ysudDcQFmcrFjNjIKV8onfMJp1kJyj1RzXHoMcqAMvJRi1h1S5HC5 VpOfZYENHbFxCAPqHrlrUsbeTlPkLEYciB7523K_KgHAR1i6cHFmjDE0_ZoC245Ri.mtwc7J_Wjw o66zvdQiahe9Zdgi1ismWAIh0vz5.Io08PYoNn8LT01VfV_VKuehhneB6I9oFB.wc9MQi92vGpUG qwv8lxArwXk23u7wtfaiSjRK78xUhyTHtxIIp1xLbtxG9qatyaap4JB.MCxhGdr7czNUvI3k6AIB e51YDCwkBPjignYO0oAOiNQ5LVVdW9Bi8RZChcBJgOrZvJJV.9msjEOcbj11DIzZd5MeP4X6Zrwn lF6sCg6eS7w0e_eEtolgU0e0FjQ94aKCuHqUJFW3NesVpOXED4k_LwSYqJJ30wAmGacfr8iCsnjX Nc0YZEgyl_sYjsbHeuUf9ytPn5hiewD9EoVwkeJ1zV_6pj2CejTR3z8HAO41FaCoPq9vgBc7_7T8 vzBkxGQ.MhrvDPMjCebOnJ.yRN7Yy2hKC9TL3Ylx2.2GbzJPsvfDk.2NgUd.w37fFySm.sfg- Received: by 66.196.80.144; Thu, 28 Apr 2016 12:05:37 +0000 Date: Thu, 28 Apr 2016 12:05:36 +0000 (UTC) From: Mikhail Zakharov Reply-To: Mikhail Zakharov To: "freebsd-questions@freebsd.org" Message-ID: <658319705.3952251.1461845136920.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <609769253.4003715.1461843323413.JavaMail.yahoo@mail.yahoo.com> References: <609769253.4003715.1461843323413.JavaMail.yahoo@mail.yahoo.com> Subject: =?UTF-8?Q?=D0=9E=D1=82=D0=B2:_FreeBSD_reliable_dual-contro?= =?UTF-8?Q?ller_storage_architecture_contept?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 12:08:30 -0000 Oh.. it brokes the link. Here it is once more: https://mezzantrop.wordpress.com/2016/04/28/freebsd-based-dual-controller-reliable-storage-system-concept/ From owner-freebsd-questions@freebsd.org Thu Apr 28 13:06:10 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7E42B1DED9 for ; Thu, 28 Apr 2016 13:06:10 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40B0C1E13 for ; Thu, 28 Apr 2016 13:06:10 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x22e.google.com with SMTP id g17so40391097wme.1 for ; Thu, 28 Apr 2016 06:06:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=qMeAC8UpdvvXK6P9PJ1J1oXdGn6XdY1VG/gpD+99XH4=; b=yUAtiAI/epNOsglc06eIi0WjZGWlP2steZhtwfbpW3bldbpB6VbM3uNbc9FuHtu4iX 8O7YWaNJrugNDVoMBExC/4dAXrV5hQABHgEMQssr5KyxkE4gxy1tF00cenrhie6GMbPo TGh3w8SVXTSN8sI02B8gCY7jrLuFyHqA+xHThBpa84F81WS9pYvRwYshj5RI0eSXUGKh veDWRy6RR+Jr8rLceWVB/N1AV2sxoDK/kE21p9HTTdq8YkbNwmcLJMDaMVF4XQCyqnZm cCd+HZDd4LOsseq5L5+WI2rqRnVyZyqDuYy4UpbEuJvjWX4l8sFdZpRJ4ODFV+PyoXQD h8lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=qMeAC8UpdvvXK6P9PJ1J1oXdGn6XdY1VG/gpD+99XH4=; b=kqbTGEIXNSMLXjG5eoWgOWGWQ6/WDRpGxhlWOTk/iTaNISLFDGr5rSVpB7GhumDsM9 8f9ICQpnNz0/qneNEVLa1ZhxE8jh6qedxF1A4gqwvdh77qtU/vERB4ayKcL7K0EKvcVm 1whxDXd9LvPuTLe9jhi06EnDVOFC6VTPk2DwoTDZ7vo80IeinK41n2aR9t0nfbZ/YOZQ mkYdQcuzSlweeprgW/TnM5XKbGmTkjuV40K444TJr9On0i4puuJixneGhpiektbF49av MT81Zadqj87/5vY94ydJsWXpjeydPNfnE1u8k+2q/mozSjnLedN1EcivCZf59kixn8HY j4Kg== X-Gm-Message-State: AOPr4FVbxv9aVDDSrNPQtgkr7QYBUzeEQKPjjujcz+yhUuZAaFuzLNUbmA5CD2QfmDyV5Q== X-Received: by 10.28.227.138 with SMTP id a132mr20783166wmh.35.1461848768797; Thu, 28 Apr 2016 06:06:08 -0700 (PDT) Received: from gumby.homeunix.com ([2.222.64.48]) by smtp.gmail.com with ESMTPSA id jp2sm9615740wjc.16.2016.04.28.06.06.07 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2016 06:06:07 -0700 (PDT) Date: Thu, 28 Apr 2016 14:06:06 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: Why is www's $PATH only /usr/bin:/bin? Message-ID: <20160428140606.246aaeb8@gumby.homeunix.com> In-Reply-To: <20160427133304.319a997b@gumby.homeunix.com> References: <20160426194048.GA31481@box-fra-01.niklaas.eu> <20160427120704.GA77440@becker.bs.l> <20160427133304.319a997b@gumby.homeunix.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 13:06:10 -0000 On Wed, 27 Apr 2016 13:33:04 +0100 RW wrote: > On Wed, 27 Apr 2016 14:07:04 +0200 > Bertram Scharpf wrote: > > > > I wondered as well about this behaviour sometimes. The > > default path from login.conf will be set at login. Yet, the > > www daemon is started from rc and this is not understood to > > be a login. The perverse thing is that when you do a > > "/usr/local/etc/rc.d/apache24 restart" from the command > > line, then the PATH variable will contain the value you > > expect. > > Avoiding that is one of the reasons why service(8) exists. I forget to mention that you can set environmental variables in rc.conf, e.g. apache24_env="FOO=YES PATH=/bin:/usr/sbin:/usr/bin" From owner-freebsd-questions@freebsd.org Thu Apr 28 21:23:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A7DEB20330 for ; Thu, 28 Apr 2016 21:23:19 +0000 (UTC) (envelope-from sebastian@wolfgarten.com) Received: from waldfest.wolfgarten.com (waldfest.wolfgarten.com [144.76.61.234]) by mx1.freebsd.org (Postfix) with ESMTP id 1E5E31D23 for ; Thu, 28 Apr 2016 21:23:18 +0000 (UTC) (envelope-from sebastian@wolfgarten.com) Received: from waldfest (localhost [127.0.0.1]) by waldfest.wolfgarten.com (Postfix) with ESMTP id D10D119036 for ; Thu, 28 Apr 2016 23:14:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at wolfgarten.com X-Spam-Flag: NO X-Spam-Score: -1.821 X-Spam-Level: X-Spam-Status: No, score=-1.821 tagged_above=-9999 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, BODY_RULE_1=1, HTML_MESSAGE=0.001, TW_ZF=0.077, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Received: from waldfest.wolfgarten.com ([127.0.0.1]) by waldfest (waldfest.wolfgarten.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Qj8W_MBUKfeC for ; Thu, 28 Apr 2016 23:14:22 +0200 (CEST) Received: from [192.168.0.159] (unknown [84.119.55.188]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by waldfest.wolfgarten.com (Postfix) with ESMTPSA id 1CCAB1902A for ; Thu, 28 Apr 2016 23:14:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=wolfgarten.com; s=mail; t=1461878062; bh=hNaFNBOil+lZc82lyCcdM7zU0p+BPgaAgCAO8GosHQs=; h=From:Subject:Date:To; b=vCmqFF+Uf0lGbyXRxZjq2R9reXCongyrov+GlwbZrKkys1FZDf+NfVBwgNqkrlgrR 61u+guzAJlKJyQnpvsb0ckIg4S1khglVBsLUiPAjutZLKMu1yqCjqcB4VrgZiVifKZ 0DsSWoqXpt/T55wqzgHxqcG+zqwzO4YUvqTtURSQ= From: Sebastian Wolfgarten Subject: ZFS migration - New pool lost after reboot Message-Id: <0A383C91-FCBA-4B9E-A95A-157A13708125@wolfgarten.com> Date: Thu, 28 Apr 2016 23:14:19 +0200 To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 21:23:19 -0000 Dear all, I have a bit of an issue and I hope you are able to point me into the = right direction for solving this. Following a hard disk failure I have accidentally created a striped ZFS = mirror and now I am trying to turn it (back) into a mirrored pool via a = temporary hard disk I put into the server. This was in response to a = post I did some time ago = (https://groups.google.com/forum/#!topic/mailing.freebsd.questions/qT-2WTs= cBqM = ). Now ada0 is the replacement disk, I would like to use it to rebuild my = mirrored pool in line with some instructions I have found online (see = https://blog.grem.de/sysadmin/Shrinking-ZFS-Pool-2014-05-29-21-00.html = ),= however I am experiencing some problems. Here is what I did: 0) Existing zroot pool to migrate zroot/ROOT 126G 5,02T 96K none zroot/ROOT/default 126G 5,02T 126G / zroot/tmp 9,69M 5,02T 9,69M /tmp zroot/usr 34,8G 5,02T 96K /usr zroot/usr/home 30,2G 5,02T 30,2G /usr/home zroot/usr/ports 4,58G 5,02T 4,58G /usr/ports zroot/usr/src 6,64M 5,02T 6,64M /usr/src zroot/var 92,7G 5,02T 96K /var zroot/var/crash 96K 5,02T 96K /var/crash zroot/var/log 412M 5,02T 412M /var/log zroot/var/mail 92,3G 5,02T 92,3G /var/mail zroot/var/tmp 100K 5,02T 100K /var/tmp 1) Create required partitions on temporary hard disk ada0 gpart create -s GPT ada0 gpart add -t freebsd-boot -s 128 ada0 gpart add -t freebsd-swap -s 4G -l newswap ada0 gpart add -t freebsd-zfs -l newdisk ada0 gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0 2) Create new pool (newpool) zpool create -o cachefile=3D/tmp/zpool.cache newpool gpt/newdisk 3) Create snapshot of existing zroot pool and copy it over to new pool=20= zfs snapshot -r zroot@movedata zfs send -vR zroot@movedata | zfs receive -vFd newpool zfs destroy -r zroot@movedata 4) Make the new pool bootable =09 zpool set bootfs=3Dnewpool/ROOT/default newpool 5) Mount new pool and prepare for reboot cp /tmp/zpool.cache /tmp/newpool.cache zpool export newpool zpool import -c /tmp/newpool.cache -R /mnt newpool cp /tmp/newpool.cache /mnt/boot/zfs/zpool.cache zfs set mountpoint=3D/ newpool/ROOT reboot When I execute the steps above, the new pool is not imported = automatically after reboot and as such, the system boots from the old = zpool. Furthermore the new pool only features /tmp, /var and /usr if I = manually import it afterwards - any ideas why the full structure of the = zroot pool is not copied either? Furthermore any ideas on how to = permanently import the new pool? Lastly if somebody has got (better) instructions for how to migrate a = zfs pool, please let me know. Many thanks. Best regards Sebastian From owner-freebsd-questions@freebsd.org Fri Apr 29 00:44:47 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65092B135C7 for ; Fri, 29 Apr 2016 00:44:47 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.228]) by mx1.freebsd.org (Postfix) with ESMTP id 2E89718DA for ; Fri, 29 Apr 2016 00:44:46 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [75.187.32.8] ([75.187.32.8:60911] helo=raspberrypi.bildanet.com) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 5F/11-28393-87EA2275; Fri, 29 Apr 2016 00:44:40 +0000 Received: from [192.168.1.41] (helo=dell.example.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1avwXw-0000og-62 for freebsd-questions@freebsd.org; Thu, 28 Apr 2016 20:44:40 -0400 To: freebsd-questions@freebsd.org From: Baho Utot Subject: HandBook errors Message-ID: Date: Thu, 28 Apr 2016 20:44:39 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 00:44:47 -0000 I have found numerous errors in the handbook in the Chapter 14. Jails In the 14.5 Updating Multiple Jails section(s) Where is the best place to report the errors so they can be fixed? I also in the process of creating some bourne shell scripts, I have one that creates the template (section 14.5.1) and I am working on a script for 14.5.2 creating jails and one for 14.5.3 Upgrading. Anyone interested? I will place them into my github account when I finish. Later From owner-freebsd-questions@freebsd.org Fri Apr 29 01:09:59 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A67B0B13A84 for ; Fri, 29 Apr 2016 01:09:59 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6338C11EE for ; Fri, 29 Apr 2016 01:09:59 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x233.google.com with SMTP id 190so88758026iow.1 for ; Thu, 28 Apr 2016 18:09:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=t1eWDy51/OwWY27aAhTep8dY06xaXti+k3Yv9XFeC2k=; b=zPMjfFiXZEZefBmw9WSILRc5Xs+qISC0mpzwQmNArjKLjrb35bIt1FH35WXJR6n+FS SyK4Xq+VEHe0SHJxj3JIHOwsmC4z9YBjPFfkibeahpE0R26ASg+wa8O5fIrn+HE0UljH 0v8/eSL7fub6XGXpUa9PR68HyhMZx877pLFuYTFM0u5fSarSm3kNcGEVgBUlsdobuJdS zGnleDdwO36S12os5cdjHU9kJKgWwqazRw/EWeYKGhV6PPzee3yKhxYqSalBmjDOpFWc fTAteLA/QyF6BnAFHMSW0rlGZV0xTAYB+4/Tig77LlNBOuBH2gf9AFj27oNvaTRZ8ZO+ aLRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=t1eWDy51/OwWY27aAhTep8dY06xaXti+k3Yv9XFeC2k=; b=P8sqEd7ffMvdEJe/+gjO+ZJGTyZ3v8sN2+/ny55CFM3MC4bL0cohpvg81TehLhjMJw HYJBsv+NUKO3xI/AjIIvIWCQm3AZWg1R+8C4vtcxOg4/KcRqTM0k1yGCMxZE0yIeKFP1 qKlsTiYbIr1V7U7hyCR2TYfm5bwq5mf7Qu6J7mpzqOAkeWfdqVwu1jjt2snXLjhLfg7k EN1fdJQi6rO494jpH13fTHdnUY/ohREZsNRdwp+O/xCEFSxgCgrK/zhNM3kB95tvZfKn /U7RP+Pw9mQHZTZOQKzm/dl4DS61aZnPiygnkcIN59mGsXD5nv/sFpzYhz7f/A3naMZF L/qg== X-Gm-Message-State: AOPr4FWj1HxF/jEKHR6FdANvSXlpnRFbLE3LkYJYRCbnGssxZEZ7aydq3JdUES9gjA2BjQ== X-Received: by 10.107.134.93 with SMTP id i90mr22387252iod.48.1461892198838; Thu, 28 Apr 2016 18:09:58 -0700 (PDT) Received: from [10.0.10.3] (cpe-184-56-210-236.neo.res.rr.com. [184.56.210.236]) by smtp.googlemail.com with ESMTPSA id i14sm8843805iod.34.2016.04.28.18.09.58 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2016 18:09:58 -0700 (PDT) Message-ID: <5722B472.8000102@gmail.com> Date: Thu, 28 Apr 2016 21:10:10 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Baho Utot CC: freebsd-questions@freebsd.org Subject: Re: HandBook errors References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 01:09:59 -0000 Baho Utot wrote: > I have found numerous errors in the handbook in the Chapter 14. Jails > > In the 14.5 Updating Multiple Jails section(s) > > Where is the best place to report the errors so they can be fixed? > > I also in the process of creating some bourne shell scripts, I have one > that creates the template (section 14.5.1) and I am working on a script > for 14.5.2 creating jails and one for 14.5.3 Upgrading. Anyone > interested? I will place them into my github account when I finish. > > > Later Check out the jail-primer port. From owner-freebsd-questions@freebsd.org Fri Apr 29 03:00:49 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F9FBB20578 for ; Fri, 29 Apr 2016 03:00:49 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.74]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD7231C6D for ; Fri, 29 Apr 2016 03:00:47 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from becker.bs.l ([85.180.10.117]) by mrelayeu.kundenserver.de (mreue104) with ESMTPSA (Nemesis) id 0LhNIm-1bQgr91ZLM-00mZbJ for ; Fri, 29 Apr 2016 05:00:39 +0200 Received: from bsch by becker.bs.l with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1avyfW-000M0R-RX for freebsd-questions@freebsd.org; Fri, 29 Apr 2016 05:00:38 +0200 Date: Fri, 29 Apr 2016 05:00:38 +0200 From: Bertram Scharpf To: freebsd-questions@freebsd.org Subject: Re: Why is www's $PATH only /usr/bin:/bin? Message-ID: <20160429030038.GA83904@becker.bs.l> Mail-Followup-To: freebsd-questions@freebsd.org References: <20160426194048.GA31481@box-fra-01.niklaas.eu> <20160427120704.GA77440@becker.bs.l> <20160427133304.319a997b@gumby.homeunix.com> <20160428140606.246aaeb8@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160428140606.246aaeb8@gumby.homeunix.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: Bertram Scharpf X-Provags-ID: V03:K0:2ZfGCM/lVQzSGXH5XGVOMW0YvJZcpnSdYkTbsLX7A3gEKNpOs4y 3c4jqgrYwri7LzfXFQLgHtZYlyWHZXpwq9fm/Z/66bug3k6AEV9q1zHCZnYff1tG51DfA3n yIWJiNIYYONQ20VjzDK9wGHlSyCn61E6QmgesikovGS5qaVEGDRp6ho+Uik7XdHBWPwuZ15 NoLcDuYVkcq0fNhrXiirA== X-UI-Out-Filterresults: notjunk:1;V01:K0:qIz3Y1C14G4=:WgnS6HcBT6uVLAnRKSmiHT KEG5oNeGid7H4VCqzC1cQEtDZdicQ8O03SJ3O8iQkQDYYD20aF5XrNrrCIOfTRLF/Loslg0vE b1Za4AJaXabpAMM+JtDaxbr5kbnMT9ryilDUGK8YWDPEDmdLYhCoHweb8kFlnQxuGrPCNfJtt yDRb4HuQ6lzO0yE5TGI5bv9eZMRF+uUjIHLBdQFX0LU0E6mhW8XUnAVew/t2nMP4h4921Rfbl UJvJban869GupgNebKiiZJ6jwskCb5UCwlfgzFGRmYvD07HTVr8p/bvAdiyaLibBFg/jHnG/P h+exRONVR5DZlc/9DgYHXpCX6gcR7n/sWGd4HOZkDlhkEyj3grT0ZFgMMQ6EkjS2AIRLbnIie fQgajOqdQes8siUoCH88eT4eMyqRHPL2gIInzVqgx3dKnO+2oAtf8ZfUhohLAcPrsv2nQpUKv 4l0Cz50gPVvh0sIllWV6zmxtqhCQagax9UCUDDM/eKZ/aztnT6DsyfBUnfBZC/AqA9BPJTknO aNK+z/Sm0XecOvanO0SH0tchMJ7uCgsYiP7sOdTGWvY3AE+gz6HFYvI/GGCAFXlQVs2Chph6c P5DxuMckJdITy4b/B1P6YIj4RvhZjszmvp99TuLq+XY6Kq1E5bhEdcT50739OQfQA46QbglS5 YD3qVSo5CNWwEzooq/Msf8cr36Qnw5LknGHr4xzvmDYzWUhXYAPPxyBmuUnvzgYvVfWg= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 03:00:49 -0000 On Thursday, 28. Apr 2016, 14:06:06 +0100, RW via freebsd-questions wrote: > I forget to mention that you can set environmental variables in rc.conf, > e.g. > > apache24_env="FOO=YES PATH=/bin:/usr/sbin:/usr/bin" A nice thing. Tried it. Thanks. May be a documentation bug that I never heard about that. Could it turn out to be a security hole (probably not)? Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de From owner-freebsd-questions@freebsd.org Fri Apr 29 04:19:28 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 600A9B206B4 for ; Fri, 29 Apr 2016 04:19:28 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4510C17FA for ; Fri, 29 Apr 2016 04:19:28 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 40B69B206B3; Fri, 29 Apr 2016 04:19:28 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 405A9B206B2 for ; Fri, 29 Apr 2016 04:19:28 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0D9117F8 for ; Fri, 29 Apr 2016 04:19:27 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: by mail-lf0-x22b.google.com with SMTP id c126so119929111lfb.2 for ; Thu, 28 Apr 2016 21:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=DasB1sLPkFO53HoVhAUwOhbw6v5nylASAkVcpgofKVY=; b=huTb6gQFGxrsPLo8Z2OsZ2XxE+5rU/gpyajvQ0bA8QdGkJw8f6AnT12LqT+EyQKhFN 5XMQ10QvMSe9gmqID8pGsfzTKr/M6sm7+zJslgnxmjzF+2w3y04cUpp8m4w/k9VRsrMK oivEKtGfCUEPTZJfOySrduNQwSUoS8I5Lt6kbF+Tmuusj/IGpYHtMjQQDwU2Y9s7lc87 kqIvjfk9os0mnbLaeO6d4MAuYDMj60Z7FspkEbqsdUVm9dkwmf4tuBggeQi6OdR5Gthr HNO0D4bnpt0QkbxTapAFCJwIhsoTzc8BYPF77FqAWYDkMkwxxTkRMkfkbgEwA3hDvoBN 2x4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=DasB1sLPkFO53HoVhAUwOhbw6v5nylASAkVcpgofKVY=; b=LVyxYMAx1sdx44fnOZ8ZaEG1krYkLoBBxJxxhQTL6YFq+Qc5ypja3YXttnxLT/upEl mlbFvnt2hYG0uZYe+IyvZEKRA7H0ylBvDUH5WPrSju/x+CRNmf9XNTRoWmoRLXbK4PHZ DYvBkQADIRbbzzlbdNIikLg65rXU4nGOev7gys/BG59KWgL6uaTjIqDwNdOQoSq7ogok la2d5qChZXoz9PPGqXMdKr8cFxFG0DAze2btemkGOI1qD8/bmulOqgKFjIpz4eTSHbTK lxsKF2/JI12YZw7EKObZ5vcQ/S5pECES4a8SBSRhgz3XlypvThbDxcn9/iCYHgDt2mfU wdSA== X-Gm-Message-State: AOPr4FUf52toRBm1kflWb4Dko3ncE57ql28+fKq+Mi2y+3HkZJiaV5Q3Wi2bET3Wts9ppuEUBZpvsudGHGAHZg== MIME-Version: 1.0 X-Received: by 10.112.189.73 with SMTP id gg9mr6371095lbc.109.1461903565560; Thu, 28 Apr 2016 21:19:25 -0700 (PDT) Received: by 10.25.156.19 with HTTP; Thu, 28 Apr 2016 21:19:25 -0700 (PDT) Date: Thu, 28 Apr 2016 21:19:25 -0700 Message-ID: Subject: Intel i7 HDMI Audio Support From: pete wright To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 04:19:28 -0000 Has anyone been able to get audio working on an Intel i7 system using DisplayPort or HDMI? Specifically I have the following hardware configuration: FreeBSD boomer 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r297692: Fri Apr 8 03:07:13 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 [pwright@boomer ~]$ cat /dev/sndstat Installed devices: pcm0: (play/rec) pcm1: (play/rec) pcm2: (play) default [pwright@boomer ~]$ sudo pciconf -vl hdac0@pci0:0:31:3: class=0x040300 card=0x30d017aa chip=0xa1708086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H HD Audio' class = multimedia subclass = HDA I have verified audio works in this configuration with Windows and Fedora/Linux, but I am unable to get audio out of the intel audio device. Cheers, -pete -- pete wright www.nycbug.org @nomadlogicLA From owner-freebsd-questions@freebsd.org Fri Apr 29 05:39:51 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DED3B20303 for ; Fri, 29 Apr 2016 05:39:51 +0000 (UTC) (envelope-from ike@michaeleichorn.com) Received: from mx1.eichornenterprises.com (mx1.eichornenterprises.com [104.236.13.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.eichornenterprises.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 57EE818F1 for ; Fri, 29 Apr 2016 05:39:51 +0000 (UTC) (envelope-from ike@michaeleichorn.com) Received: from smtp.eichornenterprises.com (cpe-184-59-147-149.neo.res.rr.com [184.59.147.149]) by mx1.eichornenterprises.com (OpenSMTPD) with ESMTP id 445f06cb; Fri, 29 Apr 2016 01:39:41 -0400 (EDT) Received: by smtp.eichornenterprises.com (OpenSMTPD) with ESMTPSA id df9da874 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Fri, 29 Apr 2016 01:39:41 -0400 (EDT) Message-ID: <1461908474.1270.4.camel@michaeleichorn.com> Subject: Re: HandBook errors From: "Michael B. Eichorn" To: Baho Utot , freebsd-questions@freebsd.org Date: Fri, 29 Apr 2016 01:41:14 -0400 In-Reply-To: References: Content-Type: multipart/signed; micalg="sha-256"; protocol="application/x-pkcs7-signature"; boundary="=-mVJWNgdouEg5SSbr22Sp" X-Mailer: Evolution 3.20.1 Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 05:39:51 -0000 --=-mVJWNgdouEg5SSbr22Sp Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2016-04-28 at 20:44 -0400, Baho Utot wrote: > I have found numerous errors in the handbook in the Chapter 14. Jails >=20 > In the 14.5 Updating Multiple Jails section(s) >=20 > Where is the best place to report the errors so they can be fixed? https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=3DDocumentation Bug Reports are always appreciated! --=-mVJWNgdouEg5SSbr22Sp Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCCEqAw ggYwMIIFGKADAgECAgMOXcYwDQYJKoZIhvcNAQELBQAwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQK Ew1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWdu aW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVu dCBDQTAeFw0xNTA2MTMyMDI0NDZaFw0xNjA2MTQwMDM1NTBaMEgxHzAdBgNVBAMMFmlrZUBtaWNo YWVsZWljaG9ybi5jb20xJTAjBgkqhkiG9w0BCQEWFmlrZUBtaWNoYWVsZWljaG9ybi5jb20wggEi MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJVdWALPz5h2s5zUQGIJYl6Vp8FPtZNko8q/3s crCsxXJLprMaDdpnqTsmkbmEfKvsqPQE6HVOpGxVRTl/tCm+VvouW9eY9ITMigb1OnHdU13CKO0j drgeU1nHst0qxwsIofRD7nC4dakT6exnrVndlBmLrf/bLPh2qOM8YK5qKK6m33fE7AyYrwiYAWFT 3fERI7LakjaabrIoS/Y1rCdL5FaCTMOlRbZyduc8HkrgjT2JW+i4fVcKyGL5gExBJWfS3q1uGFaB ie6pYtl8lZPtvN0JSfibP003RBoLgzqHJKW91RL0qNeDjKZi/5nrlU398l9UoVvLLO3KxoPBXKCx AgMBAAGjggLcMIIC2DAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHSUEFjAUBggrBgEFBQcD AgYIKwYBBQUHAwQwHQYDVR0OBBYEFJZqarc6CcrOs6eAwOgrMznk5ZWWMB8GA1UdIwQYMBaAFFNy 7ZKc4NrLAVx8fpY1TvLUuFGCMCEGA1UdEQQaMBiBFmlrZUBtaWNoYWVsZWljaG9ybi5jb20wggFM BgNVHSAEggFDMIIBPzCCATsGCysGAQQBgbU3AQIDMIIBKjAuBggrBgEFBQcCARYiaHR0cDovL3d3 dy5zdGFydHNzbC5jb20vcG9saWN5LnBkZjCB9wYIKwYBBQUHAgIwgeowJxYgU3RhcnRDb20gQ2Vy dGlmaWNhdGlvbiBBdXRob3JpdHkwAwIBARqBvlRoaXMgY2VydGlmaWNhdGUgd2FzIGlzc3VlZCBh Y2NvcmRpbmcgdG8gdGhlIENsYXNzIDEgVmFsaWRhdGlvbiByZXF1aXJlbWVudHMgb2YgdGhlIFN0 YXJ0Q29tIENBIHBvbGljeSwgcmVsaWFuY2Ugb25seSBmb3IgdGhlIGludGVuZGVkIHB1cnBvc2Ug aW4gY29tcGxpYW5jZSBvZiB0aGUgcmVseWluZyBwYXJ0eSBvYmxpZ2F0aW9ucy4wNgYDVR0fBC8w LTAroCmgJ4YlaHR0cDovL2NybC5zdGFydHNzbC5jb20vY3J0dTEtY3JsLmNybDCBjgYIKwYBBQUH AQEEgYEwfzA5BggrBgEFBQcwAYYtaHR0cDovL29jc3Auc3RhcnRzc2wuY29tL3N1Yi9jbGFzczEv Y2xpZW50L2NhMEIGCCsGAQUFBzAChjZodHRwOi8vYWlhLnN0YXJ0c3NsLmNvbS9jZXJ0cy9zdWIu Y2xhc3MxLmNsaWVudC5jYS5jcnQwIwYDVR0SBBwwGoYYaHR0cDovL3d3dy5zdGFydHNzbC5jb20v MA0GCSqGSIb3DQEBCwUAA4IBAQB4K8iQw+0FRn3xEnB3vIIu2Vi4C3ZGnOMWP90FFXLrZ6uAu9AK xVCjXUVP6nAEsOopTMu769vVecdBvg0KO2i5aTDTdTLX4g9d020g4OLWW1NiynAkX8oKqJLqZ53q vHK4zP4KWPS3bSqDWVCosTMfI+H6tkg+6G3gS0HHoHTLKZhIT3z6PQZAfeofM7ed6NOdAcj0J2lP ODHzzz7Y9x4wMwYJdidorzUDVYkNIkim8ak7hK9F60NadA5w/BirFATSlzRyV0h1tl6oNisEaQcq tGvy6UoCTDhzaJ7pQValfDXJ/A47P0hNj/CX/PmkY1wQHsEJz2pbh5lqteP/fO0rMIIGMDCCBRig AwIBAgIDDl3GMA0GCSqGSIb3DQEBCwUAMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRD b20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYG A1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwHhcN MTUwNjEzMjAyNDQ2WhcNMTYwNjE0MDAzNTUwWjBIMR8wHQYDVQQDDBZpa2VAbWljaGFlbGVpY2hv cm4uY29tMSUwIwYJKoZIhvcNAQkBFhZpa2VAbWljaGFlbGVpY2hvcm4uY29tMIIBIjANBgkqhkiG 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyVXVgCz8+YdrOc1EBiCWJelafBT7WTZKPKv97HKwrMVyS6az Gg3aZ6k7JpG5hHyr7Kj0BOh1TqRsVUU5f7Qpvlb6LlvXmPSEzIoG9Tpx3VNdwijtI3a4HlNZx7Ld KscLCKH0Q+5wuHWpE+nsZ61Z3ZQZi63/2yz4dqjjPGCuaiiupt93xOwMmK8ImAFhU93xESOy2pI2 mm6yKEv2NawnS+RWgkzDpUW2cnbnPB5K4I09iVvouH1XCshi+YBMQSVn0t6tbhhWgYnuqWLZfJWT 7bzdCUn4mz9NN0QaC4M6hySlvdUS9KjXg4ymYv+Z65VN/fJfVKFbyyztysaDwVygsQIDAQABo4IC 3DCCAtgwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF BwMEMB0GA1UdDgQWBBSWamq3OgnKzrOngMDoKzM55OWVljAfBgNVHSMEGDAWgBRTcu2SnODaywFc fH6WNU7y1LhRgjAhBgNVHREEGjAYgRZpa2VAbWljaGFlbGVpY2hvcm4uY29tMIIBTAYDVR0gBIIB QzCCAT8wggE7BgsrBgEEAYG1NwECAzCCASowLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3RhcnRz c2wuY29tL3BvbGljeS5wZGYwgfcGCCsGAQUFBwICMIHqMCcWIFN0YXJ0Q29tIENlcnRpZmljYXRp b24gQXV0aG9yaXR5MAMCAQEagb5UaGlzIGNlcnRpZmljYXRlIHdhcyBpc3N1ZWQgYWNjb3JkaW5n IHRvIHRoZSBDbGFzcyAxIFZhbGlkYXRpb24gcmVxdWlyZW1lbnRzIG9mIHRoZSBTdGFydENvbSBD QSBwb2xpY3ksIHJlbGlhbmNlIG9ubHkgZm9yIHRoZSBpbnRlbmRlZCBwdXJwb3NlIGluIGNvbXBs aWFuY2Ugb2YgdGhlIHJlbHlpbmcgcGFydHkgb2JsaWdhdGlvbnMuMDYGA1UdHwQvMC0wK6ApoCeG JWh0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL2NydHUxLWNybC5jcmwwgY4GCCsGAQUFBwEBBIGBMH8w OQYIKwYBBQUHMAGGLWh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9zdWIvY2xhc3MxL2NsaWVudC9j YTBCBggrBgEFBQcwAoY2aHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMvc3ViLmNsYXNzMS5j bGllbnQuY2EuY3J0MCMGA1UdEgQcMBqGGGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tLzANBgkqhkiG 9w0BAQsFAAOCAQEAeCvIkMPtBUZ98RJwd7yCLtlYuAt2RpzjFj/dBRVy62ergLvQCsVQo11FT+pw BLDqKUzLu+vb1XnHQb4NCjtouWkw03Uy1+IPXdNtIODi1ltTYspwJF/KCqiS6med6rxyuMz+Clj0 t20qg1lQqLEzHyPh+rZIPuht4EtBx6B0yymYSE98+j0GQH3qHzO3nejTnQHI9CdpTzgx888+2Pce MDMGCXYnaK81A1WJDSJIpvGpO4SvRetDWnQOcPwYqxQE0pc0cldIdbZeqDYrBGkHKrRr8ulKAkw4 c2ie6UFWpXw1yfwOOz9ITY/wl/z5pGNcEB7BCc9qW4eZarXj/3ztKzCCBjQwggQcoAMCAQICAR4w DQYJKoZIhvcNAQEFBQAwfTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzAp BgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcxKTAnBgNVBAMTIFN0YXJ0 Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA3MTAyNDIxMDE1NVoXDTE3MTAyNDIxMDE1 NVowgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1 cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAx IFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBAMcJg8zOLdgasSmkLhOrlr6KMoOMpohBllVHrdRvEg/q6r8jR+EK75xCGhR8ToREoqe7 zM9/UnC6TS2y9UKTpT1v7RSMzR0t6ndl0TWBuUr/UXBhPk+Kmy7bI4yW4urC+y7P3/1/X7U8ocb8 VpH/Clt+4iq7nirMcNh6qJR+xjOhV+VHzQMALuGYn5KZmc1NbJQYclsGkDxDz2UbFqE2+6vIZoL+ jb9x4Pa5gNf1TwSDkOkikZB1xtB4ZqtXThaABSONdfmv/Z1pua3FYxnCFmdr/+N2JLKutIxMYqQO Jebr/f/h5t95m4JgrM3Y/w7YX9d7YAL9jvN4SydHsU6n65cCAwEAAaOCAa0wggGpMA8GA1UdEwEB /wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRTcu2SnODaywFcfH6WNU7y1LhRgjAf BgNVHSMEGDAWgBROC+8apEBbpRdphzDKNGhD0EGu8jBmBggrBgEFBQcBAQRaMFgwJwYIKwYBBQUH MAGGG2h0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9jYTAtBggrBgEFBQcwAoYhaHR0cDovL3d3dy5z dGFydHNzbC5jb20vc2ZzY2EuY3J0MFsGA1UdHwRUMFIwJ6AloCOGIWh0dHA6Ly93d3cuc3RhcnRz c2wuY29tL3Nmc2NhLmNybDAnoCWgI4YhaHR0cDovL2NybC5zdGFydHNzbC5jb20vc2ZzY2EuY3Js MIGABgNVHSAEeTB3MHUGCysGAQQBgbU3AQIBMGYwLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3Rh cnRzc2wuY29tL3BvbGljeS5wZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuc3RhcnRzc2wuY29t L2ludGVybWVkaWF0ZS5wZGYwDQYJKoZIhvcNAQEFBQADggIBAAqDCH14qywGXLhjjF6uHLkjd02h cdh9hrw+VUsv+q1eeQWB21jWj3kJ96AUlPCoEGZ/ynJNScWy6QMVQjbbMXltUfO4n4bGGdKo3awP Wp61tjAFgraLJgDk+DsSvUD6EowjMTNx25GQgyYJ5RPIzKKR9tQW8gGK+2+RHxkUCTbYFnL6kl8C h507rUdPPipJ9CgJFws3kDS3gOS5WFMxcjO5DwKfKSETEPrHh7p5shuuNktvsv6hxHTLhiMKX893 gxdT3XLS9OKmCv87vkINQcNEcIIoFWbP9HORz9v3vQwR4e3ksLc2JZOAFK+ssS5XMEoznzpihEP0 PLc4dCBYjbvSD7kxgDwZ+Aj8Q9PkbvE9sIPP7ON0fz095HdThKjiVJe6vofq+n6b1NBc8XdrQvBm unwxD5nvtTW4vtN6VY7mUCmxsCieuoBJ9OlqmsVWQvifIYf40dJPZkk9YgGTzWLpXDSfLSplbY2L L9C9U0ptvjcDjefLTvqSFc7tw1sEhF0n/qpA2r0GpvkLRDmcSwVyPvmjFBGqUp/pNy8ZuPGQmHwF i2/14+xeSUDG2bwnsYJQG2EdJCB6luQ57GEnTA/yKZSTKI8dDQa8Sd3zfXb19mOgSF0bBdXbuKhE puP9wirslFe6fQ1t5j5R0xi72MZ8ikMu1RQZKCyDbMwazlHiMYIDfzCCA3sCAQEwgZQwgYwxCzAJ BgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRh bCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkg SW50ZXJtZWRpYXRlIENsaWVudCBDQQIDDl3GMA0GCWCGSAFlAwQCAQUAoIIBuzAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNjA0MjkwNTQxMTRaMC8GCSqGSIb3DQEJ BDEiBCBw5gWjRAzFjL6GyXca9fFn3NlCUem/m1dnVJ+tMqetbTCBpQYJKwYBBAGCNxAEMYGXMIGU MIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJl IERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQ cmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAw5dxjCBpwYLKoZIhvcNAQkQAgsxgZeggZQw gYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFBy aW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDDl3GMA0GCSqGSIb3DQEBAQUABIIBABlhYlF5 2cPfbfNZqoGeSIclbFynFBjGAQ455NWJtwvX5YLp+uvhNim96Mnoh591MIGw2dWBN/Pw4yHzfE61 fuZfl2Jo0nYKSF5lkLrKT0+JYTMxKDdhKe1xk55C1BwPq8S56y73fLq81GjU9X/asDagOD4ST/Wv W+GmL8fCvBifbzhf0jOK2x5NOYtYYaJ6yRhSFffxOoxAtrCJ8ZawB4k/QzuNiAC23aTIXE+veKXc 89Ql/NmRu/zJzf03bP1VOnFakqXbbx/Qk3kU/ssGtP5TenU7SsUGuvhUeXYFv+HpR7xU633GtM21 UZYCQr3YMwmikLRhUpVJBfyo5PwP/JIAAAAAAAA= --=-mVJWNgdouEg5SSbr22Sp-- From owner-freebsd-questions@freebsd.org Fri Apr 29 06:06:34 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C55C2B20A8B for ; Fri, 29 Apr 2016 06:06:34 +0000 (UTC) (envelope-from fluca1978@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DF94168D for ; Fri, 29 Apr 2016 06:06:34 +0000 (UTC) (envelope-from fluca1978@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id e201so13986941wme.0 for ; Thu, 28 Apr 2016 23:06:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to; bh=Ma5L6HROMz4AyA9AwkN1oWZGBYJi6IDpc80+pMbtjEc=; b=PR8ZLNaKeSQ99a5NUYuFwr6KuMREFc940LwCssFPSNCgSoPWPDahdCpP6lE+sxdZq6 OF6RQ9ncXGXiQom8k6zoXbg+BCqd0EbInSaIU1WijY8dpwuESOmh1oHkBv+Gk6RY28RR +XmnwF4l/O7ZfZcv3iecwwhSJwsP4kkOtlnFia4F2g+yXLd4kLLtBFaPaPOvMXxDp1gi mnVhbbwZon6pf2XBW5DU0uqmi4ey+t/yD6KTxmuIMuyaA/n37gl6Yn5wdCE5V5kjQwNr vsk8W2l1QArml7bvtZxdEDGQOb9lFQbKcA53H4jLYgQcltsi0JFSksPdI2cp/ceo+ZtS acaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to; bh=Ma5L6HROMz4AyA9AwkN1oWZGBYJi6IDpc80+pMbtjEc=; b=VA/h6qF6mcfPr2xythkh414aU5rB7+hUNu7EynDpEjvVjv5Yll8uDn+v1I5mXW8oj+ ZTbtUbIP8hQpFBs8fg+y9aaVOI2X98yFlP+hGXC2+hThSs9G65bkcwJhazC+hDSDxfAf Y4p5pqvRq5Wu6cc1NB+YuF3Kt0kbViw0MIcznHIxKzJHxAxRGnpLwygIxe7X9VM5hBGs PFCaTc9ptMXothR5lVXVag3v2vm5NwM4cqwzryr7yKujkwsEPiI97jWKmT03lMzixKz5 Xzx5IZG2Z+T458dV3sVs7t/6da1X+rPYPYYaRGaFu/YOekIhG6tM8Kdn0XSitZZn6/nT 7bkw== X-Gm-Message-State: AOPr4FVmtb0iOZXP5wFp3mmibpcllwSwhvYzcsN31q4mt+yIF/mHA0D8N/vV5Kh92PWbdxW4TmCKOqN4GwwWrg== MIME-Version: 1.0 X-Received: by 10.28.135.204 with SMTP id j195mr1655935wmd.65.1461909991966; Thu, 28 Apr 2016 23:06:31 -0700 (PDT) Sender: fluca1978@gmail.com Received: by 10.195.8.133 with HTTP; Thu, 28 Apr 2016 23:06:31 -0700 (PDT) In-Reply-To: <20160429030038.GA83904@becker.bs.l> References: <20160426194048.GA31481@box-fra-01.niklaas.eu> <20160427120704.GA77440@becker.bs.l> <20160427133304.319a997b@gumby.homeunix.com> <20160428140606.246aaeb8@gumby.homeunix.com> <20160429030038.GA83904@becker.bs.l> Date: Fri, 29 Apr 2016 08:06:31 +0200 X-Google-Sender-Auth: SUQ9Z_279HAIBAvIYujISzVkuXo Message-ID: Subject: Re: Why is www's $PATH only /usr/bin:/bin? From: Luca Ferrari To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 06:06:34 -0000 On Fri, Apr 29, 2016 at 5:00 AM, Bertram Scharpf wrote: > A nice thing. Tried it. Thanks. May be a documentation bug > that I never heard about that. Could it turn out to be a > security hole (probably not)? > I don't think it is less secure than setting the environment for the apache user directly (init file, shell file, ecc). However, there is a risk: this is activating the path/environment for every application, while probably it is a better idea to set it up only for processes running a specific application (the OP PHP one). In other words, I would use this "trick" only for jailed daemons. Luca From owner-freebsd-questions@freebsd.org Fri Apr 29 07:12:09 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 465A3B20637 for ; Fri, 29 Apr 2016 07:12:09 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box-fra-01.niklaas.eu (box-fra-01.niklaas.eu [IPv6:2a00:c98:2200:af07:6::1]) by mx1.freebsd.org (Postfix) with ESMTP id D1D601026 for ; Fri, 29 Apr 2016 07:12:08 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: by box-fra-01.niklaas.eu (Postfix, from userid 1001) id 279EB61FB9; Fri, 29 Apr 2016 09:12:07 +0200 (CEST) Date: Fri, 29 Apr 2016 09:12:07 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Re: Why is www's $PATH only /usr/bin:/bin? Message-ID: <20160429071207.GB43096@box-fra-01.niklaas.eu> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160428140606.246aaeb8@gumby.homeunix.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 07:12:09 -0000 RW via freebsd-questions [2016-04-28 14:06 +0100] : > I forget to mention that you can set environmental variables in rc.conf, > e.g. > > apache24_env="FOO=YES PATH=/bin:/usr/sbin:/usr/bin" Very interesting indeed! Luca Ferrari [2016-04-29 08:06 +0200] : > On Fri, Apr 29, 2016 at 5:00 AM, Bertram Scharpf > wrote: > > A nice thing. Tried it. Thanks. May be a documentation bug > > that I never heard about that. Could it turn out to be a > > security hole (probably not)? > > > > I don't think it is less secure than setting the environment for the > apache user directly (init file, shell file, ecc). > However, there is a risk: this is activating the path/environment for > every application, while probably it is a better idea to set it up > only for processes running a specific application (the OP PHP one). > In other words, I would use this "trick" only for jailed daemons. Luca Ferrari [2016-04-28 12:51 +0200] : > Another way, less dynamic but I suspect a little more robust, is to > use a deployment that creates/adjusts the right path to the right > command. For instance you can have a PHP config file with variables > that point to commands (full path) and have a deployment script to > adjust such values to installations. > I use this technique when placing the same application over sligthly > different servers. So, to keep you updated, my nginx.conf looks like this now: ------- 8< ------- location ~ \.php$ { fastcgi_pass unix:/var/run/php-fpm-something.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } ------- >8 ------- The crux is that php-fpm does the following (from php-fpm.conf): ------- 8< ------- ; Clear environment in FPM workers ; Prevents arbitrary environment variables from reaching FPM worker processes ; by clearing the environment in workers before env vars specified in this ; pool configuration are added. ; Setting to "no" will make all environment variables available to PHP code ; via getenv(), $_ENV and $_SERVER. ; Default Value: yes ;clear_env = no ------- >8 ------- So I guess that even if I had configured the environment variables of the user of either NGINX or php-fpm I would have ended up with the same $PATH. While some references claim that adding something like fastcgi_param PATH /usr/local/bin:/usr/bin:/bin; to nginx.conf works, it doesn't. The only way (despite Luca's to write a wrapper) is to alter environmental variables with something like env[PATH] = /usr/local/bin:/usr/bin:/bin in php-fpm.conf. Since I don't want every server process to set the altered version of the standard $PATH, I created an additional pool at the end of php-fpm.conf [www-something] user = www group = www listen = /var/run/php-fpm-something.sock # !!! listen.owner = www listen.group = www listen.mode = 0660 pm = dynamic # mandatory pm.max_children = 5 # mandatory pm.start_servers = 2 # mandatory pm.min_spare_servers = 1 # mandatory pm.max_spare_servers = 3 # mandatory env[PATH] = /usr/local/bin:/usr/bin:/bin # !!! that specifies env[PATH] as needed and use that particular pool for the server process that runs the app in question (see also nginx.conf above): fastcgi_pass unix:/var/run/php-fpm-something.sock; Also see http://serverfault.com/questions/418952/setting-path-for-weberver-user This way I could set $PATH in PHP as needed. Thanks again for the enlightening comments! Niklaas From owner-freebsd-questions@freebsd.org Fri Apr 29 08:25:37 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFBBFB20E4C for ; Fri, 29 Apr 2016 08:25:37 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FB7A1820 for ; Fri, 29 Apr 2016 08:25:37 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-185-17-205-20.dynamic.mnet-online.de [185.17.205.20]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 525823D802B; Fri, 29 Apr 2016 10:25:27 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 525823D802B Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1461918327; bh=PYFavkM80ba31/gRwbEdDKtwCqu4AQKrF4JfLMwZHCU=; h=Subject:To:References:From:Date:In-Reply-To; b=SMmQFUYBmcUt2IdzAD8P98dIORVzTr+zdDIO0SxivVf48TgzCThsYT2LhZANlza2o eQuPdPZhjF4P3svoyOhp783YSE2LTvSu+5A3BNZoGOByoeY0acH93R9dJODugtoDfi 2Rb9N60gJgoIjacHe/JCCgCkRLBI/3MfcB934vO4= Received: from [192.168.0.151] (aftr-185-17-205-20.dynamic.mnet-online.de [185.17.205.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id A341929B4A8; Fri, 29 Apr 2016 10:25:26 +0200 (CEST) Subject: Re: ZFS migration - New pool lost after reboot To: Sebastian Wolfgarten , freebsd-questions@freebsd.org References: <0A383C91-FCBA-4B9E-A95A-157A13708125@wolfgarten.com> From: Matthias Fechner Message-ID: <72087b33-53f9-e298-1441-4988c2a5ecb3@fechner.net> Date: Fri, 29 Apr 2016 10:25:24 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <0A383C91-FCBA-4B9E-A95A-157A13708125@wolfgarten.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 08:25:38 -0000 Am 28.04.2016 um 23:14 schrieb Sebastian Wolfgarten: > 5) Mount new pool and prepare for reboot > > cp /tmp/zpool.cache /tmp/newpool.cache > zpool export newpool > zpool import -c /tmp/newpool.cache -R /mnt newpool > cp /tmp/newpool.cache /mnt/boot/zfs/zpool.cache > zfs set mountpoint=/ newpool/ROOT > reboot I think you forgot to adapt vfs.zfs.mountfrom= in /boot/loader.conf on the new pool? Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-questions@freebsd.org Fri Apr 29 10:21:31 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 288D1B1EBDF for ; Fri, 29 Apr 2016 10:21:31 +0000 (UTC) (envelope-from che@bein.link) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 17F2318B9 for ; Fri, 29 Apr 2016 10:21:31 +0000 (UTC) (envelope-from che@bein.link) Received: by mailman.ysv.freebsd.org (Postfix) id 139D8B1EBDE; Fri, 29 Apr 2016 10:21:31 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 134ACB1EBDD for ; Fri, 29 Apr 2016 10:21:31 +0000 (UTC) (envelope-from che@bein.link) Received: from mail.bein.link (bein.link [37.252.124.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D669318B6 for ; Fri, 29 Apr 2016 10:21:30 +0000 (UTC) (envelope-from che@bein.link) Received: from mail.bein.link (unknown [172.16.32.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.bein.link (Postfix) with ESMTPSA id 1F503252CEC for ; Fri, 29 Apr 2016 10:15:43 +0000 (UTC) Mime-Version: 1.0 Date: Fri, 29 Apr 2016 10:15:42 +0000 Message-ID: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> X-Mailer: RainLoop/1.9.2.343 From: "Maxim Filimonov" Subject: FreeBSD Update to 10.3-p1 failed To: questions@freebsd.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 10:21:31 -0000 Hi everyone,=0A=0AI'm trying to install the latest updates onto my 10.3-R= ELEASE boxes, and they fail:=0A=0A% sudo freebsd-update fetch install=0AL= ooking up update.FreeBSD.org mirrors... 4 mirrors found.=0AFetching metad= ata signature for 10.3-RELEASE from update5.freebsd.org... done.=0AFetchi= ng metadata index... done.=0A=0AThe update metadata is correctly signed, = but=0Afailed an integrity check.=0ACowardly refusing to proceed any furth= er.=0A=0AIs this a known issue? =0A=0A---=0Awbr, Maxim Filimonov From owner-freebsd-questions@freebsd.org Fri Apr 29 11:21:17 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15A76B20EF3 for ; Fri, 29 Apr 2016 11:21:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C9D01FA7 for ; Fri, 29 Apr 2016 11:21:16 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from ox-dell39.ox.adestra.com (unknown [85.199.232.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 8E5E8E085 for ; Fri, 29 Apr 2016 11:21:11 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/8E5E8E085; dkim=none; dkim-atps=neutral Subject: Re: FreeBSD Update to 10.3-p1 failed To: freebsd-questions@freebsd.org References: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> From: Matthew Seaman Message-ID: <44c6dfe6-9f1c-ab4a-3226-f59cde5de9d6@freebsd.org> Date: Fri, 29 Apr 2016 12:20:55 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BsBC2t6TIxPRHpndRS8NVVWPkgOcWRENd" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,RDNS_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 11:21:17 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BsBC2t6TIxPRHpndRS8NVVWPkgOcWRENd Content-Type: multipart/mixed; boundary="oXO353aQq55iHbsse7dO4FaTMTwk3oLic" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <44c6dfe6-9f1c-ab4a-3226-f59cde5de9d6@freebsd.org> Subject: Re: FreeBSD Update to 10.3-p1 failed References: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> In-Reply-To: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> --oXO353aQq55iHbsse7dO4FaTMTwk3oLic Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/29/16 11:15, Maxim Filimonov wrote: > Hi everyone, >=20 > I'm trying to install the latest updates onto my 10.3-RELEASE boxes, an= d they fail: >=20 > % sudo freebsd-update fetch install > Looking up update.FreeBSD.org mirrors... 4 mirrors found. > Fetching metadata signature for 10.3-RELEASE from update5.freebsd.org..= =2E done. > Fetching metadata index... done. >=20 > The update metadata is correctly signed, but > failed an integrity check. > Cowardly refusing to proceed any further. >=20 > Is this a known issue?=20 Yes, there have been a number of reports of this issue. It seems to be affecting anyone updating to 10.3-RELEASE -- other release branches are unaffected. There will undoubtedly be a fix produced fairly soon ie. within a day or so. However, if you're concerned about running a vulnerable ntpd until then, you can work around the problem by installing an up-to-date ntpd from ports. Cheers, Matthew --oXO353aQq55iHbsse7dO4FaTMTwk3oLic-- --BsBC2t6TIxPRHpndRS8NVVWPkgOcWRENd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJXI0OXAAoJEABRPxDgqeTnfWEP/iw6fGHigRbl7nm+VjM3SX7E l4C2wt8dng172kXrnRfWBIi24bBme42sVM3vUHBW7Se9MLnG52mWCvCQuL2SRJwA hiwO7+dY8YQMEh0nsoFBtURATjHzLNfPEbDUI0csXQpRpPwO2aUmFvWX18uATZb1 oPLpbOeCFFsz5bzuSJ+OPziTlr20VKqQF0ZU5/cVTbsTzbFiEWlQKyz581yEx1Kb 7JyOiHGyMtHm0a51NlviLNlO/Ld9skwYp/jUabFe5PkC1iRVJanKZtOIIsOzZ2QP uh7TOrgdU1esrjY4T4nWXQzXWy8zb79HfevYIZ/yZf33NbXG1Z/kaQgCSEMMhQ+/ ANeaDnXpph/PLUF6UkuPhN+UkpGpmiJPv98dl0ta5xhId28Gb8AZjrT4CG/zhxCF dlXS684XgiR6sZC/Gy3GZShm7zK3Ks34UyqpjFbFwWcCOMG/aw4b4WHxJk6uOUyZ G3Ee+jncoPjdGNal/mw0qs1144sCV44AUfdPaA/BF/pepG38JW55+nNomshT4us5 QD5KB1YZ1LaFRA79UqI7tzHNWUq7UO/M30sT0yizADraDFWx0DHVCYHGQ/T4e6BL TS+lupoKtFZvUXRo4GLWZfiZhIbCEV94wVbK7yRIIxs/TfquL5pMpdWZp+eCMnlu 2UbI4dbLAxl4+yxCMX2x =bfwX -----END PGP SIGNATURE----- --BsBC2t6TIxPRHpndRS8NVVWPkgOcWRENd-- From owner-freebsd-questions@freebsd.org Fri Apr 29 11:24:40 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A43DB20119 for ; Fri, 29 Apr 2016 11:24:40 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4197B12F4 for ; Fri, 29 Apr 2016 11:24:40 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id 40F51B20116; Fri, 29 Apr 2016 11:24:40 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 409B8B20114 for ; Fri, 29 Apr 2016 11:24:40 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward12m.cmail.yandex.net (forward12m.cmail.yandex.net [IPv6:2a02:6b8:b030::99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F23DF12F2 for ; Fri, 29 Apr 2016 11:24:39 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [77.88.61.132]) by forward12m.cmail.yandex.net (Yandex) with ESMTP id 0766E21E0D; Fri, 29 Apr 2016 14:24:36 +0300 (MSK) Received: from smtp1m.mail.yandex.net (localhost [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id 9203067405F7; Fri, 29 Apr 2016 14:24:36 +0300 (MSK) Received: by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id jVPoBesiOe-OZiuK8em; Fri, 29 Apr 2016 14:24:35 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1461929076; bh=2t5DHvoVn442LL88l+IY7I9nAvcuhHwsJQAf2bdarS0=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References: Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=r6SZEDfDzoS7KSJXPcP3TEubhx6b7f1+jo9s708u6Q6J0GEDrIEuKPpj/MzetCGGt KUJzPod/a1ZiPdw1kKRxZEkIoxswPltvOBStckgN88ujl8a49lZAwyx6KAGsRlgNcN y0ebVuAVdOLmDSceVpmucg2bwmz9pMSTUvwaJ2o4= Authentication-Results: smtp1m.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0 Message-ID: <1461929073.67736.3.camel@yandex.com> Subject: Re: FreeBSD Update to 10.3-p1 failed From: Stari Karp To: Maxim Filimonov , questions@freebsd.org Date: Fri, 29 Apr 2016 07:24:33 -0400 In-Reply-To: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> References: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 11:24:40 -0000 On Fri, 2016-04-29 at 10:15 +0000, Maxim Filimonov wrote: > Hi everyone, > > I'm trying to install the latest updates onto my 10.3-RELEASE boxes, > and they fail: > > % sudo freebsd-update fetch install > Looking up update.FreeBSD.org mirrors... 4 mirrors found. > Fetching metadata signature for 10.3-RELEASE from > update5.freebsd.org... done. > Fetching metadata index... done. > > The update metadata is correctly signed, but > failed an integrity check. > Cowardly refusing to proceed any further. > > Is this a known issue?  > > --- > wbr, Maxim Filimonov > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freeb > sd.org" If you reading FreeBSD forums it is. I have the same problem too. From owner-freebsd-questions@freebsd.org Fri Apr 29 12:44:58 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38E29B210A4 for ; Fri, 29 Apr 2016 12:44:58 +0000 (UTC) (envelope-from pierre-yves.peneau@lirmm.fr) Received: from kirkenes.lirmm.fr (kirkenes.lirmm.fr [193.49.104.30]) by mx1.freebsd.org (Postfix) with ESMTP id 00C9C1250 for ; Fri, 29 Apr 2016 12:44:57 +0000 (UTC) (envelope-from pierre-yves.peneau@lirmm.fr) Received: from [0.0.0.0] (tor-exit-01.thehappy3.com [178.63.97.34]) by kirkenes.lirmm.fr (Postfix) with ESMTPSA id 999D2A5086 for ; Fri, 29 Apr 2016 14:36:37 +0200 (CEST) Subject: Re: FreeBSD Update to 10.3-p1 failed To: freebsd-questions@freebsd.org References: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> From: =?UTF-8?Q?Pierre-Yves_P=c3=a9neau?= Message-ID: <57235550.5090005@lirmm.fr> Date: Fri, 29 Apr 2016 14:36:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DRO2CgB4grv1KMqqe9OkKMuTMTQ34BHaO" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 12:44:58 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DRO2CgB4grv1KMqqe9OkKMuTMTQ34BHaO Content-Type: multipart/mixed; boundary="2aCuPm8JWkAwqn7l43Cm1IpOJMVEAnUH7" From: =?UTF-8?Q?Pierre-Yves_P=c3=a9neau?= To: freebsd-questions@freebsd.org Message-ID: <57235550.5090005@lirmm.fr> Subject: Re: FreeBSD Update to 10.3-p1 failed References: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> In-Reply-To: <2f718675dd44d0950e1948a6b34e6930@mail.bein.link> --2aCuPm8JWkAwqn7l43Cm1IpOJMVEAnUH7 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 29/04/2016 12:15, Maxim Filimonov wrote: > Hi everyone, >=20 > I'm trying to install the latest updates onto my 10.3-RELEASE boxes, an= d they fail: >=20 > % sudo freebsd-update fetch install > Looking up update.FreeBSD.org mirrors... 4 mirrors found. > Fetching metadata signature for 10.3-RELEASE from update5.freebsd.org..= =2E done. > Fetching metadata index... done. >=20 > The update metadata is correctly signed, but > failed an integrity check. > Cowardly refusing to proceed any further. >=20 > Is this a known issue?=20 >=20 > --- > wbr, Maxim Filimonov > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= =2Eorg" >=20 Hi all, I had a similar issue this morning, after trying to install the latest patches due to the ntpd vulnerabilities. --=20 +-------------------------------------------------------------+ | Pierre-Yves P=E9neau - PhD student | first.last at lirmm.fr | | LIRMM / CNRS - SYSMIC team | + 33 4 67 41 85 85 | | Building 4 Office H2.2 | http://walafc0.org | +-------------------------------------------------------------+ --2aCuPm8JWkAwqn7l43Cm1IpOJMVEAnUH7-- --DRO2CgB4grv1KMqqe9OkKMuTMTQ34BHaO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXI1VTAAoJEPy7VC2L9m/AfdIP/0YNi83udKba7FxkA5A00BIb M8JRhj1Ddb/Nx/kG8bU7eCUaQyXuLI3TDvidRqFXUpP3o2GF5J3UlG/97XlftXy2 wH83k5aJ5RE3JiWvEhX0u/Yn07uF/xy2wqzne5KB/JcVSIt6GqmEt2FEC54lPABV hoSTb70B4khTUWsFr4Cr5ic7nGodmiImQVqpYhstLpGDgKDK/3gTA7/Fx1X4YZJh tmcF2Uu9ieX0V+uR+CR4DWxPH+Mr5PYWpwmcn2QrwzFc6fJtd06yE+Ln4copC4Le Xg0TFhs8P7Q6Hbv0aiGMld+ZfIPLb1VzPPYhyicgHfKp7OknUKnYX9pITrCQ3JRU puFluQlhm1WVzOwhVzjSJumeW546dlQl3M7QUlwbKbUXiZc+wGJwckpk9I/ZpLVw PAQOwofIicczvcSIh48Gu9y76yXzIITmY+S4lVs8+nafeWyIq5AhnqafI/NiIzTC XMOcBVY0dpIhwbUzxLDKjz0ScMFbN1eaRbOQ42jM2e2HsK3lAhxtksmxZETNValt dxxM3Wvlwfc5mPsODuwyeQIGQvoy1k/FL1ArXfTFugpPCtmaQhYpSYFHQUI6xKA/ LiGtx06u0R5A4LW8nb7cgTIDT113HBvA5bxtXOeD7vHPosligHEkEr5/NtUBl8Wx axObmv8Ksg6VFYN7b4Gx =f/9V -----END PGP SIGNATURE----- --DRO2CgB4grv1KMqqe9OkKMuTMTQ34BHaO-- From owner-freebsd-questions@freebsd.org Fri Apr 29 14:20:47 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71A2EB1F75B for ; Fri, 29 Apr 2016 14:20:47 +0000 (UTC) (envelope-from arnabbhowmick08@gmail.com) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BCF81FCF for ; Fri, 29 Apr 2016 14:20:47 +0000 (UTC) (envelope-from arnabbhowmick08@gmail.com) Received: by mail-ob0-x236.google.com with SMTP id x1so33245474obt.0 for ; Fri, 29 Apr 2016 07:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=+ju4pJtonMVL126zum0gW/PSuy5Y7tRilAxQxVet5i4=; b=X+Yj2wXpq3quajWZ1laQmetOlAqz/IK0+GBkdZtEVJjuf5gzLneq+4Qu8FlbD3r9rU ETB2GfyvLny2AHci9yolksnJdBDuPf4Y5SyrmWJwqtdyldxSH6BBP9FJEypgmxHpDLv4 wIXmTFx5i/4eh1iqznJclIMhZJ77VgZzcIoXvENYJIoCwHVD+3YQheh8w9OB2vaN1WDP RJ4Dleacosb38IBdxxfVppQMiEpSe+51jrrDYNotMNogu7EjnuABrlFffJxgQDXeC9N4 RJik/a7LMA81wH+b0Vz6Urx6grkOFLnUqcthu3DzPsLer81tAJqr4ShH0zi4qbDy1DxQ J7gQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=+ju4pJtonMVL126zum0gW/PSuy5Y7tRilAxQxVet5i4=; b=WoRO12hqoCTCeHQ9IanOzuEGCFhfvTklDyZIsEMynY4Uo2FSRhiITeLcI6Tt1qkYC2 j5LN3Wvg1OKgexYE5cNl7rLeE+HQwBSvfCmAZKUXFHf+mK9yx6p1KV/aWKlP3Ddsyj6e vUIk6L4DE1vMRifIXJHy106b6dACcQ7R/SDCaXfrXmqR49ytW/geg+n/OlcsV4fCvNa3 NNS52qq28wgTvGO7nFDEgLKukZe5PwL+fm3+GhRYnBWc4fN06x9yHNpuQsRazS9PO0el S5kO+Y6wpJ1eeskxhEz4ko/rgwMLKV9PAwq0QtyL1j9xjuaL7qfQkGbaE5rFGyW2go6K yTQw== X-Gm-Message-State: AOPr4FW10MSftCiW2fdfXK6yNW/vyTM5sxa1dzASkDB8o+Zp7hLYvBGxrExfrTxedg+CONNxEyv9uS4k0yujeg== MIME-Version: 1.0 X-Received: by 10.60.232.194 with SMTP id tq2mr9926689oec.52.1461939646484; Fri, 29 Apr 2016 07:20:46 -0700 (PDT) Received: by 10.157.17.116 with HTTP; Fri, 29 Apr 2016 07:20:46 -0700 (PDT) Date: Fri, 29 Apr 2016 19:50:46 +0530 Message-ID: Subject: DVD is not detecting From: Arnab Bhowmick To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 14:20:47 -0000 I am using kde on freebsd 10.3 . I have to create an .iso image of a linux distro but when I am insurting blank dvd k3b image burning tool is not detecting that dvd but the dvd is showing in kde panel. How to solve this? From owner-freebsd-questions@freebsd.org Fri Apr 29 16:12:57 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58745B21C31 for ; Fri, 29 Apr 2016 16:12:57 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (cerebro.liukuma.net [IPv6:2a00:d1e0:1000:1b00::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1F65017A5 for ; Fri, 29 Apr 2016 16:12:57 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id B9CBEB1E4DA for ; Fri, 29 Apr 2016 19:12:48 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net B9CBEB1E4DA DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1461946368; bh=6ESRUv4bj5MFg/tSO7c/SC0GAzk/65ocD5CpsfZZrPI=; h=From:To:Subject:Date; b=JCZKwFYGdkMUR6AC6NslO36geueVloRBq6XUjspbA+Mf/efJizM7LlBzbnMJuOUiB 49LeSOSoD1jlx6pwZ1yFlUent23GGRxwDFoyroeRVqw2lzTawmGernMXwcyVmPkPDc qDCnuKYPiaYxE+sX8adISQYkZt3DLvHUrtXdokx8= X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10027) with LMTP id wkzgInxVo-Z5 for ; Fri, 29 Apr 2016 19:12:48 +0300 (EEST) Received: from Rivendell (dsl-kmibrasgw1-50dfdd-193.dhcp.inet.fi [80.223.221.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id C2127B1E4D9 for ; Fri, 29 Apr 2016 19:12:47 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net C2127B1E4D9 Message-ID: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> From: "Reko Turja" To: Subject: How to build and install only ntp from base? Date: Fri, 29 Apr 2016 19:12:40 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3564.1216 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3564.1216 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 16:12:57 -0000 As nothing else has changed with the latest 10.3 except ntp I'd love to compile only that. I just can't find the right incantation for starting the compile - make just tells me that is up to date. What command should I use to compile ntp stuff only - or should I just fire up the version from ports? -Reko From owner-freebsd-questions@freebsd.org Fri Apr 29 17:48:31 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01C16B202FF for ; Fri, 29 Apr 2016 17:48:31 +0000 (UTC) (envelope-from sercan.urtekin@meridya.com) Received: from forward10h.cmail.yandex.net (forward10h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::ec]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8FED1A02 for ; Fri, 29 Apr 2016 17:48:30 +0000 (UTC) (envelope-from sercan.urtekin@meridya.com) Received: from web29h.yandex.ru (web29h.yandex.ru [IPv6:2a02:6b8:0:f05::39]) by forward10h.cmail.yandex.net (Yandex) with ESMTP id 7434F21CB9 for ; Fri, 29 Apr 2016 20:48:17 +0300 (MSK) Received: from web29h.yandex.ru (localhost [127.0.0.1]) by web29h.yandex.ru (Yandex) with ESMTP id 146242FC11C1; Fri, 29 Apr 2016 20:48:16 +0300 (MSK) Received: by web29h.yandex.ru with HTTP; Fri, 29 Apr 2016 20:48:16 +0300 From: sercan.urtekin@meridya.com To: freebsd-questions@freebsd.org Subject: NanoBsd Creation prblem Message-Id: <99581461952096@web29h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 29 Apr 2016 20:48:16 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 17:48:31 -0000 From owner-freebsd-questions@freebsd.org Fri Apr 29 19:28:24 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAD9FB21967 for ; Fri, 29 Apr 2016 19:28:24 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60AEC1D9E for ; Fri, 29 Apr 2016 19:28:24 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-ob0-x22f.google.com with SMTP id j9so60495587obd.3 for ; Fri, 29 Apr 2016 12:28:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=keftjYg3ZuxetQmGh9G11VKBI+p4r9Tye31NdOttMBA=; b=QbqvCvGXKhE3bSE7ikG6gCw9Ulpslgl0uPofCxaufYi5Higa985zNENssi7bZ7mCwn gPuTIEITj2WRzdE+eNC4rA24+RkEeKPSZ7cSpCBzuZ2AsVw3+avcuHafXEjPFTab17Lf cdBMNvP4cdf4KeD52LeajcpdbYDh4QsCbRPcNKqVs2+CTq7tGDRi7m6azhZLzzulfYaR GR3UuuKIZR4Yg2XYGCLvzwa6za1K71ijlSn/49/o59cCe03Nh0ztZAeGvVrx1swxyyT9 voWNECajbJQXkPPE6xfYTyfH6ZHeXitAeXE3PjiXngCMkcQoytr1O8I5PKQJQa9fSUjd wgdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=keftjYg3ZuxetQmGh9G11VKBI+p4r9Tye31NdOttMBA=; b=I2jUYC/9GaR6NXdF6ZI7i2eehcq3EqbZvHNo4K2Rd5XkyxlGAH9tUA71hta1lw35qF JJsRyFb0jv4pcPFLRZBCFCs7IRUQIOpJCfnzAug2c6I5wapmNbd1oq02mbECUYyGPSBm ICoEy8z+WGLicAHUa0x5CmcjPrWbmxoHzrAvWiA4V1nSiMcsN4VlPXrxHfkF1dn/K3AH LM1oxnJWeA9Sv0Dc+b9Wl9o7WAGdgjEaeO6Rq+qogBhQBInP+2JfttVraCupMaL3dNdS JhkAh1MxPPMO3KI+e6y5GcJLLcMQHEvQ1OxrL388biGEs3XHHAoEEIs78iZvlJEDmJjq s72g== X-Gm-Message-State: AOPr4FWTPTNrF4UyBjQTBx65RSeg4hk1gWRwXDRp4nSiaJsVE0owwd+BqqIdWvmBQLn0Joy2fw5mP0dO9KKJCQ== MIME-Version: 1.0 X-Received: by 10.60.1.33 with SMTP id 1mr10734578oej.42.1461958103709; Fri, 29 Apr 2016 12:28:23 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Fri, 29 Apr 2016 12:28:23 -0700 (PDT) In-Reply-To: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> References: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> Date: Fri, 29 Apr 2016 12:28:23 -0700 Message-ID: Subject: Re: How to build and install only ntp from base? From: Mehmet Erol Sanliturk To: Reko Turja Cc: FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 19:28:24 -0000 On Fri, Apr 29, 2016 at 9:12 AM, Reko Turja via freebsd-questions < freebsd-questions@freebsd.org> wrote: > As nothing else has changed with the latest 10.3 except ntp I'd love to > compile only that. I just can't find the right incantation for starting the > compile - make just tells me that is up to > date. > > What command should I use to compile ntp stuff only - or should I just > fire up the version from ports? > > -Reko > _______________________________________________ > > It may be necessary first to use make clean if there is "clean" target in the make file . If there is no clean target in make file . delete *.o files , executable and library files to cause rebuild again . Moving the necessary executable and library files into a save directory may be useful in case of failed make build . Mehmet Erol Sanliturk From owner-freebsd-questions@freebsd.org Fri Apr 29 22:59:20 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95DAEB21F63 for ; Fri, 29 Apr 2016 22:59:20 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC4S36.hotmail.com (blu004-omc4s36.hotmail.com [65.55.111.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 587301F68 for ; Fri, 29 Apr 2016 22:59:20 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP151 ([65.55.111.136]) by BLU004-OMC4S36.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 29 Apr 2016 15:58:12 -0700 X-TMN: [iQMCknV47pBoAfhFQgK0YgkO0wItZfqe] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: To: freebsd-questions@freebsd.org From: Manish Jain Subject: Why is FreeBSD+GNOME not working on my Pentium laptop ? Date: Sat, 30 Apr 2016 04:26:47 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Apr 2016 22:58:10.0309 (UTC) FILETIME=[99EC5350:01D1A26A] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 22:59:20 -0000 Hi, I have a 5 year old Intel x86 Pentium-based laptop (Gateway NE56R). I just finished installing FreeBSD 10.3 (i386) with Gnome on it. I was expecting everything to go smoothly but the Gnome desktop is proving to be a disaster. Most of the desktop is trash, half the application icons are missing and there are no panels. Even keyboard input typed into gnome-terminal is not displayed correctly (some of the characters in the echo go missing). All necessary entries (hald_enable, polkitd_enable, dbus_enable, gnome_enable) are set to YES in rc.conf. I wonder what is wrong ? Is there any way I can get FreeBSD and Gnome working on the laptop ? Thanks for any help. -- Regards Manish Jain From owner-freebsd-questions@freebsd.org Fri Apr 29 23:05:01 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E66AB21112 for ; Fri, 29 Apr 2016 23:05:01 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 0C71B12A2 for ; Fri, 29 Apr 2016 23:05:00 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from lowell-desk.lan (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id 0532B33C28; Fri, 29 Apr 2016 19:04:55 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 037BB39843; Fri, 29 Apr 2016 19:04:55 -0400 (EDT) From: Lowell Gilbert To: Mehmet Erol Sanliturk Cc: Reko Turja , FreeBSD Questions Mailing List Subject: Re: How to build and install only ntp from base? References: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> Date: Fri, 29 Apr 2016 19:04:54 -0400 In-Reply-To: (Mehmet Erol Sanliturk's message of "Fri, 29 Apr 2016 12:28:23 -0700") Message-ID: <444makc8yx.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 23:05:01 -0000 Mehmet Erol Sanliturk writes: > On Fri, Apr 29, 2016 at 9:12 AM, Reko Turja via freebsd-questions < > freebsd-questions@freebsd.org> wrote: > >> As nothing else has changed with the latest 10.3 except ntp I'd love to >> compile only that. I just can't find the right incantation for starting the >> compile - make just tells me that is up to >> date. >> >> What command should I use to compile ntp stuff only - or should I just >> fire up the version from ports? >> >> -Reko >> _______________________________________________ >> >> > > It may be necessary first to use > > make clean > > if there is "clean" target in the make file . > > If there is no clean target in make file . delete *.o files , executable > and library files to cause rebuild again . > > > Moving the necessary executable and library files into a save directory > may be useful in case of failed make build . This advice is not useful. The files being built aren't even in the same tree. From owner-freebsd-questions@freebsd.org Fri Apr 29 23:13:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDC00B21337 for ; Fri, 29 Apr 2016 23:13:07 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id A21F6182F for ; Fri, 29 Apr 2016 23:13:07 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from lowell-desk.lan (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id 1539133C22; Fri, 29 Apr 2016 19:03:23 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id B2A5E39819; Fri, 29 Apr 2016 19:03:22 -0400 (EDT) From: Lowell Gilbert To: freebsd-questions@freebsd.org To: Reko Turja Subject: Re: How to build and install only ntp from base? References: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> Reply-To: freebsd-questions@freebsd.org Date: Fri, 29 Apr 2016 19:03:22 -0400 In-Reply-To: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> (Reko Turja via freebsd-questions's message of "Fri, 29 Apr 2016 19:12:40 +0300") Message-ID: <448tzwc91h.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 23:13:07 -0000 Reko Turja via freebsd-questions writes: > As nothing else has changed with the latest 10.3 except ntp I'd love > to compile only that. I just can't find the right incantation for > starting the compile - make just tells me that > is up to date. cd /usr/src/usr.sbin/ntp make all install You didn't need to guess: this IS in the Handbook... > What command should I use to compile ntp stuff only - or should I just > fire up the version from ports? Using the version from ports is certainly reasonable -- it gives you a lot more options and is updated more often -- but unless other machines are synching to yours, it's unlikely that the advantages (either way) would matter. From owner-freebsd-questions@freebsd.org Sat Apr 30 02:39:40 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E5D7B206E6 for ; Sat, 30 Apr 2016 02:39:40 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DADF1166 for ; Sat, 30 Apr 2016 02:39:40 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-io0-x22c.google.com with SMTP id u185so144852801iod.3 for ; Fri, 29 Apr 2016 19:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=dA2or5qp8nrkjPXkukMtVUWIadVlGW0JssjVkHE8v8I=; b=J2mzjOnPQFEl2MqtN9cZoqBcnDmO8MhUCp7iP3ByxotcN0fcPwGnWho39GX2Ry4mgw nmlKr9QFBMxh3LAGXxZXUJ/Bas23f3+m8Qzktp0vkB+UU6750qOKZOKEMpxni57UG3Ac FmBWN8ZkSRpiBMae9sAx2sYhxDTOQyk7+JFJhvmad1rUn6tCKfhDtHmBFIpGb7qfx/zy rW28cMuXDNMcQWt+iN3eqgq4zCDdWcUPm9bBP+7kHx+HCF59SEL0s6peihmI/57ENkca JdzTEjyqqqkVYslKs4rzfyrbQpaESpYPKB45ZhHsOGR1Alp/JzlDQcY0COZuKq2Fa+Ue sOrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=dA2or5qp8nrkjPXkukMtVUWIadVlGW0JssjVkHE8v8I=; b=bkmLoMpZSFEZzcLP2WtLQI5fWrltJHQmVwt3YTfuCZuc7hwV8FHGnIwR77o6sxBe3s s3AFgEQCFg8r/KqIqWIoWqfJJCL9QJsQ4HTVJXr8mO79uIAscRNKwApBF6ldgYcO3Amh g5lrl3CvOZxpH3IvXu7oUj4tB/FN9DfVn3T8CYKCCaPNnTVTY9yrL7UPDo1OlPSadAVH 33sZhwoD4yiOUWSf0KQ09LH0xAyWKscUPaqBa9SjIArYfQtJJzi5FwM/qk5ETerI0J9+ iS/n6wexPJkScyP68jV3lddQEC/QVfwOnFYNasjNGj7byrXJxh7s7+T0q2oKmDEPLAew 9shA== X-Gm-Message-State: AOPr4FXYVeC73gUxVdywuBmmXqy0DdF1ldr6hTkeU0VlkGZ/iNkFNqvobNd+MAUUgob2C2378fL6lxb9gKm/EA== MIME-Version: 1.0 X-Received: by 10.107.161.68 with SMTP id k65mr31544393ioe.110.1461983979602; Fri, 29 Apr 2016 19:39:39 -0700 (PDT) Received: by 10.107.22.66 with HTTP; Fri, 29 Apr 2016 19:39:39 -0700 (PDT) Date: Fri, 29 Apr 2016 22:39:39 -0400 Message-ID: Subject: Re: FreeBSD Update to 10.3-p1 failed From: Jonathan Moore To: freebsd-questions@freebsd.org, che@bein.link Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 02:39:40 -0000 if the binary update doesn't work work try the source update and look at all of the advisories..=EF=BB=BF https://www.freebsd.org/security/advisories.html Jonathan Moore From owner-freebsd-questions@freebsd.org Sat Apr 30 06:14:54 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1225AD93C1 for ; Sat, 30 Apr 2016 06:14:54 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA5AD17A5 for ; Sat, 30 Apr 2016 06:14:54 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 21010276FC; Sat, 30 Apr 2016 08:14:45 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3U6EjHv002060; Sat, 30 Apr 2016 08:14:45 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 30 Apr 2016 08:14:45 +0200 From: Polytropon To: Arnab Bhowmick Cc: freebsd-questions@freebsd.org Subject: Re: DVD is not detecting Message-Id: <20160430081445.ec19eca7.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 06:14:55 -0000 On Fri, 29 Apr 2016 19:50:46 +0530, Arnab Bhowmick wrote: > I am using kde on freebsd 10.3 . I have to create an .iso image of a linux > distro but when I am insurting blank dvd k3b image burning tool is not > detecting that dvd but the dvd is showing in kde panel. How to solve this? Does this imply you're not able to (create and) burn the image with K3B? Does K3B report "no media" errors? In worst case, why not use the "growisofs" command and burn the existing image to the DVD, just to check if it works? % growisofs -dvd-compat -Z /dev/dvd=imagefile.iso where /dev/dvd is the device file of the DVD recorder (could be /dev/cd0 as well, check "dmesg" output), and imagefile.iso is the name of the ISO image you already have. To use this command, the package "dvd+rw-tools" needs to be installed. If I remember correctly, K3B also requires this, so it should already be there. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Apr 30 06:44:18 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CEE4AD9A9D for ; Sat, 30 Apr 2016 06:44:18 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25D8D13D4 for ; Sat, 30 Apr 2016 06:44:17 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id E7C68276E8; Sat, 30 Apr 2016 08:44:15 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3U6iFZH002182; Sat, 30 Apr 2016 08:44:15 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 30 Apr 2016 08:44:15 +0200 From: Polytropon To: Manish Jain Cc: freebsd-questions@freebsd.org Subject: Re: Why is FreeBSD+GNOME not working on my Pentium laptop ? Message-Id: <20160430084415.03be443d.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 06:44:18 -0000 On Sat, 30 Apr 2016 04:26:47 +0530, Manish Jain wrote: > > Hi, > > I have a 5 year old Intel x86 Pentium-based laptop (Gateway NE56R). I > just finished installing FreeBSD 10.3 (i386) with Gnome on it. I was > expecting everything to go smoothly but the Gnome desktop is proving to > be a disaster. This also was my first impression when installing Gnome 2 ("classic Gnome desktop") on a Dell D630 laptop running FreeBSD i386 10.2 (started with 10.0). There was some work to do, things to update and to install, scripts to abuse, crazy things to do... but after that, everything worked as intended. Sadly I didn't take notes on what I did, but I can assure you that most of it was not obvious, logical, or acceptable. :-/ How did you install Gnome? Ports or packages? Which version? > Most of the desktop is trash, half the application icons > are missing and there are no panels. You probably are missing some important dependency packages. > Even keyboard input typed into > gnome-terminal is not displayed correctly (some of the characters in the > echo go missing). That _really_ sounds strange. > All necessary entries (hald_enable, polkitd_enable, > dbus_enable, gnome_enable) are set to YES in rc.conf. I wonder what is > wrong ? Using Gnome is wrong. ;-) > Is there any way I can get FreeBSD and Gnome working on the laptop ? Reconsider using Gnome. Check if Lxde or Xfce will work better for you. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Apr 30 07:38:35 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FDD4AD9A28 for ; Sat, 30 Apr 2016 07:38:35 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S26.hotmail.com (blu004-omc2s26.hotmail.com [65.55.111.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CEDC1C70 for ; Sat, 30 Apr 2016 07:38:34 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP75 ([65.55.111.73]) by BLU004-OMC2S26.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 30 Apr 2016 00:37:28 -0700 X-TMN: [yD4oC6otJ8AklTUUaYrtd+v39ZmeQHEb] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: Why is FreeBSD+GNOME not working on my Pentium laptop ? To: Polytropon References: <20160430084415.03be443d.freebsd@edvax.de> CC: freebsd-questions@freebsd.org, dalescott@shaw.ca From: Manish Jain Date: Sat, 30 Apr 2016 13:05:41 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160430084415.03be443d.freebsd@edvax.de> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Apr 2016 07:37:05.0031 (UTC) FILETIME=[17A9E170:01D1A2B3] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 07:38:35 -0000 On 04/30/16 12:14, Polytropon wrote: > On Sat, 30 Apr 2016 04:26:47 +0530, Manish Jain wrote: >> Hi, >> >> I have a 5 year old Intel x86 Pentium-based laptop (Gateway NE56R). I >> just finished installing FreeBSD 10.3 (i386) with Gnome on it. I was >> expecting everything to go smoothly but the Gnome desktop is proving to >> be a disaster. > This also was my first impression when installing Gnome 2 ("classic > Gnome desktop") on a Dell D630 laptop running FreeBSD i386 10.2 (started > with 10.0). There was some work to do, things to update and to install, > scripts to abuse, crazy things to do... but after that, everything > worked as intended. Sadly I didn't take notes on what I did, but I can > assure you that most of it was not obvious, logical, or acceptable. :-/ > > How did you install Gnome? Ports or packages? Which version? > > > >> Most of the desktop is trash, half the application icons >> are missing and there are no panels. > You probably are missing some important dependency packages. > > > >> Even keyboard input typed into >> gnome-terminal is not displayed correctly (some of the characters in the >> echo go missing). > That _really_ sounds strange. > > > >> All necessary entries (hald_enable, polkitd_enable, >> dbus_enable, gnome_enable) are set to YES in rc.conf. I wonder what is >> wrong ? > Using Gnome is wrong. ;-) > > > >> Is there any way I can get FreeBSD and Gnome working on the laptop ? > Reconsider using Gnome. Check if Lxde or Xfce will work better for you. > > > > Thanks for replying. I installed bash and the xorg meta-port from sources and then gnome3 via 'pkg install gnome3'. Logically, all dependencies should have been met. The funny part is FreeBSD 10.1 was working well on the laptop earlier. So this should have been just a simple version upgrade. But things are not going as expected. Any tips ? As for PC-BSD, I tried it a couple of months back and was entirely underwhelmed. So that is a No Go. Regards, Manish Jain From owner-freebsd-questions@freebsd.org Sat Apr 30 08:41:13 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C58B0B0FE55 for ; Sat, 30 Apr 2016 08:41:13 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FA551399 for ; Sat, 30 Apr 2016 08:41:13 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-oi0-x235.google.com with SMTP id k142so143314719oib.1 for ; Sat, 30 Apr 2016 01:41:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=YKoc2auPr5aIY6xgD+UWoC1yA4ecRgV2zNRLds/GSX0=; b=lQNqr3DgLhCvZWiDtdAoZxRiIdPHKPGLKT91D0xqwKvwA6M1NrcvQwB1GIz5z2bupt QFhG73TLlm5OTkjVfvPf34JdfJXR6SIwk3HDbMoZBefGF4CM7guTyAMcxPZV+4jAmXlY X/pNqbagaI98MoXYSrHsazg+l4ne22sC6Jm/X2C7Y6jrZ93VJMzEp6i4Jfb/YNLZkGk8 pKZrU8ros/RKJCpGKYrmZCR975tfXLajVh+KjXAz+QsCBcCtTAypmL40CG2PqTQJSfDj CXaKHQT59RF/ee5IrmHDpG4g4Q0vmTZ92ojQtjt838KFRfKLsApOZfA4FOvo8WFdxPhr crBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=YKoc2auPr5aIY6xgD+UWoC1yA4ecRgV2zNRLds/GSX0=; b=ivCG7rVmNFh6yznZeFYSa9XdTYyqM7QNRIq4uW3XgmCBpZlf69P+GOp6YF9tEUHBou 3UxjbZyzIIF0OhO7Q6J79Iroxypz6KOuRYh0HmewhpJDjTyBpDAyQ1jQUzykpBiO1IkI iISLd5C1UV4B+0rAB/4izeLbNDF8c25m+vvV9i+zAuFQ8qLUITw9qspEP/rEQ27Ansyf zZdTfHiI70Xp0BTWBzs/L/X145WE1gRTNwgPFiOCwq52ATQX1WR4JFTTmLj9IYmJRRqw s/iPwtpwpfUY2VpSFbjy4GDqpuJkReXYN4X/bPN2y0a9NxRf3O2b6jFafSupxYMUx+mz Q3dA== X-Gm-Message-State: AOPr4FVo5yyrBTMoBP/Vgm69mHwOyLiEmCIXz1IU3papEFjle1rFkHdLnxkq8OxUNQghxQ7rSGUZQDO8cmSKPw== MIME-Version: 1.0 X-Received: by 10.157.32.114 with SMTP id n105mr11839097ota.108.1462005672957; Sat, 30 Apr 2016 01:41:12 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Sat, 30 Apr 2016 01:41:12 -0700 (PDT) In-Reply-To: <444makc8yx.fsf@lowell-desk.lan> References: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> <444makc8yx.fsf@lowell-desk.lan> Date: Sat, 30 Apr 2016 01:41:12 -0700 Message-ID: Subject: Re: How to build and install only ntp from base? From: Mehmet Erol Sanliturk To: Lowell Gilbert Cc: Reko Turja , FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 08:41:13 -0000 On Fri, Apr 29, 2016 at 4:04 PM, Lowell Gilbert < freebsd-questions-local@be-well.ilk.org> wrote: > Mehmet Erol Sanliturk writes: > > > On Fri, Apr 29, 2016 at 9:12 AM, Reko Turja via freebsd-questions < > > freebsd-questions@freebsd.org> wrote: > > > >> As nothing else has changed with the latest 10.3 except ntp I'd love to > >> compile only that. I just can't find the right incantation for starting > the > >> compile - make just tells me that is up > to > >> date. > >> > >> What command should I use to compile ntp stuff only - or should I just > >> fire up the version from ports? > >> > >> -Reko > >> _______________________________________________ > >> > >> > > > > It may be necessary first to use > > > > make clean > > > > if there is "clean" target in the make file . > > > > If there is no clean target in make file . delete *.o files , executable > > and library files to cause rebuild again . > > > > > > Moving the necessary executable and library files into a save directory > > may be useful in case of failed make build . > > This advice is not useful. The files being built aren't even in the same > tree. > There is another possibility : make deinstall to remove the already installed port . There is the following page , perhaps it may be useful : https://www.freebsd.org/doc/handbook/ports-using.html Mehmet Erol Sanliturk From owner-freebsd-questions@freebsd.org Sat Apr 30 08:50:04 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 846B2B0F0C2 for ; Sat, 30 Apr 2016 08:50:04 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (cerebro.liukuma.net [185.34.0.166]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8951747 for ; Sat, 30 Apr 2016 08:50:03 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id 258BDB1E5D2 for ; Sat, 30 Apr 2016 11:50:02 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net 258BDB1E5D2 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1462006202; bh=yOHcnX2zdor2/aqddYWPQcTmYOEgKrkjbeu54bDsiBY=; h=From:To:References:In-Reply-To:Subject:Date; b=RyKxcPCcmrajhCmygtl+4pk2F7gl/3klXK4qppQpdCzQUrlC9mhJHJrkfnOKNLE74 uXJjIsqrg5e2WdOeKNo+8LCAHSrv3/p0MrqQ38sd3Yq9OxQD5GDSZLDtwg2mgUvugo +EmEvsN9Hge2MseAi8W3pJ2nDbIx1uxknE4iT7GQ= X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10027) with LMTP id v3pC4q3M_WSD for ; Sat, 30 Apr 2016 11:50:01 +0300 (EEST) Received: from Rivendell (dsl-kmibrasgw1-50dfdd-193.dhcp.inet.fi [80.223.221.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id 4FE21B1E4D9 for ; Sat, 30 Apr 2016 11:50:01 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net 4FE21B1E4D9 Message-ID: From: "Reko Turja" To: References: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> <448tzwc91h.fsf@lowell-desk.lan> In-Reply-To: <448tzwc91h.fsf@lowell-desk.lan> Subject: Re: How to build and install only ntp from base? Date: Sat, 30 Apr 2016 11:49:54 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3564.1216 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3564.1216 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 08:50:04 -0000 -----Original Message----- From: Lowell Gilbert >> starting the compile - make just tells me >> that >> is up to date. >cd /usr/src/usr.sbin/ntp Thank you for pointing this out! > make all install > You didn't need to guess: this IS in the Handbook... Yes, it was the first command I tested - but what got me was the directory. I went to /usr/src/contrib/ntp as the files changed resided there. Might be good idea to mention in handbook that /usr/src/contrib is auxiliary tree and the build processes start from elesewhere. >> What command should I use to compile ntp stuff only - or should I >> just >> fire up the version from ports? > Using the version from ports is certainly reasonable -- it gives you > a lot more options and is updated more often -- but unless other > machines are synching to yours, it's unlikely that the advantages > (either way) would matter. As I just keep the clock of the box ticking as close to UTC as I can using external time sources, anything else is excess baggage. I went with the version from base, now that I know the directory from where to start the build. -Reko From owner-freebsd-questions@freebsd.org Sat Apr 30 12:25:40 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17BFDB1C6C2 for ; Sat, 30 Apr 2016 12:25:40 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D115E18BD for ; Sat, 30 Apr 2016 12:25:39 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-oi0-x232.google.com with SMTP id v145so112918427oie.0 for ; Sat, 30 Apr 2016 05:25:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=Cf341DQzxBDHCAjh38h6mBFZi0brteetoLtGqL8SUOs=; b=LztwmKKE8f7XcPH5TYGExfWHulPb9kRsX8IoBj52nwbBC8/YSzeYEnsji5jqE8y+Ud XeDoj0GinDn7Cee+EMLRTvDOh37mi16pQNHj1myUjCOBkvwHyaJTa7A6TUcDN1DZUDbR slaGhiUL0xR5Lrt5yQB/E7WTVH2csyko+jrpIl1zKdCss9/w3+AEKWu+OuPUZ4UwSCyZ gZsEIbS4inm/eYcZ4pWjdYPjzNsIRqXYOMA0FlPewRe2K/WCW4WgPq9e1VeB6YdfHCR5 il61rF3FcnW+XKS2tH4SK/pcGDyYSf7EYu2ySeXMvUpHrxdQm/RitfAgRNnD8W1vzxuL A5IA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=Cf341DQzxBDHCAjh38h6mBFZi0brteetoLtGqL8SUOs=; b=dGDNK19/HJsiDbF+eMfrPJhq9KA8mssj4lvGrwZcNF9zvJu+VyAVOD88YwMbi5BTM6 KrFLgFv2M6mltZD8PRwGkjaNhJjZsi9PRh42NiYHAQ996HA2CQG+qfAPbc0/KvxEOYky wHeZ8xkwHdmgL6j1NAU6gzbRpqKgevEbIUbYWjX2qqT9hwzQ0wA1B01nZAh4nZNqMaA9 tckgiTNBzeDrIWxCR401GqIWE4POtd4phlidvXGB4ytv4fBgLsX6AAa3cToM+vrQR4pF WQBu0S0wtek9r72ZXcDpiPPIK9wC2pGyUvYrqeSRo9O8XGj68ZiikEDCglDEe97LB4Z0 qxBQ== X-Gm-Message-State: AOPr4FU6prrF4CKecemiYcWZou1O7+DJKupe2rYZ7gDF7MBGgLlsL+2Rlyaia8KK4FNjL+xt3n2++xliC9sX8Q== MIME-Version: 1.0 X-Received: by 10.157.29.235 with SMTP id w40mr4740264otw.111.1462019139081; Sat, 30 Apr 2016 05:25:39 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Sat, 30 Apr 2016 05:25:38 -0700 (PDT) In-Reply-To: <20160430081445.ec19eca7.freebsd@edvax.de> References: <20160430081445.ec19eca7.freebsd@edvax.de> Date: Sat, 30 Apr 2016 05:25:38 -0700 Message-ID: Subject: Re: DVD is not detecting From: Mehmet Erol Sanliturk To: Polytropon Cc: Arnab Bhowmick , FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 12:25:40 -0000 On Fri, Apr 29, 2016 at 11:14 PM, Polytropon wrote: > On Fri, 29 Apr 2016 19:50:46 +0530, Arnab Bhowmick wrote: > > I am using kde on freebsd 10.3 . I have to create an .iso image of a > linux > > distro but when I am insurting blank dvd k3b image burning tool is not > > detecting that dvd but the dvd is showing in kde panel. How to solve > this? > > Does this imply you're not able to (create and) burn the image with K3B? > Does K3B report "no media" errors? > > In worst case, why not use the "growisofs" command and burn the existing > image to the DVD, just to check if it works? > > % growisofs -dvd-compat -Z /dev/dvd=imagefile.iso > > where /dev/dvd is the device file of the DVD recorder (could be /dev/cd0 > as well, check "dmesg" output), and imagefile.iso is the name of the ISO > image you already have. > > To use this command, the package "dvd+rw-tools" needs to be installed. If > I remember correctly, K3B also requires this, so it should already be > there. > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > _______________________________________________ > > > In K3B "Settings" menu item , select "Configure K3B" Check displayed items , especially "Devices" , and define missing values . There may be other files to be adjusted . As a sample , see https://forums.freebsd.org/threads/31181/ found from Google search phrase k3b settings in freebsd Mehmet Erol Sanliturk From owner-freebsd-questions@freebsd.org Sat Apr 30 17:34:36 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51173B22391 for ; Sat, 30 Apr 2016 17:34:36 +0000 (UTC) (envelope-from advicing.service@sc.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 388AB1437 for ; Sat, 30 Apr 2016 17:34:36 +0000 (UTC) (envelope-from advicing.service@sc.com) Received: by mailman.ysv.freebsd.org (Postfix) id 33EA2B22390; Sat, 30 Apr 2016 17:34:36 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 338D0B2238F for ; Sat, 30 Apr 2016 17:34:36 +0000 (UTC) (envelope-from advicing.service@sc.com) Received: from intelisol-oh.com (boron.intelisol-oh.com [24.142.191.4]) by mx1.freebsd.org (Postfix) with ESMTP id CFC081436 for ; Sat, 30 Apr 2016 17:34:35 +0000 (UTC) (envelope-from advicing.service@sc.com) X-MS-Exchange-Organization-PCL: 0 X-MS-Exchange-Organization-SCL: 0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) * on boron.intelisol-oh.local * at Sat, 30 Apr 2016 13:34:00 -0400 X-Spam-Status: No, score=-0.5, hits=-0.5, required= 3.9, autolearn=no autolearn_force=no, shortcircuit=no X-Spam-Report: * 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. * See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block * for more information. * [URIs: sc.com] * 0.6 URIBL_PH_SURBL Contains an URL listed in the PH SURBL blocklist * [URIs: ablewebinc.com] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS X-Process: ESTProcessDone Received: from FS.docmallory.local ([50.234.90.170]) by intelisol-oh.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 30 Apr 2016 11:44:31 -0400 MIME-Version: 1.0 Subject: Your beneficiary advice from Standard Chartered branch/subsidiary To: questions@FreeBSD.org From: "Standard Chartered Bank Advice" Date: Sat, 30 Apr 2016 09:44:30 -0600 Message-ID: X-OriginalArrivalTime: 30 Apr 2016 15:44:31.0294 (UTC) FILETIME=[2FCB75E0:01D1A2F7] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 17:34:36 -0000 Dear customer, We are pleased to attach your Payment advice with this email, based on the = request from the sender to keep you informed. Should you have any enquiry or require assistance, please contact the sende= r (our customer) at the contact number stated in the attached advice. Please note that If you are unable to see attachment, you can download it f= rom our Remote Server Here: Standard Chartered Remittance Site This is a system generated e-mail. Please do not reply to the sender of thi= s e-mail. Best Regards, Customer Service Manager Standard Chartered Bank Disclaimer This email and any attachments are confidential and may also be privileged.= If you are not the addressee notify the sender immediately and destroy thi= s email without using, sending or storing it. Emails are not secure and may= suffer errors, viruses, delay, interception and amendment. Standard Charte= red PLC and subsidiaries ("SCGroup") do not accept liability for damage cau= sed by this email and may monitor email traffic. Unless expressly stated, a= ny opinions are the sender's and are not approved by SCGroup and this email= is not an offer, solicitation, recommendation or agreement of any kind. Yo= u may wish to refer to the incorporation details of Standard Chartered PLC,= Standard Chartered Bank and their subsidiaries at https://www.sc.com/en/in= corporation-details.html. If you wish to be discontinue receiving your statements through email, plea= se contact your customer services representative or your local Standard Cha= rtered Bank support telephone number. Standard Chartered Bank ("SCB") is a member of SCGroup incorporated in Engl= and with limited liability. SCB's principal office is 1 Basinghall Avenue, = London, EC2V 5DD, UK. SCB is authorised and regulated by the Prudential Reg= ulation Authority ("PRA") and the Financial Conduct Authority ("FCA") and r= egistered with PRA and FCA under no. 114276. SCB's VAT no. is GB244106593. = PRA and FCA are the lead regulators for the SCGroup. For regulators in othe= r countries contact the local compliance office. From owner-freebsd-questions@freebsd.org Sat Apr 30 18:15:17 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6BAAB22B1B for ; Sat, 30 Apr 2016 18:15:17 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S36.hotmail.com (blu004-omc2s36.hotmail.com [65.55.111.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A94314B9 for ; Sat, 30 Apr 2016 18:15:17 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP100 ([65.55.111.72]) by BLU004-OMC2S36.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 30 Apr 2016 11:15:16 -0700 X-TMN: [ffPBhOIDesmHRsuBwM9IyROeKE9yTJDX] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Is 10.3 i386 jinxed ? To: Polytropon References: <20160430084415.03be443d.freebsd@edvax.de> <5724604D.3020804@hotmail.com> CC: freebsd-questions@freebsd.org From: Manish Jain Date: Sat, 30 Apr 2016 23:43:47 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <5724604D.3020804@hotmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Apr 2016 18:15:13.0423 (UTC) FILETIME=[3D52D9F0:01D1A30C] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 18:15:17 -0000 On 04/30/16 13:05, Manish Jain wrote: > On 04/30/16 12:14, Polytropon wrote: >> On Sat, 30 Apr 2016 04:26:47 +0530, Manish Jain wrote: >>> Hi, >>> >>> I have a 5 year old Intel x86 Pentium-based laptop (Gateway NE56R). I >>> just finished installing FreeBSD 10.3 (i386) with Gnome on it. I was >>> expecting everything to go smoothly but the Gnome desktop is proving to >>> be a disaster. >> This also was my first impression when installing Gnome 2 ("classic >> Gnome desktop") on a Dell D630 laptop running FreeBSD i386 10.2 (started >> with 10.0). There was some work to do, things to update and to install, >> scripts to abuse, crazy things to do... but after that, everything >> worked as intended. Sadly I didn't take notes on what I did, but I can >> assure you that most of it was not obvious, logical, or acceptable. :-/ >> >> How did you install Gnome? Ports or packages? Which version? >> >> >> >>> Most of the desktop is trash, half the application icons >>> are missing and there are no panels. >> You probably are missing some important dependency packages. >> >> >> >>> Even keyboard input typed into >>> gnome-terminal is not displayed correctly (some of the characters in >>> the >>> echo go missing). >> That _really_ sounds strange. >> >> >> >>> All necessary entries (hald_enable, polkitd_enable, >>> dbus_enable, gnome_enable) are set to YES in rc.conf. I wonder what is >>> wrong ? >> Using Gnome is wrong. ;-) >> >> >> >>> Is there any way I can get FreeBSD and Gnome working on the laptop ? >> Reconsider using Gnome. Check if Lxde or Xfce will work better for you. >> I reinstalled the whole system using xfce as the desktop. While things have improved, the system is still not workable. 1) The installer 'forgot' to place the boot code on the MBR. I had to use live CD + boot0cfg to fix that. 2) The first time X started, xfce4-panel crashed 3) The second time, xfce-terminal crashed 4) The third time, trying to launch firefox rebooted the system. Overall, 10.3 i386 seems to have gremlins in the belly. What do I do ? Try some linux distro ? This is exactly what I have been trying to avoid. BTW, does anyone have any idea where can I get Windows XP drivers for the NE56R laptop ? If nothing else works, XP remains my fall-back option. Regards, Manish Jain From owner-freebsd-questions@freebsd.org Sat Apr 30 18:16:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02843B22BC0 for ; Sat, 30 Apr 2016 18:16:29 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f174.google.com (mail-io0-f174.google.com [209.85.223.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CECC516B4 for ; Sat, 30 Apr 2016 18:16:28 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f174.google.com with SMTP id u185so158561925iod.3 for ; Sat, 30 Apr 2016 11:16:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=SeRZ/qy8JIdvdfn/BFGt9jyCGD6DmMOhjDfM182QpmU=; b=C4AzVcpvl7A1waL4yaSKYsvyP9lSAw293xUujpio+DBny0J7j6YSZgN/aNGDEK7ZCs LEYUK1kG0kveDaCxo16KuWVtnJu85+y34ys0edcpq8PMyGibYwYJfD8lmawffGUwQbzq 9JDHt7wlmhwHuZnObiZEAz2uYBeQfkD+QVpQAQWfvm4KD08ql+Y/KvPskoXmyY2rC5Pf l80h+4bIHM4OnEHS0KFqnIsgimRpzJ3Rd26E4Ena90EylHBWhLu1lDwLbQt0ZHazI/C0 olkBCCXSYm9zXadLqAmXSS4AYW+JPrMn1/Fa6+6bjYcxovZ7RYvESnouygnshY34j0Ui 0osA== X-Gm-Message-State: AOPr4FUUJjYjAxTWEIz/02fpouOS7sCgqmventig9LWO7IymbLd8WZ8w4eu4p+wgJ9mYEw== X-Received: by 10.107.169.13 with SMTP id s13mr29505093ioe.19.1462038508852; Sat, 30 Apr 2016 10:48:28 -0700 (PDT) Received: from WorkBox.Home.gmail.com (63-231-164-200.mpls.qwest.net. [63.231.164.200]) by smtp.gmail.com with ESMTPSA id u3sm5265951igq.15.2016.04.30.10.48.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 30 Apr 2016 10:48:27 -0700 (PDT) References: <20160430084415.03be443d.freebsd@edvax.de> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Manish Jain Cc: Polytropon , dalescott@shaw.ca, freebsd-questions@freebsd.org Subject: Re: Why is FreeBSD+GNOME not working on my Pentium laptop ? In-reply-to: Date: Sat, 30 Apr 2016 12:48:52 -0500 Message-ID: <8637q3c7i3.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 18:16:29 -0000 Manish Jain writes: > I installed bash and the xorg meta-port from sources and then gnome3 via > 'pkg install gnome3'. Logically, all dependencies should have been met. Install from packages, or install from the ports tree. Don't mix the two. The ports tree is updated more frequently than the package repository, so mis-matched dependencies are a possibility when slightly older packages from the repository are installed alongside more recent ones from the ports tree. That may not be the source of your problem, but you can at least eliminate a variable or two by staying consistent with where you get your software. -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Sat Apr 30 18:34:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BC1AB22F44 for ; Sat, 30 Apr 2016 18:34:19 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from yavin.vindaloo.com (yavin.vindaloo.com [173.199.117.73]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "yavin.vindaloo.com", Issuer "Vindaloo CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C4501E73 for ; Sat, 30 Apr 2016 18:34:19 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from anza.vindaloo.com (ool-457cdf63.dyn.optonline.net [69.124.223.99]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smtp.vindaloo.com", Issuer "Vindaloo CA" (verified OK)) by yavin.vindaloo.com (Postfix) with ESMTPS id 35D4FD7E70 for ; Sat, 30 Apr 2016 14:25:07 -0400 (EDT) Received: from kessel.vindaloo.com (kessel.vindaloo.com [172.24.145.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anza.vindaloo.com (Postfix) with ESMTPSA id B27CC101CD; Sat, 30 Apr 2016 14:25:06 -0400 (EDT) Date: Sat, 30 Apr 2016 14:25:01 -0400 From: Christopher Sean Hilton To: freebsd-questions@freebsd.org Subject: www/wordpress: poudriere build failure Message-ID: <20160430182501.GA60502@kessel.vindaloo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 18:34:19 -0000 I tried to update an rebuild my poudriere box yesterday. After updating, I got this error on the port www/wordpress: ... =================================================== ===> wordpress-4.4.2,1 depends on file: /usr/local/include/php/main/php.h - not found ===> Installing existing package /packages/All/php56-5.6.20_1.txz [92-stable-amd64-default-job-03] Installing php56-5.6.20_1... [92-stable-amd64-default-job-03] `-- Installing libxml2-2.9.3... [92-stable-amd64-default-job-03] | `-- Installing libiconv-1.14_9... [92-stable-amd64-default-job-03] | `-- Extracting libiconv-1.14_9: .......... done [92-stable-amd64-default-job-03] `-- Extracting libxml2-2.9.3: .......... done [92-stable-amd64-default-job-03] `-- Installing pcre-8.38_1... [92-stable-amd64-default-job-03] `-- Extracting pcre-8.38_1: .......... done [92-stable-amd64-default-job-03] Extracting php56-5.6.20_1: .......... done ===> wordpress-4.4.2,1 depends on file: /usr/local/include/php/main/php.h - found ===> Returning to build of wordpress-4.4.2,1 ===> wordpress-4.4.2,1 depends on file: /usr/local/lib/php/20131226-zts/curl.so - not found ===> Installing existing package /packages/All/php56-curl-5.6.20_1.txz [92-stable-amd64-default-job-03] Installing php56-curl-5.6.20_1... [92-stable-amd64-default-job-03] `-- Installing curl-7.48.0_2... [92-stable-amd64-default-job-03] | `-- Installing ca_root_nss-3.22.2... [92-stable-amd64-default-job-03] | `-- Extracting ca_root_nss-3.22.2: ....... done [92-stable-amd64-default-job-03] `-- Extracting curl-7.48.0_2: .......... done [92-stable-amd64-default-job-03] Extracting php56-curl-5.6.20_1: ...... done Message from ca_root_nss-3.22.2: ********************************* WARNING ********************************* FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. *********************************** NOTE ********************************** This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem *************************************************************************** ===> wordpress-4.4.2,1 depends on file: /usr/local/lib/php/20131226-zts/curl.so - not found *** [run-depends] Error code 1 Stop in /usr/ports/www/wordpress. ====>> Cleaning up wrkdir ===> Cleaning for wordpress-4.4.2,1 build of www/wordpress ended at Fri Apr 29 14:41:41 EDT 2016 build time: 00:00:22 !!! build failure encountered !!! It looks like the wordpress build was expecting curl to be installed and it wasn't. Is there an easy way to fix this? -- Chris From owner-freebsd-questions@freebsd.org Sat Apr 30 18:34:36 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19AE4B22F6F for ; Sat, 30 Apr 2016 18:34:36 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6A9F1F09 for ; Sat, 30 Apr 2016 18:34:35 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-216-66.dynamic.qsc.de [92.195.216.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id 43B113CD36; Sat, 30 Apr 2016 20:34:27 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3UIYQJR002140; Sat, 30 Apr 2016 20:34:26 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 30 Apr 2016 20:34:26 +0200 From: Polytropon To: Manish Jain Cc: freebsd-questions@freebsd.org Subject: Re: Is 10.3 i386 jinxed ? Message-Id: <20160430203426.a9d5841b.freebsd@edvax.de> In-Reply-To: References: <20160430084415.03be443d.freebsd@edvax.de> <5724604D.3020804@hotmail.com> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 18:34:36 -0000 On Sat, 30 Apr 2016 23:43:47 +0530, Manish Jain wrote: > I reinstalled the whole system using xfce as the desktop. While things > have improved, the system is still not workable. > > 1) The installer 'forgot' to place the boot code on the MBR. I had to > use live CD + boot0cfg to fix that. Use MBR only if needed. Today's preference is to use GPT for partitioning. Compare: http://www.wonkity.com/~wblock/docs/html/disksetup.html Use MBR only if you have a valid reason as it probably has reached the state of "not supported anymore". > 2) The first time X started, xfce4-panel crashed > 3) The second time, xfce-terminal crashed > 4) The third time, trying to launch firefox rebooted the system. This (and especially the last problem) leads to the impression that there is a _massive_ problem, it's probably not related to the FreeBSD OS, and surely not to installed applications. Are you sure there isn't a hardware problem lurking in the background? Like... starting a web browser reboots the system... this simply sounds totally wrong. > Overall, 10.3 i386 seems to have gremlins in the belly. What do I do ? I have a 10.2 installation on an older Dell laptop, running Gnome 2, no problems so far (but I haven't tried updating it yet, as I'm a big fan of "never touch a running system", a symptom of lazyness and "fat fingers"). :-) > Try some linux distro ? This is exactly what I have been trying to avoid. Check out PC-BSD or try the Lxde desktop. Maybe you can also settle for a less convoluted desktop, i.e. a window manager that you like. > BTW, does anyone have any idea where can I get Windows XP drivers for > the NE56R laptop ? >From the manufacturer of course. :-) > If nothing else works, XP remains my fall-back option. For offline use that's probably more or less okay. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Apr 30 18:41:20 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE894AD93A0 for ; Sat, 30 Apr 2016 18:41:20 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from cosmo.uchicago.edu (cosmo.uchicago.edu [128.135.70.90]) by mx1.freebsd.org (Postfix) with ESMTP id AE3D61309 for ; Sat, 30 Apr 2016 18:41:20 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: by cosmo.uchicago.edu (Postfix, from userid 48) id CA66ECB8CA5; Sat, 30 Apr 2016 13:41:13 -0500 (CDT) Received: from 76.193.16.109 (SquirrelMail authenticated user valeri) by cosmo.uchicago.edu with HTTP; Sat, 30 Apr 2016 13:41:13 -0500 (CDT) Message-ID: <53864.76.193.16.109.1462041673.squirrel@cosmo.uchicago.edu> In-Reply-To: References: <20160430084415.03be443d.freebsd@edvax.de> <5724604D.3020804@hotmail.com> Date: Sat, 30 Apr 2016 13:41:13 -0500 (CDT) Subject: Re: Is 10.3 i386 jinxed ? From: "Valeri Galtsev" To: "Manish Jain" Cc: "Polytropon" , freebsd-questions@freebsd.org Reply-To: galtsev@kicp.uchicago.edu User-Agent: SquirrelMail/1.4.8-5.el5.centos.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 18:41:21 -0000 On Sat, April 30, 2016 1:13 pm, Manish Jain wrote: > On 04/30/16 13:05, Manish Jain wrote: >> On 04/30/16 12:14, Polytropon wrote: >>> On Sat, 30 Apr 2016 04:26:47 +0530, Manish Jain wrote: >>>> Hi, >>>> >>>> I have a 5 year old Intel x86 Pentium-based laptop (Gateway NE56R). I >>>> just finished installing FreeBSD 10.3 (i386) with Gnome on it. I was >>>> expecting everything to go smoothly but the Gnome desktop is proving >>>> to >>>> be a disaster. >>> This also was my first impression when installing Gnome 2 ("classic >>> Gnome desktop") on a Dell D630 laptop running FreeBSD i386 10.2 >>> (started >>> with 10.0). There was some work to do, things to update and to install, >>> scripts to abuse, crazy things to do... but after that, everything >>> worked as intended. Sadly I didn't take notes on what I did, but I can >>> assure you that most of it was not obvious, logical, or acceptable. :-/ >>> >>> How did you install Gnome? Ports or packages? Which version? >>> >>> >>> >>>> Most of the desktop is trash, half the application icons >>>> are missing and there are no panels. >>> You probably are missing some important dependency packages. >>> >>> >>> >>>> Even keyboard input typed into >>>> gnome-terminal is not displayed correctly (some of the characters in >>>> the >>>> echo go missing). >>> That _really_ sounds strange. >>> >>> >>> >>>> All necessary entries (hald_enable, polkitd_enable, >>>> dbus_enable, gnome_enable) are set to YES in rc.conf. I wonder what is >>>> wrong ? >>> Using Gnome is wrong. ;-) >>> >>> >>> >>>> Is there any way I can get FreeBSD and Gnome working on the laptop ? >>> Reconsider using Gnome. Check if Lxde or Xfce will work better for you. >>> > > I reinstalled the whole system using xfce as the desktop. While things > have improved, the system is still not workable. > > 1) The installer 'forgot' to place the boot code on the MBR. I had to > use live CD + boot0cfg to fix that. > 2) The first time X started, xfce4-panel crashed > 3) The second time, xfce-terminal crashed > 4) The third time, trying to launch firefox rebooted the system. > > Overall, 10.3 i386 seems to have gremlins in the belly. What do I do ? > Try some linux distro ? This is exactly what I have been trying to avoid. > > BTW, does anyone have any idea where can I get Windows XP drivers for > the NE56R laptop ? If nothing else works, XP remains my fall-back option. Hearing all that makes me think that this laptop likely has hardware problems. I would definitely get some live system CD and check drive smart status. I also would definitely run memtest86 (leaving it running for 24 hours at lest). memtest86 is not definitive for clearing suspicion about RAM, RAM errors sometimes manifest themselves only under heavy load whereas load is almost zero when memtest86 is run. I would check if the laptop needs cleaning inside. If laptop body is easily flexed, and laptop was carried around a lot, I also would suspect micro cracks in system board ("motherboard" is common jargon for it for last couple of decades ;-) One thing I forgot to mention: poor condition of optical drive can lead to poorly installed system, I guess. Just my $0.02 Valeri > > Regards, > Manish Jain > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++ From owner-freebsd-questions@freebsd.org Sat Apr 30 18:53:25 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C401AD9664 for ; Sat, 30 Apr 2016 18:53:25 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB351AF3 for ; Sat, 30 Apr 2016 18:53:25 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 35D22AD9663; Sat, 30 Apr 2016 18:53:25 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35758AD9662 for ; Sat, 30 Apr 2016 18:53:25 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1F041AF2 for ; Sat, 30 Apr 2016 18:53:24 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mail-io0-x22b.google.com with SMTP id f89so136399036ioi.0 for ; Sat, 30 Apr 2016 11:53:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=vMfH3ggjW/uCpt+EMxM4QqHu9waBdEJovDRX53it7z0=; b=be6DrkrrBNNWvk5MvKjqLSQRfsuFGeBDE36J+sW6AIOlTYEErZtHyGe8PELGkPixiv hK3EM+18/Uq12VVchjpnfEcQbulG6awsBEYRNQ9LlZiRnHNvWbkfKLzjrBk/3nJ6iVz5 22DLQxjFUlAyvqtll/RNNX+TsytOkomKYaHikEjQgb46kyF5m7rQQ6+m7555Wi+WohcP TILF+TcN300CNPLBIFsUOSWJ7DmsytK58Th6M6qQwuDCtG0g7n8ZGAUHWZGP0oIUdWpQ lwMEuqvs1WmkOhwG7jdjMLkIp5qf9AYmxvxyrxKGM3zY2pXrrfvbN+W5ZkJaIfyVhF4v eDZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=vMfH3ggjW/uCpt+EMxM4QqHu9waBdEJovDRX53it7z0=; b=EQCD5p+OCEdMzUkc3jAoCIQHxZ6M/blIIBMFHVVbZItqH5XdXoOfRiZf1Kqz6vIZuP 7kTJZo1GN6MvzAlFSr0G4JdQHhkX9LT7HSxtOGew5Lwuq8U3XuDZ5PZtFKVaxevEbHdj CKx+rPo3m9zBJSJx2wHxzUGiL4ByBgOp9cS99oK4+uotKFCoarA2R3ZfqXRd6Jm24NAp nlRZIwQHZvKhHQ8lnkvNu4pL+0QgJadMedQ+1jxF3RLVrJTyguI8pKRJqw7StOqgY0wT wGKh+35ninutcwuRJjzbXWdj6HD6tuNMU3CD3paOuzjCAjKy8XmEVW4aVJpHtLCIMRH0 T8bA== X-Gm-Message-State: AOPr4FWOMPc8bbAvz2OfQI6d4RShKx/mcYWHxipusXHAiCUFyqdQQkrLQ5y6dLXugfOjIw== X-Received: by 10.107.142.205 with SMTP id q196mr34395617iod.167.1462042404467; Sat, 30 Apr 2016 11:53:24 -0700 (PDT) Received: from localhost.localdomain ([50.243.6.59]) by smtp.googlemail.com with ESMTPSA id vf17sm5389494igb.22.2016.04.30.11.53.23 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 30 Apr 2016 11:53:23 -0700 (PDT) Subject: Re: Your beneficiary advice from Standard Chartered branch/subsidiary To: questions@FreeBSD.org References: From: jd1008 Message-ID: <5724FF1F.7080806@gmail.com> Date: Sat, 30 Apr 2016 12:53:19 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 18:53:25 -0000 Hope every subscriber sends these A*ols some dog nuggets :) :) On 04/30/2016 09:44 AM, Standard Chartered Bank Advice wrote: > Dear customer, > > > We are pleased to attach your Payment advice with this email, based on the request from the sender to keep you informed. > > Should you have any enquiry or require assistance, please contact the sender (our customer) at the contact number stated in the attached advice. > > Please note that If you are unable to see attachment, you can download it from our Remote Server Here: Standard Chartered Remittance Site > > This is a system generated e-mail. Please do not reply to the sender of this e-mail. > > Best Regards, > Customer Service Manager > Standard Chartered Bank > > Disclaimer > > This email and any attachments are confidential and may also be privileged. If you are not the addressee notify the sender immediately and destroy this email without using, sending or storing it. Emails are not secure and may suffer errors, viruses, delay, interception and amendment. Standard Chartered PLC and subsidiaries ("SCGroup") do not accept liability for damage caused by this email and may monitor email traffic. Unless expressly stated, any opinions are the sender's and are not approved by SCGroup and this email is not an offer, solicitation, recommendation or agreement of any kind. You may wish to refer to the incorporation details of Standard Chartered PLC, Standard Chartered Bank and their subsidiaries at https://www.sc.com/en/incorporation-details.html. > > If you wish to be discontinue receiving your statements through email, please contact your customer services representative or your local Standard Chartered Bank support telephone number. > > Standard Chartered Bank ("SCB") is a member of SCGroup incorporated in England with limited liability. SCB's principal office is 1 Basinghall Avenue, London, EC2V 5DD, UK. SCB is authorised and regulated by the Prudential Regulation Authority ("PRA") and the Financial Conduct Authority ("FCA") and registered with PRA and FCA under no. 114276. SCB's VAT no. is GB244106593. PRA and FCA are the lead regulators for the SCGroup. For regulators in other countries contact the local compliance office. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@freebsd.org Sat Apr 30 20:46:15 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88FD8B22C78 for ; Sat, 30 Apr 2016 20:46:15 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 461BC1188 for ; Sat, 30 Apr 2016 20:46:15 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u3UKkAG7053189 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 30 Apr 2016 14:46:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u3UKk9QG053184; Sat, 30 Apr 2016 14:46:09 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 30 Apr 2016 14:46:09 -0600 (MDT) From: Warren Block To: Manish Jain cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: Is 10.3 i386 jinxed ? In-Reply-To: Message-ID: References: <20160430084415.03be443d.freebsd@edvax.de> <5724604D.3020804@hotmail.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 30 Apr 2016 14:46:10 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 20:46:15 -0000 On Sat, 30 Apr 2016, Manish Jain wrote: > I reinstalled the whole system using xfce as the desktop. While things have > improved, the system is still not workable. > > 1) The installer 'forgot' to place the boot code on the MBR. I had to use > live CD + boot0cfg to fix that. boot0cfg is (mostly) for writing the dual-boot boot0 code. Use gpart for ordinary booting. > 2) The first time X started, xfce4-panel crashed > 3) The second time, xfce-terminal crashed > 4) The third time, trying to launch firefox rebooted the system. This sounds unlike my experience with xfce. Some of the Gateway NE56R models included Nvidia GPUs. Some special thing might be needed to properly support that GPU. I have an i386 image with xfce that is bootable on most systems, but I have not tested it with Nvidia due to a mysterious lack of them among my computers. It works fine on Intel and AMD video, though. The RAM or power supply could be a problem with the Gateway. From owner-freebsd-questions@freebsd.org Sat Apr 30 21:06:55 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78AA1B22FCC for ; Sat, 30 Apr 2016 21:06:55 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B5E71A1F for ; Sat, 30 Apr 2016 21:06:54 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-240-4.knology.net [216.186.240.4] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u3UL6l9V004128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sat, 30 Apr 2016 16:06:48 -0500 Subject: Re: Why is FreeBSD+GNOME not working on my Pentium laptop ? References: <20160430084415.03be443d.freebsd@edvax.de> Cc: freebsd-questions@freebsd.org From: "William A. Mahaffey III" Message-ID: <44c29a12-9880-48b8-7d53-e286dbb11ebf@hiwaay.net> Date: Sat, 30 Apr 2016 16:12:17 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160430084415.03be443d.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 21:06:55 -0000 On 04/30/16 01:50, Polytropon wrote: > On Sat, 30 Apr 2016 04:26:47 +0530, Manish Jain wrote: >> Hi, >> >> I have a 5 year old Intel x86 Pentium-based laptop (Gateway NE56R). I >> just finished installing FreeBSD 10.3 (i386) with Gnome on it. I was >> expecting everything to go smoothly but the Gnome desktop is proving to >> be a disaster. > This also was my first impression when installing Gnome 2 ("classic > Gnome desktop") on a Dell D630 laptop running FreeBSD i386 10.2 (started > with 10.0). There was some work to do, things to update and to install, > scripts to abuse, crazy things to do... but after that, everything > worked as intended. Sadly I didn't take notes on what I did, but I can > assure you that most of it was not obvious, logical, or acceptable. :-/ > > How did you install Gnome? Ports or packages? Which version? > > > >> Most of the desktop is trash, half the application icons >> are missing and there are no panels. > You probably are missing some important dependency packages. > > > >> Even keyboard input typed into >> gnome-terminal is not displayed correctly (some of the characters in the >> echo go missing). > That _really_ sounds strange. > > > >> All necessary entries (hald_enable, polkitd_enable, >> dbus_enable, gnome_enable) are set to YES in rc.conf. I wonder what is >> wrong ? > Using Gnome is wrong. ;-) > > > >> Is there any way I can get FreeBSD and Gnome working on the laptop ? > Reconsider using Gnome. Check if Lxde or Xfce will work better for you. > > > > +1 on ditch Gnome. I am using XFCE, works AOK for me, relatively thrifty on RAM, etc. Love it .... -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Sat Apr 30 22:02:05 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F25F9B22C02 for ; Sat, 30 Apr 2016 22:02:05 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE9C31A9A for ; Sat, 30 Apr 2016 22:02:05 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mail-ig0-x22a.google.com with SMTP id u10so54348830igr.1 for ; Sat, 30 Apr 2016 15:02:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=me8wduwXpUL3sb3/dRN3nM62h6u2X7ixAJDS0Dpu9TE=; b=D+sPWesSqY+j3HF8Fpk4W23aI/t1FoD4yalrnR7fLe9YCEH3TyPlSNTHpqVpW+2urn LW2owhQGU/hrmYkL+iZVYypNfaTFp/FGAVnxjGUR4gLb6StVbVp1W0TvuCRNL7ggxvK+ IbvhT8U/ubm4HVDBrNxaxBb6KHHvWM6ZTseLCamAhN8esBKUeorDKL1YsAhGmHFVys43 4Vtg4Yd0fqCYhVOshVIJpT+S4X0w0juy8WMQ3daupqMCLaI+JwGwd6tN4yMjGK09et/p +ypiic/gh/lwyOmWJEEM0s+A4Mqzqr65QW+spdyeQdNQmvPpLRGHGsKFkxHtr/s0Ki8j KceQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=me8wduwXpUL3sb3/dRN3nM62h6u2X7ixAJDS0Dpu9TE=; b=hEp2T6O3sqN/40HQl5BbAl11qoN0atFF0md90lBCjAoYJq32OfGt87UGn1wug2O0uK pn1lX4rxAI0hmy9tg78ZBgZB6mkujzXtlIoHp7MHPUkplpse7uBOvkyfkkDhJqRhl1YQ kC4ssABp484PuCvGcqWcYLjuMCuSl2WOM7svCs+86YpFt/nhg/kPdbqHaYoeBmi08bba pc7aFk+HfVJy7sn7XIBXwiZWXCLFphuU+BPupgJfEKmAxOo50WzO52SDOEb7skkMoTt3 yr11RaDAcFbls2dOdI0On4laDA5xPTafIXTMOynnFosk5fl576O8duAbMcahoWJuZ9l8 TppQ== X-Gm-Message-State: AOPr4FULf5aqrZ2zcJ4ARUSpFYLtD4+ONOCcYEjtV8IInkwPbdCUBErrEO6c3D8mCAzojg== X-Received: by 10.50.205.42 with SMTP id ld10mr12122942igc.17.1462053725203; Sat, 30 Apr 2016 15:02:05 -0700 (PDT) Received: from localhost.localdomain ([50.243.6.59]) by smtp.googlemail.com with ESMTPSA id fm1sm5821340igb.1.2016.04.30.15.02.03 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 30 Apr 2016 15:02:04 -0700 (PDT) To: FreeBSD Users From: jd1008 Subject: Support for Broadcom wifi devices Message-ID: <57252B5C.9060704@gmail.com> Date: Sat, 30 Apr 2016 16:02:04 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 22:02:06 -0000 I understand that XXXXBSD distros have pretty much same drivers as FreeBSD. Just wondering if these BSD distros support the Broadcom wifi cards. Thanx