From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 00:12:23 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78EA86D3 for ; Sun, 14 Sep 2014 00:12:23 +0000 (UTC) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (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 250F3B83 for ; Sun, 14 Sep 2014 00:12:22 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id s8E0CKIM079881; Sat, 13 Sep 2014 18:12:20 -0600 (MDT) (envelope-from ah@dreamchaser.org) Message-ID: <5414DD64.7040902@dreamchaser.org> Date: Sat, 13 Sep 2014 18:12:20 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: "William A. Mahaffey III" , "FreeBSD Questions !!!!" Subject: Re: minor question .... References: <5414AF66.80606@hiwaay.net> In-Reply-To: <5414AF66.80606@hiwaay.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sat, 13 Sep 2014 18:12:21 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 00:12:23 -0000 > .... I usually have long login sessions (weeks, maybe months), 99% of > which are spent in rxvt shells, either on this machine or logged into > other boxen on my LAN. I login as regular user. On 1 desktop, I open > an rxvt session, su to root, then (try to) duplicate that shell using > the following CLI commands: > > [root@kabini1, /etc, 3:45:35pm] 325 % ( rxvt -sl 5000 -fn > -*-lucidatypewriter-bold-r-normal-sans-17-*-100-100-*-100-*-* & ) > rxvt: No match. [root@kabini1, /etc, 3:45:42pm] 326 % which rxvt > /usr/local/bin/rxvt [root@kabini1, /etc, 3:45:49pm] 327 % ( > /usr/local/bin/rxvt -sl 5000 -fn > -*-lucidatypewriter-bold-r-normal-sans-17-*-100-100-*-100-*-* & ) > /usr/local/bin/rxvt: No match. [root@kabini1, /etc, 3:53:56pm] 328 % > > also tried: > > [root@kabini1, /etc, 3:54:49pm] 329 % ( rxvt & ) [root@kabini1, > /etc, 3:55:21pm] 330 % No protocol specified rxvt: can't open display > :0 > > [root@kabini1, /etc, 3:55:23pm] 330 % > > This worked AOK under FC14, apropos of little, but doesn't work under > FBSD 9.3 .... Any clues as to why not ? It save me a bunch of > clicking the rxvt icon, clicking the maximize button on the new > window, & su-ing to root (3 steps instead of 1, grrrrr ....) .... > obviously not show stopping, but irritating .... Same problem as > regular user .... Any clues appreciated .... Sorry about the red-herring earlier, didn't understand what you were saying. The su doesn't preserve the environment of the xterm process, which includes the DISPLAY variable, so it doesn't know where to display. The fontpath may have a similar problem. After doing the su, do whatever is the right thing in your shell to export the DISPLAY environment variable. doing the su. I'm basing this on the behavior I see using xterm, which should be the same if I understand what rxvt does correctly. You might try testing by leaving off the font param. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 06:20:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFBE2C2C for ; Sun, 14 Sep 2014 06:20:15 +0000 (UTC) Received: from relay2.tomsk.ru (mail.sibptus.tomsk.ru [212.73.124.5]) by mx1.freebsd.org (Postfix) with ESMTP id 4891CB7C for ; Sun, 14 Sep 2014 06:20:13 +0000 (UTC) X-Virus-Scanned: by clamd daemon 0.98.1 for FreeBSD at relay2.tomsk.ru Received: from admin.sibptus.tomsk.ru (account sudakov@sibptus.tomsk.ru [212.73.125.240] verified) by relay2.tomsk.ru (CommuniGate Pro SMTP 5.1.16) with ESMTPSA id 36617905; Sun, 14 Sep 2014 13:20:10 +0700 Received: from admin.sibptus.tomsk.ru (sudakov@localhost [127.0.0.1]) by admin.sibptus.tomsk.ru (8.14.9/8.14.7) with ESMTP id s8E6K6Qe032913; Sun, 14 Sep 2014 13:20:09 +0700 (NOVT) (envelope-from vas@mpeks.tomsk.su) Received: (from sudakov@localhost) by admin.sibptus.tomsk.ru (8.14.9/8.14.7/Submit) id s8E6K6iX032912; Sun, 14 Sep 2014 13:20:06 +0700 (NOVT) (envelope-from vas@mpeks.tomsk.su) X-Authentication-Warning: admin.sibptus.tomsk.ru: sudakov set sender to vas@mpeks.tomsk.su using -f Date: Sun, 14 Sep 2014 13:20:06 +0700 From: Victor Sudakov To: Thomas Dickey Subject: Re: xterm, screen and the "Home" and "End" keys Message-ID: <20140914062006.GA32633@admin.sibptus.tomsk.ru> References: <20140902132318.GA86135@admin.sibptus.tomsk.ru> <20140903144836.GA14568@admin.sibptus.tomsk.ru> <20140903205449.GB3259@aerie.jexium-island.net> <20140903211809.GA3731@aerie.jexium-island.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140903211809.GA3731@aerie.jexium-island.net> Organization: AO "Svyaztransneft", SibPTUS X-PGP-Key: http://www.dreamwidth.org/pubkey?user=victor_sudakov X-PGP-Fingerprint: 10E3 1171 1273 E007 C2E9 3532 0DA4 F259 9B5E C634 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 06:20:16 -0000 Thomas Dickey wrote: > > > > alternatively: > > > > XTerm*keyboardType: vt220 > > (not in "VT100") "XTerm*keyboardType: vt220" turns out to have an unpleasant side effect. The "+" key on the numeric keypad now prints "," instead of "+". -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN sip:sudakov@sibptus.tomsk.ru From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 06:27:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3051FCF9; Sun, 14 Sep 2014 06:27:09 +0000 (UTC) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B80AC26; Sun, 14 Sep 2014 06:27:08 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id v6so2943096lbi.13 for ; Sat, 13 Sep 2014 23:27:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=S2lrqsKpaTcdzWI4awQIPylzkNNpVR2x139XEtbhqe8=; b=flMDJriteOAjY3GILezAojBXqW4xcQ4HWfwl73lp8PLWQjcbjf6UemI9RK6o9OqTK2 FRQlOkqTh5JhDX9ZLOgKZGQJQXdFn6XGvoijGuKxJxReE+JBoXCVSWrOSisVBU1+6QZa UAC7upfO3i4TQwkQ44NcFD3+V4+zUymdQ9g2wKQKNxiJ5rwUIyIbBTfZzZihCWHDZI2C 6Va4rdJN0fHFCg8dxd+5F9EEqp0w6i2faYbhEJrHyHFZa3fP41cS9oMgU3xpAmoSBl3U B4nRD/uEgDX4LJEX6g39D4XseLRdaoexWlpeLzFkNY/e6BTdyy6onWIvtGWat/ZyUnuD EeTg== MIME-Version: 1.0 X-Received: by 10.112.114.227 with SMTP id jj3mr18912253lbb.39.1410676026191; Sat, 13 Sep 2014 23:27:06 -0700 (PDT) Received: by 10.25.136.132 with HTTP; Sat, 13 Sep 2014 23:27:06 -0700 (PDT) In-Reply-To: References: Date: Sat, 13 Sep 2014 23:27:06 -0700 Message-ID: Subject: Re: FreeBSD and WiDi / Miracast / WiFi Direct HDMI streaming From: Waitman Gobble To: CeDeROM Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-hackers@freebsd.org" , FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 06:27:09 -0000 On Fri, Sep 12, 2014 at 10:03 AM, Waitman Gobble wrote: > ok.. one thing - it seems OpenWFD was dropped and the dev started a new > project 'MiracleCast'.. the other day I *thought* I saw that MiracleCast > had a dependency on SystemD, which I don't see at the moment (that could > potentially cause trouble lol). > > http://dvdhrm.wordpress.com/2014/02/17/on-wifi-democratic-republics-and-miracles/ > > anyway I suppose it would be better to work on porting that instead of > OpenWFD. > > > > On Fri, Sep 12, 2014 at 9:39 AM, CeDeROM wrote: > >> On Fri, Sep 12, 2014 at 6:25 PM, CeDeROM wrote: >> > I have ordered a Streamcast dongle from Google, lets give it a try :-) >> >> Sorry, I have refernced a CHROMECAST device :-) >> >> http://www.google.com/chrome/devices/chromecast/ >> >> -- >> CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >> > > > > -- > Waitman Gobble > San Jose California USA > 510-830-7975 > yeah. configure: error: Package requirements (libudev libsystemd >= 213) were not met: Package libudev was not found in the pkg-config search path. Perhaps you should add the directory containing `libudev.pc' to the PKG_CONFIG_PATH environment variable Package 'libudev', required by 'world', not found Package 'libsystemd', required by 'world', not found -- Waitman Gobble San Jose California USA 510-830-7975 From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 07:12:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C8FE14B; Sun, 14 Sep 2014 07:12:15 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4724F78; Sun, 14 Sep 2014 07:12:14 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id mc6so3060317lab.17 for ; Sun, 14 Sep 2014 00:12:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LORVT0g0UCbaaS/yFaB2tyINzQyQ5oC/mrtrgrpcqv8=; b=fmFj5t5CI0Tn+N45philVrQUp9o5FlbwKucp1A+wQD/8nXMRyRnFRi4iNMI6Oy2ZKB nufHHRYliDHs3QQbL4CrISRSUt46RB3IVBqRFu4zQ0NXvgKqxkOYoz0z3a7ZMaZSri8e ZtNQ1vHi151hshGtyhCQ6YBhh1xG5w7nHDXWjpRleEBrsry7IxEDnI8oTBKy72Bc2DFY qH/FwjPpZO8De7EdAg/OAJIbItfo3Ym/D5dcbxQr3GUSqW8YKI6CAyP67OR59WUf3Au9 Trpg5m6XYdoHkPWgsNygrCkyUvZr1jDjn1jWwokeqBdtCSGst1DAGmj/dPfSQGuf+mx/ A0oA== MIME-Version: 1.0 X-Received: by 10.112.33.74 with SMTP id p10mr19028333lbi.0.1410678732212; Sun, 14 Sep 2014 00:12:12 -0700 (PDT) Received: by 10.25.136.132 with HTTP; Sun, 14 Sep 2014 00:12:12 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Sep 2014 00:12:12 -0700 Message-ID: Subject: Re: FreeBSD and WiDi / Miracast / WiFi Direct HDMI streaming From: Waitman Gobble To: CeDeROM Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-hackers@freebsd.org" , FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 07:12:15 -0000 On Sat, Sep 13, 2014 at 11:27 PM, Waitman Gobble wrote: > > > On Fri, Sep 12, 2014 at 10:03 AM, Waitman Gobble > wrote: > >> ok.. one thing - it seems OpenWFD was dropped and the dev started a new >> project 'MiracleCast'.. the other day I *thought* I saw that MiracleCast >> had a dependency on SystemD, which I don't see at the moment (that could >> potentially cause trouble lol). >> >> http://dvdhrm.wordpress.com/2014/02/17/on-wifi-democratic-republics-and-miracles/ >> >> anyway I suppose it would be better to work on porting that instead of >> OpenWFD. >> >> >> >> On Fri, Sep 12, 2014 at 9:39 AM, CeDeROM wrote: >> >>> On Fri, Sep 12, 2014 at 6:25 PM, CeDeROM wrote: >>> > I have ordered a Streamcast dongle from Google, lets give it a try :-) >>> >>> Sorry, I have refernced a CHROMECAST device :-) >>> >>> http://www.google.com/chrome/devices/chromecast/ >>> >>> -- >>> CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >>> >> >> >> >> -- >> Waitman Gobble >> San Jose California USA >> 510-830-7975 >> > > > yeah. > configure: error: Package requirements (libudev libsystemd >= 213) were > not met: > > Package libudev was not found in the pkg-config search path. > Perhaps you should add the directory containing `libudev.pc' > to the PKG_CONFIG_PATH environment variable > Package 'libudev', required by 'world', not found > Package 'libsystemd', required by 'world', not found > > -- > Waitman Gobble > San Jose California USA > 510-830-7975 > ... with some intensive hacking we can maybe make it work :) it's a start anyway. getting rid of the systemd stuff and switching logging functions to syslog(3) miracled builds (but seriously no doubt hours more work involved to do something useful). :) this is just really a simple shell around the important guts. # clang -o miracled miracled.c # ./miracled -help miracled [OPTIONS...] ... Remote-display Management-daemon. -h --help Show this help --version Show package version -- Waitman Gobble San Jose California USA 510-830-7975 From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 08:01:47 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 565337B4; Sun, 14 Sep 2014 08:01:47 +0000 (UTC) Received: from EXCHANGE.mail.starnet.cz (exchange.mail.starnet.cz [92.62.224.72]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "EXCHANGE.mail.starnet.cz", Issuer "STARNET" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DA827396; Sun, 14 Sep 2014 08:01:46 +0000 (UTC) Received: from EXCHANGE.mail.starnet.cz ([fe80::d017:9e72:12a5:7bb4]) by EXCHANGE.mail.starnet.cz ([fe80::d017:9e72:12a5:7bb4%14]) with mapi; Sun, 14 Sep 2014 10:01:42 +0200 From: =?utf-8?B?UmFkZWsgS3JlasSNYQ==?= To: Matthew Seaman , "freebsd-questions@freebsd.org" Date: Sun, 14 Sep 2014 10:01:41 +0200 Subject: RE: A lot of pkg problems Thread-Topic: A lot of pkg problems Thread-Index: Ac/Pn3ZsBMkNFjzwTES1U2+8gvbTdgAUXfbA Message-ID: References: <5414C0A0.8090806@FreeBSD.org> In-Reply-To: <5414C0A0.8090806@FreeBSD.org> Accept-Language: cs-CZ Content-Language: cs-CZ X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: cs-CZ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 08:01:47 -0000 PiANCj4gV2hhdCBoYXBwZW5zIGlmIHlvdToNCj4gDQo+ICAgIHBrZyBkZWxldGUgLWFmDQoNCkRv bmUNCg0KPiAgICBwa2cgYm9vdHN0cmFwDQoNCnBrZyBib290c3RyYXANClRoZSBwYWNrYWdlIG1h bmFnZW1lbnQgdG9vbCBpcyBub3QgeWV0IGluc3RhbGxlZCBvbiB5b3VyIHN5c3RlbS4NCkRvIHlv dSB3YW50IHRvIGZldGNoIGFuZCBpbnN0YWxsIGl0IG5vdz8gW3kvTl06IHkNCkJvb3RzdHJhcHBp bmcgcGtnIGZyb20gcGtnK2h0dHA6Ly9wa2cuRnJlZUJTRC5vcmcvZnJlZWJzZDoxMDp4ODY6NjQv bGF0ZXN0LCBwbGVhc2Ugd2FpdC4uLg0KVmVyaWZ5aW5nIHNpZ25hdHVyZSB3aXRoIHRydXN0ZWQg Y2VydGlmaWNhdGUgcGtnLmZyZWVic2Qub3JnLjIwMTMxMDIzMDEuLi4gZG9uZQ0KSW5zdGFsbGlu ZyBwa2ctMS4zLjc6IDEwMCUNCk1lc3NhZ2UgZm9yIHBrZy0xLjMuNzoNCiBJZiB5b3UgYXJlIHVw Z3JhZGluZyBmcm9tIHRoZSBvbGQgcGFja2FnZSBmb3JtYXQsIGZpcnN0IHJ1bjoNCg0KICAjIHBr ZzJuZyANCg0KPiAgICBwa2cgaW5zdGFsbCBmaXJlZm94DQoNCkhtbW0sIGFuZCAyIGRheSB0byBp bnN0YWxsIGZyb20gcG9ydHM6DQoNCkZldGNoaW5nIGd0a3NvdXJjZXZpZXcyLTIuMTAuNV80LnR4 ejogMTAwJSAgNTYwIEtCIDU3My4xay9zICAgIDAwOjAxDQpGZXRjaGluZyB4ZmNlNC1ub3RpZnlk LTAuMi40LnR4ejogMTAwJSAgIDY2IEtCICA2Ny43ay9zICAgIDAwOjAxDQpGZXRjaGluZyBvcmFn ZS00LjEwLjBfMi50eHo6IDEwMCUgICAgMiBNQiAgIDEuN00vcyAgICAwMDowMQ0KQ2hlY2tpbmcg aW50ZWdyaXR5Li4uIGRvbmUgKDEgY29uZmxpY3RpbmcpDQpwa2c6IENhbm5vdCBzb2x2ZSBwcm9i bGVtIHVzaW5nIFNBVCBzb2x2ZXI6DQpjYW5ub3QgaW5zdGFsbCBwYWNrYWdlIHhmY2V+eDExLXdt L3hmY2U0LCByZW1vdmUgaXQgZnJvbSByZXF1ZXN0PyBbWS9uXTogeQ0KQ2hlY2tpbmcgaW50ZWdy aXR5Li4uIGRvbmUgKDAgY29uZmxpY3RpbmcpDQpDb25mbGljdHMgd2l0aCB0aGUgZXhpc3Rpbmcg cGFja2FnZXMgaGF2ZSBiZWVuIGZvdW5kLg0KT25lIG1vcmUgc29sdmVyIGl0ZXJhdGlvbiBpcyBu ZWVkZWQgdG8gcmVzb2x2ZSB0aGVtLg0KDQphbmQNCg0KRmV0Y2hpbmcgZmlyZWZveC0zMi4wXzEs MS50eHo6IDEwMCUgICAzMSBNQiAgIDQuMU0vcyAgICAwMDowOA0KRmV0Y2hpbmcgbnNzLTMuMTcu dHh6OiAxMDAlICAgIDIgTUIgICAxLjdNL3MgICAgMDA6MDENCkZldGNoaW5nIG5zcHItNC4xMC43 LnR4ejogMTAwJSAgMjg1IEtCIDI5MS43ay9zICAgIDAwOjAxDQpGZXRjaGluZyBsaWJ2NGwtMC44 LjhfMi50eHo6IDEwMCUgICA5MyBLQiAgOTUuNmsvcyAgICAwMDowMQ0KRmV0Y2hpbmcgZ3N0cmVh bWVyMS1wbHVnaW5zLWdvb2QtMS4yLjQudHh6OiAxMDAlICAgIDEgTUIgICAxLjFNL3MgICAgMDA6 MDENCkZldGNoaW5nIGdzdHJlYW1lcjEtcGx1Z2lucy0xLjIuNC50eHo6IDEwMCUgICAgMSBNQiAg IDEuMU0vcyAgICAwMDowMQ0KRmV0Y2hpbmcgZ3N0cmVhbWVyMS0xLjIuNC50eHo6IDEwMCUgICAg MSBNQiAgIDEuMU0vcyAgICAwMDowMQ0KRmV0Y2hpbmcgZ3N0cmVhbWVyMS1saWJhdi0xLjIuNF8x LnR4ejogMTAwJSAgICAyIE1CICAgMi42TS9zICAgIDAwOjAxDQpDaGVja2luZyBpbnRlZ3JpdHku Li4gZG9uZSAoMSBjb25mbGljdGluZykNCnBrZzogQ2Fubm90IHNvbHZlIHByb2JsZW0gdXNpbmcg U0FUIHNvbHZlcjoNCmNhbm5vdCBpbnN0YWxsIHBhY2thZ2UgZmlyZWZveH53d3cvZmlyZWZveCwg cmVtb3ZlIGl0IGZyb20gcmVxdWVzdD8gW1kvbl06DQoNCjotKCgoDQoNClJhZGVrDQoNCg== From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 08:50:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7964E5D; Sun, 14 Sep 2014 08:50:55 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F31B905; Sun, 14 Sep 2014 08:50:55 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id jd19so1765589oac.27 for ; Sun, 14 Sep 2014 01:50:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PSNr+X4nHItT3ZwxdYrqZS0+47AdFKjkw5mrMOmCwcE=; b=k2yjP/q+8dbzq01rMzaO3Cml9/gnxfG3JPqiIRdeHrdKl2ZTB1hYnAoDBWWbETIUu1 XxnnbNNAi9G4AN+CIaFDrY8toSq6cAtFZjB591KGU6gU9Dl5vnyno2Twql+DXiZt3uzJ A5baf/8ZSZ0/A8hgNj3/1mSeHqZQsxAMlgtuk9diSUIuSkBQGH9cAqLtloFzMHYjNMuu f16hkf64c0oQDmjJVh0mnVy0fCn8CdRvXKFu4SjxzkesZ6W1clmzAmJ0wGsh97biAA+k 4ETfufYh4f4b+Ml+xsKSFljea4NU1nDbgcjwKsFOdYcObc10FxeGh4aPSndfUBr41Tmr IrpQ== MIME-Version: 1.0 X-Received: by 10.60.175.166 with SMTP id cb6mr798656oec.64.1410684654665; Sun, 14 Sep 2014 01:50:54 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.202.58.196 with HTTP; Sun, 14 Sep 2014 01:50:54 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Sep 2014 10:50:54 +0200 X-Google-Sender-Auth: JpCwGup7TAwpTDwzYLDzSB25DEA Message-ID: Subject: Re: FreeBSD and WiDi / Miracast / WiFi Direct HDMI streaming From: CeDeROM To: Waitman Gobble Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-hackers@freebsd.org" , FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 08:50:55 -0000 On Sun, Sep 14, 2014 at 9:12 AM, Waitman Gobble wrote: >> yeah. >> configure: error: Package requirements (libudev libsystemd >= 213) were >> not met: > > ... with some intensive hacking we can maybe make it work :) > it's a start anyway. getting rid of the systemd stuff and switching logging > functions to syslog(3) miracled builds (but seriously no doubt hours more > work involved to do something useful). :) this is just really a simple shell > around the important guts. Cool :-) Maybe some layer could be added to make it OS independent? When I finish patching u3g module to make 3g modem work on my new machine I'll get into it :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 08:57:05 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 075C114A for ; Sun, 14 Sep 2014 08:57:05 +0000 (UTC) Received: from mail-vc0-x248.google.com (mail-vc0-x248.google.com [IPv6:2607:f8b0:400c:c03::248]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD4ED9D2 for ; Sun, 14 Sep 2014 08:57:04 +0000 (UTC) Received: by mail-vc0-f200.google.com with SMTP id ij19so8347244vcb.3 for ; Sun, 14 Sep 2014 01:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:message-id:date:subject:from:to:content-type; bh=NqhCP5BZqrBFZLtngvFKk9MkwW1/saYAkPKKUPlYXlw=; b=KeTXso+KKeHMDPgzIJiavEcXEiO89qqpFg3j3eZeT3dtAD0t4gZ/Q0rlVtFo9PlcSC fFFFy8fPe7mIO1CDZdpLEA88hIApidRl/oFQzj/4fbR3e6FyjOw6r29gXhqZpKRGb0Kf yA4yebR3Zh8IPOe3aA9HGJBQfi6d/JR5thj8lbotcRZrl4p054GCjiOZsQXfTtjAhyGB KXjqpGu6iDQZBrkz/K8bxAzOZjdc93UUIrfRzF0CofRxXmMafAJc53bzJSnIZ/KZvqxo vVdzAGBa7jm1kQTc/2Tw9FGhqDPFv4ZCPn4EyLBkoDW5oLucd4uHY3T8yiOahZv3YQKn mQRQ== MIME-Version: 1.0 X-Received: by 10.236.4.41 with SMTP id 29mr10963497yhi.25.1410685023829; Sun, 14 Sep 2014 01:57:03 -0700 (PDT) Message-ID: <001a1132f59cbc4949050302b389@google.com> Date: Sun, 14 Sep 2014 08:57:03 +0000 Subject: www.freebsd.org From: "Aileen | brandroot.net" To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 08:57:05 -0000 Hi, My name is Aileen and I am an Online Strategist. I've been tracking the success of your website while doing some research on your industry--I'm impressed with your company, but there are some real opportunities for growth that you currently are missing. Are you interested in several proven strategies to use content and social media to drive relevant traffic to your site? In 20 minutes I can show you how to fuel your brand and generate more revenue from search engines and social networks. This is a real value which comes free of charge. I'd like to follow up about this with a quick phone call. Can I call you this week to discuss your campaign? Thank you Best regards, Aileen Sr. Web Developer / SEO Expert BrandRoot SEO LTD. Hong Kong | China | Australia | New Zealand Disclaimer: This e-mail is private and confidential. If you are not the intended recipient, please advise us by return e-mail immediately, and delete the e-mail and any attachments without using or disclosing the contents in any way. The views expressed in this e-mail are those of the author, and do not represent those of this company unless this is clearly indicated. You should scan this e-mail and any attachments for viruses. This company accepts no liability for any direct or indirect damage or loss resulting from the use of any attachments to this e-mail. All quotes received from BrandRoot by email are informal and not binding until a formal quote is agreed upon by both the parties. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 13:41:05 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19A5D199 for ; Sun, 14 Sep 2014 13:41:05 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9FF841 for ; Sun, 14 Sep 2014 13:41:04 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id n12so2739197wgh.5 for ; Sun, 14 Sep 2014 06:41:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:content-transfer-encoding:subject:references:from :mime-version:in-reply-to:message-id:date:cc:to; bh=ktYuIAlCMA1tEJX7iYaxVZKBW4Sa66snv7P3+ukSt+E=; b=Lpobpq1nv5QeBYmvGvd43CO88BQfMamgkF8+MybCO/SDgnyhk1tuoPwFLNLaT3PL/g YzK+T/ScxtU8psBS3dILQIou5VHQwDR0oVJLT8VstvN7dg3JEijIKwMi01A0fKaUhfDZ Vsj/0Ubt4BZ+sBNzTL0QV4xCbF/YhrrCR4x14IQxfbbyhgPO4b3kKHRXHVMaQE6wH2tW Qw0kdG1qBhc5FItMEZS+un4f7FObeYxJkeMx0DbsJJSdcyBQgssgSTCxBENdk9A5v55v 6IcL7T36kFMoRyDN7OSdoQgsyoOfos/Uf+GbCLfPbRST1H5k7hRkJNo5G/DZDMeWPtF5 3CpA== X-Received: by 10.181.27.197 with SMTP id ji5mr5575579wid.54.1410702062694; Sun, 14 Sep 2014 06:41:02 -0700 (PDT) Received: from [192.168.20.2] ([62.219.134.104]) by mx.google.com with ESMTPSA id q13sm7279076wik.8.2014.09.14.06.41.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Sep 2014 06:41:00 -0700 (PDT) Subject: Re: Using the ISO releases on USB sticks. References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> From: atar Mime-Version: 1.0 (1.0) In-Reply-To: Message-Id: Date: Sun, 14 Sep 2014 16:40:36 +0300 To: Derek Ragona X-Mailer: iPod Mail (10B500) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 13:41:05 -0000 Hi! Just wanted to know please why does the command 'dd if=3DFreeBSD-i386-disc1.= iso of=3DmyUSB-stick' doesn't make the USB stick bootable like it would does= for CDROMs or DVDs? What's the difference between CDROM and an USB? Regards, Atar. =D7=91-10 =D7=91=D7=A1=D7=A4=D7=98 2014, =D7=91=D7=A9=D7=A2=D7=94 19:34, ata= r =D7=9B=D7=AA=D7=91/=D7=94: > I know about the 'memstick.img' version but I want just the ISO versions b= ecause they have more softwares installed on them right from the package and= I want to use them just from my USB stick. >=20 >> There are memory stick versions which will dd just fine. >>=20 >> -Derek >>=20 >> At 10:58 AM 9/10/2014, atar wrote: >>> Hi! >>>=20 >>> Just wanted to know please if there's an option to use the ISO versions o= f FreeBSD from a USB stick since when I tried to copy the ISO file into my U= SB stick with the dd command it didn't work. >>>=20 >>> Regards, >>>=20 >>> Atar. >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.= org" >>>=20 >>> --=20 >>> This message has been scanned for viruses and >>> dangerous content by MailScanner, and is >>> believed to be clean. >>=20 >>=20 >> =09 >> This email is free from viruses and malware because avast! Antivirus prot= ection is active. >>=20 >>=20 >>=20 >> --=20 >> This message has been scanned for viruses and=20 >> dangerous content by MailScanner, and is=20 >> believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 14:53:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22A78A3B for ; Sun, 14 Sep 2014 14:53:12 +0000 (UTC) Received: from mail-yk0-x234.google.com (mail-yk0-x234.google.com [IPv6:2607:f8b0:4002:c07::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6D27EC8 for ; Sun, 14 Sep 2014 14:53:11 +0000 (UTC) Received: by mail-yk0-f180.google.com with SMTP id q9so1528684ykb.11 for ; Sun, 14 Sep 2014 07:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jRzeRh+PCeQgcfT+BnSw5AmE1zyIJ4bk8LK5/RLvVqw=; b=JLBJif7zfdqdUkrtMqHVdLI7TqvWBWCKrgD/9o+gwy+eHwApd6fyuDRX4ZnSr3Be14 rDKnt0eVYyvObLarP/sETi2BsTdFjIx5n6372hgCSJu+PGRo3OdQy90IImWqfTnd1LzQ 33wn38BsOya3fE6+Pj3DnO3hzdhFSlbv+SXTobh8vjwnPdic4M9kgS/5zOIBWfalf9ZY Mqk9m6AqxgxiL/+2RyNU+soC0av7aIGFhUeQp2+CkfSSFzpRzEiUTxo/kdoVOT0Xvi0w PAIN+YTC1wzHHYkm1U4MtTKI01fWoFtrbKKmvl/un9JlmHi3PHCTvBeEfv/qKn9p4T/L RbSw== MIME-Version: 1.0 X-Received: by 10.236.150.46 with SMTP id y34mr1014964yhj.77.1410706390953; Sun, 14 Sep 2014 07:53:10 -0700 (PDT) Received: by 10.170.218.197 with HTTP; Sun, 14 Sep 2014 07:53:10 -0700 (PDT) In-Reply-To: References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> Date: Sun, 14 Sep 2014 07:53:10 -0700 Message-ID: Subject: Re: Using the ISO releases on USB sticks. From: Mehmet Erol Sanliturk To: atar Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" , Derek Ragona X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 14:53:12 -0000 On Sun, Sep 14, 2014 at 6:40 AM, atar wrote: > Hi! > > Just wanted to know please why does the command 'dd > if=3DFreeBSD-i386-disc1.iso of=3DmyUSB-stick' doesn't make the USB stick > bootable like it would does for CDROMs or DVDs? What's the difference > between CDROM and an USB? > > Regards, > > Atar. > > =D7=91-10 =D7=91=D7=A1=D7=A4=D7=98 2014, =D7=91=D7=A9=D7=A2=D7=94 19:34, = atar =D7=9B=D7=AA=D7=91/=D7=94: > > > I know about the 'memstick.img' version but I want just the ISO version= s > because they have more softwares installed on them right from the package > and I want to use them just from my USB stick. > > > >> There are memory stick versions which will dd just fine. > >> > >> -Derek > >> > >> At 10:58 AM 9/10/2014, atar wrote: > >>> Hi! > >>> > >>> Just wanted to know please if there's an option to use the ISO > versions of FreeBSD from a USB stick since when I tried to copy the ISO > file into my USB stick with the dd command it didn't work. > >>> > >>> Regards, > >>> > >>> Atar. > >>> _______________________________________________ > >>> freebsd-questions@freebsd.org mailing list > >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >>> To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > >>> > >>> -- > >>> This message has been scanned for viruses and > >>> dangerous content by MailScanner, and is > >>> believed to be clean. > >> > >> > >> > >> This email is free from viruses and malware because avast! Antivirus > protection is active. > >> > >> > >> > >> -- > >> This message has been scanned for viruses and > >> dangerous content by MailScanner, and is > >> believed to be clean. > _______________________________________________ > > http://en.wikipedia.org/wiki/IMG_%28file_format%29 http://en.wikipedia.org/wiki/ISO_image Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 15:52:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D73A9DA for ; Sun, 14 Sep 2014 15:52:01 +0000 (UTC) Received: from mail-yh0-x232.google.com (mail-yh0-x232.google.com [IPv6:2607:f8b0:4002:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3DA6672 for ; Sun, 14 Sep 2014 15:52:00 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id 29so1596730yhl.37 for ; Sun, 14 Sep 2014 08:51:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:subject:message-id:reply-to:organization:mime-version :content-type; bh=t5Du0cwbj0Zdp/T4oT57a7/7Tty1pweP9Kx9U20PfwU=; b=GhkFEQzxxfhw0GuD77LUHipPdNq/Ey9YNe1G+MfbhCm/2eENsieHBBqt0Ro9XRlboi DgCqZwsgHsLJSg3A7YjHX/YODQ6BSZv3DEl+qH3lRIYtB3pn7luQHA7dQcPOjWnKQYdM dqn0d1CFvM2LvV/k0PW353schj36iHXgFxdT0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:reply-to :organization:mime-version:content-type; bh=t5Du0cwbj0Zdp/T4oT57a7/7Tty1pweP9Kx9U20PfwU=; b=Ysrdw7QWrQyXyzZ2//npIOktWL5OMMB2pIPfP+M/Mlhuf2BpB+99j7bknvgejLJYzP 0BgJQxSyp7cDsMf6T+4+Y4QVNG5ORqEb61pmHInqNDDXJ/BlTHJACu35Uih+0bwRycgD Wjy1xhcsEQuEXIgczQnQA7rNGQTl/+oJnf2u5meXJNs2ou05Jh/y/Z44bXwlLaO8zfNm QsWiNGHTIKZbE+yqjxfLZe6L72fLZVh9JVxrdxFVbGkpsT3ZxInncZUV1GPC+VRfHP7Q Ag7696uHHnrlvqhUre9KlLKqplF8PoR6IR5T51sAmj959LNV0V1ElobbV+Wwe5N9FPwB VMoA== X-Gm-Message-State: ALoCoQnxRv8IXv/Nz4GofVSyt2ohQIcaAKkUPtlN15n+NLdJE8+i3F/6YmOCkvstSc7aCqE6V3Nw X-Received: by 10.236.91.74 with SMTP id g50mr26707463yhf.59.1410709919811; Sun, 14 Sep 2014 08:51:59 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id o25sm4193767yhd.30.2014.09.14.08.51.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Sep 2014 08:51:59 -0700 (PDT) Received: from scorpio (cpe-076-182-104-150.nc.res.rr.com [76.182.104.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3hwwDt3RDWz3DlVy for ; Sun, 14 Sep 2014 11:51:58 -0400 (EDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at scorpio.seibercom.net Date: Sun, 14 Sep 2014 11:51:50 -0400 From: Jerry To: User questions Subject: Convert system to FreeBSD Message-ID: <20140914115150.1adb766c@scorpio> Reply-To: User questions Organization: seibercom NET X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/uT1jGGFfeJmNMXjteGIUa6."; protocol="application/pgp-signature" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 15:52:01 -0000 --Sig_/uT1jGGFfeJmNMXjteGIUa6. Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sun, 14 Sep 2014 11:47:55 -0400 =EF=BB=BFI have a chance to get an HP Envy with 32.0 GB memory, 64-bit syst= em with an Intel(R) Core (TM) i7-4820K CPU @ 3.70GHz. I can get the unit for free at a fire sale (long story). It is using the Intel=C2=AE Rapid Storage Technol= ogy software with RAID 5 with three 1,863 GB HDs. This is currently being run on a Win-8.1 system. If I wanted to turn this into a FreeBSD machine, and I am not even sure if all of the hardware in this unit is supported by FreeBSD, how would I go about duplicating this setup? Obviously, the Intel software would not work under FreeBSD. What would/could I use to replace it with the same functionality? --=20 Jerry --Sig_/uT1jGGFfeJmNMXjteGIUa6. Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJUFbmdAAoJEElTsHIJnX8ea04H/2wbiCA2iQbyjaFlCdH0/YMV gI4wceeOaKdeFBl3Op2fa1TSy/8ydh0MAzkmVHgO8fusqUK8QyE64QV9/yoCzqXU cWDJ6su8/Hbux6/iUBO1dtI5S1P88KkKs9BP49hdxMdEl3iQDae7/+hYMOKOzxB/ D10jcNZvfxjMURWhqdWN65dasNdRvkVMKXWp41Cftk9FGntfhguLrEGSROJZkIWp dVvlYQXLiVycHdcgiHvMCOwVVL7vREQt7jSbCudMrlt/FjajsdQy/v5tZesgvcXS CQmc7yx3EL/YM5OlyAmbgLHeM7aoKtyhttO/4GgOcnxSpq1Ba8MGSSgOx06xk6Q= =uMHy -----END PGP SIGNATURE----- --Sig_/uT1jGGFfeJmNMXjteGIUa6.-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 16:00:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 683E0F44 for ; Sun, 14 Sep 2014 16:00:12 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03AB16D5 for ; Sun, 14 Sep 2014 16:00:11 +0000 (UTC) Received: from [192.168.0.197] ([95.91.231.167]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MJBEo-1XVw2c1YdO-002pB5 for ; Sun, 14 Sep 2014 18:00:08 +0200 Message-ID: <5415BB87.2020307@gmx.de> Date: Sun, 14 Sep 2014 18:00:07 +0200 From: "lokadamus@gmx.de" User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: User questions Subject: Re: Convert system to FreeBSD References: <20140914115150.1adb766c@scorpio> In-Reply-To: <20140914115150.1adb766c@scorpio> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:5aRVDZGSMHzt9GyDqilnRhhqyzMVpRxoEoKZEj2gtz1Z6mn/4y2 ZuKEOn1eVdTEKAyDFwKYQy9xw/nsOPxeaAWsFHDErUnZlTMFSO4ucmsE6rghEmigIXLZgpH YLb7bjcKPWX3UEORDFJ1UTIPVXK/fkA70wWwbLOifgey2LtFccPlhUF8olP90bleGlWcSEK NKX4vGym4nb2RS99/VFRg== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 16:00:12 -0000 On 14.09.2014 17:51, Jerry wrote: > Sun, 14 Sep 2014 11:47:55 -0400 > > I have a chance to get an HP Envy with 32.0 GB memory, 64-bit system with an > Intel(R) Core (TM) i7-4820K CPU @ 3.70GHz. I can get the unit for free at > a fire sale (long story). It is using the Intel® Rapid Storage Technology > software with RAID 5 with three 1,863 GB HDs. This is currently being run on > a Win-8.1 system. > > If I wanted to turn this into a FreeBSD machine, and I am not even sure if > all of the hardware in this unit is supported by FreeBSD, how would I go > about duplicating this setup? Obviously, the Intel software would not work > under FreeBSD. What would/could I use to replace it with the same > functionality? > What is the system doing? Just a database or a webserver? Will you use zfs? Start it with FreeBSD install cd as a livecd and look, what is working. Best regards From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 16:30:06 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D81364F; Sun, 14 Sep 2014 16:30:06 +0000 (UTC) Received: from mail.lariat.net (mail.lariat.net [66.62.230.51]) by mx1.freebsd.org (Postfix) with ESMTP id 1033C9A7; Sun, 14 Sep 2014 16:30:05 +0000 (UTC) Received: from Toshi.lariat.net (IDENT:ppp1000.lariat.net@localhost [127.0.0.1]) by mail.lariat.net (8.9.3/8.9.3) with ESMTP id KAA29705; Sun, 14 Sep 2014 10:29:58 -0600 (MDT) Message-Id: <201409141629.KAA29705@mail.lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 13 Sep 2014 19:13:44 -0600 To: questions@freebsd.org, net@freebsd.org From: Brett Glass Subject: jme interface bounces up and down, up and down.... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 16:30:06 -0000 Everyone: I just installed FreeBSD 10.0-RELEASE on an Asus EeeBox B202 (which comes with Linux). This particular version of the product comes with a JMicron gigabit Ethernet adapter that uses the jme(4) driver. Because it only has one port and I need several, I've set it up with multiple VLANs, which are trunked out to a little Netgear VLAN switch. Unfortunately, the interface is bouncing up and down every few minutes: Sep 13 12:44:44 testbed kernel: jme0: link state changed to UP Sep 13 12:44:44 testbed kernel: jme0_1: link state changed to UP Sep 13 12:44:44 testbed kernel: jme0_2: link state changed to UP Sep 13 12:44:44 testbed kernel: jme0_3: link state changed to UP Sep 13 12:50:04 testbed kernel: jme0: link state changed to DOWN Sep 13 12:50:04 testbed kernel: jme0_1: link state changed to DOWN Sep 13 12:50:04 testbed kernel: jme0_2: link state changed to DOWN Sep 13 12:50:04 testbed kernel: jme0_3: link state changed to DOWN Sep 13 12:50:43 testbed kernel: jme0: link state changed to UP ... The problem didn't seem to occur with the bundled Linux distro. Has anyone else seen this problem? Know of a fix? --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 17:20:29 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9A2B1B7 for ; Sun, 14 Sep 2014 17:20:29 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 74543DCB for ; Sun, 14 Sep 2014 17:20:28 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s8EHKIsD029694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 14 Sep 2014 11:20:18 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s8EHKDhQ029630; Sun, 14 Sep 2014 11:20:13 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 14 Sep 2014 11:20:13 -0600 (MDT) From: Warren Block To: atar Subject: Re: Using the ISO releases on USB sticks. In-Reply-To: Message-ID: References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 14 Sep 2014 11:20:18 -0600 (MDT) Cc: "freebsd-questions@freebsd.org" , Derek Ragona X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 17:20:29 -0000 On Sun, 14 Sep 2014, atar wrote: > Just wanted to know please why does the command 'dd > if=FreeBSD-i386-disc1.iso of=myUSB-stick' doesn't make the USB stick > bootable like it would does for CDROMs or DVDs? What's the difference > between CDROM and an USB? [top-posting deleted, please don't do that] dd just copies bytes from one place to another. An ISO image file is not bootable from a hard disk or USB stick, which require a different format and bootcode. Some Linux systems use install files that are dual-purpose and can work from CD or USB. FreeBSD does not do that. Some writing utilities can take apart an ISO image and convert it to a bootable USB stick. I don't know if any of those work for FreeBSD ISO images any more. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 17:44:57 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 000811D8 for ; Sun, 14 Sep 2014 17:44:56 +0000 (UTC) Received: from smtp-nf-201.his.com (smtp-nf-201.his.com [216.194.248.24]) by mx1.freebsd.org (Postfix) with ESMTP id B9B9A104 for ; Sun, 14 Sep 2014 17:44:56 +0000 (UTC) Received: from cuda201.his.com (cuda201.his.com [216.194.248.226]) by smtp-nf-201.his.com (Postfix) with ESMTPS id 3F2CC61251 for ; Sun, 14 Sep 2014 13:44:49 -0400 (EDT) X-ASG-Debug-ID: 1410716687-061c410fec1023e60001-jLrpzn Received: from smtp-nf-202.his.com (smtp-nf-202.his.com [216.194.251.28]) by cuda201.his.com with ESMTP id 5TqJcDZLS5OrPHlt; Sun, 14 Sep 2014 13:44:47 -0400 (EDT) X-Barracuda-Envelope-From: dickey@his.com X-Barracuda-Apparent-Source-IP: 216.194.251.28 Received: from mail-sterling.his.com (mail-sterling.his.com [216.194.248.141]) by smtp-nf-202.his.com (Postfix) with ESMTP id 91C0460107; Sun, 14 Sep 2014 13:44:47 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail-sterling.his.com (Postfix) with ESMTP id 7EE394770001; Sun, 14 Sep 2014 13:44:46 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail-sterling.his.com Received: from mail-sterling.his.com ([127.0.0.1]) by localhost (mail-sterling.his.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B5qmtoEX06vn; Sun, 14 Sep 2014 13:44:42 -0400 (EDT) Received: from mail-sterling.his.com (mail-sterling.his.com [216.194.248.141]) by mail-sterling.his.com (Postfix) with ESMTP id 500B73F80002; Sun, 14 Sep 2014 13:44:42 -0400 (EDT) Date: Sun, 14 Sep 2014 13:44:42 -0400 (EDT) From: Thomas Dickey To: Victor Sudakov Message-ID: <2009674505.24205895.1410716682239.JavaMail.root@his.com> In-Reply-To: <20140914062006.GA32633@admin.sibptus.tomsk.ru> Subject: Re: xterm, screen and the "Home" and "End" keys MIME-Version: 1.0 X-ASG-Orig-Subj: Re: xterm, screen and the "Home" and "End" keys Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [96.231.164.156] X-Mailer: Zimbra 7.2.6_GA_2926 (ZimbraWebClient - FF3.0 (Mac)/7.2.6_GA_2926) X-Barracuda-Connect: smtp-nf-202.his.com[216.194.251.28] X-Barracuda-Start-Time: 1410716687 X-Barracuda-URL: http://spam.his.com:80/cgi-mod/mark.cgi Received-SPF: pass (his.com: domain of dickey@his.com designates 216.194.248.141 as permitted sender) X-Virus-Scanned: by bsmtpd at his.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.9476 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 17:44:57 -0000 ----- Original Message ----- | From: "Victor Sudakov" | To: "Thomas Dickey" | Cc: freebsd-questions@freebsd.org | Sent: Sunday, September 14, 2014 2:20:06 AM | Subject: Re: xterm, screen and the "Home" and "End" keys | | Thomas Dickey wrote: | > > | > > alternatively: | > > | > > XTerm*keyboardType: vt220 | > | > (not in "VT100") | | "XTerm*keyboardType: vt220" turns out to have an unpleasant side | effect. The "+" key on the numeric keypad now prints "," instead of | "+". hmm - I did forget about that, but it is documented: http://invisible-island.net/xterm/xterm.faq.html#xterm_keypad -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 18:28:32 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE38715D for ; Sun, 14 Sep 2014 18:28:32 +0000 (UTC) Received: from resqmta-ch2-01v.sys.comcast.net (resqmta-ch2-01v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:33]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A6B9F6A2 for ; Sun, 14 Sep 2014 18:28:32 +0000 (UTC) Received: from omta11.westchester.pa.mail.comcast.net ([76.96.62.36]) by resqmta-ch2-01v.sys.comcast.net with comcast id r6U71o0010mv7h0016UWyc; Sun, 14 Sep 2014 18:28:30 +0000 Received: from Curly-Sr.dbis.net ([50.183.226.175]) by omta11.westchester.pa.mail.comcast.net with comcast id r6UV1o00X3nhSLa3X6UVV3; Sun, 14 Sep 2014 18:28:30 +0000 Message-ID: <5415DE49.9070500@comcast.net> Date: Sun, 14 Sep 2014 12:28:25 -0600 From: Dave Babb User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Proxy Server Question DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1410719310; bh=/7ctTPf9nhy9+iciWvCOg6nsiZcs3UHO3Yg5KuQ0EeE=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=RAFb1H4BOdOEvsPLU/FWwgBhZqqBE4jnz9tCqaKpUD92DVOdqFw0c9rKb90n+y3v8 r8yIiLHlw90NpGF0nsNC0kBYk2fY8k3pqALnT4xbMveYMltQln5G2/Ug4+BjRCVdh2 gMcIndjVBZv1EmcNbiHqxUndBJxhbHng17kFUcuA0Hw3uzkJ4DM+TswSxXLB0hw2CF QQmus04i/c4HW0eSUzJr8KJk/k0/wp9EpWZfNCD1zK5fsEy34qOiKbaLqtipdHMrqA AOMKVUQORnaVOV50ONy9ylvMqzw/TPf6v/0YUhQdiKMvSfgSiejNN2yNnjQ39jB/KZ BJ1epu/Ft1j5w== Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 18:28:33 -0000 I am in need of a proxy server for a project. Does anyone have a favorite proxy server they use? Or is there an unspoken FreeBSD favorite for a proxy server that is considered "best practice"? Thank you for any pointers, Sincerely and respectfully, Dave From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 18:41:47 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 569D84B8 for ; Sun, 14 Sep 2014 18:41:47 +0000 (UTC) Received: from qmta14.emeryville.ca.mail.comcast.net (qmta14.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:44:76:96:27:212]) by mx1.freebsd.org (Postfix) with ESMTP id 352AA88A for ; Sun, 14 Sep 2014 18:41:47 +0000 (UTC) Received: from omta15.emeryville.ca.mail.comcast.net ([76.96.30.71]) by qmta14.emeryville.ca.mail.comcast.net with comcast id r6bV1o0051Y3wxoAE6hmnL; Sun, 14 Sep 2014 18:41:46 +0000 Received: from Curly-Sr.dbis.net ([50.183.226.175]) by omta15.emeryville.ca.mail.comcast.net with comcast id r6hk1o00Q3nhSLa8b6hlAg; Sun, 14 Sep 2014 18:41:45 +0000 Message-ID: <5415E165.8060508@comcast.net> Date: Sun, 14 Sep 2014 12:41:41 -0600 From: Dave Babb User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Odhiambo Washington , freebsd-questions@freebsd.org Subject: Re: Proxy Server Question References: <5415DE49.9070500@comcast.net> In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1410720106; bh=EkY0drny37mC+YxWTMSXUjjTMarUvEHJEwEgzfEk6U0=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=wR3YOUSbUWmckWjwSl6hr0wQi3nNhwHB2aqFtyn/w8fVPydBQehiFR94Z7UxcUKY7 QJupWnCwQvsMSSWx/MDfmi2RG75ujvn88PtZgsw0bmAQ1qY5YeLIB9m+qnIClF9x0H n3PkYiZL5DlOkJr2x1VWXLbNx26XANPzQ6vxhLUdqKpOrn1MRHiZ7N4klw13nzex8L Vntj8ARrGXJmrWODiAfWhSIZvJmb4aCHY2TNjOOPuTwVnRS65iVY3VmCPNOlH4CfIt y1TlKOB9DoAVOeR/e61h++xcQBxasJoJuJMc15RmLgZuHuvQrwjNMNG7T5GA4YowAa 21j8ljiZA1KOQ== Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 18:41:47 -0000 OK. fair enough. Project: I have been awarded a project in which I am changing out an entire cities infrastructure to be based upon FreeBSD. They will have their ISP demark, which then gets fed into a physical firewall appliance bolted to the wall, which then feeds the FreeBSD server containing the proxy server into NIC #0. NIC #1 (on a different subnet) will then feed the attached devices of the city, PC's, smart devices, printers via a 16 port switch. The purpose of the proxy servers is to put a configurable layer of proxy between the average city user, and the internet at large. Currently the city is infected with a lot of Windows virus', mainly do to the users (at this time) having unmanaged, unfiltered access to the Internet..... Thanks! Sincerely and respectfully, Dave On 09/14/14 12:31, Odhiambo Washington wrote: > Depends on what you mean by project and whether you have read about > Squid as a proxy server:) > > On 14 September 2014 21:28, Dave Babb > wrote: > > I am in need of a proxy server for a project. > > Does anyone have a favorite proxy server they use? > > Or is there an unspoken FreeBSD favorite for a proxy server that > is considered "best practice"? > > > Thank you for any pointers, > > > Sincerely and respectfully, > > > Dave > _______________________________________________ > freebsd-questions@freebsd.org > mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org > " > > > > > -- > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254733744121/+254722743223 > "I can't hear you -- I'm using the scrambler." From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 19:09:37 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5430C58 for ; Sun, 14 Sep 2014 19:09:37 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C65EAAD for ; Sun, 14 Sep 2014 19:09:36 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id ge10so3382396lab.26 for ; Sun, 14 Sep 2014 12:09:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=nnW2bLf3m6tvihT6aTC1N0UZtBMqMIa+VFnUhefncS4=; b=AA/LwjW5VdsUrsPGt5wsXykJgtKJE7PMfumNeu0NNNhuOtfoFzkCP9ZDMaWd8Kf4LF FMmBlmZII761ejnUivxJ4zbwYX7UQieAn775iDnpakfkJTxA7gKILA4CVYFJpctJDcDl SAdGIXu5bBf4hFn9xYq2HwHqZ/7iRzDaj1lTJi9oFY/bOvtjxyEYO8PUM2WeG0NiLgCj NjeVausH9DL6N0dfVhoCLOTaYTTOChnCHifMMnKu3nSCLPOkQaDrkwiPPwEq5Q9BUofH TinS2JwZOLPmTSuN+YSXpuy/4VwL35t3XnTU+/GQU3VhXEXH/rem5RigIQunmzrKq9oF yBkQ== X-Received: by 10.152.116.80 with SMTP id ju16mr3978726lab.73.1410721774767; Sun, 14 Sep 2014 12:09:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.8.41 with HTTP; Sun, 14 Sep 2014 12:08:54 -0700 (PDT) In-Reply-To: <5415E165.8060508@comcast.net> References: <5415DE49.9070500@comcast.net> <5415E165.8060508@comcast.net> From: Odhiambo Washington Date: Sun, 14 Sep 2014 22:08:54 +0300 Message-ID: Subject: Re: Proxy Server Question To: Dave Babb Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: User Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 19:09:37 -0000 On 14 September 2014 21:41, Dave Babb wrote: > OK. fair enough. > > Project: I have been awarded a project in which I am changing out an > entire cities infrastructure to be based upon FreeBSD. They will have their > ISP demark, which then gets fed into a physical firewall appliance bolted > to the wall, which then feeds the FreeBSD server containing the proxy > server into NIC #0. > > NIC #1 (on a different subnet) will then feed the attached devices of the > city, PC's, smart devices, printers via a 16 port switch. > > The purpose of the proxy servers is to put a configurable layer of proxy > between the average city user, and the internet at large. Currently the > city is infected with a lot of Windows virus', mainly do to the users (at > this time) having unmanaged, unfiltered access to the Internet..... > > So, besides the proxying, what else do you want to achieve in the FreeBSD box? How many users are you looking at handling on your network? Squid will be able to do the proxying for you, but what else you need to achieve, with the number of client devices you expect to handle simultaneously will determine what you will install and the sizing of this proxy machine. Besides, you will also need failover for this machine so that you minimize on downtime. I am thinking a good start will be thinking of an appliance - like those done by the pfSense guys. If you are not going for an appliance and want to get your hands dirty, you can do it too, though with a city, I am sure there is a budget for a suitable appliance. My advise - head over to the pfSense forums for a solution. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 "I can't hear you -- I'm using the scrambler." From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 19:10:33 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CCC6DC9 for ; Sun, 14 Sep 2014 19:10:33 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 554BCB3E for ; Sun, 14 Sep 2014 19:10:32 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XTExC-0003FY-9Q for freebsd-questions@freebsd.org; Sun, 14 Sep 2014 20:55:18 +0200 Received: from pool-173-79-82-127.washdc.fios.verizon.net ([173.79.82.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Sep 2014 20:55:18 +0200 Received: from nightrecon by pool-173-79-82-127.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Sep 2014 20:55:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: Using the ISO releases on USB sticks. Date: Sun, 14 Sep 2014 14:55:04 -0400 Lines: 31 Message-ID: References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> Reply-To: nightrecon@hotmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-82-127.washdc.fios.verizon.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 19:10:33 -0000 Warren Block wrote: > On Sun, 14 Sep 2014, atar wrote: > >> Just wanted to know please why does the command 'dd >> if=FreeBSD-i386-disc1.iso of=myUSB-stick' doesn't make the USB stick >> bootable like it would does for CDROMs or DVDs? What's the difference >> between CDROM and an USB? > > [top-posting deleted, please don't do that] > > dd just copies bytes from one place to another. An ISO image file is > not bootable from a hard disk or USB stick, which require a different > format and bootcode. > > Some Linux systems use install files that are dual-purpose and can work > from CD or USB. FreeBSD does not do that. > > Some writing utilities can take apart an ISO image and convert it to a > bootable USB stick. I don't know if any of those work for FreeBSD ISO > images any more. There is an FreeBSD-10.0-RELEASE-amd64-memstick.img here: ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/10.0/ Haven't used this approach yet myself (been meaning to try it), but I believe dd'ing this image to the USB stick is what will work. -Mike From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 19:24:32 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6D5C146 for ; Sun, 14 Sep 2014 19:24:32 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85ABEC57 for ; Sun, 14 Sep 2014 19:24:32 +0000 (UTC) Received: from [89.204.153.182] (helo=tiny-r269739) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1XTFPL-0004G9-GG for freebsd-questions@freebsd.org; Sun, 14 Sep 2014 21:24:23 +0200 Date: Sun, 14 Sep 2014 21:24:19 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Subject: Re: Using the ISO releases on USB sticks. Message-ID: <20140914192419.GA1559@tiny-r269739> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-questions@freebsd.org References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.153.182 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 19:24:32 -0000 El día Sunday, September 14, 2014 a las 02:55:04PM -0400, Michael Powell escribió: > Warren Block wrote: > > > On Sun, 14 Sep 2014, atar wrote: > > > >> Just wanted to know please why does the command 'dd > >> if=FreeBSD-i386-disc1.iso of=myUSB-stick' doesn't make the USB stick > >> bootable like it would does for CDROMs or DVDs? What's the difference > >> between CDROM and an USB? I always test new versions of FreeBSD on USB keys, right now while typing I run a 11-CURRENT with KDE ... and mutt as MUA booted from an USB key, while the disk in the laptop has still an older FreeBSD. The procedure to creat a boot-able USB key is simple: - make a file system on it - mount it to /mnt - do 'make installkernel' and 'make installworld' with DESTDIR=/mnt - enrich the file system in /mnt with some stuff (for example install packages into it with 'chroot /mnt pkg install ...') - unmount and reboot even better, if you do not use an USB key directly, but do all the above to a mdconfig file system (a file system in a normal plain file) and copy later the result with dd(1) to the real USB key; let me know if you need a detailed procedure of it. HIH matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 19:32:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EEFF605 for ; Sun, 14 Sep 2014 19:32:28 +0000 (UTC) Received: from mail.tivas.info (85.234.217.139.static.edpnet.net [85.234.217.139]) (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 8BDE8D32 for ; Sun, 14 Sep 2014 19:32:26 +0000 (UTC) Received: from localhost.localdomain ([192.168.3.104]) by mail.tivas.info (8.14.4/8.14.4) with ESMTP id s8EJRaHU015226 for ; Sun, 14 Sep 2014 21:27:36 +0200 (CEST) (envelope-from bram@diomedia.be) Message-ID: <5415EC27.40708@diomedia.be> Date: Sun, 14 Sep 2014 21:27:35 +0200 From: Bram Van Steenlandt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Listen queue guestion 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.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 19:32:28 -0000 Hi, I'm porting an plc automation system to freebsd and while doing so I got errors like these: sonewconn: pcb 0xfffff8000cecc870: Listen queue overflow: 76 already in queue awaiting acceptance With the help of netstat I've found the problem, 2 programs communicate with ipc file like sockets and the "client" was connecting too fast (it was connecting and disconnecting in a small for loop). Still, on linux this worked and there will be cases where I may bump in to this limit again (a lot of different programs communicate with one master program over ipc). I've found kern.ipc.somaxconn but this seems to be only for TCP connections. Is there a sysctl or kernel parameter that allows me to set this queue a bit larger ? Thx Bram From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 19:47:56 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12B6A89B for ; Sun, 14 Sep 2014 19:47:56 +0000 (UTC) Received: from resqmta-po-08v.sys.comcast.net (resqmta-po-08v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:167]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CD716E4B for ; Sun, 14 Sep 2014 19:47:55 +0000 (UTC) Received: from omta09.emeryville.ca.mail.comcast.net ([76.96.30.20]) by resqmta-po-08v.sys.comcast.net with comcast id r7hW1o0020S2fkC017ntEi; Sun, 14 Sep 2014 19:47:54 +0000 Received: from Curly-Sr.dbis.net ([50.183.226.175]) by omta09.emeryville.ca.mail.comcast.net with comcast id r7ns1o0043nhSLa8V7ntty; Sun, 14 Sep 2014 19:47:53 +0000 Message-ID: <5415F0E4.5070004@comcast.net> Date: Sun, 14 Sep 2014 13:47:48 -0600 From: Dave Babb User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Odhiambo Washington Subject: Re: Proxy Server Question References: <5415DE49.9070500@comcast.net> <5415E165.8060508@comcast.net> In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1410724074; bh=9/U8B9FB9ZPqskHPZPzH77j025+6jxIHYry9hTOpUP8=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=WSp2necI3k4E/L1yvtrL6zXErqyHaPqATYkf26GPIiM+Rcq12NEKHb6ieX9PSfFgK YLo53eTKqgfzvC/MUaWU0mesgW6nv3IRlniRV8l+LKNe8NkG2s7S0LzZaYSLrX9u/q HZNWr/RFZkwVOjuyOBYtmbrO5CHcr3XZyP+Zsi+ZMc5Q+IlJUKDYCLy3Q9H5hJ+Goi QCNvCoZuYKGzlh+Ip9EjlGhx7OKF2R5FmtwzWa/hEQNijCnrQdtWvooSVZwtTgXGQB RJrR8v8m6dVMMU/wWC1ZRnighGNRyE3pGQze3jGjvUPUGnWfFp1gi/F3hxipk8OzFb P1YEyCkAO0o1w== Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: User Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 19:47:56 -0000 Thank you for the reply... I do appreciate feedback. The proxy server in the FreeBSD box is the failover. The city has purchased a physical firewall appliance to bolt to the wall...And in case it fails......the server will be backup. There will be no automatic failover.....by design. This is a small city of < 2k people. City users < 10. I have already read about squid.....The main purpose of the email was to ascertain which proxy server is considered "best practice" in the FreeBSD world. I'll configure it all...I just don't want to deploy a package that the FreeBSD community would consider "bad form". I come from a 20+ year relationship with Linux......I fired Linux as a technology in Q1 of this year (long story)...including for my clients. I am < 1 year on FreeBSD. So what I know in Linux... I have come to understand does not necessarily apply to FreeBSD. This particular subject is my due-dilligence to ensure I am deploying a mainstream proxy as the FreeBSD community would define it. Again, Thank you for your reply, Sincerely and respectfully, Dave On 09/14/14 13:08, Odhiambo Washington wrote: > > > On 14 September 2014 21:41, Dave Babb > wrote: > > OK. fair enough. > > Project: I have been awarded a project in which I am changing out > an entire cities infrastructure to be based upon FreeBSD. They > will have their ISP demark, which then gets fed into a physical > firewall appliance bolted to the wall, which then feeds the > FreeBSD server containing the proxy server into NIC #0. > > NIC #1 (on a different subnet) will then feed the attached devices > of the city, PC's, smart devices, printers via a 16 port switch. > > The purpose of the proxy servers is to put a configurable layer of > proxy between the average city user, and the internet at large. > Currently the city is infected with a lot of Windows virus', > mainly do to the users (at this time) having unmanaged, unfiltered > access to the Internet..... > > > So, besides the proxying, what else do you want to achieve in the > FreeBSD box? How many users are you looking at handling on your > network? Squid will be able to do the proxying for you, but what else > you need to achieve, with the number of client devices you expect to > handle simultaneously will determine what you will install and the > sizing of this proxy machine. Besides, you will also need failover for > this machine so that you minimize on downtime. I am thinking a good > start will be thinking of an appliance - like those done by the > pfSense guys. If you are not going for an > appliance and want to get your hands dirty, you can do it too, though > with a city, I am sure there is a budget for a suitable appliance. My > advise - head over to the pfSense forums for a solution. > > > -- > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254733744121/+254722743223 > "I can't hear you -- I'm using the scrambler." From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 19:57:56 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC203A2F for ; Sun, 14 Sep 2014 19:57:56 +0000 (UTC) Received: from mail.tivas.info (85.234.217.139.static.edpnet.net [85.234.217.139]) (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 71A21F14 for ; Sun, 14 Sep 2014 19:57:55 +0000 (UTC) Received: from localhost.localdomain ([192.168.3.104]) by mail.tivas.info (8.14.4/8.14.4) with ESMTP id s8EJvsQw016104 for ; Sun, 14 Sep 2014 21:57:54 +0200 (CEST) (envelope-from bram@diomedia.be) Message-ID: <5415F341.9090004@diomedia.be> Date: Sun, 14 Sep 2014 21:57:53 +0200 From: Bram Van Steenlandt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ufdti issues - compile kernel without module 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.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 19:57:56 -0000 Hi, I'm porting a plc/automation system from linux to freebsd and while doing so I've discovered some issues with uftdi (the system use a couple of rs485 connections). Under linux I'v used the ftdi adapters as com ports, they show up as /dev/ttyUSB0 etc, this works mostly ok. With freebsd, I've found that while ufdti works it's much slower than it's linux counterpart, with linux the Tx/Rx leds are flashing rapidly, I can poll a plc 10 times per second, with freebsd this was about 2 times per second, serial parameters are the same. I've found other reports online from people who experience similar issues. I then tried porting the application so that it uses libftdi (in serial mode), when using libftdi performance was very good also on freebsd. So the problem must be the uftdi kernel module (I think). You can't use libftdi if you have the uftdi kernel module loaded. I did not succeed in building a kernel without the uftdi module, deleting it from /boot/kernel works but probably isn't "the way". I've tried: to put WITHOUT_MODULES=uftdi in /etc/make.conf but this makes no difference, when running make buildkernel it still build the module. Is there a way to do this ? Or does freebsd have it's own blacklist system ? I've found various information online and I've tried various things but I can't seem to get this to work. thx Bram From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 20:55:45 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6D25913 for ; Sun, 14 Sep 2014 20:55:45 +0000 (UTC) Received: from mail-yk0-x230.google.com (mail-yk0-x230.google.com [IPv6:2607:f8b0:4002:c07::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 661316CA for ; Sun, 14 Sep 2014 20:55:45 +0000 (UTC) Received: by mail-yk0-f176.google.com with SMTP id 131so1632831ykp.35 for ; Sun, 14 Sep 2014 13:55:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zPStwHhNSuxuZ/DtQjndnE6olVHXVsrhqsHe7Lo7//o=; b=hrLibIZtsXYmFqJITI1bJNn4NJuMdnwZY4R81Y64kmA7fUOiz1AUPbcoBaM/y6koDO PRc4SRPiw71Ndu9eaipp/g7SgqloKUIJqtwEbLit47XyTABVAG9McGdiG9EEgs91n9uN YSKU2HGJ0dM4oj412EPM+m70/Oe3QAb3wi61cN3gFTbLHHJ5Rg0wc8mj2vkngAtRLz5S H224POfCFuHPfEb5Nmbyg8CH6NOtUBUAZKbFeFBtDRo7AXQ3DLTXuhQhkzgq8gGVKQs/ izHTggLij++1pdrRgFueN7ALL4UTxFrozDggJ5B6gS75n39wI+3x/HFlg4bjdm3ANQOk Nfgg== MIME-Version: 1.0 X-Received: by 10.236.201.20 with SMTP id a20mr29607259yho.10.1410728144576; Sun, 14 Sep 2014 13:55:44 -0700 (PDT) Received: by 10.170.218.197 with HTTP; Sun, 14 Sep 2014 13:55:44 -0700 (PDT) In-Reply-To: <20140914192419.GA1559@tiny-r269739> References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> <20140914192419.GA1559@tiny-r269739> Date: Sun, 14 Sep 2014 13:55:44 -0700 Message-ID: Subject: Re: Using the ISO releases on USB sticks. From: Mehmet Erol Sanliturk To: Matthias Apitz , FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 20:55:45 -0000 On Sun, Sep 14, 2014 at 12:24 PM, Matthias Apitz wrote: > El d=C3=ADa Sunday, September 14, 2014 a las 02:55:04PM -0400, Michael Po= well > escribi=C3=B3: > > > Warren Block wrote: > > > > > On Sun, 14 Sep 2014, atar wrote: > > > > > >> Just wanted to know please why does the command 'dd > > >> if=3DFreeBSD-i386-disc1.iso of=3DmyUSB-stick' doesn't make the USB s= tick > > >> bootable like it would does for CDROMs or DVDs? What's the differenc= e > > >> between CDROM and an USB? > > I always test new versions of FreeBSD on USB keys, right now while > typing I run a 11-CURRENT with KDE ... and mutt as MUA booted from an USB > key, while the disk in the laptop has still an older FreeBSD. > > The procedure to creat a boot-able USB key is simple: > > - make a file system on it > - mount it to /mnt > - do 'make installkernel' and 'make installworld' with DESTDIR=3D/mnt > - enrich the file system in /mnt with some stuff (for example install > packages into it with 'chroot /mnt pkg install ...') > - unmount and reboot > > even better, if you do not use an USB key directly, but do all the above > to a mdconfig file system (a file system in a normal plain file) and > copy later the result with dd(1) to the real USB key; > > let me know if you need a detailed procedure of it. > > HIH > > matthias > > -- > Matthias Apitz | /"\ ASCII Ribbon Campaign: > E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail > WWW: http://www.unixarea.de/ | X - No proprietary attachments > phone: +49-170-4527211 | / \ - Respect for open standards > | en.wikipedia.org/wiki/ASCII_Ribbon_Campaig= n > > > Dear Matthias , If you supply such an algorithm , me and other people may use it to generate boot-able USB sticks with some installed packages . Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 21:04:21 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D062ABBC for ; Sun, 14 Sep 2014 21:04:21 +0000 (UTC) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id A8E2D7ED for ; Sun, 14 Sep 2014 21:04:21 +0000 (UTC) Received: from [10.0.1.2] (static-71-177-216-148.lsanca.fios.verizon.net [71.177.216.148]) (authenticated bits=0) by zoom.lafn.org (8.14.7/8.14.7) with ESMTP id s8EKtAJ0001397 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sun, 14 Sep 2014 13:55:11 -0700 (PDT) (envelope-from bc979@lafn.org) From: Doug Hardie Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Port/Package Upgrade Question Message-Id: Date: Sun, 14 Sep 2014 13:55:10 -0700 To: "freebsd-questions@freebsd.org Questions" Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) X-Virus-Scanned: clamav-milter 0.98 at zoom.lafn.org X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 21:04:21 -0000 I have a number of systems that I need to upgrade to 9.3. I have one = system that is the development/test system. Its already at 9.3 and it = has a number of ports/packages installed that need to be on the = production systems. In the past I have built packages for each in = /usr/ports/packages/All and then just mounted that directory via NFS on = the production machines and used pkg_add to install them on the = production machines. =20 Some of these are packages in that they use the default configuration. = Unfortunately, some of them have to be compiled via the ports system as = they use non-standard options. I have made a package for each of them. None of the production systems have pkg on them. They all use the old = packages stuff. I suspect I will first need to convert them over to the = pkg system. Thats not a big deal as its a fairly quick process. = However, how do I then upgrade the ports/packages from the test system? = The production systems can't be used to recompile the ports as that = would involve too much down time.= From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 21:05:03 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCD76C46 for ; Sun, 14 Sep 2014 21:05:03 +0000 (UTC) Received: from mail-qg0-x233.google.com (mail-qg0-x233.google.com [IPv6:2607:f8b0:400d:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EF0D7FB for ; Sun, 14 Sep 2014 21:05:03 +0000 (UTC) Received: by mail-qg0-f51.google.com with SMTP id e89so3005624qgf.24 for ; Sun, 14 Sep 2014 14:05:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EbXbvwWaVdpNyZTu5mITHwomVBjZaRqdiIcWMzIeSPI=; b=cCk2clivtJjqL/juWBLYkn9/VhSJk4eTxH48XA9KtU9sJO3Zv2GmWxYsr65v8wpNOt oWFjEb8B4C4+gAz4+7vWFY8zQwQFinlmd9zww/A2JljQ/2meBqnui7tSNfJ7fDY09vch yw38XcPyW4Rg3ex7/10YZKazIfPMz9uyLgA7ekYFVJY2cDEZCAquIW4EZBTcd4/eFvC0 7KbgdKkOzeGkBMm5g72Q64T/XStN+bwmYjU8HKeXMzThBR9SCvVQ2XItDw9YdYgWasng 3F8FdMC6UoSFgIDjh2DpxhCYiYgbSaVf/prP0DcVRhqomuLNAdJH+L4hwBJNoQakpusK M9Cw== MIME-Version: 1.0 X-Received: by 10.224.36.4 with SMTP id r4mr31021257qad.69.1410728702150; Sun, 14 Sep 2014 14:05:02 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Sun, 14 Sep 2014 14:05:02 -0700 (PDT) In-Reply-To: <5415EC27.40708@diomedia.be> References: <5415EC27.40708@diomedia.be> Date: Sun, 14 Sep 2014 14:05:02 -0700 X-Google-Sender-Auth: bY93kUo8iWX8HC60GxVAe8wyV3A Message-ID: Subject: Re: Listen queue guestion From: Adrian Chadd To: Bram Van Steenlandt Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 21:05:03 -0000 Hi! What kind of sockets is it specifically using? -a On 14 September 2014 12:27, Bram Van Steenlandt wrote: > Hi, > > I'm porting an plc automation system to freebsd and while doing so I got > errors like these: > sonewconn: pcb 0xfffff8000cecc870: Listen queue overflow: 76 already in > queue awaiting acceptance > > With the help of netstat I've found the problem, 2 programs communicate with > ipc file like sockets and the "client" was connecting too fast (it was > connecting and disconnecting in a small for loop). > > Still, on linux this worked and there will be cases where I may bump in to > this limit again (a lot of different programs communicate with one master > program over ipc). > > I've found kern.ipc.somaxconn but this seems to be only for TCP connections. > > Is there a sysctl or kernel parameter that allows me to set this queue a bit > larger ? > > Thx > Bram > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 22:32:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB571103 for ; Sun, 14 Sep 2014 22:32:28 +0000 (UTC) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) (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 60EE4F34 for ; Sun, 14 Sep 2014 22:32:28 +0000 (UTC) Received: from slackbox.erewhon.home (slackbox.xs4all.nl [83.162.243.5]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id s8EMWHkd098037; Mon, 15 Sep 2014 00:32:18 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.home (Postfix, from userid 1001) id D5F40123C9; Mon, 15 Sep 2014 00:32:17 +0200 (CEST) Date: Mon, 15 Sep 2014 00:32:17 +0200 From: Roland Smith To: Doug Hardie Subject: Re: Port/Package Upgrade Question Message-ID: <20140914223217.GA12127@slackbox.erewhon.home> Mail-Followup-To: Doug Hardie , "freebsd-questions@freebsd.org Questions" References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: "freebsd-questions@freebsd.org Questions" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 22:32:29 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 14, 2014 at 01:55:10PM -0700, Doug Hardie wrote: > I have a number of systems that I need to upgrade to 9.3. I have one sys= tem > that is the development/test system. Its already at 9.3 and it has a num= ber > of ports/packages installed that need to be on the production systems. In > the past I have built packages for each in /usr/ports/packages/All and th= en > just mounted that directory via NFS on the production machines and used > pkg_add to install them on the production machines. > However, how > do I then upgrade the ports/packages from the test system? The production > systems can't be used to recompile the ports as that would involve too mu= ch > down time. If you can live with all production systems having the same stuff installed, copy `/usr/local`, `/var/db/ports` and `/var/db/pkg` from the development system to each of the productions systems. Mind that you probably have to either skip `/usr/local/etc` or install the correct config files for each machine locally. Use e.g. tar/nc for the initial install because they're both in the base system. For later updates it is probably faster to use rsync. Roland --=20 R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJUFhdxAAoJEED21dyjijPgvlQQAKpeAcvOG1KdKtb2VNAsGH30 GvG//7IwOLMMqjeUD0W/JK35uxib64SIRFusduQ+rjQ9h/ZM4NiKeS9T1BDP09+y hgSEPeZ9I2RpXNwyLLtXqPwmTTIU/TO3yZm07WbnT/1OjgcEa1hMFnLDP7cF5wth P0lgHT8wgrsi30PU0VZzfRq62svb3Zaghoo22f8CYOtSGXf3XdJgTX9rgbkwb7yn JaX3Z17DZhncrkBiJlD2lFaza+NXLyjtrOSEEIZyRv9M/2cHoNEq8PsoI3YoNymD MDQS3rTyBEbQ2+YnumzRBTcf8jMfWbpYHPv66+CQuUpO+36v/2tirBy6gTgUbSz2 wCtxQpTFv2wf2z/rW0jt79BDMZRwAGS5XacataRs+XIX8/YVlxtBFFCeyJYCBXSz KsAqr/dgRXZnP9sKUuy/32R/vpKdJudZvWTnuJ6O+ey1XJyz0Uq0PiYkG+W51g0A +9wilrXyTn+DjxQPBv5Xqm8mavq6gnMMm1CDu+S/w4k35kNW0ceWtgSoDgEl2K9J o6AWEaxf7NeWk3fc4v49mGqAsfag2Ghrns6QV16EW7pWALj57+xSUybIyoHJrdWr Dtb9v6Pkc9OR+oDdyvZbKp14RrTS+5p4+p+GFqoQAu5Oa0AjJa2FR/037SqoNI1o Ihv1wG5b9Kx391mwCU4s =99/G -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 23:30:25 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 944A818A for ; Sun, 14 Sep 2014 23:30:25 +0000 (UTC) Received: from spring-chicken-am.twitter.com (spring-chicken-am.twitter.com [199.16.156.152]) (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 4B9C56B2 for ; Sun, 14 Sep 2014 23:30:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=twitter.com; s=dkim-201406; t=1410737413; bh=+w1xdTe93V23sE6/ZwLokfCHRHYBXFsJ2oczhAaqEBI=; h=Date:From:To:Subject:MIME-Version:Content-Type:Feedback-ID: Message-ID; b=HYhsjda5EROVGIdMnnAdAQ4gcQiILKZMAYND92d6X14++UNkc7GoCZmsRz/mvqbJv 2vzJ18r2bTM+RoYYNtpuhMwqa247bByy2a+LyoUyYtxt8LtrAYL5csB54FK6kkD/tn 3vPbBwZM1yzo+0b9YnjyvVD9s6Y61ipRZDIyhlg/WFRjfkKJTvkmUwmeo4E1Ulv5n2 GDQFBusnTS7KCV3MHk0vqvctCOGTDgOSDYrN9lMNtGfCj6cbykFUM52TFIW9Ib6tcd PKUQNbTwjVH6SDO4wIe3jHcUASFCDPiQFZiJ1cXPvM8/wyTavbm9MxWRv7d9VpZ7TS LZ0rejGC+uvfA== X-MSFBL: cXVlc3Rpb25zQGZyZWVic2Qub3JnQGF0bGEtYXFsLTM3LXNyMS1FdmVyeXRoaW5n LjE3MkBFdmVyeXRoaW5nQHF1ZXN0aW9uc1xAZnJlZWJzZC5vcmdcQDE4XEAyNzcw NTczOTYxXEAwXEBhZDY1MTAwNWJjZDBkMjI2MDc0OTcwZWQ3Y2I2ODJkYjcyNGFl MDQ0 Date: Sun, 14 Sep 2014 23:30:13 +0000 From: Twitter To: Plemmons Gertrudis Subject: Confirm your Twitter account, gertrudisgc624! MIME-Version: 1.0 Feedback-ID: 16481b2a2bd9895cc9f3f73eb2:1d4a1426:none:twitterESP Message-ID: <63.85.26424.50526145@twitter.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 23:30:25 -0000 Plemmons Gertrudis, Please confirm your Twitter account ------------------------ Confirming your account will give you full access to Twitter and all future notifications will be sent to this email address. Confirm your account now: https://twitter.com/account/confirm_email/gertrudisgc624/A3CG7-3FHD6-141073 -- Forgot your Twitter password? Get instructions on how to reset it: https://twitter.com/account/resend_password Need help? https://support.twitter.com If you received this message in error and did not sign up for a Twitter account, click on the url below: https://twitter.com/account/not_my_account/gertrudisgc624/A3CG7-3FHD6-141073 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 05:12:53 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD21B862 for ; Mon, 15 Sep 2014 05:12:53 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 899C99E4 for ; Mon, 15 Sep 2014 05:12:53 +0000 (UTC) Received: from [93.104.19.80] (helo=tiny-r269739) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1XTOam-0005Gs-SR; Mon, 15 Sep 2014 07:12:49 +0200 Date: Mon, 15 Sep 2014 07:12:42 +0200 From: Matthias Apitz To: Mehmet Erol Sanliturk Subject: Re: Using the ISO releases on USB sticks. Message-ID: <20140915051242.GA1175@tiny-r269739> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , Mehmet Erol Sanliturk , FreeBSD Questions Mailing List References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> <20140914192419.GA1559@tiny-r269739> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.19.80 Cc: FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 05:12:53 -0000 El día Sunday, September 14, 2014 a las 01:55:44PM -0700, Mehmet Erol Sanliturk escribió: > On Sun, Sep 14, 2014 at 12:24 PM, Matthias Apitz wrote: > > > I always test new versions of FreeBSD on USB keys, right now while > > typing I run a 11-CURRENT with KDE ... and mutt as MUA booted from an USB > > key, while the disk in the laptop has still an older FreeBSD. > > > > The procedure to creat a boot-able USB key is simple: > > > > - make a file system on it > > - mount it to /mnt > > - do 'make installkernel' and 'make installworld' with DESTDIR=/mnt > > - enrich the file system in /mnt with some stuff (for example install > > packages into it with 'chroot /mnt pkg install ...') > > - unmount and reboot > > > > even better, if you do not use an USB key directly, but do all the above > > to a mdconfig file system (a file system in a normal plain file) and > > copy later the result with dd(1) to the real USB key; > > > > let me know if you need a detailed procedure of it. > > > > Dear Matthias , > > > If you supply such an algorithm , me and other people may use it to > generate boot-able USB sticks with some installed packages . > > Thank you very much . > > > Mehmet Erol Sanliturk here it comes; comments are always welcome; matthias $Id: buildingImage.txt,v 1.15 2014/08/15 17:39:21 guru Exp $ Building bootable FreeBSD/i386 USB keys This small howto file describes how to build and enrich bootable USB keys. Some ideas are stolen from: http://bsdimp.blogspot.com/2007/10/building-bootable-freebsdi386-images.html File operations, esp. of a large amount of small files, are very SLOW on USB keys. That's why we use in general the following procedure: 1. dd(1) the complete /dev/da0 to a plain file, an image of the USB key; 2. use mdconfig(8) to make a memory disk of this file and mount(8) it; 3. do everything of the formatting and installation in this virtual disk; 4. unmount(8) it and dd(1) it back to the USB key; here we go (use for /dev/da0 what your key is in /var/log/messages): check the size of your USB key with: # dd if=/dev/da0 of=/dev/null bs=8m 1878+1 records in 1878+1 records out 15758000128 bytes transferred in 783.312179 secs (20117139 bytes/sec) note: this step is essential to define an image which later fits again to the real USB key; my "16 Gbyte" keys vary between 1868 and 1914 blocks of 8m (which is ofc lesse than 16 GByte); that's why I decided to use always the number 1860 for my keys of this "16 marketing GBytes". now we create an empty large disk file of this size 1860 blocks of 8m: # dd if=/dev/zero of=da0.r269739 bs=8m count=1860 attach the file da0.r269739 as a memory disk: # mdconfig -a -t vnode -f da0.r269739 md0 now we use the normal procedure to create a bootable UFS on /dev/md0: # fdisk -I md0 # fdisk -B md0 # bsdlabel -w md0s1 auto # bsdlabel -B md0s1 # bsdlabel -e md0s1 # edit the disk label and change partition "a" from "unused" to "4.2BSD" build the file system: # newfs /dev/md0s1a # mount /dev/md0s1a /mnt note: if your running host system is older than 20121201 (see src/UPDATING) you must add some new user if you try to install 'head': # pw useradd -n auditdistd -g audit -c "Auditdistd unprivileged user" -d /var/empty -s /usr/sbin/nologin install the system from your host which must have been compiled in /usr/src; if you compiled it in another place check for MAKEOBJDIRPREFIX below; # cd /usr/src # make installworld DESTDIR=/mnt # make installkernel DESTDIR=/mnt KERNCONF=GENERIC INSTALL_NODEBUG=t # make distrib-dirs DESTDIR=/mnt # make distribution DESTDIR=/mnt the new system in /mnt needs some files to start: # echo /dev/da0s1a / ufs rw,noatime 1 1 > /mnt/etc/fstab # cp /etc/wpa_supplicant.conf /mnt/etc # cat < /mnt/etc/rc.conf tmpmfs="YES" tmpsize="128m" wlans_ath0="wlan0" ifconfig_wlan0="WPA DHCP" ifconfig_bge0="DHCP" hostname=tiny-r269739 sshd_enable="YES" moused_enable="YES" dbus_enable="YES" hald_enable="YES" vboxguest_enable="YES" vboxservice_enable="YES" keymap="german.iso" # powerd powerd_enable="YES" powerd_flags="-a max -b adp" performance_cx_lowest_cx_lowest="Cmax" economy_cx_lowest="Cmax" EOF # cat < /mnt/boot/loader.conf kern.cam.boot_delay="10000" kern.cam.scsi_delay="3000" hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 EOF to use the above created USB key to install another system (the EeePC for example, or the Acer) we need 'src' and 'obj' as well on the key: # cd /usr # cp -Rp src /mnt/usr # cp -Rp obj /mnt/usr but remove the SVN control files from the copied soure tree: # rm -rf /mnt/usr/src/.svn enrich the USB key with the prepared packages: # cd /usr/local/poudriere/data/packages/freebsd-head-ports-head/All # cp -p * /mnt/PKGDIR o run later # cd /usr/local/poudriere/data/packages/freebsd-head-ports-head/All # rsync -avz . /mnt/PKGDIR as well we need in 11-CURRENT now the new pkg(8) command; we compile the old way ports-mgmt/pkg-devel and install only 'pkg-static' into the /mnt system: # cd /usr/ports/ports-mgmt/pkg-devel # make install # chroot /mnt mkdir -p /usr/local/sbin # cp -p /usr/local/sbin/pkg-static /mnt/usr/local/sbin let's see if this works: # chroot /mnt /usr/local/sbin/pkg-static help first we have to build the 'repo' from the directory of all packages; we run: # chroot /mnt pkg-static repo /PKGDIR Creating repository in /PKGDIR: 83% ... Packing files for repository: 100% the recent version of pkg(8) needs in any case the definition of the respository; we create the myrepo.conf file as: # chroot /mnt mkdir -p /usr/local/etc/pkg/repos # vim /mnt/usr/local/etc/pkg/repos/myrepo.conf # cat /mnt/usr/local/etc/pkg/repos/myrepo.conf FreeBSD: { url: "file:/PKGDIR", enabled: true, } now we are able to install any stuff (and its dependencies), here as an example 'autoconf-2.69' and its dependencies: # chroot /mnt pkg-static -R /usr/local/etc/pkg/repos/ install autoconf-2.69 Updating repository catalogue FreeBSD repository is up-to-date All repositories are up-to-date The following 5 packages will be affected (of 0 checked): New packages to be INSTALLED: autoconf: 2.69 indexinfo: 0.2 perl5: 5.16.3_11 m4: 1.4.17_1,1 autoconf-wrapper: 20131203 The process will require 45 MB more space 13 MB to be downloaded Proceed with this action [y/N]: y Fetching autoconf-2.69.txz: 100% of 529 KB Fetching indexinfo-0.2.txz: 100% of 6 KB Fetching perl5-5.16.3_11.txz: 100% of 12 MB Fetching m4-1.4.17_1,1.txz: 100% of 183 KB Fetching autoconf-wrapper-20131203.txz: 100% of 4 KB Checking integrity... done (0 conflicting) [1/5] Installing indexinfo-0.2: 100% [2/5] Installing perl5-5.16.3_11: 100% [3/5] Installing m4-1.4.17_1,1: 100% [4/5] Installing autoconf-wrapper-20131203: 100% [5/5] Installing autoconf-2.69: 100% are they really there?: # chroot /mnt pkg-static info autoconf-2.69 Automatically configure source code on many Un*x platforms autoconf-wrapper-20131203 Wrapper script for GNU autoconf indexinfo-0.2 Utility to regenerate the GNU info page index m4-1.4.17_1,1 GNU m4 perl5-5.16.3_11 Practical Extraction and Report Language later, when the system we building in /mnt is booted, we can use pkg-static directly with the same repo, we do: # pkg-static -R /usr/local/etc/pkg/repos/ install foo-x.x copy some initial xorg.conf files to see what we can make use of them later: # cp /etc/X11/xorg.* /mnt/etc/X11 add an unpriv user 'guru' (for beeing able to SSH-in): # chroot /mnt /usr/sbin/adduser and enrich its HOME with files to bringup KDE: # cp -p ~guru/.xinitrc /mnt/home/guru # cp -p ~guru/.xserverrc /mnt/home/guru umount the key, detach the memory disk and copy the image back with dd(1) to the USB device: # umount /mnt # mdconfig -d -u md0 # dd if=da0.r269739 of=/dev/da0 bs=8m soem more hints for special cases: If we have the real USB device locally, but the image on a laptop without USB ports, one may use: # ssh -C root@10.49.8.36 dd of=/dev/da1 bs=8m < da0-r269739 0+823717 records in 1868+0 records out 15669919744 bytes transferred in 12135.626342 secs (1291233 bytes/sec) # (i.e. around 3h 17min) To write the image from the VM to Ubuntu's USB port: $ ssh -C 192.168.2.102 $ sudo chmod 0666 /dev/sdb $ ssh -C 192.168.2.102 dd of=/dev/sdb bs=8M < da0-r269739 MAKEOBJDIRPREFIX hints to compile in and install from some other places: If you want to build world and kernel out of SVN in 'src' and into 'obj', but in some other place as /usr/[src|obj], for example in /home/guru/head/[src|obj] use this procedure: # mkdir -p /home/guru/head/obj # MAKEOBJDIRPREFIX=/home/guru/head/obj ; export MAKEOBJDIRPREFIX # cd /home/guru/head # svn checkout svn://svn.freebsd.org/base/head src # cd /home/guru/head/src # make buildworld # make buildkernel KERNCONF=GENERIC ... if you have built the kernel and world in some other place as /usr/src: # MAKEOBJDIRPREFIX=/home/guru/head/obj ; export MAKEOBJDIRPREFIX # cd /home/guru/head/src # make installworld DESTDIR=/mnt # make installkernel DESTDIR=/mnt KERNCONF=GENERIC INSTALL_NODEBUG=t # make distrib-dirs DESTDIR=/mnt # make distribution DESTDIR=/mnt ... to use the key to install other system, you must have 'src' and 'obj' again in the correct places; do: # mkdir -p /mnt/usr/home/guru/head/ # cd /mnt # ln -s usr/home home # cd /home/guru/head/ # cp -Rp src /mnt/home/guru/head/ # 40 mins # cp -Rp obj /mnt/home/guru/head/ # 20 mins -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 05:45:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 451FFBCD for ; Mon, 15 Sep 2014 05:45:01 +0000 (UTC) Received: from icp-osb-irony-out3.external.iinet.net.au (icp-osb-irony-out3.external.iinet.net.au [203.59.1.219]) by mx1.freebsd.org (Postfix) with ESMTP id BFFA7C68 for ; Mon, 15 Sep 2014 05:44:59 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvEKALd7FlTLzilT/2dsb2JhbABfgw2BKrMaAQEGnmwBgRMWeIQEAQEDATo/BQsLDQETJQ8FGDETiDYHuWkBF4V8iVEHgy6BHQWPN41QhzBBjU+DcCsvgkoBAQE X-IronPort-AV: E=Sophos;i="5.04,525,1406563200"; d="scan'208";a="34015220" Received: from unknown (HELO smtp.phoenix) ([203.206.41.83]) by icp-osb-irony-out3.iinet.net.au with ESMTP; 15 Sep 2014 13:44:51 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 55534855; Mon, 15 Sep 2014 15:44:51 +1000 (EST) Date: Mon, 15 Sep 2014 15:44:51 +1000 From: andrew clarke To: Gary Aitken Subject: Re: torrent recommendation Message-ID: <20140915054451.GA63743@ozzmosis.com> References: <54147E6D.7020200@dreamchaser.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54147E6D.7020200@dreamchaser.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 05:45:01 -0000 On Sat 2014-09-13 11:27:09 UTC-0600, Gary Aitken (freebsd@dreamchaser.org) wrote: > I've never dealt with a torrent download but now need to get something that is > only available in that form. > > Looking for recommendations of a simple way to go in terms of a ports client. www/aria2 for one-off torrent downloads. By default will seed until your ratio reaches 1:1, unless you cancel seeding and exit with Ctrl+C. net-p2p/rtorrent for a minimalist curses UI, allowing multiple torrent downloads & seeding within the one program. Good for long-term seeding. net-p2p/deluge if you prefer a graphical (X11) UI. All three support magnet URIs. Regards Andrew From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 05:48:05 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 932FDC84 for ; Mon, 15 Sep 2014 05:48:05 +0000 (UTC) Received: from pochta-mx.canmos.ru (pochta-mx.canmos.ru [89.107.127.240]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B22AC8C for ; Mon, 15 Sep 2014 05:48:04 +0000 (UTC) Received: from pochta-mx.canmos.ru (pochta-mx.canmos.ru [89.107.127.240]) by pochta-mx.canmos.ru (Postfix) with ESMTP id F15542BCEA1B; Mon, 15 Sep 2014 09:40:10 +0400 (MSK) X-Spam-Checker-Version: SpamAssassin 3.3.2-pochta_20120910 (2011-06-06) on pochta.canmos.ru X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2-pochta_20120910 Received: from sta1.canmos.ru (sta1.canmos.ru [89.107.124.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: 105@5798000.ru) by pochta-mx.canmos.ru (Postfix) with ESMTPSA; Mon, 15 Sep 2014 09:40:10 +0400 (MSK) Date: Mon, 15 Sep 2014 09:39:21 +0400 (MSK) From: "Igor V. Ruzanov" To: Maaroufi Houcine Subject: Re: Hi In-Reply-To: Message-ID: References: X-GPG-PUBLIC-KEY: 1024D/494AF6DC 2008-03-20 Igor V. Ruzanov X-GPG-FINGERPRINT: A723 B6CC 11ED A4E2 1909 C4DC 6EDE 9089 494A F6DC MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 05:48:05 -0000 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html learn English |Hi, please I need some documentation about freeBSD ... I'm a fun of BSD |OS. if docs can be in frensh it could be better. thanks. best regards. |maaaroufi H |_______________________________________________ |freebsd-questions@freebsd.org mailing list |http://lists.freebsd.org/mailman/listinfo/freebsd-questions |To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" | +-------------------------------------------+ ! CANMOS ISP Network ! +-------------------------------------------+ ! Best regards ! ! Igor V. Ruzanov, network operational staff! ! e-Mail: igorr@canmos.ru ! +-------------------------------------------+ From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 05:52:19 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 453D7D39 for ; Mon, 15 Sep 2014 05:52:19 +0000 (UTC) Received: from mx.tp2.us.calorieking.net (mx.tp2.us.calorieking.net [74.53.216.228]) (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 17989D2A for ; Mon, 15 Sep 2014 05:52:18 +0000 (UTC) Received: from mx.sl1.us.calorieking.net (mx.sl1.us.calorieking.net [173.193.161.29]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.tp2.us.calorieking.net (Postfix) with ESMTP id 196B03F405B for ; Sun, 14 Sep 2014 22:51:59 -0700 (PDT) Received: from netserv.sl1.us.calorieking.net (localhost [127.0.0.1]) by mx.sl1.us.calorieking.net (Postfix) with ESMTP id 2697F131068 for ; Sun, 14 Sep 2014 22:51:59 -0700 (PDT) X-Virus-Scanned: amavisd-new at calorieking.com Received: from mx.sl1.us.calorieking.net ([127.0.0.1]) by netserv.sl1.us.calorieking.net (mx.sl1.us.calorieking.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bCOQh4lq_qBx for ; Sun, 14 Sep 2014 22:51:58 -0700 (PDT) Received: from egeria.internal (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx.sl1.us.calorieking.net (Postfix) with ESMTPSA id 5BAC6131067 for ; Sun, 14 Sep 2014 22:51:58 -0700 (PDT) Message-ID: <54167E7B.9070804@calorieking.com> Date: Mon, 15 Sep 2014 13:51:55 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: torrent recommendation References: <54147E6D.7020200@dreamchaser.org> In-Reply-To: <54147E6D.7020200@dreamchaser.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-FamilyHealth-MailScanner-ID: 196B03F405B.0383C X-FamilyHealth-MailScanner-VirusCheck: Found to be clean X-FamilyHealth-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-15, required 6, autolearn=not spam, BAYES_00 -15.00) X-FamilyHealth-MailScanner-From: gregory.orange@calorieking.com X-FamilyHealth-MailScanner-Watermark: 1411365123.97694@RA+L3ybNaTkc0mSapcJxbg X-Spam-Status: No X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 05:52:19 -0000 On 14/09/14 01:27, Gary Aitken wrote: > Looking for recommendations of a simple way to go in terms of a ports client. I've been using transmission-cli and transmission-daemon (with the transmission-remote command line tool) for maintaining torrents (service with a CLI to access it). Mine is on an Ubuntu box, but I do see a newer version than mine (2.82 cf 2.51) is available in ports net-p2p/transmission* HTH, Greg. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 06:08:31 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2601CEB0; Mon, 15 Sep 2014 06:08:31 +0000 (UTC) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA788E18; Mon, 15 Sep 2014 06:08:30 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id ft15so5460449pdb.32 for ; Sun, 14 Sep 2014 23:08:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ifUKvEKArAla8oEsnZJ0bQmsTVb7q2PX/VcO1BpN0bM=; b=An0QuMvov3RLrQ7EsLFBFAxSNzloDITpqlAFQFNXAnkDnzlhuyaOAEWGeLDPct2RsE 2s4jJ0C0j4cuGXA1S1wN36gH9UIX+reGABVuNldioUcdovYKWAA1/FUusM/wO4gYLuBo u19atWN5Hf4qKrjN2uTEowosicVyKZBYM9HQZE2Ae5IXIYOUJydN8kaFddBT61Mtwf8X XGKJ4+x9CHvFB1ddmvDsYNNufLVrAL4pKJ6kRv72UcyryusFqB687nnGFQ36n2TZPtpN wqM2FqhlbqklPAY2IToOoqP6CbKzS3kjRrJQfxOyAtlgZF2yFwp8Qu/AWEegiOnGoMJU yFVA== X-Received: by 10.66.141.197 with SMTP id rq5mr2218516pab.124.1410761310549; Sun, 14 Sep 2014 23:08:30 -0700 (PDT) Received: from pyunyh@gmail.com ([106.247.248.2]) by mx.google.com with ESMTPSA id qy10sm10285421pbb.47.2014.09.14.23.08.26 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 14 Sep 2014 23:08:29 -0700 (PDT) From: Yonghyeon PYUN X-Google-Original-From: "Yonghyeon PYUN" Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 15 Sep 2014 15:08:19 +0900 Date: Mon, 15 Sep 2014 15:08:19 +0900 To: Brett Glass Subject: Re: jme interface bounces up and down, up and down.... Message-ID: <20140915060819.GA967@michelle.fasterthan.com> Reply-To: pyunyh@gmail.com References: <201409141629.KAA29705@mail.lariat.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201409141629.KAA29705@mail.lariat.net> User-Agent: Mutt/1.4.2.3i Cc: questions@freebsd.org, net@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 06:08:31 -0000 On Sat, Sep 13, 2014 at 07:13:44PM -0600, Brett Glass wrote: > Everyone: > > I just installed FreeBSD 10.0-RELEASE on an Asus EeeBox B202 (which > comes with Linux). This particular version of the product comes > with a JMicron gigabit Ethernet adapter that uses the jme(4) > driver. Because it only has one port and I need several, I've set > it up with multiple VLANs, which are trunked out to a little > Netgear VLAN switch. > > Unfortunately, the interface is bouncing up and down every few minutes: > > Sep 13 12:44:44 testbed kernel: jme0: link state changed to UP > Sep 13 12:44:44 testbed kernel: jme0_1: link state changed to > UP > Sep 13 12:44:44 testbed kernel: jme0_2: link state changed to > UP > Sep 13 12:44:44 testbed kernel: jme0_3: link state changed to > UP > Sep 13 12:50:04 testbed kernel: jme0: link state changed to > DOWN > Sep 13 12:50:04 testbed kernel: jme0_1: link state > changed to DOWN > Sep 13 12:50:04 testbed kernel: jme0_2: link state > changed to DOWN > Sep 13 12:50:04 testbed kernel: jme0_3: link state > changed to DOWN > Sep 13 12:50:43 testbed kernel: jme0: link state changed to UP > ... > > The problem didn't seem to occur with the bundled Linux distro. Has > anyone else seen this problem? Know of a fix? > Would you show me the output of dmesg(jme(4) and jmphy(4) only) to know exact chip revision? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 06:44:48 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 625D07FA; Mon, 15 Sep 2014 06:44:48 +0000 (UTC) Received: from mail.tivas.info (85.234.217.139.static.edpnet.net [85.234.217.139]) (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 E6D48208; Mon, 15 Sep 2014 06:44:46 +0000 (UTC) Received: from localhost.localdomain ([192.168.3.104]) by mail.tivas.info (8.14.4/8.14.4) with ESMTP id s8F6igrL035580; Mon, 15 Sep 2014 08:44:42 +0200 (CEST) (envelope-from bram@diomedia.be) Message-ID: <54168ADA.6050204@diomedia.be> Date: Mon, 15 Sep 2014 08:44:42 +0200 From: Bram Van Steenlandt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: adrian@freebsd.org Subject: Re: Listen queue guestion References: <5415EC27.40708@diomedia.be> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 06:44:48 -0000 Hi, I use python, here the parameters are (socket.AF_UNIX,socket.SOCK_STREAM) Bram op 14-09-14 23:05, Adrian Chadd schreef: > Hi! > > What kind of sockets is it specifically using? > > > -a > > > On 14 September 2014 12:27, Bram Van Steenlandt wrote: >> Hi, >> >> I'm porting an plc automation system to freebsd and while doing so I got >> errors like these: >> sonewconn: pcb 0xfffff8000cecc870: Listen queue overflow: 76 already in >> queue awaiting acceptance >> >> With the help of netstat I've found the problem, 2 programs communicate with >> ipc file like sockets and the "client" was connecting too fast (it was >> connecting and disconnecting in a small for loop). >> >> Still, on linux this worked and there will be cases where I may bump in to >> this limit again (a lot of different programs communicate with one master >> program over ipc). >> >> I've found kern.ipc.somaxconn but this seems to be only for TCP connections. >> >> Is there a sysctl or kernel parameter that allows me to set this queue a bit >> larger ? >> >> Thx >> Bram >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 07:44:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD9AF92A for ; Mon, 15 Sep 2014 07:44:12 +0000 (UTC) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A98E9CA for ; Mon, 15 Sep 2014 07:44:12 +0000 (UTC) Received: by mail-yk0-f177.google.com with SMTP id 79so1858121ykr.22 for ; Mon, 15 Sep 2014 00:44:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2h96/6sBF9M7TEwZ5hDm/RWug5hWWPCXFDbpveForlY=; b=MRQfy4JKYa6EXFusNmKNwnZaejSrzVAqobrzK/FjIqe1ZURjRVZuhIa1v2w5d0dYQq UaPVE6CF9MWnrerQdlxeF3NGbk6ziUh1rGwfAOLDppJaWDo42pT7Eu0BwIMNTljeqFhu r/BEmByJh2D/Cl7KHDak047foUOm9Ot1WmSGWI5br/fAiTJ0b+enrk7M6pwGtCpwGQIy xv4RppxXK4z9ITauQb49s1TpC9udSwktUopXatJ9HV9gPxyAmXJW8/+nYkIwrA4PQjbu W/S1CcNqXWGWMdO/r9ycxJtAWZwtch4x0aqvLrm8YEH+LHPwbWdk4Ce5r1PklKG+dmPS 75cQ== MIME-Version: 1.0 X-Received: by 10.236.13.38 with SMTP id a26mr31511634yha.23.1410767051101; Mon, 15 Sep 2014 00:44:11 -0700 (PDT) Received: by 10.170.218.197 with HTTP; Mon, 15 Sep 2014 00:44:11 -0700 (PDT) In-Reply-To: <20140915051242.GA1175@tiny-r269739> References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> <20140914192419.GA1559@tiny-r269739> <20140915051242.GA1175@tiny-r269739> Date: Mon, 15 Sep 2014 00:44:11 -0700 Message-ID: Subject: Re: Using the ISO releases on USB sticks. From: Mehmet Erol Sanliturk To: Matthias Apitz , Mehmet Erol Sanliturk , FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 07:44:12 -0000 On Sun, Sep 14, 2014 at 10:12 PM, Matthias Apitz wrote: > El d=C3=ADa Sunday, September 14, 2014 a las 01:55:44PM -0700, Mehmet Ero= l > Sanliturk escribi=C3=B3: > > > On Sun, Sep 14, 2014 at 12:24 PM, Matthias Apitz > wrote: > > > > > I always test new versions of FreeBSD on USB keys, right now while > > > typing I run a 11-CURRENT with KDE ... and mutt as MUA booted from an > USB > > > key, while the disk in the laptop has still an older FreeBSD. > > > > > > The procedure to creat a boot-able USB key is simple: > > > > > > - make a file system on it > > > - mount it to /mnt > > > - do 'make installkernel' and 'make installworld' with DESTDIR=3D/mnt > > > - enrich the file system in /mnt with some stuff (for example install > > > packages into it with 'chroot /mnt pkg install ...') > > > - unmount and reboot > > > > > > even better, if you do not use an USB key directly, but do all the > above > > > to a mdconfig file system (a file system in a normal plain file) and > > > copy later the result with dd(1) to the real USB key; > > > > > > let me know if you need a detailed procedure of it. > > > > > > > Dear Matthias , > > > > > > If you supply such an algorithm , me and other people may use it to > > generate boot-able USB sticks with some installed packages . > > > > Thank you very much . > > > > > > Mehmet Erol Sanliturk > > here it comes; comments are always welcome; > > matthias > > > $Id: buildingImage.txt,v 1.15 2014/08/15 17:39:21 guru Exp $ > > Building bootable FreeBSD/i386 USB keys > > > This small howto file describes how to build and enrich bootable USB keys= . > Some ideas are stolen from: > > http://bsdimp.blogspot.com/2007/10/building-bootable-freebsdi386-images.h= tml > > File operations, esp. of a large amount of small files, are very SLOW > on USB keys. That's why we use in general the following procedure: > > 1. dd(1) the complete /dev/da0 to a plain file, an image of the USB key; > 2. use mdconfig(8) to make a memory disk of this file and mount(8) it; > 3. do everything of the formatting and installation in this virtual disk; > 4. unmount(8) it and dd(1) it back to the USB key; > > here we go (use for /dev/da0 what your key is in /var/log/messages): > > check the size of your USB key with: > > # dd if=3D/dev/da0 of=3D/dev/null bs=3D8m > 1878+1 records in > 1878+1 records out > 15758000128 bytes transferred in 783.312179 secs (20117139 bytes/sec) > > note: this step is essential to define an image which later fits again to > the > real USB key; my "16 Gbyte" keys vary between 1868 and 1914 blocks of 8m > (which is ofc lesse than 16 GByte); that's why I decided to use always th= e > number 1860 for my keys of this "16 marketing GBytes". > > now we create an empty large disk file of this size 1860 blocks of 8m: > > # dd if=3D/dev/zero of=3Dda0.r269739 bs=3D8m count=3D1860 > > attach the file da0.r269739 as a memory disk: > > # mdconfig -a -t vnode -f da0.r269739 > md0 > > now we use the normal procedure to create a bootable UFS on /dev/md0: > > # fdisk -I md0 > # fdisk -B md0 > # bsdlabel -w md0s1 auto > # bsdlabel -B md0s1 > # bsdlabel -e md0s1 # edit the disk label and change partition "a" from > "unused" to "4.2BSD" > > build the file system: > > # newfs /dev/md0s1a > # mount /dev/md0s1a /mnt > > note: if your running host system is older than 20121201 (see > src/UPDATING) you > must add some new user if you try to install 'head': > > # pw useradd -n auditdistd -g audit -c "Auditdistd unprivileged user" -d > /var/empty -s /usr/sbin/nologin > > install the system from your host which must have been compiled > in /usr/src; if you compiled it in another place check for MAKEOBJDIRPREF= IX > below; > > # cd /usr/src > # make installworld DESTDIR=3D/mnt > # make installkernel DESTDIR=3D/mnt KERNCONF=3DGENERIC INSTALL_NODEBUG=3D= t > # make distrib-dirs DESTDIR=3D/mnt > # make distribution DESTDIR=3D/mnt > > the new system in /mnt needs some files to start: > > # echo /dev/da0s1a / ufs rw,noatime 1 1 > /mnt/etc/fstab > # cp /etc/wpa_supplicant.conf /mnt/etc > > # cat < /mnt/etc/rc.conf > tmpmfs=3D"YES" > tmpsize=3D"128m" > wlans_ath0=3D"wlan0" > ifconfig_wlan0=3D"WPA DHCP" > ifconfig_bge0=3D"DHCP" > hostname=3Dtiny-r269739 > sshd_enable=3D"YES" > moused_enable=3D"YES" > dbus_enable=3D"YES" > hald_enable=3D"YES" > vboxguest_enable=3D"YES" > vboxservice_enable=3D"YES" > keymap=3D"german.iso" > # powerd > powerd_enable=3D"YES" > powerd_flags=3D"-a max -b adp" > performance_cx_lowest_cx_lowest=3D"Cmax" > economy_cx_lowest=3D"Cmax" > EOF > > # cat < /mnt/boot/loader.conf > kern.cam.boot_delay=3D"10000" > kern.cam.scsi_delay=3D"3000" > hint.p4tcc.0.disabled=3D1 > hint.acpi_throttle.0.disabled=3D1 > EOF > > to use the above created USB key to install another system (the EeePC for > example, or the Acer) we need 'src' and 'obj' as well on the key: > > # cd /usr > # cp -Rp src /mnt/usr > # cp -Rp obj /mnt/usr > > but remove the SVN control files from the copied soure tree: > > # rm -rf /mnt/usr/src/.svn > > enrich the USB key with the prepared packages: > > # cd /usr/local/poudriere/data/packages/freebsd-head-ports-head/All > # cp -p * /mnt/PKGDIR > > o run later > > # cd /usr/local/poudriere/data/packages/freebsd-head-ports-head/All > # rsync -avz . /mnt/PKGDIR > > as well we need in 11-CURRENT now the new pkg(8) command; we compile > the old way ports-mgmt/pkg-devel and install only 'pkg-static' into > the /mnt system: > > # cd /usr/ports/ports-mgmt/pkg-devel > # make install > # chroot /mnt mkdir -p /usr/local/sbin > # cp -p /usr/local/sbin/pkg-static /mnt/usr/local/sbin > > let's see if this works: > > # chroot /mnt /usr/local/sbin/pkg-static help > > first we have to build the 'repo' from the directory of all > packages; we run: > > # chroot /mnt pkg-static repo /PKGDIR > Creating repository in /PKGDIR: 83% > ... > Packing files for repository: 100% > > the recent version of pkg(8) needs in any case the definition > of the respository; we create the myrepo.conf file as: > > # chroot /mnt mkdir -p /usr/local/etc/pkg/repos > # vim /mnt/usr/local/etc/pkg/repos/myrepo.conf > # cat /mnt/usr/local/etc/pkg/repos/myrepo.conf > > FreeBSD: { > url: "file:/PKGDIR", > enabled: true, > } > > now we are able to install any stuff (and its dependencies), here > as an example 'autoconf-2.69' and its dependencies: > > # chroot /mnt pkg-static -R /usr/local/etc/pkg/repos/ install > autoconf-2.69 > Updating repository catalogue > FreeBSD repository is up-to-date > All repositories are up-to-date > The following 5 packages will be affected (of 0 checked): > > New packages to be INSTALLED: > autoconf: 2.69 > indexinfo: 0.2 > perl5: 5.16.3_11 > m4: 1.4.17_1,1 > autoconf-wrapper: 20131203 > > The process will require 45 MB more space > 13 MB to be downloaded > > Proceed with this action [y/N]: y > Fetching autoconf-2.69.txz: 100% of 529 KB > Fetching indexinfo-0.2.txz: 100% of 6 KB > Fetching perl5-5.16.3_11.txz: 100% of 12 MB > Fetching m4-1.4.17_1,1.txz: 100% of 183 KB > Fetching autoconf-wrapper-20131203.txz: 100% of 4 KB > Checking integrity... done (0 conflicting) > [1/5] Installing indexinfo-0.2: 100% > [2/5] Installing perl5-5.16.3_11: 100% > [3/5] Installing m4-1.4.17_1,1: 100% > [4/5] Installing autoconf-wrapper-20131203: 100% > [5/5] Installing autoconf-2.69: 100% > > are they really there?: > > # chroot /mnt pkg-static info > autoconf-2.69 Automatically configure source code on man= y > Un*x platforms > autoconf-wrapper-20131203 Wrapper script for GNU autoconf > indexinfo-0.2 Utility to regenerate the GNU info page > index > m4-1.4.17_1,1 GNU m4 > perl5-5.16.3_11 Practical Extraction and Report Language > > later, when the system we building in /mnt is booted, we can use > pkg-static directly with the same repo, we do: > > # pkg-static -R /usr/local/etc/pkg/repos/ install foo-x.x > > copy some initial xorg.conf files to see what we can make use > of them later: > > # cp /etc/X11/xorg.* /mnt/etc/X11 > > add an unpriv user 'guru' (for beeing able to SSH-in): > > # chroot /mnt /usr/sbin/adduser > > and enrich its HOME with files to bringup KDE: > > # cp -p ~guru/.xinitrc /mnt/home/guru > # cp -p ~guru/.xserverrc /mnt/home/guru > > umount the key, detach the memory disk and copy the image back > with dd(1) to the USB device: > > # umount /mnt > # mdconfig -d -u md0 > # dd if=3Dda0.r269739 of=3D/dev/da0 bs=3D8m > > > soem more hints for special cases: > > If we have the real USB device locally, but the image on a laptop > without USB ports, one may use: > > # ssh -C root@10.49.8.36 dd of=3D/dev/da1 bs=3D8m < da0-r269739 > 0+823717 records in > 1868+0 records out > 15669919744 bytes transferred in 12135.626342 secs (1291233 bytes/sec) > # > (i.e. around 3h 17min) > > To write the image from the VM to Ubuntu's USB port: > > $ ssh -C 192.168.2.102 > $ sudo chmod 0666 /dev/sdb > $ ssh -C 192.168.2.102 dd of=3D/dev/sdb bs=3D8M < da0-r269739 > > MAKEOBJDIRPREFIX hints to compile in and install from some other places: > > If you want to build world and kernel out of SVN in 'src' and into 'obj', > but in > some other place as /usr/[src|obj], for example in > /home/guru/head/[src|obj] > use this procedure: > > # mkdir -p /home/guru/head/obj > # MAKEOBJDIRPREFIX=3D/home/guru/head/obj ; export MAKEOBJDIRPREFIX > # cd /home/guru/head > # svn checkout svn://svn.freebsd.org/base/head src > > # cd /home/guru/head/src > # make buildworld > # make buildkernel KERNCONF=3DGENERIC > ... > > if you have built the kernel and world in some other place as /usr/src: > > # MAKEOBJDIRPREFIX=3D/home/guru/head/obj ; export MAKEOBJDIRPREFIX > # cd /home/guru/head/src > # make installworld DESTDIR=3D/mnt > # make installkernel DESTDIR=3D/mnt KERNCONF=3DGENERIC INSTALL_NODEBUG=3D= t > # make distrib-dirs DESTDIR=3D/mnt > # make distribution DESTDIR=3D/mnt > ... > > to use the key to install other system, you must have 'src' and 'obj' > again in the correct places; do: > > # mkdir -p /mnt/usr/home/guru/head/ > # cd /mnt > # ln -s usr/home home > > # cd /home/guru/head/ > # cp -Rp src /mnt/home/guru/head/ # 40 mins > # cp -Rp obj /mnt/home/guru/head/ # 20 mins > > > -- > Matthias Apitz | /"\ ASCII Ribbon Campaign: > E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail > WWW: http://www.unixarea.de/ | X - No proprietary attachments > phone: +49-170-4527211 | / \ - Respect for open standards > | en.wikipedia.org/wiki/ASCII_Ribbon_Campaig= n > Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 08:07:53 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4FCC2A3 for ; Mon, 15 Sep 2014 08:07:53 +0000 (UTC) Received: from mx.tp2.us.calorieking.net (mx.tp2.us.calorieking.net [74.53.216.228]) (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 B9C85C15 for ; Mon, 15 Sep 2014 08:07:53 +0000 (UTC) Received: from mx.sl1.us.calorieking.net (mx.sl1.us.calorieking.net [173.193.161.29]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.tp2.us.calorieking.net (Postfix) with ESMTP id 303293F4137 for ; Mon, 15 Sep 2014 01:07:35 -0700 (PDT) Received: from netserv.sl1.us.calorieking.net (localhost [127.0.0.1]) by mx.sl1.us.calorieking.net (Postfix) with ESMTP id 5FBAB13106A for ; Mon, 15 Sep 2014 01:07:34 -0700 (PDT) X-Virus-Scanned: amavisd-new at calorieking.com Received: from mx.sl1.us.calorieking.net ([127.0.0.1]) by netserv.sl1.us.calorieking.net (mx.sl1.us.calorieking.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bP2zk-qsMfXV for ; Mon, 15 Sep 2014 01:07:34 -0700 (PDT) Received: from egeria.internal (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx.sl1.us.calorieking.net (Postfix) with ESMTPSA id 86410131069 for ; Mon, 15 Sep 2014 01:07:33 -0700 (PDT) Message-ID: <54169E42.5020108@calorieking.com> Date: Mon, 15 Sep 2014 16:07:30 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: questions@freebsd.org Subject: Remove distribution sets Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-FamilyHealth-MailScanner-ID: 303293F4137.CAC5B X-FamilyHealth-MailScanner-VirusCheck: Found to be clean X-FamilyHealth-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-15, required 6, autolearn=not spam, BAYES_00 -15.00) X-FamilyHealth-MailScanner-From: gregory.orange@calorieking.com X-FamilyHealth-MailScanner-Watermark: 1411373257.55253@xFe7lhb9iFVvabFTb7nUOw X-Spam-Status: No X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 08:07:54 -0000 Hi all, Can one remove distribution sets from FreeBSD 8.x? I've got a 8.3 machine with too much on it[1], but don't have control over the installation of the OS. I'd like to remove everything except kernel and base, but the only method I've found[2] is not complete. TIA, Greg. [1] Per freebsd-update -r 8.4-RELEASE upgrade: src/base src/bin src/cddl src/contrib src/crypto src/etc src/games src/gnu src/include src/krb5 src/lib src/libexec src/release src/rescue src/sbin src/secure src/share src/sys src/tools src/ubin src/usbin world/base world/dict world/doc world/games world/info world/manpages world/proflibs [2] https://forums.freebsd.org/viewtopic.php?&t=1136 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 08:54:02 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BCB0F1E for ; Mon, 15 Sep 2014 08:54:02 +0000 (UTC) Received: from mail71.atl51.rsgsv.net (mail71.atl51.rsgsv.net [205.201.135.71]) (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 E3354144 for ; Mon, 15 Sep 2014 08:54:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=mail71.atl51.rsgsv.net; h=Subject:From:Reply-To:To:Date:Message-ID:List-Unsubscribe:Sender:Content-Type:MIME-Version; i=cisco-vanessa=3Dhcyxxx.com@mail71.atl51.rsgsv.net; bh=5nVlcLSo+VFsEv7bqMJCQ9TKIpQ=; b=m3mVuRBsV11RInhr499P8mmdQzdbfF2vwMjeguBcgg8Gwb65lzYVK/jQH5F6ZffqIqDJbMRBg4V6 R+uCj+8bdGc56OT9NCRZPrEKwpRHFVp8luWjNZC+ltgZFs71/DGsB6eHtehrbo9zghLAUWcOZlOA vyLvQz1cn9bNTPhNosM= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=mail71.atl51.rsgsv.net; b=IzmmB/JYFJzzWhiba08X6F5rxupsAvULALUHqqV3LVJSvxoiqaLlqnpEBHy6HNZQ+UNjDJyZ0MtE 6u6pGgxAysfJ1V/SDGbk1Fx/AvjleevO2Drn5AzXqDnVkphAd4W0Gzz4rK7tfU/MG1R1Z6TErTLY IB55FDAe1+Gu2O+Hghk=; Received: from (127.0.0.1) by mail71.atl51.rsgsv.net id h2qkik1mr1oe for ; Mon, 15 Sep 2014 08:53:54 +0000 (envelope-from ) Subject: =?utf-8?Q?Cisco=20network=20device=20hot=20sale=21=21=21?= From: =?utf-8?Q?vanessa?= Reply-To: =?utf-8?Q?vanessa?= To: =?utf-8?Q??= Date: Mon, 15 Sep 2014 08:53:54 +0000 Message-ID: <55edc56638c8bb1a89b436c91c22e8f0de0.20140915085344@mail71.atl51.rsgsv.net> X-Mailer: MailChimp Mailer - **CIDf6c5a3e281c22e8f0de0** X-Campaign: mailchimp55edc56638c8bb1a89b436c91.f6c5a3e281 X-campaignid: mailchimp55edc56638c8bb1a89b436c91.f6c5a3e281 X-Report-Abuse: Please report abuse for this campaign here: http://www.mailchimp.com/abuse/abuse.phtml?u=55edc56638c8bb1a89b436c91&id=f6c5a3e281&e=c22e8f0de0 X-MC-User: 55edc56638c8bb1a89b436c91 X-Feedback-ID: 33327973:33327973.539889:us9:mc X-Accounttype: ff Sender: "vanessa" x-mcda: FALSE MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format="fixed" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 08:54:02 -0000 ------------------------------------------------------------ New & Original Cisco network devices! ** One-minute Massage ------------------------------------------------------------ ** Sale $ ------------------------------------------------------------ Item Price(FOB Beijing) WS-C2960-48TC-L $700.00 WS-C2960S-24PS-L $1=2C300.00 WS-C2960X-48TS-L $1=2C795.00 WS-C3560X-24P-S $1=2C465.00 WS-C3750X-48T-S $3=2C085.00 CISCO1941/K9 $825.00 ASA5520-BUN-K9 $2=2C445.00 GLC-LH-SMD=3D $115.00 WS-C6509-E $4=2C760.00 WS-X6704-10GE $4=2C015.00 Contact person:Vanessa Skype:vanessa-3580 Email:cisco-vanessa@hcyxxx.com WhatsApp:0086-13651243580 =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? (http://hcyxxx.us9.list-manage.com/about?u=3D55edc5663= 8c8bb1a89b436c91&id=3Df678334250&e=3Dc22e8f0de0&c=3Df6c5a3e281) unsubscr= ibe from this list (http://hcyxxx.us9.list-manage2.com/unsubscribe?u=3D55e= dc56638c8bb1a89b436c91&id=3Df678334250&e=3Dc22e8f0de0&c=3Df6c5a3e281) up= date subscription preferences (http://hcyxxx.us9.list-manage.com/profile?u= =3D55edc56638c8bb1a89b436c91&id=3Df678334250&e=3Dc22e8f0de0) asia information international technology HK ltd =C2=B7 USD50000000.00 =C2= =B7 Beijing=2C 8 100000 =C2=B7 China Email Marketing Powered by MailChimp http://www.mailchimp.com/monkey-rewards/?utm_source=3Dfreemium_newsletter&= utm_medium=3Demail&utm_campaign=3Dmonkey_rewards&aid=3D55edc56638c8bb1a89b= 436c91&afl=3D1 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 10:09:59 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 147FC785 for ; Mon, 15 Sep 2014 10:09:59 +0000 (UTC) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBD17AEF for ; Mon, 15 Sep 2014 10:09:58 +0000 (UTC) Received: from r56.edvax.de (port-92-195-111-1.dynamic.qsc.de [92.195.111.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id DD0A23CEE7; Mon, 15 Sep 2014 12:09:49 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id s8FA9mUA002430; Mon, 15 Sep 2014 12:09:49 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Mon, 15 Sep 2014 12:09:48 +0200 From: Polytropon To: Gregory Orange Subject: Re: Remove distribution sets Message-Id: <20140915120948.569f5458.freebsd@edvax.de> In-Reply-To: <54169E42.5020108@calorieking.com> References: <54169E42.5020108@calorieking.com> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 10:09:59 -0000 On Mon, 15 Sep 2014 16:07:30 +0800, Gregory Orange wrote: > Can one remove distribution sets from FreeBSD 8.x? The system doesn't provide a _dedicated_ means to do this. Basically it's possible to manually remove (delete) things when you _know_ what you are doing. Removing manpages is such a possible task that probably won't hurt. Have a usable source tree at hand, so you can "make install" if you accidentally removed something important, that's why don't remove "make". ;-) The best way to tune an installation is at install time. When installing from source, adjusting /etc/src.conf and /etc/make.conf, and following the path described in the comment header of /usr/src/Makefile, it's relatively easy, especially see the "delete-old" and "delete-old-libs" steps. It's also possible to "prepare" a stripped-down system elsewhere and then use it to replace the installation in question. A comparable way is provided via freebsd-update where parts to be subject of an update can be selected using its configuration file; see "man freebsd-update.conf" for the "Components" keyword. Probably you won't save much disk space anyway... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 11:42:58 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04F5D192 for ; Mon, 15 Sep 2014 11:42:58 +0000 (UTC) Received: from mail.bvgsvcs.net (mail.bvgsvcs.net [197.221.16.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9AD8F769 for ; Mon, 15 Sep 2014 11:42:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by localhost.amavis.local (Postfix) with ESMTP id 6EC3E1C85; Mon, 15 Sep 2014 13:42:46 +0200 (SAST) X-Virus-Scanned: amavisd-new at bvgsvcs.net Received: from mail.bvgsvcs.net ([127.0.0.1]) by localhost (mail.bvgsvcs.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8oJYZu+RJn1U; Mon, 15 Sep 2014 13:42:46 +0200 (SAST) Received: from penguin.localnet (unknown [196.1.1.18]) by mail.bvgsvcs.net (Postfix) with ESMTP id 400091C81; Mon, 15 Sep 2014 13:42:46 +0200 (SAST) From: Coert To: freebsd-questions@freebsd.org Subject: Re: A lot of pkg problems Date: Mon, 15 Sep 2014 13:42:37 +0200 Message-ID: <1812950.bWcWxrzvJI@penguin> User-Agent: KMail/4.13.2 (Linux/3.13.0-24-generic; KDE/4.13.2; x86_64; ; ) In-Reply-To: <5411A89B.4010707@gmail.com> References: <2509308.9rytrV7MvD@penguin> <5411A89B.4010707@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: Jamie Griffin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 11:42:58 -0000 On Thursday 11 September 2014 14:50:19 Jamie Griffin wrote: > On 11/09/2014 10:48, Coert wrote: > > On Monday 08 September 2014 10:45:43 Radek Krej=C4=8Da wrote: > >> Hello, > >>=20 > >> I am trying to install my computer today (new hardware) and I cann= ot > >> install a lot of packages, eg. firefox, thunderbird, chromium, xfc= e, > >> libreoffice. > >>=20 > >> All is falling on message: > >>=20 > >> Checking integrity... done (1 conflicting) > >> pkg: Cannot solve problem using SAT solver: > >> cannot install package firefox~www/firefox, remove it from request= ? > >> [Y/n]: > >>=20 > >> All the same... > >>=20 > >> I have deleted all packages and problem is still the same. > >>=20 > >> Radek >=20 > This was a real PITA for me too; although, it should be fixed now wit= h > pkg version 1.3.7. What version are you using? Upgraded to version 1.3.7, was on an older one indeed. Was running 1.2.4_1 Still having issues though, for now I just stick to release/0 and pkg version 1.2.4_1 Going to try an upgrade later > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freeb= sd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 12:40:46 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5C1AE6A for ; Mon, 15 Sep 2014 12:40:46 +0000 (UTC) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 841CACE5 for ; Mon, 15 Sep 2014 12:40:46 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlUGACHdFlRR8YDT/2dsb2JhbABggw2BKtI5AYEVF3iEBAEBBDocIxALDgoJJQ8qHgYTiEIBuisYj00HhEsBBJhCBYRAlUCDYDsvgkoBAQE Received: from 211.128-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.128.211]) by relay.skynet.be with ESMTP; 15 Sep 2014 14:40:38 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s8FCeYs6004260; Mon, 15 Sep 2014 14:40:37 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 15 Sep 2014 14:40:34 +0200 From: Tijl Coosemans To: Doug Hardie Subject: Re: Port/Package Upgrade Question Message-ID: <20140915144034.58b7c848@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org Questions" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 12:40:47 -0000 On Sun, 14 Sep 2014 13:55:10 -0700 Doug Hardie wrote: > I have a number of systems that I need to upgrade to 9.3. I have one > system that is the development/test system. Its already at 9.3 and it > has a number of ports/packages installed that need to be on the > production systems. In the past I have built packages for each in > /usr/ports/packages/All and then just mounted that directory via NFS > on the production machines and used pkg_add to install them on the > production machines. > > Some of these are packages in that they use the default configuration. > Unfortunately, some of them have to be compiled via the ports system > as they use non-standard options. I have made a package for each of > them. > > None of the production systems have pkg on them. They all use the > old packages stuff. I suspect I will first need to convert them over > to the pkg system. Thats not a big deal as its a fairly quick process. > However, how do I then upgrade the ports/packages from the test system? > The production systems can't be used to recompile the ports as that > would involve too much down time. Same as before just "pkg add" instead of "pkg_add". See man pkg-add for more details. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 13:19:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 764496EC for ; Mon, 15 Sep 2014 13:19:01 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 021B9BC for ; Mon, 15 Sep 2014 13:19:00 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id q5so2126927wiv.12 for ; Mon, 15 Sep 2014 06:18:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:content-transfer-encoding:subject:references:from :in-reply-to:message-id:date:cc:to:mime-version; bh=NOXiL2jzkMGDNGbZnHdmSdcfr8j/sIW9a+FjM78UYL8=; b=IPS+MQoXmuQfRVP+G6akYuIsO72sKcoNR4PmDiza8e9LYIGytLEOG/nD6Tv4EqDI3l wZBDRqir48C05h7exPJcrUplfhp+Nx2RhLBjwft356PW/MfGv27DiYHtb3U8uBxa15qG uO2ncaDTdokg7uowhUgwEPJKX1K4HiQ8uw9ZLz6ZdlZ0EvF85CbeJ9T+WGZQk7NEzkS4 FAViBatxRvo/a7zLJo0PowBUyt5vnUvPhhKKpVMvv/z79Sc8tIbQr7IJPvv9S4sJHpzH ZWEBakJXKyR4LNzNrso28umngDA8C+5UEsTFeXIsfKnq4u3n+RpT5KLkI5tTnaXk2hw8 AHjg== X-Received: by 10.181.13.105 with SMTP id ex9mr9110496wid.58.1410787134084; Mon, 15 Sep 2014 06:18:54 -0700 (PDT) Received: from [192.168.20.2] ([62.219.134.104]) by mx.google.com with ESMTPSA id wm8sm14737764wjb.40.2014.09.15.06.18.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Sep 2014 06:18:53 -0700 (PDT) Subject: Re: Using the ISO releases on USB sticks. References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> From: atar In-Reply-To: Message-Id: <3B3FBADD-B5B6-4B98-8BD6-701F6F8D21D7@gmail.com> Date: Mon, 15 Sep 2014 16:18:24 +0300 To: Warren Block Mime-Version: 1.0 (1.0) X-Mailer: iPod Mail (10B500) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" , Derek Ragona X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 13:19:01 -0000 Hi! Just yesterday I've read your article from your site: http://www.wonkity.com/~wblock/docs/html/disksetup.html and I would want to know if you've written an article on how to build an 'im= g' file which has the same content as the 'disc1.iso' file but that will be b= ootable from a USB stick. In addition, I'll be happy if you can tell me in more detail why does even a= fter that I've extracted the content of the 'disc1.iso' file to a regular fo= lder and then 'reassemble' it with the command (on Linux): 'xorriso -dev /tm= p/my_FreeBSD_iso.iso -boot_image any system_area=3Dboot/boot0 -add /path/to/= the/extracted/disc1.iso/folder' and copy the new ISO file into my USB stick w= ith the dd command and then I reboot my PC and I see the boot prompt of the b= oot0 boot manager but I don't get an option to boot the FreeBSD system I've j= ust created. What's going wrong here? Regards, Atar. > On Sun, 14 Sep 2014, atar wrote: >=20 >> Just wanted to know please why does the command 'dd if=3DFreeBSD-i386-dis= c1.iso of=3DmyUSB-stick' doesn't make the USB stick bootable like it would d= oes for CDROMs or DVDs? What's the difference between CDROM and an USB? >=20 > [top-posting deleted, please don't do that] >=20 > dd just copies bytes from one place to another. An ISO image file is not b= ootable from a hard disk or USB stick, which require a different format and b= ootcode. >=20 > Some Linux systems use install files that are dual-purpose and can work fr= om CD or USB. FreeBSD does not do that. >=20 > Some writing utilities can take apart an ISO image and convert it to a boo= table USB stick. I don't know if any of those work for FreeBSD ISO images a= ny more. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 14:41:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48C19E33 for ; Mon, 15 Sep 2014 14:41:01 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB42CB40 for ; Mon, 15 Sep 2014 14:41:00 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id t60so4100801wes.11 for ; Mon, 15 Sep 2014 07:40:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=SBXlai7q1uW1GfQDd+PqovxJTssfLx2T6Pdj8AApn6o=; b=AuT1imaxUbGYtx5noeMaHpKBnsC8OF/ZOVqkte0/RSKximM3r5RJ83QZHoVm4187Sk Mqf3/iRTkJE7+EOobKiUpC4YuA22Yz2V90YUfxgDcBu7LMI5L4EUuRienyEHu2eKYKFJ V6Ycd+9GKa8ghl7zIhcDRx2V6pZSh6/QqgzJE/P8pqM+OyUnOEzZ9BFNOsYbmzGirXdz HA8k7qKK0KWEIu015dNNwLS3ji42uVkhhQSvd6QTvUVuHH6Iwcf2Jb1O2FBFedd2Zc8K 8ZldhLztDEcDgafdv42CW33RAhH8mKuanMf4AopiTOINaqazO7suN6O3YJgm3MpBxTY3 QarA== X-Received: by 10.180.73.6 with SMTP id h6mr23661927wiv.65.1410792058854; Mon, 15 Sep 2014 07:40:58 -0700 (PDT) Received: from gumby.homeunix.com ([94.195.197.245]) by mx.google.com with ESMTPSA id cw6sm15019100wjb.18.2014.09.15.07.40.57 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Sep 2014 07:40:57 -0700 (PDT) Date: Mon, 15 Sep 2014 15:40:56 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: S + J for /tmp and /var and /? Message-ID: <20140915154056.50ead271@gumby.homeunix.com> In-Reply-To: <20140913081905.1de2006c.ohartman@zedat.fu-berlin.de> References: <20140910090947.4941336b.ohartman@zedat.fu-berlin.de> <20140913033102.GA10967@neutralgood.org> <20140913081905.1de2006c.ohartman@zedat.fu-berlin.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) 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.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 14:41:01 -0000 On Sat, 13 Sep 2014 08:19:05 +0200 O. Hartmann wrote: > The problem is that clients like xpdf open by default all PDFs > in /tmp and not /var/tmp (which is still mapped to disk in all my > configurations) and with lots PDFs open, the box starts swapping > pretty quickly with only 4GB RAM and ZFS. Even with 8 GB RAM its a > kind of problematic, when we deal with larger temporary files taken > from simulations, opened by vi or other editors and stored > temporarily in /tmp. I've been using tmpfs since I had 1.5 GB of RAM, and I never noticed a slowdown with swapping due to tmpfs, except a little bit while the page daemon did the writing. I've used it with more than 2xRAM swapped out. Maybe ZFS isn't leaving it enough memory. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 14:47:17 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8F5031C; Mon, 15 Sep 2014 14:47:17 +0000 (UTC) Received: from mail.lariat.net (mail.lariat.net [66.62.230.51]) by mx1.freebsd.org (Postfix) with ESMTP id 89D5FC45; Mon, 15 Sep 2014 14:47:17 +0000 (UTC) Received: from Toshi.lariat.net (IDENT:ppp1000.lariat.net@localhost [127.0.0.1]) by mail.lariat.net (8.9.3/8.9.3) with ESMTP id IAA08325; Mon, 15 Sep 2014 08:47:12 -0600 (MDT) Message-Id: <201409151447.IAA08325@mail.lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 15 Sep 2014 08:19:37 -0600 To: pyunyh@gmail.com From: Brett Glass Subject: Re: jme interface bounces up and down, up and down.... In-Reply-To: <20140915060819.GA967@michelle.fasterthan.com> References: <201409141629.KAA29705@mail.lariat.net> <20140915060819.GA967@michelle.fasterthan.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: questions@freebsd.org, net@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 14:47:17 -0000 At 12:08 AM 9/15/2014, Yonghyeon PYUN wrote: >Would you show me the output of dmesg(jme(4) and jmphy(4) only) to >know exact chip revision? Here you are. jme0: port 0xec80-0xecff,0xe800-0xe8ff mem 0xfbffc000-0xfbfff fff irq 18 at device 0.0 on pci1 jme0: MSIX count : 8 jme0: MSI count : 8 jme0: attempting to allocate 1 MSI-X vectors (8 supported) msi: routing MSI-X IRQ 256 to local APIC 0 vector 52 jme0: using IRQ 256 for MSI-X jme0: Using 1 MSIX messages. jme0: PCI device revision : 0x0250 jme0: Chip revision : 0x11 jme0: ethernet hardware address not found in EEPROM. jme0: PHY is at address 1. jme0: Read request size : 512 bytes. jme0: TLP payload size : 128 bytes. miibus0: on jme0 jmphy0: PHY 1 on miibus0 jmphy0: OUI 0x00d831, model 0x0021, rev. 1 jmphy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX -flow-master, auto, auto-flow jme0: bpf attached jme0: Ethernet address: e0:cb:4e:54:23:ac I do not particularly like JMicron chips (their faulty SSD controllers have cost me a lot of time and money), but that's what's on the motherboard of this Asus. So, I need to find a way to make it work. --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 15:10:03 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5622E99D for ; Mon, 15 Sep 2014 15:10:03 +0000 (UTC) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6D4EEAD for ; Mon, 15 Sep 2014 15:10:02 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id b17so4851378lan.32 for ; Mon, 15 Sep 2014 08:10:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BsJAsXZSwHXFn8tj3PKHIgdn5S+FMzq/OkSFJgmQb9k=; b=ImIyHKoaKa5wHTEUy2UPwo94j+SUNJguvdhPQBS1f7qbuwLfIxq9nsGE95EG7jRQWy RGLq3Z3wE++azsxyreJ41WTnM9D50fkQsn+IoxLs5tt5E/H2FYAK+jk89TyM527vpy04 43XCNE2nBGWHnIFrzNyyS16KzEE7y6ECyIhDeJit/qF/ZdcXY1gITAIBg29gGv5nwZxT QZaawGpGt8YwGyIgbtp0Ex1xLNzsqCyMshsr9pxzI7k40ahwyOHJYVl7cfBDti2HCAZv vpCVYZW/sIaBwO0a4OeIeDurDMyQLG5LUXxtx1lic2l5kQ/OFtODlL2NyDGjP1mC/Fuc cKnA== MIME-Version: 1.0 X-Received: by 10.112.140.200 with SMTP id ri8mr3951398lbb.84.1410793800861; Mon, 15 Sep 2014 08:10:00 -0700 (PDT) Received: by 10.112.151.41 with HTTP; Mon, 15 Sep 2014 08:10:00 -0700 (PDT) Date: Mon, 15 Sep 2014 10:10:00 -0500 Message-ID: Subject: re-subscribe missed deadline activation From: William Lassiter To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 15:10:03 -0000 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 15:24:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AC8919F; Mon, 15 Sep 2014 15:24:09 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E59B9130; Mon, 15 Sep 2014 15:24:08 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id uy5so2637173obc.1 for ; Mon, 15 Sep 2014 08:24:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=DlP/13RcYpJk/DQBdbT1nCy2gJKMlkvLy6ah2dvurPw=; b=Nk5b6bmCQ/AiQEgULn0iUcb1viUD4CsCHH93QtUk6sVsDkwhbVtUOSoynP9iYl6ctV 4frSfRgNeveeC7IK//me5jMQfUR6DdDohx9oOoqKlwhGB0Rf3r+97uZ5Mp97uAMNqx/I Ss97SqhKczlfqJv7JyXltRwjOIVJVqfEo5kqRRZHRQxwSflwPk70c/gLRbJaesjWIFe0 RVF9dIx8Rmas0wdQtudszcqI9LVAHAJzSBKfBKFSz1IZn9TUQDCPOdDddda38fgE8T9/ soysDR88/zgZG0rH1/ZQ7tOvKg7wKasBOj/aaQZJjQ5M9XtPeoWemmB+1vH/PR9GsFbZ PPSQ== MIME-Version: 1.0 X-Received: by 10.60.142.165 with SMTP id rx5mr13405140oeb.5.1410794217271; Mon, 15 Sep 2014 08:16:57 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.202.58.196 with HTTP; Mon, 15 Sep 2014 08:16:57 -0700 (PDT) Date: Mon, 15 Sep 2014 17:16:57 +0200 X-Google-Sender-Auth: BvFx9GV_CZdR-X5uX85LvmnQuTI Message-ID: Subject: U3G QDL firmware loader for GOBI2000/HP_UN2420 MiniPCI/USB 3G/GPS From: CeDeROM To: FreeBSD Questions Mailing List , "freebsd-hackers@freebsd.org" , freebsd-net@freebsd.org, "freebsd-usb@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 15:24:09 -0000 Hello world! :-) I have changed my machine, there is a built-in GOBI2000 / HP UN2420 3G/GPS module installable as MiniPCI card and visible as USB device. I have added its VID/PID to the usbdevs and u3g.c module, so after recompilation it gets recognised by u3g module and apropriate /dev/cuaU* device shows up.. The problem is that device does not store firmware inside non-volatile memory, so user needs to upload it after power-on. I have the firmware files. I can test modem with success after reboot from Win7 which uploads firmware into device. Still, I need to upload the firmware somehow on my FreeBSD. The upload protocol is QDL and /dev/cuaU0 shows up waiting for command. Which utility can I use to upload firmware with QDL? I have seen one post [1] regarding this problem in the past but the QDL utility was not named explicitly. Any hints welcome! :-) Tomek [1] http://lists.freebsd.org/pipermail/freebsd-usb/2010-October/009384.html -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 15:30:19 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7E5B8CD for ; Mon, 15 Sep 2014 15:30:19 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (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 3F8AF1EE for ; Mon, 15 Sep 2014 15:30:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id s8FFSZOk035601; Tue, 16 Sep 2014 01:28:36 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 16 Sep 2014 01:28:35 +1000 (EST) From: Ian Smith To: Michael Sierchio Subject: Re: Using the ISO releases on USB sticks. In-Reply-To: Message-ID: <20140911224106.X61666@sola.nimnet.asn.au> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, atar , Derek Ragona , Darren Pilgrim X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 15:30:20 -0000 In freebsd-questions Digest, Vol 536, Issue 5, Message: 25 On Wed, 10 Sep 2014 18:16:22 -0400 Michael Sierchio writes: > On Wed, Sep 10, 2014 at 12:34 PM, atar wrote: > > I know about the 'memstick.img' version but I want just the ISO > > versions because they have more softwares installed on them right > > from the package and I want to use them just from my USB stick. > > There are tools that make an ISO image into a bootable USB stick. > > http://bit.ly/1rX250x The LMGTFY page that points to falsely insists my JS isn't enabled, and googling 'iso to usb freebsd' found plenty of mostly dead ends and red herrings - you may be luckier :) What works[*] is the below script by Darren Pilgrim, derived from the /usr/src/release scripts with a tar joiner. I just used it to make a 2GB FreeBSD-9.3-RELEASE-amd64-dvd1-memstick.img .. not yet installed. ======== #!/bin/sh # originally by Darren Pilgrim 17/12/13 from http://pastebin.com/fzgVaCgW # smithi@nimnet.asn.au 22/2/14 for FreeBSD 8.2-R (no makefs label option) # compaction & extra paranoia 23/6/14; rm 8.2 hack, quit() tidyup 11/9/14 PATH=/bin:/usr/bin:/sbin:/usr/sbin export PATH if [ -z "$*" ]; then echo `basename $0 [dvd1 img] [dvd1 dir] [memstick img] [memstick dir]` echo ' [dvd1 img] is the dvd1 image to convert' echo ' [dvd1 dir] is the mountpoint for the dvd1 image' echo ' [memstick img] is name of the memstick image file to create' echo ' [memstick dir] is temporary work directory for memstick contents' exit 1 fi quit() { echo "$1" ; exit 1 ; } [ `id -u` -ne 0 ] && quit "This script must be run as root" [ ! -f $1 ] && quit "Source dvd1 image $1 does not exist" [ ! -d $2 ] && quit "dvd1 dir mountpoint $2 must be a directory" [ -e $3 ] && quit "Memstick img file $3 already exists" [ ! -d $4 ] && quit "Memstick dir $4 not an existing directory" [ `du -sm $4 | awk '{print $1}'` -gt 2 ] && quit "Memstick dir $4 not empty" unit=`mdconfig -f $1` || quit "dvd1 img mdconfig fail" mount_cd9660 /dev/$unit $2 || quit "mount_cd9660 fail" tar cf - -C $2 . | tar xpf - -C $4 || quit "tar pipeline fail" umount $2 && mdconfig -d -u $unit || quit "Could not umount dvd1" echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > $4/etc/fstab makefs -B little -o label=FreeBSD_Install $3 $4 || quit "makefs fail" unit=`mdconfig -f $3` || quit "memstick img mdconfig fail" gpart create -s BSD $unit || quit "gpart create -s BSD fail" gpart bootcode -b $4/boot/boot $unit || quit "gpart bootcode fail" gpart add -t freebsd-ufs $unit || quit "gpart add -t freebsd-ufs fail" mdconfig -d -u $unit echo "Memstick image $3 created:" ; ls -l $3 ======= [*] These images boot and install FreeBSD fine, however with 10.0-R, bsdconfig failed to install included packages, due to relying on how it _detected_ its media not as a CD/DVD but as USB/other, and so not pointing pkg(8) to its local package repository - thus needing an online connection, rather contrary to the point of a DVD[-like] install .. When I can find a spare box to test on, I hope to try a patch to fix this - unless 9.3-R is already updated from 10.0-R in this respect? So with 10-R, as things stand, this won't work for atar's primary aim. Once installed and rebooted, you could perhaps add its packages/All/ to a properly pre-configured local repo then install pkgs from that, but I don't grok pkg(8) at all well yet .. fortunately, others do. I've just seen Matthias Apitz' post; more complicated but thorough. If atar works through that there's lots to be learned. The above is more just for moving a release from .iso to .img format fairly quickly. cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 15:51:35 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1ED7279 for ; Mon, 15 Sep 2014 15:51:35 +0000 (UTC) Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 429497A3 for ; Mon, 15 Sep 2014 15:51:34 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id va2so1116047obc.17 for ; Mon, 15 Sep 2014 08:51:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=x3UHlB26EjlgK0jGNexbl3+C8rYWnvKUtUV7Eaj3bu8=; b=dViE0TbEuUAtXNls6bFIOxPMuWyr88Jk7PBFOkLAmU9Tf8iV7/oIkToQT3DAHFHkRq MWjJ1sZZbL4FMFiFpM6ONiiLp28Yo5A0cKTkq0KYI+WAD/btHkHzmrBL0UFwlokBX1ed QlxPu6fMqd5Z23G3skkyN0C+q9MyoIuL+MJi/mK9xGVHXuZ8ptpOpdtjyZGkEuDrkVjp bMgAwUAp93aGjiNJK1xKRWhD9BDD8z7cgMvps7/XLL7Z43vPBuUPQ35voutlKZh+MhKC bVqlQSUJaght1WqjmE9t2bWGJN8A6xzb90spWy07ZNqDPd07leSxpvtMHdiwy99AWUef 0SuQ== X-Gm-Message-State: ALoCoQnL9f4JT+hIpodxOPGAnH1Ppd95x/A+wq7kaRWgfkQ8X2EyMh3JRQFZ1zVpl84XWpDxljsn MIME-Version: 1.0 X-Received: by 10.182.236.65 with SMTP id us1mr28729205obc.38.1410795863842; Mon, 15 Sep 2014 08:44:23 -0700 (PDT) Received: by 10.60.220.134 with HTTP; Mon, 15 Sep 2014 08:44:23 -0700 (PDT) In-Reply-To: <20140910203722.GB20274@slackbox.erewhon.home> References: <20140910090947.4941336b.ohartman@zedat.fu-berlin.de> <20140910203722.GB20274@slackbox.erewhon.home> Date: Mon, 15 Sep 2014 08:44:23 -0700 Message-ID: Subject: Re: S + J for /tmp and /var and /? From: Michael Sierchio To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 15:51:36 -0000 On Wed, Sep 10, 2014 at 1:37 PM, Roland Smith wrote: > You should definitely disable journaling when you want to make snapshots, e.g. > to dump a live filesystem. Quote https://wiki.freebsd.org/NewFAQs: > > If you want to use snapshot (dump -L) then disable the soft updates > journal for that filesystem This one wrinkle alone makes S + J unusable for me on any system I build, and I'd argue that enabling journaling by default is a mistake. - M From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 16:26:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F404DF06 for ; Mon, 15 Sep 2014 16:26:58 +0000 (UTC) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85D7DBA2 for ; Mon, 15 Sep 2014 16:26:58 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id q58so4352266wes.9 for ; Mon, 15 Sep 2014 09:26:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=qMBAjQv85kzJHd+9ue5nB8TfmZojMPPP3S+2FlUuIj8=; b=hDTSxvG7O0CVuZ7WmlmjMROJ2z3NtT+vqmIK8iPWf3WMke6KsJIjnbvu0JAPB8x/ul OADx70PJENAVk5H2DBVf9Mt2FEw/wFB2jZzW/MSX8sgUMBOKhUfgfsHj0RLB5CcReIFV YhWfsNBZAhHxirTz6Mp9S+1fA2JpCMjLdlfjaJoeA7UKiUPthf55/1/2V06d24QbKCCH HFsPaY0pVsnYJwYYxDGOJ3xOkqJxxppCavj8KibyTk7sepIrLJ+6Q1NLCV1KdQRRvkUM BaF3kKdIXRXaCNYNImPtLzU2X7ZOOiO60S3VxeAgsrNKwS2kpiu/ypgrMg6O3G9Puw85 bbsQ== X-Received: by 10.180.97.101 with SMTP id dz5mr24480269wib.52.1410798416561; Mon, 15 Sep 2014 09:26:56 -0700 (PDT) Received: from [192.168.20.2] ([62.219.134.104]) by mx.google.com with ESMTPSA id ka3sm15349021wjc.3.2014.09.15.09.26.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Sep 2014 09:26:55 -0700 (PDT) References: <20140911224106.X61666@sola.nimnet.asn.au> Mime-Version: 1.0 (1.0) In-Reply-To: <20140911224106.X61666@sola.nimnet.asn.au> Message-Id: X-Mailer: iPod Mail (10B500) From: atar Subject: Re: Using the ISO releases on USB sticks. Date: Mon, 15 Sep 2014 19:26:51 +0300 To: Ian Smith Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Michael Sierchio , Darren Pilgrim , Derek Ragona , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 16:26:59 -0000 Thanks for your great detail response! You've written: > I've just seen Matthias Apitz' post; more complicated but thorough. Can you point me to this post's URL? Also, I'll be glad to hear if you succeeded to boot the 'img' file which you= 've created with the above script from an USB stick. Regards, Atar. > I've just seen Matthias Apitz' post; more complicated but thorough. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 18:11:43 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82169874 for ; Mon, 15 Sep 2014 18:11:43 +0000 (UTC) Received: from rc2.surewest.net (rc2.surewest.net [66.60.130.51]) by mx1.freebsd.org (Postfix) with ESMTP id 668EFA6F for ; Mon, 15 Sep 2014 18:11:43 +0000 (UTC) Received: from smtp3.surewest.net ([66.60.130.145]) by rc2.surewest.net ({af05c03d-e86d-4922-90cb-b2bd72ac7e37}) via TCP (outbound) with ESMTP id 20140915180821397 for ; Mon, 15 Sep 2014 18:08:21 +0000 X-RC-FROM: X-RC-RCPT: Received: from webmail.mycci.net (webmail.mycci.net [66.60.130.47]) by smtp3.surewest.net (Postfix) with ESMTP id 7C7D5896F5 for ; Mon, 15 Sep 2014 11:08:20 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 15 Sep 2014 11:08:19 -0700 From: leeoliveshackelford@surewest.net To: Freebsd questions Subject: Please help with bash, clang, and gdb Message-ID: <0a25d1f33a72a97d809538c6d23ee07b@surewest.net> X-Sender: leeoliveshackelford@surewest.net User-Agent: Consolidated Webmail/0.9.5 X-MAG-OUTBOUND: surewest.redcondor.net@66.60.130.145/32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 18:11:43 -0000 Greetings dear FreeBSD enthusiast. I have written a character mode c-language program that is supposed to read data from a text file on a floppy disk, perform calculations on that data, then write the result to another text file on the same floppy disk. The operating system is FreeBSD 9.1. The computer is a Hewlett-Packard xw4400 workstation equipped with a Pentium D microprocessor. The D processor has only a single core. I insert the floppy disk, then type as follows: mount -t msdosfs -w /dev/fd0 /mnt clang -x c -g /mnt/ProgName.c > mnt/CompOut.txt 2>&1 I do not understand the syntax of the last four characters of the second line, but they somehow cause bash to redirect the output of clang orginially directed to the monitor screen to the specified file. The output file from clang is generated. It contains one warning, and no errors. If I then type at the prompt /root/a.out /mnt/BmIn0001.txt the a.out program prints to the monitor screen instructions to the user, which are followed immediatedly by the prompt symbol. The source-code line to open the input file is as follows: if ((InpFileHand = fopen (argv[1], "rb"))==NULL) { printf ("nCould not open file %s.", argv [1]); exit (11); } The source-code line to open the output file is as follows: if ((OutpFileHand = fopen (OutpFileName, "wt")) == NULL) { printf ("nCould not open file %s", OutpFileName); fcloseall(); exit (25); } where OutpFileName is an array of char read from the input file. If I enter the following wait $! echo $? the exit code of 0 is displayed. An exit code of 0 is generated by the last line of the program. If the program failed to open either file, an error code of either 11 or 25 should have been produced. Even though the a.out program exitted normally as far as the operating system is concerned, the indicator on the floppy drive never lights, causing me to believe that the program failed to read the input file. When I enter cd /mnt ls the expected output file is shown to be absent. How did my program get all of the way from beginning to end without opening the files, yet not exit with expected codes of 11 or 25? Attempting to answer this question, I then enter at the prompt gdb /root/a.out then, at the gdb prompt, enter set args /mnt/BmIn0001.txt gdb fails with an error code of 0177. I research this error code with the aid of Google, and am informed that it indicates that, under p-threads, the libraries were loaded in an incorrect order. My program is intended to be a c language, not c++ language program, with all libraries loaded with the executable and linked statically. The only libraries referenced in the program are stdio, stdlib, math, and time. The only library functions called are printf(), fprintf(), fopen(), fcloseall(), fgetc(), ungetc(), fwrite(), sqrtr(), time(), and ctime(). What do any of these have to do with p-threads? I realize that this is a long message, and that programmers may have more important responsibilities than helping newbies. Is there a FreeBSD developer who is familiar with these three programs who might be willing to identify my error(s)? Any and all suggestions are appreciated. Sincerely, Newby Lee From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 18:13:52 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E15AC35 for ; Mon, 15 Sep 2014 18:13:52 +0000 (UTC) Received: from COL004-OMC4S6.hotmail.com (col004-omc4s6.hotmail.com [65.55.34.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66FFDAA7 for ; Mon, 15 Sep 2014 18:13:52 +0000 (UTC) Received: from COL128-W17 ([65.55.34.199]) by COL004-OMC4S6.hotmail.com with Microsoft SMTPSVC(7.5.7601.22724); Mon, 15 Sep 2014 11:13:51 -0700 X-TMN: [rHPRoO8gYrhW0S8laa2JSSJDcal2Yn+9] X-Originating-Email: [jordantboland@live.com] Message-ID: From: Jordan Boland To: "freebsd-questions@freebsd.org" Subject: linux-crashplan (relies on forbidden port: linux-f10-expat) Date: Mon, 15 Sep 2014 11:13:51 -0700 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 15 Sep 2014 18:13:51.0381 (UTC) FILETIME=[CD767C50:01CFD110] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 18:13:52 -0000 Hi Everyone=2C I'd like to implement Crashplan=2C and was pleased to find some notes onlin= e from others who have it running using the Linux ABI. Crashplan requires = a Linux JRE=2C which in turn requires linux-f10-expat=2C which has been for= bidden (http://www.freshports.org/vuxml.php?vid=3D5f030587-e39a-11de-881e-0= 01aa0166822). Running `make -DNO_IGNORE` against linux-f10-expat fails with "error 1" - I= can't find any information on this error (I think the expectation is that = make will provide a message=2C but it doesn't). Do I have any options left? There might not be a lot of us looking at Cras= hplan in particular=2C but all of the linux-compatible JREs require the lin= ux-f10-expat port=2C so I thought there should be someone else talking abou= t it=2C but I seem to be mistaken about that. Thank you for your help=2C -Jordan = From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 18:45:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78356936 for ; Mon, 15 Sep 2014 18:45:14 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (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 ED1E8DBA for ; Mon, 15 Sep 2014 18:45:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id s8FIhdNn044215; Tue, 16 Sep 2014 04:43:39 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 16 Sep 2014 04:43:39 +1000 (EST) From: Ian Smith To: atar Subject: Re: Using the ISO releases on USB sticks. In-Reply-To: Message-ID: <20140916041230.I61666@sola.nimnet.asn.au> References: <20140911224106.X61666@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Michael Sierchio , Darren Pilgrim , Derek Ragona , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 18:45:14 -0000 On Mon, 15 Sep 2014 19:26:51 +0300, atar wrote: > Thanks for your great detail response! > > You've written: > > > I've just seen Matthias Apitz' post; more complicated but thorough. > > > Can you point me to this post's URL? Well sure, but it's just a couple of messages earlier than these ones with the same subject, so I'm wondering why you missed it? http://lists.freebsd.org/pipermail/freebsd-questions/2014-September/261025.html Use the [thread] link from there to see if you missed any others? > Also, I'll be glad to hear if you succeeded to boot the 'img' file > which you've created with the above script from an USB stick. Sure; I used this to make a 10.0-RELEASE-amd64-dvd1-memstick.img which booted and installed fine, modulo the packages issue mentioned; after that I installed 9.2-RELEASE-amd64-dvd1-memstick.img on a Thinkpad X200, including the DVD packages as 9.2-R still used the old pkg_add tools. In case not obvious, you still need to dd the .img to the memstick :) cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 18:58:39 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0743C12 for ; Mon, 15 Sep 2014 18:58:39 +0000 (UTC) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7B6ECF for ; Mon, 15 Sep 2014 18:58:38 +0000 (UTC) Received: from r56.edvax.de (port-92-195-162-184.dynamic.qsc.de [92.195.162.184]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id D02EF3CEC4 for ; Mon, 15 Sep 2014 20:58:35 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id s8FIZRSw003507; Mon, 15 Sep 2014 20:35:43 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Mon, 15 Sep 2014 20:35:27 +0200 From: Polytropon To: leeoliveshackelford@surewest.net Subject: Re: Please help with bash, clang, and gdb Message-Id: <20140915203527.482fbc37.freebsd@edvax.de> In-Reply-To: <0a25d1f33a72a97d809538c6d23ee07b@surewest.net> References: <0a25d1f33a72a97d809538c6d23ee07b@surewest.net> 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 Cc: Freebsd questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: ,