From owner-freebsd-questions@freebsd.org Sun Oct 14 00:08:54 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1684D10D8A7D for ; Sun, 14 Oct 2018 00:08:54 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) (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 9DD418F025 for ; Sun, 14 Oct 2018 00:08:53 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 29A2A732; Sat, 13 Oct 2018 20:08:46 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Sat, 13 Oct 2018 20:08:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= caffeinated.codes; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:date:subject :references; s=fm3; bh=zP6QBAMOqCP2/q6aK3LKptu296jXcmYouxM8P0vn4 50=; b=Ku13nolKZNwy3B6EFYXJES6Jmd8WaVMNv80zZbGLAv5zlZrbplpQVJhH7 5OAw/pAkXyv86yGQSoY6JsIxdY/BvJ4L6HMdlLtUT02HDwYxtnkX9ULMTg5k+Xua +ZKKr6H7LSJQsgFfhMHNGqKHtO8aGjsjuYQAHA0uQrDgsHgpmA5RBHyl2kbOHloQ FORrIkorW3/4wMPB+fUevy7sAiGUEDd8jqbShnHUvc4WyOrwfY4PDaEO01YrniPh L2bNAKjXnGSzmALFhj1hpd9pWixRBgLAfp1x4EXFjuYlJT0iK/eTY/NdmxsHfItI 3kZoAD5MJ8QACv00wL3jU8hZSdvbw== DKIM-Signature: v=1; a=rsa-sha256; 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-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=zP6QBAMOqCP2/q6aK3LKptu296jXcmYouxM8P0vn4 50=; b=LYIf5syHBTVcTP0By05jmW3rT5hZgAn+X8UlAXOYK25xew3nCSTL+1uO/ miYcqjLFqeazQzLAFY/+P6dNx5/z94ub4zEfgEX1Zpj028L1krnPjVWOgnBGE+dm f3xF+nd34uodpQiloodnpYZ10+6mV/rOonh4fsUwRcwWY5KoB9aGK72CB4xikxiV yrMVSz51CdOWBebgCdE5SN5jdoFVmRiKI0N2lirTCd3+qx6UeUcaHJi/Gz8/Xt/8 CX2AVsLSGsa1Sv0AzmCi1a19k1ii4WX5kOyOGk6Y6XSNYxzujdvTGLtYuCCzBIHu ShiIztIn0cMTSQ8DYmsrSn+ojZcdQ== X-ME-Sender: X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 34C644123; Sat, 13 Oct 2018 20:08:45 -0400 (EDT) Message-Id: <1539475725.851143.1541109136.31B8B836@webmail.messagingengine.com> From: Hyun Hwang To: Ernie Luzar Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-6804a824 In-Reply-To: <5BC26C64.5090906@gmail.com> Date: Sat, 13 Oct 2018 20:08:45 -0400 Subject: Re: SVN help References: <5BC26C64.5090906@gmail.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 00:08:54 -0000 On Saturday, October 13, 2018, 6:06 PM (UTC-0400), Ernie Luzar wrote: > Need help with command line svnlite command to download > /usr/src/tests/sys/netpfil/pf directory > > svnlite co svn://svn.freebsd.org/.....what goes here > > > Thanks in advance > _______________________________________________ > 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" Hi, Try this: `svnlite checkout https://svn.freebsd.org/base/head/tests/sys/netpfil/pf LOCAL_PATH`. You will need `ca_root_nss` package (or `security/ca_root_nss` port) to suppress the certificate verification issue. -- Hyun Hwang From owner-freebsd-questions@freebsd.org Sun Oct 14 01:01:58 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE29F10B81FB for ; Sun, 14 Oct 2018 01:01:58 +0000 (UTC) (envelope-from notification@redmonkeyfood.com) Received: from redmonkeyfood.com (mta2.peelfinance-service.com [85.25.15.220]) (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 68C9E70A54 for ; Sun, 14 Oct 2018 01:01:58 +0000 (UTC) (envelope-from notification@redmonkeyfood.com) Received: from IP-220-121.dataclub.eu (unknown [46.183.220.121]) by host.peelfinance-service.com (Postfix) with ESMTPA id 18D2815C4329 for ; Sat, 13 Oct 2018 22:38:20 +0000 (UTC) MIME-Version: 1.0 Subject: Delivery Error: check your mail delivery issues. To: freebsd-questions@freebsd.org From: "Postmaster" Date: Sun, 14 Oct 2018 01:38:15 +0300 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 01:01:59 -0000
Message is fr= om trusted source. = = = Administrator IT Messages Bounce Error Notification = = =96 This is a system notification for freebsd-questions@freebsd.org Ema= il Administrator. = = Hello User,, freebsd-questions@freebsd.org Mail Server is experience difficulty in deli= vering most of your incoming messages as a result of improper propagation o= f your Domain Key Error code [DEL 244553], you can recover your undelivered= messages by following the instructions below It's easy to recover your Undelivered/incoming Messages: = Deliver Messages to Inbox = Note: We will not be responsible for any on-line theft,or mail malfunction= after this warning and no verification response. = Thanks = Email IT Administartor Mail Server(C) 2018 Secured Service. - This email was sent to freebsd-ques= tions@freebsd.org. --------------------------------------------------------------------------= ----------------- Please do not reply to this email. This auto-mailbox is not monitored and = you will not receive a response. = Unsubscribe now to stop receiving this important notification message for = freebsd-questions@freebsd.org. = = =20 From owner-freebsd-questions@freebsd.org Sun Oct 14 02:57:38 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E07510C08BF for ; Sun, 14 Oct 2018 02:57:38 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (mail.geeks.org [IPv6:2001:4980:3333:1::1]) (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 C881A74C02 for ; Sun, 14 Oct 2018 02:57:37 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (localhost [127.0.0.1]) by after-clamsmtpd.geeks.org (Postfix) with ESMTP id C63C811021C for ; Sat, 13 Oct 2018 21:57:29 -0500 (CDT) Received: by mail.geeks.org (Postfix, from userid 1003) id 9FAC111020B; Sat, 13 Oct 2018 21:57:29 -0500 (CDT) Date: Sat, 13 Oct 2018 21:57:29 -0500 From: Doug McIntyre To: freebsd-questions@freebsd.org Subject: Re: freebsd packages going the debian way! Message-ID: <20181014025729.GA97465@geeks.org> References: <20181012174553.ef4e8faf.freebsd@edvax.de> <20181012221107.58e93643@gumby.homeunix.com> <20181013062320.74a41dc2.freebsd@edvax.de> <20181013102615.14fa4e9e@archlinux> <20181013112916.79c2c423.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181013112916.79c2c423.freebsd@edvax.de> User-Agent: Mutt/1.10.1 (2018-07-13) X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 02:57:38 -0000 On Sat, Oct 13, 2018 at 11:29:16AM +0200, Polytropon wrote: > Yes, the Tkinter and Python dependencies are only needed for > the GUI tool fetchmailconf to work. Regular fetchmail does > not need it, and in my opinion, _this_ should be reflected > in the default package building options, as fetchmail is > often used as CLI tool only, and especially when used on > servers, you don't want or need any X11 dependencies. Hopefully with Flavors now fully established, we can start branching packages out quite a bit with different flavors to contain package spread instead of branching so many different package trees. I guess X11 would be an ideal to get rid of, but I guess most of clients demand ImageMagik, so that doesn't help me much. From owner-freebsd-questions@freebsd.org Sun Oct 14 16:58:04 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96EB710DB585; Sun, 14 Oct 2018 16:58:04 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-vs1-xe29.google.com (mail-vs1-xe29.google.com [IPv6:2607:f8b0:4864:20::e29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35850928A3; Sun, 14 Oct 2018 16:58:04 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: by mail-vs1-xe29.google.com with SMTP id w1so14934648vsj.8; Sun, 14 Oct 2018 09:58:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cedro-info.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=JMdlPfGPneAmeomwB7Gt1RrzIE5KRlz1yHwvHkv/2TI=; b=eYL8iLVYgiA1svz++Awa1aWNTeFr8Z3pVd3WlhyPp1GJA9ry8XITBBGuaxQhEJvUuE fkrmxNjzr6YjsTPziIkg4FOhZfXO7cBJZt/tcKPp0kio32hzl8Vq0xmRorVCqllKnZW2 7S0ifumMdliPmaXZmzR4bqAvQgOqW1+JHXqoLb2zhOELyalAAHLiRiUG1SEuokOLL692 2ojVYx/y9meIUocDsb4uCC5wAAWQHZ8vo2Xfr+ec+UDOokU8/CalnQZWkDWk5OBLlVvc TAZIIBprxrknuiXRf2y8BS65JlpL4OGSnkm+TVlht143XgKU6Vgxe7mw1nTbm3E6LV7D O7oA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=JMdlPfGPneAmeomwB7Gt1RrzIE5KRlz1yHwvHkv/2TI=; b=iP0hYP6ydrOT+ARpp4Xc/eLf8xaZTPff1hDl29Td+K5M3KBORfGiQcI2mV9x8BIyVz ZimHyviNfqgRajDDI39js54CiZYHAuS2G105OoZPSM3+FdtOLndTTWI0Rw7r6vatSDdZ V7qEFW2bmCHb5stOVDjoM9XKwgJ9c11R/FTAJP4RBmYa8d4GMNYRC5Er6ug1lR+iBw7L f57Pllw3flAoFTqvquPK2kRtfPMfXEytGTYVUzMRH6p1FCYsihpElMuJ39uea/3CsUbT JQ64c8W/AQPpZvnkZi13EGplilKpSpiq0GPkQtT4nuxNq0wQWorH1uPqq8urml03JmbX BeSA== X-Gm-Message-State: ABuFfogZ0x0IURGuYJrhTg9GDqKJbGOxzxPbz82Td9UYgEdkFTT90USt Xo5BDo5BAxyGR6047b9g5zIZF0XAT5/nsbkLpLrUT6+F4eM= X-Google-Smtp-Source: ACcGV62kWZQsfJVkEb16s6c8M76XmvutvYZDc2m8yqpF9Lh9I9N48HBjl3J9Axlb828kQpK78Di005RR0tGtjUp2z08= X-Received: by 2002:a67:7705:: with SMTP id s5mr5516548vsc.126.1539536283342; Sun, 14 Oct 2018 09:58:03 -0700 (PDT) MIME-Version: 1.0 From: Tomasz CEDRO Date: Sun, 14 Oct 2018 18:57:48 +0200 Message-ID: Subject: USB-C smartphone does not detect correctly as UMS To: "freebsd-usb@FreeBSD.org" , FreeBSD Questions Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 16:58:04 -0000 Hello world, I have problems detecting a smartphone over USB-C - at first it only changes over the USB, then I switch it to be a USB Mass Storage, but I see no disk.. the same with different modes (i.e. Media Transfer, Picture Transfer, etc).. DMESG shows only device connected and disconnected in a loop.. What is the problem here? VID/PID is unknown to the system or it does not present itself correctly as known USB endpoint? Any hints appreciated :-) Best regards, Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-questions@freebsd.org Sun Oct 14 17:53:18 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7390210DD462 for ; Sun, 14 Oct 2018 17:53:18 +0000 (UTC) (envelope-from dalescott@shaw.ca) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0166B94AB4 for ; Sun, 14 Oct 2018 17:53:17 +0000 (UTC) (envelope-from dalescott@shaw.ca) Received: from dalet420 ([174.0.43.39]) by shaw.ca with ESMTP id BkZhgzgo0K9FDBkZigTbKP; Sun, 14 Oct 2018 11:53:10 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shaw.ca; s=s20180605; t=1539539590; bh=k26GpMcbZKRvpQm2AyXjfCp/zztpdd5uTvVnA48kyr8=; h=From:To:Subject:Date; b=RoTVZImxqzzWfTxKqSDtMahAbVgZVxNDwvLwvsr7dwoBDbpQEspPyBmb2PlCQRL8O /eGywRVpcubJEm+6HyN3G386mqgtHAc1beUg05QHqWQVHKewR4ro0gcm9s2nr36Quy KG7/AZxv5QAve34hI2j+Qgpun/jgSpIOyxcIM0/NJ6tVcHP0g54tnABjwz0xMmrwha QkPNfO4Az/u/+cZgB3BZoc2QVM8YatK1e1wPoBe/1mdH5GJum1vUAjSoL/FlmZY3r/ mN07cmuxOFFEYjlWnuXA35JajLk+tlSyKWek14203PpXxubzw+NKNJ8fLJH4pu4i68 KoF5xUozBc33Q== X-Authority-Analysis: v=2.3 cv=Gvz2BX9C c=1 sm=1 tr=0 a=TiBur8m8wieNAdBnNdHE5Q==:117 a=TiBur8m8wieNAdBnNdHE5Q==:17 a=DAwyPP_o2Byb1YXLmDAA:9 a=OyLTELPTAAAA:8 a=5mcg790sAAAA:8 a=s9oXJcMGAAAA:8 a=esu4qfNY0tgeE76phbAA:9 a=CjuIK1q_8ugA:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=Z1c09mxYWGrRnEOyXOAA:9 a=gKO2Hq4RSVkA:10 a=UiCQ7L4-1S4A:10 a=hTZeC7Yk6K0A:10 a=frz4AuCg-hUA:10 a=t104ms0NfIDhpJvuBh6l:22 a=uQeDYW1NI25gHNlrW_eK:22 a=cNNliUDrGJfcKjVfkxUC:22 From: "Dale Scott" To: Subject: can pkg be told to ignore dependencies? php 7.2 instead of 7.1 Date: Sun, 14 Oct 2018 11:53:09 -0600 Message-ID: <005f01d463e6$c5cad7e0$516087a0$@shaw.ca> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdRj5YyjbQlU2oT9Rd28glOtY0AdKw== Content-Language: en-us X-CMAE-Envelope: MS4wfFbf1m9ZS6mU3zAVv40Cz+YGe5pqH0PlwLPv3p8Qb6pG9ZgM4wPcI6uSP9YlDsC39Qx+4FBFetH9aapCK3nQ0hwc7hjykh6eLqswf4BwQT7asYrnoq6q suvaktnue+KcbHVge9T/rusrHYVvxZBz3wJL9w3won3zwpv3PHX3e1Y9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 17:53:18 -0000 Hi all, is there an easy way to tell pkg to ignore dependencies? I have a single machine, no jails, and haven php 7.2 when phpvirtualbox insists on 7.1. Throwing caution to the wind and assuming 7.2 is backwards compatible in enough ways that are important, can I force the install and see what breaks? Going OT, should I learn the cli vboxmange commands instead? (I need to import an OVF and set networking with port forwarding) Or should I use bhyve? I saw a report that the OVF (provided by erpnext.org in this case) would have to be converted using "qeum-image" to the "raw" format used by bhyve. Is this (still) true? Is there a better way? Thanks! dale@whizzer:~ % sudo pkg install phpvirtualbox Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. The following 7 package(s) will be affected (of 0 checked): New packages to be INSTALLED: phpvirtualbox: 5.2.0_1 php71-session: 7.1.22 php71: 7.1.22 php71-xml: 7.1.22 php71-simplexml: 7.1.22 php71-soap: 7.1.22 php71-json: 7.1.22 Number of packages to be installed: 7 The process will require 39 MiB more space. 6 MiB to be downloaded. Proceed with this action? [y/N]: n dale@whizzer:~ % dale@whizzer:~ % uname -a FreeBSD whizzer.dalescott.net 11.2-RELEASE-p4 FreeBSD 11.2-RELEASE-p4 #0: Thu Sep 27 08:16:24 UTC 2018 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 dale@whizzer:~ % dale@whizzer:~ % php --version PHP 7.2.10 (cli) (built: Sep 20 2018 01:15:17) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies dale@whizzer:~ % pkg info | grep php mod_php72-7.2.10 PHP Scripting Language php72-7.2.10 PHP Scripting Language php72-bcmath-7.2.10 The bcmath shared extension for php php72-bz2-7.2.10 The bz2 shared extension for php php72-ctype-7.2.10 The ctype shared extension for php php72-curl-7.2.10 The curl shared extension for php php72-dom-7.2.10 The dom shared extension for php php72-fileinfo-7.2.10 The fileinfo shared extension for php php72-filter-7.2.10 The filter shared extension for php php72-gd-7.2.10 The gd shared extension for php php72-gettext-7.2.10 The gettext shared extension for php php72-hash-7.2.10 The hash shared extension for php php72-iconv-7.2.10 The iconv shared extension for php php72-imap-7.2.10 The imap shared extension for php php72-json-7.2.10 The json shared extension for php php72-mbstring-7.2.10 The mbstring shared extension for php php72-mysqli-7.2.10 The mysqli shared extension for php php72-openssl-7.2.10 The openssl shared extension for php php72-pdo-7.2.10 The pdo shared extension for php php72-pdo_mysql-7.2.10 The pdo_mysql shared extension for php php72-pecl-mcrypt-1.0.1 PHP extension for mcrypt, removed in PHP 7.2 php72-posix-7.2.10 The posix shared extension for php php72-readline-7.2.10 The readline shared extension for php php72-session-7.2.10 The session shared extension for php php72-simplexml-7.2.10 The simplexml shared extension for php php72-soap-7.2.10 The soap shared extension for php php72-xml-7.2.10 The xml shared extension for php php72-xmlreader-7.2.10 The xmlreader shared extension for php php72-xmlwriter-7.2.10 The xmlwriter shared extension for php php72-zip-7.2.10 The zip shared extension for php php72-zlib-7.2.10 The zlib shared extension for php dale@whizzer:~ % From owner-freebsd-questions@freebsd.org Sun Oct 14 16:06:28 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 460D710D91C2 for ; Sun, 14 Oct 2018 16:06:28 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it1-x12d.google.com (mail-it1-x12d.google.com [IPv6:2607:f8b0:4864:20::12d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF0178E068 for ; Sun, 14 Oct 2018 16:06:27 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it1-x12d.google.com with SMTP id c85-v6so2047009itd.1 for ; Sun, 14 Oct 2018 09:06:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=/EInD3JGgwvsDAsiZYaB6tfNlMHRG5yIk71Q1znGycM=; b=GItdUW5Wovc0/agZ3QAzZa0CSYeun3/tjm47WSPMH7RRWmbjDpghPXt7iYHIUmZo3J pl6A5q/rNjQ9/rGG1fnIISkMMFh1cEfSj0agtrFeTmQieAzWI8F+evPMEA9xMOIb2zN8 VXochs1xv0nZq142VOcMMNTNqpOSQ5fo67dEjxaW+l+el8U2ZOzu8prvONhJr9xo3tGo h1odDLX+302bjaLbS04EtvBQIIu4vXjVTWs8aenVYtxN5ACmv+WMIrGBemjTly2vzkC2 jpBKxPloMJ66ctmATRmOWZTnD9PcoUZ1Xbz0Fu/AUKQhggjVNpCrAh/tx4zqRkMvsPM/ yQ6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=/EInD3JGgwvsDAsiZYaB6tfNlMHRG5yIk71Q1znGycM=; b=cJkRqtFlYzGcYFdISubZBayOzkkDdYE5cqyLRtBySbed3wmNHrxBBszeRQ1PND/g2S 81zHcb7FJ4LhH5kYpOm5jlMcmQmhaZwi4r3HO4E31V9ql7j82o9g1gXWHqOwIGiQSPth 3tauy6SmHR17/qItQfMNaqQZ8MgnYvDG+o2sq0KdSxj0/DjhiDdfo6rCuquF4B/cyxU+ 9bqnJlKBZaiPO1w0XbtJ0uRKtEm/396LMqZNr3UCgMDAzPjdJ1z0IjYWpmcByTrgEbj3 x5POCfECEDLPpwdvULrP7C7CfrxW+rMhMdoOvTYLklaptuw/9tebgKKtLEWYg+1XYzZm +F2g== X-Gm-Message-State: ABuFfojjOuKWqo8VmHLivYL/kmxuD2uc0j6C5aAY+bYjUOVCQKejpr4T DIlSpcYvvOGBPEBmuw7D2SVQanZF X-Google-Smtp-Source: ACcGV63CKbg0rz9C4bPwc+XVdeYVo1rrSWejLBctRy+VdmtlrImR201Paq0Yn5V6hgV83A0vJuwuSA== X-Received: by 2002:a24:455c:: with SMTP id y89-v6mr10132542ita.67.1539533187340; Sun, 14 Oct 2018 09:06:27 -0700 (PDT) Received: from [10.0.10.7] (cpe-65-25-48-31.neo.res.rr.com. [65.25.48.31]) by smtp.googlemail.com with ESMTPSA id d123-v6sm3299290ite.7.2018.10.14.09.06.26 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 14 Oct 2018 09:06:26 -0700 (PDT) Message-ID: <5BC36982.8080909@gmail.com> Date: Sun, 14 Oct 2018 12:06:26 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Hyun Hwang CC: freebsd-questions@freebsd.org Subject: Re: SVN help References: <5BC26C64.5090906@gmail.com> <1539475725.851143.1541109136.31B8B836@webmail.messagingengine.com> In-Reply-To: <1539475725.851143.1541109136.31B8B836@webmail.messagingengine.com> 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.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 16:06:28 -0000 Hyun Hwang wrote: > On Saturday, October 13, 2018, 6:06 PM (UTC-0400), Ernie Luzar wrote: >> Need help with command line svnlite command to download >> /usr/src/tests/sys/netpfil/pf directory >> >> svnlite co svn://svn.freebsd.org/.....what goes here >> >> >> Thanks in advance > > Hi, > > Try this: `svnlite checkout https://svn.freebsd.org/base/head/tests/sys/netpfil/pf LOCAL_PATH`. You will need `ca_root_nss` package (or `security/ca_root_nss` port) to suppress the certificate verification issue. svnlite co svn://svn.freebsd.org//base/head/tests/sys/netpfil/pf /usr/src worked for me. Thanks for your help. From owner-freebsd-questions@freebsd.org Mon Oct 15 00:59:11 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47D7910CA8BE for ; Mon, 15 Oct 2018 00:59:11 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: from mail-lj1-x233.google.com (mail-lj1-x233.google.com [IPv6:2a00:1450:4864:20::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9615F7D75C for ; Mon, 15 Oct 2018 00:59:10 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: by mail-lj1-x233.google.com with SMTP id j17-v6so15947946lja.1 for ; Sun, 14 Oct 2018 17:59:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=L0PUqW40J924P+O+PARsCAqpWECRFjsVAGEq9xM36Hk=; b=lz7nkG9mCN61RTGFht5gUU6m9k4pIcFerP8/RV85LM4ufaxm96n9i0HoAFrJ1aDMPL JVHIBgP2wM/hVca32byKPrr3l8m1UI/WjXqbFYhJJvDyY4okT/BmfYLgsNVL0U80E0ta TvnnLjpMBNnxurnpT7g8iTtz4Uv97+RK0dcT66erqm1emFuZ28O4rCuT2TiERuvkVpkr YLm5Utx/7hdnCNML2hBtaak1gqjXgnHtejK+RDrcJagEv+S/08+GLd66++BDxakS0udo +m7US/w/efs616IYCFj6pYh86dSQ+2IJeO2c2UR/JgiM7Hyzu93VXbGLUni48fXeA5bW efjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=L0PUqW40J924P+O+PARsCAqpWECRFjsVAGEq9xM36Hk=; b=WArDMedeJqwOM3nhdRvUsf6D7BTStacCpoj8O7MXvyiWvtbHFXz+5H7FEeeCbtzofy AV6s0x6+3IHHpmdBvEbxp94PLgTKtP5OlP9omEp3Q1oamY4zGbZLAf+xNk4wVdce5KQ3 YKQdTN9gWiVGq3/BL+OUVVD6ennGRqQ8UYPRdfVrj91XWMkU8RogZ7OUNdfH+EbSv+Af nQkilLlfzMqpq4/FZkh0c5r8ChKC28utDIbNxuznf8TfjeCr9R1AAOld0U+ZPi/o9EZE pcfgF+6acD5yAE6tuYoZhG9ywcD3e8mtcqr0P3f7rwhIovS8oSFZZrXirByNoxsaSteF mmDw== X-Gm-Message-State: ABuFfohMrFZNxM6eD6dBHgesVnlbXlPMuHO0MvfwbQFOrMl3T1JA6cU6 x19Oj1xstWtQpkcxKpjPI6H3kT9l1BA3C0tSrBYr X-Google-Smtp-Source: ACcGV62zDRwLuCsWaNcR0PZQKBAjVYeNfJViXXuJn9aTuqEo/aIjj0UgD2H93W8/uQXsvSTqR3nsDKzEp4K4yrH4hPo= X-Received: by 2002:a2e:121:: with SMTP id 33-v6mr9193941ljb.96.1539565148061; Sun, 14 Oct 2018 17:59:08 -0700 (PDT) MIME-Version: 1.0 From: Rob Belics Date: Sun, 14 Oct 2018 19:58:56 -0500 Message-ID: Subject: freebsd packages going the debian way! To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 00:59:11 -0000 Unless I'm missing something, packages need to fit the lowest common denominator so everything to do that must be included. That's why, if you don't want all the extras, use ports. From owner-freebsd-questions@freebsd.org Mon Oct 15 05:43:28 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEE4C10CFB26; Mon, 15 Oct 2018 05:43:28 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39E3284ABA; Mon, 15 Oct 2018 05:43:27 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de ([92.193.180.181]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPA (Nemesis) id 1MHFwM-1gP6vf3CTI-00DGk3; Mon, 15 Oct 2018 07:43:19 +0200 Received: from r56.edvax.de ([92.193.180.181]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPA (Nemesis) id 1MHFwM-1gP6vf3CTI-00DGk3; Mon, 15 Oct 2018 07:43:19 +0200 Date: Mon, 15 Oct 2018 07:43:19 +0200 From: Polytropon To: Tomasz CEDRO Cc: "freebsd-usb@FreeBSD.org" , FreeBSD Questions Mailing List Subject: Re: USB-C smartphone does not detect correctly as UMS Message-Id: <20181015074319.e2bb7cb1.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-Provags-ID: V03:K1:kCyhHUDbWtKPrAQT6/iLTE8usUma8KaN8r6cZ41PLhZcWUSB3nO 6sSy8XuZultczreSTre8NYDrC8attB/OQdnutPBnCIy6QtfizJRxstat07H9XaKgcfskUVr 6utKUgJ/X+xHBdis/59r15z+6Rr6pj4/ib294nQjhCUxC81AGqDVKsGixXajBVyXVw0i3WL mS2+f9fMhO3Q6vnK1Ad1Q== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V01:K0:TQHVSOqOVas=:LHO5Q8T9nTfI/A/Ko44zcr 0Hnh06EkoHpp+5zpvC0+RY7J3pTr+kAIo9M9vy6Fxd2Sid7R7khBhbPacv2769GYkhRuIR4eT AvvEz8rhnQI7wP8H+eoSUMCDWLADAx9deiE/L0eRJJp2GZI0hBVent5c4x9pIsVAhX5ZdNSKy jb4DBExBcL1pjye3k1a5DeToFljb9VZdplGNRTEf4Kk8hH71fhJTuAyHwfDasRroD9yIf25ai nC22lvhb+REM2qxFG8PtYNUnxwWj7dANWvLHyAGglPies6QcpKXVpHM6eqwTfdirRHiRI8m+z +5b/sDO0W/MnGVFAeMeHBE27c1tRPf81q4MAUzogpyjlGmd6VGevoywyYi0eoWb+osgGtowsQ L9Ffd2nEbDgFFf609IQGCfv8xfOHBuR55zVZzqGoZJw2s3LPbcAuh2nHizjSUv2G1n7AZ2oaW ik1DMHit/JrIDSjh2fPVQnCc9Xx3vBhOCZsZcQRId6bVb2jsB18oSNOz/4pP6mieAki4ub3S7 p992cV+fY4FdUpLq0SbJLnPmooLwU025v0wzWaymXxj3aX1bFWbK7h2b7OGPfMl1orMxwnqhu X4FfLBRO3hACUKENahXPhqvPmYzveNd+fgSrBI2eNp296KUdZZBnLicmXJRK/ed+649Zd8bIO dK+5arvD8J5G1JmAN5/wJy/DXiCrXxusBpTO704pyP6Rm/enLaJGWqzRAici+KN5EA0MFKm4c 20DUhDG257KnSohJ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 05:43:29 -0000 On Sun, 14 Oct 2018 18:57:48 +0200, Tomasz CEDRO wrote: > I have problems detecting a smartphone over USB-C - at first it only > changes over the USB, then I switch it to be a USB Mass Storage, but I > see no disk.. the same with different modes (i.e. Media Transfer, > Picture Transfer, etc).. In "mass storage" mode, a normal USB-backed da device should appear (this is not the default for smartphones). Until all involved stages of the device connection have been secured, no da device will be accessible for tasks like mounting. > DMESG shows only device connected and disconnected in a loop.. This seems to point to the core problem - a connection problem. > What is the problem here? VID/PID is unknown to the system or it does > not present itself correctly as known USB endpoint? This should not matter. Especially for PTP ("media transfer" modes) a normal ugen device usually is sufficient. > Any hints appreciated :-) Check both the cable and the USB port on the computer. Judging from your description, a connect/disconnect loop suggests a connection problem. Also make sure your cable is compatible (!) with both your device and your computer. Backwards Compatability. The physical USB-C connector isn't backwards compatible, but the underlying USB standard is. You can't plug older USB devices into a modern, tiny USB-C port, nor can you connect a USB-C connector into an older, larger USB port. But that doesn't mean you have to discard all your old peripherals. Source: https://www.howtogeek.com/211843/usb-type-c-explained-what-it-is-and-why-youll-want-it/ I'm not sure I'll it... ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Oct 15 05:46:29 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 151F010CFD4B for ; Mon, 15 Oct 2018 05:46:29 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71F5E84C1B for ; Mon, 15 Oct 2018 05:46:28 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de ([92.193.180.181]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPA (Nemesis) id 1Mt7st-1fNnvn2m8f-00tRu1; Mon, 15 Oct 2018 07:46:26 +0200 Received: from r56.edvax.de ([92.193.180.181]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPA (Nemesis) id 1Mt7st-1fNnvn2m8f-00tRu1; Mon, 15 Oct 2018 07:46:26 +0200 Date: Mon, 15 Oct 2018 07:46:26 +0200 From: Polytropon To: Rob Belics Cc: freebsd-questions@freebsd.org Subject: Re: freebsd packages going the debian way! Message-Id: <20181015074626.c0f5ac37.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-Provags-ID: V03:K1:hJ60wcEOsn2rG1la7xxlGCzDrv0Dkvm8kVOd6W3MOdnSfkbzywA cop6cmhQl0ORKW5b9Fi21Dengo64wDAAZX3ZjlMjnmJpa11uOhr/66/tjsRe6l2tAVs5qPG A3fRAoA1T5Pa5Vqft7YJDlc1hXCpUVYUPTdvqMyOUBAHZMwzJmlZ0WgKSQVauJ+90hEaBYZ +VwovGeW7BS9Yx4okDkYg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V01:K0:fQ5X7pPj1VY=:GP1vkxrtEPIjPr/7ZoyQTM FLRSSKPthbVaamWGHkDuyvBz1bQvvNn4TwQA7zgAjEt7QGLTtT5NV2TyNu1E2e4Twgg1J5gSZ Fa6ziV8dg2JCESzI+5Pj9zpNAn/GNU9U8sN6CaRKezlX6DhaB8oZM4C15FTYBJIky8aag7NXA 952wMSb0sk/E5z90zBIxuOwSnDVoJUx+vA5sW4eXo/FdEdPK1xpoesEYzUR/OnZT0EH5ZsUWM CHNySYPlgrW6VNZnfrRE1E3II+kYzIM4/oHz2+CpSeIFQXWEF7vFcZ/WTKY4decjMPucoBBtw oAidjfR2ZK0YH2cgE+Gakzhi0Fl2uUTfLTfVSWagFYrLLRNrbQXRzcmx5tImiPn85aM9gdXNK qklvLq1QrAounY2nLqZRqjCixEjkotpwSnPr/3b4tw3Wwa12E66/Dsb1t1RxPIunXTzQDhMe7 0FYulsQUEDz10URsdd0l59mYfiviKrJdsagRpnBX9WRl83H2sGAFXVyuUl3qDfzud66zoNk9c NsPMCEbJhF7vLSx6jxxLPsWoel3Yk2dbSHKFb3yhblR6MSWnY9wbpxH8z1hRmm6WKwIThiDPj +cy8ofAvz2W13ruY29MJ7VSJ/HJILpdpZmQFppVzxI1TOmkUd8v+KCVXx6K1nLZYKGO44DRL3 hB+KT0ihKc42O6tAhcbl7cBAyl5HVjwjnUVQ0G2rCK6ToeCXe6Qi19roANO9dkLeeY32DNaqX jDT1otVM1699abTK X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 05:46:29 -0000 On Sun, 14 Oct 2018 19:58:56 -0500, Rob Belics wrote: > Unless I'm missing something, packages need to fit the lowest common > denominator so everything to do that must be included. That's why, if you > don't want all the extras, use ports. In case of fetchmail, it's questionable if the X11-based GUI configuration tool is part of _lowest_ common denominator. :-) Keep in mind fetchmail comes with great documentation (in the form of "man fetchmail"), and everything you need to do is to write (at least) one stupid line into .fetchmailrc that is really simple to construct. For a system-wide fetchmail installation that fetches mail for several users, getting the configuration right isn't much harder. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Oct 15 06:36:04 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5826610D0F0A; Mon, 15 Oct 2018 06:36:04 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-vs1-xe30.google.com (mail-vs1-xe30.google.com [IPv6:2607:f8b0:4864:20::e30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB6328660B; Mon, 15 Oct 2018 06:36:03 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: by mail-vs1-xe30.google.com with SMTP id m5so15602210vsk.6; Sun, 14 Oct 2018 23:36:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cedro-info.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=oFe8MEw1uyE1A/s/PPM7pnMMg8dGi6p1FJS1JPap9Yk=; b=a5d17D1TTKEXPfPi4gvKA39e1jgPAt75+VnaL62/OTCeTmeKSquhnI1bhirMxmsin8 qb1YWxLgkIu7Q1B+cVsYgHaj67AxCAnwiNMBunGKaMP4NwlR5NtL+eYN2lbHPwg+OGzq j383fTgKEtx3OOCBtuVTF1y8adtNn7Ms8BvKlRxmCGf5Rj3C60baTDKk0YNFtVAOaWGx vWhjqeXSLYM6w0GwkNUExSUKZpQ59qSsRzCOLNbUKFEh368eIWYAAy0q0MzNB07gZOwi THvYg9H8ZXaSqENqXgJFJZ8Soo/EHP08qsvRhVS912cQXBSFNmIHvBHL6FvlS7kZzdfF auUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oFe8MEw1uyE1A/s/PPM7pnMMg8dGi6p1FJS1JPap9Yk=; b=X3IUScFyjH5H+jL7BMgTyzFgjevcHc4WJDuWg7S2hwNLla+x90lEpJJ5z/81RBrCdR 6J1RuubRq2xT20+0cEZTBGPbfCk7Z7qvHEJs7c47koTYwJoy/IqnTsUOS0zUzZ0NLLWE 7GE6KhKGHJRxPZcu4uUvBHbNTBVbpuKBEAbfJn4wUb+UU+U0amNSD6QpHbwO/T52n9sj +bDXRUO2Q87BrQ0/sXXFyKm8/rWIH5z4MI14kov0eCvHE6yGX+pCnAGf81dCGuCzjFAH l+amWxAz6E864dhZ5Yl4xQRSq1DeDygTWjQBQzO63NV+UATYYCyvBYOa8CxB7ccSebH/ ZHVw== X-Gm-Message-State: ABuFfohabxzjO62Xa+zuaaaxeJ2UlJvEKqMvEr+27Ddid+6T/zRNVizi 876ohcrpAAgDFzT+a6iANbbWRKHTjuH3JrJyDolK9w== X-Google-Smtp-Source: ACcGV635gjrtvA/9m7c3aujvNaXXQTjOvAj56EMXqbj0b07szdRiAIAIkU/MFiX45oZZh7711alqXkR3Tk8FclnQhKQ= X-Received: by 2002:a67:a24b:: with SMTP id t11mr6186238vsh.234.1539585363181; Sun, 14 Oct 2018 23:36:03 -0700 (PDT) MIME-Version: 1.0 References: <20181015074319.e2bb7cb1.freebsd@edvax.de> In-Reply-To: <20181015074319.e2bb7cb1.freebsd@edvax.de> From: Tomasz CEDRO Date: Mon, 15 Oct 2018 07:35:49 +0100 Message-ID: Subject: Re: USB-C smartphone does not detect correctly as UMS To: Polytropon Cc: "freebsd-usb@FreeBSD.org" , FreeBSD Questions Mailing List Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 06:36:04 -0000 Thanks Polytropon :-) I know more or less how USB-C works, I am using USB-A - USB-C cable that works fine on the same machine under Windoze.. it looks like Device/Phone detects Host by connect/disconnect itself somehow in a loop.. maybe because its USB descriptors/interfaces configuration can change on the fly.. -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-questions@freebsd.org Mon Oct 15 08:29:18 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 640A710D3665 for ; Mon, 15 Oct 2018 08:29:18 +0000 (UTC) (envelope-from smithi@exemail.com.au) 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 ECE4B8A3A7 for ; Mon, 15 Oct 2018 08:29:17 +0000 (UTC) (envelope-from smithi@exemail.com.au) Received: by mailman.ysv.freebsd.org (Postfix) id AEC6110D3664; Mon, 15 Oct 2018 08:29:17 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D80310D3663 for ; Mon, 15 Oct 2018 08:29:17 +0000 (UTC) (envelope-from smithi@exemail.com.au) Received: from mail105.syd.optusnet.com.au (mail105.syd.optusnet.com.au [211.29.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 176B88A3A6 for ; Mon, 15 Oct 2018 08:29:16 +0000 (UTC) (envelope-from smithi@exemail.com.au) Received: from [10.112.248.44] (pa49-180-147-224.pa.nsw.optusnet.com.au [49.180.147.224]) by mail105.syd.optusnet.com.au (Postfix) with ESMTP id 5C931104C298; Mon, 15 Oct 2018 19:28:57 +1100 (AEDT) Date: Mon, 15 Oct 2018 19:28:55 +1100 User-Agent: K-9 Mail for Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: re: FreeBSD boot manager customization for single-disk multiboot (4 x DOS) To: Polytropon CC: questions@freebsd.org From: Ian Smith Message-ID: <50139023-EF23-4464-8E99-4958CB3A3044@exemail.com.au> X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=DZtnkrlW c=1 sm=1 tr=0 a=7HaWj6ljJF4XlOdZ4b0jVA==:117 a=7HaWj6ljJF4XlOdZ4b0jVA==:17 a=IkcTkHD0fZMA:10 a=x7bEGLp0ZPQA:10 a=TK7XKXkWMPUCzgyV1NoA:9 a=QEXdDO2ut3YA:10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 08:29:18 -0000 Hi there heroic wanderer, it's been a while=2E=20 I only rarely read questions@ these days, from the archives, but this one = I thought maybe I could help with=2E I'm in a care situation, tapping thi= s out in K9mail on a small phone, so will try to be concise=2E =20 I've read the thread=2E Manish is trying to help but his DOS familiarity = doesn=E2=80=99t go back far enough=2E I started at 2 and used 3=2E3 (with = Desqview), later 5=2E0 for years running Fidonet mailer, BBS, message edito= r, DOS command space and other tasks in 6 MiB RAM =2E=2E so had to learn ho= w to really squeeze things in - as did you, I gather=2E=20 Correct, you cannot boot DOS from a non-primary partition=2E Maybe you co= uld use GRUB, it installs after the MBR on track 0 side 0 so shouldn't get = in the way=2E I dont think you need to install linux to install GRUB? That said, I don'= t use it myself=2E To add linux to the 4-DOS mix would need an extended pa= rtition, leaving only 3 primaries for 3 x DOS=2E Same deal with OS/2, with= its great boot manager=2E=20 boot0=2Es MBR code is VERY tight with about ZERO free space as I recall = =2E=2E however there's code there - still was at 9=2Ex I think - for a 1=C4= =B6 (2 sector) version written by the same author (Robert Nordier IIRC, I d= on't have a system to hand)=2E That should have plenty of room for more la= vish labels, and may in fact include such code? If you have a spare system= you could assemble that and test=2E Of course you'll have a backup MBR (directed more at other readers :) One thing to watch is that esp=2E earlier versions of DOS may want to use= the first slice explicitly? I'm not sure, but I'd start with earliest ver= sions first, and test each as you go=2E=20 Please CC me on any replies=2E=20 cheers, Ian From owner-freebsd-questions@freebsd.org Mon Oct 15 09:59:19 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A114310D58EA for ; Mon, 15 Oct 2018 09:59:19 +0000 (UTC) (envelope-from freebsd@edvax.de) 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 27FA88D1FC for ; Mon, 15 Oct 2018 09:59:19 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: by mailman.ysv.freebsd.org (Postfix) id E0E8D10D58E8; Mon, 15 Oct 2018 09:59:18 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A490B10D58E6 for ; Mon, 15 Oct 2018 09:59:18 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C8F78D1FA for ; Mon, 15 Oct 2018 09:59:17 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de ([92.193.180.181]) by mrelayeu.kundenserver.de (mreue106 [212.227.15.183]) with ESMTPA (Nemesis) id 1MmCyE-1flhJ82l3w-00iCve; Mon, 15 Oct 2018 11:59:02 +0200 Received: from r56.edvax.de ([92.193.180.181]) by mrelayeu.kundenserver.de (mreue106 [212.227.15.183]) with ESMTPA (Nemesis) id 1MmCyE-1flhJ82l3w-00iCve; Mon, 15 Oct 2018 11:59:02 +0200 Date: Mon, 15 Oct 2018 11:59:00 +0200 From: Polytropon To: Ian Smith Cc: questions@freebsd.org Subject: Re: FreeBSD boot manager customization for single-disk multiboot (4 x DOS) Message-Id: <20181015115900.4142cede.freebsd@edvax.de> In-Reply-To: <50139023-EF23-4464-8E99-4958CB3A3044@exemail.com.au> References: <50139023-EF23-4464-8E99-4958CB3A3044@exemail.com.au> 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=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:NyIL3rzpHo0I/m+7vJGj2Et7mABwR85tnTrQGBc9RLM4adiL2RC HIEcuFqCti7ZajrscBXKR64Q9r9CUPllDXcd4WHPktpZK7CXBEluzjStTqUA8ig2woyefvO EA9U/7/7puArw+XiE6Fe2DaO5moohbaTBdktc4b4UcTF7IDIi5CQnnE2NtW6Nuor6tuiTPZ YLdnpkj8V7COaA9Vr5Ocg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V01:K0:fCWpxVVtg1s=:wWr5v/upDFdyxAxqoHleAC uUumXuai3UzKu4GIdUFwzAH46u6Nl64U+y7NiE/HPt3pdWE/dkKWGTwVIqmiCM4eSoPGU/LIK Cuc7zzsJJ9qzngnD0bP/ONuUC7DQTIlfRhSVe16baRHazOpQjqQY1BpUBnOQ0H2PsvrDPhLNo cm+2afAV/aglj1V1H8W7wYj2g6MdpXzqyCzR0+yqq98ptvSeF4QuPJTefaG/d5oTADlkeC2oj fFZfgb2UAsCO3O5kuIIgAnS0umAOQDDVtnmPpUDbXSOBzDh4dbwPa8L4STqvk8k3CxSA0SrH0 Gv6rust8Y7pF4jFDR2HuAosvcwPHnZhdil6alX44+rtTGvIvxNGDqo3+YR5peyaMsD1HAdIip tPV0w/VCs8pI2Kk8Q47dvhtxZCBxbmHR8P6/aUNjRXgRwSpRrUhMOjJ4yJ7A//H7lI+s2g42R AqrPI2XuglUzRqIVCn4tlG+/8/5nypSoR+QZas95Jw+10Mkw39taDZWV5MwdQUHAoYnWSRp7s kXxmy8zX0U1zi+c9AglF4SsX3l62/sftElhUyrbJNUx7+5EXyz4r9ARApRkEZ2lfUVV0puYYh 7KElvS03aUOetb8aHA6lD/Byhvfw71tVYk5YstF9iZcHjqyz1GcZyVSEp0oI2DCzs7ugXbHdM A4VvXQ0sRUh6KT3wmHpaKL78umgQnGRRhfbwal+qFcw7y2mtmeq44GmC2Y0yxvaTGIk3F9Tdm 2jWbEE3T93dRA2n8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 09:59:19 -0000 On Mon, 15 Oct 2018 19:28:55 +1100, Ian Smith wrote: > I've read the thread. Manish is trying to help but his DOS > familiarity doesn’t go back far enough. I started at 2 and > used 3.3 (with Desqview), later 5.0 for years running Fidonet > mailer, BBS, message editor, DOS command space and other tasks > in 6 MiB RAM .. so had to learn how to really squeeze things > in - as did you, I gather. Correct. Started with DOS 3.3 (and its "foreign predecessors" called SCP and DCP which aren't known outside former GDR), then DOS 5.0 and 6.22 (with NDOS as COMMAND.COM replacement), and I even used Novell DOS 7 for a short time (and its UNDELETE program was really great). Oh, and I also know and still _have_ Desqview/X (with package, books, and floppies). > Correct, you cannot boot DOS from a non-primary partition. > Maybe you could use GRUB, it installs after the MBR on track > 0 side 0 so shouldn't get in the way. I think an older version of Grub might work - I don't assume today's current version is up to the task on running on such an old system. > I dont think you need to install linux to install GRUB? The smallest disk that I can use is 20 GB, so it would not be a problem due to space limitation if I installed Linux. For "logical space", it could even go into an extended partition, for example like this Whole disk: 20,000 MB prim. part. 1 = DOS 5.0 50 MB prim. part. 2 = DOS 6.22 500 MB prim. part. 3 = data exchange (FAT) 1,000 MB ext. part = { log. vol. 1 = Windows '95 2,000 MB log. vol. 2 = Windows '98 2,000 MB log. vol. 3 = Linux swap 2,000 MB log. vol. 4 = Linux ext2 12,000 MB } Disk space is not a problem. The replacement system does not accept disks bigger than 20 GB, so when I say "smallest disk", this is actually the only (!) disk I can use. :-) > That said, I don't use it myself. To add linux to the 4-DOS > mix would need an extended partition, leaving only 3 primaries > for 3 x DOS. Same deal with OS/2, with its great boot manager. Oh yes, OS/2... it wrecked my DOS installation and "shifted" the partitions (3 became 2, 2 became 1, 1 disappeared) when I tried to install it into partition 4. Luckily, with the great Norton Disk Editor (run from DOS emergency floppy), a handheld calculator, and pen & paper I could reconstruct the partition table manually and "get my data back" (as it was not overwritten, just not assigned to a partition anymore). > boot0.s MBR code is VERY tight with about ZERO free space as > I recall .. however there's code there - still was at 9.x I > think - for a 1Ķ (2 sector) version written by the same author > (Robert Nordier IIRC, I don't have a system to hand). That > should have plenty of room for more lavish labels, and may > in fact include such code? If you have a spare system you > could assemble that and test. I haven't done assembly programming for many years. I can generally understand how the boot manager works, but I don't think I'm skilled enough for modifying it (and still get a working version that can do what I expect). The detection and labeling magic is quite powerful in there. :-) > Of course you'll have a backup MBR (directed more at other readers :) Luckily, that is an easy task with dd. In DOS, C, you'd use the famous biosdisk() (prototype in dos.h!) to get the 512 bytes from the disk and store it to a file. That reminds me to one of my first exercises in lower-level C programming: Wrote a program that would modify the MBR to change the start address of the 1st active primary partition to the MBR itself, so the system would "boot into a loop". Yes, we did actually consider this both funny and educational at that time... :-) > One thing to watch is that esp. earlier versions of DOS may > want to use the first slice explicitly? I'm not sure, but I'd > start with earliest versions first, and test each as you go. Yes, I think DOS 3.3 and before specifically needed that. I'll check how DOS 5.0 will react. From older experience, I seem to remember that DOS 6.22 could be booted from a primary partition 2, 3, or 4, and depending on the content of the ramining partitions, "drive letters" would then be re-arranged (as the boot disk would always be C: as assigned by a boot manager). Interestingly, I found out that I could _maybe_ fix the power supply of the IBM Thinkpad 755C. Documentation says that it needs 20 V DC (so no 10 V DC as written on the label of the exploded power supply). I think I still have a PSU "brick" that provides 20 V DC, and making a new cable from the remains of the old PSU is not a problem. /-------\ + --- | o o | --- Signal - --- | o o | --- Ground +-------+ Documentation suggests that "+" and "-" are the ones that should be used, and _not_ connected to "S" and "G" in any way. In case you are curious, this is the relevant documentation that gave me hope to revive the TP 755C that has served me so well for decades: http://www.thinkwiki.org/wiki/Power_Connector#4-Pin_hexagon https://www.powerstream.com/lta-IBM.htm It looks like this one: http://www.thinkwiki.org/w/images/9/9f/ThinkPad755CD.jpg But instead of the optical unit, mine has the floppy disk unit installed. And as I said, having access to old-fashioned things like parallel ports, serial ports, or floppy drives sadly is _not_ optional in this special case. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Oct 15 12:16:21 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7B7210D98F7 for ; Mon, 15 Oct 2018 12:16:21 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FDF2720A1 for ; Mon, 15 Oct 2018 12:16:20 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-ed1-f46.google.com with SMTP id y19-v6so17609584edd.2 for ; Mon, 15 Oct 2018 05:16:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=ntcnR0fuutii7L4GGpSr/A0cXbSOSfoLYmIA3l3JC6o=; b=dHxRUTz2nN0BwZ9iNJRIcciT7/cdUno2wGM/Ivnd46ZhSt4GHpnhwaafkCQLM4YWpq L9gc8tmE0XHjhngtjz6ivpkqa0fVrX5PB31ttxBxogzIjqwv6zW2/bezTIowqi7G1ltX CgFlduzL2v105j4qRvElmxHuWbycC0dtWiKY+h4Mf9JK9hmpw+yrw4s3q1lQCIVsmEW8 tfv+l7ao3YfcQU47eUj54ZfO+o8cNi6xnFap+qMtNtzpKpOvpv3rISWGjDHPeecBqN2r cpqmw8VQowh9D8BwDIARQWeyRID+zoX6N2G9xXYkhItsIYsb+dn8kkOXiC9YiKmFP/z4 d2mw== X-Gm-Message-State: ABuFfogO6Sep1GmwJTAm1cpw0fpAHIMM1NO+TcNNfcXhAvd6+tqp587U 8oW3zdHF5SFk8kXrQBBNo2lNTIiyKPI= X-Google-Smtp-Source: ACcGV60uxfGREi6yoi8OXJebcykT/D4y07fXufObP0Ip0WJXX63tpmiRmgP2GJRWlhb7FAUw0n57rQ== X-Received: by 2002:a50:9665:: with SMTP id y92-v6mr24105352eda.175.1539605464865; Mon, 15 Oct 2018 05:11:04 -0700 (PDT) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-142-68-132-248.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.68.132.248]) by smtp.gmail.com with ESMTPSA id p57-v6sm3845221edc.92.2018.10.15.05.11.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 15 Oct 2018 05:11:03 -0700 (PDT) From: Joseph Mingrone To: Mayuresh Kathe Cc: freebsd-questions@freebsd.org Subject: Re: freebsd packages going the debian way! References: Date: Mon, 15 Oct 2018 09:10:48 -0300 In-Reply-To: (Mayuresh Kathe's message of "Fri, 12 Oct 2018 13:42:37 +0000") Message-ID: <86ftx7z9yv.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 12:16:21 -0000 --=-=-= Content-Type: text/plain Mayuresh Kathe writes: > - getmail depends on python + python config suite, why? Because getmail is written in python and python is an interpreted language. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAlvEg8hfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 754AaBAAsFwyHezrbbgTHTJWY5J4UXlo8M1LvQpndT1xKfu4VRnl/dapISQWSlQf N6tMjzOrZF59TSK1sWlv9yRtRHrK3DWdeXsGIIBqrWvovdiz7IiLLyAmWeRg7q/4 JFCY/3C6Jd+ikNdaYI4fu7jdbKOjE+VvWTSlQ/BPUjkMsiopBQtgJ2mKAy1b+dHP 13qJLHxHErBUg/3FoyL+gGupnwr7iu9xk3EerSHdfiFKJCCcltArG5OileVFN7JC X+fgLphL91lzLiJ41Tbo504ElwfUTiJSNNPqsapx4TVYa7UUHqFewLuJpZHAY6L+ jL5sfc+PEnG/F9QCS7TgesVq8wXcWU5hLOWMwZWD29m3fdiY5SpzUzvIkHFvbmNa Yzv+P1pVtGhozU8pq5PV/3Fjhuv7AoTCfkgswFc4R22gguBU/P+aCi9iDPDGZ5p2 tQIQYqxIaHXAWYjutMpJjD3shXmk9fm8PIrN3mQSJXx1ZGPH5INklF+zuinBK0ss 3/lxUrz+b4yRQkn0cm9Hl3rZXGhayIGhXbEgXhs+5TuLYGqfaG4bnVDUe5HOHZBP q+6/aDUV7bpz5UfpxLXwtox8aCXTxYJNtp/3zZcoFz0F2AYAfKbWUcBJOQ5YtuyZ UZ/6UZECHB2CKCfCQxpEV0po3b+xVx6lwzeQc4eDesJaLkE/sZg= =WRSv -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-questions@freebsd.org Mon Oct 15 14:39:47 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B55A10DD17A for ; Mon, 15 Oct 2018 14:39:47 +0000 (UTC) (envelope-from jrrlokken@gmail.com) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AB7C76B7E for ; Mon, 15 Oct 2018 14:39:47 +0000 (UTC) (envelope-from jrrlokken@gmail.com) Received: by mail-qt1-x835.google.com with SMTP id c56-v6so21663982qtd.11 for ; Mon, 15 Oct 2018 07:39:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=dzTKFqDUakygpLXhzr447xxEkwegh81Q71w+Su77B2k=; b=NkOMAco7nvv/DtAa4PyQpLvETp0l+Icayhco4ynerDOs9VrkOPJiHLVefjBz8qVjmc iEXWvhrwZKvj8e1Y8GsIvjmg3MpJ+ikEET+jjRL9le8Agjf8I78gOIDBAV5aj+ERDYk5 K9sm1RUq1qLmEnFT6r2rBvFw+vfrgzPXNQfgcaNDiO9TK8pbalk70Kbk4mtJ85dBxXK/ M2PqyV0UhVHq1XtBM9OJnWY+Fnm5NSSr9q0zao/yl92k7jyO5WOotE6fxJ/n7aOcAMcs MqJDC7m8RZ1pmLVwmbVkCFxR6EM+bYE5k6y4CDbw+Iw+w2b8QjKCL9pD6kwNXdXgFihC OmTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=dzTKFqDUakygpLXhzr447xxEkwegh81Q71w+Su77B2k=; b=MrTGyxq9LjnD7+aRUc1VfgFRu6Unlt70v3Xe0+eoYF9pJ6RGiS/jflht8sTAFtlafj tG3lMZpZ2kIku/MtbE0lpySHpBm4XJR24oHbSqfk/lh7qg/8TqVhM/KKEI0Eiboiszz4 kp3GorS/taYXhGe/hbliFQNNApVqNcvZ+tDNIde2nNsxDmmNcgK9s7Ir+ISCIxylYR25 y+vCC9Uhjgc6T/tthosrWiO2+RmqedI8+kqvp5g4WAnDK3keq8Rm0aJjSykiGF3GoavT +DUreC4MP4eEWBma6it92uWAdrMfOUTfOkyXLv5Fbbg7r1ZomsbEhp4bFwFWEqFM1U/u n8Yg== X-Gm-Message-State: ABuFfogqHYC/IOjc4+gy/xa8AI97uXycRVGQRTEy7UnJTthJl0f1yucp NRK4sNbPhKQ/Yd+4Jbt5OOWUN37i39hkL1shhS1oGtFu X-Google-Smtp-Source: ACcGV62ZZkHRTpThoWAGfXK50JwFaW6V4WcHFK9XNNd4ipFBFe0rw/tkO4WylvJb4pTTe0atsX4D7T+GYucN/kYOqLI= X-Received: by 2002:ac8:128c:: with SMTP id y12-v6mr16250492qti.383.1539614386444; Mon, 15 Oct 2018 07:39:46 -0700 (PDT) MIME-Version: 1.0 From: Joshua Lokken Date: Mon, 15 Oct 2018 09:39:37 -0500 Message-ID: Subject: xorg.conf corruption? To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 14:39:47 -0000 Hello, FreeBSD 11.2-stable on virtualbox Booted the vm this morning, logged in as normal user, and issued 'startx'. I am presented with this error: Using config file: "/usr/local/etc/X11/xorg.conf.d" Parse error on line 1 of section (null) in file /usr/local/etc/X11/xorg.conf.d "" is not a valid keyword in this section. xorg.conf.d is an empty directory. Not sure what would have gone wrong, X has been configured and working properly on this VM for several weeks. If I : rm /usr/local/etc/X11/xorg.conf then reconfigure Xorg and run (as root): Xorg -config /root/xorg.conf.new, I get the black screen on pty9 and no errors. Copy the new config to /usr/local/etc/X11/xorg.conf, get the same error as before -- parse error on /usr/local/etc/X11/xorg.conf.d/... What may be going on? Thanks in advance. Joshua Lokken From owner-freebsd-questions@freebsd.org Mon Oct 15 14:51:16 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48F8F10DD5C1 for ; Mon, 15 Oct 2018 14:51:16 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from kicp.uchicago.edu (kicp.uchicago.edu [128.135.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id DDC9A7710A for ; Mon, 15 Oct 2018 14:51:15 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from point.uchicago.edu (point.uchicago.edu [128.135.52.6]) by kicp.uchicago.edu (Postfix) with ESMTP id 592C771804F for ; Mon, 15 Oct 2018 09:51:09 -0500 (CDT) Subject: Re: freebsd packages going the debian way! To: freebsd-questions@freebsd.org References: From: Valeri Galtsev Message-ID: <049b9e13-688c-39ba-9d77-50e630dc9b6f@kicp.uchicago.edu> Date: Mon, 15 Oct 2018 09:51:01 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 14:51:16 -0000 On 10/14/18 7:58 PM, Rob Belics wrote: > Unless I'm missing something, packages need to fit the lowest common > denominator so everything to do that must be included. That's why, if you > don't want all the extras, use ports. As they always say, if you are using ports, do not use pkg on the same machine. Alternatively, you can build custom configured ports using poudriere, and use pkg then. Valeri > _______________________________________________ > 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 Mon Oct 15 14:59:00 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A7A310DDACD for ; Mon, 15 Oct 2018 14:59:00 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from oneyou.mgm51.net (oneyou.mgm51.net [IPv6:2607:f2f8:af30::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oneyou.mgm51.net", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFB287768A for ; Mon, 15 Oct 2018 14:58:59 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:558:6017:94:c582:1d99:a986:7609]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mgm51.net (Postfix) with ESMTPS id 42YhR54GS4zZDym for ; Mon, 15 Oct 2018 10:58:57 -0400 (EDT) Received: from [IPv6:fdcf:b715:2f4d:1:4c45:85f8:8e30:df7d] (unknown [IPv6:fdcf:b715:2f4d:1:4c45:85f8:8e30:df7d]) by sentry.24cl.com (Postfix) with ESMTP id 42YhR44WSFzP7wP for ; Mon, 15 Oct 2018 10:58:56 -0400 (EDT) Subject: Re: freebsd packages going the debian way! To: freebsd-questions@freebsd.org References: <049b9e13-688c-39ba-9d77-50e630dc9b6f@kicp.uchicago.edu> From: Mike Message-ID: <1845546f-470c-4a5f-7118-24cab613e4e0@mgm51.com> Date: Mon, 15 Oct 2018 10:58:53 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <049b9e13-688c-39ba-9d77-50e630dc9b6f@kicp.uchicago.edu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 14:59:00 -0000 On 10/15/2018 10:51 AM, Valeri Galtsev wrote: > > > On 10/14/18 7:58 PM, Rob Belics wrote: >> Unless I'm missing something, packages need to fit the lowest common >> denominator so everything to do that must be included. That's why, if you >> don't want all the extras, use ports. > > As they always say, if you are using ports, do not use pkg on the same > machine. What is the reason for not using ports and pkg on the same machine? From owner-freebsd-questions@freebsd.org Mon Oct 15 15:09:21 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9855E10DDF22 for ; Mon, 15 Oct 2018 15:09:21 +0000 (UTC) (envelope-from 4250.10.freebsd-questions=freebsd.org@email-od.com) Received: from s1-b0c6.socketlabs.email-od.com (s1-b0c6.socketlabs.email-od.com [142.0.176.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 463B377C72 for ; Mon, 15 Oct 2018 15:09:21 +0000 (UTC) (envelope-from 4250.10.freebsd-questions=freebsd.org@email-od.com) DKIM-Signature: v=1; a=rsa-sha256; d=email-od.com;i=@email-od.com;s=dkim; c=relaxed/relaxed; q=dns/txt; t=1539616161; x=1542208161; h=content-transfer-encoding:content-type:mime-version:references:in-reply-to:message-id:subject:cc:to:from:date:x-thread-info; bh=OCMJD58HRhAUsZZNj7pRPI069ZyJn+SirTi4mCkqmtA=; b=U5/9ZI46Q9DkglsYOD01+YlMh5R46qi7xYoWfDfw0mo7GZ1rx781N08eXRL5/V36kVLKWRvChZNz6ovdviLFW9pNI1z0kiEwItPbK3fEftbwCF/2g1q5b3kaxkw5l2dhJWMTkxhM8DJNjf/sUpMJeJclnP6PYUIDKxroRCIVS1s= X-Thread-Info: NDI1MC4xMi4xOWQwMDAwMDA1NTA1NTguZnJlZWJzZC1xdWVzdGlvbnM9ZnJlZWJzZC5vcmc= Received: from r4.us-west-2a.aws.in.socketlabs.com (r4.us-west-2a.aws.in.socketlabs.com [54.149.236.199]) by mxsg2.email-od.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Mon, 15 Oct 2018 11:09:04 -0400 Received: from smtp.lan.sohara.org (EMTPY [89.127.62.20]) by r4.us-west-2a.aws.in.socketlabs.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Mon, 15 Oct 2018 11:09:03 -0400 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.91 (FreeBSD)) (envelope-from ) id 1gC4UO-0005n6-Ch; Mon, 15 Oct 2018 16:09:00 +0100 Date: Mon, 15 Oct 2018 16:09:00 +0100 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Cc: Mike Subject: Re: freebsd packages going the debian way! Message-Id: <20181015160900.767a01052e9642d87f6a3ba0@sohara.org> In-Reply-To: <1845546f-470c-4a5f-7118-24cab613e4e0@mgm51.com> References: <049b9e13-688c-39ba-9d77-50e630dc9b6f@kicp.uchicago.edu> <1845546f-470c-4a5f-7118-24cab613e4e0@mgm51.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.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.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 15:09:21 -0000 On Mon, 15 Oct 2018 10:58:53 -0400 Mike via freebsd-questions wrote: > What is the reason for not using ports and pkg on the same machine? There are a number of difficulties: 1: Making sure that your ports tree is in sync with the one used for package building. 2: Preventing pkg from replacing your ports during pkg upgrade (careful use of pkg lock is required) 3: Dependencies built with different options may not always work. I've found it fairly easy to handle a few leaf packages as ports more than that is likely to get fiddly. -- Steve O'Hara-Smith From owner-freebsd-questions@freebsd.org Mon Oct 15 16:03:17 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E35E310B74FE for ; Mon, 15 Oct 2018 16:03:16 +0000 (UTC) (envelope-from jrrlokken@gmail.com) Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A61879EA6 for ; Mon, 15 Oct 2018 16:03:16 +0000 (UTC) (envelope-from jrrlokken@gmail.com) Received: by mail-qk1-x734.google.com with SMTP id 204-v6so12139764qkd.5 for ; Mon, 15 Oct 2018 09:03:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=b66VbqaKPQb8UdbTsdhOkX+k2pvM2RcqKy9ihDRplc4=; b=HZ/IZAsjZeFZD8w4Z8LB6MqcUQ15Sux1/7IhGjcf8fJdlgl4t9EkaPulVFHmNyzqSD 7iW9VRjHSJkG6QYF8yzi72Ac7q9/eXjz5SbsrwyzMR6fsHXKABfgYQPHOauupgGX1Zsa w9lH7l4o7OY8R5Fun1Z1EQJAIsWdLNvwSMr1jbDxkJqTsDFi2KgmB0ALBQhwvfANhuYH awE88CuLA/ZF3eaKbeepd8bgWzKnysqN0tWJ+0F0pMqXFh86Hpy5BqV2KZ0tRiV4meu9 10At2QVEia+dfMei6AkY4BjgM746yiziTGLJ66ERk7X8C5GtUV/9d8bulCq2b6L6iW5G HGWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=b66VbqaKPQb8UdbTsdhOkX+k2pvM2RcqKy9ihDRplc4=; b=kkdGJllqm+rxR57j/0WkKSDFwWPSPAqigmesz7DZJiEKp5DK65j9/ixrDdbXQlmxud zmZvtYYfgk11WqRvGgGUvjLXRihuXXYRafS6eUZQzZ8yhE5JTJlbwEXpAp99ZgJvhdmO R7eb24XUT+P8rPjBhtlY0mWOu7+fTwTRpEOmQrlz17cPIeyZxwjqZ5Wj2QiPm/sEY9Gu 7DoHQj4UJEKiVBOu49TjfsmP5bRPa9M6WOXjr2Bxgyh/XI3RcTndbs4EQzXQcNbwZNIg 2pqYUES/+T1/0E4pPRQINNw1NiSwuW9c/QwiK6leBgQRQEeLt/mTMYKLkiEI6UyTxHsb URoQ== X-Gm-Message-State: ABuFfohX5GtBYlu4DQRdnRRLWRvmKeOGBKElRH4B/bfFY8hVvL3QKu45 aNe3/4TCblRsHjb40BW7GRfD20hzxQiCbqSthyK/Ow== X-Google-Smtp-Source: ACcGV60hsw+f/M1DYl3uCGtyj1xwZ6dEVRwkHexfw1CjPY9fLpsrP0eUbucDd/b7A9rlFQTkD/78OuIBxXosPjxst8U= X-Received: by 2002:a37:180f:: with SMTP id j15-v6mr16264450qkh.309.1539619395608; Mon, 15 Oct 2018 09:03:15 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Joshua Lokken Date: Mon, 15 Oct 2018 11:03:06 -0500 Message-ID: Subject: Fwd: xorg.conf corruption? To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 16:03:17 -0000 Hello all, I did: # rm -rf /usr/local/etc/X11 # pkg install -f xorg and all is right again. Joshua ---------- Forwarded message --------- From: Joshua Lokken Date: Mon, Oct 15, 2018 at 9:39 AM Subject: xorg.conf corruption? To: Hello, FreeBSD 11.2-stable on virtualbox Booted the vm this morning, logged in as normal user, and issued 'startx'. I am presented with this error: Using config file: "/usr/local/etc/X11/xorg.conf.d" Parse error on line 1 of section (null) in file /usr/local/etc/X11/xorg.conf.d "" is not a valid keyword in this section. xorg.conf.d is an empty directory. Not sure what would have gone wrong, X has been configured and working properly on this VM for several weeks. If I : rm /usr/local/etc/X11/xorg.conf then reconfigure Xorg and run (as root): Xorg -config /root/xorg.conf.new, I get the black screen on pty9 and no errors. Copy the new config to /usr/local/etc/X11/xorg.conf, get the same error as before -- parse error on /usr/local/etc/X11/xorg.conf.d/... What may be going on? Thanks in advance. Joshua Lokken From owner-freebsd-questions@freebsd.org Mon Oct 15 16:16:35 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3075C10B7D95 for ; Mon, 15 Oct 2018 16:16:35 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from oneyou.mgm51.net (oneyou.mgm51.net [IPv6:2607:f2f8:af30::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oneyou.mgm51.net", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0D937A789 for ; Mon, 15 Oct 2018 16:16:34 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:558:6017:94:c582:1d99:a986:7609]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mgm51.net (Postfix) with ESMTPS id 42Yk8M6YyBzZDxx for ; Mon, 15 Oct 2018 12:16:19 -0400 (EDT) Received: from [IPv6:fdcf:b715:2f4d:1:4c45:85f8:8e30:df7d] (unknown [IPv6:fdcf:b715:2f4d:1:4c45:85f8:8e30:df7d]) by sentry.24cl.com (Postfix) with ESMTP id 42Yk8L4vD5zP7wP for ; Mon, 15 Oct 2018 12:16:18 -0400 (EDT) Subject: Re: freebsd packages going the debian way! To: freebsd-questions@freebsd.org References: <049b9e13-688c-39ba-9d77-50e630dc9b6f@kicp.uchicago.edu> <1845546f-470c-4a5f-7118-24cab613e4e0@mgm51.com> <20181015160900.767a01052e9642d87f6a3ba0@sohara.org> From: Mike Message-ID: <1a76bc80-9fb6-4731-66e0-1e07c38e8fc0@mgm51.com> Date: Mon, 15 Oct 2018 12:16:15 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181015160900.767a01052e9642d87f6a3ba0@sohara.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 16:16:35 -0000 On 10/15/2018 11:09 AM, Steve O'Hara-Smith wrote: > On Mon, 15 Oct 2018 10:58:53 -0400 > Mike via freebsd-questions wrote: > >> What is the reason for not using ports and pkg on the same machine? > > There are a number of difficulties: > > 1: Making sure that your ports tree is in sync with the one used for > package building. > 2: Preventing pkg from replacing your ports during pkg upgrade (careful use > of pkg lock is required) > 3: Dependencies built with different options may not always work. > > I've found it fairly easy to handle a few leaf packages as ports > more than that is likely to get fiddly. > Thanks for the follow-up. I had been using ports and pkg on the same machine without issues, so I was wondering what the reason was for the warning. From owner-freebsd-questions@freebsd.org Tue Oct 16 05:50:09 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A7F10E2933 for ; Tue, 16 Oct 2018 05:50:09 +0000 (UTC) (envelope-from mapsware@prodigy.net.mx) Received: from tmsmtp03oc.mail2world.com (tmsmtp03oc.mail2world.com [209.67.128.156]) by mx1.freebsd.org (Postfix) with ESMTP id ECD237C32A for ; Tue, 16 Oct 2018 05:50:08 +0000 (UTC) (envelope-from mapsware@prodigy.net.mx) Received: from mail pickup service by tmsmtp03oc.mail2world.com with Microsoft SMTPSVC; Mon, 15 Oct 2018 22:53:05 -0700 X-CTCH-Spam: Unknown auth-sender: mapsware@prodigy.net.mx Received: from 189.173.34.148 unverified ([189.173.34.148]) by tmsmtp03oc.mail2world.com with Mail2World SMTP Server; Mon, 15 Oct 2018 22:53:03 -0700 Date: Mon, 15 Oct 2018 22:49:49 -0700 From: Martin Paredes To: "freebsd-questions@freebsd.org" Subject: Add a locale to FreeBSD 10.0 server Message-ID: <20181015224949.4ac1fd0a@morena.maps.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; i386-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 16 Oct 2018 05:53:05.0152 (UTC) FILETIME=[81C52800:01D46514] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 05:50:09 -0000 In FreeBSD 10.0 there is not a locale that I want user@server10 ~% locale -a | grep es_MX But in FreeBSD 11.2 it is there user@server11 ~% locale -a | grep es_MX es_MX.ISO8859-1 es_MX.UTF-8 I tar the subdirectorys in server11 and untar in server10 /usr/share/locale/es_MX.ISO8859-1 /usr/share/locale/es_MX.UTF-8 My .login_conf files has me:\ :charset=3Diso-8859-1:\ :lang=3Des_MX.ISO8859-1: Now in the console I can type =F1 and =D1, but "psql -l" (List of databases in PostgreSQL) doesn't display characters correctly (an ? are displayed) The second column is Owner, in spanish is Due=F1o, but is displayed Due?o But if I change to es_ES.ISO8859-1, "psql -l" display character correctly Some config is missing becasue LC vars are initialized different user@server10 ~% locale LANG=3Des_MX.ISO8859-1 LC_CTYPE=3DC LC_COLLATE=3DC LC_TIME=3DC LC_NUMERIC=3DC LC_MONETARY=3DC LC_MESSAGES=3DC LC_ALL=3D user@server11 ~% locale LANG=3Des_MX.ISO8859-1 LC_CTYPE=3D"es_MX.ISO8859-1" LC_COLLATE=3D"es_MX.ISO8859-1" LC_TIME=3D"es_MX.ISO8859-1" LC_NUMERIC=3D"es_MX.ISO8859-1" LC_MONETARY=3D"es_MX.ISO8859-1" LC_MESSAGES=3D"es_MX.ISO8859-1" LC_ALL=3D -TIA --=20 Martin Paredes Hermosillo, Son. Mexico From owner-freebsd-questions@freebsd.org Tue Oct 16 07:38:18 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC3F410E4D87 for ; Tue, 16 Oct 2018 07:38:18 +0000 (UTC) (envelope-from niconjagi@gmail.com) Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 500D87F607 for ; Tue, 16 Oct 2018 07:38:18 +0000 (UTC) (envelope-from niconjagi@gmail.com) Received: by mail-pl1-x631.google.com with SMTP id v5-v6so10568557plz.13 for ; Tue, 16 Oct 2018 00:38:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=NZ3AHNOmLcyuO0vXbYZgheY12wyjW8G4VE6Tr9s62WY=; b=VzZflVpgbOnos21ScrNiHzRfuU9WqCssmgvjCr2SnLQ/LiMvh/iMwt7ecGe3b29RsZ u7gOnqW1oW0QHFLRUBOQFsOsNx7kTYHE14qN/0EXf44z9wf4cJY35uAK72mbk7AAiroK MebEFVzJj3nbXzsz4SRkgQTEbHoB4l7WPmZ0+LNMGYO1+N4K0/Hhb/XbDNiqsqhjQQwe H8VDMo1lP4t+rSucR/oMzlP20ULaC57cyC5Ub0dfRcpT6U3ruWR128aI5pbY3qXESbzK z5QM1FRqptZTssGbW8wICmWqPBUxbIA4tgbI6DUtuYG041EnCH4DDGHQ2L4x16ahUIKX MvEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=NZ3AHNOmLcyuO0vXbYZgheY12wyjW8G4VE6Tr9s62WY=; b=PSDnqXwmS1iOp97GFoG3+/RFU1FumRQJ2s7XO6KwJCrO0er1F5k1L5hBcksNrYZKqQ sjoadi+6/qWpn1YXRJyActb6AbDSVg1C4eXfQNfWtU9vIeL31dnh1im0vUmk4piJ6Ypa qaPk4TVvq0wsbAC48jUYUm4q0ULh6QDP1JxdNVgyQ18O17WfdtVPe2uAnDC0cuRlwrc9 WEDduNHofB7jFruh97lUt5Ee8hFmIEx6Z03/E8OYiM8qvxe4eLfaj9L8KXvbey7Kgj0x DGSgYHqo/nBTk4drBJexDFj1Wwz2BW+f0oMSFWLa3BqzPZOh8MTm1YUNXeQI2SXYoZvU VECQ== X-Gm-Message-State: ABuFfohcZk1fKiUR1CPnFbe7sRpwDwtQSmgfOPZNtgsb15DeMkr01bxN cYOQcT+akQRM/GwJVhkOS0ypCTaB3oqz6IdZq65KHjmy X-Google-Smtp-Source: ACcGV61O20hlrEztRxylRL9NtdkPBQ2rX+jOU0F0iwz/vI477m3tlXsUsbSA+HkT/pXwilfFep+Z8OmEhPKFCPeS6XE= X-Received: by 2002:a17:902:22a:: with SMTP id 39-v6mr20677482plc.267.1539675496858; Tue, 16 Oct 2018 00:38:16 -0700 (PDT) MIME-Version: 1.0 From: Nicodemus Njagi Date: Tue, 16 Oct 2018 10:38:04 +0300 Message-ID: Subject: transferring Internet mobile data from one sim to onother To: FreeBSD FreeBSD Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 07:38:19 -0000 I have one sim card loaded with 10000 GB Internet valid for one month , how can I transfer some to another sim card in bulk, and how can I extend its validity From owner-freebsd-questions@freebsd.org Tue Oct 16 08:01:00 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD62210B7AB6 for ; Tue, 16 Oct 2018 08:01:00 +0000 (UTC) (envelope-from shamim.shahriar@gmail.com) Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28CEB80268 for ; Tue, 16 Oct 2018 08:01:00 +0000 (UTC) (envelope-from shamim.shahriar@gmail.com) Received: by mail-ed1-x52e.google.com with SMTP id y19-v6so20378736edd.2 for ; Tue, 16 Oct 2018 01:01:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GHcNDdlyQsCXO1MmleqgieuU3m71hEyWVBXVGEZO2OE=; b=JZOVqtUpica4qEYZK7OfacNAFYcczA51QwGAOjryUu1RtFKRnjzS3l8wpwFdlrRt9l 53QIs948AvxA0kPhS6q36QMKdK+utYlDhID7WgSLVJHJyFJKwrd2dmaRhmfAhQPWM7tq QTGoyzHkrfmfwagQjcOZbAxXUIMsKFyKDL0oc5+ZPhqt/Mer/enlcKS5LuWo0TSjlH+m amOUOlEgBsdBIg5zEOtFOFR1O+KvX6SmNRTiI3X5x90S2uuLevkkeqTfBH4sbyh9/H5b iihX/TMXfYC2EcV2g7r4zrlcSy7cSeLdPCQQTe7EcmHAwUuQNrXWAwpwRatJaOnEsRzQ VlZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GHcNDdlyQsCXO1MmleqgieuU3m71hEyWVBXVGEZO2OE=; b=J4Ok69uYnRd4oGZboyVQdNkdo256FY59ON4nRcko5DOEPiR1taVizH+RT3EJJ4txiW 1ytbhQQG8hX7MAXMYewy/AHvOwtxS9U6ZuehJEQOdg9zN+6RRFkJV1mOK0RO5eRVGxpR qK8cA29kDTVPCkssENe4/7Vhu9xpJZjLuyuUeKg/uN7i6Tnzb6NGi+FhExGOpuKuPX3m Tyk6EbY897Mk+eVn4o65f/SeaeTJjCKD4Q+IRcS9u7jyMzRS7V38q6MPcwo/oBcTmCDs fwKm6nf69NNiIA7oBImcKCzgYTlaZa+ZaAro6Gj+hCwaetEBiFJYwoxt4clxShSz+JPF LazA== X-Gm-Message-State: ABuFfojLxU8sWUJ67RvTs3DH1U52dySYSLwptRpSVVCpRdOTBffsbWf9 ctkMeOg2ZRBvxnGK9SuU474U9hk9tFVWarS3OAb2 X-Google-Smtp-Source: ACcGV606ynH13Tr4uklIcqkRQX63enukieLwXnZx/Z06m7iHUKaPOUOVPs13og7rYkaT2kr7I4Zq2tswPetaidRUbXg= X-Received: by 2002:a50:b8c2:: with SMTP id l60-v6mr27421764ede.267.1539676859041; Tue, 16 Oct 2018 01:00:59 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Shamim Shahriar Date: Tue, 16 Oct 2018 09:00:48 +0100 Message-ID: Subject: Re: transferring Internet mobile data from one sim to onother To: Nicodemus Njagi Cc: "freebsd-questions@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 08:01:00 -0000 By speaking to your provider maybe? On Tue, 16 Oct 2018, 08:41 Nicodemus Njagi, wrote: > I have one sim card loaded with 10000 GB Internet valid for one month , how > can I transfer some to another sim card in bulk, and how can I extend its > validity > _______________________________________________ > 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 Tue Oct 16 08:12:22 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87C9D10C13E0 for ; Tue, 16 Oct 2018 08:12:22 +0000 (UTC) (envelope-from philip@charlestondigitalfirm.com) Received: from mail-qt1-x841.google.com (mail-qt1-x841.google.com [IPv6:2607:f8b0:4864:20::841]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F2D380B91 for ; Tue, 16 Oct 2018 08:12:22 +0000 (UTC) (envelope-from philip@charlestondigitalfirm.com) Received: by mail-qt1-x841.google.com with SMTP id j46-v6so24648383qtc.9 for ; Tue, 16 Oct 2018 01:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=charlestondigitalfirm-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:from:date:message-id:subject:to; bh=in/Ezh0xw6mhun3ZF+/P0Lu6SHjqwPQP6zFeJDHeVlw=; b=MUAkbrYhcXuKe5CdjQjrzJU20JC8M9OXP4cwFsjvpo5gh2vew5P1DSyGpYosGlvyGn p/6Pk08ULnAArvEncPjXC0sZrzQPDmSt/ynUMSpO6GJD/EqgBRX4P7uTtXp4YLVmdhKB m0QA5Kr0McdKVgoVzZL1udY6/BMDQtOGBC6E65UOsA2oJ2ZinFdfIwmxiDUR2piJdT4V Qa/bKbADsKC7Z1f7r57VfmaXGb5FK6VvNVnbdF1OYmrIIn21cAK5DC7fqrN7RJt+e+tI C1E/bqxGyYaxzbGLpw1/dUcj6j1hWxyaeT9pu0PzuePJXxXvlrDImUSFMsgHXxyoMnMr 737A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=in/Ezh0xw6mhun3ZF+/P0Lu6SHjqwPQP6zFeJDHeVlw=; b=Ep3VZbAwlYOONim6xyqky6iYDoC5xeQ/mdfdIE9muN4zqzbTlDb7QiLvv+KrjXhIQb oPne+rn+kDFWkAv3ZthUS4mk3Yypnercf+E33Pj4a/CSjuvtVCFq1In72Ody9SYj3ag5 yZxeeDxX+y4SpLpJVA5GefMi5e2cst9y5h5yovStBnmjUAf/YBw3+sJBLtFM5Ge/gLrf 45jjXHX4L7vMRCokAYITA/orf6od5eHhLZEHrNTnfiqnSzb/wkZIUu/FePWxmLWLhh1m FgPv+hzY2dcYfY7+5YioR3iOOx1rq8nV/LHmlRbvGl1eCKXK/RraWoxIhPRI3ZGgJI8z 0EnA== X-Gm-Message-State: ABuFfogB2p16wDRnHKwy9oya9yIayXJDkuUT7XP94Imaw82Id22yaiuX pCPwOrQHPKPN2zfwx+wQXlYSPW7ZuSr5Hm13UKp4DFNU X-Google-Smtp-Source: ACcGV61517Ut+kv9t7LgOCdEDymW6E/vuNFqHIjYlTwUhJgBY48gPvZp7E6DFRTFubrBPVcy7sgdqvJPkxrHOREXpng= X-Received: by 2002:aed:2791:: with SMTP id a17-v6mr19182545qtd.303.1539677541248; Tue, 16 Oct 2018 01:12:21 -0700 (PDT) Received: from 52669349336 named unknown by gmailapi.google.com with HTTPREST; Tue, 16 Oct 2018 01:12:19 -0700 MIME-Version: 1.0 Sender: philip@charlestondigitalfirm.com From: philip@charlestondigitalfirm.com Date: Tue, 16 Oct 2018 01:12:19 -0700 X-Google-Sender-Auth: gQySd6Iq9f7bUtdKXo5-OdPolkY Message-ID: Subject: Re: The new technology you need to create for Freebsddiary.org To: Freebsd-Questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 08:12:22 -0000 Dear Freebsddiary.org, Hope you are doing good ! I found your details from the internet and thought you might be interested to upgrade the website in new version or modify the content. Redesigning website and modify the content today isn't just about changing the look and feel but it will helps to get best ranking & Traffic. With technology changing and different problems needing to be solved, redesigning and overhauling websites goes much deeper than just the way they look. The functionality, presentation, how they load, and how well they can be updated are all things that are prompting website redesigns on a daily basis. Apart from giving your website a new looks, we will provide you with a Content Management System (CMS) built with WordPress, Joomla, Magento, Core Php with best unique content. We specialize in designing the website, write the quality content, graphics design and etc. Your website is really need to upgrade with the below features: 1. Upgrade your website with a latest version platform. 2. Moving to a content management solution for your website 3. Old content need to be modified with unique one. 4. Old images should replace with new and HD quality. 5. Need to add new features so user can easily access your website. 6. Need to modify the CSS to improve the fast loading speed. 7. Planning to integrate rich media content into your site like internet video. 8. Adding SMO profiles and Web2.0 social features in your website. 9. Your website need to be highly secure and safe. 10. Website need to be search engine friendly and Conversion Optimized. Do let me know if you are willing to discuss the possible modifications on your website or Create a Fresh One. Also, kindly share us your requirements and reference website if you have any so that I can send you more details on the packages/action. Looking forward your quick and positive response. Best Regards, *Philip* *Ph: (818) 963-9396* Marketing Consultant --------------------------------- *Caution*: This is our marketing strategy that we use the Gmail. If you want to receive detailed plan of action, please feel free to reply. Yes, we will get back to you with details. Note: This is an advertisement and a promotional mail in adherence to the guidelines of CAN-SPAM act 2003. We have clearly mentioned the source id of this mail, also clearly mentioned the subject line; and they are in no way misleading in any form. We are sorry if you get email 2 or 3 times. We have found your email address through our own efforts on the web search and not through any illegal way. [image: beacon] From owner-freebsd-questions@freebsd.org Tue Oct 16 09:16:31 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EAD710C66F8 for ; Tue, 16 Oct 2018 09:16:31 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-cmomta02.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C24582DBD for ; Tue, 16 Oct 2018 09:16:30 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.161.151]) by cmsmtp with ESMTP id CL8IgGkEyXEleCL8KgjWEN; Tue, 16 Oct 2018 08:55:20 +0000 Date: Tue, 16 Oct 2018 08:55:16 +0000 From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Re: Add a locale to FreeBSD 10.0 server References: <20181015224949.4ac1fd0a@morena.maps.net> X-CMAE-Envelope: MS4wfIvlMHuH2OOHyZNd7PLWMSfydegWAi/1WdYAOgxiyRKBkO9DEi0qKhm64dnEAEPzQCgbqPbe3eRFxTcSXqDdQPsydY0EOArrLRrp2Lt6TzD7O+KXnvX1 K+Y6J6ObcybOabdiPKxxjI73jKJYJRkqEcnOT9Ef0c23Gn8vF5XMlHhO6OUefBSnb6kEA7wUzbsWsg== X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 09:16:31 -0000 from Martin Paredes : > In FreeBSD 10.0 there is not a locale that I want > user@server10 ~% locale -a | grep es_MX > But in FreeBSD 11.2 it is there > user@server11 ~% locale -a | grep es_MX > es_MX.ISO8859-1 > es_MX.UTF-8 You could try upgrading the server to FreeBSD 11.2 or 12/current. FreeBSD 10 is past EOL. Tom From owner-freebsd-questions@freebsd.org Tue Oct 16 15:34:37 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9358410D748D for ; Tue, 16 Oct 2018 15:34:37 +0000 (UTC) (envelope-from a6400327.AL8AABssvD8AAcEdHRAAAEo91zIAAML8oQsAHvWaAAFMuwBbxgLK@bnc3.mailjet.com) Received: from o162.p8.mailjet.com (o162.p8.mailjet.com [87.253.233.162]) (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 2AB3A71CD7 for ; Tue, 16 Oct 2018 15:34:37 +0000 (UTC) (envelope-from a6400327.AL8AABssvD8AAcEdHRAAAEo91zIAAML8oQsAHvWaAAFMuwBbxgLK@bnc3.mailjet.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=sales=3Dlondonvintageguitars.com@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-id:list-unsubscribe: precedence:x-csa-complaints:x-mj-mid:x-mj-smtpguid:x-report-abuse-to: content-type; bh=Zgs+x6UyPfolFmuR5KsZdMtwbeL/Gq0kTVYR64wdVo8=; b=EQOKzDamY+x2TPT0usCc/bdcbERP5zViLiCNtviJxbxJmB31mNIJ9TIFD bOnDhRYLM0LRFsLRq63gvD0ZTZRVs47YLGICiSxH0DPyAfLIvlz0/WABifrA Zs2cjobDacQ5KMZqWmizylB766ebdTMiMS1zljkaQlbB1E06HFnAvs= Message-Id: MIME-Version: 1.0 From: Denmark Street Guitars To: freebsd-questions@freebsd.org Subject: Classic Gear Priced to Sell Date: Tue, 16 Oct 2018 15:24:57 +0000 (UTC) Precedence: bulk X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AL8AABssvD8AAcEdHRAAAEo91zIAAML8oQsAHvWaAAFMuwBbxgLKHmkn1M2GR7q9EBb1EJgLxQABPns X-MJ-SMTPGUID: 1e6927d4-cd86-47ba-bd10-16f510980bc5 X-REPORT-ABUSE-TO: Message sent by Mailjet please report to abuse@mailjet.com with a copy of the message Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 15:34:37 -0000 [[HEADLINE]] [[PERMALINK_FULL_LINK]] TITLE OF YOUR EMAIL =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D The content of your email goes here. You can drag and drop blocks of text, images or other content elements to a= dd them to your message. Customize the font and the colors. Add links to tr= ack clicks. This is a second paragraph you can customize as your please. If you have stored contact properties with your contacts, you can include p= ersonalization variables such as first name, last name in your message cont= ent. [[DELIVERY_INFO]] [[POSTAL_ADDRESS]]= From owner-freebsd-questions@freebsd.org Tue Oct 16 23:23:11 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0510310E4C9A for ; Tue, 16 Oct 2018 23:23:11 +0000 (UTC) (envelope-from schmuckimarco89@gmail.com) Received: from mail-lj1-x229.google.com (mail-lj1-x229.google.com [IPv6:2a00:1450:4864:20::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63AE084D67 for ; Tue, 16 Oct 2018 23:23:10 +0000 (UTC) (envelope-from schmuckimarco89@gmail.com) Received: by mail-lj1-x229.google.com with SMTP id u21-v6so22520650lja.8 for ; Tue, 16 Oct 2018 16:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=QKYEHm6juvxnwNhr33PEEwRGzbeadbRDLL2DavSDr8A=; b=vXKdRTC2AIUp7SvCtlysu4NbeSnZeD67iwcFkglRF9JfqfE0V7/zrxjI6a1WlqHv/v 1CB2FeeUrtyzHZz2q+kwynFftISZ7w4l5j+1q/TVwB45rVrnmClsj2kRFJpk0xNv6G/v N+aRnJLLS0B9ynn9uhrUrJf5DLSUgRKJzBIgVWNeE9s4+HoUNFsdr+MIu4FOB6WbuYY2 23K2P279PaOymhJ+TBPPPpVt3gSoI3fYWAUt0gKmnpozX5Fr57Y9PLe64Z9+pNxv0j59 fxdiLirAN+H/zHcTR8g0TN1IRCckzULuPcOI8c5Scup6Hnk+SAGgxuIariPXHh8t7HkZ dQSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QKYEHm6juvxnwNhr33PEEwRGzbeadbRDLL2DavSDr8A=; b=KH6qOZYx1medT+8RE2CUDusPjsUJDh2uebO1u2OaPS2txiktF4tHli8anAxakUq3HM 5jfTh4+9IqNlKLfvR7wqe6UpQ1FNoUBF/XCL+o+sGPcgFvTrE6PgbsUqBIJ4S5JmkuJc SP/FUKkQdJjDSjM/Ay5Nye/Q9sFbSCyK6lWJkk/+kZXxkUPKNxKrwN6Li2eOz0OHyOos jUM+8ihg4bQjPm9EilAooYS2sN4G30yFf68zJqSDxQSOG7NoOWr4N+LtJ3ioM1es5UQ/ lnTe3F+CJX3Ccb7VFiSVePt4R8xPDEpSWlWUvFgDed+OTpz+oP410gqObVeF6STT4m3P 46Aw== X-Gm-Message-State: ABuFfojGTJuCYdBDlkQAmqpAox1AtYWJsB+bSgj9qvfiEe4qJvmL6Lsp 1gAujBzvHCJIHAljT4CcGLEkUKtCNEzHuhoUIydYmX8M X-Google-Smtp-Source: ACcGV62zDI+CIF9k5WXvP/88ZO/iGMSkDIEtkDcx7Ii0BCJigRcYQBtnJFAYue6EWlmFW9thwngYUqsFWtWYo0GfzKk= X-Received: by 2002:a2e:6805:: with SMTP id c5-v6mr16329185lja.41.1539732188730; Tue, 16 Oct 2018 16:23:08 -0700 (PDT) MIME-Version: 1.0 From: Marco Schmucki Date: Wed, 17 Oct 2018 01:23:21 +0200 Message-ID: Subject: GNOME3 on FreeBSD v11.2 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 23:23:11 -0000 Hi all, I need your help with the installation of GNOME3 on FreeBSD version 11.2. I'm following the steps described at " https://www.freebsd.org/doc/handbook/x11-wm.html": 1. # pkg install gnome3 2. # vi /etc/fstab proc /proc procfs rw 0 0 3. # vi /etc/rc.conf dbus_enable="YES" hald_enable="YES" gdm_enable="YES" gnome_enable="YES" But graphical-desktop is not starting automatically. What can I do? Many thanks & best regards, Marco From owner-freebsd-questions@freebsd.org Wed Oct 17 07:10:55 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6914A10CABD7 for ; Wed, 17 Oct 2018 07:10:55 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9A05738E2 for ; Wed, 17 Oct 2018 07:10:54 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-wm1-x32e.google.com with SMTP id z25-v6so785315wmf.1 for ; Wed, 17 Oct 2018 00:10:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KJqMZNgLCF42374xCAcMTqEUtIreHR8UwZrMKpV4yhQ=; b=beZdj4SgAldRjrr3PET21bFmyqyfiHuYiNvRxMnFod6BoRZy9nB3325JfxyFRQHM4b HBKJf4oKr2lMZgGu59XkjGt7TyEQkDlOLLE2l4w5vu8nCwnYWRZcBH/hZjh9VMjWTiIR 75F3SETlRLY35FbxKSpphIr34cW9NRT1E1faIV9V2BhyHwRAZd1kz9gAyZQe1uT19+mp HoXenPajMs1J1//AWNf1ot9JjlQ1WHgVxnZElnp+jrl9dtShUZQP2/lsalgK+TO4fqGW JVd7uEjkehp+t3Fbmkoe5hiVfbjN12hcPiO/XIRxPJ8J+oEe2TE28DO9zFFOmaFLrgRx i1Hw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KJqMZNgLCF42374xCAcMTqEUtIreHR8UwZrMKpV4yhQ=; b=E0SjApRJzuLXo4LTp7vaNVoU0AhIdfgo89rGlfFasDpM4UariuBi4IxBChZnl/CFZZ O8+Z5eZNI9a0kO67EJIVFXrPIv7o2puxJ/orfkDUr6myZ2LQwL3OncKLjXqS+vZFBs+8 ZZz5Pl3w2KIVrULaOU9A5BopFEOuEBrgAx67Hm8yc8atuEJjTHbkb0MHKxBPtKuaMMeb 1YMMtzc3psEsvkqtaKOjeDtISWe538z4HZ68xO3Nu4nH0k130ifU7p8woE85ocqy1po6 i3QxnJr7zFLNzBzJbld2/Vg0J+NdsNeA+x9Z+y4dBg8iRpFb0Fd9YynlvbSLI/ClBQS0 RruQ== X-Gm-Message-State: ABuFfogSdVColJELMW1CV8lmIF06llKNlHWY/0tL5bhfyyjBLvQO7c2w yVtdTiCmYImjv2B/UCT0yTLvWdTQ2CefiKOoSHY= X-Google-Smtp-Source: ACcGV61NEhZInOBy8gVT/IPA1UHy61liplIDAfgyvaPmt6cpZOS4HMT11m/Jt+JpAJD4EmxqD1FacfVhap40Gu6/ONQ= X-Received: by 2002:a1c:3383:: with SMTP id z125-v6mr1488972wmz.56.1539760253412; Wed, 17 Oct 2018 00:10:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Odhiambo Washington Date: Wed, 17 Oct 2018 10:10:15 +0300 Message-ID: Subject: Re: transferring Internet mobile data from one sim to onother To: niconjagi@gmail.com Cc: User Questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2018 07:10:55 -0000 Hi Njagi, Your name sounds like it's from Kenya. If yes, then you know that our mobile providers don't allow that to happen. However, I wonder what it has to do with FreeBSD :) On Tue, 16 Oct 2018 at 10:40, Nicodemus Njagi wrote: > I have one sim card loaded with 10000 GB Internet valid for one month , how > can I transfer some to another sim card in bulk, and how can I extend its > validity > _______________________________________________ > 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" > -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." From owner-freebsd-questions@freebsd.org Wed Oct 17 08:07:32 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1196A10CC9C1 for ; Wed, 17 Oct 2018 08:07:32 +0000 (UTC) (envelope-from smithi@exemail.com.au) 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 8D576755BC for ; Wed, 17 Oct 2018 08:07:31 +0000 (UTC) (envelope-from smithi@exemail.com.au) Received: by mailman.ysv.freebsd.org (Postfix) id 4EEE610CC9BE; Wed, 17 Oct 2018 08:07:31 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D39410CC9BD for ; Wed, 17 Oct 2018 08:07:31 +0000 (UTC) (envelope-from smithi@exemail.com.au) Received: from mail109.syd.optusnet.com.au (mail109.syd.optusnet.com.au [211.29.132.80]) by mx1.freebsd.org (Postfix) with ESMTP id 76126755B9 for ; Wed, 17 Oct 2018 08:07:30 +0000 (UTC) (envelope-from smithi@exemail.com.au) Received: from [10.40.157.238] (pa49-195-178-119.pa.nsw.optusnet.com.au [49.195.178.119]) by mail109.syd.optusnet.com.au (Postfix) with ESMTP id E5615D66C37; Wed, 17 Oct 2018 19:07:14 +1100 (AEDT) Date: Wed, 17 Oct 2018 19:07:08 +1100 User-Agent: K-9 Mail for Android In-Reply-To: <20181015115900.4142cede.freebsd@edvax.de> References: <50139023-EF23-4464-8E99-4958CB3A3044@exemail.com.au> <20181015115900.4142cede.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: FreeBSD boot manager customization for single-disk multiboot (4 x DOS) To: Polytropon CC: questions@freebsd.org From: Ian Smith Message-ID: X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=DZtnkrlW c=1 sm=1 tr=0 a=hDAvsFtYMuZurM1Ov3B5KQ==:117 a=hDAvsFtYMuZurM1Ov3B5KQ==:17 a=IkcTkHD0fZMA:10 a=x7bEGLp0ZPQA:10 a=asWo_369AAAA:8 a=zPhsVytCAAAA:8 a=92Z_Rc3yAAAA:8 a=HLTLLJWx-uXZVbMFMyMA:9 a=T2wH237lBQYjmKvn:21 a=bybI-AKwqtIAd1h2:21 a=QEXdDO2ut3YA:10 a=hMgRPY4v-A8A:10 a=YnP8LtLWTqQO9u8dPMSg:22 a=7wv77BxldzPusDp5tRd2:22 a=v3jhTiZ8Tly5EgMBTjSd:22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2018 08:07:32 -0000 On 15 October 2018 8:59:00 pm AEDT, Polytropon wrote: > On Mon, 15 Oct 2018 19:28:55 +1100, Ian Smith wrote: > > I've read the thread=2E Manish is trying to help but his DOS > > familiarity doesn=E2=80=99t go back far enough=2E I started at 2 and > > used 3=2E3 (with Desqview), later 5=2E0 for years running Fidonet > > mailer, BBS, message editor, DOS command space and other tasks > > in 6 MiB RAM =2E=2E so had to learn how to really squeeze things > > in - as did you, I gather=2E=20 >=20 > Correct=2E Started with DOS 3=2E3 (and its "foreign predecessors" > called SCP and DCP which aren't known outside former GDR), then > DOS 5=2E0 and 6=2E22 (with NDOS as COMMAND=2ECOM replacement), and > I even used Novell DOS 7 for a short time (and its UNDELETE > program was really great)=2E Oh, and I also know and still _have_ > Desqview/X (with package, books, and floppies)=2E >=20 >=20 >=20 > > Correct, you cannot boot DOS from a non-primary partition=2E > > Maybe you could use GRUB, it installs after the MBR on track > > 0 side 0 so shouldn't get in the way=2E >=20 > I think an older version of Grub might work - I don't assume > today's current version is up to the task on running on such > an old system=2E >=20 >=20 >=20 > > I dont think you need to install linux to install GRUB? >=20 > The smallest disk that I can use is 20 GB, so it would not > be a problem due to space limitation if I installed Linux=2E > For "logical space", it could even go into an extended > partition, for example like this >=20 > Whole disk: 20,000 MB >=20 > prim=2E part=2E 1 =3D DOS 5=2E0 50 MB > prim=2E part=2E 2 =3D DOS 6=2E22 500 MB > prim=2E part=2E 3 =3D data exchange (FAT) 1,000 MB > ext=2E part =3D { > log=2E vol=2E 1 =3D Windows '95 2,000 MB > log=2E vol=2E 2 =3D Windows '98 2,000 MB > log=2E vol=2E 3 =3D Linux swap 2,000 MB > log=2E vol=2E 4 =3D Linux ext2 12,000 MB > } >=20 > Disk space is not a problem=2E The replacement system does not > accept disks bigger than 20 GB, so when I say "smallest disk", > this is actually the only (!) disk I can use=2E :-) >=20 >=20 >=20 > > That said, I don't use it myself=2E To add linux to the 4-DOS > > mix would need an extended partition, leaving only 3 primaries > > for 3 x DOS=2E Same deal with OS/2, with its great boot manager=2E >=20 > Oh yes, OS/2=2E=2E=2E it wrecked my DOS installation and "shifted" > the partitions (3 became 2, 2 became 1, 1 disappeared) when > I tried to install it into partition 4=2E Luckily, with the > great Norton Disk Editor (run from DOS emergency floppy), > a handheld calculator, and pen & paper I could reconstruct > the partition table manually and "get my data back" (as it > was not overwritten, just not assigned to a partition anymore)=2E >=20 >=20 >=20 > > boot0=2Es MBR code is VERY tight with about ZERO free space as > > I recall =2E=2E however there's code there - still was at 9=2Ex I > > think - for a 1=C4=B6 (2 sector) version written by the same author > > (Robert Nordier IIRC, I don't have a system to hand)=2E That > > should have plenty of room for more lavish labels, and may > > in fact include such code? If you have a spare system you > > could assemble that and test=2E >=20 > I haven't done assembly programming for many years=2E I can > generally understand how the boot manager works, but I don't > think I'm skilled enough for modifying it (and still get a > working version that can do what I expect)=2E The detection > and labeling magic is quite powerful in there=2E :-) >=20 >=20 >=20 > > Of course you'll have a backup MBR (directed more at other readers > :) >=20 > Luckily, that is an easy task with dd=2E In DOS, C, you'd use > the famous biosdisk() (prototype in dos=2Eh!) to get the 512 > bytes from the disk and store it to a file=2E >=20 > That reminds me to one of my first exercises in lower-level > C programming: Wrote a program that would modify the MBR to > change the start address of the 1st active primary partition > to the MBR itself, so the system would "boot into a loop"=2E > Yes, we did actually consider this both funny and educational > at that time=2E=2E=2E :-) >=20 >=20 >=20 > > One thing to watch is that esp=2E earlier versions of DOS may > > want to use the first slice explicitly? I'm not sure, but I'd > > start with earliest versions first, and test each as you go=2E=20 >=20 > Yes, I think DOS 3=2E3 and before specifically needed that=2E > I'll check how DOS 5=2E0 will react=2E From older experience, > I seem to remember that DOS 6=2E22 could be booted from a > primary partition 2, 3, or 4, and depending on the content > of the ramining partitions, "drive letters" would then be > re-arranged (as the boot disk would always be C: as assigned > by a boot manager)=2E >=20 >=20 >=20 > Interestingly, I found out that I could _maybe_ fix the > power supply of the IBM Thinkpad 755C=2E Documentation says > that it needs 20 V DC (so no 10 V DC as written on the label > of the exploded power supply)=2E I think I still have a PSU > "brick" that provides 20 V DC, and making a new cable from > the remains of the old PSU is not a problem=2E >=20 > /-------\ > + --- | o o | --- Signal > - --- | o o | --- Ground > +-------+ >=20 > Documentation suggests that "+" and "-" are the ones that > should be used, and _not_ connected to "S" and "G" in any > way=2E In case you are curious, this is the relevant documentation > that gave me hope to revive the TP 755C that has served me > so well for decades: >=20 > http://www=2Ethinkwiki=2Eorg/wiki/Power_Connector#4-Pin_hexagon >=20 > https://www=2Epowerstream=2Ecom/lta-IBM=2Ehtm >=20 > It looks like this one: >=20 > http://www=2Ethinkwiki=2Eorg/w/images/9/9f/ThinkPad755CD=2Ejpg >=20 > But instead of the optical unit, mine has the floppy disk > unit installed=2E And as I said, having access to old-fashioned > things like parallel ports, serial ports, or floppy drives > sadly is _not_ optional in this special case=2E :-) I'd have replied interspersed in my usual manner, but it's just too tediou= s on this little phone; please excuse=2E At least K9 can bottom-post =2E= =2E trim at will =2E=2E As mentioned, I have no access to a system currently - except I remembered= having ssh access to an ancient but still working 5=2E5-stable (cough) wit= h src, so I reviewed (from /usr/src): =2E/usr=2Esbin/boot0cfg/boot0cfg=2Ec =2E/sys/boot/i386/boot0/boot0=2ES =2E/sys/boot/i386/boot0/boot0ext=2ES =2E/sys/boot/i386/boot0/Makefile You'll note that adding longer labels for more OS types is the significant= difference between the two and that boot0cfg(8) -b option can choose betwe= en (eg) boot0, boot0sio and, while not mentioned explicitly, boot0ext if ac= cessible=2E=20 Check out the boot0ext code=2E On 5=2E5 it's not assembled, or at least n= ot copied into /boot=2E Not sure if this is still in 10=2Ex and up=2E Some here and certainly many on hackers@ could advise on having it also bu= ilt to /boot (or anywhere) for boot0cfg access=2E I assume you could dd it= from a memstick into place, that is if the machine can boot from USB memst= ick? Or floppy!? Now, even then you won't get distinctions like between DOS or windows vers= ions, have a look at the table in boot0ext=2E It looks easy enough to chan= ge the strings if adjusting relative offsets=2E boot0 doesn't even distinguish between DOS and windows, not at FreeBSD 8= =2E2 anyway; I have a win98 on one, labeled as DOS (only for BIOS updates i= n the past)=2E Are you sure w95 and w98 can boot from an extended partition? XP can - it'= s an NT or OS/2 filesystem - but w95/98 is 'DOS 7' so I'd test that assump= tion unless you're sure=2E US$67=2E50 is a lot for an external P/S brick=2E I bought 2 broken thinkp= ad T23s for AU$60 (~US$45) posted, off ebay years ago, with 2 working 65W P= /S, 1 good screen, 2 good 60G disks, 2 good keyboards (albeit one GB/UK) an= d importantly for T23s, 2 working CPU fans :) I bet you'd find a 755C, broken or not, for 50DM or less with a working P/= S and maybe other useful spares? Otherwise you have the plug, so wiring up another P/S brick should be ok w= ith care=2E Looks like going for 50W or more would be safest=2E=20 "it's the options that drive ya crazy" cheers, Ian From owner-freebsd-questions@freebsd.org Wed Oct 17 17:57:40 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AF3510DB6E1 for ; Wed, 17 Oct 2018 17:57:40 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-vk1-f179.google.com (mail-vk1-f179.google.com [209.85.221.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C65A28C395 for ; Wed, 17 Oct 2018 17:57:39 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: by mail-vk1-f179.google.com with SMTP id s129so1553506vke.9 for ; Wed, 17 Oct 2018 10:57:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZrJfa3ZHgRLyaL9VT/TjznZLs8WrVbcSRxPOSeJoERk=; b=hjofqvRvxFzMaYmprgSvwrtumH2+HU06LaxIWZFmfFQgp93wO8EVngXTsqckZp0pVO TZbSnN83kzp6RxXt9qB3RcjTbaqWEwG5lJ48yTpcGGSdsU3SBml8TA9XutDEm5PGvXKF NW3Bjxb642CYIWhpBAsSaImqH6Z9VAQ4H/lO935FZV/HSUJsrhEt6POLKV9vzGGPLMtg L2cDXeM+5NpENWH1nOY69JU/HB2vGw0gZJJ7QBMGEnTk1SUs2KOIeTrzbnLyzVJf9zlT ZugRf+PquFJS8ysisaXS8wIjC1XuyYmz6KD7hCJtwhA5sZSev0ceZZ96wKNGthqzErzX ev3w== X-Gm-Message-State: ABuFfogIwntBVAF/5rrceTqOr4JSKGRCqaONNwrXgMpZ1zdh3mpIQawr yX+Bw9yx9spQPsiVVTohiLs68qrTfr20L4mYVGODEA== X-Google-Smtp-Source: ACcGV61qi2AemVaSld2t8PHuy6u/iiVVmPtslBWzBAeGLuMlcYb0NkQAbBaB1aRX7GVRpuTFJGUBAkhe5dkImISp/aw= X-Received: by 2002:a1f:21c1:: with SMTP id h184mr2616300vkh.61.1539795324234; Wed, 17 Oct 2018 09:55:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: CeDeROM Date: Wed, 17 Oct 2018 18:55:10 +0200 Message-ID: Subject: Re: transferring Internet mobile data from one sim to onother To: Odhiambo Washington Cc: niconjagi@gmail.com, FreeBSD Questions Mailing List Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2018 17:57:40 -0000 I guess the question is more like "i have two modems with two sim cards, i have 1GB data limit on first card that i want to use, then switch to another card/modem automatically" ? :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-questions@freebsd.org Thu Oct 18 03:19:10 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C44810C1CDF for ; Thu, 18 Oct 2018 03:19:09 +0000 (UTC) (envelope-from bounce-mc.us19_103207434.85605-questions=freebsd.org@mail23.atl111.rsgsv.net) 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 B462476BEE for ; Thu, 18 Oct 2018 03:19:08 +0000 (UTC) (envelope-from bounce-mc.us19_103207434.85605-questions=freebsd.org@mail23.atl111.rsgsv.net) Received: by mailman.ysv.freebsd.org (Postfix) id 78C6110C1CDB; Thu, 18 Oct 2018 03:19:08 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03BF410C1CDA for ; Thu, 18 Oct 2018 03:19:08 +0000 (UTC) (envelope-from bounce-mc.us19_103207434.85605-questions=freebsd.org@mail23.atl111.rsgsv.net) Received: from mail23.atl111.rsgsv.net (mail23.atl111.rsgsv.net [198.2.131.23]) by mx1.freebsd.org (Postfix) with ESMTP id 8FDCE76BED for ; Thu, 18 Oct 2018 03:19:07 +0000 (UTC) (envelope-from bounce-mc.us19_103207434.85605-questions=freebsd.org@mail23.atl111.rsgsv.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=k1; d=mail23.atl111.rsgsv.net; h=Subject:From:Reply-To:To:Date:Message-ID:List-ID:List-Unsubscribe: Content-Type:MIME-Version; bh=GOc7LQv3Smn4JyWmg4X0K4paCyoteNbR+dNOkfoL2HI=; b=nDnsa8sAoHxRs3Sqn19rWXk+Bip+y3gnz74FyJJcG3ep2/9cJUqX9dCslbfELzhEL48n1wGHUPsU ssdzAyVFqtzWpK3dCC6kNdWjK3ksvt2+m0atI9fNsWoA+vSUxuP9l70gj+mvP8/qTE/SboDp6N/C 7Kj5/sPDJVWR/1wKr1M= Received: from (127.0.0.1) by mail23.atl111.rsgsv.net id hovtqm2ddl4k for ; Thu, 18 Oct 2018 03:04:00 +0000 (envelope-from ) Subject: =?utf-8?Q?Waterpark=20at=20Laguna=20Area=20=2D=20Phuket?= From: =?utf-8?Q?Samantha=20Adams?= Reply-To: =?utf-8?Q?Samantha=20Adams?= To: Date: Thu, 18 Oct 2018 03:04:00 +0000 Message-ID: <9bf521763aad0deef94cac478.a9bbf86509.20181018030354.27edb0af6a.a7932ac6@mail23.atl111.rsgsv.net> X-Mailer: MailChimp Mailer - **CID27edb0af6aa9bbf86509** X-Campaign: mailchimp9bf521763aad0deef94cac478.27edb0af6a X-campaignid: mailchimp9bf521763aad0deef94cac478.27edb0af6a X-Report-Abuse: Please report abuse for this campaign here: https://mailchimp.com/contact/abuse/?u=9bf521763aad0deef94cac478&id=27edb0af6a&e=a9bbf86509 X-MC-User: 9bf521763aad0deef94cac478 Feedback-ID: 103207434:103207434.85605:us19:mc X-Accounttype: ff List-Unsubscribe-Post: List-Unsubscribe=One-Click 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.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 03:19:10 -0000 LS-invest.ASIA Economic but Luxurious Living in Phuket Ready to move in ! There's No Place Like Home Very conveniently located near the North West coast of Phuket=2C less than= 5 km from Layan and Bang Tao Beaches and a national park=2C within easy r= each of Phuket International Airport (15-20 minute drive). Only 3 KM from Water Park coming early 2019 !! Michael Ayling takes the reins at B1.3bn Blue Tree waterpark Read more (https://ls-invest.us19.list-manage.com/track/click?u=3D9bf5217= 63aad0deef94cac478&id=3De85b5d6fe0&e=3Da9bbf86509) https://ls-invest.us19.list-manage.com/track/click?u=3D9bf521763aad0deef94= cac478&id=3D43183a1bdf&e=3Da9bbf86509 Book a viewing or ask for the master plan ! Rental Income: Up to 8=2C3% yearly from the selling price. Payment terms: 200=2C000 baht reservation deposit 30% upon signing the Contract within 30 days from the date of the Reservat= ion Agreement 70% (minus deposit) upon handover about 1 month later the contract sign Promotion: Financing offer up to 3 years with 8% annual interest. We speak / =D0=9C=D1=8B =D0=B3=D0=BE=D0=B2=D0=BE=D1=80=D0=B8=D0=BC Thai - English - French - Dutch - Russian - Chinese Tropical Paradise 5 bedroom Pool villa 25=2C000=2C000 THB More info (https://ls-invest.us19.list-manage.com/track/click?u=3D9bf52176= 3aad0deef94cac478&id=3De91410a991&e=3Da9bbf86509) Layan Land 10 Rai 6=2C900=2C000 THB /rai More info (https://ls-invest.us19.list-manage.com/track/click?u=3D9bf52176= 3aad0deef94cac478&id=3Deb5fa15562&e=3Da9bbf86509) Laguna 1 Bedroom apartment 2=2C500=2C000 THB More info (https://ls-invest.us19.list-manage.com/track/click?u=3D9bf52176= 3aad0deef94cac478&id=3D48c8a464d8&e=3Da9bbf86509) =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 This email was sent to questions@freebsd.org (mailto:questions@freebsd.org) why did I get this? (https://ls-invest.us19.list-manage.com/about?u=3D9bf5= 21763aad0deef94cac478&id=3D4a47b99bfc&e=3Da9bbf86509&c=3D27edb0af6a) uns= ubscribe from this list (https://ls-invest.us19.list-manage.com/unsubscrib= e?u=3D9bf521763aad0deef94cac478&id=3D4a47b99bfc&e=3Da9bbf86509&c=3D27edb0af6= a) update subscription preferences (https://ls-invest.us19.list-manage= =2Ecom/profile?u=3D9bf521763aad0deef94cac478&id=3D4a47b99bfc&e=3Da9bbf86509) LS Invest Asia . 20/119 Park Plaza E . Moo 2 Thepkasatri Rd Kohkeaw . Muan= g=2C Phuket 83000 . Thailand Email Marketing Powered by Mailchimp http://www.mailchimp.com/monkey-rewards/?utm_source=3Dfreemium_newsletter&= utm_medium=3Demail&utm_campaign=3Dmonkey_rewards&aid=3D9bf521763aad0deef94= cac478&afl=3D1 From owner-freebsd-questions@freebsd.org Thu Oct 18 04:25:59 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6212510C8FA0 for ; Thu, 18 Oct 2018 04:25:59 +0000 (UTC) (envelope-from dan@traffic-ninjas.com) Received: from sender-of-o53.zoho.com (sender-of-o53.zoho.com [135.84.80.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCCC3795C9 for ; Thu, 18 Oct 2018 04:25:58 +0000 (UTC) (envelope-from dan@traffic-ninjas.com) ARC-Seal: i=1; a=rsa-sha256; t=1539836746; cv=none; d=zoho.com; s=zohoarc; b=KYWfPFYSO12qm3CoZUxs6SAkI6WYxgWqo+E5sVoKRNbynCVEKcvvS5RLLzcuWzFb9xknUlsCYULR3+etJL7dkygqDPXy0b/Ka1LE28vpRhvzH1YrOJJ/odfjMV1qqLUP5ou9BdzZzepyaSR6LkFMeKBN+TRzgLTiPjlxmtW1sms= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1539836746; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To:ARC-Authentication-Results; bh=7IVXNvmRB9S+APk6VGoY735FEms/GRbbKIZccKi5zCs=; b=FmSczsGzSJmSFGZGhiEAkx9Z5wrKtCGVTJLVjdLp0GdBWXIyR23/VdDV9IuDsmd/wqD30Jy7541wY4SSxSVGSeHKo3iR2vqVHPA1RYPZfN5Bz0DATouK3WlbILfoNnipP2rlgVDngqrkop5U3pXP54Bp1OImSJ60/7fiN5jCfKk= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=traffic-ninjas.com; spf=pass smtp.mailfrom=dan@traffic-ninjas.com; dmarc=pass header.from= header.from= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=mfp; d=traffic-ninjas.com; h=date:from:to:message-id:subject:mime-version:content-type:user-agent; b=ZEPaHFuQSBBfDjCp/X9EyPvmRirouh9BdJxufUGzJNGnon+qY/Gwy3fvPBrtpOBMwWlWKLP9c1jj aFJgpcEit2gdj4ZH8Q//n+qqpiiMTYDMoB00FAD6zQlE7+of8ERQF8J/6OC56xgNVRTShu7rT+8o RcQxbfBi9uToXhMzAqY= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1539836745494995.1646049200143; Wed, 17 Oct 2018 21:25:45 -0700 (PDT) Date: Thu, 18 Oct 2018 00:25:45 -0400 From: Dan Levin To: "freebsd-questions" Message-Id: <166856c1715.e0afccab120646.7534794973755413544@traffic-ninjas.com> Subject: Advertising on your site MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 04:25:59 -0000 Hi freebsd.org, I came across your website, freebsd.org, and am wondering if you sell promoted posts or advertising with text links. If you do, please get in contact so we can take it further. Thanks, Dan Levin, PR Specialist From owner-freebsd-questions@freebsd.org Thu Oct 18 16:23:53 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6382DEF9D59 for ; Thu, 18 Oct 2018 16:23:53 +0000 (UTC) (envelope-from jesus.d@especialidadfiscal.com) Received: from mail.especialidadfiscal.com (mail.especialidadfiscal.com [104.149.221.237]) (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 DB66872202 for ; Thu, 18 Oct 2018 16:23:52 +0000 (UTC) (envelope-from jesus.d@especialidadfiscal.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=dgs1; d=especialidadfiscal.com; h=Reply-To:Message-ID:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding; i=jesus.d@especialidadfiscal.com; bh=rAGwhSv10gMX5B+4RDT5CqUG5Xw=; b=kjVALWBDyWDQA2ElauhEQFM0p5QuGWH75nFLGpBo3D/9dlc/LdcaZATLbIvIWKLRFJWKmddTFH3a XDQ4FuoJrTaJBRSDDHWSRHOHgSN4sNXwc+Kyoy+4uP0uz8vhEBWaxE7pESM1IVIVpmFlhyfzrtLd 9SkYUx2+TgCtCs3MmQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=dgs1; d=especialidadfiscal.com; b=GlCsEd62h30wrHHK+3LYIPlfDGjztQzhL0v1wzabjfnGabAGOkxtt5uFnU4tWtGf2Z8xLyOQAwf/ fPetU0dFt0y3rXtOzUlLJqaLpi4lAeSBE6q2sDEuJ5EVtIvUT5u0KS9LVEVg0Zrj8vd4legg5IkV 1StTAx5SRPumrv6VZ2Y=; Received: from WIN-LCF05VEFDBT (104.149.221.227) by mail.especialidadfiscal.com id hp2pos0our0a for ; Thu, 18 Oct 2018 11:23:34 -0500 (envelope-from ) Reply-To: jesus.d@especialidadfiscal.com Message-ID: <12cf3a7bb61437a74a597fd40015e8d2@especialidadfiscal.com> From: "=?utf-8?Q?Lic._Jes=C3=BAs_D=C3=ADaz?=" To: Subject: Para Serlo hay que Parecerlo Date: Thu, 18 Oct 2018 11:23:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 16:23:53 -0000 From owner-freebsd-questions@freebsd.org Fri Oct 19 00:52:40 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7780F7AD54 for ; Fri, 19 Oct 2018 00:52:40 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from cyrus.watson.org (cyrus.watson.org [204.107.128.30]) by mx1.freebsd.org (Postfix) with ESMTP id 84CDF86AD0 for ; Fri, 19 Oct 2018 00:52:40 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id DF823B4DBA for ; Fri, 19 Oct 2018 00:52:33 +0000 (UTC) Received: from fledge.watson.org (doug@localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.15.2/8.15.2) with ESMTP id w9J0qXFd060862 for ; Thu, 18 Oct 2018 20:52:33 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.15.2/8.15.2/Submit) with ESMTP id w9J0qXT6060858 for ; Thu, 18 Oct 2018 20:52:33 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Thu, 18 Oct 2018 20:52:33 -0400 (EDT) From: doug Reply-To: doug@safeport.com To: freebsd-questions@freebsd.org Subject: Re: freebsd packages going the debian way! In-Reply-To: <1a76bc80-9fb6-4731-66e0-1e07c38e8fc0@mgm51.com> Message-ID: References: <049b9e13-688c-39ba-9d77-50e630dc9b6f@kicp.uchicago.edu> <1845546f-470c-4a5f-7118-24cab613e4e0@mgm51.com> <20181015160900.767a01052e9642d87f6a3ba0@sohara.org> <1a76bc80-9fb6-4731-66e0-1e07c38e8fc0@mgm51.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 (fledge.watson.org [127.0.0.1]); Thu, 18 Oct 2018 20:52:33 -0400 (EDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 00:52:41 -0000 On Mon, 15 Oct 2018, Mike via freebsd-questions wrote: > On 10/15/2018 11:09 AM, Steve O'Hara-Smith wrote: >> On Mon, 15 Oct 2018 10:58:53 -0400 >> Mike via freebsd-questions wrote: >> >>> What is the reason for not using ports and pkg on the same machine? >> >> There are a number of difficulties: >> >> 1: Making sure that your ports tree is in sync with the one used for >> package building. >> 2: Preventing pkg from replacing your ports during pkg upgrade (careful use >> of pkg lock is required) >> 3: Dependencies built with different options may not always work. >> >> I've found it fairly easy to handle a few leaf packages as ports >> more than that is likely to get fiddly. >> > > Thanks for the follow-up. > > I had been using ports and pkg on the same machine without issues, so I > was wondering what the reason was for the warning. > On servers, I can maybe see one or the other. On a workstation I think there is no practical option but to use packages for the base stuff: Xorg, desktop (xfce for me) firefox, and most of the xfce goodies. This is especially true if you are like me and can't/won't buy a workstation with a comma in the cost. I did this pre-pkg. pkg has helped immensely with (if not largely solved) the dependency problems. If you want firefox, chrome, gimp, libreoffice and the like on your workstation, it is going to be a challenge no matter how you build your system. In my experience these issues are not so intractable on servers. The fallout of making packages independent of release levels is yet to be fully realized. I wanted to use lynx and had to build it due to a missing module when the package was tried. The workstation I am using (11.1) has 568 packages/ports. In such an environment there will never be no dependency issues. Even in OS-land I had to roll this system back to 11.1 because 11.2 broke the WiFi support for the card my laptop uses. The OS guys face the same issues with hardware that the application developers face with graphics and other needed libraries. I think this is the world we choose to live in. From owner-freebsd-questions@freebsd.org Fri Oct 19 02:55:46 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9E87F7E8FF for ; Fri, 19 Oct 2018 02:55:46 +0000 (UTC) (envelope-from pawel.janicki@mexpol.com.pl) Received: from smtp.fr.pl (smtp.fr.pl [91.224.60.10]) (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 3C3118A472 for ; Fri, 19 Oct 2018 02:55:45 +0000 (UTC) (envelope-from pawel.janicki@mexpol.com.pl) Received: from ydtfdtdjk (unknown [37.139.4.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pawel.janicki@smtp.fr.pl) by smtp.fr.pl (Postfix) with ESMTPSA id 6F0B6690EFC for ; Fri, 19 Oct 2018 04:55:36 +0200 (CEST) From: "Hanc Jakub" Subject: Faktura VAT - sprzedazy nr. 225/06/2018 To: "freebsd-questions" Content-Type: multipart/mixed; boundary="FbLST7LXZS2LWP3hWFfAyFaayww6iT=_ZV" MIME-Version: 1.0 Reply-To: "Hanc Jakub" Organization: Biuro KREZUS Date: Fri, 19 Oct 2018 05:55:31 +0300 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 02:55:46 -0000 This is a multi-part message in MIME format --FbLST7LXZS2LWP3hWFfAyFaayww6iT=_ZV Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Dzien dobry, W zalaczniku znajduje sie faktura. Faktura VAT - sprzedazy nr. 25/06/2018 Z powazaniem, Hanc Jakub Biuro KREZUS --FbLST7LXZS2LWP3hWFfAyFaayww6iT=_ZV Content-Type: application/octet-stream; name="faktura_191018_0077976996.rar" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="faktura_191018_0077976996.rar" UmFyIRoHAQDz4YLrCwEFBwAGAQGAgIAAd0c0DzoCAwupCgSLG4AB1/Z8SoADAB1mYWt0dXJhXzE5 MTAxOF8wMDc3OTc2OTk2LnZicwoDAp+/GCYhZ9QBzbclBTBlMzM0TzUGX/N+FMP8YJNuCWyS9O6B d0XJ02zosmVy5duDQMCkScb2KRutuWyX3yWXhc6K243cviCosaJR6OEopFePFHqR4en4ngJAJHAQ fEK+bLhgbcyrLVa/5cyYG7WDOlwz9KdPVUqt5FrzjtxpL51VN2VbokpRIK2UHtzAqqclgIfW+8ZC bNzR0vDJo+qz/Sy83hMEd4MUE4qqMuQz2MNZxIwYGD3gmY28vpqBn9OxGe/jd1BHrRjogunMHeJW PYx4+wZMQAzII8bBw0vJFW55Fomttvvmqgyh/W/vEMN0yWdjrDwlvAbAWsY0CCLtkQArA49orn1m QF0AGJ8A9xBoIaYgI5XCrgQ8MsL2AkOCRpYzKlJTAknvZJ2wZiTMl8RMjC5a7w32S4gjuJCsSCxK xenxQ4X9iLBRH6SsWDSLy5kpV3gj2tX32pyVxEqLhm07XZOxgOl/DMeFSnqrFi6Eis88GKt2hEzZ AxhNKBZVQpMugCBLu3WAxfH2GbA+BWttj8ONo3rzlllp9ko+DMGw4hl0IMjGcCPOFqPqQwu1Autw D5A7/XDwiG1IyYWtITeDenprE7CIIwOJXw+oWo5g/9AiycvcbBYh+4zBQ/25b6r9+8vsh2KqULrq BFa9hfgXrawdfXkDkE1zJfRvrAfWU+s5ux3sB1tuhwYSgLi1Hi4lBCoxFleIPRmeFNTrmUNAdeeA IGaohzzuHHADFhxydGWJPCL33KPUabxgH7LxUKFx0hyAf2/QC5RaRRc3lgnPDN/FOeUT0ZtpvV2z QWmbg/MLULfStAAdKfInMw0INSTa3R1Uhn7d01uO60ZcPcK74FZSGX6rVbw/VTu7e2t2X/13MVu3 /hQe824Glv2M9DgTWf/Bk5iraExMRKR5z9oN/s1taFgruCEi6YTkAdUMoHA5AInin7NcbYWhdgyt srbUoEg7CsxOTcIpZOzycfIvCqlQNKIQ49jLoGdmFEKavWyPon5KUGtW9GB4z2j7OOY2D4h+2rZz lOSNsWCYuxu92VS/JtXZD+J1bkGt3YROi0An8C/C2Po0qDrTv+Nne6KfLy89Efn0+jgF3QUDwsqS +IrfkLlJNPEzSXIY1OGKogVpTyl95jFASBiSihhCUKB9+yT8xucenVHSmnMz6MIbQFAjPEIyHHN/ fcdP57j5NMyj2kLc2uculnJ8945tLOXV/59LObTz2OMIRVYxtuzdNymK2XAiyy/YS5gMmoNd243l fNrU5SzNJ7wou1Y2phvzTlx29yn/8E70js2i9qc3bJKRUfwu+4CHKgP9RGB+C7n6lLUb5VLjp6op 8elFoxnoCaeoLuHj9oszO/8ExIlZNPSqP80qFOhx8lAfd6s9z6ePzeDVgzVTsgOvwbNmllFryc+R J3z28IkwiD4F415tJvND1VnqHcG5CGXw00iF6hnrcdqw4rZ0Ycw8Oy5XQSZyibZWcFpzTrlQvC1o 3kNqMQPTopkWyp820j/hA6+Ps34/c/36ZIrlPJABBWW5g/KHuCL6JgzuBaOFl/oUhBYeQhdSaD0v MEjbTbbWloLmZn5mzCasddbK06btoAEvi47tu+X/Du68jFwwhG0ZVhcRuu9b1H73uMTXMeQ04fTR iqD3ssM4WOkGx6PY5XrHFrf/eO1xDOQDyqNnb4YYYOxzz+q3lgthx4oS4QTGdPtn4OmXQJV2a5s9 7D8HYd3tCN0RaA/7HllmfQjXoVDJTH7alFJCTzbUHeXpqkB3Wtxg/B13VlEDBQQA --FbLST7LXZS2LWP3hWFfAyFaayww6iT=_ZV-- From owner-freebsd-questions@freebsd.org Fri Oct 19 03:53:45 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 096ADFCB3ED for ; Fri, 19 Oct 2018 03:53:45 +0000 (UTC) (envelope-from pharma@mytinymart.com) Received: from mail.mytinymart.com (mail.mytinymart.com [85.159.237.120]) (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 A2A8C8C5F9 for ; Fri, 19 Oct 2018 03:53:44 +0000 (UTC) (envelope-from pharma@mytinymart.com) Received: from localhost (mail [127.0.0.1]) by mail.mytinymart.com (Postfix) with ESMTP id A4C7412DABA for ; Fri, 19 Oct 2018 06:53:13 +0300 (IDT) X-Virus-Scanned: amavisd-new at mytinymart.com Received: from mail.mytinymart.com ([127.0.0.1]) by localhost (mail.mytinymart.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZuDMntnA4UIW for ; Fri, 19 Oct 2018 06:53:12 +0300 (IDT) Received: from [192.168.1.14] (mail.mytinymart.com [85.159.237.120]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mytinymart.com (Postfix) with ESMTPSA id 1B9CC12DAB1 for ; Fri, 19 Oct 2018 06:53:12 +0300 (IDT) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.mytinymart.com 1B9CC12DAB1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mytinymart.com; s=default; t=1539921192; bh=A4wTESRPcaS9nKHxQwYeCwHZ7YPZoslBa/RQRTn12No=; h=From:To:Subject:Date:List-Unsubscribe:From; b=jEqdoplavOKFGFmBqhiQvIPqN3oCX0Q6NLpsA2T0RZDc9tylgjJ5GfKiTM/xQoBTr 9VG9z9P29CQQwL3cL6gqnF9DeLZqtMBhLlMvp82VlJ6LSHYur+02eBvrOS5obpJ5/U JbjUh9/gG8oyS6N0xoT0VmLABXsRcIhZqCIZajJA= MIME-Version: 1.0 From: Fran Gold To: freebsd-questions@FreeBSD.org Subject: What's your pick..?..Strawberry..Bubblegum or Coconut? Date: Fri, 19 Oct 2018 06:53:08 -0000 List-Unsubscribe-Post: List-Unsubscribe=One-Click X-Report-Abuse: Please report abuse for this campaign here: https://www.mailgenie.com/abuse.php?em=ZnJlZWJzZC1xdWVzdGlvbnNARnJlZUJTRC5vcmcZZZ X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 03:53:45 -0000 CgoKCgoKCgoKU2hvcApNeSBBY2NvdW50ClRvcCBTZWxsZXJzCgoKCgoKCgoKCgoKIA0KRGVhciBD dXN0b21lciwKCgoKDQpUaGlzIG1vbnRoIHdlJ3ZlIGdvdCB5b3UgY292ZXJlZCEgV2UgYXJlIGdp dmluZyBhd2F5IG9uIGV2ZXJ5IG9yZGVyLCBhbmQgaW4gYWRkaXRpb24gdG8geW91ciBib251cyBh bmQgcmVwZWF0IGN1c3RvbWVyIGRpc2NvdW50LCBhIHZhcmlldHkgcGFjayBvZiBmbGF2b3JlZCBj b25kb21zIHRvIGFkZCBhIGJpdCBvZiB0YXN0ZSB0byB5b3VyIGxvdmUgbGlmZSAocHVuIGludGVu ZGVkLi4uKS4gSGF2ZSBmdW4uDQoJCQkKCgoKCgoKCgoKCgoKDQpXZSB0aGFuayB5b3UgZm9yIHlv dXIgcGF0cm9uYWdlLiBZb3VyIGxveWFsdHkgaXMgbm90IHRha2VuIGZvciBncmFudGVkIQogQXMg YWx3YXlzIHdpdGggb3VyIGJlc3QgcmVnYXJkcywNCkN1c3RvbWVyIFNlcnZpY2UNClRlbDogMSA4 NjYgNzI5IDQyNDcKCgoKCgogCgoKCgoKCgoKCgoKR3VhcmFudGVlZERlbGl2ZXJ5CgoKCkNvbXBl dGl0aXZlUHJpY2VzCgoKCkZpcnN0IENsYXNzU2VydmljZQoKCgpDb250YWN0VXMKCgoKCgoKCgoK CgoKCkNoYW5nZSB5b3VyIGVtYWlsIHByZWZlcmVuY2VzOgpVbnN1YnNjcmliZQogfCBWaWV3IFdl YiBWZXJzaW9uIHwNCiBDb250YWN0IFVzCgoNCllvdXIgcHJpdmFjeSBpcyBpbXBvcnRhbnQgdG8g dXMuIFZpZXcgb3VywqANClNpdGUgVXNlIFN0YXRlbWVudC4NClRoaXMgbWVzc2FnZSB3YXMgaW50 ZW5kZWQgZm9yOsKgZnJlZWJzZC1xdWVzdGlvbnNARnJlZUJTRC5vcmcKDQpUbyBlbnN1cmUgeW91 IHJlY2VpdmUgb3VyIGZ1dHVyZSBlbWFpbHMswqBwbGVhc2UgYWRkwqBwaGFybWFAbXl0aW55bWFy dC5jb23CoHRvIHlvdXIgYWRkcmVzcyBib29rLgoKCgoKCgoKCgoxMyBBbm5pcyBLb21uaW5pcywg MTA2McKgCgoKCgpOaWNvc2lhLCBDeXBydXMuwqAKCgoKClRlbGVwaG9uZTogMSA4NjYgNzI5IDQy NDcKCgoKCgo= From owner-freebsd-questions@freebsd.org Fri Oct 19 04:01:37 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0874BFCB9DA for ; Fri, 19 Oct 2018 04:01:37 +0000 (UTC) (envelope-from Bounce.855BAE.E2ECFB7.questions=freebsd.org@mail58.bms6.bmsend.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 7CCF78CA7B for ; Fri, 19 Oct 2018 04:01:36 +0000 (UTC) (envelope-from Bounce.855BAE.E2ECFB7.questions=freebsd.org@mail58.bms6.bmsend.com) Received: by mailman.ysv.freebsd.org (Postfix) id 417BFFCB9D9; Fri, 19 Oct 2018 04:01:36 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1F0CFCB9D5 for ; Fri, 19 Oct 2018 04:01:35 +0000 (UTC) (envelope-from Bounce.855BAE.E2ECFB7.questions=freebsd.org@mail58.bms6.bmsend.com) Received: from mail58.bms6.bmsend.com (mail58.bms6.bmsend.com [207.8.96.60]) (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 522758CA75 for ; Fri, 19 Oct 2018 04:01:35 +0000 (UTC) (envelope-from Bounce.855BAE.E2ECFB7.questions=freebsd.org@mail58.bms6.bmsend.com) DKIM-Signature: v=1; a=rsa-sha256; d=mail58.bms6.bmsend.com; s=bmdeda; c=relaxed/relaxed; i=vgcteam=rp2u.info@mail58.bms6.bmsend.com; t=1539921687; h=subject:from:reply-to:to:date:message-id:list-unsubscribe:sender: content-type:mime-version; bh=tRfZK466sEc0yQA+posEodVDB8CiYcWACXWusUT5X/Y=; b=I/bgzPpqrQacubDeXzmcaY1sz7zMEqwzth2bIGPFo1/dtfDJ822VxVkp531D1sb/IU6l844ejph 6NF9ub8fFRHmgmUspYlhmwEtvgH1390T/JAcSWl3gtpHodKA9DFMVUcbBlTjEtNUvkRv3I7QWQvgy bm3u+xReKI39M3J/NII= DKIM-Signature: v=1; a=rsa-sha256; d=bmsend.com; s=bmdeda; c=relaxed/relaxed; t=1539921687; h=subject:from:reply-to:to:date:message-id:x-feedback-id:list-unsubscribe: sender:content-type:mime-version; bh=tRfZK466sEc0yQA+posEodVDB8CiYcWACXWusUT5X/Y=; b=snTketzfQD6zEecBltMB8g6g6vO6nOkYvX/dJ6P0ygifP2qN/SFgc8aqfDnZgOKWobfFNS1NK3Y 6Rz7oqewelvFQ7m+YyJ8Akh+H6QPhMd26D6zf+1CX39jLl3QQTXVwf/yjJm/BQKKBujs1WvMw/L8W PIzBn0dXEEehSapHq6w= From: Vgs Gaming Date: Fri, 19 Oct 2018 00:01:27 -0400 Subject: Play 918 games win Big Prize Message-Id: Reply-To: vgcteam@rp2u.info X-Identify: <8739758_237948855@benchmarkemail.com> X-Campaignid: 8739758 X-RemoveEmail: =?us-ascii?q?|unsub|g=3D0&c=3D8739758&l=3D237948855&e=3Dquestions=40freebsd=2Eorg&ver=3D?= =?us-ascii?q?2&SentFromServer=3D207=2E8=2E96=2E60?= X-SentFromServer: 207.8.96.60 Feedback-ID: 975575:8739758:us:benchmarkemail X-Mailer: BME Mailer - **BME8739758-975575-237948855** List-Unsubscribe-Post: List-Unsubscribe=One-Click X-Report-Abuse: =?us-ascii?q?http=3A=2F=2Fwww=2Ebenchmarkemail=2Ecom=2FAbuse=3F9tSN8Jgb1CYPNoa2wpb4OGI%2?= =?us-ascii?q?F6RvL%2FOR2QR6tejWmCt2qhUj1zomRr3qMXc%2FmxynuFeIeATk5ZH4%3D?= X-BM-User: EE2D7 To: questions@freebsd.org Sender: Vgs Gaming MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 04:01:37 -0000 96 [1] Home [2] Promotion [3] Free Bonus [4] Games [5] Log In [6] [7] Popular Games [8] Great Blue The Great Blue slot is mostly popular with experienced fans.thanks to = the wonderful theme and effects which make the environment captivating= . PLAY GAME [9] WuKong With this Games, Chinese history will open a period of excitement, aga= in..He was born from a stone, and was a monkey with super powers. PLAY GAME [10] View All Games Register and get your welcome bonus! [11] About Us Vgs Gaming is Asia's most trusted and secure platform that provides it= s customers the chance to bet with the most respected names in the onl= ine game industry. Apart from working with the most respected names in= the industry, we also provide world class customer support around the= clock. As an international professional online games operator, we have establ= ished a comprehensive and well-organized organization with world-class= experts in gaming information, experienced service team, marketing ex= perts and advanced software and hardware developers. We are committed = to providing every customer with the most timely, safest and most accu= rate professional gaming data, as well as a full range of internationa= l services. [12] View this email in your browser You are receiving this email because of your relationship with Vgs Gam= ing. Please [13] reconfirmyour interest in receiving emails from us. I= f you do not wish to receive any more emails, you can [14] unsubscribe= here. This message was sent to vgcteam@rp2u.info by vgcteam@rp2u.info Sathu Pradit Rd., Chong Nonsi, Yan Nawa, Yan Nawa, Bangkok 10120, Tha= iland Unsubscribe| Manage Subscription| Forward Email| Report Abuse References: 1. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D1 2. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D2 3. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D3 4. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D4 5. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D5 6. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D6 7. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D7 8. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D8 9. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D0= &seq=3D9 10. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D= 0&seq=3D10 11. http://trk8.benchurl.com/c/l?u=3D8385614&e=3DD72C51&c=3DEE2D7&t=3D= 0&seq=3D11 12. http://trk8.benchurl.com/c/v?e=3DD72C51&c=3DEE2D7&t=3D0 13. http://trk8.benchurl.com/c/opt?e=3DD72C51&c=3DEE2D7&t=3D0 14. http://trk8.benchurl.com/c/su?e=3DD72C51&c=3DEE2D7&t=3D0 =20 =20 This message was sent to questions@freebsd.org by vgcteam@rp2u.info = =20 =20 You can modify/update your subscription via the link below. =20 =20 Unsubscribe from all mailings =20 http://trk8.benchurl.com/c/su?e=3DD72C51&c=3DEE2D7&l=3DE2ECFB7&email=3D= jWNMH28d4d6DzTj35FzsHuqcXLf9Sqjq&relid=3DCF08603C =20 =20 Manage Subscription =20 http://trk8.benchurl.com/c/s?e=3DD72C51&c=3DEE2D7&l=3DE2ECFB7&email=3D= jWNMH28d4d6DzTj35FzsHuqcXLf9Sqjq&relid=3DCF08603C =20 =20 Forward Email =20 http://trk8.benchurl.com/c/f?e=3DD72C51&c=3DEE2D7&l=3DE2ECFB7&email=3D= jWNMH28d4d6DzTj35FzsHuqcXLf9Sqjq&relid=3DCF08603C =20 =20 Report Abuse =20 http://trk8.benchurl.com/Abuse?e=3DD72C51&c=3DEE2D7&l=3DE2ECFB7&email=3D= jWNMH28d4d6DzTj35FzsHuqcXLf9Sqjq&relid=3DCF08603C =20 =20 Sathu Pradit Rd., Chong Nonsi, Yan Nawa, Yan Nawa, Bangkok 10120, Tha= iland =20 =20 Email Marketing =20 benchmarkemail.com =20 [http://trk8.benchurl.com] =20 =20 =20 =20 http://trk8.benchurl.com/c/su?e=3DD72C51&c=3DEE2D7&l=3DE2ECFB7&email=3D= jWNMH28d4d6DzTj35FzsHuqcXLf9Sqjq&relid=3DCF08603C From owner-freebsd-questions@freebsd.org Fri Oct 19 13:52:13 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 196F8FCB65F; Fri, 19 Oct 2018 13:52:13 +0000 (UTC) (envelope-from jason.vas.dias@gmail.com) Received: from mail-ot1-x335.google.com (mail-ot1-x335.google.com [IPv6:2607:f8b0:4864:20::335]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A35AC7E53D; Fri, 19 Oct 2018 13:52:12 +0000 (UTC) (envelope-from jason.vas.dias@gmail.com) Received: by mail-ot1-x335.google.com with SMTP id l1so33234291otj.5; Fri, 19 Oct 2018 06:52:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5XAwDUotxEHHd013zjuCEgexc4re1uZb3F0rKN1v8HI=; b=mnMjLm8/AZXKMKaO4pYdat3SbD8Gi25DWLjb/vZRiJWVc7ETaPrOtjDRHWvMVSR+po h8+2ej5hovVwD8IdnKG2RoZONa046ePbUpT9LuSKjbn0Cm6TItzb4AlPcvIxwbam+f60 iluEJhur3zqgCIyhoBjMtcJ6XLiRQErRwfCSMuGa/Cnx+q+aSUG0z7O/RrGORRSqPtTH BPE9/DOWqVC2UpcLHPjAQWLL/EAvn40DzHCy6pf1mOdQncfE0BFuhtYJlrrmMB96QiV4 q4h3Fr989m+kfjpNtpk1EjASayyUS118FhmVhfWcT0SQN+Xqq8SHEAcpduiDhH31aST8 ch2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5XAwDUotxEHHd013zjuCEgexc4re1uZb3F0rKN1v8HI=; b=jKxUOzxf3ltFGyWcuIMTSxbIL0JxX3E4jqaVFvQUuC92WbQWigyHybFNTsfOWc39At UZC8e1skoD1g8DwHR+EoYSBziQU1IvWuskRJ7A1TcbGfi5oG30Yj3CGYxQQvYA1W3vXG 0Z0ajOuj2gEoGXF4nQ1qqXfN0uRxX2h9TyuPAqK54rJxIPCThSn8IVBuuR3ibVTJSTYh iiqHegsUKCd+/FYVhswxzOPnK+apWWNHKzlHIhwTCoSiWFVN4oMGl8pEhik4p6zcYOB/ UxuWpRGgQKQHavSImgLTzLkJvpp8TMpawguodroVQZIQvj980gRFAfj3DW+7Bmi1mB0u PJPA== X-Gm-Message-State: ABuFfogdpgxlK+obo3DRQz2ddxbfAgoZjONyLTESh6O4yCiar3YE6cuR 3vw+s35X2Es7Bg126xR6NIYZxM8a7whmHlx20sDBww== X-Google-Smtp-Source: ACcGV63lsR+pidqPqV3Jc+tt99libXpoBK4s0zatztD0tFbd/DJeIAZ5w0rsCBfHPIHUA2NN3Aq2itLPjSHKc3zAcDc= X-Received: by 2002:a9d:529:: with SMTP id 38mr22149297otw.233.1539957131489; Fri, 19 Oct 2018 06:52:11 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a4a:c902:0:0:0:0:0 with HTTP; Fri, 19 Oct 2018 06:52:10 -0700 (PDT) From: Jason Vas Dias Date: Fri, 19 Oct 2018 13:52:10 +0000 Message-ID: Subject: HCL : 'powerpc : All New World ROM Apple(R) Mac(R) systems with built-in USB are supported. SMP is supported' ?? To: freebsd-questions@freebsd.org, freebsd-doc@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 13:52:13 -0000 Please can you tell me if the $SUBJECT statement from the page: https://www.freebsd.org/doc/en_US.ISO8859-1/books/\ handbook/bsdinstall-hardware.html should be prefixed by 'Only' ? ie. does the FreeBSD-11.2*powerpc64 image support IBM pseries? I am trying to get any PowerPC *BSD system running on the Qemu emulator of a 'pseries-3.0' machine with a power9 CPU - I tried your FreeBSD-11.2*-powerpc64* live CD iso, and the emulator loads IBM Open Firmware BIOS & loads CD image, but then just hangs - no messages appear from FreeBSD . I have built latest Qemu with PowerPC emulator on an IBM LinuxOne (s390x) machine, and am trying to run a PowerPC emulator with a variety of RTOS-es / alternative open-source OS-es under Qemu . The Qemu command I am using is: qemu-system-ppc64 -machine pseries -cpu power9 -smp 2 -realtime mlock=on \ -m 2G -cdrom /data/FreeBSD-11.2-RELEASE-powerpc-powerpc64-dvd1.iso \ -drive file=/data/freebsd.hd.img,format=raw \ -boot d -nographic -serial mon:stdio\ -prom-env 'boot-device=cd:1' -prom-env 'boot-args=-C -h -v -s' It says: ' SLOF ********************************************************************** QEMU Starting Build Date = Jun 21 2018 19:08:08 FW Version = git-7d37babcfa48a6eb Press "s" to enter Open Firmware. Populating /vdevice methods Populating /vdevice/vty@71000000 Populating /vdevice/nvram@71000001 Populating /vdevice/l-lan@71000002 Populating /vdevice/v-scsi@71000003 SCSI: Looking for devices 8000000000000000 DISK : "QEMU QEMU HARDDISK 2.5+" 8200000000000000 CD-ROM : "QEMU QEMU CD-ROM 2.5+" Populating /pci@800000020000000 00 0000 (D) : 1234 1111 qemu vga 00 0800 (D) : 1033 0194 serial bus [ usb-xhci ] Installing QEMU fb Scanning USB XHCI: Initializing USB Keyboard USB mouse No console specified using screen & keyboard Welcome to Open Firmware Copyright (c) 2004, 2017 IBM Corporation All rights reserved. This program and the accompanying materials are made available under the terms of the BSD License available at http://www.opensource.org/licenses/bsd-license.php Trying to load: from: /vdevice/v-scsi@71000003/disk@8200000000000000 ... Successfully loaded ' nothing happens, I wait (a long time) and press + 'x' to exit. ' QEMU: Terminated ' It doesn't look like it is able to boot at all. Is FreeBSD meant work without Apple firmware or on IBM Open Firmware ? I wanted to start off with FreeBSD , but am having no joy. Any advice would be much appreciated. Thanks & Regards, Jason From owner-freebsd-questions@freebsd.org Fri Oct 19 16:12:19 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BC0FFCF2DB for ; Fri, 19 Oct 2018 16:12:19 +0000 (UTC) (envelope-from 1ecc3170.AMsAABt7KW4AAcEdHRwAAEo91zIAAML8oQsAHvWaAAFMuwBbygJX@bnc3.mailjet.com) Received: from o168.p8.mailjet.com (o168.p8.mailjet.com [87.253.233.168]) (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 8154183254 for ; Fri, 19 Oct 2018 16:12:18 +0000 (UTC) (envelope-from 1ecc3170.AMsAABt7KW4AAcEdHRwAAEo91zIAAML8oQsAHvWaAAFMuwBbygJX@bnc3.mailjet.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=sales=3Dlondonvintageguitars.com@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-id:list-unsubscribe: precedence:x-csa-complaints:x-mj-mid:x-mj-smtpguid:x-report-abuse-to: content-type; bh=Uw4iX7aqLREmn6w9U51DRyegwGwTLqmLdPsGYJfRwxE=; b=MN+XSEi2OBCz6QIsH8vG5MBmDkP28hIopctrg/7d3t8bFG81tn5TgeKs2 R5I/wBW/aRwUmcHlTDK3MCwHZKFX0jdr0kLff/9zfpB1GG0HO+UuNU4hbjYK aIvuVhVC34XcYGM+0BB1RQkfAVWF6RN8sXe5xLM5bHe8xPdU/P9hec= Message-Id: <1ecc3170.AMsAABt7KW4AAcEdHRwAAEo91zIAAML8oQsAHvWaAAFMuwBbygJX@mailjet.com> MIME-Version: 1.0 From: Denmark Street Guitars To: freebsd-questions@freebsd.org Subject: Classic Gear Priced to Sell Date: Fri, 19 Oct 2018 16:12:04 +0000 (UTC) Precedence: bulk X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AMsAABt7KW4AAcEdHRwAAEo91zIAAML8oQsAHvWaAAFMuwBbygJXL00WHaURR8eb31E0fDldkAABPns X-MJ-SMTPGUID: 2f4d161d-a511-47c7-9bdf-51347c395d90 X-REPORT-ABUSE-TO: Message sent by Mailjet please report to abuse@mailjet.com with a copy of the message Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 16:12:19 -0000 [[HEADLINE]] [[PERMALINK_FULL_LINK]] TITLE OF YOUR EMAIL =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D The content of your email goes here. You can drag and drop blocks of text, images or other content elements to a= dd them to your message. Customize the font and the colors. Add links to tr= ack clicks. This is a second paragraph you can customize as your please. If you have stored contact properties with your contacts, you can include p= ersonalization variables such as first name, last name in your message cont= ent. [[DELIVERY_INFO]] [[POSTAL_ADDRESS]]= From owner-freebsd-questions@freebsd.org Fri Oct 19 22:18:45 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25DC2FE8D49 for ; Fri, 19 Oct 2018 22:18:45 +0000 (UTC) (envelope-from mapsware@prodigy.net.mx) Received: from tmsmtp03oc.mail2world.com (tmsmtp03oc.mail2world.com [209.67.128.156]) by mx1.freebsd.org (Postfix) with ESMTP id 9580B70137 for ; Fri, 19 Oct 2018 22:18:44 +0000 (UTC) (envelope-from mapsware@prodigy.net.mx) Received: from mail pickup service by tmsmtp03oc.mail2world.com with Microsoft SMTPSVC; Fri, 19 Oct 2018 15:21:42 -0700 X-CTCH-Spam: Unknown auth-sender: mapsware@prodigy.net.mx Received: from 189.173.87.216 unverified ([189.173.87.216]) by tmsmtp03oc.mail2world.com with Mail2World SMTP Server; Fri, 19 Oct 2018 15:21:39 -0700 Date: Fri, 19 Oct 2018 15:18:29 -0700 From: Martin Paredes To: freebsd-questions@freebsd.org Subject: pkg: size mismatch, fetching from remote Message-ID: <20181019151829.00d7a240@morena.maps.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; i386-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Oct 2018 22:21:42.0356 (UTC) FILETIME=[1CD17140:01D467FA] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 22:18:45 -0000 Hi I cann't install packages are corrupted the files that I am fetching? I already install pkg with pkg bootstrap -f [1/2] Fetching es-hunspell-2.2.txz: 100% 216 KiB 31.6kB/s 00:07 pkg: cached package es-hunspell-2.2: size mismatch, fetching from remote [2/2] Fetching es-hunspell-2.2.txz: 100% 216 KiB 24.6kB/s 00:09 pkg: cached package es-hunspell-2.2: size mismatch, cannot continue [1/3] Fetching es-aspell-1.11.2,1.txz: 100% 441 KiB 25.1kB/s 00:18 pkg: cached package es-aspell-1.11.2,1: size mismatch, fetching from remote [2/3] Fetching es-aspell-1.11.2,1.txz: 100% 441 KiB 25.1kB/s 00:18 pkg: cached package es-aspell-1.11.2,1: size mismatch, cannot continue -- Martin Paredes Hermosillo, Son. Mexico From owner-freebsd-questions@freebsd.org Fri Oct 19 23:03:40 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4974FEA723 for ; Fri, 19 Oct 2018 23:03:40 +0000 (UTC) (envelope-from o1e9.cherkasov@yandex.com) Received: from forward105j.mail.yandex.net (forward105j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::108]) (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 3A46971C8E for ; Fri, 19 Oct 2018 23:03:39 +0000 (UTC) (envelope-from o1e9.cherkasov@yandex.com) Received: from mxback6g.mail.yandex.net (mxback6g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:167]) by forward105j.mail.yandex.net (Yandex) with ESMTP id 5AFE018507A for ; Sat, 20 Oct 2018 02:03:37 +0300 (MSK) Received: from smtp1j.mail.yandex.net (smtp1j.mail.yandex.net [2a02:6b8:0:801::ab]) by mxback6g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id JRN1batC7G-3b7OMEXS; Sat, 20 Oct 2018 02:03:37 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1539990217; bh=ZR1F8xi/cC5Jms6xqzUP5SPRdwW+5KFQfMgrPkgKhbk=; h=Reply-To:Subject:To:References:From:Message-ID:Date:In-Reply-To; b=OIuIE+N4TNqVGpIzQ4OJIZCh29geYShX/1NZQ6fEDwQpfIiIjhMbpZ2Q7y8fpY0Z+ LFli1TV2a4fmUBc7aPUYJAQhmP8ecml6fgeC+1+6DMd9EE+2An0gqHC1J7dPKTWBOA VYY9ACL0Vt5sElhCAif3JhbrRjCZ0PisCYXamZ3c= Received: by smtp1j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id x1ne0P5CQX-3a5uhTfj; Sat, 20 Oct 2018 02:03:36 +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=1539990216; bh=ZR1F8xi/cC5Jms6xqzUP5SPRdwW+5KFQfMgrPkgKhbk=; h=Reply-To:Subject:To:References:From:Message-ID:Date:In-Reply-To; b=AkRK8GvPOTdszH8my18zPF/bb7or3X5KdkXdMKxztPAQRjwCemAB/S2+gG9wuxsks 7qWuRWLTpcj/+xmOfnf0nZJCLm2QZz+3WrDBpUELAtR+p8X/3JBcMWTgCkMoMTelCq OoWfeNagkP2vMnCys29V7cqaYdXmOHJiQC0c3hhg= Authentication-Results: smtp1j.mail.yandex.net; dkim=pass header.i=@yandex.com Reply-To: o1e9@member.fsf.org Subject: Re: pkg: size mismatch, fetching from remote To: freebsd-questions@freebsd.org References: <20181019151829.00d7a240@morena.maps.net> From: Oleg Cherkasov Message-ID: Date: Sat, 20 Oct 2018 01:03:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181019151829.00d7a240@morena.maps.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 23:03:40 -0000 On 20.10.2018 00:18, Martin Paredes wrote: > Hi > > I cann't install packages > > are corrupted the files that I am fetching? > > I already install pkg with > > pkg bootstrap -f > > [1/2] Fetching es-hunspell-2.2.txz: 100% 216 KiB 31.6kB/s 00:07 > pkg: cached package es-hunspell-2.2: size mismatch, fetching from remote > [2/2] Fetching es-hunspell-2.2.txz: 100% 216 KiB 24.6kB/s 00:09 > pkg: cached package es-hunspell-2.2: size mismatch, cannot continue > > [1/3] Fetching es-aspell-1.11.2,1.txz: 100% 441 KiB 25.1kB/s 00:18 > pkg: cached package es-aspell-1.11.2,1: size mismatch, fetching from > remote > [2/3] Fetching es-aspell-1.11.2,1.txz: 100% 441 KiB 25.1kB/s 00:18 > pkg: cached package es-aspell-1.11.2,1: size mismatch, cannot > continue > > I had the same issue today so fixed with: pkg-static update -f From owner-freebsd-questions@freebsd.org Sat Oct 20 17:08:49 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93B58FED0BA for ; Sat, 20 Oct 2018 17:08:49 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from mail.rail.eu.org (mail.rail.eu.org [IPv6:2001:bc8:30d3:ff17::2]) (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 1473C7C16B for ; Sat, 20 Oct 2018 17:08:48 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2a01:e35:2f62:1e60:6267:20ff:fede:1808] (unknown [IPv6:2a01:e35:2f62:1e60:6267:20ff:fede:1808]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: erwan) by mail.rail.eu.org (Postfix) with ESMTPSA id ED68A30C6 for ; Sat, 20 Oct 2018 19:08:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rail.eu.org; s=mail; t=1540055325; bh=Zv4PeZ7n3denWsQ3e6sM1yqLhoK2xHMIW3OcS4xX65w=; h=To:From:Subject:Date:From; b=wiRgOp/cklpGXJX0/H9CoGf11ln98/Gpj5UWsMIicL2VZSH7Prgge02ci01rd2yYv JmdNtgRSFtCDxMhyo+G0EEBz1JjCV80u/UUgEgpHYLwP/uMzfj36QhV26MoYcMgNaM iYsV0Zv/vnZ9817LjDI0phJS92PVVHa3hPadGy4g= To: FreeBSD From: Erwan David Subject: Upgrading ezjail jails from 11.1 to 11.2 Openpgp: preference=signencrypt Autocrypt: addr=erwan@rail.eu.org; prefer-encrypt=mutual; keydata= xsFNBFJAaOMBEADAHsjODUMNImClvj0eAW7oCKr/cjccRts2DVrslhb6UEDbxgvnCKGtRy2P A9NcILX/+lG9zaoPw0caDSXDuubrC/giKZAphUTSmd+Uqz+9WDtU602WQuP5d5S1aAUe+fzT 6l9iDSR8Fz07ajjZ791Q0P1P4EwWQDbCJvmNXAknwysX0fIAlLpDaIQ0Asa6IvG/v8TyLZSE U0NytwIfHJMJk5btrM4fdaGc+4XnTK0E2Oa+Qjab18fsBLtHGctQUrDjrWvnGj1slHrfhUrT 67e9NHZgDPmEsOeCChd1ZWurIR0AQFp/Wrz80abJltk+aFswEzOvhkriOGjt4gM31BocpNbZ +sEEg9M6skAeXvuISkfS0bCM3kZ6MgywHE98AbA+8WxiKMRKuuuTNSEmIIRQt8dn7ad/1+r1 KAZ1bkB2naCDArqnpeDb65+378qh/2J6/M0UivSMFLzxXc+AyIxucjmrK8VCWQbDwUiA6sPU W4BC7V7+5j7ELzh4JzQX2LisNzPOqkaTVTfmCgDeL7V9LZErtLlG1rYbISrLvDnWNdiJ9l1d flxnhCs4oqn8KA5DtV6HNwIW6b6zwEHFoDPwtK2fctj0VIRwjiIMlyrEWHiC5NZoPyfexGlj RNP7oaDb6PIItgnBItWq/ZRymXP9gA945DjnrozsUZ02y7OMjQARAQABzR9FcndhbiBEYXZp ZCA8ZXJ3YW5AcmFpbC5ldS5vcmc+wsF9BBMBCAAnAhsDBQsJCAcDBRUKCQgLBRYDAgEAAh4B AheABQJXH8QiBQkKgm29AAoJELgOrBXkD/0PSm4P/3E/TWb0XlysYdYS/AnD6gnTz68W2wP9 xtX0qeF9BJEazPHMuXZ5ppAoGNNYuO2ixzQkrQilAFuBXsCSVScy+iRqwtXGMMNIzCsBhp+B wDBzFMCI92ZND3EVG6RA7DgR3JgL1OzljuXTaFSY30vBmTIrTqdyFfSwG7WPqvSo/xAmAWSS Tl6ESqJL1mjD4G4Ko/FdMoNwOU3q9wHW/Yv9oX6DpOwmgjN/QoyUdtQFo7FlkoNZY8aRwdUX kgLlp/qyezJDEzn/ZNafG/HuOZNHFiwvdPq5OqLhgB2fu8fNWRCxr30QlSjZdaNAsTeLqXKZ 9YhnZ/lMdmxDwyLl31hMjlnWXFpw4F/Dzt+UhCt8BF8ixdSxS+5Wkq0HDdD62cRSLt3j2efS iAoNs1QMknFUS5F602psJ+/mah3cTrsmTctPqyEE9Y/0p/77A9ZhJuCbVH3m6JnnAstvWg7S XFmwtChaQ0ckY2k53PQ6XpWHkjSI3KCqHfSE2da9Up8tUVmTs222iChe3B9mb7ZBE0RfKpHp DNTscYyNRUgpb1xZ4Y9AtFhu6eyB04op/ZLsIrXQcaafvOeGrzWYDgND76yLxL6C54bQzZLh D7dmEWvf0MMQJf2hF2e/QQ+s6TYQvY80p0pCoFMqm1OWA+H66/0/+75dGWDgEyIxtqtrTMxQ BG4rzsFNBFJAaOMBEAC+g+OJRv5IxEAmNe3OaqHiCkTIEdmVAujMdsD44WsGsUaIgxOhGBLe wOUtShMflVwwpUZ49A65wguVKlrCqtOON6d0qZaCKqAlPcmlHubH7rcAm90lpdgHvbAG9PUS IHUuNR4YNVNU3LSD4y8vtAParU6Kaj2Yt33xPkXCRkQyWyTvXvBYhiJBmsq7qprxRie5Tsiv NOhSSXbg3S2yv5fRt7b8YJb6wKD348TzD6lAApOLfuRmorueinc3/hYeoZOVCUleRE4+RS3r PnkIMKmtHD21bG8Wfd0N2VwQkUyVT+1d+HBoxhHqkYpJnHqCyd2dHq6T2OsZ/Lhz9AFk4fvI OSJRp7fp38Kj70HAjgaUBhFiF+TpW+dsPSev066MFbtGiuF4zLhCkbfoIB8JhOqBhsDKaTLB DmV5DDjDibeYUrSdl3DZYx+ZVhSi/icrjyVYzmU7f8GzpNsbVADQGXbBoUHK5JFMfetT1QM+ H6PvCw1+HkVS77hVEyYEWjM5YehEJIAs6a2K2VB2tuf/hkzMoJOpBtXBJ9dIBDQE+IPRpquh QhMUBEYOX2Q8AubMTVT6gWueM8lxhifuIEXiYJRbI8RzyoE2nm1UzJMGIVUfFHgDG/8gc6bE w+Xa9PhXO1Z5gbOa46kfG558dGoCdB5CAfXnwMObZYMDW1VKOTmlLwARAQABwsFfBBgBCAAJ BQJSQGjjAhsMAAoJELgOrBXkD/0PAO4P/0Rdp1OMZp/Y5Zj9WIYieise9jg6Q1TjQLozSd4u 9UXBkvOKU8HnR5vFWjiPYR9XkiMTOADPoRZq7k8OuT0dGs4lIzGUbGdddhoIgulMs3wFCENc qY7cuq6RNT/AthtljTbhMAJ6+jok2QOJIpvWJhdRUMutXWwG2oyWhQP0gATLvFiVv2F1WLcR 4Bluyi4/Sx351pm5A89RAgSbIe+j3h2r7KoUUx36eyVhZrFbMVYiU+LK/h5Ig30w7k+JNQWv Co98rHLJ7cjR9ZfBv2Gw3bHxxIQ5rGAi6xm/31JvqQuA0+PsoC0giZCNf3pSolKTpjrjILuc YnloV2likGu987HUoYbskWu+DDwPFo5C8g0ZW/HBryeXMLI8J4nRxNoGKmRExkhrmQ6Ez1G+ ZHNlxCsINXi7i+u2nGJZc6dnqQDgG159kWoWST1DVw/TCmnAcnrSgQLrFzYuALM8XAahRB6R uP7d7LS5lyA3eS71GsqLx3dbLXh2xD75fXaVN+hbXnJ1DTumfSYSLwGMvG/+00+tasELzrHG vjTJUv6voT5Md56SNRhRAJGpxS6y1RNTBk+gtJGdjBJu5gqWUCGU9iITLB14WjEJT+Z6ef5h SfdeW3fgd7rH6EDViZjd4O7VWRr5eWe5uyeWb9y/OFNd7Wz7d925VfFiuISAwP3P65tp Message-ID: Date: Sat, 20 Oct 2018 19:08:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 17:08:49 -0000 Hi, I just upgraded my host system from 11.1 to 11.2 rebooted it (following https://www.freebsd.org/doc/handbook/jails-ezjail.html) then issued the command ezjail-admin update -U -s 11.1-RELEASE However I get a continuous Run '/usr/sbin/freebsd-update fetch' first. No updates are available to install. What should I do to upgrade my jails ? From owner-freebsd-questions@freebsd.org Sat Oct 20 18:36:30 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49772FF091E for ; Sat, 20 Oct 2018 18:36:30 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C12EE81728 for ; Sat, 20 Oct 2018 18:36:29 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io1-xd2d.google.com with SMTP id q18-v6so2789284iod.5 for ; Sat, 20 Oct 2018 11:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=GvlinNpvOwVL2bIsz3N51j3XW4moRnZZBsptxm/jxjo=; b=pQZiZYh6geyCA/T8qnkZdMejVgERXlaGc6gMNC3PJizRZoivlaQN3990a1lgGHbW7c r+njDFl5ajaK/mDRuz7x1hFbJ51WjW/LoSbe1kJMYLg7/S/CTlK1FLih7ErssQ1mYYIX O26B1CysTRjZFQF5wlaobLWX/5RcjSMmiV7qcJEeON3z9O9BnZYYZe/JsVoTvWSru40m J09xuVFjga2TkdQMDYVru7t0QQ8g6sgg3x3ie7jrXFxXfVnrRNFMb3HtTBlyQMWshTiE Xm9sL6IvXEnkqFl5rBmJedaEgPwnPzTX2xVLun9OaJOf0xy4v8Qpko3z+vNHtZBf8LcC P/ZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=GvlinNpvOwVL2bIsz3N51j3XW4moRnZZBsptxm/jxjo=; b=bfhJogBecw8M0HEKgENGcZEDW3IzMAekcDXMsROu97N99Q3lBCBbBHS8GJenpX536O 6UPLGgNK9NiDSKfaUCNMemCNmqD3oEVEivm5H2Jtoz0bMolXNbVlF8inaGMsg/Pw9TU/ dMpLdw0zWwirAM4/PyUR9gHauUSDkKIeHDTSv2X0FK0SomiLXzVrED7O7JqhKtd4NXmZ AOLY9HysH/HET78knTBvOewMHKqlwTGUKqvlrsR6rmudfYUdXDSCTAXA2DSAAwmImRcv htANWBmkz85Ijggd8d4/WkIfdqrcdPNN4ma2XdeMI4AqWG8u+vZUKic0CbWvLePq+LUz Vq3A== X-Gm-Message-State: AGRZ1gLTYh496phFNP2xl+UoIA3a5KcH65tMV1QlhxhQwtFQDImx+tO9 cIWUWdJcWmcY7J8zRdO/RHF3BjvB X-Google-Smtp-Source: AJdET5e0sR0rKZFUo5z20zwsVA7urgzZyQiXCye89o/+SJ+X/Q8IvGADaIY41Dra7zM5RayrIlv0kw== X-Received: by 2002:a5e:9b0c:: with SMTP id j12-v6mr5902676iok.193.1540060589187; Sat, 20 Oct 2018 11:36:29 -0700 (PDT) Received: from [10.0.10.7] (cpe-65-25-48-31.neo.res.rr.com. [65.25.48.31]) by smtp.googlemail.com with ESMTPSA id d6-v6sm2602801ite.39.2018.10.20.11.36.27 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 20 Oct 2018 11:36:28 -0700 (PDT) Message-ID: <5BCB75AC.7090803@gmail.com> Date: Sat, 20 Oct 2018 14:36:28 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Erwan David CC: FreeBSD Subject: Re: Upgrading ezjail jails from 11.1 to 11.2 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.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 18:36:30 -0000 Erwan David wrote: > Hi, > > I just upgraded my host system from 11.1 to 11.2 rebooted it (following > https://www.freebsd.org/doc/handbook/jails-ezjail.html) then issued the > command ezjail-admin update -U -s 11.1-RELEASE > > However I get a continuous > > Run '/usr/sbin/freebsd-update fetch' first. > No updates are available to install. > > What should I do to upgrade my jails ? > > Check the questions archives. This was answered in the last few weeks or so. From owner-freebsd-questions@freebsd.org Sat Oct 20 18:45:22 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F3EBFF102F for ; Sat, 20 Oct 2018 18:45:22 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from mail.rail.eu.org (mail.rail.eu.org [IPv6:2001:bc8:30d3:ff17::2]) (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 91D46820A6 for ; Sat, 20 Oct 2018 18:45:21 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2a01:e35:2f62:1e60:6267:20ff:fede:1808] (unknown [IPv6:2a01:e35:2f62:1e60:6267:20ff:fede:1808]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: erwan) by mail.rail.eu.org (Postfix) with ESMTPSA id CC1AA3127 for ; Sat, 20 Oct 2018 20:45:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rail.eu.org; s=mail; t=1540061118; bh=7YWDUR2MBp6PKBs5jJ/KgDET4q13RgimZlY8Rmg/OVY=; h=Subject:To:References:From:Date:In-Reply-To:From; b=NGxnspT7Mp8bUZX1rketT2snZmCiDb3u6r4ma7xMKkFSpa36C+r6Mz2SWONlt8WS0 b8uwyrQ//R90iLxWYtqppxOnO/R/5xrqmMiBBYesQ3wRNRusDV165dyeuT4yXG7WLm Vd3We77AY9sDD1/48EsPOrF/G/3TQEWqTluxTv7k= Subject: Re: Upgrading ezjail jails from 11.1 to 11.2 To: freebsd-questions@freebsd.org References: <5BCB75AC.7090803@gmail.com> From: Erwan David Openpgp: preference=signencrypt Autocrypt: addr=erwan@rail.eu.org; prefer-encrypt=mutual; keydata= xsFNBFJAaOMBEADAHsjODUMNImClvj0eAW7oCKr/cjccRts2DVrslhb6UEDbxgvnCKGtRy2P A9NcILX/+lG9zaoPw0caDSXDuubrC/giKZAphUTSmd+Uqz+9WDtU602WQuP5d5S1aAUe+fzT 6l9iDSR8Fz07ajjZ791Q0P1P4EwWQDbCJvmNXAknwysX0fIAlLpDaIQ0Asa6IvG/v8TyLZSE U0NytwIfHJMJk5btrM4fdaGc+4XnTK0E2Oa+Qjab18fsBLtHGctQUrDjrWvnGj1slHrfhUrT 67e9NHZgDPmEsOeCChd1ZWurIR0AQFp/Wrz80abJltk+aFswEzOvhkriOGjt4gM31BocpNbZ +sEEg9M6skAeXvuISkfS0bCM3kZ6MgywHE98AbA+8WxiKMRKuuuTNSEmIIRQt8dn7ad/1+r1 KAZ1bkB2naCDArqnpeDb65+378qh/2J6/M0UivSMFLzxXc+AyIxucjmrK8VCWQbDwUiA6sPU W4BC7V7+5j7ELzh4JzQX2LisNzPOqkaTVTfmCgDeL7V9LZErtLlG1rYbISrLvDnWNdiJ9l1d flxnhCs4oqn8KA5DtV6HNwIW6b6zwEHFoDPwtK2fctj0VIRwjiIMlyrEWHiC5NZoPyfexGlj RNP7oaDb6PIItgnBItWq/ZRymXP9gA945DjnrozsUZ02y7OMjQARAQABzR9FcndhbiBEYXZp ZCA8ZXJ3YW5AcmFpbC5ldS5vcmc+wsF9BBMBCAAnAhsDBQsJCAcDBRUKCQgLBRYDAgEAAh4B AheABQJXH8QiBQkKgm29AAoJELgOrBXkD/0PSm4P/3E/TWb0XlysYdYS/AnD6gnTz68W2wP9 xtX0qeF9BJEazPHMuXZ5ppAoGNNYuO2ixzQkrQilAFuBXsCSVScy+iRqwtXGMMNIzCsBhp+B wDBzFMCI92ZND3EVG6RA7DgR3JgL1OzljuXTaFSY30vBmTIrTqdyFfSwG7WPqvSo/xAmAWSS Tl6ESqJL1mjD4G4Ko/FdMoNwOU3q9wHW/Yv9oX6DpOwmgjN/QoyUdtQFo7FlkoNZY8aRwdUX kgLlp/qyezJDEzn/ZNafG/HuOZNHFiwvdPq5OqLhgB2fu8fNWRCxr30QlSjZdaNAsTeLqXKZ 9YhnZ/lMdmxDwyLl31hMjlnWXFpw4F/Dzt+UhCt8BF8ixdSxS+5Wkq0HDdD62cRSLt3j2efS iAoNs1QMknFUS5F602psJ+/mah3cTrsmTctPqyEE9Y/0p/77A9ZhJuCbVH3m6JnnAstvWg7S XFmwtChaQ0ckY2k53PQ6XpWHkjSI3KCqHfSE2da9Up8tUVmTs222iChe3B9mb7ZBE0RfKpHp DNTscYyNRUgpb1xZ4Y9AtFhu6eyB04op/ZLsIrXQcaafvOeGrzWYDgND76yLxL6C54bQzZLh D7dmEWvf0MMQJf2hF2e/QQ+s6TYQvY80p0pCoFMqm1OWA+H66/0/+75dGWDgEyIxtqtrTMxQ BG4rzsFNBFJAaOMBEAC+g+OJRv5IxEAmNe3OaqHiCkTIEdmVAujMdsD44WsGsUaIgxOhGBLe wOUtShMflVwwpUZ49A65wguVKlrCqtOON6d0qZaCKqAlPcmlHubH7rcAm90lpdgHvbAG9PUS IHUuNR4YNVNU3LSD4y8vtAParU6Kaj2Yt33xPkXCRkQyWyTvXvBYhiJBmsq7qprxRie5Tsiv NOhSSXbg3S2yv5fRt7b8YJb6wKD348TzD6lAApOLfuRmorueinc3/hYeoZOVCUleRE4+RS3r PnkIMKmtHD21bG8Wfd0N2VwQkUyVT+1d+HBoxhHqkYpJnHqCyd2dHq6T2OsZ/Lhz9AFk4fvI OSJRp7fp38Kj70HAjgaUBhFiF+TpW+dsPSev066MFbtGiuF4zLhCkbfoIB8JhOqBhsDKaTLB DmV5DDjDibeYUrSdl3DZYx+ZVhSi/icrjyVYzmU7f8GzpNsbVADQGXbBoUHK5JFMfetT1QM+ H6PvCw1+HkVS77hVEyYEWjM5YehEJIAs6a2K2VB2tuf/hkzMoJOpBtXBJ9dIBDQE+IPRpquh QhMUBEYOX2Q8AubMTVT6gWueM8lxhifuIEXiYJRbI8RzyoE2nm1UzJMGIVUfFHgDG/8gc6bE w+Xa9PhXO1Z5gbOa46kfG558dGoCdB5CAfXnwMObZYMDW1VKOTmlLwARAQABwsFfBBgBCAAJ BQJSQGjjAhsMAAoJELgOrBXkD/0PAO4P/0Rdp1OMZp/Y5Zj9WIYieise9jg6Q1TjQLozSd4u 9UXBkvOKU8HnR5vFWjiPYR9XkiMTOADPoRZq7k8OuT0dGs4lIzGUbGdddhoIgulMs3wFCENc qY7cuq6RNT/AthtljTbhMAJ6+jok2QOJIpvWJhdRUMutXWwG2oyWhQP0gATLvFiVv2F1WLcR 4Bluyi4/Sx351pm5A89RAgSbIe+j3h2r7KoUUx36eyVhZrFbMVYiU+LK/h5Ig30w7k+JNQWv Co98rHLJ7cjR9ZfBv2Gw3bHxxIQ5rGAi6xm/31JvqQuA0+PsoC0giZCNf3pSolKTpjrjILuc YnloV2likGu987HUoYbskWu+DDwPFo5C8g0ZW/HBryeXMLI8J4nRxNoGKmRExkhrmQ6Ez1G+ ZHNlxCsINXi7i+u2nGJZc6dnqQDgG159kWoWST1DVw/TCmnAcnrSgQLrFzYuALM8XAahRB6R uP7d7LS5lyA3eS71GsqLx3dbLXh2xD75fXaVN+hbXnJ1DTumfSYSLwGMvG/+00+tasELzrHG vjTJUv6voT5Md56SNRhRAJGpxS6y1RNTBk+gtJGdjBJu5gqWUCGU9iITLB14WjEJT+Z6ef5h SfdeW3fgd7rH6EDViZjd4O7VWRr5eWe5uyeWb9y/OFNd7Wz7d925VfFiuISAwP3P65tp Message-ID: <9804d870-e4d1-401f-7b5c-b2d41fe78214@rail.eu.org> Date: Sat, 20 Oct 2018 20:45:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <5BCB75AC.7090803@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: fr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 18:45:22 -0000 Le 10/20/18 à 20:36, Ernie Luzar a écrit : > Erwan David wrote: >> Hi, >> >> I just upgraded my host system from 11.1 to 11.2 rebooted it (following >> https://www.freebsd.org/doc/handbook/jails-ezjail.html) then issued the >> command ezjail-admin update -U -s 11.1-RELEASE >> >> However I get a continuous >> >> Run '/usr/sbin/freebsd-update fetch' first. >> No updates are available to install. >> >> What should I do to upgrade my jails ? >> >> > > Check the questions archives. This was answered in the last few weeks > or so. > Alas the only messages I found are those of https://docs.freebsd.org/cgi/getmsg.cgi?fetch=80205+0+/usr/local/www/mailindex/archive/2018/freebsd-questions/20180708.freebsd-questions Which does not help. From owner-freebsd-questions@freebsd.org Sat Oct 20 20:37:15 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D107EFF4DB2 for ; Sat, 20 Oct 2018 20:37:15 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 597EE86DE9 for ; Sat, 20 Oct 2018 20:37:15 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io1-xd29.google.com with SMTP id l25-v6so24941661ioj.0 for ; Sat, 20 Oct 2018 13:37:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=ZLdFRBQYBkj2yxGnc25X1fNUuIXgzG8AjYfY3plhXI8=; b=CzjEKlbfWNJRQ99r8rTmeER58ot7gb/tEJlXF8jpjD1Hs1RFXOSfyLaiBg9YcENa8T yl5VDh18ubQLUj7A2ziAVV+l/dsQHCXNSp8LfZ0w3xdGqvJtdrFnQYEX3F1noxsEWSRx Nwfkl8fX7j8a93OzibLksm5wCGB25Xzdkl5CLl3OXq1/baKSnnzglWKz8fFd8whblRUm ahTiAUHHnzBmgRzfrNa9kMUURQdh0CNfuel+OJk8GZFJqijT5E5AcmLFhBeT4DQ5HegZ yas77GqRcbcTN6/z/+7ImXyNapjJtCPJmwdp6w+Uhwd+kaX4SyjmwlonFWqncGLHBGkv F7gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=ZLdFRBQYBkj2yxGnc25X1fNUuIXgzG8AjYfY3plhXI8=; b=SqLsO9qmcCVwZkQ4R4r9cy5sFSvAT2QcCUKRAchzEHdf3X5EfnxS4uPqQndra0p1Go DdeqmaOI534z2qZCgiAXSAh17ONbhcQ4zAKBLAPewovYHTyXGuok0epMAfjbCoWraEQ4 4C7z5oZ4UruLezXtuvwAZ/7Usv9MRZ2r4OVRwQzQiujL1WOOPCmqpd9C/VXe20M8nGXl fMqSmViz63YpqDqeYMBgM/ZNjOIIMYd2eCCIc1+gBSpm+LiOVqIDdk+Uvekjln/R+ZoF xghZNlU8XyEKzM11dxxuS+9pXzhj5rfax6eA9+twQfp/wxkX+jDUh2E/eo7Il/ekhrfw vf8A== X-Gm-Message-State: AGRZ1gLOlzIbRphtDFMOiJ47c17VMtqnmxt1QDpojdj6HnjOTIDzcDjR yMThHAAVTQjdBhGQEQLXz7scIQqb X-Google-Smtp-Source: AJdET5eNxyXfnd4GJ9fnGIAjXdl1ZU/IbPyOOovflEsXFZjHavif8rgVm5y1RjyLPiA16CLxrgiU6A== X-Received: by 2002:a6b:5104:: with SMTP id f4-v6mr5339810iob.114.1540067834391; Sat, 20 Oct 2018 13:37:14 -0700 (PDT) Received: from [10.0.10.7] (cpe-65-25-48-31.neo.res.rr.com. [65.25.48.31]) by smtp.googlemail.com with ESMTPSA id c12-v6sm8630371ioq.81.2018.10.20.13.37.12 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 20 Oct 2018 13:37:13 -0700 (PDT) Message-ID: <5BCB91F9.4050607@gmail.com> Date: Sat, 20 Oct 2018 16:37:13 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Erwan David CC: freebsd-questions@freebsd.org Subject: Re: Upgrading ezjail jails from 11.1 to 11.2 References: <5BCB75AC.7090803@gmail.com> <9804d870-e4d1-401f-7b5c-b2d41fe78214@rail.eu.org> In-Reply-To: <9804d870-e4d1-401f-7b5c-b2d41fe78214@rail.eu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 20:37:16 -0000 Erwan David wrote: > Le 10/20/18 à 20:36, Ernie Luzar a écrit : >> Erwan David wrote: >>> Hi, >>> >>> I just upgraded my host system from 11.1 to 11.2 rebooted it (following >>> https://www.freebsd.org/doc/handbook/jails-ezjail.html) then issued the >>> command ezjail-admin update -U -s 11.1-RELEASE >>> >>> However I get a continuous >>> >>> Run '/usr/sbin/freebsd-update fetch' first. >>> No updates are available to install. >>> >>> What should I do to upgrade my jails ? >>> >>> >> Check the questions archives. This was answered in the last few weeks >> or so. >> > Alas the only messages I found are those of > https://docs.freebsd.org/cgi/getmsg.cgi?fetch=80205+0+/usr/local/www/mailindex/archive/2018/freebsd-questions/20180708.freebsd-questions > > Which does not help. I also get posts from the "current" list. Maybe it was there I saw it. Anyhow now I am recalling from memory what the fix was about. This may help point you in the correct direction. As I recall this problem dealt with the directory location of where ezjail processes the update command. The fix was a patch to the source of the ezjail script. The patch source was included in the body of the post. It also said there was a PR about it but the poster could not find it. He had only read the PR titles and nothing about this problem popped out at him. The PR titles may be misleading so all open ezjail PRs may have to be read. If you find yourself between a rock and a hard place I suggest you try qjail. It's a fork of ezjail and uses the new jail.conf nethod of defining jails instead of the old outdated rc.conf method used by ezjail. Moving to qjail will eliminate those warning messages for every jail ezjail starts.