From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 00:17:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3A6D16A417 for ; Sun, 30 Sep 2007 00:17:17 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id 5239113C467 for ; Sun, 30 Sep 2007 00:17:17 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: by mail.digitalfreaks.org (Postfix, from userid 1022) id 16F2E1803B; Sat, 29 Sep 2007 19:59:42 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id 14B7A18039; Sat, 29 Sep 2007 19:59:42 -0400 (EDT) Date: Sat, 29 Sep 2007 19:59:42 -0400 (EDT) From: "Brian A. Seklecki" X-X-Sender: lavalamp@arbitor.digitalfreaks.org To: "O. Hartmann" In-Reply-To: <46FD483D.8000906@zedat.fu-berlin.de> Message-ID: <20070929195839.B99598@arbitor.digitalfreaks.org> References: <46FCDD68.6030901@zedat.fu-berlin.de> <1190989759.2994.26.camel@new-host> <46FD483D.8000906@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 00:17:17 -0000 There should be an nss_ldap.conf and pam_ldap.conf in /usr/local/etc . You need to set a variety of settings there. What do they look like? Remember: pkg_info -L pam_ldap nss_ldap! Also, not sure about the TCP FIN_2 issue -- probably just the usual shakes and bangs with -current. ~BAS On Fri, 28 Sep 2007, O. Hartmann wrote: > Thank you for responding. > So, I'll feel free reporting my bad luck. This is a reference page I > consulted for some hints, but without success: > > http://www.cultdeadsheep.org/FreeBSD/docs/Quick_and_dirty_FreeBSD_5_x_and_nss_ldap_mini-HOWTO.html > > First, OS ist the most recent FreeBSD 7.0. > OpenLDAP is openldap-server-2.3.38, standard config, no SASL support or > anything else apart from default > PAM_LDAP > NSS_LDAP > > I renamed cached.conf to nscd.conf as suggested (for your information). > In /etc/nsswitch.conf I changed > # > # nsswitch.conf(5) - name service switch configuration file > # $FreeBSD: src/etc/nsswitch.conf,v 1.1 2006/05/03 15:14:47 ume Exp $ > # > group: files ldap > group_compat: nis > hosts: files dns > networks: files > passwd: files ldap > passwd_compat: nis > shells: files > services: compat > services_compat: nis > protocols: files > rpc: files > > I also changed /etc/pam.d/sshd to this: > > # > # $FreeBSD: src/etc/pam.d/sshd,v 1.16 2007/06/10 18:57:20 yar Exp $ > # > # PAM configuration for the "sshd" service > # > > # auth > auth sufficient pam_opie.so no_warn > no_fake_prompts > auth requisite pam_opieaccess.so no_warn allow_local > #auth sufficient pam_krb5.so no_warn > try_first_pass > auth sufficient /usr/local/lib/pam_ldap.so no_warn > try_first_pass > auth sufficient pam_ssh.so no_warn > try_first_pass > auth required pam_unix.so no_warn > try_first_pass > > # account > account required pam_nologin.so > #account required pam_krb5.so > account required pam_login_access.so > account required pam_unix.so > > # session > #session optional pam_ssh.so > session required pam_permit.so > > # password > #password sufficient pam_krb5.so no_warn > try_first_pass > password required pam_unix.so no_warn > try_first_pass > > Both configuration files for nss_ldap and pam_ldap respective got linked to > /usr/localetc/openldap/ldap.conf, which looks like this: > > # > # LDAP Defaults > # > > # See ldap.conf(5) for details > # This file should be world readable but not world writable. > > BASE dc=foo,dc=org > #URI ldapi:/// > URI ldapi://%2fvar%2frun%2fopenldap%2fldapi/ > > #SSL start_tls > > #SIZELIMIT 12 > #TIMELIMIT 15 > #DEREF never > > #TLS_CACERT #TLS_CERT #TLS_KEY #TLS_REQCERT allow > #TLS_REQCERT demand > #TLS_CHECKPEER yes > > My /etc/rc.conf.local file has the following OpenLDAP specific entry: > > ########################################################### > ### OpenLDAP Server ### > ########################################################### > slapd_enable="YES" > #slapd_flags='-d 3 -4 -s 4 -h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ > ldap:/// ldaps:///"' > slapd_flags='-4 -s 4 -h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ > ldap://192.168.2.210 ldaps://192.168.2.210"' > slapd_sockets="/var/run/openldap/ldapi" > > > My OpenLDAP config file has SSL-certificates disabled. > > After the installation of nss_ldap the slapd server takes several decades of > seconds to start. But it starts well and after it has initiated itself, I can > do on the server a simple 'slapcat' and receive. > > But I can't access the LDAP server. Doing an 'id testuser' results in 'id not > found'. > > On the console, I receive massively errors like this: > > TCP: [127.0.0.1]:389 to [127.0.0.1]:63896 tcpflags 0x18; > tcp_do_segment: FIN_WAIT_2: Received data after socket was closed, sending > RST and removing tcpcb > > Well, I checked sockstat for a listening slapd and I found slapd listening on > both loopback, local NIC adn on both ports 389 and 636. > > So what is wrong ? > > Regards, > a desperate Oliver > > > > > Brian A. Seklecki wrote: >> FreeBSD 5.x and 6.x work fine with both PAM and NSS -> LDAP w/ TLS >> (PKI). >> All other services (RADIUS, Apache ((mod_ldap, mod_pam_auth), PHP, >> interactive shell, SFTP, etc.) can be tied into LDAP either directly or >> via PAM. >> >> As for password change, I don't know if anyone has a passwd(1) binary >> that properly changes the LDAP password attribute -- if there is and its >> out there, it requires ACL insanity. Like Oracle, you can either >> understand OpenLDAP ACLs, or you have real work to do >:} >> >> Check the nss_pam.conf and nss_ldap.conf configs in local/etc/* >> -- set to "debug 1" to get debugging info. Feel free to share >> error messages. >> >> ~BAS >> >> On Fri, 2007-09-28 at 10:54 +0000, O. Hartmann wrote: >> >>> Hello out there, >>> I have a problem with setting up an FreeBSD box as OpenLDAP server with >>> several services, like SAMBA, NFS. >>> >>> The intention is to have a FreeBSD 7.0 fileserver (NFS, SAMBA) also acting >>> as OpenLDAP server. So far. OpenLDAP is up and running, using TLS/SSL >>> certificate. SAMBA is also up and running - but it never connects to the >>> OpenLDAP server due to an connection error, but this shouldn't be the >>> subject here, I have more basic questions about what FreeBSD already has >>> and what to install additionally. >>> >>> I want customers to log in on the FBSD box, so they sould log in >>> (authenticated via OpenLDAP), change their passwords and shells and those >>> user specifica should be updated on the LDAP server. >>> >>> I already installed pam_ldap-port but ran into trouble because FreeBSD's >>> nss obviously does not have a tag 'ldap' to refere to an OpenLDAP server >>> (and not files). >>> Well, I'm confused and not very firm with OpenLDAP/PAM/NSS stuff, >>> especially if SSL/TLS come into play and I would like to ask those herein >>> administering those setups, especially within a hybrid NFS/SAMBA >>> fileservicing environment, where to find up to date >>> informationes/howto/tipps. >>> >>> Most websites and HowTo's I found were Linux related or, if related to >>> FreeBSD, outdated. >>> >>> Sorry beeing so unspecific, but the problem is complex (to me) so I would >>> better ask for those who are willing to help or give hints and tips. >>> >>> Thanks in advance and for your patience, >>> Oliver >>> >>> _______________________________________________ >>> 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" >>> >>> >>> >>> >>> >>> >>> >> >> > > l8* -lava (Brian A. Seklecki - Pittsburgh, PA, USA) http://www.spiritual-machines.org/ "Guilty? Yeah. But he knows it. I mean, you're guilty. You just don't know it. So who's really in jail?" ~Maynard James Keenan From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 00:22:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83DF816A417 for ; Sun, 30 Sep 2007 00:22:51 +0000 (UTC) (envelope-from netslists@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 1962513C457 for ; Sun, 30 Sep 2007 00:22:50 +0000 (UTC) (envelope-from netslists@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so4011553fka for ; Sat, 29 Sep 2007 17:22:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=MCVqXUyVQoUOVpKCRU1WPvD6PE3Dpear5iZU1CaVa2g=; b=oh0hTjv2xwVBj8wBO0rF+tVhtuLuUEdoMtgqez4yfwg4S6MmH+TIogVqENwYZt9IfKgec4Twi3k69JIV6z47Us+G+7yePz0Ko7mfEQLTxBBBnCnK0YOyfZ9g4h31pLTDBh8ieRk+Pd0v8ZSrH/Jt6Ul4UpzRFHer1m+e9FaW62o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=S7I0wCr4xx6MYtZjDWRi50Q7LokG4ColP00597EpfAIpr+TqKaaEBo0St3uJNKwYiV6uiIlFniKEU7CD0wAMErBg6zjM+f1QbacVi5vAF+oMimMVGOO80iXlW2jHtxsRDeLG0CBMFZM3jpoG4ZS6q7YsCf+YEA2pM+GPsQ1xRt4= Received: by 10.82.134.12 with SMTP id h12mr11397837bud.1191111768742; Sat, 29 Sep 2007 17:22:48 -0700 (PDT) Received: from ?192.168.17.8? ( [91.135.49.237]) by mx.google.com with ESMTPS id 34sm8035514nfu.2007.09.29.17.22.47 (version=SSLv3 cipher=RC4-MD5); Sat, 29 Sep 2007 17:22:47 -0700 (PDT) Message-ID: <46FEEC52.1050705@gmail.com> Date: Sun, 30 Sep 2007 02:22:42 +0200 From: Sten Daniel Soersdal User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Agus References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Deny access from localhost to internet..... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 00:22:51 -0000 Agus wrote: > Hi guys, > > How are you today? > The question is this..I want to restrict external access, that is from my > BSD to the internet, to some groups of users. Other groups i want to access > internet normally. I dont want this group of users to be able to establish > connections to the internet but yes to the internal systems on the LAN... > > Is this possible without hacking the kernel? > > Thanks and salutes for all > You want to restrict internet, but not LAN, access for certain users logged into your BSD box? man ipfw ( look for "uid" and "gid" ) man pf ( look for "user" and "group" ) -- Sten Daniel Soersdal From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 01:33:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1DDA16A417 for ; Sun, 30 Sep 2007 01:33:37 +0000 (UTC) (envelope-from stimms@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 68AE013C447 for ; Sun, 30 Sep 2007 01:33:37 +0000 (UTC) (envelope-from stimms@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2058976nzf for ; Sat, 29 Sep 2007 18:33:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=oHmRvj0iZbymD+6Ks5CwLNzOWMtW3/9jRmgRhNnDoX4=; b=BQ3FS9kCXDCfFLV2rDKXDi5mnpJJqSBoXEUq5KUWRa2ivPCfLSm2UGIEZTrRKm0RU8UEi9l4W2VVYUs2e1bRTKi/3lacjliEntpUszBVfxR/KZ9GPZV/gBEIlGKAF0xYOFtIuGQzKmdZ/BBxIT21Bv1qCvGdknqltQ4xXe36PpY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=k7hccmYiaIVpfEzfY44OejhtNB5sRtDebIoN3hV7H53Sde3a/9PK9kR/vavgb2OkIRNGaJE5FYZ7AHCEba9YGjoXvZvuhPKeKijbVatk2knP/8XlLLHimaBvWEM9bWjP/7nNEmzw41d8vzzbG3I6oS48cljKHzrAbULMEkkmx9g= Received: by 10.114.154.1 with SMTP id b1mr2035944wae.1191114415955; Sat, 29 Sep 2007 18:06:55 -0700 (PDT) Received: by 10.141.77.2 with HTTP; Sat, 29 Sep 2007 18:06:55 -0700 (PDT) Message-ID: <204aabdc0709291806t67c9f31u1ab05e5cdd83f258@mail.gmail.com> Date: Sat, 29 Sep 2007 19:06:55 -0600 From: "Simon Timms" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Bridging interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 01:33:37 -0000 Hello, I seem to be having some trouble bridging interfaces in FreeBSD 6.2-STABLE. What I have are two interfaces rl0 - 192.168.2.2 sis0 - 192.168.1.2 and a bridge I've set up following the pages in the handbook. However frames don't seem to be routed from one interface to the other. The internet gateway for the networks lives on 192.168.1.1 and I am able to reach the internet from boxes on the 192.168.1.0/24 subnet but not from the other. Tracing the route from a box on the 192.168.2.0/24 subnet the connection times out on the freebsd box, orinoco. On orinoco: [stimms@orinoco /usr/pub/distfiles]$ ping freebsd.org PING freebsd.org (69.147.83.40): 56 data bytes 64 bytes from 64.191.203.30: icmp_seq=0 ttl=244 time=79.676 ms 64 bytes from 64.191.203.30: icmp_seq=1 ttl=244 time=69.009 ms ^C --- digg.com ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 69.009/74.343/79.676/5.334 ms [stimms@orinoco /usr/pub/distfiles]$ traceroute freebsd.org traceroute to freebsd.org (69.147.83.40), 64 hops max, 40 byte packets 1 wireless (192.168.1.1) 0.849 ms 0.792 ms 0.740 ms 2 * * * 3 rd1no-ge7-0-0-2.cg.shawcable.net (64.59.131.210) 9.407 ms 9.793 ms 9.648 ms 4 rc1no-ge6-0-0.cg.shawcable.net (66.163.77.5) 9.754 ms 9.887 ms 9.453ms 5 rc1so-pos15-0.cg.shawcable.net (66.163.77.9) 10.553 ms 9.192 ms * 6 rc1wh-pos3-0-0.vc.shawcable.net (66.163.77.197) 22.346 ms 53.143 ms 22.748 ms 7 rc1wt-pos1-0-0.wa.shawcable.net (66.163.76.2) 27.164 ms 29.142 ms 25.660 ms 8 six.yahoo.com (198.32.180.98) 28.643 ms 30.031 ms 36.214 ms 9 ge-0-2-0.pat2.swp.yahoo.com (216.115.110.33) 25.840 ms 28.536 ms 27.054 ms 10 so-1-0-0.pat1.pdx.yahoo.com (216.115.110.39) 37.792 ms 36.867 ms 34.238 ms 11 so-3-0-0.pat1.sjc.yahoo.com (216.115.110.36) 47.776 ms 52.997 ms 46.636 ms 12 g-0-0-0-p160.msr1.sp1.yahoo.com (216.115.107.57) 46.840 ms g-1-0-0-p170.msr2.sp1.yahoo.com (216.115.107.85) 50.327 ms g-1-0-0-p160.msr1.sp1.yahoo.com (216.115.107.61) 51.827 ms 13 ge-1-46.bas-b1.sp1.yahoo.com (209.131.32.43) 50.238 ms ge-1-41.bas-b2.sp1.yahoo.com (209.131.32.33) 52.068 ms ge-1-48.bas-b1.sp1.yahoo.com (209.131.32.47) 49.095 ms 14 freebsd.org (69.147.83.40) 51.419 ms 51.483 ms 50.079 ms On a 192.168.2.0/24 side box [stimms@congo1 ~]$ traceroute freebsd.org traceroute to freebsd.org (69.147.83.40), 30 hops max, 40 byte packets 1 orinoco (192.168.2.2) 0.627 ms 0.444 ms 0.313 ms 2 * * * 3 * * * ... Output of Ifconfig on orinoco sis0: flags=8943 mtu 1500 options=8 inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:d0:09:f8:f7:5a media: Ethernet autoselect (100baseTX ) status: active rl0: flags=8943 mtu 1500 options=8 inet 192.168.2.2 netmask 0xffffff00 broadcast 192.168.2.255 ether 00:e0:29:43:ef:db media: Ethernet autoselect (100baseTX ) status: active plip0: flags=108810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 bridge0: flags=8843 mtu 1500 ether 46:50:6b:b3:54:0d id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto stp maxaddr 100 timeout 1200 root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0 member: rl0 flags=143 member: sis0 flags=143 Any idea what I'm doing incorrectly? From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 02:19:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5BFE16A419 for ; Sun, 30 Sep 2007 02:19:43 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: from hal.rescomp.berkeley.edu (hal.Rescomp.Berkeley.EDU [169.229.70.150]) by mx1.freebsd.org (Postfix) with ESMTP id AA6CA13C455 for ; Sun, 30 Sep 2007 02:19:43 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: by hal.rescomp.berkeley.edu (Postfix, from userid 1225) id 0955C3C0473; Sat, 29 Sep 2007 19:04:10 -0700 (PDT) Date: Sat, 29 Sep 2007 19:04:10 -0700 From: Christopher Cowart To: Simon Timms Message-ID: <20070930020410.GG19429@hal.rescomp.berkeley.edu> Mail-Followup-To: Simon Timms , freebsd-questions@freebsd.org References: <204aabdc0709291806t67c9f31u1ab05e5cdd83f258@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KmlZJfNsL65MWMNI" Content-Disposition: inline In-Reply-To: <204aabdc0709291806t67c9f31u1ab05e5cdd83f258@mail.gmail.com> Organization: RSSP-IT, UC Berkeley User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: Bridging interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 02:19:43 -0000 --KmlZJfNsL65MWMNI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 29, 2007 at 07:06:55PM -0600, Simon Timms wrote: > Hello, > I seem to be having some trouble bridging interfaces in FreeBSD 6.2-STABL= E. > What I have are two interfaces >=20 > rl0 - 192.168.2.2 > sis0 - 192.168.1.2 >=20 > and a bridge I've set up following the pages in the handbook. However > frames don't seem to be routed from one interface to the other. The > internet gateway for the networks lives on 192.168.1.1 and I am able to > reach the internet from boxes on the 192.168.1.0/24 subnet but not from t= he > other. Tracing the route from a box on the 192.168.2.0/24 subnet the > connection times out on the freebsd box, orinoco. A layer 2 bridge connects two physical network segments to create the=20 illusion of a single layer 2 network. In general, you have a single IP=20 subnet sitting on top of a layer 2 network. Think of a bridge as a 2-port ethernet switch. If you want a single layer 2 network, try readdressing the=20 192.168.2/24 side to be on the 192.168.1/24 subnet.=20 If you need different subnets, you'll want to configure *routing* and not bridging (See: handbook/network-routing.html). Good luck, --=20 Chris Cowart Lead Systems Administrator Network & Infrastructure Services, RSSP-IT UC Berkeley --KmlZJfNsL65MWMNI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iQIVAwUBRv8EGiPHEDszU3zYAQJ6rQ/8CfACFIrkX4AIAjOT+rernmHOa4a1PGgM 1N3QHSvGNkDvzx7AAqT+e8ToUw3x4UD/fiHBP8zqbH60EKJacdG5WCRzKQ3lF/kX NZNTJEG6BDCYeypv3740UEHcZovdDNuHygh/ivFARRJhr0MTyO+hFuw8DzdDP8jg zWjpe2WfFukMeRlxOm2qUhuOPVa4vIih1pKLX60qvos7MqCFJT8iaoPHqEt4DFYN yUmAml5g3ZpSF8kv9HQlNellNrjWGs4ggOPTNGWB01D5i8ngk2Ml4xIjZc/lGysN LkfEMPnzo1tFR3xav/3QNYKwrEsQb0/YS0tEi+uA4CSmoLnEA+Nks0XVj37OfhPl 7WlWxyKiIPITcD+jRWqYCsNj6AWeZtMqydJbUPO4Y0+YNM4sCwFLCVmAomjxnM85 /87bz68rUnZ3sFg0YCId334exdoTSZLQzxSBGyEmmTpTDsN7GYUWaYBulfdWFN73 KdcEymverrsJLu5ohZEtYqC3+w1iK0uDBOwXY1V+58kaqReu8bKLVkKK84IRn4Rz wo7r204rgkrafYkP4e/XDxByCaOrx/ZEi3WoXpogtQ/CB+XnrXIYoEwi0zqKEIei wH/dDaILMcI9mplU308qgeifuf0GQOr2zBU4AymFkAzHgK3ND8Ax5XvWUGiEQOIm M5AswyBt95E= =hxvs -----END PGP SIGNATURE----- --KmlZJfNsL65MWMNI-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 02:26:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A3EC16A41B for ; Sun, 30 Sep 2007 02:26:17 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id CA4E413C455 for ; Sun, 30 Sep 2007 02:26:16 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6350424pyb for ; Sat, 29 Sep 2007 19:26:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=fZocmLUzJ/snl4y7CD4LaPeGVwCaY+sAo9tgRdfIzh8=; b=Qj5nyIG3eMrYLZvwWk0xlWuX4Xm3UNdSnXhWHE8E4NuhC/OtNEZa4n9GIlNxHr2lfG8ni5r+N+TudRUcSkIM6Iy7B/n+qRsnUjB/tfGBF4zYnxCPEDpfgfaf+KUQyQ4KoN6VKWP5/z47IJBvcW7dLf8ByF1CGE2uAz7053sEF3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D9SxFvQWRARCLux2p2e2ey/K3QZfb9L/Sx4hagPhVjnGNoNmwuHnRFgtpYeDe6YCTVpeTlGytx/wOCIgg6sHXxnGqz1U8l7PhIw3M3RY7y9aM4zY1NCa6wSDBrwZpjIPN+cUCE+wVsI9rBpLzt6qReFvHMIq4xhwskAaXeXwR4Q= Received: by 10.35.98.3 with SMTP id a3mr5773937pym.1191119175318; Sat, 29 Sep 2007 19:26:15 -0700 (PDT) Received: by 10.35.128.7 with HTTP; Sat, 29 Sep 2007 19:26:15 -0700 (PDT) Message-ID: <8cb6106e0709291926v35be569an612a5083562d07fc@mail.gmail.com> Date: Sat, 29 Sep 2007 22:26:15 -0400 From: "Josh Carroll" To: "FreeBSD Mailing List" In-Reply-To: <8cb6106e0709290829m780a4942nb0e87860268b71df@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8cb6106e0709290829m780a4942nb0e87860268b71df@mail.gmail.com> Subject: Re: sshd+pam problem on a fresh 6.2-RELEASE (amd64) install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 02:26:17 -0000 > Any ideas? I tried doing an ldd on /usr/lib/pam* inside the > /etc/rc.d/sshd script, but the output is identical when it starts up > on boot as when I restart it. No missing libraries/etc. Problem solved! In going from 32-bit to 64-bit, my login.conf really needed to change. I had a default memory limit of 24MB. Which the sshd user was exceeding at boot time. I recompiled openpam with debugging enabled, and saw this message in /var/log/debug.log: Sep 29 22:03:03 pflog sshd[39515]: in openpam_dynamic(): /usr/lib/pam_opieaccess.so: /usr/lib/pam_op ieaccess.so: mmap of entire address space failed: Cannot allocate memory That's when I had a major "duh" moment and realized I should probably re-examine my login.conf settings. Figured I'd follow up with my solution, in case others run into it. Thanks, Josh From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 02:50:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1D6416A418 for ; Sun, 30 Sep 2007 02:50:10 +0000 (UTC) (envelope-from mlt01+O2=801f0107@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id C315A13C455 for ; Sun, 30 Sep 2007 02:50:10 +0000 (UTC) (envelope-from mlt01+O2=801f0107@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 3DE2B1052A for ; Sat, 29 Sep 2007 22:28:09 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 870D951927 for ; Sat, 29 Sep 2007 22:28:06 -0400 (EDT) Date: Sun, 30 Sep 2007 03:28:04 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070930032804.6123c175@gumby.homeunix.com.> In-Reply-To: <46FEEC52.1050705@gmail.com> References: <46FEEC52.1050705@gmail.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Deny access from localhost to internet..... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 02:50:11 -0000 On Sun, 30 Sep 2007 02:22:42 +0200 Sten Daniel Soersdal wrote: > Agus wrote: > > Hi guys, > > > > How are you today? > > The question is this..I want to restrict external access, that is > > from my BSD to the internet, to some groups of users. Other groups > > i want to access internet normally. I dont want this group of users > > to be able to establish connections to the internet but yes to the > > internal systems on the LAN... > > > > Is this possible without hacking the kernel? > > > > Thanks and salutes for all > > > > You want to restrict internet, but not LAN, access for certain users > logged into your BSD box? > > man ipfw ( look for "uid" and "gid" ) > man pf ( look for "user" and "group" ) > Danger Will Robinson! Don't do that unless you've read the bugs sections of the ipfw and pf.conf man pages. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 02:55:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80E2D16A417 for ; Sun, 30 Sep 2007 02:55:37 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from alnrmhc16.comcast.net (alnrmhc16.comcast.net [204.127.225.96]) by mx1.freebsd.org (Postfix) with ESMTP id 677AF13C459 for ; Sun, 30 Sep 2007 02:55:37 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-67-164-123-46.hsd1.ca.comcast.net[67.164.123.46]) by comcast.net (alnrmhc16) with ESMTP id <20070930024525b1600bnb7ae>; Sun, 30 Sep 2007 02:45:25 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id 457351CC7C; Sat, 29 Sep 2007 19:45:34 -0700 (PDT) To: freebsd-questions@freebsd.org (freebsd list) Date: Sat, 29 Sep 2007 19:45:34 -0700 (PDT) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20070930024534.457351CC7C@bsd.remdog.net> From: rem@bsd.remdog.net (Rem P Roberti) Subject: Viewing jpegs with Mutt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 02:55:37 -0000 Is it possible to view jpegs inline using the Mutt MUA? If so, I would appreciate being directed to a site that would have that information. Thanks, Rem From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 03:32:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29C6F16A420 for ; Sun, 30 Sep 2007 03:32:59 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp114.sbc.mail.mud.yahoo.com (smtp114.sbc.mail.mud.yahoo.com [68.142.198.213]) by mx1.freebsd.org (Postfix) with SMTP id D6C0013C45A for ; Sun, 30 Sep 2007 03:32:58 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 4621 invoked from network); 30 Sep 2007 03:32:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=UqdMGvfiWd+neUKDp/u5IT9cDHpk0++94buqqK7KZBozXkSUMppWa9MsGyJ7llsYd7hl0xqpmzSr+N3h7doFU1CGvAAl+LDLYMJCrSL34k4xtkdFIT13rlmNo9oFp0oGZtg5VkE7UYGydFzew9Q0+7+K+qdGKcYSBhlkrp+LGqM= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp114.sbc.mail.mud.yahoo.com with SMTP; 30 Sep 2007 03:32:57 -0000 X-YMail-OSG: kVWrzeMVM1mRjIzniEbd7YbDnfS006e0KH0xmXbQtL14kdukjOgrdOoN9aQVybyaVlG6xUI7hg-- Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Mailing List From: jekillen Date: Sat, 29 Sep 2007 20:33:35 -0700 X-Mailer: Apple Mail (2.622) Subject: using the date command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 03:32:59 -0000 Hello all; I have built 4 machines and installed FreeBSD 6.0 in one and 6.2 in the other three. They are all using the wrong date and time. The last one (v6.2 on ecs mb with AMD64) is the worst. It is telling me today is Jan 3 2003 PST (I am on the west coast and it is still PDT). These machines are all web servers. So up until now this has not been a big issue but a configuration of software is complaining that the files it creates have an older date than the files in the software bundle, it is time to do something about it. So I am looking at man date and as I interpret the instructions #date ccyymmddHHMM.ss (20079282027.00 or 200709282027.00 for instance) is supposed to set the clock to the current date. But when I run a command with the current date and time in the above format I get the complaint that the format string is wrong. Can anyone be kind enough to give me a quick tutorial on this? I will be looking seriously into using NTP, but for now I need to get the date straight. I have entries in apache error log gener ated by php scripts that are supposed to use its date command. Thanks in advance for assistance. Jeff K From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 03:49:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1520016A419 for ; Sun, 30 Sep 2007 03:49:38 +0000 (UTC) (envelope-from stimms@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id C617013C459 for ; Sun, 30 Sep 2007 03:49:37 +0000 (UTC) (envelope-from stimms@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6380988pyb for ; Sat, 29 Sep 2007 20:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=bnaIg8+MWQpidV50XlSmTAO3RiU8d7qQZuLrEIT9GjQ=; b=H0r2BomrgxGpj1t/GHHVcxiI2ehrsYIiKxTpCnumpLK0iSSMuVjCupDms4kmVm9ZH2IO1l8+XftuxowsMytwtqP3SYYXKeHnCARHsW/uEiCPh4vobTFvioFRoe/Okskzc48vo6L55ZdhVqERIQtEkJE8MLoaaVKwAjzyxRaFTB8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=nrvCuN5Q7onNvKbz+Y4I80GU5dP3otUVASEUrf9LRtf76/u28tNFN3HDlSXhMzMmQ/TZIcIL1HNO5eYj8Z4HWczjNkjBb7Ht56zQer3bMkmImJx89v74OnyAjgsgzv+BR4bwgeXwpRiOV2QqLLLWW3BC75CkUTmWkKv4EJ4Zvck= Received: by 10.65.155.19 with SMTP id h19mr11472927qbo.1191124176555; Sat, 29 Sep 2007 20:49:36 -0700 (PDT) Received: by 10.141.77.2 with HTTP; Sat, 29 Sep 2007 20:49:36 -0700 (PDT) Message-ID: <204aabdc0709292049p7f50ee47r5ec7155d338fb4c9@mail.gmail.com> Date: Sat, 29 Sep 2007 21:49:36 -0600 From: "Simon Timms" To: "Simon Timms" , freebsd-questions@freebsd.org In-Reply-To: <20070930020410.GG19429@hal.rescomp.berkeley.edu> MIME-Version: 1.0 References: <204aabdc0709291806t67c9f31u1ab05e5cdd83f258@mail.gmail.com> <20070930020410.GG19429@hal.rescomp.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Bridging interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 03:49:38 -0000 That makes a lot of sense, but I suppose I still don't understand why this isn't working. The handbook section on routing is pretty basic and it seems to come down to setting net.inet.ip.forwarding to 1 if you want to route packets between interfaces on a dual-homed host. I'm able to reach hosts on both subnets from the router and my routing table looks like: Internet: Destination Gateway Flags Refs Use Netif Expire default wireless UGS 0 9905 sis0 localhost localhost UH 0 134 lo0 192.168.1 link#1 UC 0 0 sis0 orinoco 00:d0:09:f8:f7:5a UHLW 1 268 lo0 192.168.1.255 ff:ff:ff:ff:ff:ff UHLWb 1 87 sis0 192.168.2 link#2 UC 0 0 rl0 192.168.2.255 ff:ff:ff:ff:ff:ff UHLWb 1 87 rl0 On 9/29/07, Christopher Cowart wrote: > > On Sat, Sep 29, 2007 at 07:06:55PM -0600, Simon Timms wrote: > > Hello, > > I seem to be having some trouble bridging interfaces in FreeBSD > 6.2-STABLE. > > What I have are two interfaces > > > > rl0 - 192.168.2.2 > > sis0 - 192.168.1.2 > > > > and a bridge I've set up following the pages in the handbook. However > > frames don't seem to be routed from one interface to the other. The > > internet gateway for the networks lives on 192.168.1.1 and I am able to > > reach the internet from boxes on the 192.168.1.0/24 subnet but not from > the > > other. Tracing the route from a box on the 192.168.2.0/24 subnet the > > connection times out on the freebsd box, orinoco. > > A layer 2 bridge connects two physical network segments to create the > illusion of a single layer 2 network. In general, you have a single IP > subnet sitting on top of a layer 2 network. Think of a bridge as a > 2-port ethernet switch. > > If you want a single layer 2 network, try readdressing the > 192.168.2/24 side to be on the 192.168.1/24 subnet. > > If you need different subnets, you'll want to configure *routing* and > not bridging (See: handbook/network-routing.html). > > Good luck, > > -- > Chris Cowart > Lead Systems Administrator > Network & Infrastructure Services, RSSP-IT > UC Berkeley > > From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 03:52:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E782316A418 for ; Sun, 30 Sep 2007 03:52:37 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC1813C45D for ; Sun, 30 Sep 2007 03:52:35 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from [192.168.1.3] (pool-71-245-176-242.pitbpa.fios.verizon.net [71.245.176.242]) (AUTH: LOGIN seklecki, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by wingspan with esmtp; Sat, 29 Sep 2007 23:52:33 -0400 id 0005642D.46FF1D81.00001787 From: "Brian A. Seklecki" To: jekillen In-Reply-To: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> References: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> Date: Sat, 29 Sep 2007 23:52:12 -0400 Message-Id: <1191124332.5997.21.camel@new-host> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Cc: FreeBSD Mailing List Subject: Re: using the date command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 03:52:38 -0000 To set time: $ sudo /usr/sbin/ntpdate pool.ntp.org 29 Sep 23:48:31 ntpdate[9404]: adjust time server 66.250.45.2 offset 0.001289 sec To date info about your timezone settings: $ zdump /etc/localtime /etc/localtime Sat Sep 29 23:49:19 2007 EDT Options: $ ls /usr/shaoneinfo/ | egrep -v "^d" total 78 -rw-r--r-- 1 root wheel 755 Aug 22 11:11 CET -rw-r--r-- 1 root wheel 837 Aug 22 11:11 CST6CDT -rw-r--r-- 1 root wheel 679 Aug 22 11:11 EET -rw-r--r-- 1 root wheel 56 Aug 22 11:11 EST -rw-r--r-- 1 root wheel 837 Aug 22 11:11 EST5EDT [...] To set timezone: $ ln -s /share/zoneinfo/$WHATEVER /etc/localtime For you probably PST8PDT. For your best NTP experience, use OpenNTP from ports: /usr/ports/net/openntpd/ ~BAS On Sat, 2007-09-29 at 20:33 -0700, jekillen wrote: > Hello all; > I have built 4 machines and installed FreeBSD 6.0 in one and 6.2 > in the other three. They are all using the wrong date and time. > The last one (v6.2 on ecs mb with AMD64) is the worst. It is telling > me today is Jan 3 2003 PST (I am on the west coast and it is still PDT). > These machines are all web servers. So up until now this has not been > a big issue but a configuration of software is complaining that the > files > it creates have an older date than the files in the software bundle, > it is time to do something about it. So I am looking at man date and as > I interpret the instructions #date ccyymmddHHMM.ss (20079282027.00 or > 200709282027.00 for instance) is supposed to set the > clock to the current date. But when I run a command with the > current date and time in the above format I get the complaint that > the format string is wrong. > Can anyone be kind enough to give me a quick tutorial on this? > I will be looking seriously into using NTP, but for now I need to > get the date straight. I have entries in apache error log gener > ated by php scripts that are supposed to use its date command. > Thanks in advance for assistance. > Jeff K > > _______________________________________________ > 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 30 04:01:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CECF616A417 for ; Sun, 30 Sep 2007 04:01:12 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: from hal.rescomp.berkeley.edu (hal.Rescomp.Berkeley.EDU [169.229.70.150]) by mx1.freebsd.org (Postfix) with ESMTP id C52C313C43E for ; Sun, 30 Sep 2007 04:01:12 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: by hal.rescomp.berkeley.edu (Postfix, from userid 1225) id 06DD53C046E; Sat, 29 Sep 2007 21:00:35 -0700 (PDT) Date: Sat, 29 Sep 2007 21:00:18 -0700 From: Christopher Cowart To: Simon Timms Message-ID: <20070930040018.GI19429@hal.rescomp.berkeley.edu> Mail-Followup-To: Simon Timms , freebsd-questions@freebsd.org References: <204aabdc0709291806t67c9f31u1ab05e5cdd83f258@mail.gmail.com> <20070930020410.GG19429@hal.rescomp.berkeley.edu> <204aabdc0709292049p7f50ee47r5ec7155d338fb4c9@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6e/6p6d7vICK/GCJ" Content-Disposition: inline In-Reply-To: <204aabdc0709292049p7f50ee47r5ec7155d338fb4c9@mail.gmail.com> Organization: RSSP-IT, UC Berkeley User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: Bridging interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 04:01:13 -0000 --6e/6p6d7vICK/GCJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 29, 2007 at 09:49:36PM -0600, Simon Timms wrote: > That makes a lot of sense, but I suppose I still don't understand why this > isn't working. The handbook section on routing is pretty basic and it se= ems > to come down to setting net.inet.ip.forwarding to 1 if you want to route > packets between interfaces on a dual-homed host. I'm able to reach hosts= on > both subnets from the router and my routing table looks like: >=20 > Internet: > Destination Gateway Flags Refs Use Netif > Expire > default wireless UGS 0 9905 > sis0 > localhost localhost UH 0 134 > lo0 > 192.168.1 link#1 UC 0 0 > sis0 > orinoco 00:d0:09:f8:f7:5a UHLW 1 268 lo0 > 192.168.1.255 ff:ff:ff:ff:ff:ff UHLWb 1 87 > sis0 > 192.168.2 link#2 UC 0 0 > rl0 > 192.168.2.255 ff:ff:ff:ff:ff:ff UHLWb 1 87 > rl0 Are your 192.168.2/24 machines configured to use 192.168.2.2 as their default router? They don't know where 192.168.1.2 is, because they=20 don't see it as being on the same link. The subnet mask is used to determine this kind of reachability. You could probably use 192.168.1.2 as your default router, as long as you created a static route `route add 192.168.1/24 192.168.2.2', telling the system that to get to 192.168.1/24, the next-hop is 192.168.2.2. This seems needlessly complex when you can just configure 192.168.2.2 as your default router and skip the static route configuration all together. Regardless, bridging isn't going to help unless the host and the default router have the same subnet configurations. --=20 Chris Cowart Lead Systems Administrator Network & Infrastructure Services, RSSP-IT UC Berkeley --6e/6p6d7vICK/GCJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iQIVAwUBRv8fUiPHEDszU3zYAQKvzA//aTnSVQQBjs0bY+fVzfXrzB/El4v/Lyrd SvPEs1Yz6s2bsAUQ93UhjZJlC9MsWvJFxa7j39OD4Jb1QCo5KJMIhpq/N+bZP1cJ lx12dWXctPfpkZn1e8qTvxPUm6pCyqIPAVGAlMNb3o4Sd+uHTN7hRQaU/ujkpkH/ Y8CJ11Xnu9Bo/ft5gp/TNywqdw7eRDwRNQYxD3atMJA6VNSeC5azgwe4ZKUUMfk+ 5n2OkSdF+BuXr4gkGlITDVWkBNENKQSumxg7SULvTEt4Hi1b5o8DCON+tQCcmq7J Tltm6LbMyBM8Uk359mD35Mos1xTCWXjV4WInYRZsJvqvWqFuJJq7cdAMFcpTZWUc YK1xKFFadfKtniQxzPAqKBDbrS4U0H4ETTu+K8BBV5lAj3TRdUPXoc8+18PO98CM bTGoa2ZIISpIdOy7aPP/5fckrutWTDeCDupoKm+BdO9+KZZZWcn4ZTALkqapO6L4 K0G+92b+D8kFJxlHsUXJQo8zEa03yHO6Ywqo81iiz4bcr6ESLB2izuUH1QylJ7fB i7M4LpTOY98EDG6rmqvC138usYMLOSt9tt60hz4+vhzMYCTGc/OeyAXxQZ1hqjKR iaeVa1mleb+tLAI7afXokEzS7pES3qvbP+K/Ss4uWNB9EGR1gTko1oh6UavHE4Va yeZb/aV9jro= =XcNE -----END PGP SIGNATURE----- --6e/6p6d7vICK/GCJ-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 04:10:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C4DD16A418 for ; Sun, 30 Sep 2007 04:10:03 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 3FAA213C45A for ; Sun, 30 Sep 2007 04:10:03 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from [192.168.1.3] (pool-71-245-176-242.pitbpa.fios.verizon.net [71.245.176.242]) (AUTH: LOGIN seklecki, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by wingspan with esmtp; Sun, 30 Sep 2007 00:10:02 -0400 id 00056422.46FF219A.00001931 From: "Brian A. Seklecki" To: "Bahman M." In-Reply-To: <20070929131631.43937a65@attila> References: <20070929131631.43937a65@attila> Date: Sun, 30 Sep 2007 00:09:40 -0400 Message-Id: <1191125381.5997.29.camel@new-host> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to restart a freezed tty? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 04:10:03 -0000 On Sat, 2007-09-29 at 13:16 +0330, Bahman M. wrote: > Hi all, > > For some reason all the ttys are frozen up; I can switch between X and > them back and forth but not between the ttys themselves using ALT+Fn. Can you start new xterms? When you say 'frozen', do they "not accept keyboard input"? Is it possible scroll-lock is enabled? What about the TTY that you started Xorg from? Is this temporal? When did it start happening? Is there anything in /var/log/messages? Did you try: $ sudo pkill -HUP init ? ~BAS > I tried killing them; they terminate and restart but still > frozen. I don't believe the only way out is to restart the system. > > How to make ttys behave normally? I'd appreciate any idea. > FreeBSD 6.2-RELEASE-p7 > xorg-7.2 > fluxbox-1.0rc3_3 > > TIA, > > Bahman > _______________________________________________ > 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 30 04:10:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C2FA16A417 for ; Sun, 30 Sep 2007 04:10:07 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6133E13C447 for ; Sun, 30 Sep 2007 04:10:07 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 2866D50898 for ; Sun, 30 Sep 2007 00:10:06 -0400 (EDT) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SD4gfnawcW9D for ; Sun, 30 Sep 2007 00:10:04 -0400 (EDT) Received: by nyi.unixathome.org (Postfix, from userid 1001) id 9EBDA50869; Sun, 30 Sep 2007 00:10:03 -0400 (EDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20070930041003.9EBDA50869@nyi.unixathome.org> Date: Sun, 30 Sep 2007 00:10:02 -0400 (EDT) Subject: The FreeBSD Diary: 2007-09-09 - 2007-09-29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 04:10:07 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . These are the articles posted during this period: 10-Sep : Creating multiple jails When creating more than one jail, these shortcuts might help http://freebsddiary.org/jail-multiple.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 04:57:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F114B16A420 for ; Sun, 30 Sep 2007 04:57:31 +0000 (UTC) (envelope-from stimms@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id D175113C465 for ; Sun, 30 Sep 2007 04:57:31 +0000 (UTC) (envelope-from stimms@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so4196941waf for ; Sat, 29 Sep 2007 21:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=6kALxAVUmQGzJx4y680woMSNEt/y85vCuy2osdu6nBM=; b=rXhoxQJV6v7ReD/r/U0dd5vW/QyCeuNKThVTI89Pam3VhGaWYZQ/0KJDFppJf3vynfxJjZrxyTirPL3rOjeQfVojwSklXBLf9pShjcXQ/iEKQaKNYdKcIYq3egRuWolKvReeY/wJTTE+S1AV0bW8wRN+HP9Sw2nGq62VAwdyQco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=I4z2eND2RfbeMF1mWqa0OARczxBeGuMkoaiTvm0VSzBVZvOWt9w9/ssyFwfG7JhLO+vrkpLIbudh6CqCNbqqN7TnLu7QIOIQwsabpq1UsoI4jtHBQUktcDJfbQVarEJQr1rIeIopwZTfdNeKqN6BDYtHzLsyXuaMsQfToOz+mEQ= Received: by 10.115.90.1 with SMTP id s1mr2364868wal.1191128251161; Sat, 29 Sep 2007 21:57:31 -0700 (PDT) Received: by 10.141.77.2 with HTTP; Sat, 29 Sep 2007 21:57:31 -0700 (PDT) Message-ID: <204aabdc0709292157sd144fe3q2427c4979ef9df34@mail.gmail.com> Date: Sat, 29 Sep 2007 22:57:31 -0600 From: "Simon Timms" To: "Simon Timms" , freebsd-questions@freebsd.org In-Reply-To: <20070930040018.GI19429@hal.rescomp.berkeley.edu> MIME-Version: 1.0 References: <204aabdc0709291806t67c9f31u1ab05e5cdd83f258@mail.gmail.com> <20070930020410.GG19429@hal.rescomp.berkeley.edu> <204aabdc0709292049p7f50ee47r5ec7155d338fb4c9@mail.gmail.com> <20070930040018.GI19429@hal.rescomp.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Bridging interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 04:57:32 -0000 Thanks for your help Chris, I ended up rebooting the router since I wasn't sure what manner of nonsense I'd put in and everything is working. On 9/29/07, Christopher Cowart wrote: > > On Sat, Sep 29, 2007 at 09:49:36PM -0600, Simon Timms wrote: > > That makes a lot of sense, but I suppose I still don't understand why > this > > isn't working. The handbook section on routing is pretty basic and it > seems > > to come down to setting net.inet.ip.forwarding to 1 if you want to route > > packets between interfaces on a dual-homed host. I'm able to reach > hosts on > > both subnets from the router and my routing table looks like: > > > > Internet: > > Destination Gateway Flags Refs Use Netif > > Expire > > default wireless UGS 0 9905 > > sis0 > > localhost localhost UH 0 134 > > lo0 > > 192.168.1 link#1 UC 0 > 0 > > sis0 > > orinoco 00:d0:09:f8:f7:5a UHLW 1 > 268 lo0 > > 192.168.1.255 ff:ff:ff:ff:ff:ff UHLWb 1 87 > > sis0 > > 192.168.2 link#2 UC 0 0 > > rl0 > > 192.168.2.255 ff:ff:ff:ff:ff:ff UHLWb 1 87 > > rl0 > > Are your 192.168.2/24 machines configured to use 192.168.2.2 as their > default router? They don't know where 192.168.1.2 is, because they > don't see it as being on the same link. The subnet mask is used to > determine this kind of reachability. > > You could probably use 192.168.1.2 as your default router, as long as > you created a static route `route add 192.168.1/24 192.168.2.2', telling > the system that to get to 192.168.1/24, the next-hop is 192.168.2.2. > This seems needlessly complex when you can just configure 192.168.2.2 as > your default router and skip the static route configuration all > together. > > Regardless, bridging isn't going to help unless the host and the default > router have the same subnet configurations. > > -- > Chris Cowart > Lead Systems Administrator > Network & Infrastructure Services, RSSP-IT > UC Berkeley > > From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 06:55:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8702A16A418 for ; Sun, 30 Sep 2007 06:55:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 4F8D513C448 for ; Sun, 30 Sep 2007 06:55:16 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6451926pyb for ; Sat, 29 Sep 2007 23:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=L+5YXZWvq1uzBnWLodmOzSVuuVpRafCbj/bIEB3tG2w=; b=oR7dtw2lX7fMbgv644OqbjDyg6hUDZPi5PHLASiy8v9DvvywikprEKfAdS5njFXIbaApgLq/UrB3nEswaIhXjcUuaiVEPMa7q0aBl8Er+FCtFdfeTLZDvqDNjH3mFK/Y8AKQBhXm+pgZJERSG8LYYMuJpswAHD//07kYfZ7Y9PQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PtRoCD2hfomouXmslFU6LFlvBPNOgY/zMthOC0i3JREtDJr6SDTlls/SAL6k+a3DgibxHJt1T3VzauP/jFk6WEaASQc9+s9QYgj5zcWkAlXpBN+lcILTCSjpz3b0GG6TdTolnXY+gpKGpdIkyffq2RbIuqlTM5th+9VyHKgWY/k= Received: by 10.65.244.15 with SMTP id w15mr2824919qbr.1191135315993; Sat, 29 Sep 2007 23:55:15 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Sat, 29 Sep 2007 23:55:15 -0700 (PDT) Message-ID: Date: Sun, 30 Sep 2007 06:55:15 +0000 From: "Aryeh Friedman" To: RW In-Reply-To: <20070929214258.046cbd3b@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44r6khh4xh.fsf@Lowell-Desk.lan> <20070929214258.046cbd3b@gumby.homeunix.com.> Cc: freebsd-questions@freebsd.org Subject: Re: what cpu type to use for a intel duo e6850 (i386 or amd64) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 06:55:17 -0000 On 9/29/07, RW wrote: > On Sat, 29 Sep 2007 16:03:05 +0000 > "Aryeh Friedman" wrote: > > > I have more then 4gb and was wondering why it didn't all show up.... > > is there anyway to do a in place upgrade (I have a lot of user > > data)... also someone should think about changing the naming on the > > iso/cpu types since 20 years of industry experience (15 with FreeBSD) > > and reading hardware.txt did not give a clue on this. > > What's confusing? > > i386 is for 386 compatible processors - a 32-bit OS for 32-bit > processors, which is therefore limited to 2^32 bytes (4GiB) without the > PAE workaround. > > amd64 is for AMD 64 compatible processors operated in 64-bit mode. First of all there are several possible 64 bit intel like processors to choose from for example unless one reads carefully ia64 looks like what you want. Second of all in many peoples minds (including mine) we are used to there being subtle diffs between AMD and intel for the same class of processor thus would naturally think if it was lableb amd64 it is for Advanced Micro Devices processors only... a better name would be 64bit_x86 or something like that --Aryeh From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:03:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28ED016A419 for ; Sun, 30 Sep 2007 07:03:40 +0000 (UTC) (envelope-from freebsd@elgert.dk) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [195.41.46.237]) by mx1.freebsd.org (Postfix) with ESMTP id 8A67213C458 for ; Sun, 30 Sep 2007 07:03:39 +0000 (UTC) (envelope-from freebsd@elgert.dk) Received: from elgert.dk (0x573c4cde.nivaanqu1.broadband.tele.dk [87.60.76.222]) by pfepc.post.tele.dk (Postfix) with SMTP id DBA588A0013 for ; Sun, 30 Sep 2007 09:03:37 +0200 (CEST) Received: by elgert.dk (sSMTP sendmail emulation); Sun, 30 Sep 2007 09:03:37 +0200 Date: Sun, 30 Sep 2007 09:03:37 +0200 From: Harry Matthiesen Jensen To: freebsd-questions@freebsd.org Message-ID: <20070930070337.GA3329@mugin.localhost> Mail-Followup-To: freebsd-questions@freebsd.org References: <20070930024534.457351CC7C@bsd.remdog.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070930024534.457351CC7C@bsd.remdog.net> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: Viewing jpegs with Mutt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:03:40 -0000 On Sat, Sep 29, 2007 at 07:45:34PM -0700, Rem P Roberti wrote: > Is it possible to view jpegs inline using the Mutt MUA? If so, I > would appreciate being directed to a site that would have that > information. To your ".mailcap" file, add: # This maps all types of images (image/gif, image/jpeg, etc.) # to the viewer 'display'. image/*; display %s I'm using the "display" command from ImageMagick, so you just have replace that command to your preferable viewer. Also remember you have to select "v" from within the e-mail in Mutt, and then select the jpeg. See also: http://www.pantz.org/os/linux/programs/muttsetup.shtml -- Mvh/Brgds Harry FreeBSD mugin.localhost 7.0-CURRENT #8: i386 From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:08:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B890016A417 for ; Sun, 30 Sep 2007 07:08:19 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 892B113C457 for ; Sun, 30 Sep 2007 07:08:19 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by wx-out-0506.google.com with SMTP id i29so2410601wxd for ; Sun, 30 Sep 2007 00:08:18 -0700 (PDT) Received: by 10.70.52.2 with SMTP id z2mr7142978wxz.1191136098214; Sun, 30 Sep 2007 00:08:18 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.131.120]) by mx.google.com with ESMTPS id i10sm6017053wxd.2007.09.30.00.08.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Sep 2007 00:08:17 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 574D41140D; Sun, 30 Sep 2007 11:05:50 +0400 (GST) Date: Sun, 30 Sep 2007 11:05:50 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: Bill Stwalley In-Reply-To: <687f2b920709262347l23b3d6cfv3969ea804f4963c3@mail.gmail.com> Message-ID: <20070930110108.T79156@obelix.home.rakhesh.com> References: <687f2b920709262347l23b3d6cfv3969ea804f4963c3@mail.gmail.com> X-Blog: http://rakhesh.com/ X-Notes: http://rakhesh.net/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: too late to change to security branch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:08:19 -0000 Hi Bill! > I have servers running 6.1 and 6.2. I use freebsd-update in cron jobs to > install binary security update to the base system, and use cvsup/portupgrade > in cron jobs to install port updates. By default, cvsup uses CURRENT > branch. The ports system doesn't have any branches. The same tree is used between all the different FreeBSD branches so you can't just track security updates only. You track it using portupgrade/ cvsup. The base system has many branches. In your case, you seem to be following the security branches for 6.1 and 6.2 using freebsd-update. > I am tired of some updates breaking something unnecessarily, and am thinking > of changing to SECURITY branch in cvsup. Is that possible? Some of my > ports are already locally compiled with customized options. Maybe you can provide more info on what's breaking? I use FreeBSD for a couple of headless machines. No X and other stuff, but I haven't had any breakages so far. *touchwood* Do go though the UPDATING file to check out any gotchas before updating. HTH, - Rakhesh http://rakhesh.net/ From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:11:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A40E516A419 for ; Sun, 30 Sep 2007 07:11:53 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 769BB13C45B for ; Sun, 30 Sep 2007 07:11:53 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by wx-out-0506.google.com with SMTP id i29so2410995wxd for ; Sun, 30 Sep 2007 00:11:52 -0700 (PDT) Received: by 10.70.24.3 with SMTP id 3mr7144700wxx.1191136312679; Sun, 30 Sep 2007 00:11:52 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.131.120]) by mx.google.com with ESMTPS id i17sm6025471wxd.2007.09.30.00.11.50 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Sep 2007 00:11:51 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id BBC141140D; Sun, 30 Sep 2007 11:09:25 +0400 (GST) Date: Sun, 30 Sep 2007 11:09:25 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: Bill Stwalley In-Reply-To: <687f2b920709272243w3c25f0f7t95189f1aeb3ded71@mail.gmail.com> Message-ID: <20070930110630.Q79156@obelix.home.rakhesh.com> References: <687f2b920709262347l23b3d6cfv3969ea804f4963c3@mail.gmail.com> <200709270204.09915.beech@freebsd.org> <687f2b920709272243w3c25f0f7t95189f1aeb3ded71@mail.gmail.com> X-Blog: http://rakhesh.com/ X-Notes: http://rakhesh.net/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: too late to change to security branch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:11:53 -0000 > I run freebsd-update and my cvsup configuration uses "*default release=cvs > tag=.". I am actually following security branch, since I do not recompile > the kernel, right? This cvs tag only matters if I compile the kernel, > right? If you are using freebsd-update then you are following the security branch. Even if you were using cvs and had to recompile the kernel (coz of some patch there) you would still be following the security branch (**if** you are tracking the security branch, that is). In FreeBSD, the base system and the 3rd party apps are separate. The base system has the concept of branches. The 3rd party apps (ports) are shared amongst all, there's no concept of branches. So you can't just follow security updates for the 3rd party apps. HTH, - Rakhesh http://rakhesh.net/ From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:16:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8805A16A41A for ; Sun, 30 Sep 2007 07:16:20 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 5A78C13C4A5 for ; Sun, 30 Sep 2007 07:16:20 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by wx-out-0506.google.com with SMTP id i29so2411510wxd for ; Sun, 30 Sep 2007 00:16:19 -0700 (PDT) Received: by 10.70.48.11 with SMTP id v11mr7154988wxv.1191136579083; Sun, 30 Sep 2007 00:16:19 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.131.120]) by mx.google.com with ESMTPS id h15sm6029860wxd.2007.09.30.00.16.16 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Sep 2007 00:16:17 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 8EB301140D; Sun, 30 Sep 2007 11:13:51 +0400 (GST) Date: Sun, 30 Sep 2007 11:13:51 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: "Hensley, Ed - Edward D" In-Reply-To: Message-ID: <20070930111120.F79156@obelix.home.rakhesh.com> References: X-Blog: http://rakhesh.com/ X-Notes: http://rakhesh.net/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Cc: freebsd-questions@FreeBSD.org Subject: Re: Enlighten me nt Please X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:16:20 -0000 > Would it be easy, or maybe "not too difficult" to setup Enlightenment > with FreeBSD which I am determined to get back into soon? Even possibly > use the Elive approach, or is that a specific Linux executable? You can install enlightenment from ''x11-wm/enlightenment'' or ''x11-wm/enlightenment-devel''. But I don't know if you'll get the same experience as Elive. Quite possible that the Elive ppl have a bunch of customizations and integrations stuff of their own ... Regards, - Rakhesh http://rakhesh.net/ From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:17:48 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7909616A46C for ; Sun, 30 Sep 2007 07:17:48 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90]) by mx1.freebsd.org (Postfix) with ESMTP id E9B9213C48E for ; Sun, 30 Sep 2007 07:17:47 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from [87.107.63.161] (port=51090 helo=attila) by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Ibt3e-0005RZ-Vb; Sun, 30 Sep 2007 15:17:44 +0800 Date: Sun, 30 Sep 2007 10:53:04 +0330 From: "Bahman M." To: "Brian A. Seklecki" Message-ID: <20070930105304.35992eca@attila> In-Reply-To: <1191125381.5997.29.camel@new-host> References: <20070929131631.43937a65@attila> <1191125381.5997.29.camel@new-host> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kedah.mschosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - adempiere.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to restart a freezed tty? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:17:48 -0000 On Sun, 30 Sep 2007 00:09:40 -0400 "Brian A. Seklecki" wrote: > > On Sat, 2007-09-29 at 13:16 +0330, Bahman M. wrote: > > Hi all, > > > > For some reason all the ttys are frozen up; I can switch between X > > and them back and forth but not between the ttys themselves using > > ALT+Fn. > > Can you start new xterms? When you say 'frozen', do they "not accept > keyboard input"? Is it possible scroll-lock is enabled? What about > the TTY that you started Xorg from? > > Is this temporal? When did it start happening? > > Is there anything in /var/log/messages? > Good questions; I should have explained the situation a bit more. I can start as many xterm as I'd like to. In fact when I'm in X everything is alright. I was doing some ports compilation on ttyv2 and in the midst of that I remembered I forgot to pass a switch to compiler. I pressed CTRL+C and it stopped but ttyv2 also stopped responding to any keyboard events (even the mouse doesn't appear there). Now when I switch to ttyvn by pressing ALT+Fn, it always switches to ttyv2 with the same text shown as the moment it stopped working. I killed all the ttyvn processes. They terminated and restarted as expected. Now they all have different PIDs than before but still I can't use them. It's the first time I'm encountering such a problem. I looked through dmesg output or in /var/log/messages but there was nothing unsual out there. > Did you try: $ sudo pkill -HUP init ? > Will give it a try. BTW, this is the my home machine just for personal use; it thus doesn't hurt anyone if I restart the system but I'm just curious to know how one can get out of such situation. > > > I tried killing them; they terminate and restart but still > > frozen. I don't believe the only way out is to restart the system. > > > > How to make ttys behave normally? I'd appreciate any idea. > > FreeBSD 6.2-RELEASE-p7 > > xorg-7.2 > > fluxbox-1.0rc3_3 > > Thanks, Bahman From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:24:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9BCA16A41A for ; Sun, 30 Sep 2007 07:24:19 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 88FEE13C45A for ; Sun, 30 Sep 2007 07:24:19 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6463008pyb for ; Sun, 30 Sep 2007 00:24:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=K171HNRWbPK2BUMuWlQE0Xf+YF74ri0RWAHk7mmgrJw=; b=P6IBDqgekpnU33ZK+yDeTN1iuVLZZ89GraoJ4T9eDvpkAJMa8byZipkvkjzOZYeYbSObn91gFzJAI3a1QWpF3fTWHAAN9PO+TYNdcEm9kFy8G69oVgfCDJZOOG3kZYDbGLNoYNSKIkPy5dcVxVD4Wzd4AAsAD1RAVvXQA38jJ34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L5Wi4CKHG1kan6V1GT9Sr+pZWgLsT6QqGBkkRuiBfq1EpNlejJ6ngj0PolqTWdJNOMk+7bJPmCaJwSxT5EARVb/LoDPJzcdp0xf9JlGu1N4rqX9/Pg9TnLyWQ7Fcv+D5kojIPvicIVr7BBuJS3nDmBJjTZGaSRgu/nfKH6QD3XE= Received: by 10.64.153.4 with SMTP id a4mr624098qbe.1191137051595; Sun, 30 Sep 2007 00:24:11 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Sun, 30 Sep 2007 00:24:11 -0700 (PDT) Message-ID: Date: Sun, 30 Sep 2007 07:24:11 +0000 From: "Aryeh Friedman" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: oops (was Re: what cpu type to use for a intel duo e6850 (i386 or amd64)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:24:19 -0000 well the procedure *ALMOST* worked.... turns out that sysinstall clobbers any unmodified bsdlabels (bug?) From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:28:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA2B16A417 for ; Sun, 30 Sep 2007 07:28:18 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 2937513C467 for ; Sun, 30 Sep 2007 07:28:18 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6464573pyb for ; Sun, 30 Sep 2007 00:28:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=OdNBEUKI4CiDFepz4/ay+jBvdtItoldT4LsCjmJ69tM=; b=axXuP/Xvmv4ytY36yPQcv0HJShmbylu6TeYZgeEk0BHNXqzP+Z9vFNzwgFncNVcI2Ga8W5MHKHMrhe00MPAEkcgSXVGp34s8pJN2A8/3Yu4gOP/5WDUKZDX9b34mEOWtVWV+dD29EniTQQGHbCuPyj7coBPfchWYhyqcpwGkE8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rrYcFbblFhHWZE3vG79d+NZlEjQYl/V6lNvRDG7lnvfPxKbP/UjMMz+cyypI04jE0/UsQ+L1LVRQ96hpnxMAt29PzQSwew+duTOCdrN/M7Cj9mU+Jax6RvgRJ7hiCGxTsQR8XNt2u7YRIEG0o2fJZw+wIF5neoQtuQZuaYbuTtQ= Received: by 10.65.114.11 with SMTP id r11mr708684qbm.1191137296210; Sun, 30 Sep 2007 00:28:16 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Sun, 30 Sep 2007 00:28:16 -0700 (PDT) Message-ID: Date: Sun, 30 Sep 2007 07:28:16 +0000 From: "Aryeh Friedman" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: (amd64) kernel reconizes sound card but no dev nodes are made X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:28:18 -0000 My kernel reconizes my sound card: monster# kldload snd_hda monster# kldstat Id Refs Address Size Name 1 12 0xffffffff80100000 b2b1d0 kernel 2 1 0xffffffff80c2c000 9dc0 linprocfs.ko 3 2 0xffffffff80c36000 3a060 linux.ko 4 1 0xffffffffb11ac000 e3de snd_hda.ko 5 1 0xffffffffb11bb000 33c10 sound.ko monster# sysctl -a|grep snd hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_buffersize: 16384 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2007061600/amd64 hw.snd.default_auto: 0 monster# ls /dev acd0 cuad0.lock mixer0 stdout ttyvb acpi dcons net sysmouse ttyvc ad10 devctl net1 ttyd0 ttyvd ad10s1 devstat net2 ttyd0.init ttyve ad10s1a dgdb net3 ttyd0.lock ttyvf ad10s1b fd network ttyp0 ums0 ad10s1c fido nfs4 ttyp1 urandom ad10s1d geom.ctl nfslock ttyp2 usb ad10s1e io null ttyv0 usb0 ad10s1f kbd0 nvram ttyv1 usb1 ata kbd1 pci ttyv2 usb2 atkbd0 kbdmux0 ppi0 ttyv3 usb3 audit klog ptyp0 ttyv4 usb4 bpf0 kmem ptyp1 ttyv5 usb5 console lpt0 ptyp2 ttyv6 usb6 consolectl lpt0.ctl random ttyv7 usb7 ctty mdctl sndstat ttyv8 xpt0 cuad0 mem stderr ttyv9 zero cuad0.init midistat stdin ttyva % cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) Installed devices: pcm0: at memory 0xfcdf8000 irq 22 kld snd_hda [20070710_0047] [MPSAFE] (1p:1v/1r:1v channels duplex default) But doesn't create the device node for it: From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:38:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24FEB16A419 for ; Sun, 30 Sep 2007 07:38:57 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id E689013C45D for ; Sun, 30 Sep 2007 07:38:56 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6467954pyb for ; Sun, 30 Sep 2007 00:38:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=TttCbiptoIM21Z8l8pNcTtcIPC7Dw1Lqco/g21QhbF4=; b=IPm5c5ntMZaJonyP2SYTSf1h3w9Isu71UzIN1zCF0KIreIa2bo88yLbI6B74AKhBmOzHWAoiZPGdboEQBS5bzc+K/+vSAz/HAYTnhiUyLmT/OhO90WLBxDzdLOV2ALYXJvMav8U982N8R0ygV5cAkwZNe6gki6+wRRbNvZXnCmc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LUjxs0HHI22V+HwYj1cCvUrqsUnSdsYE09nDQu2ftEGEKj7VX9DL7wzqjaz5BoJxj8+J5GA76KN7TnocfAb8MnWk7LZDQmgBvyvMXjzwqrbxg1XBj+P6vpRT2uekoBzPWDFoxyqkL0qp9eREJZNQ5p/GLS9jJBI4ub4/GK7UGRA= Received: by 10.65.51.4 with SMTP id d4mr11756932qbk.1191137935690; Sun, 30 Sep 2007 00:38:55 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Sun, 30 Sep 2007 00:38:55 -0700 (PDT) Message-ID: Date: Sun, 30 Sep 2007 07:38:55 +0000 From: "Aryeh Friedman" To: "FreeBSD Mailing List" , freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: the continuing adventures of nvidia vs. xord 7.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:38:57 -0000 Normally I wouldn't mention this this may point to a deeper set of bugs in xorg/nv/nvidia/freebsd 7-current. Where things stood: 1. I had xorg 7.3 on freebsd 7-current (i386) 2. It did not reconize any nvidia card in anyway shape or form (nv, nvidia (even he latest beta's posted on 9/26), etc.) 3. As soon I upgraded to 7-current (amd64) and reinstalled xorg 7.3 the nv driver works My hardware: intel e6850 p35 mobo 4 gb of ram nvidia geforce 5200 GT (pci) (but had the same issue and I think actually physically damaged a 8500 gs (pci-e)) [once nvidia comes out with a stable closed source driver I will probally get an other Lessons for other people: 1. If you have a 64bit x86 like processor you should try using amd64 instead of i386 binaries 2. The xorg (and/or freebsd kernel team) need to figure out why there should be any diff between amd64 and i386 (I removed one dimm and remade xorg and it still failed on i386) From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:41:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 458BD16A421 for ; Sun, 30 Sep 2007 07:41:22 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [206.18.177.52]) by mx1.freebsd.org (Postfix) with ESMTP id 303ED13C44B for ; Sun, 30 Sep 2007 07:41:21 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-67-164-123-46.hsd1.ca.comcast.net[67.164.123.46]) by comcast.net (alnrmhc12) with ESMTP id <20070930074121b1200lvu0te>; Sun, 30 Sep 2007 07:41:21 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id 3CE7E1CE22; Sun, 30 Sep 2007 00:41:30 -0700 (PDT) Date: Sun, 30 Sep 2007 00:41:30 -0700 From: Rem P Roberti To: freebsd-questions@freebsd.org Message-ID: <20070930074130.GB28573@bsd.remdog.net> References: <20070930024534.457351CC7C@bsd.remdog.net> <20070930070337.GA3329@mugin.localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070930070337.GA3329@mugin.localhost> User-Agent: Mutt/1.4.2.3i Subject: Re: Viewing jpegs with Mutt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:41:22 -0000 On Sun, Sep 30, 2007 at 09:03:37AM +0200, Harry Matthiesen Jensen wrote: > On Sat, Sep 29, 2007 at 07:45:34PM -0700, Rem P Roberti wrote: > > Is it possible to view jpegs inline using the Mutt MUA? If so, I > > would appreciate being directed to a site that would have that > > information. > > To your ".mailcap" file, add: > > # This maps all types of images (image/gif, image/jpeg, etc.) > # to the viewer 'display'. > image/*; display %s > > > I'm using the "display" command from ImageMagick, so you just have > replace that command to your preferable viewer. > > Also remember you have to select "v" from within the e-mail in Mutt, and > then select the jpeg. > > See also: > http://www.pantz.org/os/linux/programs/muttsetup.shtml > > -- > Mvh/Brgds Harry > FreeBSD mugin.localhost 7.0-CURRENT #8: i386 Wow! That really worked well just the way it is. Thank you very much. Rem From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:41:41 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCB0216A419 for ; Sun, 30 Sep 2007 07:41:41 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90]) by mx1.freebsd.org (Postfix) with ESMTP id 4865913C474 for ; Sun, 30 Sep 2007 07:41:41 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from [87.107.63.161] (port=65355 helo=attila) by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IbtQn-00029F-HK; Sun, 30 Sep 2007 15:41:38 +0800 Date: Sun, 30 Sep 2007 11:17:03 +0330 From: "Bahman M." To: "Brian A. Seklecki" Message-ID: <20070930111703.0dfcf2d7@attila> In-Reply-To: <1191125381.5997.29.camel@new-host> References: <20070929131631.43937a65@attila> <1191125381.5997.29.camel@new-host> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kedah.mschosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - adempiere.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to restart a freezed tty? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:41:41 -0000 On Sun, 30 Sep 2007 00:09:40 -0400 "Brian A. Seklecki" wrote: > On Sat, 2007-09-29 at 13:16 +0330, Bahman M. wrote: > > Hi all, > > > > For some reason all the ttys are frozen up; I can switch between X > > and them back and forth but not between the ttys themselves using > > ALT+Fn. > > Can you start new xterms? When you say 'frozen', do they "not accept > keyboard input"? Is it possible scroll-lock is enabled? What about > the TTY that you started Xorg from? > > Is this temporal? When did it start happening? > > Is there anything in /var/log/messages? > > Did you try: $ sudo pkill -HUP init ? Yes. It killed X and got me to the frozen terminals. There I could do nothing (no shell) but pressing the power button! "The case is closed" :-) > > I tried killing them; they terminate and restart but still > > frozen. I don't believe the only way out is to restart the system. > > > > How to make ttys behave normally? I'd appreciate any idea. > > FreeBSD 6.2-RELEASE-p7 > > xorg-7.2 > > fluxbox-1.0rc3_3 Thanks for your time. Bahman From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:42:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBE9816A417 for ; Sun, 30 Sep 2007 07:42:00 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id D002213C458 for ; Sun, 30 Sep 2007 07:42:00 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 806595DAC; Sun, 30 Sep 2007 03:15:01 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zAdj-HEK40NR; Sun, 30 Sep 2007 03:14:58 -0400 (EDT) Received: from [192.168.1.3] (pool-71-190-65-187.nycmny.east.verizon.net [71.190.65.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 8AE6A5C3B; Sun, 30 Sep 2007 03:14:58 -0400 (EDT) Message-ID: <46FF4CF2.3070109@mac.com> Date: Sun, 30 Sep 2007 03:14:58 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Kurt Buff References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Security report question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:42:01 -0000 Kurt Buff wrote: [ ... ] > +Limiting closed port RST response from 283 to 200 packets/sec > > I don't know what this means, though I suspect it could mean that I'm > being port scanned. Is this a reasonable guess? Yes. It could also be something beating really hard on a single closed port, too. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:48:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EABD216A41B for ; Sun, 30 Sep 2007 07:48:56 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.bluestop.org (muon.bluestop.org [80.68.94.188]) by mx1.freebsd.org (Postfix) with ESMTP id 9B60C13C46E for ; Sun, 30 Sep 2007 07:48:56 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.draftnet (cran1.demon.co.uk [80.177.26.208]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTP id E0CA9301F6; Sun, 30 Sep 2007 08:48:54 +0100 (BST) Message-ID: <46FF54E5.4020502@cran.org.uk> Date: Sun, 30 Sep 2007 08:48:53 +0100 From: Bruce Cran User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: "Brian A. Seklecki" References: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> <1191124332.5997.21.camel@new-host> In-Reply-To: <1191124332.5997.21.camel@new-host> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: jekillen , FreeBSD Mailing List Subject: Re: using the date command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:48:57 -0000 Brian A. Seklecki wrote: > To set time: > > $ sudo /usr/sbin/ntpdate pool.ntp.org > 29 Sep 23:48:31 ntpdate[9404]: adjust time server 66.250.45.2 offset > 0.001289 sec > ntpdate is deprecated, you should use "ntpd -q" instead if you want ntpd to set the time once then exit. From ntpdate(8): Note: The functionality of this program is now available in the ntpd(8) program. See the -q command line option in the ntpd(8) page. After a suitable period of mourning, the ntpdate utility is to be retired from this distribution. Also, ntpd wil refuse to update the time if the delta is more than 1000s by default, but you can use the -g option to override this. To set the date to within a reasonable delta, use something like "date 200709282027". If you want to set the time more accurately using NTP, edit /etc/ntp.conf and add "server pool.ntp.org" to it. Save it then run "ntpd -q". If you need to configure the time zone, an easy way to do this is to run sysinstall and select "Configuration --> Time Zone". > To date info about your timezone settings: > > $ zdump /etc/localtime > /etc/localtime Sat Sep 29 23:49:19 2007 EDT > > Options: > > $ ls /usr/shaoneinfo/ | egrep -v "^d" > total 78 > -rw-r--r-- 1 root wheel 755 Aug 22 11:11 CET > -rw-r--r-- 1 root wheel 837 Aug 22 11:11 CST6CDT > -rw-r--r-- 1 root wheel 679 Aug 22 11:11 EET > -rw-r--r-- 1 root wheel 56 Aug 22 11:11 EST > -rw-r--r-- 1 root wheel 837 Aug 22 11:11 EST5EDT > [...] > > To set timezone: > > $ ln -s /share/zoneinfo/$WHATEVER /etc/localtime > > For you probably PST8PDT. > > For your best NTP experience, use OpenNTP from > ports: /usr/ports/net/openntpd/ > > ~BAS > > > > On Sat, 2007-09-29 at 20:33 -0700, jekillen wrote: > >> Hello all; >> I have built 4 machines and installed FreeBSD 6.0 in one and 6.2 >> in the other three. They are all using the wrong date and time. >> The last one (v6.2 on ecs mb with AMD64) is the worst. It is telling >> me today is Jan 3 2003 PST (I am on the west coast and it is still PDT). >> These machines are all web servers. So up until now this has not been >> a big issue but a configuration of software is complaining that the >> files >> it creates have an older date than the files in the software bundle, >> it is time to do something about it. So I am looking at man date and as >> I interpret the instructions #date ccyymmddHHMM.ss (20079282027.00 or >> 200709282027.00 for instance) is supposed to set the >> clock to the current date. But when I run a command with the >> current date and time in the above format I get the complaint that >> the format string is wrong. >> Can anyone be kind enough to give me a quick tutorial on this? >> I will be looking seriously into using NTP, but for now I need to >> get the date straight. I have entries in apache error log gener >> ated by php scripts that are supposed to use its date command. >> Thanks in advance for assistance. >> Jeff K >> From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 11:26:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 144A816A419 for ; Sun, 30 Sep 2007 11:26:03 +0000 (UTC) (envelope-from krad@snaffler.net) Received: from mk-filter-3-a-4.mail.uk.tiscali.com (mk-filter-3-a-1.mail.uk.tiscali.com [212.74.100.54]) by mx1.freebsd.org (Postfix) with ESMTP id AEEDF13C44B for ; Sun, 30 Sep 2007 11:26:02 +0000 (UTC) (envelope-from krad@snaffler.net) X-Trace: 628819272-mk-filter-3.mail.uk.tiscali.com-B2C-$TRUSTED-IMPLICITLY_TRUSTED X-SBRS: None X-RemoteIP: 212.74.112.53 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAIwi/0bUSnA1/2dsb2JhbAAM Received: from e1-1.ns500-1.ts.milt.as9105.net (HELO [10.44.30.84]) ([212.74.112.53]) by smtp.tiscali.co.uk with ESMTP; 30 Sep 2007 12:16:00 +0100 Message-ID: <46FF856F.1030703@snaffler.net> Date: Sun, 30 Sep 2007 12:15:59 +0100 From: "chris.scott" User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pci serial card issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 11:26:03 -0000 Hi i'm running freebsd stable (last build 28th) and am having a few issues with 2 pci serial cards. Basically I'm trying to build a serial server. However the driver doesn't seem to work correctly. Sep 28 22:18:56 boxster puc0: port 0xce00-0xce07,0xcc00-0xcc07,0xca00-0xca07,0xc800-0xc807,0xc600-0xc607,0xc400-0xc40f irq 9 at device 8.0 on pci0 Sep 28 22:18:56 boxster puc1: port 0xde00-0xde07,0xdc00-0xdc07,0xda00-0xda07,0xd800-0xd807,0xd600-0xd607,0xd400-0xd40f irq 10 at device 11.0 on pci0 Sep 28 22:18:56 boxster puc1: could not get resource they are both 6 port serial pci cards, and are listed in the puc driver as supported. The pc is quite old so Im not sure if whats causing any issues. I have tried the bios with pnpos enables and disabled but it makes little difference. I have also tried with one card and the issue is the same. I have also disabled the pcs onboard serial ports and still no go I have disabled ACPI with hint.acpi.0.disabled="1" this seems to stop the resource error but I dont get any additional cuad devices $ pciconf -l -v | grep -B 4 UART puc0@pci0:8:0: class=0x070002 card=0x00061000 chip=0x98459710 rev=0x01 hdr=0x00 vendor = 'MosChip Semiconductors (Was: Netmos Technology)' device = 'Nm9845 Parallel/Serial Port Adapter' class = simple comms subclass = UART -- puc1@pci0:11:0: class=0x070002 card=0x00061000 chip=0x98459710 rev=0x01 hdr=0x00 vendor = 'MosChip Semiconductors (Was: Netmos Technology)' device = 'Nm9845 Parallel/Serial Port Adapter' class = simple comms subclass = UART Any help much appreciated chris From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 13:01:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75A0916A418 for ; Sun, 30 Sep 2007 13:01:10 +0000 (UTC) (envelope-from scode@hyperion.scode.org) Received: from hyperion.scode.org (cl-1361.ams-04.nl.sixxs.net [IPv6:2001:960:2:550::2]) by mx1.freebsd.org (Postfix) with ESMTP id 47DAD13C467 for ; Sun, 30 Sep 2007 13:01:10 +0000 (UTC) (envelope-from scode@hyperion.scode.org) Received: by hyperion.scode.org (Postfix, from userid 1001) id D26FB2394AD; Sun, 30 Sep 2007 15:01:08 +0200 (CEST) Date: Sun, 30 Sep 2007 15:01:08 +0200 From: Peter Schuller To: freebsd-questions@freebsd.org Message-ID: <20070930130108.GA73189@hyperion.scode.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Forcing buffer cache to use available memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 13:01:10 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, Is there a way to force the buffer cache to be more aggressive when caching reads? Or even just plain force a certain number of megabytes to be dedicated to the buffer cache? --=20 / Peter Schuller PGP userID: 0xE9758B7D or 'Peter Schuller ' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG/54UDNor2+l1i30RAgXJAJ9EPH/uUJfQ5sEE9+36z8doxVgx6ACgxW1e ssHEbDgPP262jNRUek4j6NE= =ucE7 -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 13:07:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8587516A419 for ; Sun, 30 Sep 2007 13:07:39 +0000 (UTC) (envelope-from dread@aceweb.com) Received: from smtp111.sbc.mail.re2.yahoo.com (smtp111.sbc.mail.re2.yahoo.com [68.142.229.94]) by mx1.freebsd.org (Postfix) with SMTP id 2F38E13C47E for ; Sun, 30 Sep 2007 13:07:39 +0000 (UTC) (envelope-from dread@aceweb.com) Received: (qmail 48701 invoked from network); 30 Sep 2007 13:07:38 -0000 Received: from unknown (HELO localhost) (donread@sbcglobal.net@70.135.3.248 with login) by smtp111.sbc.mail.re2.yahoo.com with SMTP; 30 Sep 2007 13:07:38 -0000 X-YMail-OSG: aEeHQPoVM1mR0LT9HwD.ULV1It8eN_MG9H7b8jC.19b03q1og7ZGu6STy_xuNLo7noOMAdBVuL1.neS4MRLiPsIClNZvGUVOWpU6jsbXNrwhOaZnSzORfHAxK0FYw_7iACIGBtMASmb3pw-- Date: Sun, 30 Sep 2007 13:08:20 +0000 From: Don Read To: "Aryeh Friedman" Message-ID: <20070930130820.31e76314@aceweb.com> In-Reply-To: References: <46FD95EA.5090001@sonatabio.com> X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List , Frank Jahnke Subject: Re: Portupgrading cups-base gives compiler error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 13:07:39 -0000 On Sat, 29 Sep 2007 00:06:37 +0000 Aryeh Friedman said: > When will this be in cvsup? > > --Aryeh About 30 hours ago. localhost.root# ls -l /var/log/cvsup.log -rw-r--r-- 1 root wheel 41979 Sep 29 03:19 /var/log/cvsup.log localhost.root# grep cups-base /var/log/cvsup.log Edit ports/print/cups-base/Makefile Edit ports/print/cups-base/distinfo Delete ports/print/cups-base/files/patch-CVE-2007-3387 Checkout ports/print/cups-base/files/patch-Makedefs.in Delete ports/print/cups-base/files/patch-Makefile Checkout ports/print/cups-base/files/patch-auth.c Checkout ports/print/cups-base/files/patch-configure Edit ports/print/cups-base/pkg-plist localhost.root# Regards, -- Don Read dread@aceweb.com -- It's always darkest before the dawn. So if you are going to steal the neighbor's newspaper, that's the time to do it. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 14:03:08 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A4DE16A417 for ; Sun, 30 Sep 2007 14:03:08 +0000 (UTC) (envelope-from kneel.pardoe@virgin.net) Received: from n066.sc1.he.tucows.com (smtpout0165.sc1.he.tucows.com [64.97.136.165]) by mx1.freebsd.org (Postfix) with ESMTP id 0689E13C45D for ; Sun, 30 Sep 2007 14:03:07 +0000 (UTC) (envelope-from kneel.pardoe@virgin.net) Received: from [192.168.0.2] (82.20.24.65) by n066.sc1.he.tucows.com (7.2.069.1) (authenticated as kneel.pardoe) id 46FB9FFA000389E6 for freebsd-questions@FreeBSD.ORG; Sun, 30 Sep 2007 14:03:07 +0000 Message-ID: <46FFBA97.3030608@virgin.net> Date: Sun, 30 Sep 2007 15:02:47 +0000 From: neal User-Agent: Thunderbird 2.0.0.6 (X11/20070915) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG References: <46FC1C65.6060801@virgin.net> <20070927212854.GA18018@slackbox.xs4all.nl> <46FD74A6.7060808@virgin.net> <20070928225203.GA49278@slackbox.xs4all.nl> In-Reply-To: <20070928225203.GA49278@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: newby needing help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 14:03:08 -0000 Hi Roland, thanks for the guidance, you've helped me sort out some confusions too. I shall try later this afternoon to mount my /home ext3 partition, after having another attempt to understand the man page for this command. anyway, your help has been useful and is greatly appreciated. neal. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 14:53:58 2007 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C604716A417 for ; Sun, 30 Sep 2007 14:53:58 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id AC30513C45A for ; Sun, 30 Sep 2007 14:53:58 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from ecerejo.netgear.com (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JP600GBJS1R1W10@mta5.srv.hcvlny.cv.net> for FreeBSD-questions@freebsd.org; Sun, 30 Sep 2007 10:53:52 -0400 (EDT) Date: Sun, 30 Sep 2007 10:52:37 -0400 From: "E. J. Cerejo" To: FreeBSD-questions@freebsd.org Message-id: <46FFB835.3020102@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.6 (X11/20070728) Cc: Subject: cups-base fails to compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 14:53:58 -0000 I'm running FreeBSD 6-stable and I just updated the ports tree using cvsup and the portupgrade tools, but now I get this error when I try to build cups-base: cc -Wshadow -Wunused -Wall -Wno-format-y2k -fPIC -Os -g -I.. -I/usr/local/include -O -pipe -march=pentium4 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I../.. `/usr/local/bin/php-config --includes` -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I../.. `/usr/local/bin/php-config --includes` -c phpcups.c In file included from /usr/local/include/php/main/php.h:38, from phpcups.c:33: /usr/local/include/php/Zend/zend_API.h:327: warning: declaration of 'index' shadows a global declaration /usr/include/strings.h:50: warning: shadowed declaration is here In file included from /usr/local/include/php/main/php.h:416, from phpcups.c:33: /usr/local/include/php/TSRM/tsrm_virtual_cwd.h:202: warning: declaration of 'link' shadows a global declaration /usr/include/unistd.h:348: warning: shadowed declaration is here In file included from /usr/local/include/php/main/php.h:418, from phpcups.c:33: /usr/local/include/php/Zend/zend_constants.h:63: warning: declaration of 'strlen' shadows a global declaration /usr/include/string.h:90: warning: shadowed declaration is here phpcups.c: In function `zm_startup_phpcups': phpcups.c:163: error: `CUPS_PRINTER_DISCOVERED' undeclared (first use in this function) phpcups.c:163: error: (Each undeclared identifier is reported only once phpcups.c:163: error: for each function it appears in.) gmake[1]: *** [phpcups.o] Error 1 gmake[1]: Leaving directory `/usr/ports/print/cups-base/work/cups-1.3.3/scripting/php' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/print/cups-base. *** Error code 1 Stop in /usr/ports/print/cups-base. Does anyone know how to fix this? From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 15:05:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02D9D16A418 for ; Sun, 30 Sep 2007 15:05:35 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 5B27713C4BE for ; Sun, 30 Sep 2007 15:05:28 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup28.ach.sch.gr [81.186.70.28]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8UF4pnT004352 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 30 Sep 2007 18:05:19 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8UF4m58002334; Sun, 30 Sep 2007 18:04:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8UF4erF002333; Sun, 30 Sep 2007 18:04:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 30 Sep 2007 18:04:40 +0300 From: Giorgos Keramidas To: jhall@vandaliamo.net Message-ID: <20070930150439.GB2187@kobe.laptop> References: <21079.67.171.53.31.1191004462.squirrel@admintool.trueband.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21079.67.171.53.31.1191004462.squirrel@admintool.trueband.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.911, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Adding CR/LF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 15:05:35 -0000 On 2007-09-28 18:34, jhall@vandaliamo.net wrote: > I know this should be easy, but I cannot get it to work right. > Basically, I have a list of items, and I need to place each one on a > separate line. > > Here is the script I am using. > #!/bin/sh > FILENAMES="test1 test2 test3" > FILELIST="" > for filename in ${FILENAMES} > do > FILELIST="${FILELIST}${filename}"$'\n\r' > echo ${FILELIST} > done > > And, here is the output I am getting. > test1$\n\r > test1$\n\rtest2$\n\r > test1$\n\rtest2$\n\rtest3$\n\r > > The output I would like to see is: > test1 > test2 > test3 How about skipping the trick with '\n\r' altogether? This should work better: #!/bin/sh FILENAMES="test1 test2 test3" for fname in ${FILENAMES} do echo "${fname}" done From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 15:50:54 2007 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FC7316A417 for ; Sun, 30 Sep 2007 15:50:54 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id 61B8313C455 for ; Sun, 30 Sep 2007 15:50:54 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from ecerejo.netgear.com (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JP600CUEUOQXWT0@mta3.srv.hcvlny.cv.net> for FreeBSD-questions@freebsd.org; Sun, 30 Sep 2007 11:50:53 -0400 (EDT) Date: Sun, 30 Sep 2007 11:49:36 -0400 From: "E. J. Cerejo" In-reply-to: To: Pablo Mora , FreeBSD-questions@freebsd.org Message-id: <46FFC590.9080204@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <46FFB835.3020102@optonline.net> User-Agent: Thunderbird 2.0.0.6 (X11/20070728) Cc: Subject: Re: cups-base fails to compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 15:50:54 -0000 Pablo Mora wrote: > On 9/30/07, E. J. Cerejo wrote: > >> I'm running FreeBSD 6-stable and I just updated the ports tree using >> cvsup and the portupgrade tools, but now I get this error when I try to >> build cups-base: >> >> cc -Wshadow -Wunused -Wall -Wno-format-y2k -fPIC -Os -g -I.. >> -I/usr/local/include -O -pipe -march=pentium4 -D_LARGEFILE_SOURCE >> .... >> >> Does anyone know how to fix this? >> > > Update your ports tree. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=116721 > > I did that before, I still get the same error. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 16:15:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75EA16A418 for ; Sun, 30 Sep 2007 16:15:53 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 80B3913C447 for ; Sun, 30 Sep 2007 16:15:53 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D41A75DAC; Sun, 30 Sep 2007 12:15:52 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WYbtqEZvpQjf; Sun, 30 Sep 2007 12:15:50 -0400 (EDT) Received: from [192.168.1.3] (pool-71-190-65-187.nycmny.east.verizon.net [71.190.65.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id B2BD85C3B; Sun, 30 Sep 2007 12:15:49 -0400 (EDT) Message-ID: <46FFCBB4.8010908@mac.com> Date: Sun, 30 Sep 2007 12:15:48 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Peter Schuller References: <20070930130108.GA73189@hyperion.scode.org> In-Reply-To: <20070930130108.GA73189@hyperion.scode.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Forcing buffer cache to use available memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 16:15:53 -0000 Peter Schuller wrote: > Is there a way to force the buffer cache to be more aggressive when > caching reads? Or even just plain force a certain number of megabytes > to be dedicated to the buffer cache? You want to adjust the vfs.read_max sysctl, I believe, or the vfs.maxbufspace for your second question. "sysctl -d vfs" is likely to be informative.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 16:28:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145A216A417 for ; Sun, 30 Sep 2007 16:28:32 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from mail.geekdelivery.com (s206-75-153-241.ab.hsia.telus.net [206.75.153.241]) by mx1.freebsd.org (Postfix) with ESMTP id ED5F713C44B for ; Sun, 30 Sep 2007 16:28:31 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from dev.local (S0106001346bddddf.lb.shawcable.net [70.65.134.12]) by mail.geekdelivery.com (Postfix) with ESMTP id 7C6CE2E059 for ; Sun, 30 Sep 2007 10:12:02 -0600 (MDT) From: Ray To: freebsd-questions@freebsd.org Date: Sun, 30 Sep 2007 10:11:06 -0600 User-Agent: KMail/1.9.6 References: <21079.67.171.53.31.1191004462.squirrel@admintool.trueband.net> <20070930150439.GB2187@kobe.laptop> In-Reply-To: <20070930150439.GB2187@kobe.laptop> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200709301011.06500.ray@stilltech.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Adding CR/LF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ray@stilltech.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 16:28:32 -0000 On Sunday 30 September 2007 9:04:40 am Giorgos Keramidas wrote: > On 2007-09-28 18:34, jhall@vandaliamo.net wrote: > > I know this should be easy, but I cannot get it to work right. > > Basically, I have a list of items, and I need to place each one on a > > separate line. > > > > Here is the script I am using. > > #!/bin/sh > > FILENAMES="test1 test2 test3" > > FILELIST="" > > for filename in ${FILENAMES} > > do > > FILELIST="${FILELIST}${filename}"$'\n\r' > > echo ${FILELIST} > > done > > > > And, here is the output I am getting. > > test1$\n\r > > test1$\n\rtest2$\n\r > > test1$\n\rtest2$\n\rtest3$\n\r > > > > The output I would like to see is: > > test1 > > test2 > > test3 > I haven't seen anybody mention this yet, but once you get the line break figured out, you may want to move the echo, lprint, whatever line to be below the do loop. That's why you get the first two lines of output. Ray > How about skipping the trick with '\n\r' altogether? > > This should work better: > > #!/bin/sh > > FILENAMES="test1 test2 test3" > > for fname in ${FILENAMES} > do > echo "${fname}" > done > > _______________________________________________ > 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 30 16:41:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D6F616A418 for ; Sun, 30 Sep 2007 16:41:10 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9F413C480 for ; Sun, 30 Sep 2007 16:41:09 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1575851wra for ; Sun, 30 Sep 2007 09:41:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=aSlVixW2iSM4OhkyDvw6aWMiqiOEcZ1AXgudnQvwGdU=; b=IGU7n4SHfUwwN8Tcamw3AaS0SBCyTAauTucaSAF9nzEyHsb6jyVe3DUw4Yp81czGdl5u68oMNtdiWxoRQYVQuRE94P/yQflGNgUHg3scVxtGdeCS4qsK8FFlO/uLCPzh7XZvNL9c1KJeTxpatSR02xtBK7MCBCZ7xs7se+G3caQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gOhoDpCnvG7c5NYm5Fe4xOEBqJuWF4poXIADPaBmqU5gSXobAuDp/ZojsYE+GCa3XxAp5tHuyljjpV7kEAu+cXywNcoZynW8ePSTX725We+jTAg3YBAcaqr0gO94PDsF5ebC3o/nZXSEV/6CW0Hk63w3tPLiMhfaE0A5pA6+nNs= Received: by 10.90.32.12 with SMTP id f12mr2304824agf.1191170460100; Sun, 30 Sep 2007 09:41:00 -0700 (PDT) Received: by 10.143.158.12 with HTTP; Sun, 30 Sep 2007 09:40:59 -0700 (PDT) Message-ID: Date: Sun, 30 Sep 2007 09:41:00 -0700 From: "Kurt Buff" To: "Chuck Swiger" In-Reply-To: <46FF4CF2.3070109@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46FF4CF2.3070109@mac.com> Cc: freebsd-questions@freebsd.org Subject: Re: Security report question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 16:41:10 -0000 On 9/30/07, Chuck Swiger wrote: > Kurt Buff wrote: > [ ... ] > > +Limiting closed port RST response from 283 to 200 packets/sec > > > > I don't know what this means, though I suspect it could mean that I'm > > being port scanned. Is this a reasonable guess? > > Yes. It could also be something beating really hard on a single closed port, too. > > -- > -Chuck Thanks. This, coupled with some invalid SSH login attempts from a known user, has made me quite suspicious. I think, though, that this is all that I can call it at this point - suspcious. Anything further I could turn up to monitor/log what's going on? From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 16:45:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4E0916A419 for ; Sun, 30 Sep 2007 16:45:26 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 3459313C45D for ; Sun, 30 Sep 2007 16:45:25 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup214.ach.sch.gr [81.186.70.214]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8UGj1Yq010366 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 30 Sep 2007 19:45:15 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8UGj0vl003804; Sun, 30 Sep 2007 19:45:00 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8UGiu4X003803; Sun, 30 Sep 2007 19:44:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 30 Sep 2007 19:44:56 +0300 From: Giorgos Keramidas To: Aryeh Friedman Message-ID: <20070930164456.GA3754@kobe.laptop> References: <972994690709291217t3bdd7d5bh2890c783f2cf4cc7@mail.gmail.com> <46FEA7B7.50104@FreeBSD.org> <46FEB1B9.2090807@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.913, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Kris Kennaway , FreeBSD Mailing List Subject: Re: 7.0-CURRENT Ports Collection? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 16:45:26 -0000 On 2007-09-29 20:15, Aryeh Friedman wrote: >On 9/29/07, Kris Kennaway wrote: >>Aryeh Friedman wrote: >>> Are you attempting to download ports on 6.2 before you move to 7 or on >>> 7? If the and your on a SMP (dual core don't know about physically >>> seperate) there are some known issues in the protocol stack >> >> Er, what issues, pray tell? :) > > Namely hangs and lacks of connects (in some cases you will need to > manually fetch the dist file [it may take several attempts {*DO NOT* > erase the old dist file after each attempt}]) That's odd. Are you sure this is a bug in 6.2, and not some local networking setup problem? If you have tcpdumps and/or other useful data to track this down, then please open a bug report, as 6.2 is used by _many_ people and a bug like this would be annoying. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 16:48:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27D7016A41B for ; Sun, 30 Sep 2007 16:48:00 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF4613C457 for ; Sun, 30 Sep 2007 16:47:59 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup214.ach.sch.gr [81.186.70.214]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8UGljw3010498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 30 Sep 2007 19:47:54 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8UGliOP003842; Sun, 30 Sep 2007 19:47:44 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8UGlgAR003841; Sun, 30 Sep 2007 19:47:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 30 Sep 2007 19:47:42 +0300 From: Giorgos Keramidas To: Aryeh Friedman Message-ID: <20070930164742.GB3754@kobe.laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.913, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: oops (was Re: what cpu type to use for a intel duo e6850 (i386 or amd64)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 16:48:00 -0000 On 2007-09-30 07:24, Aryeh Friedman wrote: > well the procedure *ALMOST* worked.... turns out that sysinstall > clobbers any unmodified bsdlabels (bug?) Which 'procedure' would that be? You haven't quoted anything from the previous messages, and your mailer hasn't included an In-Reply-To header to help us track down previous posts of the same thread by searching the list archives. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 16:54:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAB3116A417 for ; Sun, 30 Sep 2007 16:54:30 +0000 (UTC) (envelope-from mlt01+O2=801f0107@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id C6B0013C494 for ; Sun, 30 Sep 2007 16:54:30 +0000 (UTC) (envelope-from mlt01+O2=801f0107@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id E65BA5190F for ; Sun, 30 Sep 2007 12:54:28 -0400 (EDT) Date: Sun, 30 Sep 2007 17:54:25 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070930175425.40afcb6f@gumby.homeunix.com.> In-Reply-To: References: <44r6khh4xh.fsf@Lowell-Desk.lan> <20070929214258.046cbd3b@gumby.homeunix.com.> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: what cpu type to use for a intel duo e6850 (i386 or amd64) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 16:54:31 -0000 On Sun, 30 Sep 2007 06:55:15 +0000 "Aryeh Friedman" wrote: > Second of all in many peoples minds (including mine) > we are used to there being subtle diffs between AMD and intel for the > same class of processor thus would naturally think if it was lableb > amd64 it is for Advanced Micro Devices processors only... Architectures don't differ subtly, if they did we would have hundreds. That's why we have cpu-type variants within each architecture. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 17:15:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B64EF16A419 for ; Sun, 30 Sep 2007 17:15:18 +0000 (UTC) (envelope-from scode@hyperion.scode.org) Received: from hyperion.scode.org (cl-1361.ams-04.nl.sixxs.net [IPv6:2001:960:2:550::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7C57413C448 for ; Sun, 30 Sep 2007 17:15:18 +0000 (UTC) (envelope-from scode@hyperion.scode.org) Received: by hyperion.scode.org (Postfix, from userid 1001) id 1C30A2394AD; Sun, 30 Sep 2007 19:15:17 +0200 (CEST) Date: Sun, 30 Sep 2007 19:15:17 +0200 From: Peter Schuller To: Chuck Swiger Message-ID: <20070930171516.GA89112@hyperion.scode.org> References: <20070930130108.GA73189@hyperion.scode.org> <46FFCBB4.8010908@mac.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <46FFCBB4.8010908@mac.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: Forcing buffer cache to use available memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 17:15:18 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > You want to adjust the vfs.read_max sysctl, I believe, or the=20 > vfs.maxbufspace for your second question. "sysctl -d vfs" is likely to b= e=20 > informative.... Thanks! That looks like what I'm after. --=20 / Peter Schuller PGP userID: 0xE9758B7D or 'Peter Schuller ' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG/9mkDNor2+l1i30RAltCAJ41UtCSCPUFFE4mmREE2SPrWL9joACglY/D f94qCvAzbatDFfeAmyre0vs= =7TpL -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 17:23:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 613E316A417 for ; Sun, 30 Sep 2007 17:23:11 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id E87B813C44B for ; Sun, 30 Sep 2007 17:23:10 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so4396078mue for ; Sun, 30 Sep 2007 10:23:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=JPkMRRKZ64A9DbLfE+c/vQkRgwwAnkDg8/EYbC139gI=; b=FzMpfjFwv4ooW6rGzxdqq+S+3dMrNoL8vaeh8k5CIvv6W788Xv2+a3va3IUAOwm7wqTgq83eMRP74XuZvDWoMrwJw7io/jVSGZtcr/Zui8un/MAECqPR/RtnrTfgIllvWEcHN/VS6q1My6O4PuS+8eKjuAbz+BgRjuQZ3hwRXhQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=uf6aQW7ajpnzdUR2Dux0PkIIba/mwIVlBn2VG5Wd/+7eyzGDgSknCL1mSqLAXaeFMt8FJ4HIXGNM2s1gU53Yv3XFBZDu2ZRmYNw1sRR4gIK21o+1QKk+7n+zA1xe8y9+fp+k5uF85CmEeVzXgzS/n4ZYPlOdF6vItbdCzJhRZt4= Received: by 10.82.160.19 with SMTP id i19mr13013270bue.1191171399865; Sun, 30 Sep 2007 09:56:39 -0700 (PDT) Received: by 10.82.151.6 with HTTP; Sun, 30 Sep 2007 09:56:39 -0700 (PDT) Message-ID: <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com> Date: Sun, 30 Sep 2007 22:56:39 +0600 From: "Jeff Laine" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: keep track of a text file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 17:23:11 -0000 Hi to all. ------------------- I'm using FreeBSD 6.1-RELEASE-p17 Just wonder about one catch: is it possible to keep track of any text file's contents in a real time? For example, I open ttyv1 and via some magic command :) I get my file's contents updating in real time if any modifications occured. Any advices will be very much appreciated. -- Jeff From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 17:33:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC1CB16A418 for ; Sun, 30 Sep 2007 17:33:44 +0000 (UTC) (envelope-from njm@njm.f2s.com) Received: from outmail1.freedom2surf.net (outmail1.freedom2surf.net [194.106.33.237]) by mx1.freebsd.org (Postfix) with ESMTP id B093013C45A for ; Sun, 30 Sep 2007 17:33:44 +0000 (UTC) (envelope-from njm@njm.f2s.com) Received: from oberon.njm.f2s.com (i-195-137-21-170.freedom2surf.net [195.137.21.170]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 77CC851F83; Sun, 30 Sep 2007 18:33:43 +0100 (BST) Received: from oberon.njm.f2s.com (localhost.njm.f2s.com [127.0.0.1]) by oberon.njm.f2s.com (8.14.1/8.14.1) with ESMTP id l8UHXhu5002363; Sun, 30 Sep 2007 18:33:43 +0100 (BST) (envelope-from njm@oberon.njm.f2s.com) Received: (from njm@localhost) by oberon.njm.f2s.com (8.14.1/8.14.1/Submit) id l8UHXh2i002362; Sun, 30 Sep 2007 18:33:43 +0100 (BST) (envelope-from njm) Date: Sun, 30 Sep 2007 18:33:43 +0100 From: "N.J. Mann" To: Jeff Laine Message-ID: <20070930173343.GA1611@oberon.njm.f2s.com> Mail-Followup-To: Jeff Laine , freebsd-questions@freebsd.org References: <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com> X-Operating-System: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: keep track of a text file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 17:33:45 -0000 In message <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com>, Jeff Laine wrote: > > Just wonder about one catch: is it possible to keep track of any text file's > contents in a real time? > For example, I open ttyv1 and via some magic command :) I get my file's > contents updating in real time if any modifications occured. > > Any advices will be very much appreciated. tail -f man tail(1) for details Cheers, Nick. -- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 17:44:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8631E16A421 for ; Sun, 30 Sep 2007 17:44:03 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id 00E2D13C478 for ; Sun, 30 Sep 2007 17:44:02 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so4401473mue for ; Sun, 30 Sep 2007 10:44:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=QQ68FsT8gMd4bTT5mLDeMvBd/RfmpuGEED2WBuLQ0AQ=; b=nvz6oeEJa5j2I8RM3NejNNQNblMlWW+q0yf2PK18S7c3Lecmx7IHIUwz+9Eo/+7ABQji0Ko1/K55gqulGafs59Mts9kZqZdfyFTsy4wxLpxEpGdPMvhwQK/fPDuGxpzGH4rB7H8lA3ExE6oMWgtyc9NCENV9cV/8UeYsjQY4K1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=l/onhizhbBtxDHEgXHL/ioL4EUVPgGTS+MjsTn78FaJwHtX/ZSkfjtpRdF6gFcPlaqrF8r7ESA80tQeS7m8MZ7CIGrg7LHYbBUkeqUfB6NJShOtboyk/dICcgZYz7Tm+n32A6/RVmyAgTFvRV6ObbuSnkzQxRrXiHj4KL1W6JHs= Received: by 10.82.119.17 with SMTP id r17mr13225982buc.1191174241180; Sun, 30 Sep 2007 10:44:01 -0700 (PDT) Received: by 10.82.151.6 with HTTP; Sun, 30 Sep 2007 10:44:01 -0700 (PDT) Message-ID: <2b98f2f70709301044p60393a62ob74b058fc79b3c8b@mail.gmail.com> Date: Sun, 30 Sep 2007 23:44:01 +0600 From: "Jeff Laine" To: "Jeff Laine" , freebsd-questions@freebsd.org In-Reply-To: <20070930173343.GA1611@oberon.njm.f2s.com> MIME-Version: 1.0 References: <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com> <20070930173343.GA1611@oberon.njm.f2s.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: keep track of a text file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 17:44:03 -0000 On 30/09/2007, N.J. Mann wrote: > > In message <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com>, > Jeff Laine wrote: > > > > Just wonder about one catch: is it possible to keep track of any text > file's > > contents in a real time? > > For example, I open ttyv1 and via some magic command :) I get my file's > > contents updating in real time if any modifications occured. > > > > Any advices will be very much appreciated. > > tail -f > > man tail(1) for details > > > Cheers, > Nick. > -- > > Thanks! Just forgot about "tail" -- Jeff From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 17:46:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 591C116A418 for ; Sun, 30 Sep 2007 17:46:46 +0000 (UTC) (envelope-from eoster@CS.UCLA.EDU) Received: from smtp-4.smtp.ucla.edu (smtp-4.smtp.ucla.edu [169.232.46.137]) by mx1.freebsd.org (Postfix) with ESMTP id 360C713C46A for ; Sun, 30 Sep 2007 17:46:46 +0000 (UTC) (envelope-from eoster@CS.UCLA.EDU) Received: from mail.ucla.edu (mail.ucla.edu [169.232.47.145]) by smtp-4.smtp.ucla.edu (8.14.1/8.14.1) with ESMTP id l8UHkcux023512; Sun, 30 Sep 2007 10:46:38 -0700 Received: from [192.168.0.3] (cpe-76-168-53-190.socal.res.rr.com [76.168.53.190]) (authenticated bits=0) by mail.ucla.edu (8.13.8/8.13.8) with ESMTP id l8UHkbil005633 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 30 Sep 2007 10:46:38 -0700 In-Reply-To: <1191100566.5997.12.camel@new-host.home> References: <1191100566.5997.12.camel@new-host.home> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-2-266315551" Message-Id: From: Eric Osterweil Date: Sun, 30 Sep 2007 10:46:36 -0700 To: "Brian A. Seklecki" Content-Transfer-Encoding: 7bit X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Probable-Spam: no X-Spam-Hits: 0.654 X-Spam-Report: SPF_SOFTFAIL X-Scanned-By: smtp.ucla.edu on 169.232.46.137 Cc: freebsd-questions@freebsd.org Subject: Re: 6.2 amd64 ufs_dirbad X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 17:46:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-2-266315551 Content-Type: multipart/mixed; boundary=Apple-Mail-1-266315331 --Apple-Mail-1-266315331 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Sep 29, 2007, at 2:16 PM, Brian A. Seklecki wrote: > Can you post your dmesg(8) from /var/run/dmesg(8) so that we can see > your SATA controller information? > > Can you try loading /usr/obj and /usr/src onto an alternate disk to > see > if the problem is controller/HBA/sata cable/disk related? > Attached, thnx in advance, --Apple-Mail-1-266315331 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name=dmesg.boot Content-Disposition: attachment; filename=dmesg.boot Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #0: Fri Sep 28 13:34:30 PDT 2007 root@iron.cs.ucla.edu:/usr/obj/usr/src/sys/IRON_SMP Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Opteron(tm) Processor 246 (1992.28-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0xf5a Stepping = 10 Features=0x78bfbff AMD Features=0xe0500800 real memory = 4227792896 (4031 MB) avail memory = 4080902144 (3891 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 MADT: Forcing active-low polarity and level trigger for SCI ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-27 on motherboard ioapic2 irqs 28-31 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x5008-0x500b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 cpu1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 6.0 on pci0 pci3: on pcib1 ohci0: mem 0xfeafc000-0xfeafcfff irq 19 at device 0.0 on pci3 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xfeafd000-0xfeafdfff irq 19 at device 0.1 on pci3 ohci1: [GIANT-LOCKED] usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered atapci0: port 0xbc00-0xbc07,0xb480-0xb483,0xb400-0xb407,0xb080-0xb083,0xb000-0xb00f mem 0xfeafec00-0xfeafefff irq 1 7 at device 5.0 on pci3 ata2: on atapci0 ata3: on atapci0 ata4: on atapci0 ata5: on atapci0 pci3: at device 6.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 7.1 on pci0 ata0: on atapci1 ata1: on atapci1 pci0: at device 7.2 (no driver attached) pci0: at device 7.3 (no driver attached) pcib2: at device 10.0 on pci0 pci2: on pcib2 bge0: mem 0xfc8c0000-0xfc8cffff,0xfc8b0000-0xfc8bffff irq 24 at device 9.0 on pci2 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge0: Ethernet address: 00:e0:81:29:39:72 bge1: mem 0xfc8f0000-0xfc8fffff,0xfc8e0000-0xfc8effff irq 25 at device 9.1 on pci2 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge1: Ethernet address: 00:e0:81:29:39:73 pcib3: at device 11.0 on pci0 pci1: on pcib3 acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 DocumentationDocumentationDocumentatio0: on ppbus0 acpi_hpet0: iomem 0xfec01000-0xfec013ff irq 0,8 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 2000 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xcc7ff,0xcc800-0xcdfff,0xce000-0xcf7ff,0xcf800-0xd07ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec acd0: CDROM at ata0-master UDMA33 ad4: 238475MB at ata2-master SATA150 SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad4s1a WARNING: / was not properly dismounted WARNING: /usr was not properly dismounted --Apple-Mail-1-266315331 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Eric > ~BAS > > On Fri, 2007-09-28 at 10:33 -0700, Eric Osterweil wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> >> I've been chasing my tail with a problem for a few days now and I'm >> about to throw in the towel. I have a Tyan Thunder K8SR w/ 2 >> amd64's, 6GB of mem, and a 250 GB SATA drive. >> >> I've been trying to get FreeBSD 6.2 amd64 on it. When I do the >> install, if I try to put the ports on, it reliably crashes with a >> ufs_dirbad. I can install w/o the ports. I found a ref to booting >> with: >> set hw.physmem="4G" >> and that gets me through (w/ the ports). >> >> When I buildworld, I eventually get the same ufs_dirbad. >> >> I have swapped out the drive and tried a new one (same problem). >> WHenever I reboot (at all) if I fsck I see lots of filesystem >> errors. I just did a memtest86 over night, and found no problems. >> >> Can anyone help me out here? I can provide any other info that would >> help. >> >> Thanks, >> >> Eric >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.5 (Darwin) >> >> iD8DBQFG/Tr8K/tq6CJjZQIRAjwKAJ48hBPeFwnSBQaykw7rJsNW49Rt3wCeO0HY >> yxThKkuyCTPJOjfTw2KWsp4= >> =syDq >> -----END PGP SIGNATURE----- >> _______________________________________________ >> 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" --Apple-Mail-1-266315331-- --Apple-Mail-2-266315551 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFG/+D8K/tq6CJjZQIRAhVlAJ4qHjCApdCbRXv21sjnxrxP/O/lRQCaArge 9wN5D7UiuxrlQPNhOmqaDrQ= =hDaX -----END PGP SIGNATURE----- --Apple-Mail-2-266315551-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 20:20:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2069A16A41B for ; Sun, 30 Sep 2007 20:20:59 +0000 (UTC) (envelope-from joe@gracenpeace.net) Received: from shorty.gracenpeace.net (shorty.gracenpeace.net [209.98.246.61]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6CB13C457 for ; Sun, 30 Sep 2007 20:20:58 +0000 (UTC) (envelope-from joe@gracenpeace.net) Received: from [192.168.98.233] (blacktower.gracenpeace.net [192.168.98.233]) by shorty.gracenpeace.net (Postfix) with ESMTP id 9CA69439024 for ; Sun, 30 Sep 2007 15:20:57 -0500 (CDT) Message-ID: <4700052A.7050008@gracenpeace.net> Date: Sun, 30 Sep 2007 15:20:58 -0500 From: Joe in MPLS User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 20:20:59 -0000 I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for mail. I'd like to stop depending on clients(Thunderbird & PDAs) for primary spam control (especially because our PDAs don't do any). AV scanning would be a plus too. ...jgm From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 20:28:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6BC316A419 for ; Sun, 30 Sep 2007 20:28:46 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 6821813C461 for ; Sun, 30 Sep 2007 20:28:45 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l8UKSX3u061871; Sun, 30 Sep 2007 15:28:33 -0500 (CDT) Message-Id: <6.0.0.22.2.20070930152732.02576438@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sun, 30 Sep 2007 15:28:23 -0500 To: Joe in MPLS , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <4700052A.7050008@gracenpeace.net> References: <4700052A.7050008@gracenpeace.net> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 20:28:46 -0000 At 03:20 PM 9/30/2007, Joe in MPLS wrote: >I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for >mail. I'd like to stop depending on clients(Thunderbird & PDAs) for >primary spam control (especially because our PDAs don't do any). AV >scanning would be a plus too. > > ...jgm I use mailscanner with sendmail which uses spamassasin with clamav. All from the ports. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 20:38:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 495D216A419 for ; Sun, 30 Sep 2007 20:38:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0DCD013C459 for ; Sun, 30 Sep 2007 20:38:09 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id C02EE8086 for ; Sun, 30 Sep 2007 16:38:07 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id D092BB65AD for ; Sun, 30 Sep 2007 20:38:04 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sun, 30 Sep 2007 20:38:03 +0000 References: <4700052A.7050008@gracenpeace.net> <6.0.0.22.2.20070930152732.02576438@mail.computinginnovations.com> In-Reply-To: <6.0.0.22.2.20070930152732.02576438@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709302038.03763.lists-fbsd@shadypond.com> Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 20:38:10 -0000 On Sunday 30 September 2007 20:28:23 Derek Ragona wrote: > At 03:20 PM 9/30/2007, Joe in MPLS wrote: > >I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for > >mail. I'd like to stop depending on clients(Thunderbird & PDAs) for > >primary spam control (especially because our PDAs don't do any). AV > >scanning would be a plus too. > > > > ...jgm > > I use mailscanner with sendmail which uses spamassasin with clamav. All > from the ports. I used Mailscanner at one time, but it is not recommended for use with Postfix because mail can be lost. It never happened to me, but it has happened to others. I believe the Postfix website mentions these problems. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 21:03:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E11B16A41A for ; Sun, 30 Sep 2007 21:03:09 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.freebsd.org (Postfix) with ESMTP id A74E513C448 for ; Sun, 30 Sep 2007 21:03:08 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id l8UL36Pe037829; Sun, 30 Sep 2007 23:03:06 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 108C0B854; Sun, 30 Sep 2007 23:03:06 +0200 (CEST) Date: Sun, 30 Sep 2007 23:03:06 +0200 From: Roland Smith To: Joe in MPLS Message-ID: <20070930210305.GB27714@slackbox.xs4all.nl> Mail-Followup-To: Joe in MPLS , freebsd-questions@freebsd.org References: <4700052A.7050008@gracenpeace.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Content-Disposition: inline In-Reply-To: <4700052A.7050008@gracenpeace.net> 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.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 21:03:09 -0000 --s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 30, 2007 at 03:20:58PM -0500, Joe in MPLS wrote: > I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for= =20 > mail. I'd like to stop depending on clients(Thunderbird & PDAs) for =20 > primary spam control (especially because our PDAs don't do any). AV=20 > scanning would be a plus too. I've been using bogofilter for some years now, and it works very well once you've trained it properly. I'm calling it from procmail just before the mail is delivered, but that's because my desktop has just a single local user. Bogofilter comes with a 'integrating-with-postfix' document that shows you how to call it from postfix directly. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHAA8JEnfvsMMhpyURAgckAJ9NDb6RfuhJ2dBHmMx5+Dp6YSIwuQCgietn QwtDp2JpdTY+L2fp0i9T2as= =CxyS -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 21:11:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01E6816A417 for ; Sun, 30 Sep 2007 21:11:31 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id B5F1B13C448 for ; Sun, 30 Sep 2007 21:11:30 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from [192.168.1.29] (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id ECEF05C1F; Sun, 30 Sep 2007 11:11:29 -1000 (HST) Message-ID: <47001101.5080004@hdk5.net> Date: Sun, 30 Sep 2007 11:11:29 -1000 From: NetOpsCenter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 FreeBSD/i386 X-Accept-Language: en-us, en MIME-Version: 1.0 To: James Jeffery References: <972994690709291217t3bdd7d5bh2890c783f2cf4cc7@mail.gmail.com> In-Reply-To: <972994690709291217t3bdd7d5bh2890c783f2cf4cc7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 7.0-CURRENT Ports Collection? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noc@hdk5.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 21:11:31 -0000 James Jeffery wrote: >Does 7.0 come with a disk for the Ports Collection or would they have >to be downloaded from the internet? > >Im having trouble getting packages from the web, lots of errors when i >try to install them. Everything seems dependant on everything else. > >Once i get the SSH to work i will post some output. But for now, is there >a problem installing packages on 7.0? > >Thanks >_______________________________________________ >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" > > > Aloha, I have been down loading various ports for 7.0 CURRENT since January. 2007 Only problems I have had were with the Open Office Download and the Sun licensing. I have never been able to clear the errors on that issue. All the other down loads from Ports and the OS itself have been flawless on several boxes with different motherboards. Some older motherboards can give you grief with downloads and using HD's over 10 gigs or so. ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + noc@hdk5.net + + http://internetohana.org - Supporting - FreeBSD 6.* - 7.* + "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 21:12:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89D1D16A418 for ; Sun, 30 Sep 2007 21:12:56 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34401.mail.mud.yahoo.com (web34401.mail.mud.yahoo.com [66.163.178.150]) by mx1.freebsd.org (Postfix) with SMTP id 2668B13C44B for ; Sun, 30 Sep 2007 21:12:56 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 33624 invoked by uid 60001); 30 Sep 2007 21:12:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=0n7XjOpGZ1RSRvAIaDMipmT7KnS1S4IoNHNbDJjzJfg74nTn0JUNxhB2o2qF+acZ5Dq9myrWH9CzjU3yZl5qnnAyMqvtJdF+xnLBi1b2N6HZZViatvFg9KP7raZvPYzIGnGVuCQvdOHbP3JTta+B/4Eijhju9DPo1pDLFiM8Nes=; X-YMail-OSG: Ht_Dc6kVM1k.JBOY0xz8gfQzSXIGUDyMNaVMDc7wsrlgb1dlCNljlUCr.KSz0RpDTYbDn7ZgvkYLCwpEIc7S7QZrYRwV7rEc_bhOgBoH_tbvynHWLmL86n7zYfa3OA-- Received: from [67.189.206.211] by web34401.mail.mud.yahoo.com via HTTP; Sun, 30 Sep 2007 14:12:55 PDT Date: Sun, 30 Sep 2007 14:12:55 -0700 (PDT) From: White Hat To: FreeBSD Users Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <623071.33327.qm@web34401.mail.mud.yahoo.com> Subject: Configuring FBSD to use HP Photosmart C6180 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 21:12:56 -0000 I just purchased a HP Photosmart C6180 All-in-One printer. It is connected to my network via a wireless network. The FBSD PC is hardwired to the router. The printer works flawlessly from the WinXP machines on the network. I installed the 'hplip' port without any difficulties. I tried "snmpwalk" and it worked fine. The problem is that I do not know how to configure FBSD to use the printer to print with. There does not seem to be any real information on how to configure a remote printer using the configuration that I have. I have tried different setting in '/etc/printcap' but without success. I cannot find any documentation on how to configure this port correctly. Perhaps, if someone is using this port they could assist me. Thanks -- White Hat pigskin_referee@yahoo.com ____________________________________________________________________________________ Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 21:23:51 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAE3D16A41A for ; Sun, 30 Sep 2007 21:23:51 +0000 (UTC) (envelope-from bob@remotes008.com) Received: from fall-pradero.atl.sa.earthlink.net (fall-pradero.atl.sa.earthlink.net [207.69.195.104]) by mx1.freebsd.org (Postfix) with ESMTP id 5973113C45D for ; Sun, 30 Sep 2007 21:23:51 +0000 (UTC) (envelope-from bob@remotes008.com) Received: from jacob.mail.atl.earthlink.net ([207.69.200.63]) by fall-pradero.atl.sa.earthlink.net with esmtp (Exim 4.34) id 1Ic5lw-0006o2-Ni for questions@freebsd.org; Sun, 30 Sep 2007 16:52:16 -0400 Received: from dialup-4.225.215.141.dial1.denver1.level3.net ([4.225.215.141]) by jacob.mail.atl.earthlink.net with esmtp (Exim 3.36 #1) id 1Ic5lv-0002C4-00 for questions@freebsd.org; Sun, 30 Sep 2007 16:52:15 -0400 Message-ID: <46FFFE9A.6050003@remotes008.com> Date: Sun, 30 Sep 2007 13:52:58 -0600 From: bob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050420 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: php failing to produce phpinfo() X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 21:23:51 -0000 My business has been using PHP for years. Mysql outputs to my browser, where I can print invoices, bills and any business statitic. Suddenly, my browser started acting funny. I don't know how to use the repair disk to fix a problem, so I reinstalled FreeBSD-6.1. It still works the same except I can't get phpinfo() to display in the browser. I can do php -i, which displays several pages of PHP code. That means PHP is working. I don't use CGI or PHP scripts. If phpinfo() doesn't show up in my browser, I can't do anything. The following is in /usr/local/etc/apache/httpd.conf: LoadModule php5_module AddModule mod_php5.c DirectoryIndex index.php index.html DirectoryIndex index.html AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps The httpd.error.log doesn't show any problems. Thre are 35 modules in /usr/local/libexec/apache including libphp5.so and httpd.exp. Php.ini is installed at /usr/local/lib This time I installed mysql-5.1, apache-1.3 and PHP-5.1. I used "pkg_add -r" to install apache and mysql. Apache and mysql work excellent. I installed PHP from www.php.net. Both PHP4 and PHP5 would fail to load the phpinfo() file. I installed PHP-5.1 from the ports directory. Same problem. I ordered FreeBSD-6.1, before it was available. The FreeBSD Mall had it, but wasn't promoting it yet. About 2 years ago when I first installed FreeBSD-6.1, I installed mysql-4.0, PHP-4 and apache-1.3 on FreeBSD-6.1. I used "pkg_add -r" to install apache and mysql and I downloaded PHP-4 from www.php.net. Everything worked, including PHP. Two years ago, www.php.net was supplying any version of PHP including older versions of PHP-4. I installed older versions because they worked. Now www.php.net only supplies the latest version. thanks for any help, bob ------------------------------------------------------------------------------- uname -a says: FreeBSD localhost 6.1-RELEASE FreeBSD 6.1-RELEASE #0: SUN MAY 7 04:32:43 UTC 20 06 root@pu5.cse.buffaloe.edu:/usr/obj/usr/src/sys/GENERIC i386 From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 21:42:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3376016A418 for ; Sun, 30 Sep 2007 21:42:33 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id A767713C43E for ; Sun, 30 Sep 2007 21:42:31 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id l8ULgU1G070430; Sun, 30 Sep 2007 23:42:30 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id F17C2B854; Sun, 30 Sep 2007 23:42:29 +0200 (CEST) Date: Sun, 30 Sep 2007 23:42:29 +0200 From: Roland Smith To: White Hat Message-ID: <20070930214229.GA30206@slackbox.xs4all.nl> Mail-Followup-To: White Hat , FreeBSD Users Questions References: <623071.33327.qm@web34401.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <623071.33327.qm@web34401.mail.mud.yahoo.com> 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.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Users Questions Subject: Re: Configuring FBSD to use HP Photosmart C6180 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 21:42:33 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 30, 2007 at 02:12:55PM -0700, White Hat wrote: > I just purchased a HP Photosmart C6180 All-in-One > printer. It is connected to my network via a wireless > network. The FBSD PC is hardwired to the router. The > printer works flawlessly from the WinXP machines on > the network. >=20 > I installed the 'hplip' port without any difficulties. > I tried "snmpwalk" and it worked fine. The problem is > that I do not know how to configure FBSD to use the > printer to print with. According to http://www.openprinting.org/show_printer.cgi?recnum=3DHP-PhotoSmart_C6180= =20 it should work. You might find the rest of the OpenPrinting site informative as well. What I would recommend is that you install CUPS, with CUPS_OVERWRITE_BASE=3Dtrue set in /etc/make.conf. After installing CUPS and activating it in /etc/rc.conf, start it and surf to http://localhost:63= 1/=20 Press the "Add Printer" button and follow the instructions. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHABhFEnfvsMMhpyURAvY/AJ4gV2O1jqZ9HkWDYVG6BbV4GM3lewCfUatX H0Xz3CXvxdFXoS0fdSjfhgg= =KNrf -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 21:54:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15C0D16A417 for ; Sun, 30 Sep 2007 21:54:37 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id C900B13C459 for ; Sun, 30 Sep 2007 21:54:36 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 68F6380B6 for ; Sun, 30 Sep 2007 17:54:34 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id E193FB65AD for ; Sun, 30 Sep 2007 21:54:31 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sun, 30 Sep 2007 21:54:30 +0000 References: <4700052A.7050008@gracenpeace.net> <20070930210305.GB27714@slackbox.xs4all.nl> In-Reply-To: <20070930210305.GB27714@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709302154.30805.lists-fbsd@shadypond.com> Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 21:54:37 -0000 On Sunday 30 September 2007 21:03:06 Roland Smith wrote: > On Sun, Sep 30, 2007 at 03:20:58PM -0500, Joe in MPLS wrote: > > I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for > > mail. I'd like to stop depending on clients(Thunderbird & PDAs) for > > primary spam control (especially because our PDAs don't do any). AV > > scanning would be a plus too. > > I've been using bogofilter for some years now, and it works very well > once you've trained it properly. I'm calling it from procmail just > before the mail is delivered, but that's because my desktop has just a > single local user. Bogofilter comes with a 'integrating-with-postfix' > document that shows you how to call it from postfix directly. I call Bogofilter from Procmail and I did not know it could be called directly from Postfix. I use Bogofilter and Spamassassin and very little spam gets through undetected. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 21:58:40 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D76E416A418 for ; Sun, 30 Sep 2007 21:58:40 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6BA13C458 for ; Sun, 30 Sep 2007 21:58:39 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so2080687ugf for ; Sun, 30 Sep 2007 14:58:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=SWJnm6C7JGhGrmu02QgXXzsnp862X00UPbBKDDKq5tQ=; b=nNIOV+VnZdt6ThqaGb1GlHoIYJ0W18M408HU4l6BBO4rF+nhECbLfJ2Rh2RvKW1hAyCRwVOWx5NHi+b0fLyuGwSGNps+psBEYisxHgKv/kOwKm+/QmCbnE9eYfLA3fhkiGZN06mwTJsOjJdid/7Eomm3CClXYq6zXQVjM8vn9bA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=CvMUewS6vmQcaIhrktQuwM25A4ZfVDQMr45QN/2UspkextJCnbWC/RYMFRg/U3no62hyY3YGups924SEMv9BXDTyrGvofFOafD/WuuPnmRyQw5Ge3u7joT0C8Qb52QJFxDeuM9bdm8wRN5+83jYYWxvtK61TplBhVGcx7KwfGQY= Received: by 10.67.27.3 with SMTP id e3mr8015110ugj.1191187872257; Sun, 30 Sep 2007 14:31:12 -0700 (PDT) Received: from home.nathaniel ( [213.202.171.28]) by mx.google.com with ESMTPS id 40sm4832573uge.2007.09.30.14.31.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 30 Sep 2007 14:31:10 -0700 (PDT) Message-ID: <4700159C.6040305@gmail.com> Date: Sun, 30 Sep 2007 22:31:08 +0100 From: eoghan User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: bob References: <46FFFE9A.6050003@remotes008.com> In-Reply-To: <46FFFE9A.6050003@remotes008.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: php failing to produce phpinfo() X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 21:58:40 -0000 bob wrote: > My business has been using PHP for years. Mysql outputs to my browser, > where I can print invoices, bills and any business statitic. > > Suddenly, my browser started acting funny. I don't know how to use the > repair disk to fix a problem, so I reinstalled FreeBSD-6.1. It still > works the same except I can't get phpinfo() to display in the browser. > I can do php -i, which displays several pages of PHP code. That means > PHP is working. I don't use CGI or PHP scripts. If phpinfo() doesn't > show up in my browser, I can't do anything. > > The following is in /usr/local/etc/apache/httpd.conf: > > LoadModule php5_module > AddModule mod_php5.c > DirectoryIndex index.php index.html > DirectoryIndex index.html > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > The httpd.error.log doesn't show any problems. Thre are 35 modules in > /usr/local/libexec/apache including libphp5.so and httpd.exp. Php.ini > is installed at /usr/local/lib > > This time I installed mysql-5.1, apache-1.3 and PHP-5.1. I used > "pkg_add -r" to install apache and mysql. Apache and mysql work > excellent. I installed PHP from www.php.net. Both PHP4 and PHP5 would > fail to load the phpinfo() file. I installed PHP-5.1 from the ports > directory. Same problem. I ordered FreeBSD-6.1, before it was > available. The FreeBSD Mall had it, but wasn't promoting it yet. > > > About 2 years ago when I first installed FreeBSD-6.1, I installed > mysql-4.0, PHP-4 and apache-1.3 on FreeBSD-6.1. I used "pkg_add -r" to > install apache and mysql and I downloaded PHP-4 from www.php.net. > Everything worked, including PHP. Two years ago, www.php.net was > supplying any version of PHP including older versions of PHP-4. I > installed older versions because they worked. > Now www.php.net only supplies the latest version. > > thanks for any help, > bob Hi Not sure but whats your php info page look like? Think short tags are either off or on by default... do you have ? From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 22:16:45 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE69F16A418 for ; Sun, 30 Sep 2007 22:16:45 +0000 (UTC) (envelope-from miguel.playbsd@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 2756F13C461 for ; Sun, 30 Sep 2007 22:16:44 +0000 (UTC) (envelope-from miguel.playbsd@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so2494301nfb for ; Sun, 30 Sep 2007 15:16:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; bh=MSpjzN4xjNvB0BEGdUXN43a5dOxY49wIp7ThcugZ6/k=; b=SjTVLct79RXoT0HB6tAML2LkpWO1OG546iPXIbTx3JoZYBiCDQvKvvLQfqI+rlBASYNxRqKMIvWpZ4qqaW65CxPyeiaEovYhpeKAoz9FWAfQgG1lIir3DFPgQlhfOa84sxblCwpoV8whIfixFsGQokqOS12BGvPpTs0lbgtWvZA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=hVfdOzfR1P5yh/72UMo1AkrKg92WLCYEEOjwQj5/MZOB2T3JRZSyl8BIljO1kCWqJKlYZD8nPunrO8qspb7DsNxW00Fc2E5xxwKwWeAWwt26HfGTa/SdcGOSqbdswlTyRcXVSn16GtTRq5bBMOH0dhZhFxWW1EXn0UXAX9c0vD0= Received: by 10.78.183.8 with SMTP id g8mr2301530huf.1191189016273; Sun, 30 Sep 2007 14:50:16 -0700 (PDT) Received: from spirou.netcabo.pt ( [85.138.42.229]) by mx.google.com with ESMTPS id d23sm12805302nfh.2007.09.30.14.50.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 30 Sep 2007 14:50:15 -0700 (PDT) Message-ID: <47001B23.5010405@googlemail.com> Date: Sun, 30 Sep 2007 22:54:43 +0100 User-Agent: Thunderbird 2.0.0.6 (X11/20070922) MIME-Version: 1.0 To: bob References: <46FFFE9A.6050003@remotes008.com> In-Reply-To: <46FFFE9A.6050003@remotes008.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Miguel Segura Cc: questions@freebsd.org Subject: Re: php failing to produce phpinfo() X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 22:16:45 -0000 bob wrote: > My business has been using PHP for years. Mysql outputs to my > browser, where I can print invoices, bills and any business statitic. > > Suddenly, my browser started acting funny. I don't know how to use > the repair disk to fix a problem, so I reinstalled FreeBSD-6.1. It > still works the same except I can't get phpinfo() to display in the > browser. I can do php -i, which displays several pages of PHP code. > That means PHP is working. I don't use CGI or PHP scripts. If > phpinfo() doesn't show up in my browser, I can't do anything. > > The following is in /usr/local/etc/apache/httpd.conf: > > LoadModule php5_module > AddModule mod_php5.c > DirectoryIndex index.php index.html > DirectoryIndex index.html > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > The httpd.error.log doesn't show any problems. Thre are 35 modules in > /usr/local/libexec/apache including libphp5.so and httpd.exp. Php.ini > is installed at /usr/local/lib > > This time I installed mysql-5.1, apache-1.3 and PHP-5.1. I used > "pkg_add -r" to install apache and mysql. Apache and mysql work > excellent. I installed PHP from www.php.net. Both PHP4 and PHP5 would > fail to load the phpinfo() file. I installed PHP-5.1 from the ports > directory. Same problem. I ordered FreeBSD-6.1, before it was > available. The FreeBSD Mall had it, but wasn't promoting it yet. > > > About 2 years ago when I first installed FreeBSD-6.1, I installed > mysql-4.0, PHP-4 and apache-1.3 on FreeBSD-6.1. I used "pkg_add -r" > to install apache and mysql and I downloaded PHP-4 from www.php.net. > Everything worked, including PHP. Two years ago, www.php.net was > supplying any version of PHP including older versions of PHP-4. I > installed older versions because they worked. > Now www.php.net only supplies the latest version. > > thanks for any help, > bob > > > > > ------------------------------------------------------------------------------- > > uname -a says: FreeBSD localhost 6.1-RELEASE FreeBSD 6.1-RELEASE #0: > SUN MAY 7 04:32:43 UTC 20 06 > root@pu5.cse.buffaloe.edu:/usr/obj/usr/src/sys/GENERIC i386 > > _______________________________________________ > 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" > Did you stop and start apache ? apachectl stop apachectl start Cheers, Miguel. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 23:15:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C320916A419 for ; Sun, 30 Sep 2007 23:15:47 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp123.sbc.mail.sp1.yahoo.com (smtp123.sbc.mail.sp1.yahoo.com [69.147.64.96]) by mx1.freebsd.org (Postfix) with SMTP id 8C56B13C467 for ; Sun, 30 Sep 2007 23:15:47 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 62485 invoked from network); 30 Sep 2007 23:15:47 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=TK5bzJIxafdoKxhlfTN/0hsfTgIdpo32EamB8kFP7Da+zmF6uRzJty2uhCuZuy6ClBCA3x2kknvAfFKurgdBUfTQt/mrx5PKWS2jwu8d47XQc47rtGyRG/6OlkLBzD+YNDQSSL4NTB2Ws8hTXKaxRDEpkBuhxiTLtc7TMkrdlg4= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp123.sbc.mail.sp1.yahoo.com with SMTP; 30 Sep 2007 23:15:47 -0000 X-YMail-OSG: Dr1LgJEVM1mjBQV2gh._EI2SbuhB6oQBYpFl2dj2qF2a0fKNGapf7fr09TSe0AWXEn13ZGOonVIpTLaIjIh8HfIK4KuGsoCqHdL093Ah3PqzlRI3F3bJYRaoxBf8NmgEUp7EhQ-- In-Reply-To: <1191124332.5997.21.camel@new-host> References: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> <1191124332.5997.21.camel@new-host> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: jekillen Date: Sun, 30 Sep 2007 16:16:26 -0700 To: "Brian A. Seklecki" X-Mailer: Apple Mail (2.622) Cc: FreeBSD Mailing List Subject: Re: using the date command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 23:15:47 -0000 On Sep 29, 2007, at 8:52 PM, Brian A. Seklecki wrote: > To set time: > > $ sudo /usr/sbin/ntpdate pool.ntp.org > 29 Sep 23:48:31 ntpdate[9404]: adjust time server 66.250.45.2 offset > 0.001289 sec > > To date info about your timezone settings: > > $ zdump /etc/localtime > /etc/localtime Sat Sep 29 23:49:19 2007 EDT > > Options: > > $ ls /usr/shaoneinfo/ | egrep -v "^d" > total 78 > -rw-r--r-- 1 root wheel 755 Aug 22 11:11 CET > -rw-r--r-- 1 root wheel 837 Aug 22 11:11 CST6CDT > -rw-r--r-- 1 root wheel 679 Aug 22 11:11 EET > -rw-r--r-- 1 root wheel 56 Aug 22 11:11 EST > -rw-r--r-- 1 root wheel 837 Aug 22 11:11 EST5EDT > [...] > > To set timezone: > > $ ln -s /share/zoneinfo/$WHATEVER /etc/localtime > > For you probably PST8PDT. > > For your best NTP experience, use OpenNTP from > ports: /usr/ports/net/openntpd/ > > ~BAS Thanks for the info, very helpful; Jeff K > > > On Sat, 2007-09-29 at 20:33 -0700, jekillen wrote: >> Hello all; >> I have built 4 machines and installed FreeBSD 6.0 in one and 6.2 >> in the other three. They are all using the wrong date and time. >> The last one (v6.2 on ecs mb with AMD64) is the worst. It is telling >> me today is Jan 3 2003 PST (I am on the west coast and it is still >> PDT). >> These machines are all web servers. So up until now this has not been >> a big issue but a configuration of software is complaining that the >> files >> it creates have an older date than the files in the software bundle, >> it is time to do something about it. So I am looking at man date and >> as >> I interpret the instructions #date ccyymmddHHMM.ss (20079282027.00 or >> 200709282027.00 for instance) is supposed to set the >> clock to the current date. But when I run a command with the >> current date and time in the above format I get the complaint that >> the format string is wrong. >> Can anyone be kind enough to give me a quick tutorial on this? >> I will be looking seriously into using NTP, but for now I need to >> get the date straight. I have entries in apache error log gener >> ated by php scripts that are supposed to use its date command. >> Thanks in advance for assistance. >> Jeff K >> >> _______________________________________________ >> 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 30 23:16:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15D1516A419 for ; Sun, 30 Sep 2007 23:16:52 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp122.sbc.mail.sp1.yahoo.com (smtp122.sbc.mail.sp1.yahoo.com [69.147.64.95]) by mx1.freebsd.org (Postfix) with SMTP id F162413C44B for ; Sun, 30 Sep 2007 23:16:51 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 46642 invoked from network); 30 Sep 2007 23:16:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=sDtZyUg0v4/jY+1D2vo7rMp3dHUGGzw0Sx1QthlDjqW6Tf9/As4/u833NeejIE5yVccxDawBkLXkYVtVkVz6IR/7n9pgiO8u+PAi9+scn7NgSF61QVXhFvxqXK2eBsxpMl8QB/i4pBVpDnC7md9nPhO5pqTqFdwMM9INTdQ/viw= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp122.sbc.mail.sp1.yahoo.com with SMTP; 30 Sep 2007 23:16:51 -0000 X-YMail-OSG: uorMvbUVM1n7x47Czz3_xPxT1VfwjyEft2kEOPKUs12kpzqUaIg5FrhcJPqPVoUntvasQKj5JjmSVrIUKB_oIqk5nONpwSJDZ9SbwpxVJZHwxB4Po2YtDQ.0fVqwQK.53Mgaxw-- In-Reply-To: <46FF54E5.4020502@cran.org.uk> References: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> <1191124332.5997.21.camel@new-host> <46FF54E5.4020502@cran.org.uk> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6852662bd22e8de7aa12336ea1404a67@prodigy.net> Content-Transfer-Encoding: 7bit From: jekillen Date: Sun, 30 Sep 2007 16:17:30 -0700 To: Bruce Cran X-Mailer: Apple Mail (2.622) Cc: FreeBSD Mailing List Subject: Re: using the date command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 23:16:52 -0000 On Sep 30, 2007, at 12:48 AM, Bruce Cran wrote: > Brian A. Seklecki wrote: >> To set time: >> >> $ sudo /usr/sbin/ntpdate pool.ntp.org >> 29 Sep 23:48:31 ntpdate[9404]: adjust time server 66.250.45.2 offset >> 0.001289 sec >> > ntpdate is deprecated, you should use "ntpd -q" instead if you want > ntpd to set the time once then exit. From ntpdate(8): > > Note: The functionality of this program is now available in the ntpd(8) > program. See the -q command line option in the ntpd(8) page. > After a > suitable period of mourning, the ntpdate utility is to be retired > from > this distribution. > > Also, ntpd wil refuse to update the time if the delta is more than > 1000s by default, but you can use the -g option to override this. To > set the date to within a reasonable delta, use something like "date > 200709282027". If you want to set the time more accurately using NTP, > edit /etc/ntp.conf and add "server pool.ntp.org" to it. Save it then > run "ntpd -q". If you need to configure the time zone, an easy way to > do this is to run sysinstall and select "Configuration --> Time Zone". >> To date info about your timezone settings: >> >> $ zdump /etc/localtime /etc/localtime Sat Sep 29 23:49:19 2007 EDT >> >> Options: >> >> $ ls /usr/shaoneinfo/ | egrep -v "^d" >> total 78 >> -rw-r--r-- 1 root wheel 755 Aug 22 11:11 CET >> -rw-r--r-- 1 root wheel 837 Aug 22 11:11 CST6CDT >> -rw-r--r-- 1 root wheel 679 Aug 22 11:11 EET >> -rw-r--r-- 1 root wheel 56 Aug 22 11:11 EST >> -rw-r--r-- 1 root wheel 837 Aug 22 11:11 EST5EDT >> [...] >> >> To set timezone: >> >> $ ln -s /share/zoneinfo/$WHATEVER /etc/localtime >> >> For you probably PST8PDT. >> >> For your best NTP experience, use OpenNTP from >> ports: /usr/ports/net/openntpd/ >> >> ~BAS >> >> >> >> On Sat, 2007-09-29 at 20:33 -0700, jekillen wrote: >> Thanks, more very helpful info; Jeff K From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 23:34:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 927C816A417 for ; Sun, 30 Sep 2007 23:34:44 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-32.bluehost.com (outbound-mail-32.bluehost.com [69.89.18.152]) by mx1.freebsd.org (Postfix) with SMTP id 6B8B713C447 for ; Sun, 30 Sep 2007 23:34:44 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 7078 invoked by uid 0); 30 Sep 2007 23:34:44 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy2.bluehost.com with SMTP; 30 Sep 2007 23:34:44 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Ic8J9-0003BU-EM for freebsd-questions@freebsd.org; Sun, 30 Sep 2007 17:34:43 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l8U1sKwW025229 for ; Sat, 29 Sep 2007 19:54:20 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l8U1sK8q025228 for freebsd-questions@freebsd.org; Sat, 29 Sep 2007 19:54:20 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Sat, 29 Sep 2007 19:54:19 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20070930015419.GC24643@demeter.hydra> Mail-Followup-To: FreeBSD Questions References: <21079.67.171.53.31.1191004462.squirrel@admintool.trueband.net> <20070928140159.M29117@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070928140159.M29117@wonkity.com> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: Adding CR/LF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 23:34:44 -0000 On Fri, Sep 28, 2007 at 03:09:52PM -0600, Warren Block wrote: > On Fri, 28 Sep 2007, jhall@vandaliamo.net wrote: > > >The output I would like to see is: > >test1 > >test2 > >test3 > > String manipulation in sh is painful at best. Any of the scripting > languages are better at this. A Ruby example, almost a direct translation of the sh code: #!/usr/local/bin/ruby filenames = %w[test1 test2 test3] filenames.each { |fn| print file_list << fn } That'll give output that looks like: test1 test2 test3 . . . using CRLF line endings. If you actually just want newlines in the Unix style, of course, you can just do this instead of the filenames.each line: puts filenames That'll automatically output each element of the filenames array with a newline at the end. In Perl, that code (for the same output) might look something like this: #!/usr/local/bin/perl use strict; use warnings; my @filenames = qw(test1 test2 test3); for my $fn (@filenames) { print $fn, "\r\n" }; Again, in Perl you can do this more easily if Unix-style newlines are what you want instead of CRLF. In the case of Perl, you'd use the -l option in the shebang line: #!/usr/local/bin/perl -l . . . and replace the for loop with this: print for @filenames; Of course, this is all moot if you actually have a specific need for using sh instead of Ruby or Perl. By the way, though, I think the CRLF characters were backwards in the original post of this thread, which used "\n\r". I'm pretty sure it's "\r\n" as I've done it. I may just be having a stupid day, though, and be getting them backwards myself. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Ben Franklin: "As we enjoy great Advantages from the Inventions of others we should be glad of an Opportunity to serve others by any Invention of ours, and this we should do freely and generously." From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 00:54:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E51D16A417 for ; Mon, 1 Oct 2007 00:54:29 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by mx1.freebsd.org (Postfix) with ESMTP id 60D4413C448 for ; Mon, 1 Oct 2007 00:54:29 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-67-164-123-46.hsd1.ca.comcast.net[67.164.123.46]) by comcast.net (rwcrmhc12) with ESMTP id <20071001005428m1200fhvl4e>; Mon, 1 Oct 2007 00:54:28 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id 872901CE2D; Sun, 30 Sep 2007 17:54:37 -0700 (PDT) Date: Sun, 30 Sep 2007 17:54:37 -0700 From: Rem P Roberti To: FreeBSD Message-ID: <20071001005437.GA15279@bsd.remdog.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: Mutt Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 00:54:29 -0000 Hi All...I am a newbie using Mutt, and I have Fetchmail running as daemon. Fetchmail is doing its job, periodically retreiving my pop3 mail, but I am so far unable to find the correct entry for the .muttrc file which will result in Mutt automatically retrieving mail from fetchmail. Any help would be appreciated. Rem From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 01:27:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00ABF16A417 for ; Mon, 1 Oct 2007 01:27:47 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id A7C9013C448 for ; Mon, 1 Oct 2007 01:27:46 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id BFE4C6152; Mon, 1 Oct 2007 02:08:13 +0100 (BST) Received: from brick.slightlystrange.org (brick.slightlystrange.org [10.1.3.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id 230FC6110 for ; Mon, 1 Oct 2007 02:08:13 +0100 (BST) Received: (from danielby@localhost) by brick.slightlystrange.org (8.13.4/8.13.4/Submit) id l9118BXw086963 for freebsd-questions@freebsd.org; Mon, 1 Oct 2007 02:08:11 +0100 (BST) (envelope-from freebsd-questions@slightlystrange.org) Date: Mon, 1 Oct 2007 02:08:11 +0100 From: Daniel Bye To: FreeBSD Message-ID: <20071001010810.GA8157@slightlystrange.org> Mail-Followup-To: FreeBSD References: <20071001005437.GA15279@bsd.remdog.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20071001005437.GA15279@bsd.remdog.net> User-Agent: Mutt/1.4.2.3i "X-PGP-Fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A" Subject: Re: Mutt Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 01:27:47 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 30, 2007 at 05:54:37PM -0700, Rem P Roberti wrote: >=20 > Hi All...I am a newbie using Mutt, and I have Fetchmail running as daemon= . =20 > Fetchmail is doing its job, periodically retreiving my pop3 mail, but I a= m=20 > so far unable to find the correct entry for the .muttrc file which will= =20 > result in Mutt automatically retrieving mail from fetchmail. Any help=20 > would be appreciated. mutt can fetch mail from your POP3 server itself - without any need to use fetchmail at all. http://www.mutt.org/doc/manual/manual-4.html#ss4.10 If you need fetchmail for other reasons, then make sure it delivers=20 messages to mutt's spoolfile. Dan --=20 Daniel Bye _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHAEh6ixf5fBYiFmoRAgo2AJ9FK8JFZrw9HrQnntcDe5ZgMbnaKACggKzW Ew7ftr/u8XM+RaoIhtxbHkQ= =eU5R -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 01:36:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F14B16A41A for ; Mon, 1 Oct 2007 01:36:52 +0000 (UTC) (envelope-from mlt01+O3=902f5175@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 34BED13C45D for ; Mon, 1 Oct 2007 01:36:52 +0000 (UTC) (envelope-from mlt01+O3=902f5175@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 92F611051B for ; Sun, 30 Sep 2007 21:13:48 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 4C96C51944 for ; Sun, 30 Sep 2007 21:13:44 -0400 (EDT) Date: Mon, 1 Oct 2007 02:13:41 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071001021341.5719168b@gumby.homeunix.com.> In-Reply-To: <6852662bd22e8de7aa12336ea1404a67@prodigy.net> References: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> <1191124332.5997.21.camel@new-host> <46FF54E5.4020502@cran.org.uk> <6852662bd22e8de7aa12336ea1404a67@prodigy.net> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: using the date command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 01:36:52 -0000 On Sun, 30 Sep 2007 16:17:30 -0700 jekillen wrote: > > On Sep 30, 2007, at 12:48 AM, Bruce Cran wrote: > > ntpdate is deprecated, you should use "ntpd -q" instead if you want > > ntpd to set the time once then exit. From ntpdate(8): > > > > Note: The functionality of this program is now available in the > > ntpd(8) program. See the -q command line option in the ntpd(8) > > page. After a > > suitable period of mourning, the ntpdate utility is to be > > retired from > > this distribution. > > > > Also, ntpd wil refuse to update the time if the delta is more than > > 1000s by default, but you can use the -g option to override this. > > To set the date to within a reasonable delta, use something like > > "date 200709282027". If you want to set the time more accurately > > using NTP, edit /etc/ntp.conf and add "server pool.ntp.org" to it. > > Save it then run "ntpd -q". And if you then add ntpd_enable=YES ntpdate_enable=YES to rc.conf, it will all work automatically thereafter. ntpdate will run at boot-time followed by ntpd. The removal of ntpdate is something I'll believe in when it happens. ntpd -q is a superior drop-in replace for ntpdate when it's being run from cron. OTOH if you run ntpd -q in place of ntpdate at boot (before starting ntpd), it adds about 15 seconds to the boot-time for no significant benefit. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 02:54:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1E6E16A417 for ; Mon, 1 Oct 2007 02:54:10 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp106.sbc.mail.mud.yahoo.com (smtp106.sbc.mail.mud.yahoo.com [68.142.198.205]) by mx1.freebsd.org (Postfix) with SMTP id 6053213C44B for ; Mon, 1 Oct 2007 02:54:10 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 34101 invoked from network); 1 Oct 2007 02:54:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=LaYStlWPC7Wvb6oNo7auKC0/6wv5HRxKZ1AkcXEkhhBqarXNjY2hcbdLl17zvC+WnI8MXjUCGEaof9OCR52FCjBqhyC6u5/e/ZjErH1/evoYKHxkiT7zycFLR15l02oALBK82ov3MbrKwKIiQbjvPj/DloCiox30HfDV1H3hcfI= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 1 Oct 2007 02:54:09 -0000 X-YMail-OSG: oLDNKzgVM1ls5EPspm7K_SGavR0LIHbmN1_owrKJS.7iYTXIAiPAH8F6gbLXDN7xI5fzSqqV2zcg6.nJfYFmnCeYko66wWvy5b0Wj44v9_YAS8nhQq8NoZnE8HxgSSWzP28T0DE- In-Reply-To: <20071001021341.5719168b@gumby.homeunix.com.> References: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> <1191124332.5997.21.camel@new-host> <46FF54E5.4020502@cran.org.uk> <6852662bd22e8de7aa12336ea1404a67@prodigy.net> <20071001021341.5719168b@gumby.homeunix.com.> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3819c7943773d7a921273159c79b0a2c@prodigy.net> Content-Transfer-Encoding: 7bit From: jekillen Date: Sun, 30 Sep 2007 19:54:48 -0700 To: RW X-Mailer: Apple Mail (2.622) Cc: FreeBSD Mailing List Subject: Re: using the date command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 02:54:10 -0000 On Sep 30, 2007, at 6:13 PM, RW wrote: > On Sun, 30 Sep 2007 16:17:30 -0700 > jekillen wrote: > >> >> On Sep 30, 2007, at 12:48 AM, Bruce Cran wrote: > >>> ntpdate is deprecated, you should use "ntpd -q" instead if you want >>> ntpd to set the time once then exit. From ntpdate(8): >>> >>> Note: The functionality of this program is now available in the >>> ntpd(8) program. See the -q command line option in the ntpd(8) >>> page. After a >>> suitable period of mourning, the ntpdate utility is to be >>> retired from >>> this distribution. >>> >>> Also, ntpd wil refuse to update the time if the delta is more than >>> 1000s by default, but you can use the -g option to override this. >>> To set the date to within a reasonable delta, use something like >>> "date 200709282027". If you want to set the time more accurately >>> using NTP, edit /etc/ntp.conf and add "server pool.ntp.org" to it. >>> Save it then run "ntpd -q". > > And if you then add > > ntpd_enable=YES > ntpdate_enable=YES > > to rc.conf, it will all work automatically thereafter. ntpdate will run > at boot-time followed by ntpd. > > The removal of ntpdate is something I'll believe in when it happens. > ntpd -q is a superior drop-in replace for ntpdate when it's being run > from cron. OTOH if you run ntpd -q in place of ntpdate at boot (before > starting ntpd), it adds about 15 seconds to the boot-time for no > significant benefit. Thanks for the info. So ntp, as I understand it, has to have time servers to reference, and of course the system has to be connected to the public network to contact the time servers. Are there any security issues with ntp? Or, where can I find info on security issues related to ntp? Update on original question related to the use of date in FreeBSD; I finally brightened up and set the time in the bios. Jeff K From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 03:25:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30A0816A420 for ; Mon, 1 Oct 2007 03:25:20 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id D054B13C45D for ; Mon, 1 Oct 2007 03:25:18 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id NAA04215; Mon, 1 Oct 2007 13:25:06 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 1 Oct 2007 13:25:05 +1000 (EST) From: Ian Smith To: Kurt Buff In-Reply-To: <20071001005441.1E47F16A4CD@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: Security report question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 03:25:20 -0000 On Sun, 30 Sep 2007 09:41:00 -0700 Kurt Buff wrote: > On 9/30/07, Chuck Swiger wrote: > > Kurt Buff wrote: > > [ ... ] > > > +Limiting closed port RST response from 283 to 200 packets/sec > > > > > > I don't know what this means, though I suspect it could mean that I'm > > > being port scanned. Is this a reasonable guess? > > > > Yes. It could also be something beating really hard on a single closed port, too. > > > > -- > > -Chuck > > Thanks. This, coupled with some invalid SSH login attempts from a > known user, has made me quite suspicious. I think, though, that this > is all that I can call it at this point - suspcious. > > Anything further I could turn up to monitor/log what's going on? It may help in spotting unwanted stuff getting past your firewall, to either add to /etc/rc.conf: log_in_vain="1" or (coming to the same thing) add to /etc/sysctl.conf: net.inet.tcp.log_in_vain=1 net.inet.udp.log_in_vain=1 You can set the latter two sysctls immediately, of course. Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 03:53:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E86716A468 for ; Mon, 1 Oct 2007 03:53:21 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.freebsd.org (Postfix) with ESMTP id 0A28213C49D for ; Mon, 1 Oct 2007 03:53:20 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2190747nzf for ; Sun, 30 Sep 2007 20:53:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=iKGolOPPgqScCfBlXBh3qeCpNuLXH+3bIe2NFRU/enY=; b=O97yFL/f6Xo/AizBhzzCZkFai8qFH2JoZd1/OGMbUbLV29eTw1ouEBQO3d34WX9jlhjQ7v0U59hiOCKkPSXhQLqSA42KAeDsk6tNBZdl90eVEwehz4rxL2Xp++QsxSKAA2ZWOwvx5mrvJXGYugWNoRV0R9Hm2icKRrR6MbO3n5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=poH41Viuig+2dpm16Vj6oj891jWNCLXK+iKeMsVVorKgBzbWzNPIDvtHbmzpqxo7FkfzGj5HOY53dE685cJmlxz3OM8hRa8HQMmP3zoNPUBCG4q1cyRmOs6urb8Y5+x9DE60a74IG8GpgZTRdP3TIRtOGBbU7OZCPz0jlR+uxwA= Received: by 10.65.219.20 with SMTP id w20mr4088832qbq.1191210800086; Sun, 30 Sep 2007 20:53:20 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Sun, 30 Sep 2007 20:53:20 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 03:53:20 +0000 From: "Aryeh Friedman" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: hpiod (hplip version) dies immediatly on freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 03:53:21 -0000 uname -a FreeBSD monsert 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Sun Sep 30 20:57:46 UTC 2007 aryeh@monsert:/usr/obj/usr/src/sys/GENERIC amd64 monsert# hpiod can't open or create : m io/hpiod/hpiod.cpp 195 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 03:57:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04FA116A417 for ; Mon, 1 Oct 2007 03:57:17 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id AF6AB13C465 for ; Mon, 1 Oct 2007 03:57:16 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so748080anc for ; Sun, 30 Sep 2007 20:57:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=sgeb0dPZks2jzwV9IimU4J0AXnIxWMlu/w1NieXF7SI=; b=XOVAH7jL3UVvXFwjtAtSBz11pYp5dPFig6kKeEThvPwOq/XCHPneN3pQm0NK3hT4Nmysc7TK3d24uVUwVICxxjz/GjJRFfMo7Y+JyAJiHo1LhkiNwQsrU9AdeGqpYa3Mi921OAx8xNWSwn4qBl4ZQV4k07CGjel6CyVMZOS4mek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ttn0U0CKsk3ZnxVRurecjdKBHQsfIyMN4cbGVCFBdcMR0zdbtrYpaYEiC44ue8yfoWeu6usV1X7ab8n+82x9VyoE7lLm/HDDlwh5YB9PxQwk7vuo/3e5HaGMnPbS40r9sS96Uy8HlG0Q2vTOvjAfHvjCdhDL+IFvTVL4PD1SCT4= Received: by 10.114.132.5 with SMTP id f5mr16373wad.1191211034258; Sun, 30 Sep 2007 20:57:14 -0700 (PDT) Received: by 10.114.150.4 with HTTP; Sun, 30 Sep 2007 20:57:14 -0700 (PDT) Message-ID: <77647f500709302057w5e7f61f6t9d8c5382566027ca@mail.gmail.com> Date: Sun, 30 Sep 2007 23:57:14 -0400 From: "C Thala" To: freebsd MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: X on ThinkPad crashes after sleeping (zzz'ing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 03:57:17 -0000 Hardware: IBM ThinkPad T41 OS: FreeBSD 6.2-RELEASE-p7 My laptop recently started exhibiting very weird behavior. Sleeping still works fine, but when I bring it back from sleep, X Windows seems to have crashed. Whatever is on the screen (fvwm, xscreensaver, etc.) will still be there, but there is a few lines of weird red symbols accross the top. It will be in a frozen state, and there is nothing I can do to get the machine to respond apart from doing a cold boot. Any ideas why this is happening or how to debug it? From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 04:02:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0715C16A41A for ; Mon, 1 Oct 2007 04:02:23 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 324DF13C458 for ; Mon, 1 Oct 2007 04:02:20 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id OAA05400; Mon, 1 Oct 2007 14:02:12 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 1 Oct 2007 14:02:11 +1000 (EST) From: Ian Smith To: bob In-Reply-To: <20071001005441.1E47F16A4CD@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: php failing to produce phpinfo() X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 04:02:23 -0000 On Sun, 30 Sep 2007 13:52:58 -0600 bob wrote: > My business has been using PHP for years. Mysql outputs to my browser, > where I can print invoices, bills and any business statitic. > > Suddenly, my browser started acting funny. I don't know how to use the > repair disk to fix a problem, so I reinstalled FreeBSD-6.1. It still > works the same except I can't get phpinfo() to display in the browser. > I can do php -i, which displays several pages of PHP code. That means > PHP is working. I don't use CGI or PHP scripts. If phpinfo() doesn't > show up in my browser, I can't do anything. > > The following is in /usr/local/etc/apache/httpd.conf: > > LoadModule php5_module LoadModule php5_module libexec/apache/libphp5.so > AddModule mod_php5.c > DirectoryIndex index.php index.html > DirectoryIndex index.html Last match wins: remove latter DirectoryIndex to have index.php work. > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > The httpd.error.log doesn't show any problems. Thre are 35 modules in > /usr/local/libexec/apache including libphp5.so and httpd.exp. Php.ini > is installed at /usr/local/lib php.ini (from the default php5 port) installs in /usr/local/etc: paqi% ll -rt /usr/local/etc/|grep php -r--r--r-- 1 root wheel 39243 May 5 2006 php.ini.php4.05May06 drwxr-xr-x 2 root wheel 512 Dec 17 2006 php -rw-r--r-- 1 root wheel 27669 Dec 17 2006 diff_php.ini.4vs5rec -r--r--r-- 1 root wheel 46221 Dec 18 2006 php.ini-recommended -r--r--r-- 1 root wheel 42919 Dec 18 2006 php.ini-dist -r--r--r-- 1 root wheel 49 Dec 18 2006 php.conf -r--r--r-- 1 root wheel 43278 Dec 19 2006 php.ini > This time I installed mysql-5.1, apache-1.3 and PHP-5.1. I used > "pkg_add -r" to install apache and mysql. Apache and mysql work > excellent. I installed PHP from www.php.net. Both PHP4 and PHP5 would > fail to load the phpinfo() file. I installed PHP-5.1 from the ports > directory. Same problem. I ordered FreeBSD-6.1, before it was > available. The FreeBSD Mall had it, but wasn't promoting it yet. > > About 2 years ago when I first installed FreeBSD-6.1, I installed > mysql-4.0, PHP-4 and apache-1.3 on FreeBSD-6.1. I used "pkg_add -r" to > install apache and mysql and I downloaded PHP-4 from www.php.net. > Everything worked, including PHP. Two years ago, www.php.net was > supplying any version of PHP including older versions of PHP-4. I > installed older versions because they worked. > Now www.php.net only supplies the latest version. The php5 port applies heaps of patches to the php.net sources; I think you'll save yourself lots of grief by using the port. I suggest (saving configs and) uninstalling php, then install it from lang/php5. Assuming your ports tree is up to date - and it had probably better be regarding dependencies - then install php5 (5.2.something). Make sure to set the apache module on (it's turned off by default, for some bizarre reason, so pkg_add -r php5* is broken), by running make config first, though the options screen should come up on the initial install anyway. You may want to install lang/php5-extensions too .. Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 04:03:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1C3A16A41A for ; Mon, 1 Oct 2007 04:03:12 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 9A58B13C447 for ; Mon, 1 Oct 2007 04:03:12 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2192205nzf for ; Sun, 30 Sep 2007 21:03:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=gPwYvGHNYgogtuNpEbi6TjnmutOIeTxw1iWJzFCm/c8=; b=NIFWd4WXeoMLNND6B9IrrMRthqGJWUSHePjKdmE2I6bTd5Ggi7v3xNJC0LEVV6KZPmfx/8uvwLjXVme6jcGJKPKRcGcR3xZCJwI4n3vEEXRWpW+HTdf2+UZPzTrrNn+0eAhGxwelUfM/MccBcLy/hWhPdm7qs5f0edtSCXUO92k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qLbgAHBiF/d2lGsoY86ukUMMsLCBbZNG9EZ7JdN8wnnJ5rdYujUYdcv/LW6XDU7WyBwAt9xOsOJj8FLg5aVwo2M22/fvYyoH5JUbjQl9Xj5McRnuXCLdOdeFqJLtpRn/a3UK7h2OJ6uTTcEWX/tlycuFvm0fnrnZvgXKJVJY+rU= Received: by 10.65.155.19 with SMTP id h19mr13789577qbo.1191211391256; Sun, 30 Sep 2007 21:03:11 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Sun, 30 Sep 2007 21:03:11 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 04:03:11 +0000 From: "Aryeh Friedman" To: "C Thala" , "FreeBSD Mailing List" In-Reply-To: <77647f500709302057w5e7f61f6t9d8c5382566027ca@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <77647f500709302057w5e7f61f6t9d8c5382566027ca@mail.gmail.com> Cc: Subject: Re: X on ThinkPad crashes after sleeping (zzz'ing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 04:03:13 -0000 If this has always been true then it is a known issue (happens on both desktops [p4 w/ 6.2 and dual-core w/ 7-current amd64] I have also) On 10/1/07, C Thala wrote: > Hardware: IBM ThinkPad T41 > OS: FreeBSD 6.2-RELEASE-p7 > > My laptop recently started exhibiting very weird behavior. > > Sleeping still works fine, but when I bring it back from sleep, X > Windows seems to have crashed. Whatever is on the screen (fvwm, > xscreensaver, etc.) will still be there, but there is a few lines of > weird red symbols accross the top. It will be in a frozen state, and > there is nothing I can do to get the machine to respond apart from > doing a cold boot. > > Any ideas why this is happening or how to debug it? > _______________________________________________ > 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 Oct 1 04:04:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EE6516A41A for ; Mon, 1 Oct 2007 04:04:23 +0000 (UTC) (envelope-from tgol@kinetix.gr) Received: from mail.kinetix.gr (mail.kinetix.gr [194.219.121.206]) by mx1.freebsd.org (Postfix) with ESMTP id 89D7E13C469 for ; Mon, 1 Oct 2007 04:04:22 +0000 (UTC) (envelope-from tgol@kinetix.gr) Received: from [194.219.121.196] (tech01.kinetix.gr [194.219.121.196]) by kinetix.gr with esmtp; Thu, 27 Sep 2007 17:59:05 +0000 id 00416B0A.46FBEF69.00009416 Message-ID: <46FBEEBE.3030200@kinetix.gr> Date: Thu, 27 Sep 2007 20:56:14 +0300 From: Thodoris User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Don O'Neil , freebsd-questions@freebsd.org References: <001201c8012d$e747d620$0a00020a@mickey> In-Reply-To: <001201c8012d$e747d620$0a00020a@mickey> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Stress testing/burning in HDDs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tgol@kinetix.gr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 04:04:23 -0000 O/H Don O'Neil ??????: > I have an array that has a drive that keeps timing out/failing... So I need > to replace it. However, I want to stress test/burn in a replacement disk > first. > > What is the best way to do this? > > _______________________________________________ > 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" > I think that the best way to do this is by using the vendors specific test utility. All known HDD vendors have made utilities to test and find out some basic stats for their products. A very good way to get all the known utilities and much more small usefull programs to test hardware is the Ultimate boot CD. A very nice work has been done and very usefull small programms like memtest, maxtor(sea tools), western digital (dlg diag) etc are included. You can run a surface scan for your disk (that will surely get it to an edge) and find out its temperature, afterwards, and how responds in general. I have been using that for years to find hardware problems. http://www.ultimatebootcd.com/ -- Thodoris From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 04:50:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4B7816A420 for ; Mon, 1 Oct 2007 04:50:09 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from ozzie.tundraware.com (ozzie.tundraware.com [66.92.130.199]) by mx1.freebsd.org (Postfix) with ESMTP id 92AD213C43E for ; Mon, 1 Oct 2007 04:50:08 +0000 (UTC) (envelope-from tundra@tundraware.com) MailScanner-NULL-Check: 1191819005.67692@FD0KVPFTKtFOECOSJE8CnQ Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by ozzie.tundraware.com (8.14.1/8.14.1) with ESMTP id l914o4dq000486 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 30 Sep 2007 23:50:05 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <47007C79.7020004@tundraware.com> Date: Sun, 30 Sep 2007 23:50:01 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Upgrade to imap-uw 2006j Breaks Logins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 04:50:09 -0000 As part of a portupgrade, one of my servers just picked up the latest version of imap-uw (2006j). Now users can no longer login as imapd claims they are providing incorrect passwords. I manually copied the version I was using (2004g) to /usr/local/libexec/imapd, and all is well, so it is definitely the new release. I did try manually reinstalling the imap-uw and cclient ports using the make option to enable both SSL and plain text passwords. Still no joy. 'Anyone else seeing this/have a workaround? -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 02:47:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EFDF16A417 for ; Mon, 1 Oct 2007 02:47:32 +0000 (UTC) (envelope-from dkuselan@yahoo.com) Received: from web51811.mail.re2.yahoo.com (web51811.mail.re2.yahoo.com [206.190.39.230]) by mx1.freebsd.org (Postfix) with SMTP id F360B13C45B for ; Mon, 1 Oct 2007 02:47:31 +0000 (UTC) (envelope-from dkuselan@yahoo.com) Received: (qmail 72429 invoked by uid 60001); 1 Oct 2007 02:20:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=tbZBrqJyjEdn3Kn6FKEiTp6+eKTDgzKpmFPrMC9K3ytl4qlduUDEU8zphH6taSQYwIcqdvaKwgdWPdOgqizyQXEWVjl8KrwhihdWwHElkERK7tth+hbi7rZl5Hmf69pP4HsW9j4/g7+JzCApeKfdI+Lm7iFqKXm1X/cBDZgamO4=; X-YMail-OSG: DZP5.0IVM1mLy0hceavRvGMsrZ3ssSELx7AIwMik_mNrMWiU0Rzy1xv3qUMKY37eHoVVIFv9DrLghqA_XFheputwoVWc9LV2ItTWgB.7jOREMmSKHwC8Bb8k3Drg Received: from [124.82.139.83] by web51811.mail.re2.yahoo.com via HTTP; Sun, 30 Sep 2007 19:20:50 PDT Date: Sun, 30 Sep 2007 19:20:50 -0700 (PDT) From: Kuselan Sugumaran To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <638068.72143.qm@web51811.mail.re2.yahoo.com> X-Mailman-Approved-At: Mon, 01 Oct 2007 05:11:42 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: /etc/fstab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 02:47:32 -0000 Hi, What is the range of values in 5th and 6th column in /etc/fstab? What is the meaning for each value? I¡¯ve gone through man pages and lot of books. I couldn¡¯t get the answer. Can you help me? Thanks. --------------------------------- Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 05:21:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1304616A421 for ; Mon, 1 Oct 2007 05:21:50 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id BC7A413C480 for ; Mon, 1 Oct 2007 05:21:49 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2626712wxd for ; Sun, 30 Sep 2007 22:21:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=pM04zgDAVUKaTWoIGd/c/pRkSMV6ccP38gKnTl/DsMc=; b=ZZn0rHQx4TC6twr6Y466SaK0QL7fHl2FkxC0mMMlJGbHHgDAiWO5ibrzZTSHUYLP2FbkXlgs+5jvymaeCyE4xlM+hvP06bAXFnCIZWm/Q6QvvS/S2EdGser6CaYfElNnWkhmrpLvHwkFMD3X01BCscQAf4NNLzt4azW+d+sXBPk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ixpjJe3Bnoo/D0Eag/izlyXG2J6xfbfvRcfKXdo7qtX7jBloV8F6u14zenka056uxICi9e8tlYNE5nusXDsvU6r0My47g7vks717ViQ4bfBzLz71Mc3iARcteWWmJWJ37MlB7Fp+rmnaf9FJ04PWPGkcvyUhifsTq65z10ZSfkE= Received: by 10.90.89.5 with SMTP id m5mr2069287agb.1191216108753; Sun, 30 Sep 2007 22:21:48 -0700 (PDT) Received: by 10.90.74.18 with HTTP; Sun, 30 Sep 2007 22:21:48 -0700 (PDT) Message-ID: <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> Date: Mon, 1 Oct 2007 06:21:48 +0100 From: "Martin Hepworth" To: Pollywog In-Reply-To: <200709302038.03763.lists-fbsd@shadypond.com> MIME-Version: 1.0 References: <4700052A.7050008@gracenpeace.net> <6.0.0.22.2.20070930152732.02576438@mail.computinginnovations.com> <200709302038.03763.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 05:21:50 -0000 Mailscanner and postfix is perfect combination...no problems with the correct installation type. http://wiki.mailscanner.info/doku.php?id=documentation:configuration:mta:postfix:politics -- Martin On 9/30/07, Pollywog wrote: > > On Sunday 30 September 2007 20:28:23 Derek Ragona wrote: > > At 03:20 PM 9/30/2007, Joe in MPLS wrote: > > >I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde > for > > >mail. I'd like to stop depending on clients(Thunderbird & PDAs) for > > >primary spam control (especially because our PDAs don't do any). AV > > >scanning would be a plus too. > > > > > > ...jgm > > > > I use mailscanner with sendmail which uses spamassasin with clamav. All > > from the ports. > > I used Mailscanner at one time, but it is not recommended for use with > Postfix > because mail can be lost. It never happened to me, but it has happened to > others. I believe the Postfix website mentions these problems. > _______________________________________________ > 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 Oct 1 05:32:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCDA316A419 for ; Mon, 1 Oct 2007 05:32:07 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 5551313C44B for ; Mon, 1 Oct 2007 05:32:07 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from localhost (unknown [127.0.0.1]) by mail.rwxrwxrwx.net (Postfix) with ESMTP id 3E6166D443; Mon, 1 Oct 2007 07:35:28 +0200 (CEST) Received: from mail.rwxrwxrwx.net ([127.0.0.1]) by localhost (mail.rwxrwxrwx.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jHuWUdkeNdCI; Mon, 1 Oct 2007 07:35:23 +0200 (CEST) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id 55DF86D43F; Mon, 1 Oct 2007 07:35:23 +0200 (CEST) Date: Mon, 1 Oct 2007 07:35:22 +0200 From: Martin Tournoij To: freebsd-questions@freebsd.org Message-ID: <20071001053521.GA8360@glitch.rwxrwxrwx.net> Mail-Followup-To: freebsd-questions@freebsd.org, dkuselan@yahoo.com References: <638068.72143.qm@web51811.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <638068.72143.qm@web51811.mail.re2.yahoo.com> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: dkuselan@yahoo.com Subject: Re: /etc/fstab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 05:32:07 -0000 On Sun 30 Sep 2007 19:09, Kuselan Sugumaran wrote: > Hi, > =20 > What is the range of values in 5th and 6th column in /etc/fstab?=20 > What is the meaning for each value? > =20 > I=A1=AFve gone through man pages and lot of books. I couldn=A1=AFt get = the answer. Can you help me? Thanks. >=20 0 - Do nothing 1 - dump/fsck first (Used for root filesystem) 2 - dump/fsck this filesystem See fstab(5) for a longer description. Regards, Martin Tournoij From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 05:42:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0AA516A421 for ; Mon, 1 Oct 2007 05:42:09 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 9F58F13C45B for ; Mon, 1 Oct 2007 05:42:09 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.1/8.14.1) with ESMTP id l915gAND028619; Mon, 1 Oct 2007 01:42:10 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: tundra@tundraware.com In-Reply-To: <47007C79.7020004@tundraware.com> References: <47007C79.7020004@tundraware.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eYfJsjTBKFUFpRkEQrSl" Organization: MarcusCom, Inc. Date: Mon, 01 Oct 2007 01:42:28 -0400 Message-Id: <1191217348.97432.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on creme-brulee.marcuscom.com Cc: FreeBSD Mailing List Subject: Re: Upgrade to imap-uw 2006j Breaks Logins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 05:42:10 -0000 --=-eYfJsjTBKFUFpRkEQrSl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2007-09-30 at 23:50 -0500, Tim Daneliuk wrote: > As part of a portupgrade, one of my servers just picked up the latest > version of imap-uw (2006j). Now users can no longer login as imapd > claims they are providing incorrect passwords. I manually copied the > version I was using (2004g) to /usr/local/libexec/imapd, and all is > well, so it is definitely the new release. >=20 > I did try manually reinstalling the imap-uw and cclient ports using > the make option to enable both SSL and plain text passwords. Still > no joy. >=20 > 'Anyone else seeing this/have a workaround? Try the fix I just committed. It's now working for me. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-eYfJsjTBKFUFpRkEQrSl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHAIjDb2iPiv4Uz4cRAkJqAJ9sx4PuRKeo906rm8TKOl5wmfF7SgCfTT/R bO/PAB8oHuKa26na5/KWRzU= =Ivg8 -----END PGP SIGNATURE----- --=-eYfJsjTBKFUFpRkEQrSl-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 06:53:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D446416A417 for ; Mon, 1 Oct 2007 06:53:51 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 0E04113C458 for ; Mon, 1 Oct 2007 06:53:49 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id l916mGVp072317 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 1 Oct 2007 08:48:17 +0200 (SAST) (envelope-from jonathan@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Mon, 1 Oct 2007 08:56:44 +0200 User-Agent: KMail/1.7.2 References: <46FCDD68.6030901@zedat.fu-berlin.de> <1190989759.2994.26.camel@new-host> In-Reply-To: <1190989759.2994.26.camel@new-host> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710010856.44860.jonathan@hst.org.za> X-Spam-Score: -4.171 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Cc: "O. Hartmann" , "Brian A. Seklecki" Subject: passwd(1) and LDAP (was Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 06:53:51 -0000 On Friday 28 September 2007 16:29, Brian A. Seklecki wrote: > FreeBSD 5.x and 6.x work fine with both PAM and NSS -> LDAP w/ TLS > (PKI). > > All other services (RADIUS, Apache ((mod_ldap, mod_pam_auth), PHP, > interactive shell, SFTP, etc.) can be tied into LDAP either directly or > via PAM. > > As for password change, I don't know if anyone has a passwd(1) binary > that properly changes the LDAP password attribute -- if there is and its > out there, it requires ACL insanity. The passwd(1) program was rewritten some time ago to use PAM, but a test was left in which prevents it doing so. I have asked, both on this list and on freebsd-hackers in the last few weeks, whether there is any reason other than historical to leave this test in, and been deafened by the silence. There are a couple of PRs either open or suspended regarding this issue. I diked out the whole switch statement and replaced it with a single printf, and it works for changing LDAP passwords. I haven't thoroughly tested to see if it causes any other problems. Jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 07:12:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7610916A420 for ; Mon, 1 Oct 2007 07:12:59 +0000 (UTC) (envelope-from freebsd@elgert.dk) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [195.41.46.237]) by mx1.freebsd.org (Postfix) with ESMTP id 31ABC13C478 for ; Mon, 1 Oct 2007 07:12:59 +0000 (UTC) (envelope-from freebsd@elgert.dk) Received: from elgert.dk (0x573c4cd2.nivaanqu1.broadband.tele.dk [87.60.76.210]) by pfepc.post.tele.dk (Postfix) with SMTP id C7AC78A0028 for ; Mon, 1 Oct 2007 09:12:57 +0200 (CEST) Received: by elgert.dk (sSMTP sendmail emulation); Mon, 1 Oct 2007 09:12:57 +0200 Date: Mon, 1 Oct 2007 09:12:57 +0200 From: Harry Matthiesen Jensen To: freebsd-questions@freebsd.org Message-ID: <20071001071257.GA3507@mugin.localhost> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Video chipset hardware list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 07:12:59 -0000 Hi, I have tried to lookup a hardware list "video chipset supported" on x.org, but for some reason I can't find anything. Is there a good hint where to find it? I guess that the FreeBSD "hardware.txt" file does not show this because it is a x.org issue. Thanks in advance -- Mvh/Brgds Harry FreeBSD mugin.localhost 7.0-CURRENT #8: i386 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 07:25:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 552ED16A418 for ; Mon, 1 Oct 2007 07:25:19 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 9171013C458 for ; Mon, 1 Oct 2007 07:25:18 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2650673wxd for ; Mon, 01 Oct 2007 00:25:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=6SBBFwyAX64mhfjAnG+Sun/eJT9JwXR3MwHl1rhEzxg=; b=Gt0qmfcG/fPEAdMfcuzcORmdb5c8nYlhUMkNVCLmVcgb8M0tleU4gfDTzKyhbhLsple95Dc4YX0C4IRyIvWwoi254nhNFtqZcVzmdWD3P1g4XFJ+Imjw3c/0wvATfXs/OT0DoxPEuz8DkXdZ71iprKKAA0IR9qJ5e1QHPTzi1Pc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ms/OipaCGq+3wBPCPuRtRNLQO871ds9K3eRskRg/h5Qj+EoxZ/taVhYTbPSNNc1an20PfsCVOC5AE8IrBENpznhSaanpjbLi+pg3tkyE+9y7Ap4xAxAkrEE8jM+pvxkwQTfmPgd9VPe5j8orE2MosEPqjRAka9HCkE+0b1+d3hg= Received: by 10.70.20.6 with SMTP id 6mr9147559wxt.1191223517468; Mon, 01 Oct 2007 00:25:17 -0700 (PDT) Received: by 10.70.95.16 with HTTP; Mon, 1 Oct 2007 00:25:17 -0700 (PDT) Message-ID: <94136a2c0710010025i6c1f3319yc1a24402e449ec5a@mail.gmail.com> Date: Mon, 1 Oct 2007 09:25:17 +0200 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: how top counts time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 07:25:19 -0000 Hello, Just interested how to interpret time information in TOP. For example, my java appilcation eventually ran longer than 999 units of time and then top displayed it as 16 or 17H (don't recall now). How do I determine time units in top? Does 1000 equal 16/17H? I did look at man top but could not really find this information there. PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 10359 root 2 20 0 227M 34216K kserel 17.8H 0.00% java 61600 mysql 6 20 0 55868K 16940K kserel 363:34 0.00% mysqld Thanks a lot! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 07:37:05 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF50F16A417 for ; Mon, 1 Oct 2007 07:37:05 +0000 (UTC) (envelope-from justin_donna@bigpond.com) Received: from qsrv02ps.mx.bigpond.com (qsrv02ps.mx.bigpond.com [144.140.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 80F5613C45A for ; Mon, 1 Oct 2007 07:37:05 +0000 (UTC) (envelope-from justin_donna@bigpond.com) Received: from oaamta07ps.mx.bigpond.com ([124.185.174.38]) by omta03ps.mx.bigpond.com with ESMTP id <20071001014756.NSLE13511.omta03ps.mx.bigpond.com@oaamta07ps.mx.bigpond.com> for ; Mon, 1 Oct 2007 01:47:56 +0000 Received: from myprecious ([124.185.174.38]) by oaamta07ps.mx.bigpond.com with ESMTP id <20071001014755.PUFJ2588.oaamta07ps.mx.bigpond.com@myprecious> for ; Mon, 1 Oct 2007 01:47:55 +0000 From: "The Longs" To: Date: Mon, 1 Oct 2007 11:41:26 +1000 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcgDytEb92cMCFUhRIeNODYCh+Ewtw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Antivirus: avast! (VPS 000777-4, 09/30/2007), Outbound message X-Antivirus-Status: Clean Message-Id: <20071001014755.PUFJ2588.oaamta07ps.mx.bigpond.com@myprecious> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: usb serial convertor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 07:37:06 -0000 I'm trying to get Gregs temperature controlled fridge to work, but the catch is that the laptop I'm using doesn't have a serial port. I'm hoping I can use a usb to serial convertor and tell the program to look at the usb port for the temperature probes, but I am lost as to how to do this. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 07:44:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCBB316A418 for ; Mon, 1 Oct 2007 07:44:09 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 81C4913C4AA for ; Mon, 1 Oct 2007 07:44:09 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: by py-out-1112.google.com with SMTP id u77so7033923pyb for ; Mon, 01 Oct 2007 00:44:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=mIHCJ5hjAU947anetgd5RBYP51XjMWO51fb0FCRJvzk=; b=t8EIbD8Rg/GL7bOXEamPaaFsxYo107D4cyR5xTC0Bz8ByoimuYmycCiP1ro4J+Bgd2pGgztOR4heZ48E2kKNX79Ma+LAvFsy8CCfoR6s+AXn/r2zMUxAvRW83Lp5iOy22imhE7j5HGopB6IA1jgYpte14qcPBRD8KF4k0Kogvlw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fMqjtJ9nvCGZNTKZ7yzJCeZEbRRGH/05UWjObAVo91a0Bg2pECmonJO/cxsqQmaBd6ERF+ommsilY6cpVdjUPeXsP6ybmJfudARm3aEDMJz2m7D/04c1CuxFHMNoLgQipebd0yGkj0gpv3lj9zc259BZr1hRhzqnpEznOoepO70= Received: by 10.65.139.9 with SMTP id r9mr2588361qbn.1191224648062; Mon, 01 Oct 2007 00:44:08 -0700 (PDT) Received: by 10.64.76.17 with HTTP; Mon, 1 Oct 2007 00:44:08 -0700 (PDT) Message-ID: <972994690710010044rdce782djfbaabc2a2dd2d486@mail.gmail.com> Date: Mon, 1 Oct 2007 08:44:08 +0100 From: "James Jeffery" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: WEP Mode: Bad Value? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 07:44:09 -0000 Right this is what im doing to connect my box to the internet. I have just added a 128-bit password to my wireless box because it was getting used by people outsid using standard WPA. This is what im doing: ifconfig rum0 inet 192.168.2.8 netmask 0xff000000 ssid belkin54g \ wepmode on wepkey 0xf5d04e6cb3352c6b13cd468b27 weptxtkey 1 and it retturns with ifconfig wepmode: bad value if i remove the wepmode part (as a test) i then get: ifconfig wepkey: bad value Anyone got any idea whats going on here? From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 07:59:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2EB616A421 for ; Mon, 1 Oct 2007 07:59:04 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 811C313C48A for ; Mon, 1 Oct 2007 07:59:04 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:63219 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IcGBD-0006b5-7j for freebsd-questions@freebsd.org; Mon, 01 Oct 2007 09:59:03 +0200 Received: (qmail 20097 invoked from network); 1 Oct 2007 09:58:59 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 1 Oct 2007 09:58:59 +0200 Received: (qmail 8375 invoked by uid 1001); 1 Oct 2007 09:58:59 +0200 Date: Mon, 1 Oct 2007 09:58:59 +0200 From: Erik Trulsson To: Zbigniew Szalbot Message-ID: <20071001075859.GA8340@owl.midgard.homeip.net> Mail-Followup-To: Zbigniew Szalbot , freebsd-questions@freebsd.org References: <94136a2c0710010025i6c1f3319yc1a24402e449ec5a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94136a2c0710010025i6c1f3319yc1a24402e449ec5a@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1IcGBD-0006b5-7j. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IcGBD-0006b5-7j b5478f1987ff7055ac33eb2d906b48f1 Cc: freebsd-questions@freebsd.org Subject: Re: how top counts time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 07:59:04 -0000 On Mon, Oct 01, 2007 at 09:25:17AM +0200, Zbigniew Szalbot wrote: > Hello, > > Just interested how to interpret time information in TOP. > > For example, my java appilcation eventually ran longer than 999 units > of time and then top displayed it as 16 or 17H (don't recall now). How > do I determine time units in top? > Does 1000 equal 16/17H? I did look at man top but could not really > find this information there. > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > 10359 root 2 20 0 227M 34216K kserel 17.8H 0.00% java > 61600 mysql 6 20 0 55868K 16940K kserel 363:34 0.00% mysqld > > Thanks a lot! The time units are simply our ordinary hours, minutes and seconds. In the display above java has used 17.8 hours of CPU time, while mysqld has used 363 minutes and 34 seconds of CPU time. (FYI: 1000 minutes == 16H 40min == 16.67H) -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 07:59:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4839816A421 for ; Mon, 1 Oct 2007 07:59:53 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 6524313C45A for ; Mon, 1 Oct 2007 07:59:51 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id l917sEFl075649 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 1 Oct 2007 09:54:14 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Mon, 1 Oct 2007 10:02:42 +0200 User-Agent: KMail/1.7.2 References: <20071001014755.PUFJ2588.oaamta07ps.mx.bigpond.com@myprecious> In-Reply-To: <20071001014755.PUFJ2588.oaamta07ps.mx.bigpond.com@myprecious> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710011002.42899.jonathan+freebsd-questions@hst.org.za> X-Spam-Score: -4.258 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Cc: The Longs Subject: Re: usb serial convertor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 07:59:53 -0000 On Monday 01 October 2007 03:41, The Longs wrote: > I'm trying to get Gregs temperature controlled fridge to work, but the > catch is that the laptop I'm using doesn't have a serial port. I'm hoping I > can use a usb to serial convertor and tell the program to look at the usb > port for the temperature probes, but I am lost as to how to do this. A supported USB-to-serial converter will appear as a serial port. For example I use a Bafo BF-810 converter which is driven by uplcom(4), and in turn ucom(4) which presents /dev/cuaU0 and /dev/ttyU0. Jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 08:04:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 071CB16A418 for ; Mon, 1 Oct 2007 08:04:05 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id AC99E13C459 for ; Mon, 1 Oct 2007 08:04:04 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2658129wxd for ; Mon, 01 Oct 2007 01:04:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0WakET1XzaBfPud0aGMewTFP22kyvQ5mAKyQDnVG26U=; b=VZD8UfLPkYZmyStniMjnZ1OHUUqpYJJ7X5AsjUl6qCJK4e/7BJdiTwY+cP2J1w1XJnYHwVXODWYIRZ75S7b5UsOikajI0fRLAsbK6I2FlBBreSpn4H6VCQ4lyXugE5wXxEarJ+3dsVhoOKzMKwpBs9EbU7KRu76piAH/QRVlPL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DtRsIMch8OwQoD3RP8OrUY2Z1wur8PcNRgVTaUWhVKNyBW19DJwg22PeshBqmQfk3bmN0kgzDHkZLhaEnbHecAuvj+o01nAruyLz7X17rlimiO2VTyOeq8BbrKyapdv9rsQx1rUA6Dgi8YGZeDWm/2fLS0fwv5Q6W7X8hHss6CY= Received: by 10.70.118.4 with SMTP id q4mr9197996wxc.1191225843807; Mon, 01 Oct 2007 01:04:03 -0700 (PDT) Received: by 10.70.95.16 with HTTP; Mon, 1 Oct 2007 01:04:03 -0700 (PDT) Message-ID: <94136a2c0710010104q7f003b0ft9020b3880f86fdda@mail.gmail.com> Date: Mon, 1 Oct 2007 10:04:03 +0200 From: "Zbigniew Szalbot" To: "Zbigniew Szalbot" , freebsd-questions@freebsd.org In-Reply-To: <20071001075859.GA8340@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0710010025i6c1f3319yc1a24402e449ec5a@mail.gmail.com> <20071001075859.GA8340@owl.midgard.homeip.net> Cc: Subject: Re: how top counts time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 08:04:05 -0000 Hi Erik and others, 2007/10/1, Erik Trulsson : > On Mon, Oct 01, 2007 at 09:25:17AM +0200, Zbigniew Szalbot wrote: > > Hello, > > > > Just interested how to interpret time information in TOP. > > > > For example, my java appilcation eventually ran longer than 999 units > > of time and then top displayed it as 16 or 17H (don't recall now). How > > do I determine time units in top? > > Does 1000 equal 16/17H? I did look at man top but could not really > > find this information there. > > > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > > 10359 root 2 20 0 227M 34216K kserel 17.8H 0.00% java > > 61600 mysql 6 20 0 55868K 16940K kserel 363:34 0.00% mysqld > > > > Thanks a lot! > > The time units are simply our ordinary hours, minutes and seconds. > In the display above java has used 17.8 hours of CPU time, while mysqld > has used 363 minutes and 34 seconds of CPU time. > (FYI: 1000 minutes == 16H 40min == 16.67H) Thanks. I should have definitely done the calculation prior to sending to the list. Sorry and thanks! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 08:27:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E152116A41A for ; Mon, 1 Oct 2007 08:27:35 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id AFCD913C459 for ; Mon, 1 Oct 2007 08:27:35 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so4594538waf for ; Mon, 01 Oct 2007 01:27:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=fpU90joS0iZmLQn7hHP5nUnfMzIJDgNN65u9Kq0ynDs=; b=Hl88It13tW1Ib87Y7st1TV9ydezXLwMnjH7H0xz3OEpUYYhiRVNe3SxoSSUHT0P97/6nqV2iDz2JuewcnDvTx9yQEBI5EDwLH3wq8gQfaQ6rUTpElKgkRifF2/rJIL27Z7ksvFb7QpdGdRf/DHF+DTce2mCk/Cu1RcEqE6ONTm0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oNE9rrFqjfAe062QGZZlQD8jnWE8PLckhtDPTzXFIzGAlkfq9L+1CHJHXf+lEeSEMKJHNQEoQtiSBPD8CQ/UsxU4reksakU2BL9wOM6E3Of2vKwwH2F59xyO5szBituFegX3IlOV5tCg8cSHQWtwmJgTFn9RJx26XNS2/yHmmtw= Received: by 10.114.154.1 with SMTP id b1mr3481520wae.1191227255021; Mon, 01 Oct 2007 01:27:35 -0700 (PDT) Received: by 10.114.27.4 with HTTP; Mon, 1 Oct 2007 01:27:34 -0700 (PDT) Message-ID: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> Date: Mon, 1 Oct 2007 10:27:34 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 08:27:36 -0000 Hi all, I'm having some problems with the FreeBSD site. Basically, when I type www.freebsd.org in the address bar in Firefox I can't access the web. I get always a timeout. The funny thing is that I can do ping and if I use the IP address I can access the main page, but then most of the links are not working for me. I wrote an email to the contact address that is showed in the page, but I haven't gotten any answer so far. This is the reason because I'm asking help here. I already deleted all the cookies and data of my browser and tried again but it didn't work. Any clues? Thanks in advance From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 08:31:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8648F16A468 for ; Mon, 1 Oct 2007 08:31:52 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C571D13C45A for ; Mon, 1 Oct 2007 08:31:51 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l918VkrM072662; Mon, 1 Oct 2007 10:31:46 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l918VjuM072659; Mon, 1 Oct 2007 10:31:46 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 1 Oct 2007 10:31:45 +0200 (CEST) From: Wojciech Puchar To: Peter Schuller In-Reply-To: <20070930130108.GA73189@hyperion.scode.org> Message-ID: <20071001103133.E72639@wojtek.tensor.gdynia.pl> References: <20070930130108.GA73189@hyperion.scode.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Forcing buffer cache to use available memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 08:31:52 -0000 > Hello, > > Is there a way to force the buffer cache to be more aggressive when > caching reads? Or even just plain force a certain number of megabytes > to be dedicated to the buffer cache? it is. sometimes too aggressive. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 08:56:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EDA116A41B for ; Mon, 1 Oct 2007 08:56:05 +0000 (UTC) (envelope-from seba.group@sinux.net) Received: from smtp2.infomaniak.ch (smtp2.infomaniak.ch [84.16.68.90]) by mx1.freebsd.org (Postfix) with ESMTP id 8CE0613C45D for ; Mon, 1 Oct 2007 08:56:04 +0000 (UTC) (envelope-from seba.group@sinux.net) Received: from [172.16.2.104] (84-74-169-178.dclient.hispeed.ch [84.74.169.178]) (authenticated bits=0) by smtp2.infomaniak.ch (8.13.6/8.13.6) with ESMTP id l918hUI5021793 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 1 Oct 2007 10:43:31 +0200 From: Sebastien To: FreeBSD questions Content-Type: text/plain Date: Mon, 01 Oct 2007 10:43:21 +0200 Message-Id: <1191228201.1074.35.camel@dell.sinux.seb> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Antivirus: Dr.Web (R) for Mail Servers on smtp2 host X-Antivirus-Code: 100000 X-Infomaniak-Spam: ham X-Spam-Score: -110 Subject: Is it a way to run xorg with an ati radeon x1200 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 08:56:05 -0000 Hello, I'm trying to install 6.2-amd64 on a notebook. I've some difficulties with xorg-7.3 and the video card. It's an Amilo pa 2510 with an ati radeon X1200 (series?) video card and a wxga 1280x800 wild screen. I heard that the xf86-video-radeonhd driver may support this video card, but it seems experimental and I didn't find it as port. I've find some thread saying that it's possible to compile the driver under freebsd but I haven't be able to do so. Is it a way to run a stable X with this kind of hardware ? Thank you. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 09:02:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C6DA16A41A for ; Mon, 1 Oct 2007 09:02:21 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.de [194.25.134.85]) by mx1.freebsd.org (Postfix) with ESMTP id 9416113C457 for ; Mon, 1 Oct 2007 09:02:20 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from fwd33.aul.t-online.de by mailout11.aul.t-online.de with smtp id 1IcHAR-0003c8-01; Mon, 01 Oct 2007 11:02:19 +0200 Received: from localhost (Th7xsmZeYteaG4au2bPO9s6xN3TIOxQU37p0IxOmAD7knmirzU8I7aofAn4ogUqTMsyogtKN64@[84.165.120.44]) by fwd33.t-online.de with esmtp id 1IcHAK-2KMfw00; Mon, 1 Oct 2007 11:02:12 +0200 Date: Mon, 1 Oct 2007 11:02:12 +0200 From: Oliver Herold To: freebsd-questions@freebsd.org Message-ID: <20071001090212.GA1242@olymp.home> Mail-Followup-To: freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-ID: Th7xsmZeYteaG4au2bPO9s6xN3TIOxQU37p0IxOmAD7knmirzU8I7aofAn4ogUqTMsyogtKN64 X-TOI-MSGID: 13773882-9e13-42a2-8495-c77e66f38c5b Subject: Re: USB headset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 09:02:21 -0000 Hi for my Logitech USB boxes I have to load snd_uaudio first. You have to attach your USB device *after* you've loaded the driver. Cheers, Oliver On Mon, Oct 01, 2007 at 02:25:08AM +0200, Andreas Davour wrote: > > Hi > > Anyone know how to use a USB Logitech headset with FreeBSD? I'd like to use > Skype/TeamSpeak and have bought a headset with headphones and a mic. When I > plug it in I see: > > uhid0: Logitech Logitech USB Headset, rev 1.10/10.13, addr 2, iclass 1/1 > > on the console. > > A /dev/uhid0 device also appears but I have no idea what to do with it. > > Neither Skype nor TeamSpeak works out of the box so I guess I have some > configuring to do, or have I happened upon an area where FreeBSD just isn't > supporting what I'm trying to do? Google didn't help much. > > As far I understand I have set the recording volume to high, since 'mixer' > returns: > Mixer vol is currently set to 60:60 > Mixer pcm is currently set to 100:100 > Mixer speaker is currently set to 81:81 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 80:80 > Mixer cd is currently set to 96:96 > Mixer rec is currently set to 50:50 > Mixer igain is currently set to 50:50 > Mixer ogain is currently set to 50:50 > Recording source: line > > and kmix indicate a non-zero recording volume as well. > > Anyone? > > uname: > FreeBSD possession.comhem.se 6.2-RELEASE FreeBSD 6.2-RELEASE #2: Mon Jan 29 > 22:31:17 CET 2007 ante@possession.comhem.se:/usr/obj/usr/src/sys/KERNEL3 > i386 > > /Andreas > > -- > A: Because it fouls the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing on usenet and in e-mail? > _______________________________________________ > 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" -- Don't look now, but the man in the moon is laughing at you. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 09:46:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3D916A418 for ; Mon, 1 Oct 2007 09:46:27 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 911C213C458 for ; Mon, 1 Oct 2007 09:46:26 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l919k6ED009284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 1 Oct 2007 12:46:18 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l919jp1S003268 for ; Mon, 1 Oct 2007 12:46:05 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l919jpMC003267 for freebsd-questions@freebsd.org; Mon, 1 Oct 2007 12:45:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 1 Oct 2007 12:45:51 +0300 From: Giorgos Keramidas To: FreeBSD Questions Message-ID: <20071001094550.GA3241@kobe.laptop> References: <21079.67.171.53.31.1191004462.squirrel@admintool.trueband.net> <20070928140159.M29117@wonkity.com> <20070930015419.GC24643@demeter.hydra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070930015419.GC24643@demeter.hydra> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.975, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.42, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Subject: Re: Adding CR/LF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 09:46:27 -0000 On 2007-09-29 19:54, Chad Perrin wrote: > By the way, though, I think the CRLF characters were backwards in the > original post of this thread, which used "\n\r". I'm pretty sure it's > "\r\n" as I've done it. I may just be having a stupid day, though, > and be getting them backwards myself. You are right AFAIK (that is, "\r\n" is more common than "\n\r"). From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 10:09:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB21B16A417 for ; Mon, 1 Oct 2007 10:09:13 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id A1EAB13C459 for ; Mon, 1 Oct 2007 10:09:13 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by nz-out-0506.google.com with SMTP id l8so2246527nzf for ; Mon, 01 Oct 2007 03:09:13 -0700 (PDT) Received: by 10.114.127.1 with SMTP id z1mr302318wac.1191233352255; Mon, 01 Oct 2007 03:09:12 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id g3sm6828276wra.2007.10.01.03.09.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Oct 2007 03:09:10 -0700 (PDT) Date: Mon, 01 Oct 2007 06:09:44 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> References: <200709302038.03763.lists-fbsd@shadypond.com> <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20071001060427.D0D1.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re[2]: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 10:09:14 -0000 On October 01, 2007 at 01:21AM Martin Hepworth wrote: > On 9/30/07, Pollywog wrote: > > > > On Sunday 30 September 2007 20:28:23 Derek Ragona wrote: > > > At 03:20 PM 9/30/2007, Joe in MPLS wrote: > > > >I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde > > for > > > >mail. I'd like to stop depending on clients(Thunderbird & PDAs) for > > > >primary spam control (especially because our PDAs don't do any). AV > > > >scanning would be a plus too. > > > > > > > > ...jgm > > > > > > I use mailscanner with sendmail which uses spamassasin with clamav. All > > > from the ports. > > > > I used Mailscanner at one time, but it is not recommended for use with > > Postfix > > because mail can be lost. It never happened to me, but it has happened to > > others. I believe the Postfix website mentions these problems. > Mailscanner and postfix is perfect combination...no problems with the > correct installation type. > > http://wiki.mailscanner.info/doku.php?id=documentation:configuration:mta:postfix:politics > > -- > Martin Please don't "Top Post". It makes following the thread more difficult than it needs to be. As for 'Mailscanner', the only real problem is that it is not on Wietse's Christmas card list. Mailscanner is regularly lambasted on the Postfix forum. You might want to ask your question regarding its suitability for your particular configuration there, and possibly on the Mailscanner forum directly. Obviously, these two opposing groups disagree as to whom to attribute any problems that arise between the interaction of these two programs. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 10:39:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2B6B16A41B for ; Mon, 1 Oct 2007 10:39:59 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 5054713C4A6 for ; Mon, 1 Oct 2007 10:39:59 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2688589wxd for ; Mon, 01 Oct 2007 03:39:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=DWlqBp8PlBh3si1EHVCg25bMykf1Fx9v+Sp8c1/8HuQ=; b=GYBmtqCMaxUPeRc99aj3RkQRlIHz5Imhj7Df17nIaurlA5X9oyMVboOJuxKtF4Gg3dVW1F5w3NmO6B5eXWe1DHT09NWD8BLdTy7X89ZlgoteFyKnUAQrIPST4ZuEYvaxrXSq3Nbfm6ZuvZ2bWom+sT3GzfLaYJjH0yoV5mLKV9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=soB0lNH7h0M7id5ojKVHspDPswq/iqiq5lANyXu8mllGfR+4XHEUnqfxMEvKxjhjXalEA0y8AqnYR2FzSlYKBw82Qeg8j+VRm0vB1VgL3owDj/u6Pp8gmcy5Jed09CW/tI26B3TzVUR1/JFUfBCqvLxtqS2s5eCsL5LFSO6+T1A= Received: by 10.90.78.9 with SMTP id a9mr978577agb.1191235197459; Mon, 01 Oct 2007 03:39:57 -0700 (PDT) Received: by 10.90.74.18 with HTTP; Mon, 1 Oct 2007 03:39:57 -0700 (PDT) Message-ID: <72cf361e0710010339n6480372djbef2527f4bb3ed54@mail.gmail.com> Date: Mon, 1 Oct 2007 11:39:57 +0100 From: "Martin Hepworth" To: "User Questions" In-Reply-To: <20071001060427.D0D1.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 References: <200709302038.03763.lists-fbsd@shadypond.com> <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> <20071001060427.D0D1.GERARD-SEIBERT@seibercom.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Re[2]: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 10:39:59 -0000 Top posting is gmail being broken - just like Outleek ;-( as for the whole mailscanner/postfix thing I'm very aware of the issues and the fact no-one who actually works WW with likes him ;-) -- martin On 10/1/07, Gerard wrote: > > On October 01, 2007 at 01:21AM Martin Hepworth wrote: > > > On 9/30/07, Pollywog wrote: > > > > > > On Sunday 30 September 2007 20:28:23 Derek Ragona wrote: > > > > At 03:20 PM 9/30/2007, Joe in MPLS wrote: > > > > >I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & > horde > > > for > > > > >mail. I'd like to stop depending on clients(Thunderbird & PDAs) for > > > > >primary spam control (especially because our PDAs don't do any). AV > > > > >scanning would be a plus too. > > > > > > > > > > ...jgm > > > > > > > > I use mailscanner with sendmail which uses spamassasin with > clamav. All > > > > from the ports. > > > > > > I used Mailscanner at one time, but it is not recommended for use with > > > Postfix > > > because mail can be lost. It never happened to me, but it has > happened to > > > others. I believe the Postfix website mentions these problems. > > > Mailscanner and postfix is perfect combination...no problems with the > > correct installation type. > > > > > http://wiki.mailscanner.info/doku.php?id=documentation:configuration:mta:postfix:politics > > > > -- > > Martin > > Please don't "Top Post". It makes following the thread more difficult > than it needs to be. > > As for 'Mailscanner', the only real problem is that it is not on > Wietse's Christmas card list. Mailscanner is regularly lambasted on > the Postfix forum. You might want to ask your question regarding its > suitability for your particular configuration there, and possibly on > the Mailscanner forum directly. Obviously, these two opposing groups > disagree as to whom to attribute any problems that arise between the > interaction of these two programs. > > > -- > Gerard > _______________________________________________ > 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 Oct 1 10:56:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E84D616A417 for ; Mon, 1 Oct 2007 10:56:12 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id 95ECF13C468 for ; Mon, 1 Oct 2007 10:56:12 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 1001) id 967986110; Mon, 1 Oct 2007 11:56:11 +0100 (BST) Date: Mon, 1 Oct 2007 11:56:11 +0100 From: Daniel Bye To: FreeBSD Mailing List Message-ID: <20071001105611.GA57718@catflap.slightlystrange.org> Mail-Followup-To: FreeBSD Mailing List References: <5e433b6210a52ae0220ae0a20d0353e1@prodigy.net> <1191124332.5997.21.camel@new-host> <46FF54E5.4020502@cran.org.uk> <6852662bd22e8de7aa12336ea1404a67@prodigy.net> <20071001021341.5719168b@gumby.homeunix.com.> <3819c7943773d7a921273159c79b0a2c@prodigy.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <3819c7943773d7a921273159c79b0a2c@prodigy.net> User-Agent: Mutt/1.4.2.3i Subject: Re: using the date command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 10:56:13 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 30, 2007 at 07:54:48PM -0700, jekillen wrote: > > > >The removal of ntpdate is something I'll believe in when it happens. > >ntpd -q is a superior drop-in replace for ntpdate when it's being run > >from cron. OTOH if you run ntpd -q in place of ntpdate at boot (before > >starting ntpd), it adds about 15 seconds to the boot-time for no > >significant benefit. Heheh! The threats do seem somewhat hollow these days... >=20 > Thanks for the info. > So ntp, as I understand it, has to have time servers to reference, and=20 > of course > the system has to be connected to the public network to contact the=20 > time servers. > Are there any security issues with ntp? Or, where can I find info on=20 > security issues > related to ntp? > Update on original question related to the use of date in FreeBSD; I=20 > finally brightened > up and set the time in the bios. > Jeff K Provided you use sensible settings in your ntp.conf, you should come to no harm using ntpd. Something like this works well for me: driftfile /var/db/ntp.drift restrict default ignore restrict 127.0.0.1 server ip.ad.dre.ss restrict ip.ad.dre.ss nomodify notrap nopeer noquery restrict 10.37.125.0 mask 255.255.255.0 nomodify notrap This config tells ntpd to use ip.ad.dre.ss as its synchronisation host, and to restrict that host so that it cannot make any alterations to the local machine's clock or to the state of the running ntpd. It also says to allow hosts on my private network to synchronise against it, but=20 again, to prevent them from making any changes to the state of the nptd on the server. There are many more options that may or may not be interesting - check out www.ntp.org for plenty of useful information about configuring ntpd and selecting a suitable set of synchronisation servers. Dan --=20 Daniel Bye PGP Key: http://www.slightlystrange.org/pgpkey-dan.asc PGP Key fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHANJKixf5fBYiFmoRAvRYAJ9nJQrtD7PBNjOh1UBWv3AoVqULjwCgnU2S GHaeQYFCR6J1+LG6POIn2bE= =zLpo -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 10:58:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E615516A419 for ; Mon, 1 Oct 2007 10:58:02 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id 975B113C461 for ; Mon, 1 Oct 2007 10:58:02 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2255406nzf for ; Mon, 01 Oct 2007 03:58:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=POqzNUx4vz9gohJNcU22IoDCGDCIf3rrfvBfsroYO+U=; b=F7FWRoOjApHq60a3GM3hYe1wl/qCZVPFL+TCfeHdjGO06o2mXG3x3+n+bCuHUC5ksfMLlxanzPu6BNtxy9miOCDPVx3s+Gh9POXOReGZ1YPFtVl89cjhCifONFFd3n6+ov8hFlc6Wiw43mwa55xltDj7na5jm3C5X7iqlo6J5Us= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fc06SBbpU9stxKKynaegj/cdXlPMPD9Vqpm7HcughVRfuD26e8Nju853XjbLnseyhFBeuw5rVKqXACYnjtSEUHv2IAZ8Ey9j3rHiWW1bjOEmaRyjQY7dn9otd287G3SkriwrR0BYXY9mWl5+FbDGLkho1nkwXnVb2Qs6NRJdtNQ= Received: by 10.114.14.1 with SMTP id 1mr594041wan.1191236280920; Mon, 01 Oct 2007 03:58:00 -0700 (PDT) Received: by 10.114.150.4 with HTTP; Mon, 1 Oct 2007 03:58:00 -0700 (PDT) Message-ID: <77647f500710010358g4463bd93w72e478ef061eec9f@mail.gmail.com> Date: Mon, 1 Oct 2007 06:58:00 -0400 From: "C Thala" To: "Aryeh Friedman" , freebsd In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <77647f500709302057w5e7f61f6t9d8c5382566027ca@mail.gmail.com> Cc: Subject: Re: X on ThinkPad crashes after sleeping (zzz'ing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 10:58:03 -0000 On 10/1/07, Aryeh Friedman wrote: > > Sleeping still works fine, but when I bring it back from sleep, X > > Windows seems to have crashed. > > If this has always been true then it is a known issue (happens on both > desktops [p4 w/ 6.2 and dual-core w/ 7-current amd64] I have also) That is the weird part, sleeping always worked on my laptop before, I don't know what cause this to break after months of running perfectly. I did upgrade to p7 at some point, but I don't think that was it, because it worked for a few weeks after that just fine. My suspicion is that I upgraded some ports at the time (X.org?) that caused this to break, but I don't know what. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 11:32:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A37E16A421 for ; Mon, 1 Oct 2007 11:32:51 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 17D4B13C4A3 for ; Mon, 1 Oct 2007 11:32:50 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by an-out-0708.google.com with SMTP id c14so758140anc for ; Mon, 01 Oct 2007 04:32:50 -0700 (PDT) Received: by 10.114.209.1 with SMTP id h1mr486386wag.1191238369620; Mon, 01 Oct 2007 04:32:49 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id q34sm7989812wrq.2007.10.01.04.32.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Oct 2007 04:32:48 -0700 (PDT) Date: Mon, 01 Oct 2007 07:33:22 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <72cf361e0710010339n6480372djbef2527f4bb3ed54@mail.gmail.com> References: <20071001060427.D0D1.GERARD-SEIBERT@seibercom.net> <72cf361e0710010339n6480372djbef2527f4bb3ed54@mail.gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20071001072859.061E.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re[4]: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 11:32:51 -0000 On October 01, 2007 at 06:39AM Martin Hepworth wrote: > Top posting is gmail being broken - just like Outleek ;-( Actually, Outlook can be configured to place replies at the bottom of a replied to message. I am amazed though that you have not been able to figure out how to navigate to the bottom of a message before starting your reply. Doesn't or some such combination work on GMail? If not, then why use a broken MUA anyway? Besides, how long can it take to position the cursor at the end of a message? Certainly less time than it took to write it. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 11:44:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8919316A418 for ; Mon, 1 Oct 2007 11:44:13 +0000 (UTC) (envelope-from jhall@vandaliamo.net) Received: from trueband.net (director.trueband.net [216.163.120.8]) by mx1.freebsd.org (Postfix) with SMTP id 153C613C44B for ; Mon, 1 Oct 2007 11:44:12 +0000 (UTC) (envelope-from jhall@vandaliamo.net) Received: (qmail 26446 invoked by uid 1006); 1 Oct 2007 11:44:12 -0000 Received: from jhall@vandaliamo.net by rs0 by uid 1003 with qmail-scanner-1.16 (spamassassin: 3.1.4. Clear:SA:0(-1.4/100.0):. Processed in 0.757661 secs); 01 Oct 2007 11:44:12 -0000 X-Spam-Status: No, hits=-1.4 required=100.0 X-Spam-Level: Received: from unknown (HELO trueband.net) (172.16.0.12) by -v with SMTP; 1 Oct 2007 11:44:11 -0000 Received: (qmail 13951 invoked from network); 1 Oct 2007 11:44:10 -0000 Received: from unknown (HELO admintool.trueband.net) (127.0.0.1) by -v with SMTP; 1 Oct 2007 11:44:10 -0000 Received: from 12.170.206.13 (SquirrelMail authenticated user jhall@vandaliamo.net) by admintool.trueband.net with HTTP; Mon, 1 Oct 2007 11:44:10 -0000 (GMT) Message-ID: <4692.12.170.206.13.1191239050.squirrel@admintool.trueband.net> In-Reply-To: <20070930150439.GB2187@kobe.laptop> References: <21079.67.171.53.31.1191004462.squirrel@admintool.trueband.net> <20070930150439.GB2187@kobe.laptop> Date: Mon, 1 Oct 2007 11:44:10 -0000 (GMT) From: jhall@vandaliamo.net To: "Giorgos Keramidas" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: jhall@vandaliamo.net, freebsd-questions@freebsd.org Subject: Re: Adding CR/LF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 11:44:13 -0000 > On 2007-09-28 18:34, jhall@vandaliamo.net wrote: >> I know this should be easy, but I cannot get it to work right. >> Basically, I have a list of items, and I need to place each one on a >> separate line. >> >> Here is the script I am using. >> #!/bin/sh >> FILENAMES="test1 test2 test3" >> FILELIST="" >> for filename in ${FILENAMES} >> do >> FILELIST="${FILELIST}${filename}"$'\n\r' >> echo ${FILELIST} >> done >> >> And, here is the output I am getting. >> test1$\n\r >> test1$\n\rtest2$\n\r >> test1$\n\rtest2$\n\rtest3$\n\r >> >> The output I would like to see is: >> test1 >> test2 >> test3 > > How about skipping the trick with '\n\r' altogether? > > This should work better: > > #!/bin/sh > > FILENAMES="test1 test2 test3" > > for fname in ${FILENAMES} > do > echo "${fname}" > done > > Thanks. I hadn't thought of that. Jay From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 12:11:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C391116A41A for ; Mon, 1 Oct 2007 12:11:29 +0000 (UTC) (envelope-from npacemo@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id 746F813C4BC for ; Mon, 1 Oct 2007 12:11:29 +0000 (UTC) (envelope-from npacemo@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2269497nzf for ; Mon, 01 Oct 2007 05:11:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=St1koKbBgdsYt3yLvCPUn4rNMzZS1p1Eci97qxf1B1A=; b=SihJDGeUbmhZxDHkrmnUn0QILmUGw/PvS3aXnEcQBdFQO+/Kxdg2PzJjTDSi6xYkpUMDFUvUMjJR7eqYAHl/Qpl/j7DVILyha2awr+DAvLgTk4FbreG+YwtvU9u+Vbf8nuaegXcsX0O0H0Sfo1WfzEfrEPb1GBMmKLC4ZyooEzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QoiMadMFIVYIRjXdjEd5CbxLEPGsrPUdn0eUBsgMN5O/0yYpJvH1QBBMAbsA0oS992kQZtt5TtOAvf0wUF4EDblOec2lnLw5xB6+1GwnkY6T8Wn9BuLR55jrOnDcsZ+Au5HCkKGvqx+ZBjGW0enj8wfuetNsD3DhAiXRGAJZidY= Received: by 10.65.240.17 with SMTP id s17mr4925560qbr.1191239044084; Mon, 01 Oct 2007 04:44:04 -0700 (PDT) Received: by 10.65.158.6 with HTTP; Mon, 1 Oct 2007 04:44:03 -0700 (PDT) Message-ID: <666bdb140710010444i1622e39cg3ace813635bb68a4@mail.gmail.com> Date: Mon, 1 Oct 2007 14:44:03 +0300 From: "Vladimir Tsvetkov" To: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" In-Reply-To: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> MIME-Version: 1.0 References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 12:11:29 -0000 Hi, The problem is not in the FreeBSD site. "The problem is in yout TV set", I suppose. I've experienced the same problem when I was using PPPoE and haven't configured the MTU correctly. If you're using PPPoE, to learn more check this out: http://66.249.93.104/search?q=3Dcache:eOfdxb4tmkoJ:renaud.waldura.com/doc/f= reebsd/pppoe/+Renaud+Waldura+%2B+PPPoE&hl=3Den&client=3Dfirefox-a and search the mailing list previous thread, such as: "*PPPoE Link Problems= * ". Best regards, Vladimir On 01/10/2007, Fernando Apestegu=EDa wrote: > > Hi all, > > I'm having some problems with the FreeBSD site. Basically, when I type > www.freebsd.org in the address bar in Firefox I can't access the web. > I get always a timeout. > > The funny thing is that I can do ping and if I use the IP address I > can access the main page, but then most of the links are not working > for me. > > > I wrote an email to the contact address that is showed in the page, > but I haven't gotten any answer so far. This is the reason because I'm > asking help here. I already deleted all the cookies and data of my > browser and tried again but it didn't work. > > Any clues? > > Thanks in advance > _______________________________________________ > 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 Oct 1 12:27:27 2007 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77E2016A468 for ; Mon, 1 Oct 2007 12:27:27 +0000 (UTC) (envelope-from bounce-questions--dnz_at-FreeBSD.org@smtp.emailgarage.com) Received: from smtp.emailgarage.com (smtp.emailgarage.com [212.3.247.123]) by mx1.freebsd.org (Postfix) with SMTP id E370813C4B7 for ; Mon, 1 Oct 2007 12:27:26 +0000 (UTC) (envelope-from bounce-questions--dnz_at-FreeBSD.org@smtp.emailgarage.com) MIME-Version: 1.0 Date: Mon, 1 Oct 2007 14:31 +0200 From: Karel - Argus AAD To: questions@FreeBSD.org X-Complaints-To: abuse@dynamicz.com X-Abuse-To: abuse@dynamicz.com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. X-Mailer: Dynamic Broadcaster v5.2 X-mailid: 6xo0ax9e X-historyid: 17454.4699585907snx7o7a! Message-Id: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Argus Newsletter - October 2007 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: karel@argus-aad.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 12:27:27 -0000 Hi Guys, We promised to keep you posted, so here's another quick word from Argus. This month we had TWO life saves in the States and ONE in Poland.=20 Buddy from Skydive Opelika wrote: "Your AAD worked great! Will buy more .= =2E.on my student gear & tandems".. And in Skydive Taft we also had a sav= e on a AFF Level 6 - low pull.=20 And another in Poland with a 'No pull' from the student. Looks like if we= did something right. Two weeks ago, Argus was present at the US Nationals, Skydive Chicago wit= h the demo Xp rig with the AAD installed on the main container. One of the guys trying it, Zack said: "... Was fun and interesting. It's = nice to get proof/first hand experience about something we all knew about= =2E.." We're glad to have TJ Landgren and Dusty Smith on board. No need to intro= duce them! TJ and Dusty were not using any AAD before and were convinced = by our unique "Swoop" mode. Roberto (Tuelho) Luiz Souza from Brazil is living such an interesting adv= enture and visiting all (yes all) major dropzones with his "Skydive aroun= d the World", so we had to sponsor him... The June 2007 issue of Parachut= ist featured an article on his project (see www.skyaw.com.br). And, The Safety and Training committee of the Skydiving section/The Norwe= gian Air Sports Federation, approved the use of Argus AAD in Norway at th= eir meeting 6th September 2007. This approval will be publicized in the s= afety and training bulletin shortly.=20 Good job, Harald! If you have anything interesting going on, please let us know for our nex= t newsletter. Kind regards, Karel Goorts=20 Managing director Aviacom SA Mobile: +32 485 868788 ------------------------------------------------------------------- You receive this newsletter because we have been in touch about AADs in t= he past. If you like to be removed from this list, please click to http:/= /crmgarage.com/in.asp?p=3D469958590gpz32b6v_1_questions--dnz_at-FreeBSD.o= rg&h=3D4699585907snx7o7a&e=3Dquestions--dnz_at-FreeBSD.org&u=3D3qsu6d6g . From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 12:43:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57A5B16A418 for ; Mon, 1 Oct 2007 12:43:32 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtao02.charter.net (mtao02.charter.net [209.225.8.187]) by mx1.freebsd.org (Postfix) with ESMTP id DBEA513C46A for ; Mon, 1 Oct 2007 12:43:31 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aarprv06.charter.net ([10.20.200.76]) by mtao02.charter.net (InterMail vM.7.08.03.00 201-2186-126-20070710) with ESMTP id <20071001124331.RBAX27011.mtao02.charter.net@aarprv06.charter.net> for ; Mon, 1 Oct 2007 08:43:31 -0400 Received: from robs-laptop.com ([71.85.241.27]) by aarprv06.charter.net with ESMTP id <20071001124330.KZLH14098.aarprv06.charter.net@robs-laptop.com> for ; Mon, 1 Oct 2007 08:43:30 -0400 Message-ID: <4700EB72.1010001@charter.net> Date: Mon, 01 Oct 2007 07:43:30 -0500 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 CC: FreeBSD Mailing List References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> In-Reply-To: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Chzlrs: 0 Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 12:43:32 -0000 Fernando Apesteguía wrote: > Hi all, > > I'm having some problems with the FreeBSD site. Basically, when I type > www.freebsd.org in the address bar in Firefox I can't access the web. > I get always a timeout. > > The funny thing is that I can do ping and if I use the IP address I > can access the main page, but then most of the links are not working > for me. > > > I wrote an email to the contact address that is showed in the page, > but I haven't gotten any answer so far. This is the reason because I'm > asking help here. I already deleted all the cookies and data of my > browser and tried again but it didn't work. > > Any clues? > > Thanks in advance > _______________________________________________ > 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 problem has been going on for many weeks and I've noticed it, too, From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 13:16:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8476F16A41B for ; Mon, 1 Oct 2007 13:16:16 +0000 (UTC) (envelope-from e@recolon.ru) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 0A52413C448 for ; Mon, 1 Oct 2007 13:16:15 +0000 (UTC) (envelope-from e@recolon.ru) Received: by nf-out-0910.google.com with SMTP id b2so2594665nfb for ; Mon, 01 Oct 2007 06:16:14 -0700 (PDT) Received: by 10.78.204.1 with SMTP id b1mr2908861hug.1191244574270; Mon, 01 Oct 2007 06:16:14 -0700 (PDT) Received: from localhost ( [81.200.6.25]) by mx.google.com with ESMTPS id c5sm262710nfi.2007.10.01.06.16.11 (version=SSLv3 cipher=OTHER); Mon, 01 Oct 2007 06:16:11 -0700 (PDT) Date: Mon, 1 Oct 2007 17:16:51 +0400 From: Dmitry Gorbik To: freebsd-questions@freebsd.org Message-ID: <20071001171651.3d988ce5@recolon.ru> In-Reply-To: <1191228201.1074.35.camel@dell.sinux.seb> References: <1191228201.1074.35.camel@dell.sinux.seb> X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_eSNjpjfMC=G384VK5/tQ.1T"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: Is it a way to run xorg with an ati radeon x1200 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 13:16:16 -0000 --Sig_eSNjpjfMC=G384VK5/tQ.1T Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 01 Oct 2007 10:43:21 +0200 Sebastien wrote: > Hello, >=20 > I'm trying to install 6.2-amd64 on a notebook. I've some difficulties > with xorg-7.3 and the video card. It's an Amilo pa 2510 with an ati > radeon X1200 (series?) video card and a wxga 1280x800 wild screen. >=20 > I heard that the xf86-video-radeonhd driver may support this video card, > but it seems experimental and I didn't find it as port. I've find some > thread saying that it's possible to compile the driver under freebsd but > I haven't be able to do so. >=20 > Is it a way to run a stable X with this kind of hardware ?=20 >=20 > Thank you. >=20 >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" I had the same problem actually. Didn't find yet how to solve it, except us= ing fglrx-drivers through linux-bin-compat.. --Sig_eSNjpjfMC=G384VK5/tQ.1T Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iQEVAwUBRwDzQ5s0+oyL5leDAQJU7gf/Tpy33Mvf2Yi4B1g192+BSp3cTmK4zq3X SQZ80fESnGLfvVcjiPdvorVq6P3nRx2y6TVCxQXHpDVtSvql3ae4QLSHqu/G17F3 3uu9pOCSf4Q+IYzN3xTTuXuqZ0VxGq18RtbW/4478R7jPoRRHCfSneyiLn1Zp4JP Z9tcllZXFbKmjix9tZP/UJ8aue7O3DJ51ckK1+8FeDqlsWmGTM229+9gwAiE42/7 l6sb9j7y+4LgafrjZx6j0jHetYSI/CbqfdtyzAdaoLcoJFm12BN4zPVkubM3/msk jL4LMH7fwwYP50d1Uy0URf+wjZ+5oo+hgieAkRKkmZQZenSqHY0ZLg== =tAa9 -----END PGP SIGNATURE----- --Sig_eSNjpjfMC=G384VK5/tQ.1T-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 13:31:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C882A16A417 for ; Mon, 1 Oct 2007 13:31:19 +0000 (UTC) (envelope-from pb@ludd.ltu.se) Received: from mother.ludd.ltu.se (mother.ludd.ltu.se [130.240.16.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3454D13C474 for ; Mon, 1 Oct 2007 13:31:18 +0000 (UTC) (envelope-from pb@ludd.ltu.se) Received: from brother.ludd.ltu.se (root@brother.ludd.ltu.se [130.240.16.78]) by mother.ludd.ltu.se (8.13.6+Sun/8.12.10) with ESMTP id l91DEIQ4015532 for ; Mon, 1 Oct 2007 15:14:18 +0200 (MEST) Received: from brother.ludd.ltu.se (pb@localhost [127.0.0.1]) by brother.ludd.ltu.se (8.13.6+Sun/8.12.2) with ESMTP id l91DEIDg017091 for ; Mon, 1 Oct 2007 15:14:18 +0200 (MEST) Received: (from pb@localhost) by brother.ludd.ltu.se (8.13.6+Sun/8.13.6/Submit) id l91DEI3n017089 for freebsd-questions@freebsd.org; Mon, 1 Oct 2007 15:14:18 +0200 (MEST) From: Peter B Message-Id: <200710011314.l91DEI3n017089@brother.ludd.ltu.se> To: freebsd-questions@freebsd.org Date: Mon, 1 Oct 2007 15:14:18 +0200 (MEST) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Recommended S-ATA controller? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 13:31:19 -0000 What S-ATA controller is recommended for a x86/FreeBSD-6 (or 7) that is stable and reliable in terms of hardware design, and software drivers ..? My current Promise card is said to abuse PCI burst mode, in essence exploit to tight timing margins. And the motherboard doesn't have any option to disable pci-burst. This gives intermittent errors. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 14:03:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE7EC16A417 for ; Mon, 1 Oct 2007 14:03:08 +0000 (UTC) (envelope-from ihsan@dogan.ch) Received: from mail.blastwave.org (mail.blastwave.org [147.87.98.10]) by mx1.freebsd.org (Postfix) with ESMTP id A964913C480 for ; Mon, 1 Oct 2007 14:03:08 +0000 (UTC) (envelope-from ihsan@dogan.ch) Received: from localhost (localhost [127.0.0.1]) by mail.blastwave.org (Postfix) with ESMTP id 243D12971 for ; Mon, 1 Oct 2007 16:03:07 +0200 (MEST) X-Virus-Scanned: amavisd-new at blastwave.org Received: from mail.blastwave.org ([127.0.0.1]) by localhost (enterprise.blastwave.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bHNT7Y94EHpI for ; Mon, 1 Oct 2007 16:02:54 +0200 (MEST) Received: from [10.122.38.221] (gprs01.swisscom-mobile.ch [193.247.250.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.blastwave.org (Postfix) with ESMTP id 7922A2890 for ; Mon, 1 Oct 2007 16:02:50 +0200 (MEST) Message-ID: <4700FE0A.2030807@dogan.ch> Date: Mon, 01 Oct 2007 16:02:50 +0200 From: Ihsan Dogan User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46FEBBAC.7050300@dogan.ch> In-Reply-To: <46FEBBAC.7050300@dogan.ch> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: portupgrade coredumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 14:03:09 -0000 Am 29.9.2007 22:55 Uhr, Ihsan Dogan schrieb: > root@stargazer:~# portupgrade -a > [Updating the pkgdb in /var/db/pkg ... - 655 packages > found (-2 +1) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:429: [BUG] > Segmentation fault > ruby 1.8.6 (2007-03-13) [i386-freebsd6] > > Abort trap: 6 (core dumped) I have installed portupgrade-devel and it works now. Ihsan -- ihsan@dogan.ch http://blog.dogan.ch/ http://ihsan.dogan.ch/ From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 14:26:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D8D716A417 for ; Mon, 1 Oct 2007 14:26:13 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc1-s28.bay0.hotmail.com (bay0-omc1-s28.bay0.hotmail.com [65.54.246.100]) by mx1.freebsd.org (Postfix) with ESMTP id 77EC013C459 for ; Mon, 1 Oct 2007 14:26:13 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W10 ([64.4.38.110]) by bay0-omc1-s28.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 1 Oct 2007 07:24:19 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Date: Mon, 1 Oct 2007 10:24:18 -0400 Importance: Normal In-Reply-To: <200710011314.l91DEI3n017089@brother.ludd.ltu.se> References: <200710011314.l91DEI3n017089@brother.ludd.ltu.se> MIME-Version: 1.0 X-OriginalArrivalTime: 01 Oct 2007 14:24:19.0040 (UTC) FILETIME=[C0DB4600:01C80436] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: Recommended S-ATA controller? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 14:26:13 -0000 I have had good experience with the Areca SATA cards, they also have good s= upport for Linux/FreeBSD. Give it a try.=20 BTW, those cards are very fast, especially the PCI-E ones Lisandro Grullon > From: pb@ludd.ltu.se > To: freebsd-questions@freebsd.org > Date: Mon, 1 Oct 2007 15:14:18 +0200 > Subject: Recommended S-ATA controller? >=20 >=20 > What S-ATA controller is recommended for a x86/FreeBSD-6 (or 7) that is > stable and reliable in terms of hardware design, and software drivers ..? >=20 > My current Promise card is said to abuse PCI burst mode, in essence explo= it > to tight timing margins. And the motherboard doesn't have any option to > disable pci-burst. This gives intermittent errors. >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=3Dwindows+vista&mkt=3Den-US&form=3DQBR= E= From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 14:50:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7A7716A418 for ; Mon, 1 Oct 2007 14:50:42 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id A3D6913C467 for ; Mon, 1 Oct 2007 14:50:42 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so772836anc for ; Mon, 01 Oct 2007 07:50:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tXOEGrvBn241FS8QHYNsZdjRi3DjK13ZduJYrrL/x8s=; b=P3p67/AKcALMS/N99g7eLmbhDUZJc5yIuL7RR1D0kEduF4/2pkfBQOIAI3Ln9cL6dQqWc/rFFsyS0zvutwJkikOHPht8ZTS9qMsEg9pC1OBJ2kh2OIqNIAC2SnketnczbIEpyK9Vijh5+NHenWF6NXLYpCd80OOtHUHzqOzEk84= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pQWjIQ9Q2b2dKO+4j0aKk6OOxOOOceh5CYhwdLz9F7S3KKOkKnOH9n1aOObLIn3c00x93T5F5erHtw9iebjezzIJ7+1rHzLjM9qXHVClLWjO9Z16/XTcBEIGHPmqlUn+OEis66iwUuhaYT8wk+O2k5d01JxBN0sFBCdfwu6Ixps= Received: by 10.115.111.1 with SMTP id o1mr4013800wam.1191250241329; Mon, 01 Oct 2007 07:50:41 -0700 (PDT) Received: by 10.141.3.20 with HTTP; Mon, 1 Oct 2007 07:50:41 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 07:50:41 -0700 From: "Kurt Buff" To: "Ian Smith" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071001005441.1E47F16A4CD@hub.freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: Security report question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 14:50:43 -0000 On 9/30/07, Ian Smith wrote: > On Sun, 30 Sep 2007 09:41:00 -0700 Kurt Buff wrote: > > On 9/30/07, Chuck Swiger wrote: > > > Kurt Buff wrote: > > > [ ... ] > > > > +Limiting closed port RST response from 283 to 200 packets/sec > > > > > > > > I don't know what this means, though I suspect it could mean that I'm > > > > being port scanned. Is this a reasonable guess? > > > > > > Yes. It could also be something beating really hard on a single closed port, too. > > > > > > -- > > > -Chuck > > > > Thanks. This, coupled with some invalid SSH login attempts from a > > known user, has made me quite suspicious. I think, though, that this > > is all that I can call it at this point - suspcious. > > > > Anything further I could turn up to monitor/log what's going on? > > It may help in spotting unwanted stuff getting past your firewall, > to either add to /etc/rc.conf: > log_in_vain="1" > > or (coming to the same thing) add to /etc/sysctl.conf: > net.inet.tcp.log_in_vain=1 > net.inet.udp.log_in_vain=1 > > You can set the latter two sysctls immediately, of course. > > Cheers, Ian Looks like it's time to learn how to set up PF. This machine is internal to our enterprise, but in its own subnet separate from the server and the end-user subnets, between our firewall and our main router. The only ports open on it are SSH and SMTP, so I hadn't had the inclination, amongst all my other tasks, to set up that up. Handbook, here I come. Thanks for the help. Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 14:54:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A216016A41A for ; Mon, 1 Oct 2007 14:54:57 +0000 (UTC) (envelope-from bulkmail@diomedia.be) Received: from hoefnix.telenet-ops.be (hoefnix.telenet-ops.be [195.130.132.54]) by mx1.freebsd.org (Postfix) with ESMTP id 65CE613C46E for ; Mon, 1 Oct 2007 14:54:57 +0000 (UTC) (envelope-from bulkmail@diomedia.be) Received: from adicia.telenet-ops.be (adicia.telenet-ops.be [195.130.132.56]) by hoefnix.telenet-ops.be (Postfix) with ESMTP id 6587D9D1AD for ; Mon, 1 Oct 2007 16:35:55 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by adicia.telenet-ops.be (Postfix) with SMTP id AFBE12300A9 for ; Mon, 1 Oct 2007 16:35:53 +0200 (CEST) Received: from bsd.thuis.be (d5152F411.access.telenet.be [81.82.244.17]) by adicia.telenet-ops.be (Postfix) with ESMTP id 9CBFF23011E for ; Mon, 1 Oct 2007 16:35:53 +0200 (CEST) Message-ID: <470105B8.8080709@diomedia.be> Date: Mon, 01 Oct 2007 16:35:36 +0200 From: Bram Van Steenlandt User-Agent: Thunderbird 2.0.0.6 (X11/20070804) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: roaming questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 14:54:57 -0000 Hi list, I have setup a mobile pc to roam across our building. By reducing the dwell time and changing the channel list to only the channels I use roaming now works within ten seconds en sometimes within one or two seconds. The previous configuration was with fedora and there I was unable to get roaming time under 25 seconds. I do have one very annoying problem however and I have no idea how to solve it. The software uses psycopg (a python postgresql module) wich uses the standard system parameters for connections (At least that is what I think). -On fedora if the connection gets lost and it takes 30 seconds to remake a new connection operation is not interupted, after the 30 seconds you get the data you've been waiting for. -On freebsd however we get it a lot that the connection is "lost", you can easily start a new connection wich works fine, but the old connection you wore using stops working and the app. hangs (If I had to guess I would say that roaming works about 95% of the time and the connection is lost about 5% of the time). I also get a lot of IFDOWN IFUP messages but this seems normal to me. Is there some way to tune sysctl values so that it doesn't lose the connection or how should I proceed in debugging this problem ? Sorry about my poor english Tkanks in advance From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 15:00:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF73016A421 for ; Mon, 1 Oct 2007 15:00:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 5654113C465 for ; Mon, 1 Oct 2007 15:00:15 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2312390nzf for ; Mon, 01 Oct 2007 08:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=378McuCNCN6Hz2QF4xp5N9DwglFLU66Q75jGsy1EeOk=; b=oi5jphbxtNTrEKvoecfvLgmiGVoANzOV9XZn0nCsjf8dxvolGbXHWX8QLKRz6yBUcR7f6inBSkl4s1cP23jtVqV2yjisxYsULxGM3X7ZfBO4FfQY17EPLkE6nbQieN9lmRMkPnjUxv8V3IfoTKTcXy6bvHgzTZo5WpSOEKx6TaA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JNBHcMcfxY++v6mtmKn8qXjs4ZNE/IknUKMfebp8e62isXBscygEll/tZVsr5SHrnQEOJQNLmcvMUsNHjohHd03g3qreiKWTsOtsSluPhixN+sj9yLwEAejy77MlSJj4eF+CiCejtowekNcbZj5oAXohy2QU6+yUw9H2runJ1U0= Received: by 10.114.137.2 with SMTP id k2mr870021wad.1191250807947; Mon, 01 Oct 2007 08:00:07 -0700 (PDT) Received: by 10.141.3.20 with HTTP; Mon, 1 Oct 2007 08:00:07 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 08:00:07 -0700 From: "Kurt Buff" To: "Joe in MPLS" In-Reply-To: <4700052A.7050008@gracenpeace.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4700052A.7050008@gracenpeace.net> Cc: freebsd-questions@freebsd.org Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 15:00:20 -0000 On 9/30/07, Joe in MPLS wrote: > I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for > mail. I'd like to stop depending on clients(Thunderbird & PDAs) for > primary spam control (especially because our PDAs don't do any). AV > scanning would be a plus too. > > ...jgm Maia Mailguard. It's a fork (sorta) of amavisd-new, and integrates SpamAssassin and ClamAV. It can be set to quarantine emails that are suspected to be spam, and also those with attachments that you consider to be suspicious, and presents end-users with reminder emails and a good web interface for managing their emails. It Rocks. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 15:06:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DADEA16A480 for ; Mon, 1 Oct 2007 15:06:45 +0000 (UTC) (envelope-from e@recolon.ru) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id EE0B413C465 for ; Mon, 1 Oct 2007 15:06:44 +0000 (UTC) (envelope-from e@recolon.ru) Received: by fk-out-0910.google.com with SMTP id b27so4623289fka for ; Mon, 01 Oct 2007 08:06:43 -0700 (PDT) Received: by 10.82.138.6 with SMTP id l6mr8333494bud.1191251181749; Mon, 01 Oct 2007 08:06:21 -0700 (PDT) Received: from localhost ( [81.200.6.25]) by mx.google.com with ESMTPS id f4sm366328nfh.2007.10.01.08.06.19 (version=SSLv3 cipher=OTHER); Mon, 01 Oct 2007 08:06:20 -0700 (PDT) Date: Mon, 1 Oct 2007 19:06:55 +0400 From: Dmitry Gorbik To: Sebastien , freebsd-questions@freebsd.org Message-ID: <20071001190655.40d536d8@recolon.ru> In-Reply-To: <1191249810.1055.15.camel@dell.sinux.seb> References: <1191228201.1074.35.camel@dell.sinux.seb> <20071001171651.3d988ce5@recolon.ru> <1191249810.1055.15.camel@dell.sinux.seb> X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_Go72.TIj7yKhVG.Su4kzNfq; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Subject: Re: Is it a way to run xorg with an ati radeon x1200 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 15:06:45 -0000 --Sig_Go72.TIj7yKhVG.Su4kzNfq Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, 01 Oct 2007 16:43:30 +0200 Sebastien wrote: > Le Lundi 01 octobre 2007 =E0 17:16 +0400, Dmitry Gorbik a =E9crit : > > On Mon, 01 Oct 2007 10:43:21 +0200 > > Sebastien wrote: > >=20 > > > Hello, > > >=20 > > > I'm trying to install 6.2-amd64 on a notebook. I've some difficulties > > > with xorg-7.3 and the video card. It's an Amilo pa 2510 with an ati > > > radeon X1200 (series?) video card and a wxga 1280x800 wild screen. > > >=20 > > > I heard that the xf86-video-radeonhd driver may support this video ca= rd, > > > but it seems experimental and I didn't find it as port. I've find some > > > thread saying that it's possible to compile the driver under freebsd = but > > > I haven't be able to do so. > > >=20 > > >=20 > >=20 > > I had the same problem actually. Didn't find yet how to solve it, excep= t using fglrx-drivers through linux-bin-compat.. >=20 > Where did you find a fglrx driver for amd64 and how did you install it ? > I'm a bit confused now on compatibility. I've installed linux-bin-compat > but never using it. >=20 > Did you try compiling a radeonhd driver from sources ? >=20 > If I find something I'll post it on freebsd-questions@freebsd.org and > put you in bcc. >=20 > Thanks >=20 Please look this http://www.bsdforums.org/forums/showthread.php?threadid=3D= 37837 But the problem is, dri doesn't work on that card. I just changed my = laptop, because it's quite annoying installing drivers and getting ati card= to work... --Sig_Go72.TIj7yKhVG.Su4kzNfq Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iQEVAwUBRwENEJs0+oyL5leDAQKatgf/eBjMJvW13eX1tKEC1B/PON0qOyn9ACzN PyudfZi0InltXHrn5Ov/FBPqUkvwIvAZI1WN9OnCmzXUdJ+OkdHyP2zUZve9IAJx j+RUIozpI6xQxcFofAWOofF72e9FsX2kGb0rZDtTMBcJu2ScPjP+dcW+Jr+vfmt/ oFdAoJ22Hidx+9y65+mEY9xkexKsk99zneyY77Uovnf8sMlaCGsRb3tTfmCGn0Y/ SE2262uslZLLWKGVKJptXyk/d1+3Ki8CkNVX4LBvX6k282Vakw1//7oPT/Wf7sTp xk+huI2oV4jv0r16WdSS0IQF25bzAiuNkfCaezu+DQ0JT1wGuRK1Dw== =OhcO -----END PGP SIGNATURE----- --Sig_Go72.TIj7yKhVG.Su4kzNfq-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 16:07:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F60016A41A for ; Mon, 1 Oct 2007 16:07:52 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id CA08113C44B for ; Mon, 1 Oct 2007 16:07:51 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2765565wxd for ; Mon, 01 Oct 2007 09:07:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=T9z4+FgmwZ/TSzbXefsluFDgrIceb52NorGKhYCdwTA=; b=bItBYS0OKnA7AiOlx6iOxbTFGdmKr6nuaUdprbaI2OT7xpLHQtzceb3OuDFQpSmwbzC2FZoaAePDP4IjqHQFi3/1LumNrMIVFq/1LHG1OyYREyzCxwNGnDuG926tjk6xEb9vSYqJTnv8Vn75xTbRgvOsa1Oz0Lw7144+mT9i8eE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tVahN++SR6kA4fqJYXx71poJHJSwEoeYhqzVpsGQU0ErIU7rIZceVLXAUArhbbBGrSOcnNTluWWFmwsAkrMopgG4gQYUvRBPwizRNvGPnxWhcaov8LryI+WPd/9hDV8lX7wx13snViCT5iGrIKZ6w+e4tMbGLDglRuePuWCO+aU= Received: by 10.70.41.14 with SMTP id o14mr10039733wxo.1191254870688; Mon, 01 Oct 2007 09:07:50 -0700 (PDT) Received: by 10.70.95.16 with HTTP; Mon, 1 Oct 2007 09:07:50 -0700 (PDT) Message-ID: <94136a2c0710010907t188fe01ana85ae9ba7f478065@mail.gmail.com> Date: Mon, 1 Oct 2007 18:07:50 +0200 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Ports tree is already up to date. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 16:07:52 -0000 Hello, I have a habit to download latest ports from FreeBSD farily regularly (a couple of times a week). I use portsnap for that. For the first time today I came accross a message that my ports tree is completely up to date. Hard to believe that as I have not fetched the updates for the last 2 (or 3) days and there are always a few new or updated ones. Coincidence or the portsnap server is wrong? ./port.sh Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found. Fetching snapshot tag from portsnap2.FreeBSD.org... done. Latest snapshot on server matches what we already have. No updates needed. Ports tree is already up to date. Thanks! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 16:33:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5011A16A41B for ; Mon, 1 Oct 2007 16:33:45 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 1921013C468 for ; Mon, 1 Oct 2007 16:33:44 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2772433wxd for ; Mon, 01 Oct 2007 09:33:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=+pE2VADm4FCTaDToYx0SiqTKpXc2Tf1po0MZ+9whHUk=; b=n5DoRSHJoX4XAiicS5d0NbpiDDhTS93u51yZunC5g4MI9o2HDgBO0SgBvhiFHecWvwpGiTS9UlECoTytW3zeu8XvJOzRAMUVaKqqj7LJAiMrMSblfyMLhzDscemAZSTB49L20+WDVyHFt1ffJgkOzqcLzUGJ0T4DGiR9OxOGZO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RkvrmArHE/BVUjhz7ryWS/WAO3rKCwk2XJxS1L5NRsh/GyMdnptSU5gY9zIPez/Fe0vbRecgrinRbcQnCaKRuMtNRXQ529P/7OYGYZ8msHNKolEMvf1RjsgCcYRegSzfFT97pWvKkvMyAqPUhNNyzxfANRGZg2So6g7ZLAooSxE= Received: by 10.70.7.4 with SMTP id 4mr10102439wxg.1191256424100; Mon, 01 Oct 2007 09:33:44 -0700 (PDT) Received: by 10.70.51.3 with HTTP; Mon, 1 Oct 2007 09:33:44 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 13:33:44 -0300 From: luizbcampos@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: SOS linux_base-fc4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 16:33:45 -0000 Hi, everybody! My box runs FreeBSD-6.1-R amd64 and I need to print an important doc; its driver when uncompressed features i386.rpm files and linux_base-fc4 is not at /usr/ports/emulators.. What should I do? Shall I have to update all the OS in order to setup "linux_base-fc4 or shall I have to upgrade by using another command? Yesterday, I run CVSUP and I followed all the steps to upgrade FreeBSD but...linux_base-fc4 was not at /usr/ports/emulators! Regards Luiz From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 16:38:59 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE4BD16A41A for ; Mon, 1 Oct 2007 16:38:59 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 06E3013C43E for ; Mon, 1 Oct 2007 16:38:58 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l91GbbUe069514; Mon, 1 Oct 2007 12:37:37 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l91GbaRM069513; Mon, 1 Oct 2007 12:37:36 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 1 Oct 2007 12:37:36 -0400 From: Jerry McAllister To: Tim Kellers Message-ID: <20071001163736.GA69494@gizmo.acns.msu.edu> References: <46FEB3C6.8070009@wallnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46FEB3C6.8070009@wallnet.com> User-Agent: Mutt/1.4.2.2i Cc: "questions@freebsd.org" Subject: Re: HP Server compatability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 16:39:00 -0000 On Sat, Sep 29, 2007 at 04:21:26PM -0400, Tim Kellers wrote: > I thought e would be purchasing a Dell 2950 to use as part of our > FreeBSD 6.2 server farm, (and thanks to everyone for their informed > replies), but due to other circumstances, our client wants to purchase a > HP ProLiant ML350 G5 SAS LFF - Rack Server. We loaded FreeBSD on a Proliant 350 sometime back. We at first thought there was a compatibility problem, but it turned out to be some component on the motherboard. They replaced the motherboard and it worked just fine. It was not a rack mount model, but I doubt those will work any differently as far as FreeBSD is concerned. ////jerry > > The only experience I have with HP is their printers and I know nothing > about their server compatability with FreeBSD. Does anyone know if this > unit is compatible with FreeBSD 6.2 or has anyone actually installed it > on one? Any pointer to pitfalls and/or workarounds would be greatly > appreciated. > > Thanks > > Tim > _______________________________________________ > 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 Oct 1 16:51:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 304C216A417 for ; Mon, 1 Oct 2007 16:51:20 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id EDA5313C467 for ; Mon, 1 Oct 2007 16:51:19 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IcOQg-0000xf-WD for freebsd-questions@freebsd.org; Mon, 01 Oct 2007 16:47:35 +0000 Received: from brist1-dhcp-76.greenmountainaccess.net ([69.54.15.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Oct 2007 16:47:34 +0000 Received: from scott by brist1-dhcp-76.greenmountainaccess.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Oct 2007 16:47:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: "Scott I. Remick" Date: Mon, 1 Oct 2007 16:43:09 +0000 (UTC) Lines: 9 Message-ID: References: <94136a2c0710010907t188fe01ana85ae9ba7f478065@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: brist1-dhcp-76.greenmountainaccess.net X-Archive: encrypt User-Agent: Pan/0.132 (Waxed in Black) Sender: news Subject: Re: Ports tree is already up to date. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 16:51:20 -0000 On Mon, 01 Oct 2007 18:07:50 +0200, Zbigniew Szalbot wrote: > Hard to believe that as I have not fetched the updates for the > last 2 (or 3) days and there are always a few new or updated ones. > Coincidence or the portsnap server is wrong? You're not the only one. I just hopped on here to check to see if there was any mention of a ports freeze that I missed. Figure 6.3 is just around the corner...maybe? From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 16:54:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DEA916A417 for ; Mon, 1 Oct 2007 16:54:35 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id CD33C13C47E for ; Mon, 1 Oct 2007 16:54:33 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so7321707pyb for ; Mon, 01 Oct 2007 09:54:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; bh=6AIiJVeYQbwd20mroNEjVweK+jB81bDPyNPq9Oyxk98=; b=M78xixAzPpC0JXZ77OkKepAzX18n5q0k1rzmi6o7Ut1pw1rGoD+yy/nRelEKFmAebLMxL1OWJwjeLv96uLbqKhMCchRfa/JjGNBrk3K5BajBtIh1zp2U747T20cdWzWtmrTw4LVIszIeqI864JzPwMp99cwIJmgl8INGR9FzcmQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=amwr1mCaeI7cTFGNnIL9EyUWpl/EAuFA19dDqyakS/0i7Af4v1AUVj4fTA+Zs+THK47TGdhacbKlcea3U0PJC6vW1VWzvY6RFWmaBwZ3qsZ2KJoCwV4TsuKh/OZBO+WvTm/QVIOrcH/uBaoeSd9hLiBMIJ+a8KzVsY6NTxew9Ns= Received: by 10.35.83.20 with SMTP id k20mr8135637pyl.1191257672348; Mon, 01 Oct 2007 09:54:32 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id f78sm11690549pyh.2007.10.01.09.54.31 (version=SSLv3 cipher=OTHER); Mon, 01 Oct 2007 09:54:31 -0700 (PDT) In-Reply-To: References: <94136a2c0710010907t188fe01ana85ae9ba7f478065@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <12A8955E-16B7-4A78-BBAD-8B490F114958@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 1 Oct 2007 11:54:29 -0500 To: Scott I. Remick X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: Ports tree is already up to date. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 16:54:35 -0000 On Oct 1, 2007, at 11:43 AMOct 1, 2007, Scott I. Remick wrote: > On Mon, 01 Oct 2007 18:07:50 +0200, Zbigniew Szalbot wrote: > >> Hard to believe that as I have not fetched the updates for the >> last 2 (or 3) days and there are always a few new or updated ones. >> Coincidence or the portsnap server is wrong? > > You're not the only one. I just hopped on here to check to see if > there > was any mention of a ports freeze that I missed. Figure 6.3 is just > around the corner...maybe? IIRC, 7.0 will probably be released first. We could be looking at that. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 17:19:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B3F316A420 for ; Mon, 1 Oct 2007 17:19:15 +0000 (UTC) (envelope-from saivinob@yahoo.com) Received: from web43145.mail.sp1.yahoo.com (web43145.mail.sp1.yahoo.com [216.252.121.75]) by mx1.freebsd.org (Postfix) with SMTP id 8580013C46A for ; Mon, 1 Oct 2007 17:19:15 +0000 (UTC) (envelope-from saivinob@yahoo.com) Received: (qmail 49411 invoked by uid 60001); 1 Oct 2007 16:52:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=fU1zbXXMYUlefS8VZxKVMlwqwZ9Uqsi1A5xzzygH3x8ExPeJeC2DfZgo6e+ce8B37s/c3BiUps7XseMagxiI6HxxA0a8yW0WxX8gF6d6RwslIHclwjUhlT4eMppjw39jzTteFQ593Q8TY/QOq8Ku5vhFIJd+FqCsX27shTCMRig=; X-YMail-OSG: ByNQ.fYVM1mIkyzK7Z4lr3ofjX8FbhVy.CXhFGUwNqY6WjGiZJhhNiN1VlFdHP1gcA.onaaOsIWo9p1xa4PBjoTL.SkFQcGSRdCwpsHtzUJY_.bKt5s- Received: from [121.246.11.122] by web43145.mail.sp1.yahoo.com via HTTP; Mon, 01 Oct 2007 17:52:33 BST Date: Mon, 1 Oct 2007 17:52:33 +0100 (BST) From: Sai Vinob To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <233172.37973.qm@web43145.mail.sp1.yahoo.com> Subject: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 17:19:15 -0000 Hi all, I'm not able to enable sound on my FreeBSD 6.2 box. I'm trying it here in mailing lists after trying in forums The error message when I click on the speaker icon is: The volume control did not find any elements and/or devices to control. This means either that you don'thave the right GStreamer plugins installed, or that you don't have a sound card configured. My motherboard is Asus K8V-VM Ultra with southbridge VT8233A. It uses a realtek ALC660 codec. Initially, 'kldstat' just showed: Id Refs Address Size Name 1 10 0xc0400000 6f6544 kernel 2 1 0xc0af7000 59f20 acpi.ko 3 1 0xc4364000 16000 linux.ko 4 1 0xc43b9000 17000 ng_btsocket.ko 5 1 0xc43d0000 a000 netgraph.ko 6 1 0xc43de000 2000 ng_bluetooth.ko and /dev/sndstat did not exist. I then tried 'kldload snd_via8233' and I got this for 'cat /dev/sndstat': #cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: I tried 'kldload snd_driver', the generic case too. But no use. Then I tried loading it as boottime module with 'snd_via8233_load="YES"' in the /boot/loader.conf file. The 'kldstat' now shows, Id Refs Address Size Name 1 12 0xc0400000 6f6544 kernel 2 1 0xc0af7000 6170 snd_via8233.ko 3 2 0xc0afe000 22b88 sound.ko 4 1 0xc0b21000 59f20 acpi.ko 5 1 0xc4368000 16000 linux.ko 6 1 0xc43c6000 17000 ng_btsocket.ko 7 1 0xc43bb000 a000 netgraph.ko 8 1 0xc43e1000 2000 ng_bluetooth.ko But this did not solve the problem. Looking at the error msg which talked about GStream plugins, I did /usr/sysinstall and from ftp installed whatever GStreamer thing I could find. But nothing helped. Could anyone guide me in activating audio in my box. Save all your chat conversations. Find them online at http://in.messenger.yahoo.com/webmessengerpromo.php From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 17:38:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0537016A418 for ; Mon, 1 Oct 2007 17:38:24 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id B9DA513C4BC for ; Mon, 1 Oct 2007 17:38:23 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2357206nzf for ; Mon, 01 Oct 2007 10:38:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Lkf+A+zzIVE4baM1oqOugvavpxGTXulDk65FyROQG3U=; b=GxbOJNcT1FEBc2MGDxQZ5+l8hYq6Tml2JF1yBGS0ctGzSyT2BBVO37wvq8NvLVTQWFCm88/1nf0NxUbKrKlOxh0Gx8NANh2GqAVT6euUAolvjqC7DtLNfX4zJ1Tetu0oz0JC0Rzpaw4iq+8SNWDPEQF4oyEfIC04U8McXXRSSnw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DNNEokPZRIHp9wR5VIpqhBjvUQZ09o+inqnvRgHs1CdQRblLLIKm6Cj18CR4j+I7KX5qO9P0g2afXURbJM0DBPFZ080NCof5BFNsg8uhS8Ywf1/E2XnX9bRnPKjQUvA7WYoNglYFQgI5ifOJHl+trT+JNMlWsz44HlbaYha9Q+A= Received: by 10.65.205.16 with SMTP id h16mr6185539qbq.1191260302105; Mon, 01 Oct 2007 10:38:22 -0700 (PDT) Received: by 10.65.210.14 with HTTP; Mon, 1 Oct 2007 10:38:22 -0700 (PDT) Message-ID: <64c038660710011038o4152576bm32d5cb6983e62115@mail.gmail.com> Date: Mon, 1 Oct 2007 11:38:22 -0600 From: Modulok To: "Lowell Gilbert" In-Reply-To: <44myv5h46s.fsf@Lowell-Desk.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64c038660709281127j1df4835bxcbfe4495600fd6d7@mail.gmail.com> <20070928201528.GB62033@dan.emsphone.com> <64c038660709290800q331e15bel26273dc14587ce0e@mail.gmail.com> <44myv5h46s.fsf@Lowell-Desk.lan> Cc: Dan Nelson , freebsd-questions@freebsd.org Subject: Re: File size discrepancies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 17:38:24 -0000 Thanks for all the great feedback, guys. It helped. -Modulok- On 9/29/07, Lowell Gilbert wrote: > Modulok writes: > > > So, the size of a directory itself can differ when the contents is > > identical? This is news to me. > > If you delete files from a directory, the storage used for the > directory entries is not freed. > From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 17:39:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8141F16A476 for ; Mon, 1 Oct 2007 17:39:51 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id C419113C4BB for ; Mon, 1 Oct 2007 17:39:48 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l91HFE92010563 for ; Mon, 1 Oct 2007 12:15:14 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GV+LZ-2SEGJ3 for ; Mon, 1 Oct 2007 12:15:09 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l91HF4ar010517 for ; Mon, 1 Oct 2007 12:15:08 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <47012B12.9050305@daleco.biz> Date: Mon, 01 Oct 2007 12:14:58 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <94136a2c0710010907t188fe01ana85ae9ba7f478065@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Ports tree is already up to date. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 17:39:51 -0000 Scott I. Remick wrote: > On Mon, 01 Oct 2007 18:07:50 +0200, Zbigniew Szalbot wrote: > >> Hard to believe that as I have not fetched the updates for the >> last 2 (or 3) days and there are always a few new or updated ones. >> Coincidence or the portsnap server is wrong? > > You're not the only one. I just hopped on here to check to see if there > was any mention of a ports freeze that I missed. Figure 6.3 is just > around the corner...maybe? I suppose it's possible, or 7.0 as Eric suggests, but refer to recent ports@ posts regarding autoconf failures; just speculation on my part, but it could have something to do with the effect you have noticed. "'Tis a puzzlement!" Kevin Kinsey -- The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 17:47:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA5716A418 for ; Mon, 1 Oct 2007 17:47:05 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 2849B13C448 for ; Mon, 1 Oct 2007 17:47:04 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so7355866pyb for ; Mon, 01 Oct 2007 10:47:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=lVDKbesnEVRM23DreblN+C14/nnpoWZFeidvvquH7Z8=; b=QwagHjFvK2cfs7hmyjv4fZ+tM8XXU/RJeQ4nLJKC6HQ6sT1ce63/9uamNBJfLpZVb4YbI92tKxAmtvvtUlU+F1Z+GRs1E0fSH/W1ukuQU9TSXdWHsNk4Z8FK4Uw85EFnUZEsp+r4wydcc8B4kaXJWWHfJExzE+S2+lacJpvBoCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=f+Xr25UQEBqwG/5mMw9W7Yv0JnaXCmlik3SjPIYviENxCUqxDs4V+D1PYSrtRcivSKrBcOyOeqe2kBapNLyp1MMw6UWNNDsHE3Lm2Y+J20EBxmzpseiFBhXjxjcv13F4yusX04ukTtKj8gDqqD+o/zIe/8xW7m+bcfjmKiAellM= Received: by 10.65.230.9 with SMTP id h9mr2344246qbr.1191260818364; Mon, 01 Oct 2007 10:46:58 -0700 (PDT) Received: by 10.65.210.14 with HTTP; Mon, 1 Oct 2007 10:46:58 -0700 (PDT) Message-ID: <64c038660710011046h45ebfa84jd4a1eb12eca957c3@mail.gmail.com> Date: Mon, 1 Oct 2007 11:46:58 -0600 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Base system config file headers... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 17:47:05 -0000 In the header of many of the base system's config files there are lines similar to this: "# $FreeBSD: src/etc/group,v 1.32.2.1 2006/03/06 22:23:10 rwatson Exp $" Do these have any useful purpose, other than as a human-readable comment? Some kind of versioning or update information to be processed by some automated tool of some sort? Basically I just want to know if I can safely delete them in any config files I tweak. Thanks. -Modulok- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 17:49:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EA3C16A418 for ; Mon, 1 Oct 2007 17:49:37 +0000 (UTC) (envelope-from ryan-bsd@trolocsis.com) Received: from zeus.kimaker.com (zeus.kimaker.com [64.62.244.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6B98213C43E for ; Mon, 1 Oct 2007 17:49:37 +0000 (UTC) (envelope-from ryan-bsd@trolocsis.com) Received: by zeus.kimaker.com (Postfix, from userid 1002) id 1EA0975840D; Mon, 1 Oct 2007 10:31:52 -0700 (PDT) Date: Mon, 1 Oct 2007 10:31:52 -0700 From: Ryan Phillips To: freebsd-questions@freebsd.org Message-ID: <20071001173151.GF15140@zeus.kimaker.com> Mail-Followup-To: freebsd-questions@freebsd.org, maxsec@gmail.com References: <200709302038.03763.lists-fbsd@shadypond.com> <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> <20071001060427.D0D1.GERARD-SEIBERT@seibercom.net> <72cf361e0710010339n6480372djbef2527f4bb3ed54@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <72cf361e0710010339n6480372djbef2527f4bb3ed54@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: maxsec@gmail.com Subject: Re: Re[2]: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 17:49:37 -0000 Martin Hepworth said: > Top posting is gmail being broken - just like Outleek ;-( > > as for the whole mailscanner/postfix thing I'm very aware of the issues and > the fact no-one who actually works WW with likes him ;-) The Better Gmail plugin for Firefox includes an option to enable bottom posting. https://addons.mozilla.org/en-US/firefox/addon/4866 -Ryan From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 18:12:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C83B16A41A for ; Mon, 1 Oct 2007 18:12:38 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 65D3013C458 for ; Mon, 1 Oct 2007 18:12:38 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so790592anc for ; Mon, 01 Oct 2007 11:12:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=0cqQsJBs4+4ZDVddcT2Ju94VjHuZSiOOFqJDgpROd5Y=; b=eCfpGA5tDRmjRbSriMTXBdHWkaRydEjFI4v+E4aI74h1muTSxtvcv/Xi/Q/u79O1iBKgviN+UwNWqqVDOq7tgqcPp3j3xzNLEdR8X7V6e0895HpfRR555ZcQSsPACemni5jTQyJyXvw5jemkZkjOFNyuyZPEONNYhwPw9Qkr+yU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=mOE9PvElmVFb9bK8Ogp9T5Dopc39UcOpfhFsZoNipSi3VapBLwv7nL6N4+Sl2Rf8YQm+vjDP+sPZT1e3FmQL5C0kgt8e0uU5bGvnPRajhBL/Bi3gXb8QU9JRu4w8Z79JWEipjhNcZxgSgDK3G23Gbp3IUvIuVyWO8RR72nyuVBs= Received: by 10.90.86.10 with SMTP id j10mr917999agb.1191262340050; Mon, 01 Oct 2007 11:12:20 -0700 (PDT) Received: by 10.90.74.18 with HTTP; Mon, 1 Oct 2007 11:12:19 -0700 (PDT) Message-ID: <72cf361e0710011112w6382f0dexe151689fe3775b0e@mail.gmail.com> Date: Mon, 1 Oct 2007 19:12:19 +0100 From: "Martin Hepworth" To: freebsd-questions@freebsd.org In-Reply-To: <20071001173151.GF15140@zeus.kimaker.com> MIME-Version: 1.0 References: <200709302038.03763.lists-fbsd@shadypond.com> <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> <20071001060427.D0D1.GERARD-SEIBERT@seibercom.net> <72cf361e0710010339n6480372djbef2527f4bb3ed54@mail.gmail.com> <20071001173151.GF15140@zeus.kimaker.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Re[2]: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 18:12:38 -0000 On 10/1/07, Ryan Phillips wrote: > > Martin Hepworth said: > > Top posting is gmail being broken - just like Outleek ;-( > > > > as for the whole mailscanner/postfix thing I'm very aware of the issues > and > > the fact no-one who actually works WW with likes him ;-) > > The Better Gmail plugin for Firefox includes an option to enable bottom > posting. > > https://addons.mozilla.org/en-US/firefox/addon/4866 > > -Ryan > Ryan hmm ta - got that, but still doesn't BP even with the option set, I'll experiment -- martin From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 18:25:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3911916A468 for ; Mon, 1 Oct 2007 18:25:54 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1703913C48E for ; Mon, 1 Oct 2007 18:25:54 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 2F3545DB2; Mon, 1 Oct 2007 14:25:53 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fviCV+ZnJMbl; Mon, 1 Oct 2007 14:25:50 -0400 (EDT) Received: from [192.168.1.249] (pool-71-190-65-187.nycmny.east.verizon.net [71.190.65.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 836D95C87; Mon, 1 Oct 2007 14:25:49 -0400 (EDT) Message-ID: <47013BA0.4060107@mac.com> Date: Mon, 01 Oct 2007 14:25:36 -0400 From: Chuck Swiger User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Modulok References: <64c038660710011046h45ebfa84jd4a1eb12eca957c3@mail.gmail.com> In-Reply-To: <64c038660710011046h45ebfa84jd4a1eb12eca957c3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Base system config file headers... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 18:25:54 -0000 Modulok wrote: > In the header of many of the base system's config files there are > lines similar to this: > > "# $FreeBSD: src/etc/group,v 1.32.2.1 2006/03/06 22:23:10 rwatson Exp $" > > Do these have any useful purpose, other than as a human-readable > comment? Some kind of versioning or update information to be processed > by some automated tool of some sort? mergemaster will pay attention to these and can do a better job of automatically updating config files which have not been hand-editted. > Basically I just want to know if I can safely delete them in any config files I tweak. You can safely delete them, but it's probably not worth doing unless you are significantly re-writing the config file. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 18:29:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2636C16A417 for ; Mon, 1 Oct 2007 18:29:40 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id 06B8413C45B for ; Mon, 1 Oct 2007 18:29:39 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: by mail.digitalfreaks.org (Postfix, from userid 1022) id 1952817A60; Mon, 1 Oct 2007 14:29:39 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id 1819E17A5F; Mon, 1 Oct 2007 14:29:39 -0400 (EDT) Date: Mon, 1 Oct 2007 14:29:38 -0400 (EDT) From: "Brian A. Seklecki" X-X-Sender: lavalamp@arbitor.digitalfreaks.org To: Jonathan McKeown In-Reply-To: <200710010856.44860.jonathan@hst.org.za> Message-ID: <20071001142854.I34346@arbitor.digitalfreaks.org> References: <46FCDD68.6030901@zedat.fu-berlin.de> <1190989759.2994.26.camel@new-host> <200710010856.44860.jonathan@hst.org.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "O. Hartmann" , freebsd-questions@freebsd.org Subject: Re: passwd(1) and LDAP (was Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 18:29:40 -0000 Does it log in as the LDAP user or the PAM super-user to do the attribute change? I'll check out the source...but that's great news. ~BAS On Mon, 1 Oct 2007, Jonathan McKeown wrote: > On Friday 28 September 2007 16:29, Brian A. Seklecki wrote: >> FreeBSD 5.x and 6.x work fine with both PAM and NSS -> LDAP w/ TLS >> (PKI). >> >> All other services (RADIUS, Apache ((mod_ldap, mod_pam_auth), PHP, >> interactive shell, SFTP, etc.) can be tied into LDAP either directly or >> via PAM. >> >> As for password change, I don't know if anyone has a passwd(1) binary >> that properly changes the LDAP password attribute -- if there is and its >> out there, it requires ACL insanity. > > The passwd(1) program was rewritten some time ago to use PAM, but a test was > left in which prevents it doing so. I have asked, both on this list and on > freebsd-hackers in the last few weeks, whether there is any reason other than > historical to leave this test in, and been deafened by the silence. There are > a couple of PRs either open or suspended regarding this issue. > > I diked out the whole switch statement and replaced it with a single printf, > and it works for changing LDAP passwords. I haven't thoroughly tested to see > if it causes any other problems. > > Jonathan > l8* -lava (Brian A. Seklecki - Pittsburgh, PA, USA) http://www.spiritual-machines.org/ "Guilty? Yeah. But he knows it. I mean, you're guilty. You just don't know it. So who's really in jail?" ~Maynard James Keenan From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 18:59:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7240116A420 for ; Mon, 1 Oct 2007 18:59:08 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id 2455213C4A6 for ; Mon, 1 Oct 2007 18:59:08 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1868725wra for ; Mon, 01 Oct 2007 11:59:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=lwwf4ZU8Wh0s9ydOR8R9bozdN5sR9dswSDxUK1N7A2E=; b=eRmlnh4glx+5BtgRusJp2ontNUOppojvzcerr1qQ3+4uWmEzm1ZFEIQy/Ua9g3xT+U+WfM6Jc1wH5/P6AjLzquT+kubWHrYSV5rzJnApxkIBQ29yb+lqma5HPddb6W0KNZpSqFXYhUZJ+ruO9N5stdvYFTlehtI1D5HmTkhU4b8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hvwGSxVJJQHzkuz2P1dYr+mdcQzmNjmfibBNAq1Vf6f4nj/fszDuesGkQOmudSYKPQOkTGHqNprPo0Vb1exWmSAzsdTeqom98/vrW1TKSAFhoYHBUkwPDpcNczljnB4NRPqjs3XONkWGjeTGiO60pTdpXDhVuZ8AoD/Yk33vMqk= Received: by 10.78.179.12 with SMTP id b12mr3609258huf.1191265145343; Mon, 01 Oct 2007 11:59:05 -0700 (PDT) Received: by 10.78.158.18 with HTTP; Mon, 1 Oct 2007 11:59:05 -0700 (PDT) Message-ID: <7daacbbe0710011159t63393154ycbdd7e30c906902d@mail.gmail.com> Date: Mon, 1 Oct 2007 20:59:05 +0200 From: "Dominique Goncalves" To: "Sai Vinob" In-Reply-To: <233172.37973.qm@web43145.mail.sp1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <233172.37973.qm@web43145.mail.sp1.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 18:59:08 -0000 Hi, On 10/1/07, Sai Vinob wrote: > Hi all, > I'm not able to enable sound on my FreeBSD 6.2 box. I'm trying it here > in mailing lists after trying in > forums > > The error message when I click on the speaker icon is: > The volume control did not find any elements and/or devices to control. > This means either that you don'thave the right GStreamer plugins > installed, or that you don't have a sound card configured. > > My motherboard is Asus K8V-VM Ultra with southbridge VT8233A. It uses a > realtek ALC660 codec. > > Initially, 'kldstat' just showed: > Id Refs Address Size Name > 1 10 0xc0400000 6f6544 kernel > 2 1 0xc0af7000 59f20 acpi.ko > 3 1 0xc4364000 16000 linux.ko > 4 1 0xc43b9000 17000 ng_btsocket.ko > 5 1 0xc43d0000 a000 netgraph.ko > 6 1 0xc43de000 2000 ng_bluetooth.ko > > and /dev/sndstat did not exist. > > I then tried 'kldload snd_via8233' and I got this for 'cat > /dev/sndstat': > #cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > > I tried 'kldload snd_driver', the generic case too. But no use. > > Then I tried loading it as boottime module with > 'snd_via8233_load="YES"' in the /boot/loader.conf file. The 'kldstat' > now shows, > Id Refs Address Size Name > 1 12 0xc0400000 6f6544 kernel > 2 1 0xc0af7000 6170 snd_via8233.ko > 3 2 0xc0afe000 22b88 sound.ko > 4 1 0xc0b21000 59f20 acpi.ko > 5 1 0xc4368000 16000 linux.ko > 6 1 0xc43c6000 17000 ng_btsocket.ko > 7 1 0xc43bb000 a000 netgraph.ko > 8 1 0xc43e1000 2000 ng_bluetooth.ko > > But this did not solve the problem. > > Looking at the error msg which talked about GStream plugins, I did > /usr/sysinstall and from ftp installed whatever GStreamer thing I could > find. But nothing helped. > > Could anyone guide me in activating audio in my box. > > > Save all your chat conversations. Find them online at http://in.messenger.yahoo.com/webmessengerpromo.php > _______________________________________________ > 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" > What's the output of dmesg after kldload snd_via8233 ? 'pciconf -vl' could help also to see what's your exact hardware (revision, etc...) Regards. -- There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life." From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 19:31:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD67C16A421 for ; Mon, 1 Oct 2007 19:31:19 +0000 (UTC) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: from fallbackmx02.syd.optusnet.com.au (fallbackmx02.syd.optusnet.com.au [211.29.133.72]) by mx1.freebsd.org (Postfix) with ESMTP id 6368713C465 for ; Mon, 1 Oct 2007 19:31:19 +0000 (UTC) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by fallbackmx02.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id l91ABfTj007393 for ; Mon, 1 Oct 2007 20:11:41 +1000 Received: from triptrop.cse.unsw.edu.au (blaax11-b109.dialup.optusnet.com.au [203.164.191.109]) by mail14.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l91ABZ1U017814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 1 Oct 2007 20:11:37 +1000 Received: from triptrop.cse.unsw.edu.au (localhost [127.0.0.1]) by triptrop.cse.unsw.edu.au (8.14.1/8.13.6) with ESMTP id l91A9DLH020317 for ; Mon, 1 Oct 2007 20:09:13 +1000 (EST) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: (from tbourke@localhost) by triptrop.cse.unsw.edu.au (8.14.1/8.13.6/Submit) id l91A9DRp020316 for freebsd-questions@freebsd.org; Mon, 1 Oct 2007 20:09:13 +1000 (EST) (envelope-from tbourke) Date: Mon, 1 Oct 2007 20:09:13 +1000 From: Timothy Bourke To: freebsd-questions@freebsd.org Message-ID: <20071001100912.GD878@triptrop.cse.unsw.EDU.AU> Mail-Followup-To: freebsd-questions@freebsd.org References: <972994690710010044rdce782djfbaabc2a2dd2d486@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cQXOx3fnlpmgJsTP" Content-Disposition: inline In-Reply-To: <972994690710010044rdce782djfbaabc2a2dd2d486@mail.gmail.com> User-Agent: Mutt/1.4.2.2i X-PGP-Key: http://www.cse.unsw.edu.au/~tbourke/pubkey.txt Subject: Re: WEP Mode: Bad Value? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 19:31:19 -0000 --cQXOx3fnlpmgJsTP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Oct 1 at 08:44 +0100, James Jeffery wrote: > ifconfig rum0 inet 192.168.2.8 netmask 0xff000000 ssid belkin54g \ wepmode > on wepkey 0xf5d04e6cb3352c6b13cd468b27 weptxtkey 1 You might try with: wepkey 1:0xf5d04e6cb3352c6b13cd468b27 Tim. --cQXOx3fnlpmgJsTP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHAMdItKVK1sFb0ecRArWCAJ4gYIZhNZ/1iP9LSUfCRyppGbmJiwCfVA8k B8R+DRwhQURgBDQ14hu7YiA= =dVw1 -----END PGP SIGNATURE----- --cQXOx3fnlpmgJsTP-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 19:38:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F50516A417 for ; Mon, 1 Oct 2007 19:38:10 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90]) by mx1.freebsd.org (Postfix) with ESMTP id 4AF6413C481 for ; Mon, 1 Oct 2007 19:38:10 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from [87.107.63.161] (port=50613 helo=attila) by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IcR5i-0008Js-Pt for freebsd-questions@freebsd.org; Tue, 02 Oct 2007 03:38:08 +0800 Date: Mon, 1 Oct 2007 23:13:34 +0330 From: "Bahman M." To: freebsd-questions@freebsd.org Message-ID: <20071001231334.71ddc9ac@attila> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kedah.mschosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - adempiere.org X-Source: X-Source-Args: X-Source-Dir: Subject: Is Apache rotatelogs efficienct for real world use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 19:38:10 -0000 Hi all, Is Apache rotatelogs suitable for handling large volumes of access logs, i.e. around 50K requests per hour at _peak_ time which is 1.2M requests per day. According to Apache website (http://httpd.apache.org/docs/1.3/logs.html#rotation) this becomes about 120MB in size per day. Does somebody have similar experience with rotatelogs? Would you direct me to the proper tool in case it's not efficient enough ? TIA, Bahman From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 19:51:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BD7916A418 for ; Mon, 1 Oct 2007 19:51:52 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 5514C13C48D for ; Mon, 1 Oct 2007 19:51:52 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so4829468waf for ; Mon, 01 Oct 2007 12:51:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; bh=C3jVlwAWVa0lNOKRnYmz0QoT6zV7fKp6yAQYEvlUGfM=; b=f15gpaLU+21bhg2BmMc0E5SugKfFOyozrLa7KJ+o5ggD5V9BJRqeWrfjy0nxgTO5pKUTuDy0w4N7P1tUhWqiXVWIjGrPfvCg1MCwvKK9LyZE3a60M0viSqzqLIJi17fKabm2TltbjVCm6RfRUe8pwU0EuptGEfncfjYkVnppfAY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=gcZD7FOM1LmzbKX+8wBctGKn5YIKlwVCCO24Yen3Wp5VcLYhYQaxD9PhxlIgLlE4pHuOYa8Biw9ueJuHbDxwWEBXpACPnLhbqXzOoBHeVx7lVoM9BvkOZORWphM66cJcD9+FZsxGffawEEWawq6+jXjseQEJ3Z26Lykt83QOIo4= Received: by 10.114.160.1 with SMTP id i1mr5441856wae.1191268311422; Mon, 01 Oct 2007 12:51:51 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id 38sm624858nza.2007.10.01.12.51.49 (version=SSLv3 cipher=OTHER); Mon, 01 Oct 2007 12:51:50 -0700 (PDT) In-Reply-To: <20071001231334.71ddc9ac@attila> References: <20071001231334.71ddc9ac@attila> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <374E75AA-8954-4186-BBCA-F775730B1192@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 1 Oct 2007 14:51:46 -0500 To: Bahman M. X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: Is Apache rotatelogs efficienct for real world use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 19:51:52 -0000 On Oct 1, 2007, at 2:43 PMOct 1, 2007, Bahman M. wrote: > Hi all, > > Is Apache rotatelogs suitable for handling large volumes of > access logs, i.e. around 50K requests per hour at _peak_ time which is > 1.2M requests per day. According to Apache website > (http://httpd.apache.org/docs/1.3/logs.html#rotation) this becomes > about 120MB in size per day. > > Does somebody have similar experience with rotatelogs? Would you > direct me to the proper tool in case it's not efficient enough ? > > TIA, > > Bahman I would recommend letting syslog handle the rotation. While we don't have that many hits, it's always worked well. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 19:55:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B0D16A468 for ; Mon, 1 Oct 2007 19:55:19 +0000 (UTC) (envelope-from prvs=hal=7872f192f@cc.usu.edu) Received: from ironport2.usu.edu (ironport2.usu.edu [129.123.1.27]) by mx1.freebsd.org (Postfix) with ESMTP id BE1E513C49D for ; Mon, 1 Oct 2007 19:55:19 +0000 (UTC) (envelope-from prvs=hal=7872f192f@cc.usu.edu) Received: from buffy.ncs.usu.edu (HELO [129.123.104.140]) ([129.123.104.140]) by ironport2.usu.edu with ESMTP; 01 Oct 2007 13:25:29 -0600 X-SBRS: None X-IronPort-AV: i="4.21,217,1188799200"; d="scan'208"; a="158287985:sNHT4257408456" Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <68B70519-3A44-4E43-82C7-6B32580B3F39@cc.usu.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@FreeBSD.ORG From: hal Date: Mon, 1 Oct 2007 13:25:29 -0600 X-Mailer: Apple Mail (2.752.3) Cc: Subject: 6.2 iso images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 19:55:19 -0000 On freebsd.org the date of the ISO images is 1-12-2007. There have been several updates since then. Is there a repository of ISO images that are kept current? hal From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:03:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F1F016A417 for ; Mon, 1 Oct 2007 20:03:44 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 2476813C4B6 for ; Mon, 1 Oct 2007 20:03:43 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-309368.home.otenet.gr [85.72.64.22]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l91K3c9L030829; Mon, 1 Oct 2007 23:03:38 +0300 Message-ID: <4701529A.1090708@otenet.gr> Date: Mon, 01 Oct 2007 23:03:38 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: hal References: <68B70519-3A44-4E43-82C7-6B32580B3F39@cc.usu.edu> In-Reply-To: <68B70519-3A44-4E43-82C7-6B32580B3F39@cc.usu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 6.2 iso images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:03:44 -0000 hal wrote: > On freebsd.org the date of the ISO images is > 1-12-2007. There have been several updates > since then. Is there a repository of ISO images > that are kept current? > > hal > > _______________________________________________ > 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" > > Maybe you would like to download a 6-STABLE ISO image? Have a look at ftp://ftp.freebsd.org/pub/FreeBSD/snapshots and in particular ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200709 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:09:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF56C16A41B for ; Mon, 1 Oct 2007 20:09:06 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.de [194.25.134.85]) by mx1.freebsd.org (Postfix) with ESMTP id C937013C46A for ; Mon, 1 Oct 2007 20:09:06 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from fwd31.aul.t-online.de by mailout11.aul.t-online.de with smtp id 1IcRZh-0001Uf-02; Mon, 01 Oct 2007 22:09:05 +0200 Received: from localhost (S+v9UBZSYtMRlUg9VrpKEVS+jUy-7dBU3xpgABbjzv0Fs+yRq5zHWCIoCW3nb1BNkI8X5Vlcez@[84.165.120.44]) by fwd31.t-online.de with esmtp id 1IcRZT-0yY3gO0; Mon, 1 Oct 2007 22:08:51 +0200 Date: Mon, 1 Oct 2007 22:08:49 +0200 From: Oliver Herold To: freebsd-questions@freebsd.org Message-ID: <20071001200849.GA68096@olymp.home> Mail-Followup-To: freebsd-questions@freebsd.org References: <68B70519-3A44-4E43-82C7-6B32580B3F39@cc.usu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <68B70519-3A44-4E43-82C7-6B32580B3F39@cc.usu.edu> User-Agent: Mutt/1.5.16 (2007-06-09) X-ID: S+v9UBZSYtMRlUg9VrpKEVS+jUy-7dBU3xpgABbjzv0Fs+yRq5zHWCIoCW3nb1BNkI8X5Vlcez X-TOI-MSGID: d883ecd1-5dce-407f-95bc-9570ba9be338 Subject: Re: 6.2 iso images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:09:07 -0000 As far as I know there are just the releases, but there are of course recent stable and current isos. Cheers, Oliver On Mon, Oct 01, 2007 at 01:25:29PM -0600, hal wrote: > On freebsd.org the date of the ISO images is > 1-12-2007. There have been several updates > since then. Is there a repository of ISO images > that are kept current? > > hal > > _______________________________________________ > 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" -- A box without hinges, key, or lid, Yet golden treasure inside is hid. -- J. R. R. Tolkien From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:21:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C8B216A419 for ; Mon, 1 Oct 2007 20:21:21 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 80B9613C448 for ; Mon, 1 Oct 2007 20:21:21 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id E279B654FB for ; Mon, 1 Oct 2007 15:21:20 -0500 (CDT) Date: Mon, 01 Oct 2007 15:21:20 -0500 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: In-Reply-To: <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> References: <4700052A.7050008@gracenpeace.net> <6.0.0.22.2.20070930152732.02576438@mail.computinginnovations.com> <200709302038.03763.lists-fbsd@shadypond.com> <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:21:21 -0000 --On Monday, October 01, 2007 06:21:48 +0100 Martin Hepworth wrote: > Mailscanner and postfix is perfect combination...no problems with the > correct installation type. > > http://wiki.mailscanner.info/doku.php?id=documentation:configuration:mta: > postfix:politics By far the best anti-spam tool I've used with Postfix is policyd-weight. mail/postfix-policyd-weight -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:22:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 703F516A417 for ; Mon, 1 Oct 2007 20:22:29 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id 0E78A13C4A3 for ; Mon, 1 Oct 2007 20:22:28 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: by mu-out-0910.google.com with SMTP id w9so4893483mue for ; Mon, 01 Oct 2007 13:22:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=7T6YOkgtJ+LiX3mlt2jMR060D0pCCk0WmLO9SDUf6Ms=; b=sODkpgGjYSrj9+PCJrxxaf/dAzthAXBQuJJ6wz/ZhujkP/yX06HyTCFN+yIFxk7SaPF3i/mVR/F30QO3b+PVkzbH097NdQH8eckupRaY7xvutjRES9dEYybbfBGV9K9HhvEX9pGrm0M7WXAiEMEhhhcthd3X0TfNpFGhOmBuDv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NwHTOrLtW75AwoEwcPVLKVcX/p1kgP2yKBa3z0aq/9EFnSxEM3W4w2g0YOLxlOjWWNRB6Vw1YCGsep+qqjzwerJ12klvzmCdongTcBZehpF3FHaHugywXot6gB7N26eas0xZI+MMFcWZfxghSks2xlXK3JOo9QkF+sU3MxpsuEE= Received: by 10.64.28.3 with SMTP id b3mr5030424qbb.1191270143116; Mon, 01 Oct 2007 13:22:23 -0700 (PDT) Received: by 10.64.76.17 with HTTP; Mon, 1 Oct 2007 13:22:23 -0700 (PDT) Message-ID: <972994690710011322t732d35f8s757e725ba27b5e10@mail.gmail.com> Date: Mon, 1 Oct 2007 21:22:23 +0100 From: "James Jeffery" To: freebsd-questions@freebsd.org In-Reply-To: <20071001100912.GD878@triptrop.cse.unsw.EDU.AU> MIME-Version: 1.0 References: <972994690710010044rdce782djfbaabc2a2dd2d486@mail.gmail.com> <20071001100912.GD878@triptrop.cse.unsw.EDU.AU> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: WEP Mode: Bad Value? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:22:29 -0000 Is it possible to use 64-Bit WEP? Im guessing its possible but ive tryed google, and it holds no answers. I will probably look into it over the weekend and see if i can get an article going. On 10/1/07, Timothy Bourke wrote: > > On Oct 1 at 08:44 +0100, James Jeffery wrote: > > ifconfig rum0 inet 192.168.2.8 netmask 0xff000000 ssid belkin54g \ > wepmode > > on wepkey 0xf5d04e6cb3352c6b13cd468b27 weptxtkey 1 > > You might try with: > wepkey 1:0xf5d04e6cb3352c6b13cd468b27 > > Tim. > > > From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:25:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F7A216A41A for ; Mon, 1 Oct 2007 20:25:42 +0000 (UTC) (envelope-from prvs=hal=7872f192f@cc.usu.edu) Received: from ironport2.usu.edu (ironport2.usu.edu [129.123.1.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1E39D13C447 for ; Mon, 1 Oct 2007 20:25:41 +0000 (UTC) (envelope-from prvs=hal=7872f192f@cc.usu.edu) Received: from buffy.ncs.usu.edu (HELO [129.123.104.140]) ([129.123.104.140]) by ironport2.usu.edu with ESMTP; 01 Oct 2007 14:25:37 -0600 X-SBRS: None X-IronPort-AV: i="4.21,217,1188799200"; d="scan'208"; a="158314468:sNHT991455269" Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <4701529A.1090708@otenet.gr> References: <68B70519-3A44-4E43-82C7-6B32580B3F39@cc.usu.edu> <4701529A.1090708@otenet.gr> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: hal Date: Mon, 1 Oct 2007 14:25:36 -0600 To: freebsd-questions@FreeBSD.ORG X-Mailer: Apple Mail (2.752.3) Cc: Subject: Re: 6.2 iso images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:25:42 -0000 On Oct 1, 2007, at Monday, Oct1, 2007 2:03 PM, Manolis Kiagias wrote: >> > Maybe you would like to download a 6-STABLE ISO image? > > Have a look at > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots and in particular > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200709 Thanks I will try it. hal From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:27:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A46916A418 for ; Mon, 1 Oct 2007 20:27:25 +0000 (UTC) (envelope-from prvs=hal=7872f192f@cc.usu.edu) Received: from ironport2.usu.edu (ironport2.usu.edu [129.123.1.27]) by mx1.freebsd.org (Postfix) with ESMTP id 50FFA13C51A for ; Mon, 1 Oct 2007 20:27:25 +0000 (UTC) (envelope-from prvs=hal=7872f192f@cc.usu.edu) Received: from buffy.ncs.usu.edu (HELO [129.123.104.140]) ([129.123.104.140]) by ironport2.usu.edu with ESMTP; 01 Oct 2007 14:27:24 -0600 X-SBRS: None X-IronPort-AV: i="4.21,217,1188799200"; d="scan'208"; a="158315236:sNHT463620822" Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <4701529A.1090708@otenet.gr> References: <68B70519-3A44-4E43-82C7-6B32580B3F39@cc.usu.edu> <4701529A.1090708@otenet.gr> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <66E6B6D2-7A57-4BEE-8127-604F799C2AAD@cc.usu.edu> Content-Transfer-Encoding: 7bit From: hal Date: Mon, 1 Oct 2007 14:27:24 -0600 To: freebsd-questions@FreeBSD.ORG X-Mailer: Apple Mail (2.752.3) Cc: Subject: Re: 6.2 iso images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:27:25 -0000 On Oct 1, 2007, at Monday, Oct1, 2007 2:03 PM, Manolis Kiagias wrote: >> > Maybe you would like to download a 6-STABLE ISO image? > > Have a look at > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots and in particular > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200709 BTW are the snapshots production worthy? hal From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:37:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6778416A516 for ; Mon, 1 Oct 2007 20:37:44 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.freebsd.org (Postfix) with ESMTP id 3398713C4B3 for ; Mon, 1 Oct 2007 20:37:44 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id E834A13C800 for ; Mon, 1 Oct 2007 15:54:21 -0700 (PDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id CC77213C7C3; Mon, 1 Oct 2007 15:54:21 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id C950713C404 for ; Mon, 1 Oct 2007 15:54:21 -0700 (PDT) Date: Mon, 1 Oct 2007 15:54:21 -0700 (PDT) From: Philip Hallstrom To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: <20071001155353.F1106@bravo.pjkh.com> References: <4700052A.7050008@gracenpeace.net> <6.0.0.22.2.20070930152732.02576438@mail.computinginnovations.com> <200709302038.03763.lists-fbsd@shadypond.com> <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:37:44 -0000 > By far the best anti-spam tool I've used with Postfix is policyd-weight. > mail/postfix-policyd-weight Agreed. +1. Me too. :) From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:45:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0229216A417 for ; Mon, 1 Oct 2007 20:45:09 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-66.bluehost.com (outbound-mail-66.bluehost.com [69.89.21.26]) by mx1.freebsd.org (Postfix) with SMTP id DA6BB13C44B for ; Mon, 1 Oct 2007 20:45:08 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 16431 invoked by uid 0); 1 Oct 2007 16:11:56 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy4.bluehost.com with SMTP; 1 Oct 2007 16:11:56 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IcNsB-0007mo-Ko for freebsd-questions@freebsd.org; Mon, 01 Oct 2007 10:11:55 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l8UIVWP0028994 for ; Sun, 30 Sep 2007 12:31:32 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l8UIVVYd028993 for freebsd-questions@freebsd.org; Sun, 30 Sep 2007 12:31:31 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Sun, 30 Sep 2007 12:31:31 -0600 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20070930183131.GA28464@demeter.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <12958961.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12958961.post@talk.nabble.com> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: Research about FreeBSD - Suppor from experts required X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:45:09 -0000 On Sat, Sep 29, 2007 at 12:35:46PM -0700, DBSM wrote: > > 1. Is there an idea of what % of the markets share is owned by FreeBSD when > comparing iwth others O/S such as Red Hat , Ubunto ? I know this is a very > open question what an iniitial idea would be helpful to me. Good question. It's very difficult to determine "market share" for FreeBSD, because it can be downloaded and installed multiple times per install entirely for free. In fact, actual practical market share for MS Windows (in terms of installs in use) can be difficult to judge accurately as well, even though it is officially available only when you pay for it, because: A) a lot of people are running it "illegally" B) many people who "buy" it, generally by purchasing hardware that comes with MS Windows already installed, format the drive and install another OS -- such as FreeBSD > > 2. Usually in what applications are runned over FreeBSD ? I read about > FreeNAS as a Storage application built around FreeBSD Lots of stuff -- network attached storage, fileservers, webservers, firewalls/routers, development workstations, et cetera. I'm planning to very soon set up a game machine running World of Warcraft on FreeBSD via Wine, though I'm sure that particular use of FreeBSD would not qualify for "usual". > > 3. Usually in what kind of HW does FreeBSD is installed (Laptop, Desktops, > Servers ? ) Servers are probably the common case for FreeBSD by a significant margin. That doesn't mean desktop/workstation, laptop, and even embedded device uses are rare, however. I personally use FreeBSD for basically everything these days, and am typing this on a Thinkpad with FreeBSD installed. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] MacUser, Nov. 1990: "There comes a time in the history of any project when it becomes necessary to shoot the engineers and begin production." From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:57:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F39C016A41B for ; Mon, 1 Oct 2007 20:57:09 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 7775213C4B6 for ; Mon, 1 Oct 2007 20:57:08 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-309368.home.otenet.gr [85.72.64.22]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l91Kv4ML025277; Mon, 1 Oct 2007 23:57:04 +0300 Message-ID: <47015F20.70401@otenet.gr> Date: Mon, 01 Oct 2007 23:57:04 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: hal References: <68B70519-3A44-4E43-82C7-6B32580B3F39@cc.usu.edu> <4701529A.1090708@otenet.gr> <66E6B6D2-7A57-4BEE-8127-604F799C2AAD@cc.usu.edu> In-Reply-To: <66E6B6D2-7A57-4BEE-8127-604F799C2AAD@cc.usu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: 6.2 iso images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:57:10 -0000 hal wrote: > > On Oct 1, 2007, at Monday, Oct1, 2007 2:03 PM, Manolis Kiagias wrote: > >>> >> Maybe you would like to download a 6-STABLE ISO image? >> >> Have a look at >> >> ftp://ftp.freebsd.org/pub/FreeBSD/snapshots and in particular >> >> ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200709 > > BTW are the snapshots production worthy? > > hal > _______________________________________________ > Although the most official response would probably be "only use RELEASE on mission critical servers", I would say they are. A lot of people are running STABLE with great results. 6.2 is a mature release now and STABLE reflects this quality as well. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 20:58:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2582E16A417 for ; Mon, 1 Oct 2007 20:58:45 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id EBD1A13C45D for ; Mon, 1 Oct 2007 20:58:44 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l91KvkdG059743; Mon, 1 Oct 2007 16:57:46 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l91Kvekb064943; Mon, 1 Oct 2007 16:57:41 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l91Kve7E064942; Mon, 1 Oct 2007 16:57:40 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200710012057.l91Kve7E064942@himinbjorg.tucs-beachin-obx-house.com> To: b.movaqar@adempiere.org (Bahman M.) Date: Mon, 1 Oct 2007 16:57:40 -0400 (EDT) In-Reply-To: <20071001231334.71ddc9ac@attila> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Is Apache rotatelogs efficienct for real world use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 20:58:45 -0000 > > Hi all, > > Is Apache rotatelogs suitable for handling large volumes of > access logs, i.e. around 50K requests per hour at _peak_ time which is > 1.2M requests per day. According to Apache website > (http://httpd.apache.org/docs/1.3/logs.html#rotation) this becomes > about 120MB in size per day. > > Does somebody have similar experience with rotatelogs? Would you > direct me to the proper tool in case it's not efficient enough ? > > TIA, > > Bahman > We've used /usr/ports/sysutils/cronolog pretty much since the author first wrote it. Something to consider. Tuc/TBOH From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 21:53:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAD1916A417 for ; Mon, 1 Oct 2007 21:53:26 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id D0DBD13C455 for ; Mon, 1 Oct 2007 21:53:26 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D3E6E5DB5; Mon, 1 Oct 2007 17:53:25 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y0APvh2Raj1r; Mon, 1 Oct 2007 17:53:23 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id CF2B65C42; Mon, 1 Oct 2007 17:53:23 -0400 (EDT) In-Reply-To: <20071001231334.71ddc9ac@attila> References: <20071001231334.71ddc9ac@attila> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3EAD7F56-D4D4-4D83-B501-3DEF3C7039AE@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 1 Oct 2007 17:53:18 -0400 To: "Bahman M." X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: Is Apache rotatelogs efficienct for real world use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 21:53:27 -0000 On Oct 1, 2007, at 3:43 PM, Bahman M. wrote: > Is Apache rotatelogs suitable for handling large volumes of > access logs, i.e. around 50K requests per hour at _peak_ time which is > 1.2M requests per day. According to Apache website > (http://httpd.apache.org/docs/1.3/logs.html#rotation) this becomes > about 120MB in size per day. > > Does somebody have similar experience with rotatelogs? Absolutely-- rotatelogs did just fine with one of the sites I used to admin which was getting between 1 and 2.5 million hits a day, depending on the day of the week it was. Storing the logfiles and doing analysis on them afterwards started getting pretty challenging, however: even doing reverse DNS lookups took a fair amount of work, and once you started piling up a year or so's worth, doing things like analog or webalyzer or Unison started taking close to 24-hours to finish running and produce a report. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 22:02:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D08016A417 for ; Mon, 1 Oct 2007 22:02:02 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 0480E13C465 for ; Mon, 1 Oct 2007 22:02:01 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so7512868pyb for ; Mon, 01 Oct 2007 15:02:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=e4t3J/cGcoIaRq82Ncda8zlq/7cbKlmxY0UeB1JQmyo=; b=phccoL5ZaUTubQbCqgua3rireOqhj1x2QxKKrWOHeRpIhVRK3EQeOztpjugvmzNRrQomHVOLo0rygud9FUH2rPNsr31ZMnHThpKpLCuH/zvnSjMM8ZPGjxnrYUunJtWWXpCtAr+uOuZSChzLQ+lcLkGZk1/Pd/v4D+Wj0Q1IBlw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tyvsCyZPl5Sqiet74dXRNrhGYwTStqpZIw1r523A1+sjGrGcmgGzSKRZgyvgHco2kT6i3dV1zBCpavtw2xaRIhcXUevP8Z/Jyvo4frJ6xQVRFiWTx0rT355FUT+dENjdnRpYhlbpNl4biDinI+5qKn1eoM8SBBHAn7j5yw2pUQo= Received: by 10.65.52.1 with SMTP id e1mr5111251qbk.1191276116500; Mon, 01 Oct 2007 15:01:56 -0700 (PDT) Received: by 10.64.91.18 with HTTP; Mon, 1 Oct 2007 15:01:56 -0700 (PDT) Message-ID: <54db43990710011501t50bc6fc9x250e3ed8b1169445@mail.gmail.com> Date: Mon, 1 Oct 2007 18:01:56 -0400 From: "Bob Johnson" To: freebsd-questions@freebsd.org In-Reply-To: <20071001071257.GA3507@mugin.localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071001071257.GA3507@mugin.localhost> Cc: freebsd@elgert.dk Subject: Re: Video chipset hardware list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 22:02:02 -0000 On 10/1/07, Harry Matthiesen Jensen wrote: > Hi, > > I have tried to lookup a hardware list "video chipset supported" > on x.org, but for some reason I can't find anything. > > Is there a good hint where to find it? > I have had pretty good results looking at man pages for individual drivers. If you already have a system and want to estimate your chance of success, this is a good approach. For example, the radeon(4x) page correctly fails to list my RV516 chipset as supported... 8( And nVidia also provides proprietary FreeBSD drivers for their chipsets, so their website may be helpful. I don't know if ATI's proprietary driver is usable on FreeBSD. Keep in mind that the vesa driver will get almost anything working, although without the full performance of a chipset-specific driver. The "Xorg -configure" command is quite good at selecting the correct driver, so it is often easier to just try it and see what happens rather than reading a lot of driver documentation to see if your chipset is supported. The x.org web site is a poor place to look for documentation, so you should probably look at the man pages at freebsd.org if you haven't already installed x.org on your system. Good luck! - Bob From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 22:18:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 044C516A417 for ; Mon, 1 Oct 2007 22:18:06 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id C4B1B13C465 for ; Mon, 1 Oct 2007 22:18:05 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id B41665DC4 for ; Mon, 1 Oct 2007 18:18:04 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SaKOt596uOtk for ; Mon, 1 Oct 2007 18:18:02 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 329AB5C95 for ; Mon, 1 Oct 2007 18:18:02 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20071001155353.F1106@bravo.pjkh.com> References: <4700052A.7050008@gracenpeace.net> <6.0.0.22.2.20070930152732.02576438@mail.computinginnovations.com> <200709302038.03763.lists-fbsd@shadypond.com> <72cf361e0709302221h1a272d0fgfccfe176ff9f67da@mail.gmail.com> <20071001155353.F1106@bravo.pjkh.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 1 Oct 2007 18:18:00 -0400 To: freeBSD Questions X-Mailer: Apple Mail (2.752.2) Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 22:18:06 -0000 On Oct 1, 2007, at 6:54 PM, Philip Hallstrom wrote: >> By far the best anti-spam tool I've used with Postfix is policyd- >> weight. >> mail/postfix-policyd-weight > > Agreed. +1. Me too. Seconded (or thirded :). policyd-weight is much smaller than amavisd-new or SpamAssassin (it tends to run a couple of ~7 MB RSIZE processes, rather than a bunch of 45 - 80MB RSIZE), and it's caching of RBL/DNSBL lookups means it can handle and offload a bunch of queries that the others would do. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 22:43:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1D2216A418 for ; Mon, 1 Oct 2007 22:43:43 +0000 (UTC) (envelope-from walterk1@earthlink.net) Received: from pop-canoe.atl.sa.earthlink.net (pop-canoe.atl.sa.earthlink.net [207.69.195.66]) by mx1.freebsd.org (Postfix) with ESMTP id D4BAB13C468 for ; Mon, 1 Oct 2007 22:43:43 +0000 (UTC) (envelope-from walterk1@earthlink.net) Received: from user-142g5ks.cable.mindspring.com ([72.40.22.156] helo=[192.168.1.12]) by pop-canoe.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1IcTzL-0006AL-00 for freebsd-questions@FreeBSD.org; Mon, 01 Oct 2007 18:43:43 -0400 Message-ID: <4701781E.10108@earthlink.net> Date: Mon, 01 Oct 2007 17:43:42 -0500 From: Walter User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: ftp access but no log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 22:43:44 -0000 Hi again, I just by chance noticed today that someone was accessing my ftp server. No big deal, except that I did not see any log of it via "last" which usually shows these things. I could see a record in /var/log/xferlog, however. Did someone break in? Should I worry? Thanks. Walter From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 22:48:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4A2016A417 for ; Mon, 1 Oct 2007 22:48:15 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id D414C13C45A for ; Mon, 1 Oct 2007 22:48:15 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 92DAD80BF for ; Mon, 1 Oct 2007 18:48:13 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 48DC9B65AD for ; Mon, 1 Oct 2007 22:48:10 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 1 Oct 2007 22:48:09 +0000 References: <4700052A.7050008@gracenpeace.net> <20071001155353.F1106@bravo.pjkh.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710012248.09603.lists-fbsd@shadypond.com> Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 22:48:16 -0000 On Monday 01 October 2007 22:18:00 Chuck Swiger wrote: > On Oct 1, 2007, at 6:54 PM, Philip Hallstrom wrote: > >> By far the best anti-spam tool I've used with Postfix is policyd- > >> weight. > >> mail/postfix-policyd-weight > > > > Agreed. +1. Me too. > > Seconded (or thirded :). > > policyd-weight is much smaller than amavisd-new or SpamAssassin (it > tends to run a couple of ~7 MB RSIZE processes, rather than a bunch > of 45 - 80MB RSIZE), and it's caching of RBL/DNSBL lookups means it > can handle and offload a bunch of queries that the others would do. I didn't know about this one. Is the installation and use documented somewhere? (In case I can't find anything on Google). From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 22:56:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 834BB16A417 for ; Mon, 1 Oct 2007 22:56:39 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7262E13C43E for ; Mon, 1 Oct 2007 22:56:39 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 815D1817A for ; Mon, 1 Oct 2007 18:56:37 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 21DD3B65AD for ; Mon, 1 Oct 2007 22:56:35 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 1 Oct 2007 22:56:34 +0000 References: <4700052A.7050008@gracenpeace.net> <200710012248.09603.lists-fbsd@shadypond.com> In-Reply-To: <200710012248.09603.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710012256.34456.lists-fbsd@shadypond.com> Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 22:56:39 -0000 On Monday 01 October 2007 22:48:09 Pollywog wrote: > On Monday 01 October 2007 22:18:00 Chuck Swiger wrote: > > On Oct 1, 2007, at 6:54 PM, Philip Hallstrom wrote: > > >> By far the best anti-spam tool I've used with Postfix is policyd- > > >> weight. > > >> mail/postfix-policyd-weight > > > > > > Agreed. +1. Me too. > > > > Seconded (or thirded :). > > > > policyd-weight is much smaller than amavisd-new or SpamAssassin (it > > tends to run a couple of ~7 MB RSIZE processes, rather than a bunch > > of 45 - 80MB RSIZE), and it's caching of RBL/DNSBL lookups means it > > can handle and offload a bunch of queries that the others would do. > > I didn't know about this one. Is the installation and use documented > somewhere? (In case I can't find anything on Google). Found it: http://www.policyd-weight.org/ From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 22:58:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5224116A417 for ; Mon, 1 Oct 2007 22:58:23 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from mail.sucked-in.com (got.sucked-in.com [64.251.22.156]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0EE13C48A for ; Mon, 1 Oct 2007 22:58:22 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from localhost (got.sucked-in.com [64.251.22.156]) by mail.sucked-in.com (Postfix) with ESMTP id 4F1471CC8B; Tue, 2 Oct 2007 08:58:49 +1000 (EST) X-Virus-Scanned: amavisd-new at sucked-in.com Received: from mail.sucked-in.com ([64.251.22.156]) by localhost (mail.sucked-in.com [64.251.22.156]) (amavisd-new, port 10024) with ESMTP id arUpGyMAZlfN; Tue, 2 Oct 2007 08:58:49 +1000 (EST) Received: from TerryPC (220-253-114-145.VIC.netspace.net.au [220.253.114.145]) by mail.sucked-in.com (Postfix) with ESMTP id D4CA51CC63; Tue, 2 Oct 2007 08:58:47 +1000 (EST) From: "Terry Sposato" To: "'Pollywog'" , References: <4700052A.7050008@gracenpeace.net> <20071001155353.F1106@bravo.pjkh.com> <200710012248.09603.lists-fbsd@shadypond.com> In-Reply-To: <200710012248.09603.lists-fbsd@shadypond.com> Date: Tue, 2 Oct 2007 08:59:14 +1000 Message-ID: <001201c8047e$b241b460$16c51d20$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcgEfVaT9KnKmuE6T3GZINbVzgrhGgAASXmQ Content-Language: en-au Cc: Subject: RE: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 22:58:23 -0000 I am using postfix+amavis (doing spamassassin)+postgrey and I rarely get any spam come through. I run a fairly light weight email server only doing a coulple of thousand emails a day. Mailgraph is a great port to integrate as well as it graphs how many emails have been blocked due to spam/virus etc. Cheers, Terry -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Pollywog Sent: Tuesday, 2 October 2007 8:48 AM To: freebsd-questions@freebsd.org Subject: Re: best spam filter port(s) for postfix? On Monday 01 October 2007 22:18:00 Chuck Swiger wrote: > On Oct 1, 2007, at 6:54 PM, Philip Hallstrom wrote: > >> By far the best anti-spam tool I've used with Postfix is policyd- > >> weight. > >> mail/postfix-policyd-weight > > > > Agreed. +1. Me too. > > Seconded (or thirded :). > > policyd-weight is much smaller than amavisd-new or SpamAssassin (it > tends to run a couple of ~7 MB RSIZE processes, rather than a bunch > of 45 - 80MB RSIZE), and it's caching of RBL/DNSBL lookups means it > can handle and offload a bunch of queries that the others would do. I didn't know about this one. Is the installation and use documented somewhere? (In case I can't find anything on Google). _______________________________________________ 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 Oct 1 23:04:11 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85EAA16A417 for ; Mon, 1 Oct 2007 23:04:11 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 36EA313C478 for ; Mon, 1 Oct 2007 23:04:11 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l91N4BKm015669 for ; Mon, 1 Oct 2007 16:04:11 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l91N4BOA015668 for freebsd-questions@FreeBSD.ORG; Mon, 1 Oct 2007 16:04:11 -0700 (PDT) (envelope-from kline) Date: Mon, 1 Oct 2007 16:04:11 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20071001230411.GA15621@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Subject: How to open a new tab + new site (firefox or kde-browswer)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 23:04:11 -0000 Hi People, Seems like I hhave to type ^T and then type in the new web site. At any rate, this is the default on firefox. Is there an automatic method of doing this? Same q for konqueror too. thanks in advance, gary PS: ithought I chose the option to open new tab on firefox... (?) -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 23:11:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6425316A420 for ; Mon, 1 Oct 2007 23:11:18 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 36B7413C4B3 for ; Mon, 1 Oct 2007 23:11:18 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so7544830pyb for ; Mon, 01 Oct 2007 16:11:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=rDpVfnJ8HakOcbRdDIfH47mkn9bLtmgWd7z/aVRM+Wk=; b=RYEJTEIEmB9hMxachqG1CazufyHxgZLQVnbMeZ+LArN65bojxh/Z6g52SUa/kUTcFH+rd+nWK94NBXuE4XLTq9zZDcgtBHn8XneLAOPOe1Ds4pV3m6LyHBoepx4U/DzGcyJkB7ZSRapQub9+B1P/4gPY5++lj9ElbOFGRUu79sY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=R+JJT9GxlRSVwr3NayR3BTxMqHOMcIaZSguWkTG2r0+Yx5L+9ZR9g4M9OgKAjYJ/uwSdeCzPEWr0DftREyYL7T/yaCUK8HSzzdfoyCrEkf3aQixvf7ZE0ALgSY/9gbreIn5dZO5idugnsBt+hmtZFmJKagFDsN8Rwdq98pfn1pk= Received: by 10.35.125.20 with SMTP id c20mr8578102pyn.1191280276781; Mon, 01 Oct 2007 16:11:16 -0700 (PDT) Received: by 10.35.59.14 with HTTP; Mon, 1 Oct 2007 16:11:16 -0700 (PDT) Message-ID: <105fa37b0710011611q77bfae7end6b09865ffbc949@mail.gmail.com> Date: Mon, 1 Oct 2007 19:11:16 -0400 From: "Hakan K" To: Walter In-Reply-To: <4701781E.10108@earthlink.net> MIME-Version: 1.0 References: <4701781E.10108@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Questions Subject: Re: ftp access but no log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 23:11:18 -0000 How does the log look,,Did they just attempt or got access to it...? Thanks Hakan http://dominor.com On 10/1/07, Walter wrote: > > Hi again, > > I just by chance noticed today that someone was accessing > my ftp server. No big deal, except that I did not see any log > of it via "last" which usually shows these things. I could see > a record in /var/log/xferlog, however. > > Did someone break in? Should I worry? > > Thanks. > > Walter > _______________________________________________ > 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 Oct 1 23:17:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FC7A16A421 for ; Mon, 1 Oct 2007 23:17:37 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 47E2913C4A6 for ; Mon, 1 Oct 2007 23:17:37 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i29so2866565wxd for ; Mon, 01 Oct 2007 16:17:36 -0700 (PDT) Received: by 10.70.38.12 with SMTP id l12mr220820wxl.1191280648467; Mon, 01 Oct 2007 16:17:28 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id i10sm528586wxd.2007.10.01.16.17.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Oct 2007 16:17:27 -0700 (PDT) Date: Mon, 01 Oct 2007 19:18:03 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <20071001173151.GF15140@zeus.kimaker.com> References: <72cf361e0710010339n6480372djbef2527f4bb3ed54@mail.gmail.com> <20071001173151.GF15140@zeus.kimaker.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20071001191211.2884.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re[4]: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 23:17:37 -0000 On October 01, 2007 at 01:31PM Ryan Phillips wrote: > Martin Hepworth said: > > Top posting is gmail being broken - just like Outleek ;-( > > > > as for the whole mailscanner/postfix thing I'm very aware of the issues and > > the fact no-one who actually works WW with likes him ;-) > > The Better Gmail plugin for Firefox includes an option to enable bottom > posting. > > https://addons.mozilla.org/en-US/firefox/addon/4866 Now GMail users will claim that they don't use Firefox and therefore are not able to use the addon, thereby effectively enabling them to continue to 'top post'. Heck, if they cannot scroll to the bottom of a page or use a simple shortcut combination, I would find it hard to believe that they could actually download and install a Firefox addon. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 00:40:05 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 793D516A418 for ; Tue, 2 Oct 2007 00:40:05 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3F8BC13C457 for ; Tue, 2 Oct 2007 00:40:05 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l920e5ST017120 for ; Mon, 1 Oct 2007 17:40:05 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l920e51N017119 for freebsd-questions@FreeBSD.ORG; Mon, 1 Oct 2007 17:40:05 -0700 (PDT) (envelope-from kline) Date: Mon, 1 Oct 2007 17:40:05 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20071002004005.GA17067@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Subject: freeTTS anybody?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 00:40:05 -0000 Well, wrong again. I figured that by now, firefox would have some kind of text to speech app just working out-of-box? Nope. I've downloaded the most promising app and install it as root. It's a java application. Then went after the "platform-independent" bin *.zip, and just dl'd the src *.zip file. The src is missing "../Makefile.config". Can anbody clue me in here or should I till with the KDE tools/ these do, actally work. .... gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 00:51:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A541E16A419 for ; Tue, 2 Oct 2007 00:51:54 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 3C12313C44B for ; Tue, 2 Oct 2007 00:51:54 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so2775472nfb for ; Mon, 01 Oct 2007 17:51:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=bSAcDukV0u8V0lI17hfikaNMeBWmfZ0EHi5PUvb+4II=; b=t/4g+cFwlYeWzae+9MsCppvcmkVeuLjqKJlBYkf2aeNOqg8NXJNezzSH2U1fc5agbpenqF2d/c4rEtJ+ZW0YVZJihr/TiWKnj0Oq3VuBctBft8XFZTyDRm0shR5dLtzU6MItTCWKlDUYmLOxP5rMAKHzXkZoaMUZlI/4X00rTuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=XQkTc5p0PcH6i0oHEoReXCLCLwX7UIin9nd8qR7H6zwU92gELn80mVVaGXFcqw/F17pQ5hjotQdY1qNn1Zkq4amRSln6G7x0dQ1SbwPm2CHp6qU+Jv+OnFOvKGx0Ini/xssS3thJDndtJoMhoOxtjDXLJBwDhsN3FjPwz/gfyaY= Received: by 10.114.110.1 with SMTP id i1mr2869063wac.1191286311521; Mon, 01 Oct 2007 17:51:51 -0700 (PDT) Received: by 10.35.59.14 with HTTP; Mon, 1 Oct 2007 17:51:51 -0700 (PDT) Message-ID: <105fa37b0710011751p55a0bdw28be7ffb64f7e062@mail.gmail.com> Date: Mon, 1 Oct 2007 20:51:51 -0400 From: "Hakan K" To: "Gary Kline" In-Reply-To: <20071002004005.GA17067@thought.org> MIME-Version: 1.0 References: <20071002004005.GA17067@thought.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: freeTTS anybody?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 00:51:54 -0000 I used the following one.. http://clickspeak.clcworld.net/about.html Thanks Hakan http://dominor.com On 10/1/07, Gary Kline wrote: > > > Well, wrong again. I figured that by now, firefox would have some > kind of text to speech app just working out-of-box? Nope. I've > downloaded the most promising app and install it as root. It's a > java application. Then went after the "platform-independent" bin > *.zip, and just dl'd the src *.zip file. The src is missing > "../Makefile.config". > > Can anbody clue me in here or should I till with the KDE tools/ > these do, actally work. > > .... > > gary > > > -- > Gary Kline kline@thought.org www.thought.org Public Service Unix > http://jottings.thought.org http://transfinite.thought.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 Tue Oct 2 00:56:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D566616A418 for ; Tue, 2 Oct 2007 00:56:33 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88302.mail.re4.yahoo.com (web88302.mail.re4.yahoo.com [216.39.53.225]) by mx1.freebsd.org (Postfix) with SMTP id 8443F13C461 for ; Tue, 2 Oct 2007 00:56:33 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 34796 invoked by uid 60001); 2 Oct 2007 00:29:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=VDAew0sE5PIBbfFuTJ1C0q2IoEsBKlSBno8ihh60ZcZqWdwnenSq4M4LQOCY7WxswR2rhjmIU/SH/fAdkZa/F84hS1KkyMRo7ud/tAJe138MDl+n2+KTxXwbrEDBkSuOvTOuyPtMSQWw3uQU6KuJIF/BTG9+NgE8ADB7via1ajU=; X-YMail-OSG: K4g3HRAVM1mARBOtN0ovSUVtpBBy88cpnKzW8nsK Received: from [99.235.10.146] by web88302.mail.re4.yahoo.com via HTTP; Mon, 01 Oct 2007 20:29:51 EDT Date: Mon, 1 Oct 2007 20:29:51 -0400 (EDT) From: Michael S To: FreeBSD Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <317201.34758.qm@web88302.mail.re4.yahoo.com> Subject: XFCE / volume control X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 00:56:33 -0000 Hi all, I decided to try XFCE out, since my machine doesn't have much memory. It's really fast and pretty, the only annoyance is that I can't adjust the volume using the volume control, as soon as I move the knobs, they jump back. I know it's an issue of permissions on devices, because I can do that as root no problem. I can't figure out what to put in devfs.conf. Thanks in advance, Michael Michael Sherman http://msherman77.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 01:21:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCCD416A418 for ; Tue, 2 Oct 2007 01:21:34 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5277E13C44B for ; Tue, 2 Oct 2007 01:21:34 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l921LYVH017623; Mon, 1 Oct 2007 18:21:34 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l921LYaR017622; Mon, 1 Oct 2007 18:21:34 -0700 (PDT) (envelope-from kline) Date: Mon, 1 Oct 2007 18:21:34 -0700 From: Gary Kline To: Hakan K Message-ID: <20071002012134.GA17593@thought.org> References: <20071002004005.GA17067@thought.org> <105fa37b0710011751p55a0bdw28be7ffb64f7e062@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <105fa37b0710011751p55a0bdw28be7ffb64f7e062@mail.gmail.com> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Gary Kline , FreeBSD Mailing List Subject: Re: freeTTS anybody?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 01:21:34 -0000 On Mon, Oct 01, 2007 at 08:51:51PM -0400, Hakan K wrote: > I used the following one.. > http://clickspeak.clcworld.net/about.html > It just struc me that I'm using the native FreeBSD firefox. The only unix-ish clickware was for linux... Tell me the obvious: I've got to install firefox-for-linux, correct/ thanks for the clue! gary > > > > > Thanks > Hakan > http://dominor.com > > On 10/1/07, Gary Kline wrote: > > > > > > Well, wrong again. I figured that by now, firefox would have some > > kind of text to speech app just working out-of-box? Nope. I've > > downloaded the most promising app and install it as root. It's a > > java application. Then went after the "platform-independent" bin > > *.zip, and just dl'd the src *.zip file. The src is missing > > "../Makefile.config". > > > > Can anbody clue me in here or should I till with the KDE tools/ > > these do, actally work. > > > > .... > > > > gary > > > > > > -- > > Gary Kline kline@thought.org www.thought.org Public Service Unix > > http://jottings.thought.org http://transfinite.thought.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" > > > _______________________________________________ > 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" -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 02:45:17 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E3CD16A41A for ; Tue, 2 Oct 2007 02:45:17 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90]) by mx1.freebsd.org (Postfix) with ESMTP id 0301C13C480 for ; Tue, 2 Oct 2007 02:45:16 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from [87.107.63.161] (port=54891 helo=attila) by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IcXl2-0001lE-16; Tue, 02 Oct 2007 10:45:13 +0800 Date: Tue, 2 Oct 2007 06:20:36 +0330 From: "Bahman M." To: Gary Kline Message-ID: <20071002062036.087d3ee7@attila> In-Reply-To: <20071001230411.GA15621@thought.org> References: <20071001230411.GA15621@thought.org> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kedah.mschosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - adempiere.org X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Mailing List Subject: Re: How to open a new tab + new site (firefox or kde-browswer)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 02:45:17 -0000 On 2007-10-01 Gary Kline wrote: > Hi People, > > Seems like I hhave to type ^T and then type in the new web > site. At any rate, this is the default on firefox. Is there an > automatic method of doing this? Same q for konqueror too. > > thanks in advance, > > gary > > PS: ithought I chose the option to open new tab on firefox... > (?) > For Firefox, just type the address and hit ALT+ENTER. It opens the address in a new tab. Bahman From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 02:49:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF65E16A41B for ; Tue, 2 Oct 2007 02:49:45 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp102.sbc.mail.mud.yahoo.com (smtp102.sbc.mail.mud.yahoo.com [68.142.198.201]) by mx1.freebsd.org (Postfix) with SMTP id 7B42913C46A for ; Tue, 2 Oct 2007 02:49:45 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 56131 invoked from network); 2 Oct 2007 02:49:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=CLHgH/dmj/lzdlUNHFOV4BR+WN4PqEbJj3ivKYCohsaYDoyxlshp30p/EkOnXhDaDQujm8e7eoqnyx5RU13fsyVTFQMYQO5oeuPyMKMmkDLiI++LF52lH/YaTaxRTcgyYY9yP2H4KmDJYxVXjfkpTx9fzag6x1G3/V06SbuXcb0= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp102.sbc.mail.mud.yahoo.com with SMTP; 2 Oct 2007 02:49:44 -0000 X-YMail-OSG: q7ACqeoVM1kv5vWusQyLv1mj5dkQsmMAOIfLTVenq2iT9fAzF0JGeqtNiMDW1kIIswj1CkTgpw-- Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Mailing List From: jekillen Date: Mon, 1 Oct 2007 19:50:24 -0700 X-Mailer: Apple Mail (2.622) Subject: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 02:49:45 -0000 Hello; I have a quick question about Postfix. When I install Free BSD and have it include Postfix from packages, does the install process completely replace Sendmail with Postfix, or do I still have to replace Sendmail with Postfix separately? Thanks in advance Jeff K From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 02:57:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BE5216A41A for ; Tue, 2 Oct 2007 02:57:37 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 707D213C43E for ; Tue, 2 Oct 2007 02:57:37 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id F339A809C for ; Mon, 1 Oct 2007 22:57:34 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 85F40B65AD for ; Tue, 2 Oct 2007 02:57:32 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 2 Oct 2007 02:57:31 +0000 References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> In-Reply-To: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710020257.31880.lists-fbsd@shadypond.com> Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 02:57:37 -0000 On Tuesday 02 October 2007 02:50:24 jekillen wrote: > Hello; > I have a quick question about Postfix. > When I install Free BSD and have it > include Postfix from packages, does > the install process completely replace > Sendmail with Postfix, or do I still have > to replace Sendmail with Postfix separately? > Thanks in advance You have to edit /etc/rc.conf so that Postfix actually works. postfix_enable="YES" sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" This is what I have and it works for me. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 03:04:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 354E016A417 for ; Tue, 2 Oct 2007 03:04:29 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 179D513C43E for ; Tue, 2 Oct 2007 03:04:28 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 36BBF6D44D; Tue, 2 Oct 2007 03:04:28 +0000 (UTC) Date: Tue, 2 Oct 2007 03:04:28 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: jekillen In-Reply-To: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> Message-ID: <20071002025649.K56027@duane.dbq.yournetplus.com> References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 03:04:29 -0000 On Mon, 1 Oct 2007 at 19:50 -0700, jekillen@prodigy.net confabulated: > Hello; > I have a quick question about Postfix. > When I install Free BSD and have it > include Postfix from packages, does > the install process completely replace > Sendmail with Postfix, or do I still have > to replace Sendmail with Postfix separately? > Thanks in advance > Jeff K If you install Postfix from the ports collection: /usr/ports/mail/postfix toward the end of the install process, it will ask you if you wish for the install to make changes in /etc/mail/mailer.conf. You tell it yes. If it did not ask, /etc/mail/mailer.conf should look like this: sendmail /usr/local/sbin/sendmail send-mail /usr/local/sbin/sendmail mailq /usr/local/sbin/sendmail newaliases /usr/local/sbin/sendmail This is what so-to-speak "plugs" Postfix into the OS. To totally disable SendMail from running at startup after a reboot, you have to make some additions to the /etc/rc.conf config file. Namely, you have to add: sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" Also, there are some periodic things that are ran which are SendMail specific that need to be disabled. That is done within /etc/periodic.conf as such: daily_clean_hoststat_enable="NO" daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" ------ _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 03:16:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA5F516A417 for ; Tue, 2 Oct 2007 03:16:14 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90]) by mx1.freebsd.org (Postfix) with ESMTP id A887D13C447 for ; Tue, 2 Oct 2007 03:16:14 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from [87.107.63.161] (port=51809 helo=attila) by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IcYF0-0007lr-9S; Tue, 02 Oct 2007 11:16:11 +0800 Date: Tue, 2 Oct 2007 06:51:38 +0330 From: "Bahman M." To: Eric Crist Message-ID: <20071002065138.477a7238@attila> In-Reply-To: <374E75AA-8954-4186-BBCA-F775730B1192@gmail.com> References: <20071001231334.71ddc9ac@attila> <374E75AA-8954-4186-BBCA-F775730B1192@gmail.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kedah.mschosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - adempiere.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: Is Apache rotatelogs efficienct for real world use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 03:16:15 -0000 On 2007-10-01 Eric Crist wrote: > On Oct 1, 2007, at 2:43 PMOct 1, 2007, Bahman M. wrote: > > > Hi all, > > > > Is Apache rotatelogs suitable for handling large volumes of > > access logs, i.e. around 50K requests per hour at _peak_ time which > > is 1.2M requests per day. According to Apache website > > (http://httpd.apache.org/docs/1.3/logs.html#rotation) this becomes > > about 120MB in size per day. > > > > Does somebody have similar experience with rotatelogs? Would you > > direct me to the proper tool in case it's not efficient enough ? > > > > TIA, > > > > Bahman > > I would recommend letting syslog handle the rotation. While we > don't have that many hits, it's always worked well. > Absolutely agree however I'm looking for a non-native solution to logging as the configuration will be migrated to a Windoze 2003 server in the end -just testing on FreeBSD. Sorry, should have already stated this at the start of thread. Thanks, Bahman From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 03:25:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C97816A417 for ; Tue, 2 Oct 2007 03:25:11 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 5469613C44B for ; Tue, 2 Oct 2007 03:25:09 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l923OhFU074247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Oct 2007 10:24:44 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id l923Ohvf075150; Tue, 2 Oct 2007 10:24:43 +0700 (ICT) Date: Tue, 2 Oct 2007 10:24:43 +0700 (ICT) Message-Id: <200710020324.l923Ohvf075150@banyan.cs.ait.ac.th> From: Olivier Nicole To: mnslinky@gmail.com In-reply-to: <374E75AA-8954-4186-BBCA-F775730B1192@gmail.com> (message from Eric Crist on Mon, 1 Oct 2007 14:51:46 -0500) References: <20071001231334.71ddc9ac@attila> <374E75AA-8954-4186-BBCA-F775730B1192@gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Is Apache rotatelogs efficienct for real world use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 03:25:11 -0000 > Is Apache rotatelogs suitable for handling large volumes of > access logs, i.e. around 50K requests per hour at _peak_ time which is > 1.2M requests per day. According to Apache website > (http://httpd.apache.org/docs/1.3/logs.html#rotation) this becomes > about 120MB in size per day. In another setting (few hits, buts hundreds of sites, rotatelogs means one process per site, while newsyslog is only one process when it is needed. The last log to rotate sending the appropriate signale to Apache. Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 04:19:08 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0658B16A420 for ; Tue, 2 Oct 2007 04:19:08 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id A41B013C46A for ; Tue, 2 Oct 2007 04:19:07 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l924IIxR018640; Mon, 1 Oct 2007 21:18:18 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l924IG11018639; Mon, 1 Oct 2007 21:18:16 -0700 (PDT) (envelope-from kline) Date: Mon, 1 Oct 2007 21:18:16 -0700 From: Gary Kline To: "Bahman M." Message-ID: <20071002041816.GB18401@thought.org> References: <20071001230411.GA15621@thought.org> <20071002062036.087d3ee7@attila> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071002062036.087d3ee7@attila> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Gary Kline , FreeBSD Mailing List Subject: Re: How to open a new tab + new site (firefox or kde-browswer)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 04:19:08 -0000 On Tue, Oct 02, 2007 at 06:20:36AM +0330, Bahman M. wrote: > On 2007-10-01 Gary Kline wrote: > > Hi People, > > > > Seems like I hhave to type ^T and then type in the new web > > site. At any rate, this is the default on firefox. Is there an > > automatic method of doing this? Same q for konqueror too. > > > > thanks in advance, > > > > gary > > > > PS: ithought I chose the option to open new tab on firefox... > > (?) > > > For Firefox, just type the address and hit ALT+ENTER. It opens the > address in a new tab. > YES! It works, thanks el-mucho. (I admit to rarely reading the docs, but this time i did look for this ALT+ENTER. Couldn't find. Can yu point me to the page or URL?) gary > Bahman -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:12:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F37916A41B for ; Tue, 2 Oct 2007 05:12:02 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 1F41A13C448 for ; Tue, 2 Oct 2007 05:12:01 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2923553wxd for ; Mon, 01 Oct 2007 22:12:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=tcPzBju5+N0u6qyPaorckjD+rq6ruBuiOMpN0WxQqY4=; b=Q8xNW/XKJv3oiz6reoTP2x1VhPjzyYNPlAcmXUWxkf8b8lQBSjPwE0ulDWe58QDgRf5thyoFzzTJlhVA4bbB9ErkemsR1xruGw59zUsoqkWtjd+mi4lQO7dwPHaQtpR9c+UUbsq7XjqgmbXDAnS5jiivDu+W+rzJaX2boO11dio= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=C8DxfjfQsVwmRVIPg9C+/bWVvKdVJYcXOcNqpTXcJJXjS/XxMGnhoAsckcwqYUSSXF2ZDd8TFceuKa94WGsuS0ZtsvRjxQ2iKj9rS8xnMSgzsssDONuOW2wKtAz2UsgOd39dXV0IpGePKOSaJnc7N92QR4mTqW58jYkGywWYRcY= Received: by 10.70.80.6 with SMTP id d6mr11328485wxb.1191301921039; Mon, 01 Oct 2007 22:12:01 -0700 (PDT) Received: by 10.70.95.16 with HTTP; Mon, 1 Oct 2007 22:12:01 -0700 (PDT) Message-ID: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> Date: Tue, 2 Oct 2007 07:12:01 +0200 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:12:02 -0000 hello, Through df I realized my / partiotion is out of space: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 198126 196070 -13794 108% / devfs 1 1 0 100% /dev /dev/ad0s1e 44511308 4217762 36732642 10% /usr /dev/ad0s1d 30462636 3210580 24815046 11% /var devfs 1 1 0 100% /var/named/dev /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck How can I determine what occupies the space in it? That is, it is not big as you can see. So I issued: du -hs / but it was taking ages (I am not sure but maybe du -hs counts all directories on the HD? Anyway, I do not really know where to look what has eaten the / space. Were it for /usr or /var, it would be obvious to me where to look for information. Many thanks! zbigniew szalbot From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:19:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8C7A16A41B for ; Tue, 2 Oct 2007 05:19:12 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id B3CF013C448 for ; Tue, 2 Oct 2007 05:19:12 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 00F726D44D; Tue, 2 Oct 2007 05:19:11 +0000 (UTC) Date: Tue, 2 Oct 2007 05:19:11 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Zbigniew Szalbot In-Reply-To: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> Message-ID: <20071002051809.R57595@duane.dbq.yournetplus.com> References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:19:12 -0000 On Tue, 2 Oct 2007 at 07:12 +0200, zszalbot@gmail.com confabulated: > hello, > > Through df I realized my / partiotion is out of space: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 198126 196070 -13794 108% / > devfs 1 1 0 100% /dev > /dev/ad0s1e 44511308 4217762 36732642 10% /usr > /dev/ad0s1d 30462636 3210580 24815046 11% /var > devfs 1 1 0 100% /var/named/dev > /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > > How can I determine what occupies the space in it? That is, it is not > big as you can see. So I issued: > du -hs / > but it was taking ages (I am not sure but maybe du -hs counts all > directories on the HD? > > Anyway, I do not really know where to look what has eaten the / space. > Were it for /usr or /var, it would be obvious to me where to look for > information. > > Many thanks! I don't see you have defined a /tmp partition. Perhaps /tmp is taking up all the space. Try: du -h /tmp and see how much /tmp is taking up. ------ _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:22:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC0A616A418 for ; Tue, 2 Oct 2007 05:22:41 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id B572F13C447 for ; Tue, 2 Oct 2007 05:22:41 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 27D3B6D44D; Tue, 2 Oct 2007 05:22:41 +0000 (UTC) Date: Tue, 2 Oct 2007 05:22:41 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Zbigniew Szalbot In-Reply-To: <20071002051809.R57595@duane.dbq.yournetplus.com> Message-ID: <20071002052023.M57595@duane.dbq.yournetplus.com> References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:22:41 -0000 On Tue, 2 Oct 2007 at 05:19 -0000, d.hill@yournetplus.com confabulated: > On Tue, 2 Oct 2007 at 07:12 +0200, zszalbot@gmail.com confabulated: > >> hello, >> >> Through df I realized my / partiotion is out of space: >> Filesystem 1K-blocks Used Avail Capacity Mounted on >> /dev/ad0s1a 198126 196070 -13794 108% / >> devfs 1 1 0 100% /dev >> /dev/ad0s1e 44511308 4217762 36732642 10% /usr >> /dev/ad0s1d 30462636 3210580 24815046 11% /var >> devfs 1 1 0 100% /var/named/dev >> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck >> >> How can I determine what occupies the space in it? That is, it is not >> big as you can see. So I issued: >> du -hs / >> but it was taking ages (I am not sure but maybe du -hs counts all >> directories on the HD? >> >> Anyway, I do not really know where to look what has eaten the / space. >> Were it for /usr or /var, it would be obvious to me where to look for >> information. >> >> Many thanks! > > I don't see you have defined a /tmp partition. Perhaps /tmp is taking up all > the space. Try: > > du -h /tmp > > and see how much /tmp is taking up. Forgot to mention: du -h -d 0 /tmp will show the total space consumed by the /tmp partition in a human readable value. As in my previous example: du -h /tmp will show space consumed by each file on the /tmp partition in human readable values. ------ _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:23:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0CD516A468 for ; Tue, 2 Oct 2007 05:23:31 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 7AC8713C44B for ; Tue, 2 Oct 2007 05:23:31 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2925338wxd for ; Mon, 01 Oct 2007 22:23:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=FbBp9bGOb+mMSt4STq3XCz5y7HStgCFGKPgCAzpQrME=; b=W/ye6ggNZtTbiKe/87+XHBNF4Zq9WCtW5F0/1D2c8+VQF2B6sXYL+roOpIgcN91Tyi41yOa0h1HVTxXHHof68P+2XrX/KgD1ZhfagLRCFTPX3mglG1DEfpz9hy+KJ8Mt7H2Q5ybs0KbyEdEExeA/xDAIQu1iHeo+1xGV8LFZoaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YBzf11M9mEiZrjJFiLiWFK3yREQIZTXFwDWqH7csFLJy7gch72SGhnfvw3wH0BAUWm8lWNoU+LQ8YBpvgEfiLxy+wcX0hECdE9dWJfxqSaoo3LXqS2emh78ugAmo30NqcOdycmfeUgeT0GV/EcTATMOrSOOQ0OHC3Hct+cHERis= Received: by 10.70.9.8 with SMTP id 8mr11346439wxi.1191302610489; Mon, 01 Oct 2007 22:23:30 -0700 (PDT) Received: by 10.70.95.16 with HTTP; Mon, 1 Oct 2007 22:23:30 -0700 (PDT) Message-ID: <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> Date: Tue, 2 Oct 2007 07:23:30 +0200 From: "Zbigniew Szalbot" To: "Duane Hill" In-Reply-To: <20071002051809.R57595@duane.dbq.yournetplus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:23:31 -0000 Hello again, > > Through df I realized my / partiotion is out of space: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad0s1a 198126 196070 -13794 108% / > > devfs 1 1 0 100% /dev > > /dev/ad0s1e 44511308 4217762 36732642 10% /usr > > /dev/ad0s1d 30462636 3210580 24815046 11% /var > > devfs 1 1 0 100% /var/named/dev > > /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > > > > How can I determine what occupies the space in it? That is, it is not > > big as you can see. So I issued: > > du -hs / > > but it was taking ages (I am not sure but maybe du -hs counts all > > directories on the HD? > > > > Anyway, I do not really know where to look what has eaten the / space. > > Were it for /usr or /var, it would be obvious to me where to look for > > information. > > > > Many thanks! > > I don't see you have defined a /tmp partition. Perhaps /tmp is taking up > all the space. Try: > > du -h /tmp > > and see how much /tmp is taking up. du -hs /tmp 1.4M /tmp du -hs / 40GB One thing that comes to my mind. Each Sunday I have a script which makes a full dump of the HD to a back-up USB drive. Last weekend someone cleaining the computer room, must have accidentally powered off the USB drive. As a result, the dump has not been completed because the USB drive was not mounted at that time. I use cron for this task. Does it matter could have caused this? Thanks! zbigniew szalbot From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:28:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D48716A417 for ; Tue, 2 Oct 2007 05:28:09 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 6516D13C447 for ; Tue, 2 Oct 2007 05:28:09 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id E5E4A6D44B; Tue, 2 Oct 2007 05:28:08 +0000 (UTC) Date: Tue, 2 Oct 2007 05:28:08 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Zbigniew Szalbot In-Reply-To: <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> Message-ID: <20071002052548.S57595@duane.dbq.yournetplus.com> References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:28:09 -0000 On Tue, 2 Oct 2007 at 07:23 +0200, zszalbot@gmail.com confabulated: > Hello again, > >>> Through df I realized my / partiotion is out of space: >>> Filesystem 1K-blocks Used Avail Capacity Mounted on >>> /dev/ad0s1a 198126 196070 -13794 108% / >>> devfs 1 1 0 100% /dev >>> /dev/ad0s1e 44511308 4217762 36732642 10% /usr >>> /dev/ad0s1d 30462636 3210580 24815046 11% /var >>> devfs 1 1 0 100% /var/named/dev >>> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck >>> >>> How can I determine what occupies the space in it? That is, it is not >>> big as you can see. So I issued: >>> du -hs / >>> but it was taking ages (I am not sure but maybe du -hs counts all >>> directories on the HD? >>> >>> Anyway, I do not really know where to look what has eaten the / space. >>> Were it for /usr or /var, it would be obvious to me where to look for >>> information. >>> >>> Many thanks! >> >> I don't see you have defined a /tmp partition. Perhaps /tmp is taking up >> all the space. Try: >> >> du -h /tmp >> >> and see how much /tmp is taking up. > du -hs /tmp > 1.4M /tmp > > du -hs / > 40GB > > One thing that comes to my mind. Each Sunday I have a script which > makes a full dump of the HD to a back-up USB drive. Last weekend > someone cleaining the computer room, must have accidentally powered > off the USB drive. As a result, the dump has not been completed > because the USB drive was not mounted at that time. I use cron for > this task. Does it matter could have caused this? If the '-L' switch is used (telling dump it is dumping a live file system) it will first dump everything into a .snap directory before performing the dump. What does: du -hs /.snap give for a result? ------ _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:33:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50E7716A418 for ; Tue, 2 Oct 2007 05:33:06 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.freebsd.org (Postfix) with ESMTP id 38CEF13C468 for ; Tue, 2 Oct 2007 05:33:06 +0000 (UTC) (envelope-from chad@shire.net) Received: from c-76-23-4-92.hsd1.ut.comcast.net ([76.23.4.92] helo=[192.168.99.68]) by hobbiton.shire.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.51) id 1IcaNV-000HLe-Ck for freebsd-questions@freebsd.org; Mon, 01 Oct 2007 23:33:05 -0600 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: User Questions From: Chad Leigh -- Shire.Net LLC Date: Mon, 1 Oct 2007 23:33:03 -0600 X-Mailer: Apple Mail (2.752.2) X-SA-Exim-Connect-IP: 76.23.4.92 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Subject: segmentation fault in sqlite3 on 6.2R amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:33:06 -0000 Hi In installing trac I ran across a segmentation fault in the initenv command. This seems to be the same problem as shown here: http://www.nabble.com/ports-116383%3A-sqlite3-%28from-databases- sqlite3%29-segfault-tf4449251.html#a12694631 Running it in gdb shows Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x50c000 (LWP 100331)] 0x0000000802f76869 in sqlite3Fts2InitHashTable () from /usr/public/ lib/libsqlite3.so.8 (gdb) backtrace #0 0x0000000802f76869 in sqlite3Fts2InitHashTable () from /usr/ public/lib/libsqlite3.so.8 #1 0x0000000802f74f8f in sqlite3Fts2Init () from /usr/public/lib/ libsqlite3.so.8 #2 0x0000000802f41be5 in openDatabase () from /usr/public/lib/ libsqlite3.so.8 #3 0x0000000802e0bd91 in pysqlite_connection_init () from /usr/ public/lib/python2.5/site-packages/pysqlite2/_sqlite.so #4 0x00000008006ab6fb in PyType_IsSubtype () from /usr/public/lib/ libpython2.5.so.1 #5 0x000000080066ec83 in PyObject_Call () from /usr/public/lib/ libpython2.5.so.1 #6 0x0000000802e09f95 in module_connect () from /usr/public/lib/ python2.5/site-packages/pysqlite2/_sqlite.so #7 0x000000080066ec83 in PyObject_Call () from /usr/public/lib/ libpython2.5.so.1 #8 0x00000008006dc6da in PyEval_EvalFrameEx () from /usr/public/lib/ libpython2.5.so.1 #9 0x00000008006dec34 in PyEval_EvalCodeEx () from /usr/public/lib/ libpython2.5.so.1 #10 0x00000008006888be in PyFunction_SetClosure () from /usr/public/ lib/libpython2.5.so.1 #11 0x000000080066ec83 in PyObject_Call () from /usr/public/lib/ libpython2.5.so.1 #12 0x00000008006dc272 in PyEval_EvalFrameEx () from /usr/public/lib/ libpython2.5.so.1 #13 0x00000008006de336 in PyEval_EvalFrameEx () from /usr/public/lib/ libpython2.5.so.1 #14 0x00000008006dec34 in PyEval_EvalCodeEx () from /usr/public/lib/ libpython2.5.so.1 #15 0x00000008006dd9fb in PyEval_EvalFrameEx () from /usr/public/lib/ libpython2.5.so.1 #16 0x00000008006dec34 in PyEval_EvalCodeEx () from /usr/public/lib/ libpython2.5.so.1 I do the simple test command as shown in the nabble.com link above and get basically the same thing # gdb sqlite3 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... (gdb) r comments.db "CREATE TABLE comments (page, name, email, url, body);" Starting program: /usr/public/bin/sqlite3 comments.db "CREATE TABLE comments (page, name, email, url, body);" (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x0000000800698869 in sqlite3Fts2InitHashTable () from /usr/public/ lib/libsqlite3.so.8 (gdb) backtrace #0 0x0000000800698869 in sqlite3Fts2InitHashTable () from /usr/ public/lib/libsqlite3.so.8 #1 0x0000000800696f8f in sqlite3Fts2Init () from /usr/public/lib/ libsqlite3.so.8 #2 0x0000000800663be5 in openDatabase () from /usr/public/lib/ libsqlite3.so.8 #3 0x0000000000403133 in open_db () #4 0x00000000004053b8 in main () (gdb) Anyone else see this same thing or know about this problem? A Google search does not show this mentioned except at the above link. Thanks Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:35:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94EE116A419 for ; Tue, 2 Oct 2007 05:35:08 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id E25FD13C474 for ; Tue, 2 Oct 2007 05:35:07 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l925Z6QI079528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Oct 2007 12:35:06 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id l925Z5OH076690; Tue, 2 Oct 2007 12:35:05 +0700 (ICT) Date: Tue, 2 Oct 2007 12:35:05 +0700 (ICT) Message-Id: <200710020535.l925Z5OH076690@banyan.cs.ait.ac.th> From: Olivier Nicole To: d.hill@yournetplus.com In-reply-to: <20071002052548.S57595@duane.dbq.yournetplus.com> (message from Duane Hill on Tue, 2 Oct 2007 05:28:08 +0000 (UTC)) References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> <20071002052548.S57595@duane.dbq.yournetplus.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: zszalbot@gmail.com, freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:35:08 -0000 > One thing that comes to my mind. Each Sunday I have a script which > makes a full dump of the HD to a back-up USB drive. Last weekend > someone cleaining the computer room, must have accidentally powered > off the USB drive. As a result, the dump has not been completed > because the USB drive was not mounted at that time. I use cron for > this task. Does it matter could have caused this? Depending how you make your dump, to a file or to a drive. If you dump to a file in the USB drive and if the USB drive was not mounted, the dump probably tried to save its data where the USB drive was suipposed to be. If you mount your USB drice in /mnt/usbck, the dump has gone to /mnt/usbck, that is in the root partition. Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:36:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5EA716A474 for ; Tue, 2 Oct 2007 05:36:14 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id CBE8713C4BF for ; Tue, 2 Oct 2007 05:36:08 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2927334wxd for ; Mon, 01 Oct 2007 22:36:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ppQ+7DMitgwtsZmYwq1NDz5F05zvHZ3qDcd+yX9JPLk=; b=e5qcwbRbWGds5PYtUsenGeFS70SZGOw2j3EwD+WqnToOeQY4beNx1Y9Wqf51+O2fwBzHVoMfQnuebkvxwrTYZ2W00LD0w3cNAJgdJtlQGomaJ3xujQTEvUjQCwiHXCvLgLPkScWh1H0njobHyo+1r3npcG0oIsm8zKnyyxGm068= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F/LWrZJkm/Yl/SAV654XcnDGZGbXyupo8mx+DrDALwo+lvXuYjHYDq/u7eaINuBf9muQ6WuZQi5u8zw8E7WIU1F9FRXl0n+It0nDNJWfWlAbt6bD6+8Z4R04qcgwNbvHeOL+N3W6HhjTtRDjzCuUzB3tWka3TChaB0UlM0v6uQ4= Received: by 10.70.74.1 with SMTP id w1mr11359711wxa.1191303366913; Mon, 01 Oct 2007 22:36:06 -0700 (PDT) Received: by 10.70.95.16 with HTTP; Mon, 1 Oct 2007 22:36:06 -0700 (PDT) Message-ID: <94136a2c0710012236t28b43fc8ud92df49abf0e61d1@mail.gmail.com> Date: Tue, 2 Oct 2007 07:36:06 +0200 From: "Zbigniew Szalbot" To: "Duane Hill" In-Reply-To: <20071002052548.S57595@duane.dbq.yournetplus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> <20071002052548.S57595@duane.dbq.yournetplus.com> Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:36:14 -0000 2007/10/2, Duane Hill : > On Tue, 2 Oct 2007 at 07:23 +0200, zszalbot@gmail.com confabulated: > > > Hello again, > > > >>> Through df I realized my / partiotion is out of space: > >>> Filesystem 1K-blocks Used Avail Capacity Mounted on > >>> /dev/ad0s1a 198126 196070 -13794 108% / > >>> devfs 1 1 0 100% /dev > >>> /dev/ad0s1e 44511308 4217762 36732642 10% /usr > >>> /dev/ad0s1d 30462636 3210580 24815046 11% /var > >>> devfs 1 1 0 100% /var/named/dev > >>> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > >>> > >>> How can I determine what occupies the space in it? That is, it is not > >>> big as you can see. So I issued: > >>> du -hs / > >>> but it was taking ages (I am not sure but maybe du -hs counts all > >>> directories on the HD? > >>> > >>> Anyway, I do not really know where to look what has eaten the / space. > >>> Were it for /usr or /var, it would be obvious to me where to look for > >>> information. > >>> > >>> Many thanks! > >> > >> I don't see you have defined a /tmp partition. Perhaps /tmp is taking up > >> all the space. Try: > >> > >> du -h /tmp > >> > >> and see how much /tmp is taking up. > > du -hs /tmp > > 1.4M /tmp > > > > du -hs / > > 40GB > > > > One thing that comes to my mind. Each Sunday I have a script which > > makes a full dump of the HD to a back-up USB drive. Last weekend > > someone cleaining the computer room, must have accidentally powered > > off the USB drive. As a result, the dump has not been completed > > because the USB drive was not mounted at that time. I use cron for > > this task. Does it matter could have caused this? > > If the '-L' switch is used (telling dump it is dumping a live file system) > it will first dump everything into a .snap directory before performing the > dump. What does: > > du -hs /.snap > > give for a result? Thank you Duane! Yes, I do use the L switch. Unfortunately, du -hs /.snap 2.0K /.snap Hah - mystery cleared! I know what happened but you put me on the right track. For the record. During the backup, the file system is dumped to a dir on a USB drive called backup. Now, since the drive was unavailable, the dump utility created /backup dir and populated it with lists-var-l0-2007-09-30.dump.bz2 (dumping var) but of course it died as there was not enough space on the / to do it. I mean this is what I make of this. So after deleting /backup I get: df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 198126 74084 108192 41% / devfs 1 1 0 100% /dev /dev/ad0s1e 44511308 4217760 36732644 10% /usr /dev/ad0s1d 30462636 3210650 24814976 11% /var devfs 1 1 0 100% /var/named/dev /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck Thanks! zbigniew szalbot From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:49:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE2F16A417 for ; Tue, 2 Oct 2007 05:49:58 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 32F8F13C459 for ; Tue, 2 Oct 2007 05:49:57 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id C0E6C6D44B; Tue, 2 Oct 2007 05:49:56 +0000 (UTC) Date: Tue, 2 Oct 2007 05:49:56 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Zbigniew Szalbot In-Reply-To: <94136a2c0710012236t28b43fc8ud92df49abf0e61d1@mail.gmail.com> Message-ID: <20071002054749.W57595@duane.dbq.yournetplus.com> References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> <20071002052548.S57595@duane.dbq.yournetplus.com> <94136a2c0710012236t28b43fc8ud92df49abf0e61d1@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:49:58 -0000 On Tue, 2 Oct 2007 at 07:36 +0200, zszalbot@gmail.com confabulated: > 2007/10/2, Duane Hill : >> On Tue, 2 Oct 2007 at 07:23 +0200, zszalbot@gmail.com confabulated: >> >>> Hello again, >>> >>>>> Through df I realized my / partiotion is out of space: >>>>> Filesystem 1K-blocks Used Avail Capacity Mounted on >>>>> /dev/ad0s1a 198126 196070 -13794 108% / >>>>> devfs 1 1 0 100% /dev >>>>> /dev/ad0s1e 44511308 4217762 36732642 10% /usr >>>>> /dev/ad0s1d 30462636 3210580 24815046 11% /var >>>>> devfs 1 1 0 100% /var/named/dev >>>>> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck >>>>> >>>>> How can I determine what occupies the space in it? That is, it is not >>>>> big as you can see. So I issued: >>>>> du -hs / >>>>> but it was taking ages (I am not sure but maybe du -hs counts all >>>>> directories on the HD? >>>>> >>>>> Anyway, I do not really know where to look what has eaten the / space. >>>>> Were it for /usr or /var, it would be obvious to me where to look for >>>>> information. >>>>> >>>>> Many thanks! >>>> >>>> I don't see you have defined a /tmp partition. Perhaps /tmp is taking up >>>> all the space. Try: >>>> >>>> du -h /tmp >>>> >>>> and see how much /tmp is taking up. >>> du -hs /tmp >>> 1.4M /tmp >>> >>> du -hs / >>> 40GB >>> >>> One thing that comes to my mind. Each Sunday I have a script which >>> makes a full dump of the HD to a back-up USB drive. Last weekend >>> someone cleaining the computer room, must have accidentally powered >>> off the USB drive. As a result, the dump has not been completed >>> because the USB drive was not mounted at that time. I use cron for >>> this task. Does it matter could have caused this? >> >> If the '-L' switch is used (telling dump it is dumping a live file system) >> it will first dump everything into a .snap directory before performing the >> dump. What does: >> >> du -hs /.snap >> >> give for a result? > Thank you Duane! Yes, I do use the L switch. > Unfortunately, > du -hs /.snap > 2.0K /.snap > > Hah - mystery cleared! > I know what happened but you put me on the right track. > > For the record. During the backup, the file system is dumped to a dir > on a USB drive called backup. Now, since the drive was unavailable, > the dump utility created /backup dir and populated it with > lists-var-l0-2007-09-30.dump.bz2 (dumping var) but of course it died > as there was not enough space on the / to do it. I mean this is what I > make of this. > > So after deleting /backup I get: > df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 198126 74084 108192 41% / > devfs 1 1 0 100% /dev > /dev/ad0s1e 44511308 4217760 36732644 10% /usr > /dev/ad0s1d 30462636 3210650 24814976 11% /var > devfs 1 1 0 100% /var/named/dev > /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck I'm still learning about all the little details about the workings of dump myself. It would seem to me, you are dumping to /backup which is the mount point for the USB device. Would that hold true? ------ _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 05:57:00 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C69EF16A41B for ; Tue, 2 Oct 2007 05:57:00 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from mail.attiksystem.ch (f29.attiksystem.ch [212.147.59.29]) by mx1.freebsd.org (Postfix) with ESMTP id 23FB213C45D for ; Tue, 2 Oct 2007 05:56:59 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from poweredge.attiksystem.ch (poweredge.attiksystem.ch [10.0.0.29]) by mail.attiksystem.ch (8.12.11/8.12.11) with ESMTP id l925dkN2099700 for ; Tue, 2 Oct 2007 07:39:46 +0200 (CEST) (envelope-from philippe.lang@attiksystem.ch) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 Date: Tue, 2 Oct 2007 07:39:46 +0200 Message-ID: <6C0CF58A187DA5479245E0830AF84F42337D2B@poweredge.attiksystem.ch> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Execution plan caching thread-index: AcgEtqnA6XFIfUMjSMqEA73EdEmpEQ== From: "Philippe Lang" To: X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Cc: Subject: Execution plan caching X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 05:57:00 -0000 Hi, I have recently used the MS SQL Server 2005 database, and found out that there is no mecanism where an execution plan can be reused between two successive calls to a view. This is only true with stored procedures. Is that also true with the Postgresql engine? Philippe From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 06:03:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB05A16A41A for ; Tue, 2 Oct 2007 06:03:07 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 91CA913C458 for ; Tue, 2 Oct 2007 06:03:02 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2931474wxd for ; Mon, 01 Oct 2007 23:03:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=yknBi/f8RPm5vYXl0tnfMnqpclnjSVdm3MgDbKU5TVw=; b=ofRm8JDd78MHq+3n6Os4dVNNiVJxzvLhwByN354mekUV9vDlCnQ3+hzMt9Z9QF+UdGYQr9g/cem5S86YA+Bv1gNuQKE5GsXytXDpVNigltZJb4V/MmQjGOoE+v/PNkUbQnqZIAvh8Wt+lpQYA2R2poDASE0JMKCp8J0Rx0Oaodk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=enDabXtlQVFSuqRE3J0Lk6NH/A2/QyYskRyTTe5NUSXH0UpmA7G3EYvPo+Hx0eEm8Zk6NT8P5fWWvOeX45H+NqPEbkFuHEOuuSQCwWmwb3DGz1wxptoGj52vRsVnba5WEVi08rzaja1wLngkxw1YH38OLbw0aZEDtLZpvCJmk7s= Received: by 10.70.92.14 with SMTP id p14mr11390586wxb.1191304980239; Mon, 01 Oct 2007 23:03:00 -0700 (PDT) Received: by 10.70.95.16 with HTTP; Mon, 1 Oct 2007 23:03:00 -0700 (PDT) Message-ID: <94136a2c0710012303w48e7297dof1b42952e7048a34@mail.gmail.com> Date: Tue, 2 Oct 2007 08:03:00 +0200 From: "Zbigniew Szalbot" To: "Duane Hill" In-Reply-To: <20071002054749.W57595@duane.dbq.yournetplus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> <20071002052548.S57595@duane.dbq.yournetplus.com> <94136a2c0710012236t28b43fc8ud92df49abf0e61d1@mail.gmail.com> <20071002054749.W57595@duane.dbq.yournetplus.com> Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 06:03:08 -0000 2007/10/2, Duane Hill : > On Tue, 2 Oct 2007 at 07:36 +0200, zszalbot@gmail.com confabulated: > > > 2007/10/2, Duane Hill : > >> On Tue, 2 Oct 2007 at 07:23 +0200, zszalbot@gmail.com confabulated: > >> > >>> Hello again, > >>> > >>>>> Through df I realized my / partiotion is out of space: > >>>>> Filesystem 1K-blocks Used Avail Capacity Mounted on > >>>>> /dev/ad0s1a 198126 196070 -13794 108% / > >>>>> devfs 1 1 0 100% /dev > >>>>> /dev/ad0s1e 44511308 4217762 36732642 10% /usr > >>>>> /dev/ad0s1d 30462636 3210580 24815046 11% /var > >>>>> devfs 1 1 0 100% /var/named/dev > >>>>> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > >>>>> > >>>>> How can I determine what occupies the space in it? That is, it is not > >>>>> big as you can see. So I issued: > >>>>> du -hs / > >>>>> but it was taking ages (I am not sure but maybe du -hs counts all > >>>>> directories on the HD? > >>>>> > >>>>> Anyway, I do not really know where to look what has eaten the / space. > >>>>> Were it for /usr or /var, it would be obvious to me where to look for > >>>>> information. > >>>>> > >>>>> Many thanks! > >>>> > >>>> I don't see you have defined a /tmp partition. Perhaps /tmp is taking up > >>>> all the space. Try: > >>>> > >>>> du -h /tmp > >>>> > >>>> and see how much /tmp is taking up. > >>> du -hs /tmp > >>> 1.4M /tmp > >>> > >>> du -hs / > >>> 40GB > >>> > >>> One thing that comes to my mind. Each Sunday I have a script which > >>> makes a full dump of the HD to a back-up USB drive. Last weekend > >>> someone cleaining the computer room, must have accidentally powered > >>> off the USB drive. As a result, the dump has not been completed > >>> because the USB drive was not mounted at that time. I use cron for > >>> this task. Does it matter could have caused this? > >> > >> If the '-L' switch is used (telling dump it is dumping a live file system) > >> it will first dump everything into a .snap directory before performing the > >> dump. What does: > >> > >> du -hs /.snap > >> > >> give for a result? > > Thank you Duane! Yes, I do use the L switch. > > Unfortunately, > > du -hs /.snap > > 2.0K /.snap > > > > Hah - mystery cleared! > > I know what happened but you put me on the right track. > > > > For the record. During the backup, the file system is dumped to a dir > > on a USB drive called backup. Now, since the drive was unavailable, > > the dump utility created /backup dir and populated it with > > lists-var-l0-2007-09-30.dump.bz2 (dumping var) but of course it died > > as there was not enough space on the / to do it. I mean this is what I > > make of this. > > > > So after deleting /backup I get: > > df > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad0s1a 198126 74084 108192 41% / > > devfs 1 1 0 100% /dev > > /dev/ad0s1e 44511308 4217760 36732644 10% /usr > > /dev/ad0s1d 30462636 3210650 24814976 11% /var > > devfs 1 1 0 100% /var/named/dev > > /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > > I'm still learning about all the little details about the workings of > dump myself. It would seem to me, you are dumping to /backup which is the > mount point for the USB device. Would that hold true? I dump to /mnt/usbck/backup. Since backup dir was not present, the script created it under / Thanks! zbigniew szalbot From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 06:13:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7240A16A417 for ; Tue, 2 Oct 2007 06:13:12 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 2080113C494 for ; Tue, 2 Oct 2007 06:13:12 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 8AA7A6D44B; Tue, 2 Oct 2007 06:13:11 +0000 (UTC) Date: Tue, 2 Oct 2007 06:13:11 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Zbigniew Szalbot In-Reply-To: <94136a2c0710012303w48e7297dof1b42952e7048a34@mail.gmail.com> Message-ID: <20071002060929.D57920@duane.dbq.yournetplus.com> References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> <20071002052548.S57595@duane.dbq.yournetplus.com> <94136a2c0710012236t28b43fc8ud92df49abf0e61d1@mail.gmail.com> <20071002054749.W57595@duane.dbq.yournetplus.com> <94136a2c0710012303w48e7297dof1b42952e7048a34@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 06:13:12 -0000 On Tue, 2 Oct 2007 at 08:03 +0200, zszalbot@gmail.com confabulated: > 2007/10/2, Duane Hill : >> On Tue, 2 Oct 2007 at 07:36 +0200, zszalbot@gmail.com confabulated: >> >>> 2007/10/2, Duane Hill : >>>> On Tue, 2 Oct 2007 at 07:23 +0200, zszalbot@gmail.com confabulated: >>>> >>>>> Hello again, >>>>> >>>>>>> Through df I realized my / partiotion is out of space: >>>>>>> Filesystem 1K-blocks Used Avail Capacity Mounted on >>>>>>> /dev/ad0s1a 198126 196070 -13794 108% / >>>>>>> devfs 1 1 0 100% /dev >>>>>>> /dev/ad0s1e 44511308 4217762 36732642 10% /usr >>>>>>> /dev/ad0s1d 30462636 3210580 24815046 11% /var >>>>>>> devfs 1 1 0 100% /var/named/dev >>>>>>> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck >>>>>>> >>>>>>> How can I determine what occupies the space in it? That is, it is not >>>>>>> big as you can see. So I issued: >>>>>>> du -hs / >>>>>>> but it was taking ages (I am not sure but maybe du -hs counts all >>>>>>> directories on the HD? >>>>>>> >>>>>>> Anyway, I do not really know where to look what has eaten the / space. >>>>>>> Were it for /usr or /var, it would be obvious to me where to look for >>>>>>> information. >>>>>>> >>>>>>> Many thanks! >>>>>> >>>>>> I don't see you have defined a /tmp partition. Perhaps /tmp is taking up >>>>>> all the space. Try: >>>>>> >>>>>> du -h /tmp >>>>>> >>>>>> and see how much /tmp is taking up. >>>>> du -hs /tmp >>>>> 1.4M /tmp >>>>> >>>>> du -hs / >>>>> 40GB >>>>> >>>>> One thing that comes to my mind. Each Sunday I have a script which >>>>> makes a full dump of the HD to a back-up USB drive. Last weekend >>>>> someone cleaining the computer room, must have accidentally powered >>>>> off the USB drive. As a result, the dump has not been completed >>>>> because the USB drive was not mounted at that time. I use cron for >>>>> this task. Does it matter could have caused this? >>>> >>>> If the '-L' switch is used (telling dump it is dumping a live file system) >>>> it will first dump everything into a .snap directory before performing the >>>> dump. What does: >>>> >>>> du -hs /.snap >>>> >>>> give for a result? >>> Thank you Duane! Yes, I do use the L switch. >>> Unfortunately, >>> du -hs /.snap >>> 2.0K /.snap >>> >>> Hah - mystery cleared! >>> I know what happened but you put me on the right track. >>> >>> For the record. During the backup, the file system is dumped to a dir >>> on a USB drive called backup. Now, since the drive was unavailable, >>> the dump utility created /backup dir and populated it with >>> lists-var-l0-2007-09-30.dump.bz2 (dumping var) but of course it died >>> as there was not enough space on the / to do it. I mean this is what I >>> make of this. >>> >>> So after deleting /backup I get: >>> df >>> Filesystem 1K-blocks Used Avail Capacity Mounted on >>> /dev/ad0s1a 198126 74084 108192 41% / >>> devfs 1 1 0 100% /dev >>> /dev/ad0s1e 44511308 4217760 36732644 10% /usr >>> /dev/ad0s1d 30462636 3210650 24814976 11% /var >>> devfs 1 1 0 100% /var/named/dev >>> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck >> >> I'm still learning about all the little details about the workings of >> dump myself. It would seem to me, you are dumping to /backup which is the >> mount point for the USB device. Would that hold true? > > I dump to /mnt/usbck/backup. Since backup dir was not present, the > script created it under / Thanks. I couldn't find anything in the man page that explained what would happen if the mount point for the dump was inaccessible at dump time. To me, it is still an assumption. ------ _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 06:41:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F138316A417 for ; Tue, 2 Oct 2007 06:41:06 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-28.bluehost.com (outbound-mail-28.bluehost.com [69.89.17.198]) by mx1.freebsd.org (Postfix) with SMTP id B562413C45A for ; Tue, 2 Oct 2007 06:41:06 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 12681 invoked by uid 0); 1 Oct 2007 19:29:27 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy2.bluehost.com with SMTP; 1 Oct 2007 19:29:27 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IcQxK-00037K-EC for freebsd-questions@freebsd.org; Mon, 01 Oct 2007 13:29:26 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l8ULn3S8029849 for ; Sun, 30 Sep 2007 15:49:04 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l8ULn39h029847 for freebsd-questions@freebsd.org; Sun, 30 Sep 2007 15:49:03 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Sun, 30 Sep 2007 15:49:03 -0600 From: Chad Perrin To: freebsd Message-ID: <20070930214903.GG28464@demeter.hydra> Mail-Followup-To: freebsd References: <77647f500709302057w5e7f61f6t9d8c5382566027ca@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77647f500709302057w5e7f61f6t9d8c5382566027ca@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: X on ThinkPad crashes after sleeping (zzz'ing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 06:41:07 -0000 On Sun, Sep 30, 2007 at 11:57:14PM -0400, C Thala wrote: > Hardware: IBM ThinkPad T41 > OS: FreeBSD 6.2-RELEASE-p7 > > My laptop recently started exhibiting very weird behavior. > > Sleeping still works fine, but when I bring it back from sleep, X > Windows seems to have crashed. Whatever is on the screen (fvwm, > xscreensaver, etc.) will still be there, but there is a few lines of > weird red symbols accross the top. It will be in a frozen state, and > there is nothing I can do to get the machine to respond apart from > doing a cold boot. > > Any ideas why this is happening or how to debug it? I suspect it's a problem similar to one I've been having, and am investigating. I upgraded to X.org 7.3, and have since then had problems with ACPI events screwing up my X session (to the point that it make the OS as a whole pretty much stop working except via SSH for remote access). I have problems with not only sleeping, but also starting X if my laptop is running on its battery (thus with scaled-down power usage) instead of being plugged in. Even when starting X (successfully) while plugged in, however, it puts some interesting garbage on my screen for a few seconds before it starts working properly. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Isaac Asimov: "Part of the inhumanity of the computer is that, once it is completely programmed and working smoothly, it is completely honest." From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 06:54:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B527616A469 for ; Tue, 2 Oct 2007 06:54:10 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id D3BA613C480 for ; Tue, 2 Oct 2007 06:54:08 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id l926mVCQ036863 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 2 Oct 2007 08:48:32 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: "Brian A. Seklecki" Date: Tue, 2 Oct 2007 08:57:04 +0200 User-Agent: KMail/1.7.2 References: <46FCDD68.6030901@zedat.fu-berlin.de> <200710010856.44860.jonathan@hst.org.za> <20071001142854.I34346@arbitor.digitalfreaks.org> In-Reply-To: <20071001142854.I34346@arbitor.digitalfreaks.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200710020857.04541.jonathan+freebsd-questions@hst.org.za> X-Spam-Score: -4.272 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Cc: freebsd-questions@freebsd.org Subject: Re: passwd(1) and LDAP (was Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 06:54:10 -0000 On Monday 01 October 2007 20:29, Brian A. Seklecki wrote: > On Mon, 1 Oct 2007, Jonathan McKeown wrote: > > The passwd(1) program was rewritten some time ago to use PAM, but a test > > was left in which prevents it doing so. I have asked, both on this list > > and on freebsd-hackers in the last few weeks, whether there is any reas= on > > other than historical to leave this test in, and been deafened by the > > silence. There are a couple of PRs either open or suspended regarding > > this issue. > > > > I diked out the whole switch statement and replaced it with a single > > printf, and it works for changing LDAP passwords. I haven't thoroughly > > tested to see if it causes any other problems. > > Does it log in as the LDAP user or the PAM super-user to do the attribute > change? I'll check out the source...but that's great news. ~BAS =46rom what I remember you have to add some additional configuration in the= =20 pam_ldap config file - pam_password exop seems to ring a bell - which tells= =20 pam_ldap to use the RFC3062 Password Modify extended operation. I think it= =20 does it as the user who owns the password so you need something like access to attrs=3DuserPassword by self write by * auth in slapd.conf. I was actually fiddling with this to try and get pam_pGINA working: if anyo= ne=20 has had any joy with that I'd be interested to hear about it. Jonathan From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 07:26:09 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C00416A419 for ; Tue, 2 Oct 2007 07:26:09 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90]) by mx1.freebsd.org (Postfix) with ESMTP id 0C61C13C455 for ; Tue, 2 Oct 2007 07:26:08 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from [87.107.63.161] (port=50345 helo=attila) by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Icc8r-0005do-3z; Tue, 02 Oct 2007 15:26:06 +0800 Date: Tue, 2 Oct 2007 11:01:31 +0330 From: "Bahman M." To: Gary Kline Message-ID: <20071002110131.0c5d26a0@attila> In-Reply-To: <20071002041816.GB18401@thought.org> References: <20071001230411.GA15621@thought.org> <20071002062036.087d3ee7@attila> <20071002041816.GB18401@thought.org> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kedah.mschosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - adempiere.org X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Mailing List Subject: Re: How to open a new tab + new site (firefox or kde-browswer)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 07:26:09 -0000 On 2007-10-01 Gary Kline wrote: > On Tue, Oct 02, 2007 at 06:20:36AM +0330, Bahman M. wrote: > > On 2007-10-01 Gary Kline wrote: > > > Seems like I hhave to type ^T and then type in the new web > > > site. At any rate, this is the default on firefox. Is there an > > > automatic method of doing this? Same q for konqueror too. > > > > > > thanks in advance, > > > > > > gary > > > > > > PS: ithought I chose the option to open new tab on > > > firefox... (?) > > > > > For Firefox, just type the address and hit ALT+ENTER. It opens the > > address in a new tab. > > > > YES! It works, thanks el-mucho. (I admit to rarely reading > the docs, but this time i did look for this ALT+ENTER. Couldn't > find. Can yu point me to the page or URL?) > Help - Help contents - Keyboard shortcuts Bahman From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 08:05:37 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD2C916A468 for ; Tue, 2 Oct 2007 08:05:37 +0000 (UTC) (envelope-from rloefgren@forethought.net) Received: from mzpi5.forethought.net (mzpi5.forethought.net [216.241.36.14]) by mx1.freebsd.org (Postfix) with ESMTP id 91A9113C459 for ; Tue, 2 Oct 2007 08:05:37 +0000 (UTC) (envelope-from rloefgren@forethought.net) Received: from 206-124-7-66.denver.dsl.forethought.net ([206.124.7.66] helo=auden.jmla.com) by mz3.forethought.net with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.51) id 1IcUOI-0006gD-0O; Mon, 01 Oct 2007 17:09:30 -0600 Date: Mon, 1 Oct 2007 17:09:29 -0600 (MDT) From: rloefgren@forethought.net X-X-Sender: rloef@auden.jmla.com To: Karel - Argus AAD In-Reply-To: Message-ID: <20071001170855.E9637@auden.jmla.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: Argus Newsletter - October 2007 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 08:05:37 -0000 Bail out of FreeBSD? No way! :) r On Mon, 1 Oct 2007, Karel - Argus AAD wrote: > > Hi Guys, > > We promised to keep you posted, so here's another quick word from Argus. > > This month we had TWO life saves in the States and ONE in Poland. > Buddy from Skydive Opelika wrote: "Your AAD worked great! Will buy more ...on my student gear & tandems".. And in Skydive Taft we also had a save on a AFF Level 6 - low pull. > And another in Poland with a 'No pull' from the student. Looks like if we did something right. > > Two weeks ago, Argus was present at the US Nationals, Skydive Chicago with the demo Xp rig with the AAD installed on the main container. > > One of the guys trying it, Zack said: "... Was fun and interesting. It's nice to get proof/first hand experience about something we all knew about..." > > We're glad to have TJ Landgren and Dusty Smith on board. No need to introduce them! TJ and Dusty were not using any AAD before and were convinced by our unique "Swoop" mode. > > Roberto (Tuelho) Luiz Souza from Brazil is living such an interesting adventure and visiting all (yes all) major dropzones with his "Skydive around the World", so we had to sponsor him... The June 2007 issue of Parachutist featured an article on his project (see www.skyaw.com.br). > > And, The Safety and Training committee of the Skydiving section/The Norwegian Air Sports Federation, approved the use of Argus AAD in Norway at their meeting 6th September 2007. This approval will be publicized in the safety and training bulletin shortly. > > Good job, Harald! > > If you have anything interesting going on, please let us know for our next newsletter. > > Kind regards, > > > Karel Goorts > Managing director > Aviacom SA > Mobile: +32 485 868788 > ------------------------------------------------------------------- > You receive this newsletter because we have been in touch about AADs in the past. If you like to be removed from this list, please click to http://crmgarage.com/in.asp?p=469958590gpz32b6v_1_questions--dnz_at-FreeBSD.org&h=4699585907snx7o7a&e=questions--dnz_at-FreeBSD.org&u=3qsu6d6g . > _______________________________________________ > 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 Tue Oct 2 10:22:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E347216A418 for ; Tue, 2 Oct 2007 10:22:50 +0000 (UTC) (envelope-from saivinob@yahoo.com) Received: from web43139.mail.sp1.yahoo.com (web43139.mail.sp1.yahoo.com [216.252.121.69]) by mx1.freebsd.org (Postfix) with SMTP id C161A13C481 for ; Tue, 2 Oct 2007 10:22:50 +0000 (UTC) (envelope-from saivinob@yahoo.com) Received: (qmail 6048 invoked by uid 60001); 2 Oct 2007 10:22:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=gh8JOzfub42wbSQPpqItPzX+FyHLx2ZsdXVn4Yxg5za8voqNBpi1NIA+tsc5SgAFEpzQr1ys+tAAQGm45QFWBblLamgrkNsb5tJjoAFfWmrYih934kvWPBzZMj9jzkWRLMa/1ggoahxAZkJFk/nrPl1biMC7kpwoTkRuhNBTysU=; X-YMail-OSG: SQCkQDQVM1knlqWL9_HUqQv4lYrxCfY4rdLDfhuE Received: from [121.246.11.122] by web43139.mail.sp1.yahoo.com via HTTP; Tue, 02 Oct 2007 11:22:49 BST Date: Tue, 2 Oct 2007 11:22:49 +0100 (BST) From: Sai Vinob To: freebsd questions MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-930705359-1191320569=:4669" Content-Transfer-Encoding: 8bit Message-ID: <218005.4669.qm@web43139.mail.sp1.yahoo.com> Subject: Fwd: Re: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 10:22:51 -0000 --0-930705359-1191320569=:4669 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Dominique had asked me to try few stuff. First he had asked me to give the output of pciconf. Which we found didnot have any entry for my sound card. As a reference he had given part of his pciconf. Compare his with mine. (Attachments are given.) > I don't see an entry for your sound card, mine is: > pcm0@pci0:2:7: class=0x040100 card=0x56701462 chip=0x70121039 > rev=0xa0 > hdr=0x00 > vendor = 'Silicon Integrated Systems (SiS)' > device = 'SiS7013 PCI Audio Accelerator' > class = multimedia > subclass = audio > > Exactly. For some reason the driver is not being loaded I guess. Look > at the entry 'none2' in 'pciconf' which refers to multimedia device. > Guess that's my audio device. > > > none2@pci4:1:0: class=0x040300 card=0x81e71043 chip=0x32881106 > rev=0x10 hdr=0x00 > > vendor = 'VIA Technologies Inc' > > class = multimedia > > none3@pci5:7:0: class=0x078000 card=0x205d14f1 chip=0x2f3014f1 > rev=0x01 hdr=0x00 > > vendor = 'Conexant Systems, Inc' > > class = simple comms > > He then had asked me to try loading the generic driver. > You shoud give a try with loading all modules just in case with: > kldload sound I tried this too. But the result has not changed for good. Same outputs for all-kldstat, cat /dev/sndstat, dmesg, pciconf ... Then I decided to custom compile my kernel itself. I first unloaded 'sound'. Followed the instructions in the FreeBSD handbook to compile custom kernel and booted into system with it. Strangely even now the output of 'kldstat' is, Id Refs Address Size Name 1 10 0xc0400000 7182a8 kernel 2 1 0xc0b19000 59f20 acpi.ko 3 1 0xc436a000 16000 linux.ko 4 1 0xc43c1000 17000 ng_btsocket.ko 5 1 0xc43d8000 a000 netgraph.ko 6 1 0xc43e6000 2000 ng_bluetooth.ko and that of '/dev/sndstat' is, FreeBSD Audio Driver (newpcm) Installed devices: I'm attaching the 'dmesg' and 'pciconf' files for your reference. The files are same before and after building custom kernel. I checked with 'diff'. If even custom building the kernel to include the sound and snd_via8233 driver doesnot help then don't know whatelse to try. --Sai Vinob Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/ --0-930705359-1191320569=:4669 Content-Type: text/plain; name="=?utf-8?q?dmesg.txt?=" Content-Description: pat317622119 Content-Disposition: attachment; filename="=?utf-8?q?dmesg.txt?=" Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-RELEASE #0: Tue Oct 2 14:05:18 IST 2007 root@.:/usr/obj/usr/src/sys/MYKERNEL ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Sempron(tm) Processor 2800+ (1596.20-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x20fc2 Stepping = 2 Features=0x78bfbff Features2=0x1 AMD Features=0xe2500800 AMD Features2=0x1 real memory = 737869824 (703 MB) avail memory = 712638464 (679 MB) ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.5 (no driver attached) pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: irq 27 at device 2.0 on pci0 pci2: on pcib2 pcib3: irq 31 at device 3.0 on pci0 pci3: on pcib3 atapci0: port 0xd800-0xd807,0xd400-0xd403,0xd000-0xd007,0xc800-0xc803,0xc400-0xc40f,0xc000-0xc0ff irq 21 at device 15.0 on pci0 ata2: on atapci0 ata3: on atapci0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 15.1 on pci0 ata0: on atapci1 ata1: on atapci1 uhci0: port 0xb800-0xb81f irq 20 at device 16.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xb400-0xb41f irq 22 at device 16.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xb000-0xb01f irq 21 at device 16.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xa800-0xa81f irq 23 at device 16.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xf9fffc00-0xf9fffcff irq 21 at device 16.4 on pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered isab0: at device 17.0 on pci0 isa0: on isab0 vr0: port 0xa400-0xa4ff mem 0xf9fff800-0xf9fff8ff irq 23 at device 18.0 on pci0 miibus0: on vr0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 00:18:f3:d9:87:8e pcib4: at device 19.0 on pci0 pci4: on pcib4 pci4: at device 1.0 (no driver attached) pcib5: at device 19.1 on pci0 pci5: on pcib5 pci5: at device 7.0 (no driver attached) acpi_button0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: configured irq 3 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 sio0: type 16550A pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ugen0: vendor 0x0e5e product 0x6622, rev 1.10/1.34, addr 2 Timecounter "TSC" frequency 1596197790 Hz quality 800 Timecounters tick every 1.000 msec acd0: DMA limited to UDMA33, device found non-ATA66 cable acd0: DVDR at ata0-master UDMA33 ad4: 114473MB at ata2-master SATA150 Trying to mount root from ufs:/dev/ad4s4a --0-930705359-1191320569=:4669 Content-Type: text/plain; name="=?utf-8?q?pciconf.txt?=" Content-Description: pat1049763349 Content-Disposition: attachment; filename="=?utf-8?q?pciconf.txt?=" hostb0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x03361106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = HOST-PCI hostb1@pci0:0:1: class=0x060000 card=0x00000000 chip=0x13361106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = HOST-PCI hostb2@pci0:0:2: class=0x060000 card=0x00000000 chip=0x23361106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = HOST-PCI hostb3@pci0:0:3: class=0x060000 card=0x00000000 chip=0x33361106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = HOST-PCI hostb4@pci0:0:4: class=0x060000 card=0x00000000 chip=0x43361106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = HOST-PCI none0@pci0:0:5: class=0x080020 card=0x00000000 chip=0x53361106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = base peripheral subclass = interrupt controller hostb5@pci0:0:6: class=0x060000 card=0x00000008 chip=0x62901106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = HOST-PCI hostb6@pci0:0:7: class=0x060000 card=0x00000000 chip=0x73361106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000070 chip=0xb1881106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'Apollo K8HTB CPU to AGP 2.0/3.0 Bridge' class = bridge subclass = PCI-PCI pcib2@pci0:2:0: class=0x060400 card=0x00000040 chip=0xa2381106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'K8T890 PCI-to-PCI Bridge' class = bridge subclass = PCI-PCI pcib3@pci0:3:0: class=0x060400 card=0x00000040 chip=0xc2381106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'K8T890 PCI-to-PCI Bridge' class = bridge subclass = PCI-PCI atapci0@pci0:15:0: class=0x01018f card=0x81b51043 chip=0x05911106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' class = mass storage subclass = ATA atapci1@pci0:15:1: class=0x01018a card=0x81b51043 chip=0x05711106 rev=0x07 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA uhci0@pci0:16:0: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0xa0 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci1@pci0:16:1: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0xa0 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci2@pci0:16:2: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0xa0 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci3@pci0:16:3: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0xa0 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB ehci0@pci0:16:4: class=0x0c0320 card=0x31041106 chip=0x31041106 rev=0x86 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6202 USB 2.0 Enhanced Host Controller' class = serial bus subclass = USB isab0@pci0:17:0: class=0x060100 card=0x81b51043 chip=0x33371106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = PCI-ISA hostb7@pci0:17:7: class=0x060000 card=0x337e1106 chip=0x287e1106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' class = bridge subclass = HOST-PCI vr0@pci0:18:0: class=0x020000 card=0x80ed1043 chip=0x30651106 rev=0x7c hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6102 Rhine II PCI Fast Ethernet Controller' class = network subclass = ethernet pcib4@pci0:19:0: class=0x060400 card=0x00000060 chip=0x337b1106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' class = bridge subclass = PCI-PCI pcib5@pci0:19:1: class=0x060401 card=0x00000060 chip=0x337a1106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' class = bridge subclass = PCI-PCI hostb8@pci0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron HyperTransport Technology Configuration' class = bridge subclass = HOST-PCI hostb9@pci0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Address Map' class = bridge subclass = HOST-PCI hostb10@pci0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron DRAM Controller' class = bridge subclass = HOST-PCI hostb11@pci0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Miscellaneous Control' class = bridge subclass = HOST-PCI none1@pci1:0:0: class=0x030000 card=0x81b51043 chip=0x32301106 rev=0x11 hdr=0x00 vendor = 'VIA Technologies Inc' class = display subclass = VGA none2@pci4:1:0: class=0x040300 card=0x81e71043 chip=0x32881106 rev=0x10 hdr=0x00 vendor = 'VIA Technologies Inc' class = multimedia none3@pci5:7:0: class=0x078000 card=0x205d14f1 chip=0x2f3014f1 rev=0x01 hdr=0x00 vendor = 'Conexant Systems, Inc' class = simple comms --0-930705359-1191320569=:4669-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 10:26:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A3DB16A417 for ; Tue, 2 Oct 2007 10:26:59 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mo1so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCDB13C46E for ; Tue, 2 Oct 2007 10:26:59 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mr2so.prod.shaw.ca (pd2mr2so-qfe3.prod.shaw.ca [10.0.141.109]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JPA00I2J25UQT50@l-daemon> for freebsd-questions@freebsd.org; Tue, 02 Oct 2007 03:25:06 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd2mr2so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JPA00AK825UX630@pd2mr2so.prod.shaw.ca> for freebsd-questions@freebsd.org; Tue, 02 Oct 2007 03:25:06 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.201.197]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JPA00EQ125TFLX2@l-daemon> for freebsd-questions@freebsd.org; Tue, 02 Oct 2007 03:25:05 -0600 (MDT) Received: (qmail 1044 invoked from network); Tue, 02 Oct 2007 09:24:58 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Tue, 02 Oct 2007 09:24:58 +0000 Date: Tue, 02 Oct 2007 02:24:57 -0700 From: Colin Percival In-reply-to: <94136a2c0710010907t188fe01ana85ae9ba7f478065@mail.gmail.com> To: Zbigniew Szalbot Message-id: <47020E69.7030902@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.0 References: <94136a2c0710010907t188fe01ana85ae9ba7f478065@mail.gmail.com> User-Agent: Thunderbird 2.0.0.6 (X11/20070812) Cc: freebsd-questions@freebsd.org Subject: Re: Ports tree is already up to date. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 10:26:59 -0000 Zbigniew Szalbot wrote: > Coincidence or the portsnap server is wrong? > > ./port.sh > Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found. > Fetching snapshot tag from portsnap2.FreeBSD.org... done. > Latest snapshot on server matches what we already have. > No updates needed. > Ports tree is already up to date. Portsnap builds were offline over the weekend due to a hardware failure, but this is now fixed and portsnap should now be able to update again. Colin Percival From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 10:36:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53B4016A419 for ; Tue, 2 Oct 2007 10:36:42 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id CB94213C458 for ; Tue, 2 Oct 2007 10:36:41 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:57291 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1Icf7I-0001f0-7f for freebsd-questions@freebsd.org; Tue, 02 Oct 2007 12:36:40 +0200 Received: (qmail 29755 invoked from network); 2 Oct 2007 12:36:37 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 2 Oct 2007 12:36:37 +0200 Received: (qmail 32856 invoked by uid 1001); 2 Oct 2007 12:36:37 +0200 Date: Tue, 2 Oct 2007 12:36:37 +0200 From: Erik Trulsson To: Sai Vinob Message-ID: <20071002103637.GA32788@owl.midgard.homeip.net> Mail-Followup-To: Sai Vinob , freebsd questions References: <218005.4669.qm@web43139.mail.sp1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <218005.4669.qm@web43139.mail.sp1.yahoo.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1Icf7I-0001f0-7f. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Icf7I-0001f0-7f ce6a3034d9db1ad233b9b3b810a7e504 Cc: freebsd questions Subject: Re: Fwd: Re: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 10:36:42 -0000 On Tue, Oct 02, 2007 at 11:22:49AM +0100, Sai Vinob wrote: > Dominique had asked me to try few stuff. > > First he had asked me to give the output of pciconf. Which we found > didnot have any entry for my sound card. As a reference he had given > part of his pciconf. Compare his with mine. (Attachments are given.) That chipset is not a VT8233A. It is a Via VT8237A. The snd_hda(4) driver should work for that chip. I don't think that driver was included in 6.2-RELEASE, so you might have to upgrade to the latest -STABLE if you have not already done so, (In case someone wonders: No, the VT8237 and the VT8237A are not the same chip. The most obvious is which audio driver is needed (snd_via8233 vs snd_hda)) > > > I don't see an entry for your sound card, mine is: > > pcm0@pci0:2:7: class=0x040100 card=0x56701462 chip=0x70121039 > > rev=0xa0 > > hdr=0x00 > > vendor = 'Silicon Integrated Systems (SiS)' > > device = 'SiS7013 PCI Audio Accelerator' > > class = multimedia > > subclass = audio > > > > Exactly. For some reason the driver is not being loaded I guess. Look > > at the entry 'none2' in 'pciconf' which refers to multimedia device. > > Guess that's my audio device. > > > > > none2@pci4:1:0: class=0x040300 card=0x81e71043 chip=0x32881106 > > rev=0x10 hdr=0x00 > > > vendor = 'VIA Technologies Inc' > > > class = multimedia > > > none3@pci5:7:0: class=0x078000 card=0x205d14f1 chip=0x2f3014f1 > > rev=0x01 hdr=0x00 > > > vendor = 'Conexant Systems, Inc' > > > class = simple comms > > > > > He then had asked me to try loading the generic driver. > > > You shoud give a try with loading all modules just in case with: > > kldload sound > > I tried this too. But the result has not changed for good. Same > outputs for all-kldstat, cat /dev/sndstat, dmesg, pciconf ... > > Then I decided to custom compile my kernel itself. I first unloaded > 'sound'. Followed the instructions in the FreeBSD handbook to compile > custom kernel and booted into system with it. Strangely even now the > output of 'kldstat' is, > Id Refs Address Size Name > 1 10 0xc0400000 7182a8 kernel > 2 1 0xc0b19000 59f20 acpi.ko > 3 1 0xc436a000 16000 linux.ko > 4 1 0xc43c1000 17000 ng_btsocket.ko > 5 1 0xc43d8000 a000 netgraph.ko > 6 1 0xc43e6000 2000 ng_bluetooth.ko > > and that of '/dev/sndstat' is, > FreeBSD Audio Driver (newpcm) > Installed devices: > > I'm attaching the 'dmesg' and 'pciconf' files for your reference. The > files are same before and after building custom kernel. I checked with > 'diff'. > > If even custom building the kernel to include the sound and > snd_via8233 driver doesnot help then don't know whatelse to try. > > > > > > --Sai Vinob > > -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 12:11:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44A8B16A46B for ; Tue, 2 Oct 2007 12:11:24 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D06213C48A for ; Tue, 2 Oct 2007 12:11:23 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.136]) by hermes.wbtsystems.com (Postfix) with ESMTP id 01FE2F7425 for ; Tue, 2 Oct 2007 13:05:54 +0100 (IST) From: "Barry Byrne" To: Date: Tue, 2 Oct 2007 13:05:51 +0100 Message-ID: <003401c804ec$93a387e0$88010c0a@dublin.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcgE7JOBGdpYmAS/QAGasAIgyep3wg== Subject: Apache port OPTIONs support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 12:11:24 -0000 All, Recently, the apache port changed as per the note in /usr/ports/UPDATING below. I used to build apache with the proxy modules: make WITH_PROXY_MODULES=yes install I've now tried: make WITHOUT_APACHE_OPTIONS=YES WITH_PROXY_MODULES=yes install This builds the proxy modules, but leaves out at least SSL modules, so I'm assuming there is a preferred way to specify specific options, but can't figure out how. Thanks for any help, Barry - From the /usr/ports/UPDATING file - By popular request, OPTIONS support has been added. When enabled (default), these knobs are ignored: * WITH__MODULES * WITHOUT__MODULES * WITH_CUSTOM_ * WITH_MODULES * WITHOUT_MODULES * WITH_STATIC_MODULES However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS. Previous From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 12:16:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4FF616A418 for ; Tue, 2 Oct 2007 12:16:21 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 63B1913C4A6 for ; Tue, 2 Oct 2007 12:16:21 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.136]) by hermes.wbtsystems.com (Postfix) with ESMTP id 68B1BF740F for ; Tue, 2 Oct 2007 12:59:44 +0100 (IST) From: "Barry Byrne" To: Date: Tue, 2 Oct 2007 12:59:41 +0100 Message-ID: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcgE67ckyx/4aiAdQnWkZx2bsBh5rA== Subject: p5-libapreq2 port fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 12:16:21 -0000 Hi All, Not sure if it's related to the upgrade to autoconf 2.61, but libapreq2 now fails to build. Running on 6.2-RELEASE-p7 with ports tree up to date. The header files referenced in the first two lines below do existin in: /usr/local/include/apache22/modules/perl/ Any help appreciated. Thanks, barry ------------------ /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/apreq_xs _postperl.h:21:34: modperl_perl_unembed.h: No such file or directory /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/apreq_xs _postperl.h:24:33: modperl_common_util.h: No such file or directory In file included from Request.xs:45: /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:3: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:82: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:162: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:243: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:320: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:477: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:513: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:575: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:639: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:675: error: syntax error before "void" /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder/APR/Requ est/APR__Request.h:738: error: syntax error before "void" *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xs/APR/Request. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xs/APR. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xs. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 12:36:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A7C16A46E for ; Tue, 2 Oct 2007 12:36:39 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id 2E50413C4BC for ; Tue, 2 Oct 2007 12:36:38 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from 208.102-247-81.adsl-dyn.isp.belgacom.be (HELO belgacom.net) ([81.247.102.208]) by mailrelay007.isp.belgacom.be with ESMTP; 02 Oct 2007 14:36:32 +0200 X-Belgacom-Dynamic: yes Date: Tue, 2 Oct 2007 14:35:04 +0200 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20071002123504.GA98179@ducati-748.3rdrock.kicks-ass.net> References: <218005.4669.qm@web43139.mail.sp1.yahoo.com> <20071002103637.GA32788@owl.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071002103637.GA32788@owl.midgard.homeip.net> User-Agent: Mutt/1.4.2.1i Subject: Re: Fwd: Re: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 12:36:39 -0000 On Tue, Oct 02, 2007 at 12:36:37PM +0200, Erik Trulsson wrote: > On Tue, Oct 02, 2007 at 11:22:49AM +0100, Sai Vinob wrote: > > Dominique had asked me to try few stuff. > > > > First he had asked me to give the output of pciconf. Which we found > > didnot have any entry for my sound card. As a reference he had given > > part of his pciconf. Compare his with mine. (Attachments are given.) > > That chipset is not a VT8233A. It is a Via VT8237A. > The snd_hda(4) driver should work for that chip. > I don't think that driver was included in 6.2-RELEASE, so you might have > to upgrade to the latest -STABLE if you have not already done so, > > (In case someone wonders: No, the VT8237 and the VT8237A are > not the same chip. The most obvious is which audio driver is needed (snd_via8233 > vs snd_hda)) > > > > > > I don't see an entry for your sound card, mine is: > > > pcm0@pci0:2:7: class=0x040100 card=0x56701462 chip=0x70121039 > > > rev=0xa0 > > > hdr=0x00 > > > vendor = 'Silicon Integrated Systems (SiS)' > > > device = 'SiS7013 PCI Audio Accelerator' > > > class = multimedia > > > subclass = audio > > > > > > Exactly. For some reason the driver is not being loaded I guess. Look > > > at the entry 'none2' in 'pciconf' which refers to multimedia device. > > > Guess that's my audio device. > > > > > > > none2@pci4:1:0: class=0x040300 card=0x81e71043 chip=0x32881106 > > > rev=0x10 hdr=0x00 > > > > vendor = 'VIA Technologies Inc' > > > > class = multimedia > > > > none3@pci5:7:0: class=0x078000 card=0x205d14f1 chip=0x2f3014f1 > > > rev=0x01 hdr=0x00 > > > > vendor = 'Conexant Systems, Inc' > > > > class = simple comms > > > > > > > > He then had asked me to try loading the generic driver. > > > > > You shoud give a try with loading all modules just in case with: > > > kldload sound > > > > I tried this too. But the result has not changed for good. Same > > outputs for all-kldstat, cat /dev/sndstat, dmesg, pciconf ... > > > > Then I decided to custom compile my kernel itself. I first unloaded > > 'sound'. Followed the instructions in the FreeBSD handbook to compile > > custom kernel and booted into system with it. Strangely even now the > > output of 'kldstat' is, > > Id Refs Address Size Name > > 1 10 0xc0400000 7182a8 kernel > > 2 1 0xc0b19000 59f20 acpi.ko > > 3 1 0xc436a000 16000 linux.ko > > 4 1 0xc43c1000 17000 ng_btsocket.ko > > 5 1 0xc43d8000 a000 netgraph.ko > > 6 1 0xc43e6000 2000 ng_bluetooth.ko > > > > and that of '/dev/sndstat' is, > > FreeBSD Audio Driver (newpcm) > > Installed devices: > > > > I'm attaching the 'dmesg' and 'pciconf' files for your reference. The > > files are same before and after building custom kernel. I checked with > > 'diff'. > > > > If even custom building the kernel to include the sound and > > snd_via8233 driver doesnot help then don't know whatelse to try. > > > > > > > > > > > > --Sai Vinob > > > > I'm running driver snd_hda in 6.2 and works great thanks to somebody on the list. He gave me the following info Download the precompiled kernel module from here: http://people.freebsd.org/~ariff/lowlatency/ Decompress the archive, copy sound.ko and snd_hda.ko to /boot/kernel (you may as well copy all the .ko files, but these two are the ones needed) then do (as root) a kldload snd_hda ( and add snd_hda_load="YES" to /boot/loader.conf so it loads with each reboot). Hope this helps. _Alain > > > -- > > Erik Trulsson > ertr1013@student.uu.se > _______________________________________________ > 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 Tue Oct 2 13:07:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 674CF16A418 for ; Tue, 2 Oct 2007 13:07:40 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2E54713C447 for ; Tue, 2 Oct 2007 13:07:40 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so5114727waf for ; Tue, 02 Oct 2007 06:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=xNFNiCp7/zcG4hJt1uvs2zW7wTzsNyL1AOpgBpGTAcM=; b=KkpyawfDnVPvcpW8tAp+Qo8fGJwoafnhCe9x4ctDqOrc95/9VPVTjJh/8hE1z6fb/arcjxKhp0kuat2lG352nbVx+fb88xHFNYzz83l2SxsW+2dtNuTPCo4P54PuanaCXgiUuH7eFMSNV1LQy/HOppECkdZxss5VMjlDPXbKb+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HOdEPw2koKmQOv+4Ah7IWLGVaU+3U76Fo5aWedvi8BPkf7oVAUIhW1Q1piTUz5QrKcSEYw4cJ58cyToXFTLWD/pqyin2nK8/jaQb0zqcvKU7LtijpeWPHTCpkstEShrRqUyhAqKqhWc133dIl+246rgqYrOysgFB6WydlkxQ1yc= Received: by 10.114.60.19 with SMTP id i19mr6346719waa.1191330459126; Tue, 02 Oct 2007 06:07:39 -0700 (PDT) Received: by 10.142.211.11 with HTTP; Tue, 2 Oct 2007 06:07:39 -0700 (PDT) Message-ID: <26ddd1750710020607k7b26785el5836f4a32523f8c6@mail.gmail.com> Date: Tue, 2 Oct 2007 09:07:39 -0400 From: "Maxim Khitrov" To: "Chad Leigh -- Shire. Net LLC" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: User Questions Subject: Re: segmentation fault in sqlite3 on 6.2R amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 13:07:40 -0000 On 10/2/07, Chad Leigh -- Shire. Net LLC wrote: > Hi > > In installing trac I ran across a segmentation fault in the initenv > command. > > This seems to be the same problem as shown here: > > http://www.nabble.com/ports-116383%3A-sqlite3-%28from-databases- > sqlite3%29-segfault-tf4449251.html#a12694631 > > Running it in gdb shows > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0x50c000 (LWP 100331)] > 0x0000000802f76869 in sqlite3Fts2InitHashTable () from /usr/public/ > lib/libsqlite3.so.8 > (gdb) backtrace > #0 0x0000000802f76869 in sqlite3Fts2InitHashTable () from /usr/ > public/lib/libsqlite3.so.8 > #1 0x0000000802f74f8f in sqlite3Fts2Init () from /usr/public/lib/ > libsqlite3.so.8 > #2 0x0000000802f41be5 in openDatabase () from /usr/public/lib/ > libsqlite3.so.8 > #3 0x0000000802e0bd91 in pysqlite_connection_init () from /usr/ > public/lib/python2.5/site-packages/pysqlite2/_sqlite.so > #4 0x00000008006ab6fb in PyType_IsSubtype () from /usr/public/lib/ > libpython2.5.so.1 > #5 0x000000080066ec83 in PyObject_Call () from /usr/public/lib/ > libpython2.5.so.1 > #6 0x0000000802e09f95 in module_connect () from /usr/public/lib/ > python2.5/site-packages/pysqlite2/_sqlite.so > #7 0x000000080066ec83 in PyObject_Call () from /usr/public/lib/ > libpython2.5.so.1 > #8 0x00000008006dc6da in PyEval_EvalFrameEx () from /usr/public/lib/ > libpython2.5.so.1 > #9 0x00000008006dec34 in PyEval_EvalCodeEx () from /usr/public/lib/ > libpython2.5.so.1 > #10 0x00000008006888be in PyFunction_SetClosure () from /usr/public/ > lib/libpython2.5.so.1 > #11 0x000000080066ec83 in PyObject_Call () from /usr/public/lib/ > libpython2.5.so.1 > #12 0x00000008006dc272 in PyEval_EvalFrameEx () from /usr/public/lib/ > libpython2.5.so.1 > #13 0x00000008006de336 in PyEval_EvalFrameEx () from /usr/public/lib/ > libpython2.5.so.1 > #14 0x00000008006dec34 in PyEval_EvalCodeEx () from /usr/public/lib/ > libpython2.5.so.1 > #15 0x00000008006dd9fb in PyEval_EvalFrameEx () from /usr/public/lib/ > libpython2.5.so.1 > #16 0x00000008006dec34 in PyEval_EvalCodeEx () from /usr/public/lib/ > libpython2.5.so.1 > > > > I do the simple test command as shown in the nabble.com link above > and get basically the same thing > > # gdb sqlite3 > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and > you are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "amd64-marcel-freebsd"...(no debugging > symbols found)... > (gdb) r comments.db "CREATE TABLE comments (page, name, email, url, > body);" > Starting program: /usr/public/bin/sqlite3 comments.db "CREATE TABLE > comments (page, name, email, url, body);" > (no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)... > Program received signal SIGSEGV, Segmentation fault. > 0x0000000800698869 in sqlite3Fts2InitHashTable () from /usr/public/ > lib/libsqlite3.so.8 > (gdb) backtrace > #0 0x0000000800698869 in sqlite3Fts2InitHashTable () from /usr/ > public/lib/libsqlite3.so.8 > #1 0x0000000800696f8f in sqlite3Fts2Init () from /usr/public/lib/ > libsqlite3.so.8 > #2 0x0000000800663be5 in openDatabase () from /usr/public/lib/ > libsqlite3.so.8 > #3 0x0000000000403133 in open_db () > #4 0x00000000004053b8 in main () > (gdb) > > Anyone else see this same thing or know about this problem? > > A Google search does not show this mentioned except at the above link. > > Thanks > Chad Do you have the FTS extension installed? If so, remove it and try again. - Max From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 13:18:19 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13C1816A417 for ; Tue, 2 Oct 2007 13:18:19 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from mail.attiksystem.ch (f29.attiksystem.ch [212.147.59.29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D9CE13C467 for ; Tue, 2 Oct 2007 13:18:17 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from poweredge.attiksystem.ch (poweredge.attiksystem.ch [10.0.0.29]) by mail.attiksystem.ch (8.12.11/8.12.11) with ESMTP id l92DIFLS002074 for ; Tue, 2 Oct 2007 15:18:15 +0200 (CEST) (envelope-from philippe.lang@attiksystem.ch) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 Date: Tue, 2 Oct 2007 15:18:15 +0200 Message-ID: <6C0CF58A187DA5479245E0830AF84F42337D33@poweredge.attiksystem.ch> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Execution plan caching thread-index: AcgEtqnA6XFIfUMjSMqEA73EdEmpEQAQAEiw References: <6C0CF58A187DA5479245E0830AF84F42337D2B@poweredge.attiksystem.ch> From: "Philippe Lang" To: X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Cc: Subject: RE: Execution plan caching X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 13:18:19 -0000 owner-freebsd-questions@freebsd.org wrote: > Hi, >=20 > I have recently used the MS SQL Server 2005 database, and found out > that there is no mecanism where an execution plan can be reused > between two successive calls to a view. This is only true with stored > procedures. =20 >=20 > Is that also true with the Postgresql engine? Sorry, wrong mailing-list! :) Philippe From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 13:29:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD3A416A420 for ; Tue, 2 Oct 2007 13:29:02 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4AD1413C458 for ; Tue, 2 Oct 2007 13:29:02 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.67) with esmtp (envelope-from ) id <1Icho5-0005eW-5n>; Tue, 02 Oct 2007 15:29:01 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.67) with esmtpsa (envelope-from ) id <1Icho5-0001iG-3h>; Tue, 02 Oct 2007 15:29:01 +0200 Message-ID: <470247A9.1020401@zedat.fu-berlin.de> Date: Tue, 02 Oct 2007 13:29:13 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: "Brian A. Seklecki" References: <46FCDD68.6030901@zedat.fu-berlin.de> <1190989759.2994.26.camel@new-host> <46FD483D.8000906@zedat.fu-berlin.de> <20070929195839.B99598@arbitor.digitalfreaks.org> In-Reply-To: <20070929195839.B99598@arbitor.digitalfreaks.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 13:29:02 -0000 All right, here's next step. As I mentioned, I linked both local/etc/ldap.conf and local/etc/nss_pam.conf symbolically to /local/etc/openldap/ldap.conf (OpenLDAP's ldap.conf). This file only contains a restricted common subset of options understood by OpenLDAP's clients, nss_ldap and pam_ldap. Obviously, this did not work (again: I already installed successfully OpenLDAP, nss_ldap and pam_ldap!). So I turned to have separate files for each library and facility. The only thing I changed was the default dc=xxx tags and the uri tag to access either local socket, local secure port or local normal port. On all three facilities OpenLDAP was listening, as sockstat(1) reported positively. Well, I also changed /etc/nsswitch.conf to look first for 'giles', the nfor 'ldap' for group and passwords. I also have ACLs defined in slpad.conf. The problem at the moment is, when nss_ldap running, login as root on console takes several minutes (like a NIS server has gone away and I thing nss_ldap does not reach its LDAP server so it is of the same quality like a missing NIS). I tried to avoid this having 'files' prior to 'ldap' in nsswitch.conf, but that does not work. Logins from outside is impossible, I see a lot of error messages on console nss_ldap can't contact it's OpenLDAP server. When logged in on console, I can do a simple slapcat(1) and get a lot of definitions, so tis shows a running and resping OpenLDAP server. I feel seriously desperate because I don't know how to trace the communication paths between the pam/nss clients and the OpenLDAP server. At the beginning of setting up the environment, I followed strictly suggestions and examples shown in the OpenLDAP tutorials from OpenLDAP itself - but with no success! Other tutorials around the web targetting mostly outdated environments (FreeBSD 5.1, older OpenLDAP versions or strange Linux setups). In my case, I expect some errors from the OpenLDAP server if a client tries to access the server itself without having permissions granted accessing, reading or even writing to the directory, but all I get is a failure in connecting to the OpenLDAP server as it would not exists. This is strange! maybe it is also a problem with the TLS/SLL facility, but this should also be reported either by the client or the OpenLDAP server itself. But nothing is shown so far reflecting a problem. Without any SSL/TLS certifacte for encryption, I end up in the same strange problem. Even SAMBA struggles when connecting to LDAP services - because it also can not find the target. So, I suspect some problems with FreeBSD 7.0-CURRENT. Is nobody out here utilizing FBSD 7.0 in combination with OpenLDAP (most recent version as taken from the ports in conjunction with pam_ldap/nss_ldap)? Strange, regards, Oliver Brian A. Seklecki wrote: > > There should be an nss_ldap.conf and pam_ldap.conf in /usr/local/etc . > You need to set a variety of settings there. What do they look like? > > Remember: pkg_info -L pam_ldap nss_ldap! > > Also, not sure about the TCP FIN_2 issue -- probably just the usual > shakes and bangs with -current. ~BAS > > > On Fri, 28 Sep 2007, O. Hartmann wrote: > >> Thank you for responding. >> So, I'll feel free reporting my bad luck. This is a reference page I >> consulted for some hints, but without success: >> >> http://www.cultdeadsheep.org/FreeBSD/docs/Quick_and_dirty_FreeBSD_5_x_and_nss_ldap_mini-HOWTO.html >> >> >> First, OS ist the most recent FreeBSD 7.0. >> OpenLDAP is openldap-server-2.3.38, standard config, no SASL support >> or anything else apart from default >> PAM_LDAP >> NSS_LDAP >> >> I renamed cached.conf to nscd.conf as suggested (for your information). >> In /etc/nsswitch.conf I changed >> # >> # nsswitch.conf(5) - name service switch configuration file >> # $FreeBSD: src/etc/nsswitch.conf,v 1.1 2006/05/03 15:14:47 ume Exp $ >> # >> group: files ldap >> group_compat: nis >> hosts: files dns >> networks: files >> passwd: files ldap >> passwd_compat: nis >> shells: files >> services: compat >> services_compat: nis >> protocols: files >> rpc: files >> >> I also changed /etc/pam.d/sshd to this: >> >> # >> # $FreeBSD: src/etc/pam.d/sshd,v 1.16 2007/06/10 18:57:20 yar Exp $ >> # >> # PAM configuration for the "sshd" service >> # >> >> # auth >> auth sufficient pam_opie.so no_warn >> no_fake_prompts >> auth requisite pam_opieaccess.so no_warn >> allow_local >> #auth sufficient pam_krb5.so no_warn >> try_first_pass >> auth sufficient /usr/local/lib/pam_ldap.so no_warn >> try_first_pass >> auth sufficient pam_ssh.so no_warn >> try_first_pass >> auth required pam_unix.so no_warn >> try_first_pass >> >> # account >> account required pam_nologin.so >> #account required pam_krb5.so >> account required pam_login_access.so >> account required pam_unix.so >> >> # session >> #session optional pam_ssh.so >> session required pam_permit.so >> >> # password >> #password sufficient pam_krb5.so no_warn >> try_first_pass >> password required pam_unix.so no_warn >> try_first_pass >> >> Both configuration files for nss_ldap and pam_ldap respective got >> linked to /usr/localetc/openldap/ldap.conf, which looks like this: >> >> # >> # LDAP Defaults >> # >> >> # See ldap.conf(5) for details >> # This file should be world readable but not world writable. >> >> BASE dc=foo,dc=org >> #URI ldapi:/// >> URI ldapi://%2fvar%2frun%2fopenldap%2fldapi/ >> >> #SSL start_tls >> >> #SIZELIMIT 12 >> #TIMELIMIT 15 >> #DEREF never >> >> #TLS_CACERT #TLS_CERT #TLS_KEY #TLS_REQCERT >> allow >> #TLS_REQCERT demand >> #TLS_CHECKPEER yes >> >> My /etc/rc.conf.local file has the following OpenLDAP specific entry: >> >> ########################################################### >> ### OpenLDAP Server ### >> ########################################################### >> slapd_enable="YES" >> #slapd_flags='-d 3 -4 -s 4 -h >> "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap:/// ldaps:///"' >> slapd_flags='-4 -s 4 -h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ >> ldap://192.168.2.210 ldaps://192.168.2.210"' >> slapd_sockets="/var/run/openldap/ldapi" >> >> >> My OpenLDAP config file has SSL-certificates disabled. >> >> After the installation of nss_ldap the slapd server takes several >> decades of seconds to start. But it starts well and after it has >> initiated itself, I can do on the server a simple 'slapcat' and receive. >> >> But I can't access the LDAP server. Doing an 'id testuser' results in >> 'id not found'. >> >> On the console, I receive massively errors like this: >> >> TCP: [127.0.0.1]:389 to [127.0.0.1]:63896 tcpflags 0x18; >> tcp_do_segment: FIN_WAIT_2: Received data after socket was closed, >> sending RST and removing tcpcb >> >> Well, I checked sockstat for a listening slapd and I found slapd >> listening on both loopback, local NIC adn on both ports 389 and 636. >> >> So what is wrong ? >> >> Regards, >> a desperate Oliver >> >> >> >> >> Brian A. Seklecki wrote: >>> FreeBSD 5.x and 6.x work fine with both PAM and NSS -> LDAP w/ TLS >>> (PKI). All other services (RADIUS, Apache ((mod_ldap, mod_pam_auth), >>> PHP, >>> interactive shell, SFTP, etc.) can be tied into LDAP either directly or >>> via PAM. >>> >>> As for password change, I don't know if anyone has a passwd(1) binary >>> that properly changes the LDAP password attribute -- if there is and its >>> out there, it requires ACL insanity. Like Oracle, you can either >>> understand OpenLDAP ACLs, or you have real work to do >:} >>> >>> Check the nss_pam.conf and nss_ldap.conf configs in local/etc/* >>> -- set to "debug 1" to get debugging info. Feel free to share >>> error messages. >>> >>> ~BAS >>> >>> On Fri, 2007-09-28 at 10:54 +0000, O. Hartmann wrote: >>> >>>> Hello out there, >>>> I have a problem with setting up an FreeBSD box as OpenLDAP server >>>> with several services, like SAMBA, NFS. >>>> >>>> The intention is to have a FreeBSD 7.0 fileserver (NFS, SAMBA) also >>>> acting as OpenLDAP server. So far. OpenLDAP is up and running, using >>>> TLS/SSL certificate. SAMBA is also up and running - but it never >>>> connects to the OpenLDAP server due to an connection error, but this >>>> shouldn't be the subject here, I have more basic questions about >>>> what FreeBSD already has and what to install additionally. >>>> >>>> I want customers to log in on the FBSD box, so they sould log in >>>> (authenticated via OpenLDAP), change their passwords and shells and >>>> those user specifica should be updated on the LDAP server. >>>> >>>> I already installed pam_ldap-port but ran into trouble because >>>> FreeBSD's nss obviously does not have a tag 'ldap' to refere to an >>>> OpenLDAP server (and not files). >>>> Well, I'm confused and not very firm with OpenLDAP/PAM/NSS stuff, >>>> especially if SSL/TLS come into play and I would like to ask those >>>> herein administering those setups, especially within a hybrid >>>> NFS/SAMBA fileservicing environment, where to find up to date >>>> informationes/howto/tipps. >>>> >>>> Most websites and HowTo's I found were Linux related or, if related >>>> to FreeBSD, outdated. >>>> >>>> Sorry beeing so unspecific, but the problem is complex (to me) so I >>>> would better ask for those who are willing to help or give hints and >>>> tips. >>>> >>>> Thanks in advance and for your patience, >>>> Oliver >>>> >>>> _______________________________________________ >>>> 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" >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> > > l8* > -lava (Brian A. Seklecki - Pittsburgh, PA, USA) > http://www.spiritual-machines.org/ > > "Guilty? Yeah. But he knows it. I mean, you're guilty. > You just don't know it. So who's really in jail?" > ~Maynard James Keenan > From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 13:32:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 163C516A41B for ; Tue, 2 Oct 2007 13:32:22 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id BA8A113C49D for ; Tue, 2 Oct 2007 13:32:21 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.67) with esmtp (envelope-from ) id <1IchrI-00061i-Px>; Tue, 02 Oct 2007 15:32:20 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.67) with esmtpsa (envelope-from ) id <1IchrI-0001ri-Om>; Tue, 02 Oct 2007 15:32:20 +0200 Message-ID: <47024871.70607@zedat.fu-berlin.de> Date: Tue, 02 Oct 2007 13:32:33 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: cups-1.3.3 not compiling anymore in FreeBSD 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 13:32:22 -0000 Hello, Since several days all my FreeBSD 7.0-CURRENT boxes are incapable of upgrading cups-base port with the follwoing error. Can anyone help? Thanks a lot, Regards, Oliver Making all in scripting/php... gmake[1]: Entering directory `/usr/ports/print/cups-base/work/cups-1.3.3/scripting/php' echo Compiling phpcups.c... Compiling phpcups.c... cc -Wshadow -Wunused -Wall -Wno-format-y2k -fPIC -Os -g -I.. -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentium4 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I../.. `/usr/local/bin/php-config --includes` -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I../.. `/usr/local/bin/php-config --includes` -c phpcups.c phpcups.c: In function 'zm_startup_phpcups': phpcups.c:163: error: 'CUPS_PRINTER_DISCOVERED' undeclared (first use in this function) phpcups.c:163: error: (Each undeclared identifier is reported only once phpcups.c:163: error: for each function it appears in.) gmake[1]: *** [phpcups.o] Error 1 gmake[1]: Leaving directory `/usr/ports/print/cups-base/work/cups-1.3.3/scripting/php' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/print/cups-base. *** Error code 1 Stop in /usr/ports/print/cups-base. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.53922.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cups-base-1.2.12 UPGRADE_PORT_VER=1.2.12 make ** Fix the problem and try again. ---> Build of print/cups-base ended at: Tue, 02 Oct 2007 13:15:20 +0000 (consumed 00:05:54) ---> Upgrade of print/cups-base ended at: Tue, 02 Oct 2007 13:15:20 +0000 (consumed 00:05:54) ---> ** Upgrade tasks 1: 0 done, 0 ignored, 0 skipped and 1 failed ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! print/cups-base (cups-base-1.2.12) (compiler error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Tue, 02 Oct 2007 13:15:20 +0000 (consumed 00:05:58) From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 13:56:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7208816A418 for ; Tue, 2 Oct 2007 13:56:35 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from wjv.com (fl-65-40-24-38.sta.embarqhsd.net [65.40.24.38]) by mx1.freebsd.org (Postfix) with ESMTP id E391F13C458 for ; Tue, 2 Oct 2007 13:56:34 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.14.1/8.13.1) with ESMTP id l92DuDsO072962 for ; Tue, 2 Oct 2007 09:56:14 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.14.1/8.13.1/Submit) id l92Du8gn072961 for freebsd-questions@freebsd.org; Tue, 2 Oct 2007 09:56:08 -0400 (EDT) (envelope-from bv) Date: Tue, 2 Oct 2007 09:56:03 -0400 From: Bill Vermillion To: freebsd-questions@freebsd.org Message-ID: <20071002135603.GA72834@wjv.com> References: <20071002120014.83D1516A47F@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071002120014.83D1516A47F@hub.freebsd.org> User-Agent: Mutt/1.4.2.2i Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com Subject: Re: determing space in the / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bv@wjv.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 13:56:35 -0000 -segmentation fault- press any key to reboot Damn damn damn freebsd-questions-request@freebsd.org said, after restarting his PC and mailer on Tue, Oct 02, 2007 at 12:00 . > Date: Tue, 2 Oct 2007 06:13:11 +0000 (UTC) > From: Duane Hill > Subject: Re: determining the space used in / partition {Lots deleted - wjv] > On Tue, 2 Oct 2007 at 08:03 +0200, zszalbot@gmail.com confabulated: > > > 2007/10/2, Duane Hill : > >> On Tue, 2 Oct 2007 at 07:36 +0200, zszalbot@gmail.com confabulated: > >>> 2007/10/2, Duane Hill : > >>>> On Tue, 2 Oct 2007 at 07:23 +0200, zszalbot@gmail.com confabulated: > >>>>> Hello again, > >>>>>>> Through df I realized my / partiotion is out of space: > >>>>>>> Filesystem 1K-blocks Used Avail Capacity Mounted on > >>>>>>> /dev/ad0s1a 198126 196070 -13794 108% / > >>>>>>> devfs 1 1 0 100% /dev > >>>>>>> /dev/ad0s1e 44511308 4217762 36732642 10% /usr > >>>>>>> /dev/ad0s1d 30462636 3210580 24815046 11% /var > >>>>>>> devfs 1 1 0 100% /var/named/dev > >>>>>>> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > >>>>>>> > >>>>>>> How can I determine what occupies the space in it? That is, it is not > >>>>>>> big as you can see. So I issued: > >>>>>>> du -hs / > >>>>>>> but it was taking ages (I am not sure but maybe du -hs counts all > >>>>>>> directories on the HD? > >>>>> One thing that comes to my mind. Each Sunday I have a > >>>>> script which makes a full dump of the HD to a back-up USB > >>>>> drive. Last weekend someone cleaining the computer room, > >>>>> must have accidentally powered off the USB drive. As a > >>>>> result, the dump has not been completed because the USB > >>>>> drive was not mounted at that time. I use cron for this > >>>>> task. Does it matter could have caused this? > >>> For the record. During the backup, the file system is dumped > >>> to a dir on a USB drive called backup. Now, since the drive > >>> was unavailable, the dump utility created /backup dir and > >>> populated it with lists-var-l0-2007-09-30.dump.bz2 (dumping > >>> var) but of course it died as there was not enough space on > >>> the / to do it. I mean this is what I make of this. > >>> So after deleting /backup I get: > >>> df > >>> Filesystem 1K-blocks Used Avail Capacity Mounted on > >>> /dev/ad0s1a 198126 74084 108192 41% / > >>> devfs 1 1 0 100% /dev > >>> /dev/ad0s1e 44511308 4217760 36732644 10% /usr > >>> /dev/ad0s1d 30462636 3210650 24814976 11% /var > >>> devfs 1 1 0 100% /var/named/dev > >>> /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > >> I'm still learning about all the little details about the > >> workings of dump myself. It would seem to me, you are dumping > >> to /backup which is the mount point for the USB device. Would > >> that hold true? > > I dump to /mnt/usbck/backup. Since backup dir was not present, the > > script created it under / > Thanks. I couldn't find anything in the man page that explained > what would happen if the mount point for the dump was > inaccessible at dump time. To me, it is still an assumption. Think about it a moment. You you mount you have 'mount point' that is typically directed to the fs that you have mounted there. If nothing is mounted the mount point will get all the data. If /backup had the USB mounted all the data would go to the USB drive. If it's not there all data will go to backup. Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 14:45:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83D5F16A419 for ; Tue, 2 Oct 2007 14:45:11 +0000 (UTC) (envelope-from saivinob@yahoo.com) Received: from web43131.mail.sp1.yahoo.com (web43131.mail.sp1.yahoo.com [216.252.121.61]) by mx1.freebsd.org (Postfix) with SMTP id 449B013C468 for ; Tue, 2 Oct 2007 14:45:11 +0000 (UTC) (envelope-from saivinob@yahoo.com) Received: (qmail 2128 invoked by uid 60001); 2 Oct 2007 14:45:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=DIFhlts6jKTwjOd41+6QHjAO7xs3LYSzOxjnXF/2co7CF0WoEujNEl66uxV8BlCf/PvyX3HEx99hRf6v0fzBIEmY0jl2yZ6hKzDUSlMA1yFd4aAnSr4zzeICu8fXOLnRml2KSdVDNxT/NxAqIzBISaQUX5HCN9eflRVNeu+VJj8=; X-YMail-OSG: HCKMoLEVM1mBSJhS4RLlIbdgtZKAAwkqSB7Y.NYqxdUL8hWX8F5SrgOlyyg3kUlVxbiAM6BgBd6kn95ndiSfrTWk3lg1ffAD2IZVcco3Go6zvBFZiWOBqHc5IuUeRA-- Received: from [121.246.11.122] by web43131.mail.sp1.yahoo.com via HTTP; Tue, 02 Oct 2007 15:45:10 BST Date: Tue, 2 Oct 2007 15:45:10 +0100 (BST) From: Sai Vinob To: Erik Trulsson In-Reply-To: <20071002103637.GA32788@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <1346.96169.qm@web43131.mail.sp1.yahoo.com> Cc: freebsd questions Subject: Re: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 14:45:11 -0000 --- Erik Trulsson wrote: > That chipset is not a VT8233A. It is a Via VT8237A. > The snd_hda(4) driver should work for that chip. Oops... You are right! I counter-checked with Asus site-the chipset is not VT8233A but VT8237A. > (In case someone wonders: No, the VT8237 and the VT8237A are > not the same chip. The most obvious is which audio driver is needed > (snd_via8233 > vs snd_hda)) Probably that's why 'kldload snd_via8233' was not working. But then loading generic 'kldload sound' should have worked right? > I don't think that driver was included in 6.2-RELEASE, so you might > have > to upgrade to the latest -STABLE if you have not already done so, Now, you need to help me with 'how to' here. I dont know how to do this job. Only two days back I did 'cvsup'. Is that what you are talking about? If not kindly guide me. --Sai Vinob Now you can chat without downloading messenger. Go to http://in.messenger.yahoo.com/webmessengerpromo.php From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 14:50:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF47916A419 for ; Tue, 2 Oct 2007 14:50:10 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 69A3713C4A5 for ; Tue, 2 Oct 2007 14:50:10 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l92EmkuJ077014; Tue, 2 Oct 2007 10:48:46 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l92EmkSu077013; Tue, 2 Oct 2007 10:48:46 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 2 Oct 2007 10:48:46 -0400 From: Jerry McAllister To: Zbigniew Szalbot Message-ID: <20071002144846.GC76893@gizmo.acns.msu.edu> References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org, Duane Hill Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 14:50:10 -0000 On Tue, Oct 02, 2007 at 07:23:30AM +0200, Zbigniew Szalbot wrote: > Hello again, > > > > Through df I realized my / partiotion is out of space: > > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > > /dev/ad0s1a 198126 196070 -13794 108% / > > > devfs 1 1 0 100% /dev > > > /dev/ad0s1e 44511308 4217762 36732642 10% /usr > > > /dev/ad0s1d 30462636 3210580 24815046 11% /var > > > devfs 1 1 0 100% /var/named/dev > > > /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > > > > > > How can I determine what occupies the space in it? That is, it is not > > > big as you can see. So I issued: > > > du -hs / > > > but it was taking ages (I am not sure but maybe du -hs counts all > > > directories on the HD? > > > > > > Anyway, I do not really know where to look what has eaten the / space. > > > Were it for /usr or /var, it would be obvious to me where to look for > > > information. > > > > > > Many thanks! > > > > I don't see you have defined a /tmp partition. Perhaps /tmp is taking up > > all the space. Try: > > > > du -h /tmp > > > > and see how much /tmp is taking up. > du -hs /tmp > 1.4M /tmp > > du -hs / > 40GB > > One thing that comes to my mind. Each Sunday I have a script which > makes a full dump of the HD to a back-up USB drive. Last weekend > someone cleaining the computer room, must have accidentally powered > off the USB drive. As a result, the dump has not been completed > because the USB drive was not mounted at that time. I use cron for > this task. Does it matter could have caused this? It probably then wrote a large dump file at the mount point you usually use for the USB drive. It looks like /mnt/usbck now has 34 GB in it. Is /mnt/usbck where the USB is normally mounted? Maybe, if you unmounted the USB and then looked at it, you would find the used up space. But, a previous poster could also be correct that it might be that you have filled up /tmp, maybe with error writes or something. When I use du I like to do the following: cd /directory_of_interest du -sk * That gets the summary of each directory and file in that directory_of_interest. I like the 'k' better than 'h' because the 'h' doesn't use the same divider for each displayed file or directory. It uses the biggest for each with a letter appended to tell which. This is a little difficult to quickly compare with a visual scan. With the 'k' it is always 1,000 and then I can run my eye down the list and easily see which file is bigger/smaller, etc. ////jerry > > Thanks! > > zbigniew szalbot > _______________________________________________ > 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 Tue Oct 2 14:52:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C58516A420 for ; Tue, 2 Oct 2007 14:52:22 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id C22D113C474 for ; Tue, 2 Oct 2007 14:52:21 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l92EowA6077042; Tue, 2 Oct 2007 10:50:58 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l92EowRc077041; Tue, 2 Oct 2007 10:50:58 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 2 Oct 2007 10:50:58 -0400 From: Jerry McAllister To: Duane Hill Message-ID: <20071002145058.GD76893@gizmo.acns.msu.edu> References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <20071002051809.R57595@duane.dbq.yournetplus.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> <20071002052548.S57595@duane.dbq.yournetplus.com> <94136a2c0710012236t28b43fc8ud92df49abf0e61d1@mail.gmail.com> <20071002054749.W57595@duane.dbq.yournetplus.com> <94136a2c0710012303w48e7297dof1b42952e7048a34@mail.gmail.com> <20071002060929.D57920@duane.dbq.yournetplus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071002060929.D57920@duane.dbq.yournetplus.com> User-Agent: Mutt/1.4.2.2i Cc: Zbigniew Szalbot , freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 14:52:22 -0000 On Tue, Oct 02, 2007 at 06:13:11AM +0000, Duane Hill wrote: > On Tue, 2 Oct 2007 at 08:03 +0200, zszalbot@gmail.com confabulated: > > >2007/10/2, Duane Hill : > >>On Tue, 2 Oct 2007 at 07:36 +0200, zszalbot@gmail.com confabulated: > >> > >>>2007/10/2, Duane Hill : > >>>>On Tue, 2 Oct 2007 at 07:23 +0200, zszalbot@gmail.com confabulated: > >>>> > >>>>>Hello again, > >>>>> > >>>>>>>Through df I realized my / partiotion is out of space: > >>>>>>>Filesystem 1K-blocks Used Avail Capacity Mounted on > >>>>>>>/dev/ad0s1a 198126 196070 -13794 108% / > >>>>>>>devfs 1 1 0 100% /dev > >>>>>>>/dev/ad0s1e 44511308 4217762 36732642 10% /usr > >>>>>>>/dev/ad0s1d 30462636 3210580 24815046 11% /var > >>>>>>>devfs 1 1 0 100% /var/named/dev > >>>>>>>/dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > >>>>>>> > >>>>>>>How can I determine what occupies the space in it? That is, it is not > >>>>>>>big as you can see. So I issued: > >>>>>>>du -hs / > >>>>>>>but it was taking ages (I am not sure but maybe du -hs counts all > >>>>>>>directories on the HD? > >>>>>>> > >>>>>>>Anyway, I do not really know where to look what has eaten the / > >>>>>>>space. > >>>>>>>Were it for /usr or /var, it would be obvious to me where to look > >>>>>>>for > >>>>>>>information. > >>>>>>> > >>>>>>>Many thanks! > >>>>>> > >>>>>>I don't see you have defined a /tmp partition. Perhaps /tmp is taking > >>>>>>up > >>>>>>all the space. Try: > >>>>>> > >>>>>> du -h /tmp > >>>>>> > >>>>>>and see how much /tmp is taking up. > >>>>>du -hs /tmp > >>>>>1.4M /tmp > >>>>> > >>>>>du -hs / > >>>>>40GB > >>>>> > >>>>>One thing that comes to my mind. Each Sunday I have a script which > >>>>>makes a full dump of the HD to a back-up USB drive. Last weekend > >>>>>someone cleaining the computer room, must have accidentally powered > >>>>>off the USB drive. As a result, the dump has not been completed > >>>>>because the USB drive was not mounted at that time. I use cron for > >>>>>this task. Does it matter could have caused this? > >>>> > >>>>If the '-L' switch is used (telling dump it is dumping a live file > >>>>system) > >>>>it will first dump everything into a .snap directory before performing > >>>>the > >>>>dump. What does: > >>>> > >>>> du -hs /.snap > >>>> > >>>>give for a result? > >>>Thank you Duane! Yes, I do use the L switch. > >>>Unfortunately, > >>>du -hs /.snap > >>>2.0K /.snap > >>> > >>>Hah - mystery cleared! > >>>I know what happened but you put me on the right track. > >>> > >>>For the record. During the backup, the file system is dumped to a dir > >>>on a USB drive called backup. Now, since the drive was unavailable, > >>>the dump utility created /backup dir and populated it with > >>>lists-var-l0-2007-09-30.dump.bz2 (dumping var) but of course it died > >>>as there was not enough space on the / to do it. I mean this is what I > >>>make of this. > >>> > >>>So after deleting /backup I get: > >>>df > >>>Filesystem 1K-blocks Used Avail Capacity Mounted on > >>>/dev/ad0s1a 198126 74084 108192 41% / > >>>devfs 1 1 0 100% /dev > >>>/dev/ad0s1e 44511308 4217760 36732644 10% /usr > >>>/dev/ad0s1d 30462636 3210650 24814976 11% /var > >>>devfs 1 1 0 100% /var/named/dev > >>>/dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > >> > >>I'm still learning about all the little details about the workings of > >>dump myself. It would seem to me, you are dumping to /backup which is the > >>mount point for the USB device. Would that hold true? > > > >I dump to /mnt/usbck/backup. Since backup dir was not present, the > >script created it under / > > Thanks. I couldn't find anything in the man page that explained what would > happen if the mount point for the dump was inaccessible at dump time. To > me, it is still an assumption. It is accessible. But it is then just a directory with a file in it and not a mounted filesystem with a file in it. ////jerry > > ------ > _|_ > (_| | > _______________________________________________ > 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 Tue Oct 2 15:00:15 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A3D316A417 for ; Tue, 2 Oct 2007 15:00:15 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 0BF6A13C474 for ; Tue, 2 Oct 2007 15:00:14 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l92Ewp8Q077076; Tue, 2 Oct 2007 10:58:51 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l92Ewpfm077075; Tue, 2 Oct 2007 10:58:51 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 2 Oct 2007 10:58:51 -0400 From: Jerry McAllister To: Tim Kellers Message-ID: <20071002145851.GE76893@gizmo.acns.msu.edu> References: <46FEB3C6.8070009@wallnet.com> <20071001163736.GA69494@gizmo.acns.msu.edu> <4702594A.4060709@wallnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4702594A.4060709@wallnet.com> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: HP Server compatability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:00:15 -0000 On Tue, Oct 02, 2007 at 10:44:26AM -0400, Tim Kellers wrote: > Thanks Jerry. I appreciate it. This HP stuff is uncharted water(s) for me. Well, it should look just the same as using the Dell stuff, except there might be a couple different device driver names and the escape to BIOS during boot might be a different key. All else should be just the same. If you got SCSI (or SAS) disk, about the only different driver might be the NIC and possibly a RAID card driver and they work, just have different names. ////jerry > > Tim > > Jerry McAllister wrote: > >On Sat, Sep 29, 2007 at 04:21:26PM -0400, Tim Kellers wrote: > > > > > >>I thought e would be purchasing a Dell 2950 to use as part of our > >>FreeBSD 6.2 server farm, (and thanks to everyone for their informed > >>replies), but due to other circumstances, our client wants to purchase a > >>HP ProLiant ML350 G5 SAS LFF - Rack Server. > >> > > > >We loaded FreeBSD on a Proliant 350 sometime back. We at first thought > >there was a compatibility problem, but it turned out to be some > >component on the motherboard. They replaced the motherboard and it > >worked just fine. It was not a rack mount model, but I doubt those > >will work any differently as far as FreeBSD is concerned. > > > >////jerry > > > > > >>The only experience I have with HP is their printers and I know nothing > >>about their server compatability with FreeBSD. Does anyone know if this > >>unit is compatible with FreeBSD 6.2 or has anyone actually installed it > >>on one? Any pointer to pitfalls and/or workarounds would be greatly > >>appreciated. > >> > >>Thanks > >> > >>Tim > >>_______________________________________________ > >>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 Tue Oct 2 15:01:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFC8B16A419 for ; Tue, 2 Oct 2007 15:01:42 +0000 (UTC) (envelope-from patricklaw123@hotmail.com) Received: from bay0-omc1-s36.bay0.hotmail.com (bay0-omc1-s36.bay0.hotmail.com [65.54.246.108]) by mx1.freebsd.org (Postfix) with ESMTP id BACAE13C474 for ; Tue, 2 Oct 2007 15:01:42 +0000 (UTC) (envelope-from patricklaw123@hotmail.com) Received: from hotmail.com ([65.54.224.40]) by bay0-omc1-s36.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 2 Oct 2007 07:49:43 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 2 Oct 2007 07:49:43 -0700 Message-ID: Received: from 65.54.224.200 by by105fd.bay105.hotmail.msn.com with HTTP; Tue, 02 Oct 2007 14:49:41 GMT X-Originating-IP: [203.105.12.34] X-Originating-Email: [patricklaw123@hotmail.com] X-Sender: patricklaw123@hotmail.com From: "Patrick Law" To: freebsd-questions@freebsd.org Date: Tue, 02 Oct 2007 22:49:41 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 02 Oct 2007 14:49:43.0084 (UTC) FILETIME=[77ABAEC0:01C80503] Subject: Use boot2 to boot kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:01:43 -0000 Hi, I am wondering if kernel can be boot from boot2 instead of loader as I read the boot(8) man page that it can. However when I tried boot: ad(0,a)/boot/kernel/kernel FreeBSD halted with BTX halted and the register values are displayed on screen. Does anyone know how to boot kernel by boot2? Thx Patrick From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 15:04:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8158216A421 for ; Tue, 2 Oct 2007 15:04:27 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id B29D613C46E for ; Tue, 2 Oct 2007 15:04:24 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id BAA03183; Wed, 3 Oct 2007 01:04:06 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 3 Oct 2007 01:04:05 +1000 (EST) From: Ian Smith To: Zbigniew Szalbot In-Reply-To: <20071002060315.9EEC516A4DF@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, Duane Hill Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:04:27 -0000 On Tue, 2 Oct 2007 08:03:00 +0200 Zbigniew Szalbot wrote: > 2007/10/2, Duane Hill : > > On Tue, 2 Oct 2007 at 07:36 +0200, zszalbot@gmail.com confabulated: [..] > > > For the record. During the backup, the file system is dumped to a dir > > > on a USB drive called backup. Now, since the drive was unavailable, > > > the dump utility created /backup dir and populated it with > > > lists-var-l0-2007-09-30.dump.bz2 (dumping var) but of course it died > > > as there was not enough space on the / to do it. I mean this is what I > > > make of this. > > > > > > So after deleting /backup I get: > > > df > > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > > /dev/ad0s1a 198126 74084 108192 41% / > > > devfs 1 1 0 100% /dev > > > /dev/ad0s1e 44511308 4217760 36732644 10% /usr > > > /dev/ad0s1d 30462636 3210650 24814976 11% /var > > > devfs 1 1 0 100% /var/named/dev > > > /dev/da0s1c 75685352 34308200 35322324 49% /mnt/usbck > > > > I'm still learning about all the little details about the workings of > > dump myself. It would seem to me, you are dumping to /backup which is the > > mount point for the USB device. Would that hold true? > > I dump to /mnt/usbck/backup. Since backup dir was not present, the > script created it under / Naughty script. It should check against doing something like that, eg [ ! -d $backupdir ] && echo "no $backupdir - not mounted?" && exit 1 You do have a very small root filesystem for the size of your disk, so similar disasters may need some preventing. Something will want to use more than 100M in /tmp sometime, so you may want to symlink /tmp to say /usr/tmp if you haven't already. Re hunting for 'missing' diskspace on / (or any other mounted fs), the -x switch prevents du from crossing mountpoints, so something like .. # du -x -d1 / | sort -rn 146341 / 72306 /boot 49252 /root 7262 /rescue 4062 /sbin 3278 /lib 2356 /stand 2266 /etc 2114 /etc.old 2112 /etc.old.0 984 /bin 282 /libexec 8 /flash 2 /var 2 /usr 2 /usbdsk [..] .. takes next to no time on a small /. Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 15:06:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAF6C16A469 for ; Tue, 2 Oct 2007 15:06:32 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 4695B13C4B0 for ; Tue, 2 Oct 2007 15:06:32 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:56286 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IcjKR-0002RG-4U for freebsd-questions@freebsd.org; Tue, 02 Oct 2007 17:06:31 +0200 Received: (qmail 31207 invoked from network); 2 Oct 2007 17:06:28 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 2 Oct 2007 17:06:28 +0200 Received: (qmail 34310 invoked by uid 1001); 2 Oct 2007 17:06:28 +0200 Date: Tue, 2 Oct 2007 17:06:28 +0200 From: Erik Trulsson To: Sai Vinob Message-ID: <20071002150628.GA34235@owl.midgard.homeip.net> Mail-Followup-To: Sai Vinob , freebsd questions References: <20071002103637.GA32788@owl.midgard.homeip.net> <1346.96169.qm@web43131.mail.sp1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1346.96169.qm@web43131.mail.sp1.yahoo.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1IcjKR-0002RG-4U. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IcjKR-0002RG-4U 9e4b9191dd8ad7d348a5ed324bb21dbc Cc: freebsd questions Subject: Re: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:06:32 -0000 On Tue, Oct 02, 2007 at 03:45:10PM +0100, Sai Vinob wrote: > > --- Erik Trulsson wrote: > > That chipset is not a VT8233A. It is a Via VT8237A. > > The snd_hda(4) driver should work for that chip. > > Oops... You are right! I counter-checked with Asus site-the chipset is > not VT8233A but VT8237A. > > > (In case someone wonders: No, the VT8237 and the VT8237A are > > not the same chip. The most obvious is which audio driver is needed > > (snd_via8233 > > vs snd_hda)) > > Probably that's why 'kldload snd_via8233' was not working. But then > loading generic 'kldload sound' should have worked right? > > > I don't think that driver was included in 6.2-RELEASE, so you might > > have > > to upgrade to the latest -STABLE if you have not already done so, > > Now, you need to help me with 'how to' here. I dont know how to do this > job. Only two days back I did 'cvsup'. Is that what you are talking > about? If not kindly guide me. 'cvsup' is used as the first step when upgrading. Then you need to recompile and install everything too. This is all documented fairly well in the FreeBSD Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html Read all of that carefully before going any further. It is not really difficult, but the whole procedure can be a bit daunting the first time you go through it. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 15:13:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E77216A419 for ; Tue, 2 Oct 2007 15:13:06 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id BA18A13C48A for ; Tue, 2 Oct 2007 15:13:05 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l92FD4j3032503; Tue, 2 Oct 2007 10:13:04 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EjegB5JSPkK1; Tue, 2 Oct 2007 10:12:59 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l92FCtWS032479; Tue, 2 Oct 2007 10:12:56 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <47025FF1.5010803@daleco.biz> Date: Tue, 02 Oct 2007 10:12:49 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Sai Vinob References: <1346.96169.qm@web43131.mail.sp1.yahoo.com> In-Reply-To: <1346.96169.qm@web43131.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd questions Subject: Re: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:13:06 -0000 Sai Vinob wrote: > --- Erik Trulsson wrote: >> That chipset is not a VT8233A. It is a Via VT8237A. >> The snd_hda(4) driver should work for that chip. > > Oops... You are right! I counter-checked with Asus site-the chipset is > not VT8233A but VT8237A. > >> (In case someone wonders: No, the VT8237 and the VT8237A are >> not the same chip. The most obvious is which audio driver is needed >> (snd_via8233 vs snd_hda)) > > Probably that's why 'kldload snd_via8233' was not working. But then > loading generic 'kldload sound' should have worked right? > >> I don't think that driver was included in 6.2-RELEASE, so you might >> have to upgrade to the latest -STABLE if you have not already done so, > > Now, you need to help me with 'how to' here. I dont know how to do this > job. Only two days back I did 'cvsup'. Is that what you are talking > about? If not kindly guide me. Yes, more or less, that's what he means. You should have: *default release=cvs tag=RELENG_6 in your supfile. The remaining steps are well-documented, also. For a complete overview, see Chapter 23 of the online handbook at www.freebsd.org/handbook. HTH, Kevin Kinsey -- If it happens once, it's a bug. If it happens twice, it's a feature. If it happens more than twice, it's a design philosophy. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 15:16:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1825816A49E for ; Tue, 2 Oct 2007 15:16:31 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from blaster.systems.pipex.net (blaster.systems.pipex.net [62.241.163.7]) by mx1.freebsd.org (Postfix) with ESMTP id C1CAC13C448 for ; Tue, 2 Oct 2007 15:16:30 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by blaster.systems.pipex.net (Postfix) with ESMTP id 5BA15E0009AC; Tue, 2 Oct 2007 16:14:25 +0100 (BST) Message-ID: <4702604E.1000902@dial.pipex.com> Date: Tue, 02 Oct 2007 16:14:22 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: zszalbot@gmail.com References: <20071002120014.83D1516A47F@hub.freebsd.org> <20071002135603.GA72834@wjv.com> In-Reply-To: <20071002135603.GA72834@wjv.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: determing space in the / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:16:31 -0000 Bill Vermillion wrote: >Think about it a moment. You you mount you have 'mount point' >that is typically directed to the fs that you have mounted there. >If nothing is mounted the mount point will get all the data. > Zbigniew, it sounds like your script is just dumping to what it assumes is a mounted USB drive. Ideally, you would get your script to check if that drive is actually mounted, to avoid this happening in the future. One way to do that is to check if the "device" associated with the /usb (or whatever you called it) subdirectory is different from the "device" for /. When the USB is mounted they will be different and you can see the device using stat(1). E.g. if I try on my system with / and /usr (separate mountpoints) I get: (cartman)133% /usr/bin/stat -f "%d" / 1072 (cartman)134% /usr/bin/stat -f "%d" /usr 1075 But /boot (on same partition as /) gives the same answer as for / (cartman)135% /usr/bin/stat -f "%d" /boot 1072 So compare your "device" for your backup directory with / and if they are the same then cancel the backup with an error "USB disk not mounted" (If it's a perl script use perl stat which does the same; most scripting languages should give you access to this information). --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 15:24:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14CD616A41A for ; Tue, 2 Oct 2007 15:24:45 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id B4B7513C448 for ; Tue, 2 Oct 2007 15:24:44 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so3060930wxd for ; Tue, 02 Oct 2007 08:24:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kn1XS9mzRcIKUgckbqSUFDir6aXzJJaBOP5W6lvKVnc=; b=F0Dh9yatfqb1sAKcBeXho9jX8UUCo/AYsgHhwZh2WYkcRa5PMChnuBp2PiVYOisBd8NL+5CgPpxOYGpC1U/WoPsLaQZWVqkYQsSpXMt5+HNLZ0u/Ak0ZuNlxt/whO8EBu+U4/pa8pManhnZp8k+w0tQnnDGQE5+/RLajhAwXsXc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZRBkzbSTe9LRjtsHWW3AMR6jElKPMuh9rFi8bYgpiAMt6dGcFn8qsXgwJpcT/yuZGt87MS54aIWEmC5q4TDsnRVqkmJdQDEb7pj6YUQHDVwoVYNNsZ16lmBXoZ9nzvHQJfcEFW4NxN3Sh2m+fut6Z37hxEg3z2YR5rpuR+T1IO4= Received: by 10.70.113.16 with SMTP id l16mr12302509wxc.1191338683819; Tue, 02 Oct 2007 08:24:43 -0700 (PDT) Received: by 10.70.95.16 with HTTP; Tue, 2 Oct 2007 08:24:43 -0700 (PDT) Message-ID: <94136a2c0710020824w53831cd1lde7f813dd0731d7b@mail.gmail.com> Date: Tue, 2 Oct 2007 17:24:43 +0200 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071002060315.9EEC516A4DF@hub.freebsd.org> Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:24:45 -0000 > > I dump to /mnt/usbck/backup. Since backup dir was not present, the > > script created it under / > > Naughty script. It should check against doing something like that, eg > [ ! -d $backupdir ] && echo "no $backupdir - not mounted?" && exit 1 > > You do have a very small root filesystem for the size of your disk, so > similar disasters may need some preventing. Something will want to use > more than 100M in /tmp sometime, so you may want to symlink /tmp to say > /usr/tmp if you haven't already. Yes, that's true. You see this was my second or third attempt to install FreeBSD which having been successful :) has survived up till today and does what I want. I am sure I will do many things in a different way in future than I did last time. For example, I would like to reserve a separate partition for /home and a separate one for mail so that I have as little trouble moving things around as possible. But - hey - I am on this list and learning quite a lot! And thanks for the /usr/tmp symlink tip! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 15:42:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF52C16A421 for ; Tue, 2 Oct 2007 15:42:22 +0000 (UTC) (envelope-from freebsd@elgert.dk) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [195.41.46.237]) by mx1.freebsd.org (Postfix) with ESMTP id 78D5813C46A for ; Tue, 2 Oct 2007 15:42:22 +0000 (UTC) (envelope-from freebsd@elgert.dk) Received: from elgert.dk (0x573c4c92.nivaanqu1.broadband.tele.dk [87.60.76.146]) by pfepc.post.tele.dk (Postfix) with SMTP id 1D6A38A0066 for ; Tue, 2 Oct 2007 17:42:21 +0200 (CEST) Received: by elgert.dk (sSMTP sendmail emulation); Tue, 2 Oct 2007 17:42:20 +0200 Date: Tue, 2 Oct 2007 17:42:20 +0200 From: Harry Matthiesen Jensen To: freebsd-questions@freebsd.org Message-ID: <20071002154220.GB850@mugin.localhost> Mail-Followup-To: freebsd-questions@freebsd.org References: <20071001071257.GA3507@mugin.localhost> <54db43990710011501t50bc6fc9x250e3ed8b1169445@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54db43990710011501t50bc6fc9x250e3ed8b1169445@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: Video chipset hardware list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:42:22 -0000 On Mon, Oct 01, 2007 at 06:01:56PM -0400, Bob Johnson wrote: > On 10/1/07, Harry Matthiesen Jensen wrote: > > > > I have tried to lookup a hardware list "video chipset supported" > > > > I have had pretty good results looking at man pages for individual OK, you're right, there is good infomation there, thanks to the FreeBSD doc group ;-) > The "Xorg -configure" command is quite good at selecting the correct ..good hint. > The x.org web site is a poor place to look for documentation, so you Strange, but as long they're working on the drivers I shouldn't complain ;-) > should probably look at the man pages at freebsd.org if you haven't > already installed x.org on your system. I'm looking for a "new" computer, so just to make sure that the video will work, I wanted to se a support list, but the FreeBSD man's are OK -- Mvh/Brgds Harry FreeBSD mugin.localhost 7.0-CURRENT #8: i386 From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 15:51:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A55616A474 for ; Tue, 2 Oct 2007 15:51:49 +0000 (UTC) (envelope-from bh.rfc4871@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 832CA13C4C3 for ; Tue, 2 Oct 2007 15:51:48 +0000 (UTC) (envelope-from bh.rfc4871@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so5038972fka for ; Tue, 02 Oct 2007 08:51:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:organization:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; bh=f3hBlyfBZPGR8edAjaSIuN23K5BtcJGxY4gkALbnTcI=; b=jZ9Qq1o+liju0ex3+QKQ0NImZil+bfAlIECQw/jQ2RdXRBVWkbdY1l7Y7X9bVhJ5RwTBM8JyA13tPQmb6DSGOn/FLsk1e5KJlbBOJWNcknoHK+HJ6Pm/fFAXjDeWFErCc8Wb2Lg2hhzEnRI+21+9wecaNIYl0w3zKhONRYnAIW8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:organization:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=AE/HZ/Yeinq8L7EudJplghw0rFrI4MLWImgApLRpireKLnYvOTROF+Oh3Akla2QyFFzP6udibJyD/rhgxYjjY89aGRkyOc+9hnke4ar2iZcVrbpbpiOYClXdal1hkypUfg55DTcpzhuzFfNbVmi1q4q/4KcMjsMju4HttQTRzlk= Received: by 10.82.183.19 with SMTP id g19mr18984078buf.1191340306550; Tue, 02 Oct 2007 08:51:46 -0700 (PDT) Received: from viola.izb.knu.ac.kr ( [155.230.157.159]) by mx.google.com with ESMTPS id b2sm9717102rvf.2007.10.02.08.51.44 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2007 08:51:45 -0700 (PDT) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id A8F045D51; Wed, 3 Oct 2007 00:51:38 +0900 (KST) From: Byung-Hee HWANG To: jekillen In-Reply-To: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> Content-Type: text/plain Organization: InZealBomb Date: Wed, 03 Oct 2007 00:51:37 +0900 Message-Id: <1191340297.1289.9.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Sender: Byung-Hee HWANG Cc: FreeBSD Mailing List Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:51:49 -0000 On Mon, 2007-10-01 at 19:50 -0700, jekillen wrote: > Hello; > I have a quick question about Postfix. > When I install Free BSD and have it > include Postfix from packages, does > the install process completely replace > Sendmail with Postfix, or do I still have > to replace Sendmail with Postfix separately? > Thanks in advance > Jeff K Or you can just read /usr/ports/mail/postfix/pkg-message. That's rule of ports system; pkg-message give you special information. Byung-Hee From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 15:59:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02CB716A417 for ; Tue, 2 Oct 2007 15:59:24 +0000 (UTC) (envelope-from bh.rfc4871@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 7D07113C455 for ; Tue, 2 Oct 2007 15:59:23 +0000 (UTC) (envelope-from bh.rfc4871@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2633911nzf for ; Tue, 02 Oct 2007 08:59:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:organization:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; bh=fRaQoXlDXMpDLg+rQBNsm0l2rGVIHaL14jZmw7Vplek=; b=GoDM0KHpR32UKPFYDD6C7VewdsvyZgvWQuM2TzumzZ2xGwGmd4xf3XEM9NWK2cgrb1gsZ3BI9nB+nP08mxyUQxsBz36mNtjRoKgMWfP4r4nPWu48831dVLA+bappmcqE5aQ3q+TnneZaILo5zNJh8HBFC9MhlE8ZaIpp4A0OjQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:organization:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=WxQpMOLSctcFyebX/EjWteiLiIDwx7Q1tfFRGnxniHoBVa7830sJYoxd2eb2zjyvDkVr+KyC7jK79037Mj6bz1ijSqTH4ytrUf4Pb55mZnmSISPAmYvVwdIZ90tO2U/pKhKCc2gf3RQl4Wo5W1QRUjWpwCb1iGdPoPnA5g8p8aI= Received: by 10.114.201.1 with SMTP id y1mr5169164waf.1191340761196; Tue, 02 Oct 2007 08:59:21 -0700 (PDT) Received: from viola.izb.knu.ac.kr ( [155.230.157.159]) by mx.google.com with ESMTPS id l38sm9179252waf.2007.10.02.08.59.19 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2007 08:59:19 -0700 (PDT) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id CE0F75D51; Wed, 3 Oct 2007 00:59:16 +0900 (KST) From: Byung-Hee HWANG To: Joe in MPLS In-Reply-To: <4700052A.7050008@gracenpeace.net> References: <4700052A.7050008@gracenpeace.net> Content-Type: text/plain Organization: InZealBomb Date: Wed, 03 Oct 2007 00:59:16 +0900 Message-Id: <1191340756.1289.14.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Sender: Byung-Hee HWANG Cc: freebsd-questions@freebsd.org Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 15:59:24 -0000 On Sun, 2007-09-30 at 15:20 -0500, Joe in MPLS wrote: > I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for > mail. I'd like to stop depending on clients(Thunderbird & PDAs) for > primary spam control (especially because our PDAs don't do any). AV > scanning would be a plus too. I'd like to recommend to use SpamAssassin(mail/p5-Mail-SpamAssassin). That's enough. FYI, here is my local.cf: http://izb.knu.ac.kr/~bh/stuff/izb-spamassassin-local.cf.example Byung-Hee From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 16:07:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246F016A417 for ; Tue, 2 Oct 2007 16:07:22 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id C20E013C44B for ; Tue, 2 Oct 2007 16:07:21 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l92G5w4G077371; Tue, 2 Oct 2007 12:05:58 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l92G5w90077370; Tue, 2 Oct 2007 12:05:58 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 2 Oct 2007 12:05:58 -0400 From: Jerry McAllister To: Zbigniew Szalbot Message-ID: <20071002160557.GA77351@gizmo.acns.msu.edu> References: <20071002060315.9EEC516A4DF@hub.freebsd.org> <94136a2c0710020824w53831cd1lde7f813dd0731d7b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94136a2c0710020824w53831cd1lde7f813dd0731d7b@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 16:07:22 -0000 On Tue, Oct 02, 2007 at 05:24:43PM +0200, Zbigniew Szalbot wrote: > > > I dump to /mnt/usbck/backup. Since backup dir was not present, the > > > script created it under / > > > > Naughty script. It should check against doing something like that, eg > > [ ! -d $backupdir ] && echo "no $backupdir - not mounted?" && exit 1 > > > > You do have a very small root filesystem for the size of your disk, so > > similar disasters may need some preventing. Something will want to use > > more than 100M in /tmp sometime, so you may want to symlink /tmp to say > > /usr/tmp if you haven't already. > > Yes, that's true. You see this was my second or third attempt to > install FreeBSD which having been successful :) has survived up till > today and does what I want. I am sure I will do many things in a > different way in future than I did last time. For example, I would > like to reserve a separate partition for /home and a separate one for > mail so that I have as little trouble moving things around as > possible. But - hey - I am on this list and learning quite a lot! > > And thanks for the /usr/tmp symlink tip! I actually prefer to make a separate filesystem (partition) for /tmp. That isolates it so it doesn't accidently trash another one, plus, you don't need to backup /tmp so I definitely don't want to put it somewhere that gets backed up and waste that backup space. ////jerry > > Zbigniew Szalbot > _______________________________________________ > 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 Tue Oct 2 14:01:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25F9616A418 for ; Tue, 2 Oct 2007 14:01:29 +0000 (UTC) (envelope-from ricordatichedevimorire@hotmail.it) Received: from bay0-omc1-s22.bay0.hotmail.com (bay0-omc1-s22.bay0.hotmail.com [65.54.246.94]) by mx1.freebsd.org (Postfix) with ESMTP id 04A7D13C457 for ; Tue, 2 Oct 2007 14:01:28 +0000 (UTC) (envelope-from ricordatichedevimorire@hotmail.it) Received: from BAY105-W21 ([65.54.224.121]) by bay0-omc1-s22.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 2 Oct 2007 06:49:29 -0700 Message-ID: X-Originating-IP: [87.19.37.96] From: a b To: Date: Tue, 2 Oct 2007 15:49:29 +0200 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 02 Oct 2007 13:49:29.0784 (UTC) FILETIME=[0DF9DB80:01C804FB] X-Mailman-Approved-At: Tue, 02 Oct 2007 16:54:36 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 14:01:29 -0000 Hi I want install BSD6.2 from Hard Disk. My HD is partitioned in this way: on the MBR there is Grub bootloader; 2 partition are empty; and on the 3rd partition there is Suse 10.1 . I already have downloaded the ISO image (two iso), and if is necessary I ca= n uncompressed they in a folder on the HD. With linux I can run the "installer" (placed on the HD) with the bootloader= . Can I do something as this also with BSD6.2?? This is important for me, I have not CD device or floppy device. Thanks _________________________________________________________________ Scarica GRATIS le emoticon della tua squadra del cuore e il calendario di s= erie A! http://www.emoticons-livemessenger.com/pages/msnitcalcio/index.htm= From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 17:43:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E424616A419 for ; Tue, 2 Oct 2007 17:43:35 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 9695913C45A for ; Tue, 2 Oct 2007 17:43:35 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from maerlyn (213.114.133.69) by proxy2.bredband.net (7.3.127) id 4702758700002A2F for freebsd-questions@freebsd.org; Tue, 2 Oct 2007 19:23:25 +0200 From: Daniel Tourde To: freebsd-questions@freebsd.org Date: Tue, 2 Oct 2007 19:23:29 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710021923.29750.daniel.tourde@spray.se> Subject: How to check applications vs. libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: daniel.tourde@spray.se List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 17:43:36 -0000 Hello, I am used to install FreeBSD applications by using the port collection. I also update regularly (twice a month or something) the apps, using 'portupgrade -a -N' on a refreshed port collection. Here are my questions: - How can I check that the apps that have been build with certain libraries still work when some of the libs have been updated? - Is it possible then to rebuild the selected set of apps that have been 'corrupted' by the library upgrade (classicaly from liba.1 to liba.2)? If yes, how? or in other words, is there an equivalent to the Gentoo Linux 'revdep-rebuild' function? Daniel From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 18:00:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9396F16A46B for ; Tue, 2 Oct 2007 18:00:43 +0000 (UTC) (envelope-from saivinob@yahoo.com) Received: from web43143.mail.sp1.yahoo.com (web43143.mail.sp1.yahoo.com [216.252.121.73]) by mx1.freebsd.org (Postfix) with SMTP id 6B2C513C45D for ; Tue, 2 Oct 2007 18:00:43 +0000 (UTC) (envelope-from saivinob@yahoo.com) Received: (qmail 2102 invoked by uid 60001); 2 Oct 2007 18:00:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=1Ih6pb79HQ6plPjp+owcAkJymvABbCtWxZtsRzhgTZuuLoEG/O3iEc4LYma7lHCT31hcKBgWAPhMLFctKMtC5+7L9rV4d9Zh8wIN2cMm5TjcpL/o1IrohcRXXCasiWEG4ZGHzCah/D3OkUaShw8fEQtcQZHRqOc4xYkm06uffm4=; X-YMail-OSG: yhNw5AsVM1mJ2IjCdwpJifygUUiMzo_YDfDMW9AvNfZMxBXaenGtb2vCjMGI3DNCtBMy_CPL79LPmh1b.woSfoAdGZGJV84DA1DXzuQpTLjl8ajxfdueYoRP88zHDA-- Received: from [121.247.200.57] by web43143.mail.sp1.yahoo.com via HTTP; Tue, 02 Oct 2007 19:00:42 BST Date: Tue, 2 Oct 2007 19:00:42 +0100 (BST) From: Sai Vinob To: "Alain G. Fabry" In-Reply-To: <20071002123504.GA98179@ducati-748.3rdrock.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <188022.23282.qm@web43143.mail.sp1.yahoo.com> Cc: freebsd questions , Dominique Goncalves Subject: Problem Solved:- Re: Long msg: Unable to enable audio in FreeBSD 6.2 - Chipset VT8233A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 18:00:43 -0000 --- "Alain G. Fabry" wrote: > On Tue, Oct 02, 2007 at 12:36:37PM +0200, Erik Trulsson wrote: > > > That chipset is not a VT8233A. It is a Via VT8237A. > > The snd_hda(4) driver should work for that chip. > > I don't think that driver was included in 6.2-RELEASE, so you might > have > > to upgrade to the latest -STABLE if you have not already done so, > > > > (In case someone wonders: No, the VT8237 and the VT8237A are > > not the same chip. The most obvious is which audio driver is > needed (snd_via8233 > > vs snd_hda)) > > > > I'm running driver snd_hda in 6.2 and works great thanks to somebody > on the list. He gave me > the following info > > Download the precompiled kernel module from here: > > http://people.freebsd.org/~ariff/lowlatency/ > > Decompress the archive, copy sound.ko and snd_hda.ko to /boot/kernel > (you may as well copy all the .ko files, but these two are the ones > needed) > then do (as root) a kldload snd_hda ( and add snd_hda_load="YES" to > /boot/loader.conf so it loads with each reboot). > > > Hope this helps. > > > _Alain > It indeed helped Alain. Thanks a lot. First I recompiled my kernel as I had compiled it to load snd_via8233(Was that necessary?). I then copied sound.ko and snd_hda.ko to /boot/kernel and edited /boot/loader.conf to load snd_hda at boot-time. cat /dev/sndstat now shows, FreeBSD Audio Driver (newpcm: 64bit 2007100200/i386) Installed devices: pcm0: at memory 0xfbefc000 irq 17 kld snd_hda [20070930_0048] [MPSAFE] (1p:1v/1r:1v channels duplex default) The problem has been solved. Thanks again Alain. Thanks to Erik for pointing me to a silly but major mistake- the chipset being VT8237A and not VT8233A. Thanks also for landing me at Ch.23. But I guess I need sometime to digest the information given there. Thanks also to Dominique for interest shown in solving my problem. Hope the solution benifits him too. --Sai Vinob Bring your gang together - do your thing. Go to http://in.promos.yahoo.com/groups From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 18:07:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A42716A417 for ; Tue, 2 Oct 2007 18:07:11 +0000 (UTC) (envelope-from auk@startext.tomsk.ru) Received: from mail.startext.de (mail.startext.de [62.159.148.202]) by mx1.freebsd.org (Postfix) with ESMTP id B660F13C4A8 for ; Tue, 2 Oct 2007 18:07:10 +0000 (UTC) (envelope-from auk@startext.tomsk.ru) Received: by mail.startext.de (Postfix on SuSE Linux eMail Server 3.0, from userid 65534) id 629441AC8D1; Tue, 2 Oct 2007 19:53:47 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on debian-3-1r1-001 X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.2.0 Received: from [192.168.0.250] (dmz-gateway.startext.de [192.168.1.254]) by mail.startext.de (Postfix on SuSE Linux eMail Server 3.0) with ESMTP id D46B61AC8BA for ; Tue, 2 Oct 2007 19:53:46 +0200 (CEST) Message-ID: <47028401.7090901@startext.tomsk.ru> Date: Tue, 02 Oct 2007 19:46:41 +0200 From: "Alexey A. Ukhov" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Need help/advice with gmirror after server crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 18:07:11 -0000 Hello all colleagues. I have the following problem. I had server with 2 SATA drives worked in gmirror. Recently we had crash of third (system) HDD. After FreeBSD reinstalation I see in dmesg: ad2: 238475MB at ata1-master UDMA100 ad3: 238475MB at ata1-slave UDMA100 And do not see any UFS file slices, partitions, etc. In /dev I have only /dev/ad2 and /dev/ad3 Mounting is impossible also: *sml# mount /dev/ad2 /mnt* mount: /dev/ad2: Operation not permitted Here is some output of fdisk usage: *sml# fdisk /dev/ad2* ******* Working on device /dev/ad2 ******* parameters extracted from in-core disklabel are: cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl) fdisk: invalid fdisk partition table found Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 488397105 (238475 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 168/ head 15/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: *sml# fdisk /dev/ad3* ******* Working on device /dev/ad3 ******* parameters extracted from in-core disklabel are: cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl) fdisk: invalid fdisk partition table found Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 488397105 (238475 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 168/ head 15/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: Some ideas what to do with it? How to restore my data? Thanks in advance, Alexey P.S.: with stupid trick I see that data are still there: *sml# dd if=/dev/ad2 count=1000|strings* /home /usr/local/vpopmail 1000+0 records in 1000+0 records out 512000 bytes transferred in 0.139311 secs (3675228 bytes/sec) From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 18:26:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10DE216A419 for ; Tue, 2 Oct 2007 18:26:55 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id E81BB13C467 for ; Tue, 2 Oct 2007 18:26:52 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Tue, 2 Oct 2007 11:26:52 -0700 Message-ID: <47028D6A.6040503@ridecharge.com> Date: Tue, 2 Oct 2007 14:26:50 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Barry Byrne References: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> In-Reply-To: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: p5-libapreq2 port fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 18:26:55 -0000 Barry Byrne wrote: > Hi All, > > Not sure if it's related to the upgrade to autoconf 2.61, but libapreq2 now > fails to build. Most likely it is: http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?r1=429958&r2=439245 http://svn.apache.org/viewvc/httpd/apreq/trunk/build/version_check.pl?r1=434368&r2=439245 http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/Makefile.PL?r1=215979&r2=439245 (that should have all been one commit -- appologies) I believe 2.59 was being used before to build this port. $life has been in my way for about the last 8 months so I'm a bit out of it. Basically the apache include path is not set correctly. You can just apply the Makefile.PL patch and it should work. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 19:11:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECB1E16A41B for ; Tue, 2 Oct 2007 19:11:36 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 9126313C47E for ; Tue, 2 Oct 2007 19:11:36 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so8141665pyb for ; Tue, 02 Oct 2007 12:11:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; bh=ctj4zOK1MGmnWZdaUBvBD94PflFpCAEDXiDL8VsE4fw=; b=pmWPDuzuwwbsEYkPKy979gtWXvHY7s23C8i40CSBLGbwtyEQLiVelJy9AwABReN0dp3zE0PbjurRTNef8iGL4k6vIHhI3mGSE1ADIw4UoNEpgmQbJOegSmD+IFLdj9lMiZ3Q9TiI4DXd427Dj/d8OOiDzTkAIdHsUDOxa+ET/VY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=tIGUWJEKU98nvWqGzkEAr+62odb6Ug//7v7c9I015/OS26Z+wJ766BWoKsQ8o9H1UzJ/oThm4ZusHnZO+WI9iZSoWI3P+qi9CSF59SHi+wuwzqMXYt3iKK5Wk0RxAJrPTzgPvZf1o1QBm/Hku8z1x/1H/jjRLCQXaic/2Ds6tjg= Received: by 10.35.44.16 with SMTP id w16mr1761709pyj.1191352295856; Tue, 02 Oct 2007 12:11:35 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id u2sm14301271pyb.2007.10.02.12.11.34 (version=SSLv3 cipher=OTHER); Tue, 02 Oct 2007 12:11:34 -0700 (PDT) In-Reply-To: <47028401.7090901@startext.tomsk.ru> References: <47028401.7090901@startext.tomsk.ru> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Tue, 2 Oct 2007 14:11:30 -0500 To: "Alexey A. Ukhov" X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: Need help/advice with gmirror after server crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 19:11:37 -0000 On Oct 2, 2007, at 12:46 PMOct 2, 2007, Alexey A. Ukhov wrote: > Hello all colleagues. > > I have the following problem. > I had server with 2 SATA drives worked in gmirror. > Recently we had crash of third (system) HDD. > After FreeBSD reinstalation I see in dmesg: > ad2: 238475MB at ata1-master UDMA100 > ad3: 238475MB at ata1-slave UDMA100 > > And do not see any UFS file slices, partitions, etc. > > In /dev I have only /dev/ad2 and /dev/ad3 > > Mounting is impossible also: > *sml# mount /dev/ad2 /mnt* > mount: /dev/ad2: Operation not permitted I'm guessing you reinstalled FreeBSD on another drive, and are trying to get your data partition back. Did you remember to load the GEOM kernel module for gmirror? If this isn't loaded, you won't be able to work with the drives. IIRC, you can load it by either adding geom_mirror_load="YES" to / boot/loader.conf or by typeing 'gmirror' at the command line. You should then be able to mount /dev/mirror/gmX, where X is the mirror number. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 19:38:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA2F816A421 for ; Tue, 2 Oct 2007 19:38:01 +0000 (UTC) (envelope-from ozzmosis@gmail.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 0695313C474 for ; Tue, 2 Oct 2007 19:38:00 +0000 (UTC) (envelope-from ozzmosis@gmail.com) Received: (qmail 24269 invoked from network); 2 Oct 2007 19:11:21 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.130.189) by smtp.mel.people.net.au with SMTP; 2 Oct 2007 19:11:21 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id AFFB217066; Wed, 3 Oct 2007 05:11:17 +1000 (EST) Date: Wed, 3 Oct 2007 05:11:17 +1000 From: andrew clarke To: freebsd-questions@freebsd.org Message-ID: <20071002191117.GA32593@ozzmosis.com> References: <20071001005437.GA15279@bsd.remdog.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071001005437.GA15279@bsd.remdog.net> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: Mutt Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 19:38:01 -0000 On Sun, Sep 30, 2007 at 05:54:37PM -0700, Rem P Roberti wrote: > Hi All...I am a newbie using Mutt, and I have Fetchmail running as > daemon. Fetchmail is doing its job, periodically retreiving my pop3 > mail, but I am so far unable to find the correct entry for the > .muttrc file which will result in Mutt automatically retrieving mail > from fetchmail. Any help would be appreciated. By default, Fetchmail will put your mail wherever $MAIL points to. Usually this is in a file named /var/mail/username, where username is your login name. $ echo $LOGNAME ozzmosis $ echo $MAIL /var/mail/ozzmosis And by default, Mutt will look in the same place, as per muttrc(5): spoolfile Type: path Default: "" If your spool mailbox is in a non-default place where Mutt can- not find it, you can specify its location with this variable. Mutt will automatically set this variable to the value of the environment variable $MAIL if it is not set. I use Fetchmail, Procmail, SpamAssassin, Mutt and Postfix quite successfully here. :-) Regards Andrew From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 20:07:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7B7F16A41A for ; Tue, 2 Oct 2007 20:07:43 +0000 (UTC) (envelope-from ricordatichedevimorire@hotmail.it) Received: from bay0-omc1-s40.bay0.hotmail.com (bay0-omc1-s40.bay0.hotmail.com [65.54.246.112]) by mx1.freebsd.org (Postfix) with ESMTP id C76D613C44B for ; Tue, 2 Oct 2007 20:07:43 +0000 (UTC) (envelope-from ricordatichedevimorire@hotmail.it) Received: from BAY105-W27 ([65.54.224.127]) by bay0-omc1-s40.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 2 Oct 2007 13:07:43 -0700 Message-ID: X-Originating-IP: [87.19.37.96] From: a b To: Date: Tue, 2 Oct 2007 22:07:43 +0200 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 02 Oct 2007 20:07:43.0543 (UTC) FILETIME=[E482AC70:01C8052F] Subject: Installation from Hard Disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 20:07:44 -0000 Hi I want install BSD6.2 from Hard Disk. My HD is partitioned in this way: on the MBR there is Grub bootloader; 2 partition are empty; and on the 3rd partition there is Suse 10.1 . =20 I already have downloaded the ISO image (two iso), and if is necessary I ca= n uncompressed they in a folder on the HD. =20 With linux I can run the "installer" (placed on the HD) with the bootloader= . Can I do something as this also with BSD6.2?? =20 =20 This is important for me, I have not CD device or floppy device. =20 Thanks _________________________________________________________________ Conosci Doretta? Contattala, =E8 ora su Messenger! http://www.doretta82.it/banner/index.html= From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 20:26:35 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28E9F16A50D for ; Tue, 2 Oct 2007 20:26:35 +0000 (UTC) (envelope-from ronj_clark@yahoo.com) Received: from web32604.mail.mud.yahoo.com (web32604.mail.mud.yahoo.com [68.142.207.231]) by mx1.freebsd.org (Postfix) with SMTP id BB14113C467 for ; Tue, 2 Oct 2007 20:26:34 +0000 (UTC) (envelope-from ronj_clark@yahoo.com) Received: (qmail 25034 invoked by uid 60001); 2 Oct 2007 19:59:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=UqjxA/Kx4LONXjeTAIaEJ5QO6MjT/9+ztdm9NaI/Is406cg2uHST7dp4x8f62fSADTTzXRGhVd58LSPKoP2S1pxkn6ECC+AjAEimPZnluPCA0Oo4SHgKKCsiV5DRGuDT5DuPd7LIqwl5h+piqcLUNiTm+Nrvd8fmRoH4+CYzb3I=; X-YMail-OSG: eRZc6HIVM1niyJWh1Hgh9N8n58wrPLsq.pSI2im79pP7.xieRGyM8C0DiAmPgjoAeUGZAQkQ0kCnpowkYxE0ST14l56PmssFRdyLyX6tAgId.b6WJsY- Received: from [209.191.118.120] by web32604.mail.mud.yahoo.com via HTTP; Tue, 02 Oct 2007 12:59:53 PDT X-Mailer: YahooMailRC/651.50 YahooMailWebService/0.7.134 Date: Tue, 2 Oct 2007 12:59:53 -0700 (PDT) From: Ron Clark To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <221939.24806.qm@web32604.mail.mud.yahoo.com> Cc: Subject: Anyone using Metadot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ron Clark List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 20:26:35 -0000 Hello all:=0A=0AI have searched the ports and did not find a Metadot port. = (bummer) Is anyone using this on a FreeBSD system currently? If so, how did= the install go? =0A=0AThe URL is http://www.metadot.com.=0A=0AThanks,=0ARo= n=0A=0A=0A=0A=0A =0A_________________________________________________= ___________________________________=0ABe a better Globetrotter. Get better = travel answers from someone who knows. Yahoo! Answers - Check it out.=0Ahtt= p://answers.yahoo.com/dir/?link=3Dlist&sid=3D396545469 From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 20:33:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D05EB16A41A for ; Tue, 2 Oct 2007 20:33:09 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from ayn.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.freebsd.org (Postfix) with ESMTP id A45DB13C455 for ; Tue, 2 Oct 2007 20:33:09 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from localhost (localhost [127.0.0.1]) by ayn.mi.celestial.com (Postfix) with ESMTP id 8744968B0D6A4; Tue, 2 Oct 2007 13:37:11 -0700 (PDT) X-Virus-Scanned: amavisd-new at mi.celestial.com Received: from ayn.mi.celestial.com ([127.0.0.1]) by localhost (ayn.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dQ4HzzrFE1zM; Tue, 2 Oct 2007 13:37:11 -0700 (PDT) Received: by ayn.mi.celestial.com (Postfix, from userid 203) id 63B0F68613020; Tue, 2 Oct 2007 13:37:11 -0700 (PDT) Date: Tue, 2 Oct 2007 13:37:11 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org Message-ID: <20071002203711.GA12392@ayn.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20071001005437.GA15279@bsd.remdog.net> <20071002191117.GA32593@ozzmosis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071002191117.GA32593@ozzmosis.com> User-Agent: Mutt/1.5.11 OpenPKG/2.5 Subject: Re: Mutt Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 20:33:09 -0000 On Wed, Oct 03, 2007, andrew clarke wrote: >On Sun, Sep 30, 2007 at 05:54:37PM -0700, Rem P Roberti wrote: > >> Hi All...I am a newbie using Mutt, and I have Fetchmail running as >> daemon. Fetchmail is doing its job, periodically retreiving my pop3 >> mail, but I am so far unable to find the correct entry for the >> .muttrc file which will result in Mutt automatically retrieving mail >> from fetchmail. Any help would be appreciated. > >By default, Fetchmail will put your mail wherever $MAIL points to. >Usually this is in a file named /var/mail/username, where username is >your login name. I thought that the default for fetchmail was to pass the messages to the system's MTA (postfix, sendmail, etc.), not to attempt delivery itself. Bill -- INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 Never chastise a Windows user...just smile at them kindly as you would a disadvantaged child. WBM From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 20:59:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93BAD16A421 for ; Tue, 2 Oct 2007 20:59:57 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1B813C4B6 for ; Tue, 2 Oct 2007 20:59:57 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so981764ele for ; Tue, 02 Oct 2007 13:59:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=Pa8b93SI1khlQIPnIkb7ytRUZJ4Qd8n7HYXAZBEohYQ=; b=kVr7oWfqwY6584sP9NDU97a8paMKnrT/bm/aR9Fov1VNhzaRGKXu9zqGbVWfvbswvZSb8d9NKb9b2oyUnBNxR2Jt8ZOGe+n8QBpl9jPVz7uq9MHy3TXYsynq8yJYJY+og/BHbY8gQvaw9T45K8qOKsFyEbsymYMgSlv/nUc2to8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RWvwVSEok9774O10Pu1/MXUkfqZIr6wnWt/AYf8ILMeDqoqq49hRChj9LV8MQANWZFD8BME+tgk/YFEwZEWo5G6IE0kD7WgIbPJLBH+G66z1acQC5jmZkWK51BMbph2a3hRRQKMsW/JFQAICqB+XAUirhKgeVlh+bYR1/PZOmzU= Received: by 10.143.162.8 with SMTP id p8mr697598wfo.1191358795818; Tue, 02 Oct 2007 13:59:55 -0700 (PDT) Received: by 10.141.77.21 with HTTP; Tue, 2 Oct 2007 13:59:55 -0700 (PDT) Message-ID: <2b7af7c40710021359j4b49499fi6675b8d122d800d5@mail.gmail.com> Date: Tue, 2 Oct 2007 13:59:55 -0700 From: "Rogelio Bastardo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: doing a minimal FreeBSD install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: scubacuda@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 20:59:57 -0000 I'm looking to install only the bare essentials to FreeBSD and then install each program piece-by-piece afterwards. To do this, do I just need the first FreeBSD 6 ISO? Or can I get away with just the boot CD ISO and then install each port one-by-one? (Basically, I just wanna build a Nagios server, and that requires very, very little) From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 21:10:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4817B16A418 for ; Tue, 2 Oct 2007 21:10:58 +0000 (UTC) (envelope-from dread@aceweb.com) Received: from smtp120.sbc.mail.re3.yahoo.com (smtp120.sbc.mail.re3.yahoo.com [66.196.96.93]) by mx1.freebsd.org (Postfix) with SMTP id E948813C4A5 for ; Tue, 2 Oct 2007 21:10:57 +0000 (UTC) (envelope-from dread@aceweb.com) Received: (qmail 60983 invoked from network); 2 Oct 2007 21:10:57 -0000 Received: from unknown (HELO localhost) (donread@sbcglobal.net@70.135.3.248 with login) by smtp120.sbc.mail.re3.yahoo.com with SMTP; 2 Oct 2007 21:10:56 -0000 Date: Tue, 2 Oct 2007 21:10:53 +0000 From: Don Read To: freebsd@celestial.com Message-ID: <20071002211053.1091a6dd@aceweb.com> In-Reply-To: <20071002203711.GA12392@ayn.mi.celestial.com> References: <20071001005437.GA15279@bsd.remdog.net> <20071002191117.GA32593@ozzmosis.com> <20071002203711.GA12392@ayn.mi.celestial.com> X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Mutt Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 21:10:58 -0000 On Tue, 2 Oct 2007 13:37:11 -0700 Bill Campbell said: > On Wed, Oct 03, 2007, andrew clarke wrote: > >On Sun, Sep 30, 2007 at 05:54:37PM -0700, Rem P Roberti wrote: > > > >By default, Fetchmail will put your mail wherever $MAIL points to. > >Usually this is in a file named /var/mail/username, where username is > >your login name. > > I thought that the default for fetchmail was to pass the messages > to the system's MTA (postfix, sendmail, etc.), not to attempt > delivery itself. > > Bill Correct. quote: As each message is retrieved, fetchmail normally delivers it via SMTP to port 25 on the machine it is running on (localhost), just as though it were being passed in over a normal TCP/IP link. fetchmail provides the SMTP server with an envelope recipient derived in the manner described previously. The mail will then be delivered locally via your system's MDA (Mail Delivery Agent, usually sendmail(8) but your system may use a different one such as smail, mmdf, exim, postfix, or qmail). All the delivery-control mechanisms (such as .forward files) normally available through your system MDA and local delivery agents will there- fore work automatically. If no port 25 listener is available, but your fetchmail configuration was told about a reliable local MDA, it will use that MDA for local delivery instead. /quote $ man fetchmail Regards, -- Don Read dread@aceweb.com -- It's always darkest before the dawn. So if you are going to steal the neighbor's newspaper, that's the time to do it. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 21:13:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D3516A41A for ; Tue, 2 Oct 2007 21:13:33 +0000 (UTC) (envelope-from mlt01+O4=bbdb8028@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id A94B513C4B7 for ; Tue, 2 Oct 2007 21:13:33 +0000 (UTC) (envelope-from mlt01+O4=bbdb8028@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 2CF1A10550 for ; Tue, 2 Oct 2007 16:53:25 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 648DA5191A; Tue, 2 Oct 2007 16:53:22 -0400 (EDT) Date: Tue, 2 Oct 2007 21:53:20 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071002215320.13360851@gumby.homeunix.com.> In-Reply-To: <200710021923.29750.daniel.tourde@spray.se> References: <200710021923.29750.daniel.tourde@spray.se> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: daniel.tourde@spray.se Subject: Re: How to check applications vs. libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 21:13:33 -0000 On Tue, 2 Oct 2007 19:23:29 +0200 Daniel Tourde wrote: > I am used to install FreeBSD applications by using the port > collection. I also update regularly (twice a month or something) the > apps, using 'portupgrade -a -N' on a refreshed port collection. > > Here are my questions: > - How can I check that the apps that have been build with certain > libraries still work when some of the libs have been updated? > - Is it possible then to rebuild the selected set of apps that have > been 'corrupted' by the library upgrade (classicaly from liba.1 to > liba.2)? If yes, how? > Generally this doesn't cause a problem as when portupgrade upgrades a library through a major revision, it puts a copy of the old library into a compatibility directory. Applications that depend on updated libraries get version-bumped when the library major version gets changed, so just keeping your ports up-to-date is all you normally need to make sure everything is using the latest libraries. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 21:20:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17E5416A421 for ; Tue, 2 Oct 2007 21:20:18 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90]) by mx1.freebsd.org (Postfix) with ESMTP id BEED013C49D for ; Tue, 2 Oct 2007 21:20:17 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from [87.107.63.161] (port=54492 helo=attila) by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IcpA4-0000eS-VY; Wed, 03 Oct 2007 05:20:14 +0800 Date: Wed, 3 Oct 2007 00:55:39 +0330 From: "Bahman M." To: scubacuda@gmail.com Message-ID: <20071003005539.4e448281@attila> In-Reply-To: <2b7af7c40710021359j4b49499fi6675b8d122d800d5@mail.gmail.com> References: <2b7af7c40710021359j4b49499fi6675b8d122d800d5@mail.gmail.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kedah.mschosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - adempiere.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: doing a minimal FreeBSD install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 21:20:18 -0000 On 2007-10-02 Rogelio Bastardo wrote: > I'm looking to install only the bare essentials to FreeBSD and then > install each program piece-by-piece afterwards. > > To do this, do I just need the first FreeBSD 6 ISO? Or can I get away > with just the boot CD ISO and then install each port one-by-one? > > (Basically, I just wanna build a Nagios server, and that requires > very, very little) AFAIK, you will need at least the first ISO. That's what I exactly did with my home machine: did a minimal 6.2 installation, 'portsnap fetch', 'portsnap extract' and then ports installation. HTH Bahman From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 21:22:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB4F716A418 for ; Tue, 2 Oct 2007 21:22:30 +0000 (UTC) (envelope-from toreld@netscape.net) Received: from mail44.e.nsc.no (mail44.e.nsc.no [193.213.115.44]) by mx1.freebsd.org (Postfix) with ESMTP id 2FE2013C4BC for ; Tue, 2 Oct 2007 21:22:29 +0000 (UTC) (envelope-from toreld@netscape.net) Received: from [62.16.173.35] (062016173035.customer.alfanett.no [62.16.173.35]) (authenticated bits=0) by mail44.nsc.no (8.13.8/8.13.5) with ESMTP id l92LMSYi026947; Tue, 2 Oct 2007 23:22:28 +0200 (MEST) Message-ID: <4702B6D4.8040805@netscape.net> Date: Tue, 02 Oct 2007 23:23:32 +0200 From: Tore Lund User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: scubacuda@gmail.com, freebsd-questions@freebsd.org References: <2b7af7c40710021359j4b49499fi6675b8d122d800d5@mail.gmail.com> In-Reply-To: <2b7af7c40710021359j4b49499fi6675b8d122d800d5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: doing a minimal FreeBSD install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 21:22:30 -0000 Rogelio Bastardo wrote: > I'm looking to install only the bare essentials to FreeBSD and then > install each program piece-by-piece afterwards. > > To do this, do I just need the first FreeBSD 6 ISO? Or can I get away > with just the boot CD ISO and then install each port one-by-one? The boot-only CD will be fine for any sort of installation, as long as you have a good Internet connection. -- Tore From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 21:31:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 002AF16A417 for ; Tue, 2 Oct 2007 21:31:10 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id AEE6813C447 for ; Tue, 2 Oct 2007 21:31:10 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so2185731wra for ; Tue, 02 Oct 2007 14:31:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=sRWXAX1T0bJpFuD7O8QFAPJ7hErkdQBe6eGnGW/j8hI=; b=tu9XP22Wrxhh9ZDmt5o/3N+4aizZLvqhUnTrOv6dDU40EWCWQ0LbxHtVo2IFlxM6/oFs4ykBsx4YBaPYazlWATAzIH8yxmdeYhBODQK2jkgRoJSsNCP11uBMKQbA6nS1qHMgPTprZ9PiVjvqmBr83lD/PfyDf7QQ8MXfqAB+ZGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ikPuo9DTXRFPcXcZ4n5w9J7LGAkR/bnF6OusDi3kXenoImxbrM0lH2lJoRQznqa1hcrF3R/jWMJoRB1vr66zcJ+nmwkWeV3zWgxUs3X6f1CvuaIHPkHnhJe/EN7JvnrMZltoZ4LHLsvM83Nq8Yf2vp9nLneTcpNatgeX9Lqj74g= Received: by 10.142.203.13 with SMTP id a13mr187402wfg.1191360669279; Tue, 02 Oct 2007 14:31:09 -0700 (PDT) Received: by 10.141.77.21 with HTTP; Tue, 2 Oct 2007 14:31:09 -0700 (PDT) Message-ID: <2b7af7c40710021431q50556dbem1665c2c445876a96@mail.gmail.com> Date: Tue, 2 Oct 2007 14:31:09 -0700 From: "Rogelio Bastardo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: BTX Halted error on FreeBSD 6 & VMware Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: scubacuda@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 21:31:11 -0000 I'm trying to install the latest FreeBSD boot cd on a VMware Server (running on CentOS). When I boot (whether it's option 1 or 2), I always get the same "BTX Halted" error. Is there something I need to disable before I can get VMware to play nicely with FreeBSD? From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 21:43:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF9616A417 for ; Tue, 2 Oct 2007 21:43:09 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id 1204F13C467 for ; Tue, 2 Oct 2007 21:43:09 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id E8DAC617A; Tue, 2 Oct 2007 22:43:07 +0100 (BST) Received: from brick.slightlystrange.org (brick.slightlystrange.org [10.1.3.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id 981E1613F for ; Tue, 2 Oct 2007 22:43:07 +0100 (BST) Received: (from danielby@localhost) by brick.slightlystrange.org (8.13.4/8.13.4/Submit) id l92Lh6dP001855 for freebsd-questions@freebsd.org; Tue, 2 Oct 2007 22:43:06 +0100 (BST) (envelope-from freebsd-questions@slightlystrange.org) Date: Tue, 2 Oct 2007 22:43:06 +0100 From: Daniel Bye To: freebsd-questions@freebsd.org Message-ID: <20071002214306.GA928@slightlystrange.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <2b7af7c40710021359j4b49499fi6675b8d122d800d5@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline In-Reply-To: <2b7af7c40710021359j4b49499fi6675b8d122d800d5@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-PGP-Fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A Subject: Re: doing a minimal FreeBSD install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 21:43:09 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 02, 2007 at 01:59:55PM -0700, Rogelio Bastardo wrote: > I'm looking to install only the bare essentials to FreeBSD and then > install each program piece-by-piece afterwards. >=20 > To do this, do I just need the first FreeBSD 6 ISO? Or can I get away > with just the boot CD ISO and then install each port one-by-one? >=20 > (Basically, I just wanna build a Nagios server, and that requires > very, very little) A bit more work perhaps than you're willing or able to commit, but you might be interested in MiniBSD - a set of scripts that enable you to=20 pare down a base FreeBSD system to something very small indeed. http://www.minibsd.org It needs some practice to get it right, but the results are quite useful when you get it right! Dan --=20 Daniel Bye _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHArtqixf5fBYiFmoRAnKGAJ9megQ+JqUPPkvCvIIF6rT2lTxCTACfbqxV 6pvq5AJOWdp/qGLRIqmvSYE= =rzhF -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 21:50:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 193EB16A41A for ; Tue, 2 Oct 2007 21:50:55 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id C607513C46A for ; Tue, 2 Oct 2007 21:50:54 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so888315anc for ; Tue, 02 Oct 2007 14:50:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=qqJGMA9quMNk0xP2WNjDwguQ3N0IJqC2VH18KtHmC/k=; b=upRRKudFW2zeLU2fk0fH2SDbSmQMuK1U+ZIgkNlmbPrBrMCSGA4xq4lPyrQfe7dUjwAKqMSqLb9mOYtpWO/NqPbyO0xJD9e8PBZyPEIPvIfTo/RY7EQhxaTt6i14kdPrtF7GcqE4AT4INkrKDkfp5f6U6YZf37SMb9QGrqMRprE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RjgB7X2CoReVQ+qwsGAwCGFZV2bdretUUfH5hW/TmcB8M2re5yryQOx8Yp3tEHToTb0GZQbAGQizIYqkEAHyqW5dnS2Xfhf8O+LT6dF8fVHmlkIbAUBL5ZNm2txOuuECj+O+q0OZF8o+et1YgOaqq6pulbDUwtbMDY3ke1r7N80= Received: by 10.142.78.10 with SMTP id a10mr266741wfb.1191361853122; Tue, 02 Oct 2007 14:50:53 -0700 (PDT) Received: by 10.141.77.21 with HTTP; Tue, 2 Oct 2007 14:50:53 -0700 (PDT) Message-ID: <2b7af7c40710021450i35613d19qbe6667811593ba69@mail.gmail.com> Date: Tue, 2 Oct 2007 14:50:53 -0700 From: "Rogelio Bastardo" To: "Daniel Bye" , freebsd-questions@freebsd.org In-Reply-To: <20071002214306.GA928@slightlystrange.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2b7af7c40710021359j4b49499fi6675b8d122d800d5@mail.gmail.com> <20071002214306.GA928@slightlystrange.org> Cc: Subject: Re: doing a minimal FreeBSD install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: scubacuda@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 21:50:55 -0000 > A bit more work perhaps than you're willing or able to commit, but you > might be interested in MiniBSD - a set of scripts that enable you to > pare down a base FreeBSD system to something very small indeed. Thank you, I will definitely check that out. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 21:54:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E6F416A554 for ; Tue, 2 Oct 2007 21:54:34 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5438813C448 for ; Tue, 2 Oct 2007 21:54:31 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so3033987nfb for ; Tue, 02 Oct 2007 14:54:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=tYwtnImga6UJ4z0iPdxKGII7TbDNh3jVzoNHJ3crZ6k=; b=NV4qr41ZDho5sxJNbGhIccl05Vo6hhvcaC6WpTxkj3XGdyyClv9Ep2+siaxF/5WiCtELSDzJeMVb9F6xYO4DLfK3cwyzo8vCeOSK7mSIwKnnx6BiCDl1eHiZLdX3bLQrrycJPgP7Viunqow4yXk/cN2655SrgFmCc0zdy9qx84A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=iqEa33krrRiH0bLBsi9W0aYPuAX7pXGjF3daD3kGjRRC7U2Ju5qecsNIFcvnMZ2V5G2frAL29xsOqgEkUVJQJM1KRbXZKZv6e3SuQeb0CZWDcm54igY9Fh2KRvLQOywKIPuNsKl6NOLeh3DJC9NWKKfTU4f0Yn+UlCXpee5p974= Received: by 10.78.180.16 with SMTP id c16mr8550401huf.1191362069839; Tue, 02 Oct 2007 14:54:29 -0700 (PDT) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTPS id g5sm9572393wra.2007.10.02.14.54.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Oct 2007 14:54:28 -0700 (PDT) Message-ID: <4702BE0E.2030807@gmail.com> Date: Tue, 02 Oct 2007 16:54:22 -0500 From: Jack Barnett User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Freebsd questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Spam Filtering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 21:54:34 -0000 My setup is basically everything gets pumped though procmail and ends up in an Courier imap directories. I'm thinking of going with something like SpamBouncer (procmail filter). Anyone use that before? Any other spam filtering that might work better with this setup? From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 22:00:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AA4616A468 for ; Tue, 2 Oct 2007 22:00:40 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.freebsd.org (Postfix) with ESMTP id 356B713C47E for ; Tue, 2 Oct 2007 22:00:40 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id l92M0c7U030212; Wed, 3 Oct 2007 00:00:39 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 46E1BB869; Wed, 3 Oct 2007 00:00:38 +0200 (CEST) Date: Wed, 3 Oct 2007 00:00:38 +0200 From: Roland Smith To: Jack Barnett Message-ID: <20071002220038.GA10097@slackbox.xs4all.nl> Mail-Followup-To: Jack Barnett , Freebsd questions References: <4702BE0E.2030807@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <4702BE0E.2030807@gmail.com> 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.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Freebsd questions Subject: Re: Spam Filtering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 22:00:40 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 02, 2007 at 04:54:22PM -0500, Jack Barnett wrote: >=20 > My setup is basically everything gets pumped though procmail and ends up = in=20 > an Courier imap directories. >=20 > I'm thinking of going with something like SpamBouncer (procmail filter).= =20 > Anyone use that before? Any other spam filtering that might work better= =20 > with this setup? Bogofilter works fine called from procmail. It is a Bayesian spam filter, so you have to train it. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHAr+GEnfvsMMhpyURAtE9AJoCzmGU3mOfUrBk3Rcw7ehvU3u/RQCfcI84 epiibHlAWul3dDHzZ84ZzZ4= =4laV -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 22:11:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2594B16A417 for ; Tue, 2 Oct 2007 22:11:53 +0000 (UTC) (envelope-from yanicher@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id A893C13C45B for ; Tue, 2 Oct 2007 22:11:52 +0000 (UTC) (envelope-from yanicher@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so13998ugf for ; Tue, 02 Oct 2007 15:11:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:subject:date:to:x-mailer:from; bh=yk/P40q6Orz49DYcIGQd+ujSTunjcLEZNeMV7moNaV4=; b=VNPf6+Zcx5G3J6ZqrX19ig52CXV6jIupGzM+XUaslwrDjn2kpIuLBTlQW4jlUkNttZTxzCkK8rw1JcVoscuIZ5DHZ7BBQO5ieO/n7UhfC7tx1LGmXwTSBgrpfDTJ3PKaMHjiBP7MXtBDVnPPdWrkgflGiPWW+lKyGbpqoWgrJ+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:subject:date:to:x-mailer:from; b=kk5Q8koXBCGGF8h8Y4wzFDa22PXzIObb0hHpRvOU4AJw0Q0uHO7D6KWQNxzkrhuLd+mjs2ISlWAqkht5pNmdbmC2nAljoOUldGSNIwQIEvyzwUwfzBfb0v0CU9SEHcJcM9ejGPUgDiPdg77Gb7DxiTmAD2FSPW4Gn56y5wYeJvs= Received: by 10.66.217.12 with SMTP id p12mr1587633ugg.1191361458439; Tue, 02 Oct 2007 14:44:18 -0700 (PDT) Received: from ?192.168.1.2? ( [78.159.149.104]) by mx.google.com with ESMTPS id y6sm9329368mug.2007.10.02.14.44.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2007 14:44:17 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <2b7af7c40710021431q50556dbem1665c2c445876a96@mail.gmail.com> References: <2b7af7c40710021431q50556dbem1665c2c445876a96@mail.gmail.com> Message-Id: <2DAB056F-59DA-4EBF-9153-17E0E85BA04B@gmail.com> Date: Wed, 3 Oct 2007 00:44:06 +0300 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.3) From: Yong Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: any body has a tutorial of installing the openvpn on current versions of freebsd ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 22:11:53 -0000 Hello, does any body has a guide for bridging install of openvpn on freebsd 6.2 ? found some and but apparently old stuff thanks. -- Yong From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 22:13:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D07916A46B for ; Tue, 2 Oct 2007 22:13:04 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 7712913C4AA for ; Tue, 2 Oct 2007 22:13:03 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.66]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l92MCe16042928; Wed, 3 Oct 2007 02:12:51 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l92MF7Nt004246; Wed, 3 Oct 2007 02:15:07 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: a b References: From: Boris Samorodov Date: Wed, 03 Oct 2007 02:15:07 +0400 In-Reply-To: (a. b.'s message of "Tue\, 2 Oct 2007 22\:07\:43 +0200") Message-ID: <75330100@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Installation from Hard Disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 22:13:04 -0000 On Tue, 2 Oct 2007 22:07:43 +0200 a b wrote: > I want install BSD6.2 from Hard Disk. > My HD is partitioned in this way: > on the MBR there is Grub bootloader; > 2 partition are empty; > and on the 3rd partition there is Suse 10.1 . > > I already have downloaded the ISO image (two iso), and if is necessary I can uncompressed they in a folder on the HD. > > With linux I can run the "installer" (placed on the HD) with the bootloader. > Can I do something as this also with BSD6.2?? > > > This is important for me, I have not CD device or floppy device. The "Chapter 2 Installing FreeBSD" of the official FreeBSD Handbook describes all possible variants. The are some for you: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html In case you tried them but got errors, please show those errors and we will be glad to help you proceed in FreeBSD installing. WBR -- bsam From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 22:23:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19D0E16A418 for ; Tue, 2 Oct 2007 22:23:04 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 7864A13C4A6 for ; Tue, 2 Oct 2007 22:23:02 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.66]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l92M0qsL039855 for ; Wed, 3 Oct 2007 02:01:28 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l92M3JXv004217; Wed, 3 Oct 2007 02:03:19 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: freebsd-questions@freebsd.org References: From: Boris Samorodov In-Reply-To: (luizbcampos@gmail.com's message of "Mon\, 1 Oct 2007 13\:33\:44 -0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) Date: Wed, 03 Oct 2007 02:03:19 +0400 Message-ID: <41410808@bsam.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: SOS linux_base-fc4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 22:23:04 -0000 On Mon, 1 Oct 2007 13:33:44 -0300 luizbcampos@gmail.com wrote: > Hi, everybody! My box runs FreeBSD-6.1-R amd64 and I need to print an > important doc; its driver when uncompressed features i386.rpm files and Did you mean a printer's driver? > linux_base-fc4 is not at /usr/ports/emulators.. > What should I do? Shall I have to update all the OS in order to setup > "linux_base-fc4 or shall I have to upgrade by using another command? A good start to understand FreeBSD is to read it's oficial Handbook. Your question has nothing to do with linux_base. And questions like "What is the ports system? How to get a FreeBSD ports tree? How to install an application from ports or via packages?" are described at "The Handbook". Ex.: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html > Yesterday, I run CVSUP and I followed all the steps to upgrade FreeBSD > but...linux_base-fc4 was not at /usr/ports/emulators! Which supfile did you use? If you used the one for ports (not for the system files) you should get /usr/ports tree. Please read the above mentioned document. After reading you will understand that there are options (i.e. installing via port or packages) and how to do them. If you have a more concrete question (with logs, error messages etc.) you are welcome back and we'll be glad to help you. BTW good docs have been always an advantage of *BSD... WBR -- bsam From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 22:32:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D52316A417 for ; Tue, 2 Oct 2007 22:32:51 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 322D613C4A5 for ; Tue, 2 Oct 2007 22:32:51 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so8254770pyb for ; Tue, 02 Oct 2007 15:32:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=Q7whKUGYPSIzFasEMwwKOBHw8/S58cV/narCqjomToM=; b=YQDHeGbvDAGNorP70+Uw5lDDdXtwNk7a9Sa6gwW446ziSPHA/TSUqAK0O+W7og8IIkEbFO+4SD5VAqDPBLFbrmVlEkkEvMvax4jLHxYdWHdMNFQxODqkie5XUxNKpAhB5HripzYnha6FUsk04EE4zwD4BaOt70EZYwXS3fG3kw8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ChQPqR6JwVxplPhJSofSlpYWE23K7V/eaXIKRdavu6pny7hdBJy9VelO1Un57UelMFMah1SmSiWGqphFyJMpYWgHfyKQtywoRQ6l/OoR4Ax5IHGE9iVhRuiwAQFkdrsOXiXV7rHFd43R7IKEOIN5k7CPwpGiOr90XvmQvGQXiAE= Received: by 10.35.47.10 with SMTP id z10mr10225491pyj.1191364370278; Tue, 02 Oct 2007 15:32:50 -0700 (PDT) Received: by 10.35.59.14 with HTTP; Tue, 2 Oct 2007 15:32:50 -0700 (PDT) Message-ID: <105fa37b0710021532o7e509105g40bfc19e3f55ee51@mail.gmail.com> Date: Tue, 2 Oct 2007 18:32:50 -0400 From: "Hakan K" To: Yong In-Reply-To: <2DAB056F-59DA-4EBF-9153-17E0E85BA04B@gmail.com> MIME-Version: 1.0 References: <2b7af7c40710021431q50556dbem1665c2c445876a96@mail.gmail.com> <2DAB056F-59DA-4EBF-9153-17E0E85BA04B@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: any body has a tutorial of installing the openvpn on current versions of freebsd ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 22:32:51 -0000 http://www.installationwiki.org/OpenVPN#Installing_OpenVPN_on_FreeBSD I hope this is not an old one......... Thanks Hakan http://dominor.com On 10/2/07, Yong wrote: > > Hello, > > does any body has a guide for bridging install of openvpn on freebsd > 6.2 ? > found some and but apparently old stuff > > thanks. > > > -- > Yong > > > _______________________________________________ > 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 Tue Oct 2 22:38:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4731B16A468 for ; Tue, 2 Oct 2007 22:38:37 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id DC01D13C4C6 for ; Tue, 2 Oct 2007 22:38:36 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 7008 invoked by uid 399); 2 Oct 2007 22:11:56 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 2 Oct 2007 22:11:56 -0000 X-Originating-IP: 127.0.0.1 Date: Tue, 2 Oct 2007 15:11:52 -0700 (PDT) From: Doug Barton To: "O. Hartmann" In-Reply-To: <47024871.70607@zedat.fu-berlin.de> Message-ID: References: <47024871.70607@zedat.fu-berlin.de> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, freebsd-ports@FreeBSD.org Subject: Re: cups-1.3.3 not compiling anymore in FreeBSD 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 22:38:37 -0000 On Tue, 2 Oct 2007, O. Hartmann wrote: > Hello, > > Since several days all my FreeBSD 7.0-CURRENT boxes are incapable of > upgrading cups-base port with the follwoing error. Can anyone help? There was some sort of issue with stale headers IIRC. Make sure your ports tree is up to date, pkg_delete the old cups before installing the new one and you should be ok. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 22:49:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 024E916A417 for ; Tue, 2 Oct 2007 22:49:36 +0000 (UTC) (envelope-from yanicher@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 7E50313C480 for ; Tue, 2 Oct 2007 22:49:35 +0000 (UTC) (envelope-from yanicher@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so3045221nfb for ; Tue, 02 Oct 2007 15:49:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; bh=v8kVipbJGpbTr6L7J4MBjoWHlzXXOBNrgaAmytHUbQE=; b=tvV7lItxVnS4A3GB+5A2xpsiikPbFed5YKuns+1rAKSHEYd2HN6mWdf5GOrR8WmHZqZ05cZP7qgK38CKDcKH5bP4d+wwysaDuT9w2DYmNFZwGznbONDez73OuOp/g9oJHpKV/O39bcVN8GJyEmeyMf4pvh14LBBsOsuXdeqzMOA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; b=BhEDC/xgPLyUYinemW+V8y2NG4x+EnxKJg2dfvYSWwggoMutGHCVnaFZyDLW1z6h82zwiHSXLd+4KlhAVgRQnFTAlrWoS+09B288z0y9ID95IvAZXATLZLYS8fGj8GMF8qxfMr3Ip4TeALvnvHB8/RQuWYrxLYCRTMY1+MlYueg= Received: by 10.86.28.5 with SMTP id b5mr401751fgb.1191365373914; Tue, 02 Oct 2007 15:49:33 -0700 (PDT) Received: from ?192.168.1.2? ( [78.159.149.104]) by mx.google.com with ESMTPS id f19sm3408585fka.2007.10.02.15.49.32 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2007 15:49:32 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <105fa37b0710021532o7e509105g40bfc19e3f55ee51@mail.gmail.com> References: <2b7af7c40710021431q50556dbem1665c2c445876a96@mail.gmail.com> <2DAB056F-59DA-4EBF-9153-17E0E85BA04B@gmail.com> <105fa37b0710021532o7e509105g40bfc19e3f55ee51@mail.gmail.com> Message-Id: From: Yong Date: Wed, 3 Oct 2007 01:49:23 +0300 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: any body has a tutorial of installing the openvpn on current versions of freebsd ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 22:49:36 -0000 sorry, I meant install openvpn in bridged mode - that will imply creating some devices, creating the config files that will permit to connect a test user something or somebody that has done it from point to point - till the moment that it is stated and user has connected. thanks On 3 Oct 2007, at 01:32, Hakan K wrote: > http://www.installationwiki.org/OpenVPN#Installing_OpenVPN_on_FreeBSD > > I hope this is not an old one......... > > > > Thanks > Hakan > http://dominor.com > > On 10/2/07, Yong wrote: > Hello, > > does any body has a guide for bridging install of openvpn on freebsd > 6.2 ? > found some and but apparently old stuff > > thanks. > > > -- > Yong > > > _______________________________________________ > 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" > -- Yong From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 23:00:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4804816A417 for ; Tue, 2 Oct 2007 23:00:33 +0000 (UTC) (envelope-from john@freeode.co.uk) Received: from mail.freeode.co.uk (mail.freeode.co.uk [87.127.24.125]) by mx1.freebsd.org (Postfix) with ESMTP id B590F13C43E for ; Tue, 2 Oct 2007 23:00:32 +0000 (UTC) (envelope-from john@freeode.co.uk) Received: from turion.freeode.co.uk (turion.freeode.co.uk [10.10.10.7]) by mail.freeode.co.uk (8.13.6/8.13.6) with ESMTP id l92MX8YL001726 for ; Tue, 2 Oct 2007 23:33:09 +0100 (BST) (envelope-from john@freeode.co.uk) Date: Tue, 2 Oct 2007 23:33:08 +0100 From: John Murphy To: freebsd-questions@freebsd.org Message-ID: <20071002233308.06dfa5bd@turion.freeode.co.uk> In-Reply-To: <47024871.70607@zedat.fu-berlin.de> References: <47024871.70607@zedat.fu-berlin.de> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: cups-1.3.3 not compiling anymore in FreeBSD 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 23:00:33 -0000 On Tue, 02 Oct 2007 13:32:33 +0000 "O. Hartmann" wrote: > Hello, > > Since several days all my FreeBSD 7.0-CURRENT boxes are incapable of > upgrading cups-base port with the follwoing error. Can anyone help? > > Thanks a lot, > > Regards, > Oliver I get a similar error while trying to upgrade kdelibs on 6.2-RELEASE: gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint /lpdunix' Making all in cups gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprin t/cups' Making all in cupsdconf2 gmake[4]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprin t/cups/cupsdconf2' echo '#include ' > cupsdconf_dummy.cpp; \ echo 'extern "C" int kdemain(int argc, char* argv[]);' >> cupsdconf_dumm y.cpp; \ echo 'extern "C" KDE_EXPORT int kdeinitmain(int argc, char* argv[]) { re turn kdemain(argc,argv); }' >> cupsdconf_dummy.cpp if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_C ONFIG_H -I. -I. -I../../.. -I../../../dcop -I../../../kdecore -I../../../kio/kss l -I../../../kjs -I../../.. -I../../../kio -I../../../kfile -I../../../dcop -I.. /../../libltdl -I../../../kdefx -I../../../kdecore -I../../../kdecore -I../../.. /kdecore/network -I../../../kdeui -I../../../kio -I../../../kio/kio -I../../../k io/kfile -I../../.. -I/usr/local/include -I/usr/local/include -I/usr/local/incl ude -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/l ocal/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long - Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CL EAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT cupsdconf_dummy.lo -MD -MP -MF ".deps/cupsdconf_dummy.Tpo" -c -o cupsdconf_ dummy.lo cupsdconf_dummy.cpp; \ then mv -f ".deps/cupsdconf_dummy.Tpo" ".deps/cupsdconf_dummy.Plo"; else rm -f ".deps/cupsdconf_dummy.Tpo"; exit 1; fi [snip] if /bin/sh /usr/local/bin/libtool --silent --tag=CC --mode=compile cc -DHAVE_CON FIG_H -I. -I. -I../../.. -I../../../dcop -I../../../kdecore -I../../../kio/kssl -I../../../kjs -I../../.. -I../../../kio -I../../../kfile -I../../../dcop -I../. ./../libltdl -I../../../kdefx -I../../../kdecore -I../../../kdecore -I../../../k decore/network -I../../../kdeui -I../../../kio -I../../../kio/kio -I../../../kio /kfile -I../../.. -I/usr/local/include -I/usr/local/include -I/usr/local/includ e -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/loc al/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -DNDEBUG -O2 -O2 -fno-strict-aliasing -pipe -MT cups-util.lo -MD -MP -MF ".deps/cups-util.Tpo" - c -o cups-util.lo cups-util.c; \ then mv -f ".deps/cups-util.Tpo" ".deps/cups-util.Plo"; else rm -f ".dep s/cups-util.Tpo"; exit 1; fi cups-util.c: In function `cupsGetConf': cups-util.c:111: error: dereferencing pointer to incomplete type cups-util.c:119: error: dereferencing pointer to incomplete type cups-util.c:138: error: dereferencing pointer to incomplete type cups-util.c:213: warning: `httpRead' is deprecated (declared at /usr/local/inclu de/cups/http.h:361) cups-util.c: In function `cupsPutConf': cups-util.c:308: warning: `httpWrite' is deprecated (declared at /usr/local/incl ude/cups/http.h:371) cups-util.c:312: warning: `httpWrite' is deprecated (declared at /usr/local/incl ude/cups/http.h:371) cups-util.c:337: error: dereferencing pointer to incomplete type cups-util.c:345: error: dereferencing pointer to incomplete type cups-util.c:364: error: dereferencing pointer to incomplete type cups-util.c: In function `cups_local_auth': cups-util.c:454: warning: passing arg 1 of `httpAddrLocalhost' from incompatible pointer type gmake[4]: *** [cups-util.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint /cups/cupsdconf2' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint /cups' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint ' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.35894.0 en v UPGRADE_TOOL=portupgrade UPGRADE_PORT=kdelibs-3.5.7_1 UPGRADE_PORT_VER=3.5.7_1 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! x11/kdelibs3 (kdelibs-3.5.7_1) (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed -- Thanks, john. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 23:11:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5FB516A417 for ; Tue, 2 Oct 2007 23:11:52 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.freebsd.org (Postfix) with SMTP id 659FB13C494 for ; Tue, 2 Oct 2007 23:11:52 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 8022 invoked from network); 2 Oct 2007 23:11:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=BHhmZyaErVli3/3of2yhcf52qExTAid0rPZRqsoXrmD0hcBLqCba3O9+V1bwrzxW6EuQEdGGSUzHAj7owqwhLnIq/+/hFsMhqz4Vi2pJZcuxc+T8wDIxJ0rd+go6RFs1NAW2eXYxHCfwXoCuUo1DHdbMQ9NUpxRm9rHGk33krtk= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 2 Oct 2007 23:11:50 -0000 In-Reply-To: <4701B3D3.5050505@gracenpeace.net> References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> <4701B3D3.5050505@gracenpeace.net> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7d01f02b6ddc1b1ff9c710db3f699dbd@prodigy.net> Content-Transfer-Encoding: 7bit From: jekillen Date: Tue, 2 Oct 2007 16:12:32 -0700 To: Joe in MPLS X-Mailer: Apple Mail (2.622) Cc: FreeBSD Mailing List Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 23:11:52 -0000 On Oct 1, 2007, at 7:58 PM, Joe in MPLS wrote: > > > jekillen wrote: > >> Hello; >> I have a quick question about Postfix. >> When I install Free BSD and have it >> include Postfix from packages, does >> the install process completely replace >> Sendmail with Postfix, or do I still have >> to replace Sendmail with Postfix separately? >> Thanks in advance >> Jeff K > > The package install of postfix does nothing to sendmail. It's not like > the MTA switch utility found in some linux distros. Just turn off the > various bits of sendmail in /etc/rc.conf and start postfix. > > ...jgm > > > > > > Postfix does include an executable named "sendmail" that directly > replaces some of the "old" sendmail capability. This is what is confusing me some. I have a text from SAMS on Postfix and it talks about renaming several sendmail related files and removing the suid permissions on them. Because both Sendmail and Postfix are extensive systems, getting all the cogs and gears together looks like a real challenge to me. Thanks for the info; much appreciated Jeff K (not looking to spam anyone, just set up a mail servers to service several domains) From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 23:16:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8159916A420 for ; Tue, 2 Oct 2007 23:16:34 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 6C10613C478 for ; Tue, 2 Oct 2007 23:16:34 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Tue, 2 Oct 2007 16:16:33 -0700 Message-ID: <4702D14D.6020609@ridecharge.com> Date: Tue, 2 Oct 2007 19:16:29 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Hakan K References: <2b7af7c40710021431q50556dbem1665c2c445876a96@mail.gmail.com> <2DAB056F-59DA-4EBF-9153-17E0E85BA04B@gmail.com> <105fa37b0710021532o7e509105g40bfc19e3f55ee51@mail.gmail.com> In-Reply-To: <105fa37b0710021532o7e509105g40bfc19e3f55ee51@mail.gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Yong , "freebsd-questions@freebsd.org" Subject: Re: any body has a tutorial of installing the openvpn on current versions of freebsd ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 23:16:34 -0000 Hakan K wrote: > http://www.installationwiki.org/OpenVPN#Installing_OpenVPN_on_FreeBSD > > I hope this is not an old one......... This is just dead wrong: ==Copy this file to /etc/rc.d/openvpn and correct the path variables to ==your needs. nothing from ports should ever be outside /usr/local Yes, this does work, but your killing one of things in BSD I love most and its that its directories are actually organized. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 23:22:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 820BF16A417 for ; Tue, 2 Oct 2007 23:22:45 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp106.sbc.mail.mud.yahoo.com (smtp106.sbc.mail.mud.yahoo.com [68.142.198.205]) by mx1.freebsd.org (Postfix) with SMTP id 4A80A13C43E for ; Tue, 2 Oct 2007 23:22:45 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 38930 invoked from network); 2 Oct 2007 23:22:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=j1nj7c0IvNwUqru5/F9GmH6z6FaIuvSinSY9zUANWaP06hcwOIFj3bLD1Ek3rhHFedeTtJODX+CInlI1xP2kHitxoeZdAQkHqhn/7Es6v6hW28Vc6BIqDKXh+/FtvNkERskC/qJdX9f+0NgiM4aXzA+ZXL8hJhPaAR7meuhK2dw= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 2 Oct 2007 23:22:43 -0000 X-YMail-OSG: 1IrGUPUVM1lYwIbnRhfqlWsFm7lJzIlfh_wO0qz7P8XLTc0gqkYyxsmiuq8lCFEmOHl.MmXjTg-- In-Reply-To: <20071002025649.K56027@duane.dbq.yournetplus.com> References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> <20071002025649.K56027@duane.dbq.yournetplus.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3ff5b31f5872233a810207eab593b208@prodigy.net> Content-Transfer-Encoding: 7bit From: jekillen Date: Tue, 2 Oct 2007 16:23:25 -0700 To: Duane Hill X-Mailer: Apple Mail (2.622) Cc: FreeBSD Mailing List Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 23:22:45 -0000 On Oct 1, 2007, at 8:04 PM, Duane Hill wrote: > On Mon, 1 Oct 2007 at 19:50 -0700, jekillen@prodigy.net confabulated: > >> Hello; >> I have a quick question about Postfix. >> When I install Free BSD and have it >> include Postfix from packages, does >> the install process completely replace >> Sendmail with Postfix, or do I still have >> to replace Sendmail with Postfix separately? >> Thanks in advance >> Jeff K > > If you install Postfix from the ports collection: > > /usr/ports/mail/postfix > > toward the end of the install process, it will ask you if you wish for > the install to make changes in /etc/mail/mailer.conf. You tell it yes. > If it did not ask, /etc/mail/mailer.conf should look like this: > > sendmail /usr/local/sbin/sendmail > send-mail /usr/local/sbin/sendmail > mailq /usr/local/sbin/sendmail > newaliases /usr/local/sbin/sendmail > > This is what so-to-speak "plugs" Postfix into the OS. > > To totally disable SendMail from running at startup after a reboot, > you have to make some additions to the /etc/rc.conf config file. > Namely, you have to add: > > sendmail_enable="NO" > sendmail_submit_enable="NO" > sendmail_outbound_enable="NO" > sendmail_msp_queue_enable="NO" > > Also, there are some periodic things that are ran which are SendMail > specific that need to be disabled. That is done within > /etc/periodic.conf as such: > > daily_clean_hoststat_enable="NO" > daily_status_mail_rejects_enable="NO" > daily_status_include_submit_mailq="NO" > daily_submit_queuerun="NO" > > O.K. This is something I have not been aware of. As far as MTA's on any system I am somewhat of a newbe. I do get regular e-mails to the root accounts of my various (four) systems when they are running constantly, (two are) and I have been wondering how a switch over will effect that. I will need to do a system specific configuration of postfix and define system specific aliases, prevent public use of the servers for open relaying and such. So I expect for a first timer I have my work cut out for me. Thanks for the info, much appreciated. Jeff K (I'm not looking to spam anyone) From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 23:35:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6E2A16A418 for ; Tue, 2 Oct 2007 23:35:21 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.154]) by mx1.freebsd.org (Postfix) with ESMTP id A16C513C48D for ; Tue, 2 Oct 2007 23:35:21 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-67-188-231-44.hsd1.ca.comcast.net[67.188.231.44]) by comcast.net (rwcrmhc14) with ESMTP id <20071002233520m1400jd1nle>; Tue, 2 Oct 2007 23:35:20 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id 9CA641CF41; Tue, 2 Oct 2007 16:35:38 -0700 (PDT) Date: Tue, 2 Oct 2007 16:35:38 -0700 From: Rem P Roberti To: FreeBSD Message-ID: <20071002233538.GA33975@bsd.remdog.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: Incoming Mail Announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 23:35:21 -0000 Hi Everyone. More newbie stuff. I finally got Mutt and Getmail configured properly and everything is working great. However...this dear woman keeps intruding on my life to announce to me that I have "incoming mail," and I have no idea about how to---if you will excuse the expression---kill her. A heads up on this would be most appreciated. Rem From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 23:39:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48E0516A417 for ; Tue, 2 Oct 2007 23:39:55 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5CA13C480 for ; Tue, 2 Oct 2007 23:39:55 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 9417613C7BD; Tue, 2 Oct 2007 18:56:34 -0700 (PDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 7824113C7BC; Tue, 2 Oct 2007 18:56:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 7520A13C404; Tue, 2 Oct 2007 18:56:34 -0700 (PDT) Date: Tue, 2 Oct 2007 18:56:34 -0700 (PDT) From: Philip Hallstrom To: jekillen In-Reply-To: <7d01f02b6ddc1b1ff9c710db3f699dbd@prodigy.net> Message-ID: <20071002185519.M8934@bravo.pjkh.com> References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> <4701B3D3.5050505@gracenpeace.net> <7d01f02b6ddc1b1ff9c710db3f699dbd@prodigy.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: FreeBSD Mailing List , Joe in MPLS Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 23:39:55 -0000 >>> I have a quick question about Postfix. >>> When I install Free BSD and have it >>> include Postfix from packages, does >>> the install process completely replace >>> Sendmail with Postfix, or do I still have >>> to replace Sendmail with Postfix separately? >>> Thanks in advance >>> Jeff K >> >> The package install of postfix does nothing to sendmail. It's not like the >> MTA switch utility found in some linux distros. Just turn off the various >> bits of sendmail in /etc/rc.conf and start postfix. >> >> Postfix does include an executable named "sendmail" that directly replaces >> some of the "old" sendmail capability. > > This is what is confusing me some. I have a text from SAMS on Postfix and it > talks about renaming several > sendmail related files and removing the suid permissions on them. Because > both Sendmail and Postfix are > extensive systems, getting all the cogs and gears together looks like a real > challenge to me. It's easy. If you install using the port it will ask you what you'd like to do. Typically you'd tell it to use mailer.conf to use postfix instead of sendmail and leave it at that. man mailer.conf for more info, but the port will take care of it for you (or at least tell you what to do, it's been awhile since I set it up) From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 23:50:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10AF516A41A for ; Tue, 2 Oct 2007 23:50:05 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id E188113C45D for ; Tue, 2 Oct 2007 23:50:04 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 4D7BC6D42E; Tue, 2 Oct 2007 23:50:04 +0000 (UTC) Date: Tue, 2 Oct 2007 23:50:03 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: jekillen In-Reply-To: <3ff5b31f5872233a810207eab593b208@prodigy.net> Message-ID: <20071002233318.U5670@duane.dbq.yournetplus.com> References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> <20071002025649.K56027@duane.dbq.yournetplus.com> <3ff5b31f5872233a810207eab593b208@prodigy.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Mailing List Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 23:50:05 -0000 On Tue, 2 Oct 2007 at 16:23 -0700, jekillen@prodigy.net confabulated: > > On Oct 1, 2007, at 8:04 PM, Duane Hill wrote: > >> On Mon, 1 Oct 2007 at 19:50 -0700, jekillen@prodigy.net confabulated: >> >>> Hello; >>> I have a quick question about Postfix. >>> When I install Free BSD and have it >>> include Postfix from packages, does >>> the install process completely replace >>> Sendmail with Postfix, or do I still have >>> to replace Sendmail with Postfix separately? >>> Thanks in advance >>> Jeff K >> >> If you install Postfix from the ports collection: >> >> /usr/ports/mail/postfix >> >> toward the end of the install process, it will ask you if you wish for the >> install to make changes in /etc/mail/mailer.conf. You tell it yes. If it >> did not ask, /etc/mail/mailer.conf should look like this: >> >> sendmail /usr/local/sbin/sendmail >> send-mail /usr/local/sbin/sendmail >> mailq /usr/local/sbin/sendmail >> newaliases /usr/local/sbin/sendmail >> >> This is what so-to-speak "plugs" Postfix into the OS. >> >> To totally disable SendMail from running at startup after a reboot, you >> have to make some additions to the /etc/rc.conf config file. Namely, you >> have to add: >> >> sendmail_enable="NO" >> sendmail_submit_enable="NO" >> sendmail_outbound_enable="NO" >> sendmail_msp_queue_enable="NO" >> >> Also, there are some periodic things that are ran which are SendMail >> specific that need to be disabled. That is done within /etc/periodic.conf >> as such: >> >> daily_clean_hoststat_enable="NO" >> daily_status_mail_rejects_enable="NO" >> daily_status_include_submit_mailq="NO" >> daily_submit_queuerun="NO" >> >> > O.K. This is something I have not been aware of. As far as MTA's on any > system I am somewhat of a newbe. I do get regular e-mails to the root > accounts of my > various (four) systems when they are running constantly, (two are) and I have > been wondering how a switch over will effect that. > I will need to do a system specific configuration of postfix and define > system specific aliases, prevent public use of the servers for open relaying > and such. So I > expect for a first timer I have my work cut out for me. > Thanks for the info, much appreciated. > Jeff K > (I'm not looking to spam anyone) Postfix can use the existing /etc/aliases file. As this is getting to be more off-topic from FreeBSD, I would suggest subscribing to the Postfix mailing list: http://www.postfix.org/lists.html and poking around the archives. Also, the documentation is very well put together: http://www.postfix.org/documentation.html You may also want to consider grabbing a copy of "The book of postfix": http://nostarch.com/frameset.php?startat=postfix_rev It can be obtained either in paper or electronic format. I have the pdf sitting on my 'desktop' for a readily available reference. It has helped me out in answering a vast number of questions I had without the aide of the mailing list. ------ _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 01:36:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7046516A417 for ; Wed, 3 Oct 2007 01:36:34 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 1164713C45D for ; Wed, 3 Oct 2007 01:36:33 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so43769ugf for ; Tue, 02 Oct 2007 18:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=yH+d0l5CkKDlhGgWGWLAXo9VSdukLcGp1zuAMgsfOW8=; b=qvD3miXc2BBJV4qScWd7ZB9LKOibCzrxKsWAtT50egXq+jYFKW/mJAavL98R8GJKHEhBj7sj8mFhBbE9Qi6plYamoqFZVWmmskeWnqQtfFysmbBYiKIWEAlaraZq3H7tYJuR9yGK4uMlr/Xih55vOQRAv5Q8U1sIpkorNuTwni8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=NN802cnQm0db4z9vB/BUFZKh2YEoVxK1fzEK5hYkth9FETm4xrkibRtwREdGQdKHNsU/+xriQtPjeC+ifQA+xDdsz5/cogR1Bzxc92NJZJIv1AzlJ2Et7DHphGuoicitgHJJ2IP7rdzA75cibWtJ+CW0btjiiA5ujq3SFqxRhrQ= Received: by 10.67.24.18 with SMTP id b18mr1857643ugj.1191375392604; Tue, 02 Oct 2007 18:36:32 -0700 (PDT) Received: by 10.67.117.2 with HTTP; Tue, 2 Oct 2007 18:36:32 -0700 (PDT) Message-ID: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> Date: Tue, 2 Oct 2007 19:36:32 -0600 From: "Andrew Falanga" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Where do I find the PERL compatible functions for php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 01:36:34 -0000 Hi, Installed PHP 5 using the ports collection in preparation for installing phpWebSite (a CMS system). When trying to run the setup program (an index.php) file on the server I get, "*Fatal error*: Call to undefined function preg_match() in * /usr/local/www/apache22/data/phpwebsite_1_3_1/setup/index.php* on line *136" *. I've found from the php.net web site that this is the PERL compatible regular expression stuff. Since it's not there, how would I get it? Andy From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 01:44:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC68E16A417 for ; Wed, 3 Oct 2007 01:44:21 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from ayn.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.freebsd.org (Postfix) with ESMTP id A739D13C43E for ; Wed, 3 Oct 2007 01:44:21 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from localhost (localhost [127.0.0.1]) by ayn.mi.celestial.com (Postfix) with ESMTP id 1F265689A7F00; Tue, 2 Oct 2007 18:48:24 -0700 (PDT) X-Virus-Scanned: amavisd-new at mi.celestial.com Received: from ayn.mi.celestial.com ([127.0.0.1]) by localhost (ayn.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id weKyIeBj+fem; Tue, 2 Oct 2007 18:48:24 -0700 (PDT) Received: by ayn.mi.celestial.com (Postfix, from userid 203) id EE2DC68613021; Tue, 2 Oct 2007 18:48:23 -0700 (PDT) Date: Tue, 2 Oct 2007 18:48:23 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org Message-ID: <20071003014823.GA23244@ayn.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> User-Agent: Mutt/1.5.11 OpenPKG/2.5 Subject: Re: Where do I find the PERL compatible functions for php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 01:44:21 -0000 On Tue, Oct 02, 2007, Andrew Falanga wrote: >Hi, > >Installed PHP 5 using the ports collection in preparation for installing >phpWebSite (a CMS system). When trying to run the setup program (an >index.php) file on the server I get, "*Fatal error*: Call to undefined >function preg_match() in * >/usr/local/www/apache22/data/phpwebsite_1_3_1/setup/index.php* on line *136" >*. I've found from the php.net web site that this is the PERL compatible >regular expression stuff. Since it's not there, how would I get it? This is a build-time option with php, and requires the pcre libraries. Bill -- INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 I don't care how little your country is, you got a right to run it like you want to. When the big nations quit meddling, then the world will have peace. Will Rogers From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 02:02:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22FF316A421 for ; Wed, 3 Oct 2007 02:02:01 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 667FC13C46E for ; Wed, 3 Oct 2007 02:01:59 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l9321vVB038623 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 3 Oct 2007 09:01:57 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id l9321vHE019576; Wed, 3 Oct 2007 09:01:57 +0700 (ICT) Date: Wed, 3 Oct 2007 09:01:57 +0700 (ICT) Message-Id: <200710030201.l9321vHE019576@banyan.cs.ait.ac.th> From: Olivier Nicole To: jackbarnett@gmail.com In-reply-to: <4702BE0E.2030807@gmail.com> (message from Jack Barnett on Tue, 02 Oct 2007 16:54:22 -0500) References: <4702BE0E.2030807@gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Spam Filtering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 02:02:01 -0000 > My setup is basically everything gets pumped though procmail and ends up > in an Courier imap directories. I am using SpamAssassin (from the ports) inside procmail that quarantine every suspect messages and send a daily summary: http://www.cs.ait.ac.th/laboratory/email/quarantine.shtml Best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 02:13:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8480916A417 for ; Wed, 3 Oct 2007 02:13:34 +0000 (UTC) (envelope-from fbsd06+O5=ed7aedab@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 661F713C45A for ; Wed, 3 Oct 2007 02:13:34 +0000 (UTC) (envelope-from fbsd06+O5=ed7aedab@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id A01CB10540 for ; Tue, 2 Oct 2007 21:43:13 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 3BE5551910 for ; Tue, 2 Oct 2007 21:43:12 -0400 (EDT) Date: Wed, 3 Oct 2007 02:43:09 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071003024309.405c07b1@gumby.homeunix.com.> In-Reply-To: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> References: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Where do I find the PERL compatible functions for php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 02:13:34 -0000 On Tue, 2 Oct 2007 19:36:32 -0600 "Andrew Falanga" wrote: > Hi, > > Installed PHP 5 using the ports collection in preparation for > installing phpWebSite (a CMS system). When trying to run the setup > program (an index.php) file on the server I get, "*Fatal error*: Call > to undefined function preg_match() in * > /usr/local/www/apache22/data/phpwebsite_1_3_1/setup/index.php* on > line *136" *. I've found from the php.net web site that this is the > PERL compatible regular expression stuff. Since it's not there, how > would I get it? > cd /usr/ports && make search name=pcre From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 02:32:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DD4B16A417 for ; Wed, 3 Oct 2007 02:32:33 +0000 (UTC) (envelope-from andrew@scoop.co.nz) Received: from a3.scoop.co.nz (a3.scoop.co.nz [202.50.109.77]) by mx1.freebsd.org (Postfix) with ESMTP id 2566113C4A6 for ; Wed, 3 Oct 2007 02:32:32 +0000 (UTC) (envelope-from andrew@scoop.co.nz) Received: from [192.168.1.100] (121-73-22-92.cable.telstraclear.net [121.73.22.92]) (Authenticated sender: sendit@a3.scoop.co.nz) by a3.scoop.co.nz (Postfix) with ESMTP id 40AF139830 for ; Wed, 3 Oct 2007 15:17:24 +1300 (NZDT) Message-ID: <4702FBA7.6040203@scoop.co.nz> Date: Wed, 03 Oct 2007 15:17:11 +1300 From: Andrew McNaughton User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: How do I catch timezone update and perform needed actions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 02:32:33 -0000 OK, so daylight savings just rolled over again. Applications which are already running apparently do not pick up the time zone change. In my installation apache is not regularly restarted, so it's 4 days later and I just noticed that apache has been putting the wrong time stamps on everything, and a script that regularly processes the last 10 minutes of log data based on time stamps on log lines has been coming up empty for days as a result. What I need is a way to stop this happening again in years to come. I thought about submitting a pr asking for some system change such that a user configurable script gets run whenever the time zone changes. Perhaps such a mechanism exists already though? Any pointers? Should this be submitted as a pr? Andrew From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 02:58:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E912C16A418 for ; Wed, 3 Oct 2007 02:58:15 +0000 (UTC) (envelope-from sdafreebsduk@rowyerboat.com) Received: from doppler.zen.co.uk (doppler.zen.co.uk [212.23.3.27]) by mx1.freebsd.org (Postfix) with ESMTP id BA45013C448 for ; Wed, 3 Oct 2007 02:58:15 +0000 (UTC) (envelope-from sdafreebsduk@rowyerboat.com) Received: from [212.23.3.141] (helo=heisenberg.zen.co.uk) by doppler.zen.co.uk with esmtp (Exim 4.50) id 1Icu3k-0001mL-2X for freebsd-questions@freebsd.org; Wed, 03 Oct 2007 02:34:01 +0000 Received: from [82.70.166.86] (helo=[192.168.0.200]) by heisenberg.zen.co.uk with esmtp (Exim 4.50) id 1Icu3i-0004Jn-7j for freebsd-questions@freebsd.org; Wed, 03 Oct 2007 02:33:58 +0000 Message-ID: <4702FF8E.8000004@rowyerboat.com> Date: Wed, 03 Oct 2007 03:33:50 +0100 From: Stephen Allen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Heisenberg-IP: [82.70.166.86] Subject: FreeBSD to authenticate against Active Directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 02:58:16 -0000 Hello, Is there any up-to-date definitive resource which explains how to get FreeBSD (6.2) to authenticate against Active Directory (in my case Windows 2003 R2 which includes SFU). There are a few informative articles floating around, but most date back to 2004/2005 and most involve the use of Samba and Winbind (I'd like to avoid this if possible). I don't really know what is possible here, I'm coming from only a basic understanding of how things like pam work. Would I have to configure every service separately to use Active Directory or could I tell FreeBSD to blindly rely on AD for user authentication? I read about pam_mkhomedir, so users could have homedirs created automatically when they logged in. Is this possible in FreeBSD? Would I be able to map this automatically to their existing "My Documents" folder which is redirected to the network by group policy? Please feel free to tell me what can/can't be done and if doing so is a good/bad thing. I can explain bits in more detail if needed. Kind regards, Steve From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 03:32:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5886716A475 for ; Wed, 3 Oct 2007 03:32:01 +0000 (UTC) (envelope-from joe@gracenpeace.net) Received: from shorty.gracenpeace.net (shorty.gracenpeace.net [209.98.246.61]) by mx1.freebsd.org (Postfix) with ESMTP id E833E13C4BC for ; Wed, 3 Oct 2007 03:32:00 +0000 (UTC) (envelope-from joe@gracenpeace.net) Received: from [192.168.98.233] (blacktower.gracenpeace.net [192.168.98.233]) by shorty.gracenpeace.net (Postfix) with ESMTP id 02AAA439024 for ; Tue, 2 Oct 2007 22:31:59 -0500 (CDT) Message-ID: <47030D34.9090301@gracenpeace.net> Date: Tue, 02 Oct 2007 22:32:04 -0500 From: Joe in MPLS User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: doing a minimal FreeBSD install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 03:32:01 -0000 Daniel Bye wrote: > On Tue, Oct 02, 2007 at 01:59:55PM -0700, Rogelio Bastardo wrote: > > >> I'm looking to install only the bare essentials to FreeBSD and then >> install each program piece-by-piece afterwards. >> >> To do this, do I just need the first FreeBSD 6 ISO? Or can I get away >> with just the boot CD ISO and then install each port one-by-one? >> >> (Basically, I just wanna build a Nagios server, and that requires >> very, very little) >> > > > A bit more work perhaps than you're willing or able to commit, but you > might be interested in MiniBSD - a set of scripts that enable you to > pare down a base FreeBSD system to something very small indeed. > > http://www.minibsd.org > > It needs some practice to get it right, but the results are quite > useful when you get it right! > > Dan > > > I'm running a couple of mini-ITX sized mini-bsd machines now. They're dedicated to SSL proxy duties. They boot and run fom 32MB compact flash cards. / is mounted read only, /var & /tmp are ramdisks. Runs great on VMware too. ...jgm From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 04:13:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F44D16A418 for ; Wed, 3 Oct 2007 04:13:47 +0000 (UTC) (envelope-from sigma.zx@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 66B8013C469 for ; Wed, 3 Oct 2007 04:13:47 +0000 (UTC) (envelope-from sigma.zx@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so3227334wxd for ; Tue, 02 Oct 2007 21:13:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=7xDkxVaFjX0AvVLsCieVgykox6ojow8Dc2s3Jkl1898=; b=bAXc+93cQ88gZ1cFGON+w8X2KCgnYqYEttU5xsJB/20j5VsQViyTxmDVLcPxj30DlNt5j/leCjWOLJ6SKMW007vAe4OAu0FbVxd62qrnY+9XI+pv8KXc5bom0Rjc5PyGreo0N3DgibAusZX/8LqvQ0crV3toJrpPanWcvbwDFSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mbj6R0RKbndcNvIOID0PybKtCB8quAXVj5/hqmZMFStuh38eLbrr6mEUqh1G5UJLrb88yOHYlbAO62Wj07HN0i3IFpGD2pPIXhUaOUZqX/yokgrBHOWthlHsi8ICgU9oz6yNDkNDiDlf1AjlZsU2ogVBIx9/we6nmYfTkHY9G3w= Received: by 10.70.113.16 with SMTP id l16mr1178106wxc.1191383327183; Tue, 02 Oct 2007 20:48:47 -0700 (PDT) Received: by 10.90.33.15 with HTTP; Tue, 2 Oct 2007 20:48:47 -0700 (PDT) Message-ID: <6f8fcd80710022048s704350cdhd43b373939f83cad@mail.gmail.com> Date: Tue, 2 Oct 2007 20:48:47 -0700 From: "Sean McLaughlin" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: PPPoE Doesn't Connect X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 04:13:47 -0000 After following that "Cheaper Broadband with FreeBSD on DSL" article referenced in the handbook, I am not getting PPP to work with ADSL. ppp(8)'s prompt stays all lowercase after "dial", whether I do pap/chap or not. It looks like the carrier isn't responding(?) Incidentally, the ISP is Telus and the ethernet cable connecting the computer to the modem is a Dynex 25' cat6 I just bought earlier today, if that makes any difference. Here are the ppp.conf and ppp.log files. *** ppp.conf *** default: # PPP over Ethernet set device PPPoE:rl0 set speed sync set mru 1492 set mtu 1492 set ctsrts off # monitor line quality enable lqr # log set log debug phase chat connect lcp ipcp ccp command tun # insert default route upon connection add default HISADDR # download /etc/resolv.conf enable dns papchap: set authname xxxxxxxx set authkey xxxxxxxx *** end of ppp.conf *** *** ppp.log *** Oct 2 13:45:09 skip ppp[1331]: Phase: Using interface: tun0 Oct 2 13:45:09 skip ppp[1331]: Phase: deflink: Created in closed state Oct 2 13:45:09 skip ppp[1331]: tun0: Command: default: add default HISADDR Oct 2 13:45:09 skip ppp[1331]: tun0: Command: default: enable dns Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: PPP Started (interactive mode). Oct 2 13:45:09 skip ppp[1331]: tun0: Command: /dev/ttyp1: dial Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: bundle: Establish Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: deflink: closed -> opening Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: List of netgraph node ``rl0:'' (id 1) hooks: Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Found orphans -> ethernet Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Connecting netgraph socket .:tun0 -> [3]::tun0 Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Sending PPPOE_CONNECT to .:tun0 Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Found the following interfaces: Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Index 1, name "rl0" Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Index 2, name "plip0" Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Index 3, name "lo0" Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Index 4, name "tun0" Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: deflink: Connected! Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: deflink: opening -> dial Oct 2 13:45:09 skip ppp[1331]: tun0: Chat: deflink: Dial attempt 1 of 1 Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: deflink: dial -> carrier Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Waiting for carrier Oct 2 13:45:13 skip last message repeated 4 times Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: Disconnected! Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: carrier -> hangup Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: deflink: Close Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: 0 packets in, 0 packets out Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Oct 2 13:45:09 2007 Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: hangup -> closed Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: route_IfDelete (4) Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: Found ff01:4::/32 Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: route_IfDelete: Skip it (pass 0) Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: Found ff02:4::/32 Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: route_IfDelete: Skip it (pass 0) Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: Found ff01:4::/32 Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: wrote 148: cmd = Delete, dst = ff01:4::/32, gateway = Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: Found ff02:4::/32 Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: wrote 148: cmd = Delete, dst = ff02:4::/32, gateway = Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: bundle: Dead Oct 2 19:41:07 skip ppp[1331]: tun0: Command: /dev/ttyp1: quit Oct 2 19:41:07 skip ppp[1331]: tun0: Debug: DoLoop done. Oct 2 19:41:07 skip ppp[1331]: tun0: Phase: PPP Terminated (normal). Oct 2 19:41:07 skip ppp[1331]: tun0: Debug: route_IfDelete (4) Oct 2 19:41:07 skip ppp[1331]: tun0: Debug: Radius: radius_Destroy *** end of ppp.log *** From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 04:27:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A654116A417 for ; Wed, 3 Oct 2007 04:27:28 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6505913C44B for ; Wed, 3 Oct 2007 04:27:28 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l934MNPW045520; Tue, 2 Oct 2007 23:22:23 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9laDLwaHKbbg; Tue, 2 Oct 2007 23:22:19 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l934MCfq045512; Tue, 2 Oct 2007 23:22:17 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <470318EE.7000002@daleco.biz> Date: Tue, 02 Oct 2007 23:22:06 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Rem P Roberti References: <20071002233538.GA33975@bsd.remdog.net> In-Reply-To: <20071002233538.GA33975@bsd.remdog.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: Incoming Mail Announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 04:27:28 -0000 Rem P Roberti wrote: > > Hi Everyone. More newbie stuff. I finally got Mutt and > Getmail configured properly and everything is > working great. However...this dear woman keeps > intruding on my life to announce to me that I have > "incoming mail," and I have no idea about how to--- > if you will excuse the expression---kill her. A > heads up on this would be most appreciated. > > Rem And which "dear woman" is this? And, if she is really dear, you wouldn't dare to kill her!!! :-D Now, if you're actually talking about the shell, check your shell resource files for the 'set mail' line. On mine, it is: set mail = (/var/mail/$USER) Which I believe defaults to checking the mail every 5 minutes. Change that to: set mail = (86400 /var/mail/$USER) and the old lady will only nudge you once each morning ;-) Probably something a little smaller would be best. Kevin Kinsey -- The liberals can understand everything but people who don't understand them. -- Lenny Bruce From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 04:31:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E674916A418 for ; Wed, 3 Oct 2007 04:31:19 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id C735013C461 for ; Wed, 3 Oct 2007 04:31:18 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l934V25i045648; Tue, 2 Oct 2007 23:31:04 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fRmmQVP7Nnrq; Tue, 2 Oct 2007 23:30:54 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l934UZ5b045632; Tue, 2 Oct 2007 23:30:39 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <47031AE5.5000307@daleco.biz> Date: Tue, 02 Oct 2007 23:30:29 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> <20071003014823.GA23244@ayn.mi.celestial.com> In-Reply-To: <20071003014823.GA23244@ayn.mi.celestial.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd@celestial.com, Andrew Falanga Subject: Re: Where do I find the PERL compatible functions for php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 04:31:20 -0000 Bill Campbell wrote: > On Tue, Oct 02, 2007, Andrew Falanga wrote: >> Hi, >> >> Installed PHP 5 using the ports collection in preparation for installing >> phpWebSite (a CMS system). When trying to run the setup program (an >> index.php) file on the server I get, "*Fatal error*: Call to undefined >> function preg_match() in * >> /usr/local/www/apache22/data/phpwebsite_1_3_1/setup/index.php* on line *136" >> *. I've found from the php.net web site that this is the PERL compatible >> regular expression stuff. Since it's not there, how would I get it? > > This is a build-time option with php, and requires the pcre libraries. Actually, it's been "split out" for some time now; you can get PCRE support for your pre-existing PHP installation by installing ports/devel/php5-pcre. But, since most users want PHP to support many technologies/modules, the general thing to do is to install ports/lang/php5-extensions and, in this case, be sure that "pcre" is checked during the configure stage (which, I believe, it is by default); after that, devel/php5-pcre and several other php5-foo ports will be added to your system, and PHP will suddenly grok things like XML, SQL, and Perl-compatible regular expressions (or at least whatever you enabled). HTH, Kevin Kinsey -- We are drowning in information but starved for knowledge. -- John Naisbitt, Megatrends From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 04:31:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3222A16A494 for ; Wed, 3 Oct 2007 04:31:31 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0FAF813C465 for ; Wed, 3 Oct 2007 04:31:30 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 64C202F867; Wed, 3 Oct 2007 00:31:28 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 03 Oct 2007 00:31:28 -0400 X-Sasl-enc: NM3sBseNXko2RaVZbPpQGdWnZQDA9DmauB69/i7H7QCJ 1191385887 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 3CF5A6C0A; Wed, 3 Oct 2007 00:31:27 -0400 (EDT) In-Reply-To: <47024871.70607@zedat.fu-berlin.de> References: <47024871.70607@zedat.fu-berlin.de> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <48E05A00-FC42-4C55-BC59-8CEBFEA9C594@goldmark.org> Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Tue, 2 Oct 2007 23:31:25 -0500 To: O. Hartmann X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org, freebsd-ports@FreeBSD.org Subject: Re: cups-1.3.3 not compiling anymore in FreeBSD 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 04:31:31 -0000 On Oct 2, 2007, at 8:32 AM, O. Hartmann wrote: > Hello, > > Since several days all my FreeBSD 7.0-CURRENT boxes are incapable > of upgrading cups-base port I was getting the same error on 6.2 RELENG when trying to upgrade using portupgrade, but the error went away by magic when I did a make deinstall make clean make reinstall in the cups-base port directory. I don't know if this will work for others. I don't know why it worked for me. -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 04:42:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C94E16A41A; Wed, 3 Oct 2007 04:42:37 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id DDD3913C478; Wed, 3 Oct 2007 04:42:36 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 03 Oct 2007 00:42:36 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NVU33914; Wed, 3 Oct 2007 00:42:35 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 03 Oct 2007 00:42:36 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18179.7611.273320.566458@jerusalem.litteratus.org> Date: Wed, 3 Oct 2007 00:42:35 -0400 To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <48E05A00-FC42-4C55-BC59-8CEBFEA9C594@goldmark.org> References: <47024871.70607@zedat.fu-berlin.de> <48E05A00-FC42-4C55-BC59-8CEBFEA9C594@goldmark.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Subject: Re: cups-1.3.3 not compiling anymore in FreeBSD 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 04:42:37 -0000 Jeffrey Goldberg writes: > > Since several days all my FreeBSD 7.0-CURRENT boxes are incapable > > of upgrading cups-base port > > I was getting the same error on 6.2 RELENG when trying to upgrade > using portupgrade, but the error went away by magic when I did a > > make deinstall > make clean > make reinstall > > in the cups-base port directory. > > I don't know if this will work for others. Worked for me. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 04:46:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1B7916A417 for ; Wed, 3 Oct 2007 04:46:06 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.freebsd.org (Postfix) with ESMTP id AFC7C13C457 for ; Wed, 3 Oct 2007 04:46:06 +0000 (UTC) (envelope-from chad@shire.net) Received: from c-76-23-4-92.hsd1.ut.comcast.net ([76.23.4.92] helo=[192.168.99.68]) by hobbiton.shire.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.51) id 1Icw7a-000LDV-5M; Tue, 02 Oct 2007 22:46:06 -0600 In-Reply-To: <26ddd1750710020607k7b26785el5836f4a32523f8c6@mail.gmail.com> References: <26ddd1750710020607k7b26785el5836f4a32523f8c6@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Tue, 2 Oct 2007 22:46:04 -0600 To: Maxim Khitrov X-Mailer: Apple Mail (2.752.2) X-SA-Exim-Connect-IP: 76.23.4.92 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: User Questions Subject: Re: segmentation fault in sqlite3 on 6.2R amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 04:46:06 -0000 On Oct 2, 2007, at 7:07 AM, Maxim Khitrov wrote: > On 10/2/07, Chad Leigh -- Shire. Net LLC wrote: >> Hi >> >> In installing trac I ran across a segmentation fault in the initenv >> command. >> >> This seems to be the same problem as shown here: >> >> http://www.nabble.com/ports-116383%3A-sqlite3-%28from-databases- >> sqlite3%29-segfault-tf4449251.html#a12694631 >> >> Running it in gdb shows >> >> Program received signal SIGSEGV, Segmentation fault. >> [Switching to Thread 0x50c000 (LWP 100331)] >> 0x0000000802f76869 in sqlite3Fts2InitHashTable () from /usr/public/ >> lib/libsqlite3.so.8 >> (gdb) backtrace >> #0 0x0000000802f76869 in sqlite3Fts2InitHashTable () from /usr/ >> public/lib/libsqlite3.so.8 > > Do you have the FTS extension installed? If so, remove it and try > again. > > - Max Ok, that "fixed" the problem but now there is no FTS functionality. That may be ok with the current use, I am checking, but I would like to get to the bottom of this. I am rebuilding sqlite3 with debug to look in gdb. I am not a gdb whiz or anything :-) (doing most of my not often programming on OS X and Cocoa and their debugger frontend to gdb) but will try and see what I can. Thanks! Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 06:03:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF6D316A419 for ; Wed, 3 Oct 2007 06:03:23 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: from smtp5.wlink.com.np (smtp5.wlink.com.np [202.79.32.52]) by mx1.freebsd.org (Postfix) with SMTP id B42F413C468 for ; Wed, 3 Oct 2007 06:03:20 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: (qmail 76418 invoked from network); 3 Oct 2007 06:03:17 -0000 Received: from unknown (HELO smtp2.wlink.com.np) (202.79.32.49) by 0 with SMTP; 3 Oct 2007 06:03:17 -0000 Received: (qmail 99597 invoked by uid 98); 3 Oct 2007 06:03:17 -0000 Received: from 202.79.36.7 by smtp2.wlink.com.np (envelope-from , uid 1010) with qmail-scanner-1.25 (clamdscan: 0.90.3/3492. Clear:RC:1(202.79.36.7):. Processed in 0.159925 secs); 03 Oct 2007 06:03:17 -0000 X-Qmail-Scanner-Mail-From: teklimbu@wlink.com.np via smtp2.wlink.com.np X-Qmail-Scanner: 1.25 (Clear:RC:1(202.79.36.7):. Processed in 0.159925 secs) Received: from [202.79.36.7] (HELO [202.79.36.7]) by smtp2.wlink.com.np (qmail-smtpd) with SMTP; 03 Oct 2007 06:02:45 -0000 (Wed, 03 Oct 2007 11:47:45 +0545) Message-ID: <47033066.5060905@wlink.com.np> Date: Wed, 03 Oct 2007 11:47:14 +0545 From: Tek Bahadur Limbu User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> In-Reply-To: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Check-By: smtp2.wlink.com.np Spam: No ; 0.2 / 8.0 X-Spam-Status-WL: No, hits=0.2 required=8.0 Cc: FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 06:03:23 -0000 Hi Fernando, Fernando Apesteguía wrote: > Hi all, > > I'm having some problems with the FreeBSD site. Basically, when I type > www.freebsd.org in the address bar in Firefox I can't access the web. > I get always a timeout. Maybe it could be due to some problems in proxies or firewalls: Web browser <---> Firewall <---> Proxies <---> Firewall <---> www.freebsd.org > > The funny thing is that I can do ping and if I use the IP address I > can access the main page, but then most of the links are not working > for me. > Can you telnet to www.freebsd.org on port 80? > > I wrote an email to the contact address that is showed in the page, > but I haven't gotten any answer so far. This is the reason because I'm > asking help here. I already deleted all the cookies and data of my > browser and tried again but it didn't work. > > Any clues? > > Thanks in advance > _______________________________________________ > 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" > > > -- With best regards and good wishes, Yours sincerely, Tek Bahadur Limbu System Administrator (TAG/TDG Group) Jwl Systems Department Worldlink Communications Pvt. Ltd. Jawalakhel, Nepal http://www.wlink.com.np From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 07:23:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 882B116A41A for ; Wed, 3 Oct 2007 07:23:10 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from bay0-omc2-s8.bay0.hotmail.com (bay0-omc2-s8.bay0.hotmail.com [65.54.246.144]) by mx1.freebsd.org (Postfix) with ESMTP id 7B96713C4A3 for ; Wed, 3 Oct 2007 07:23:10 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from hotmail.com ([65.55.132.107]) by bay0-omc2-s8.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 3 Oct 2007 00:21:45 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 3 Oct 2007 00:21:45 -0700 Message-ID: Received: from 65.55.132.123 by by127fd.bay127.hotmail.msn.com with HTTP; Wed, 03 Oct 2007 07:21:44 GMT X-Originating-IP: [203.129.255.178] X-Originating-Email: [dhaneshkk@hotmail.com] X-Sender: dhaneshkk@hotmail.com In-Reply-To: <2010466825.20070425153137@ghirai.com> From: "dhaneshk k" To: freebsd-questions@freebsd.org Date: Wed, 03 Oct 2007 07:21:44 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 03 Oct 2007 07:21:45.0493 (UTC) FILETIME=[0DCA8450:01C8058E] Cc: ghirai@ghirai.com Subject: PIL installation through Ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 07:23:10 -0000 Hi , I have a FreeBSD6.2 server machine running zope2.9 and plone . this m/c has python-2.4.4 but no PIL module , I have to install it to support the zope/plone application that I am running in this machine But in /usr/ports there is no such port for PIL OR I can't recoganize which port is it ... please suggest the proper steps to install PIL in my BSD box , I tried to install /usr/ports/graphics/py-imaging by make install clean Then it starts installing python2.5 and Py-imaging25 (but this wont support my application) I want Python2.4 and Py-imaging24 for my site to work properly (because I am migrating an existing plone site ) please guide me how to install py-imaging24 for my applications to work properly Can anybody help me , very thankful to them kk _______________________________________________ >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" _________________________________________________________________ Post free property ads on Yello Classifieds now! www.yello.in http://ss1.richmedia.in/recurl.asp?pid=220 From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 07:43:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A37D016A417 for ; Wed, 3 Oct 2007 07:43:27 +0000 (UTC) (envelope-from nikolaj.thygesen@diamondbox.dk) Received: from webmail1.b-one.net (webmail1.b-one.net [195.47.247.29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC3713C4B5 for ; Wed, 3 Oct 2007 07:43:27 +0000 (UTC) (envelope-from nikolaj.thygesen@diamondbox.dk) Received: by webmail1.b-one.net (Postfix, from userid 33) id AFBB91802625; Wed, 3 Oct 2007 09:43:25 +0200 (CEST) Received: from 80.80.2.75 (SquirrelMail authenticated user nikolaj.thygesen@diamondbox.dk) by webmail1.one.com with HTTP; Wed, 3 Oct 2007 09:43:25 +0200 (CEST) Message-ID: <5077.80.80.2.75.1191397405.squirrel@webmail1.one.com> In-Reply-To: <20070918162214.43a1988f@gumby.homeunix.com.> References: <8980.80.80.2.75.1190116887.squirrel@webmail1.one.com> <20070918124601.GA52705@amilo.cenkes.org> <20070918162214.43a1988f@gumby.homeunix.com.> Date: Wed, 3 Oct 2007 09:43:25 +0200 (CEST) From: nikolaj.thygesen@diamondbox.dk To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Deleted /var/db/pkg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 07:43:27 -0000 Hi list, Thanks for all the feedback I got concerning the recreation of my package database - it's been most helpful. I'm pretty much home free now, and I learnt a lot during the process; I just have a question regarding using the "-o" option of portupgrade. I understand that this option, colloquially speaking, lets one port take another ports place. It just seems that this replacement is respected only when using "make install" and "portupgrade." When using "portinstall" or "pkg_add", these programs insist on installing for example either "cdrtools" or "cjk-cdrtools" depending on which one is not installed - ie. it wants to install the one variant not currently being installed. Is this expected behaviour or am I doing something wrong?? My "pkgtools.conf" has had the appropriate line added. br - Nikolaj Thygesen From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 07:59:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD8116A417 for ; Wed, 3 Oct 2007 07:59:23 +0000 (UTC) (envelope-from ckd35510@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 813EA13C455 for ; Wed, 3 Oct 2007 07:59:21 +0000 (UTC) (envelope-from ckd35510@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so8485736pyb for ; Wed, 03 Oct 2007 00:59:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=pGgzR6LIu9S5TWiFymksKTsAHp3dsk6GL4BkvX4Lk6M=; b=ODGKOUp6L5YusEygzhNN8FnKbxghNIEX1JipPbFVQJbb4nP4zxU6LtqeTDo9sVMzRBsVpzZMiUzWh5Oznbk8rywkyz2hxL1v0L1mvEejPyqFE4L+b3gIV1ToDHeDNhbFf20/+Hmw6Ug0Wpq0Z7q0P0oYF2CACcOgSNcyKUm1PkE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VERA6WoxiBFTeSmxd6EaTag1KBq3e2B7km9BkLRHN6eLSyBziBCs5A54zRVIfu5mL70+pR8xbwLiKVwAdUrXDJ6k8NoIrQWMZjMVCBd6IvN2lASrF1QTMy2gNYb09l/YhYf/RktR4cx3JnNx+urX7wU5Um8pXG9KLfxJCYwL2gw= Received: by 10.35.44.16 with SMTP id w16mr2618733pyj.1191398360396; Wed, 03 Oct 2007 00:59:20 -0700 (PDT) Received: by 10.35.12.1 with HTTP; Wed, 3 Oct 2007 00:59:20 -0700 (PDT) Message-ID: <3f02670710030059t50dc9a30wf11bfffcca6ea544@mail.gmail.com> Date: Wed, 3 Oct 2007 09:59:20 +0200 From: "ckd ckd" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ESP v3 based on rfc 4303 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 07:59:23 -0000 Hi, i'm looking if there is an implementation of ipsec esp v3 based on rfc 4303 for freeBSD. otherwise i 'm interested how to contribute for this developpement. thanks ckd From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 08:15:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB7E016A421 for ; Wed, 3 Oct 2007 08:15:35 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9C1D313C461 for ; Wed, 3 Oct 2007 08:15:35 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 6AD781421C4; Wed, 3 Oct 2007 11:15:34 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id B29E5142138; Wed, 3 Oct 2007 11:15:31 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 11:11:49 +0300 User-Agent: KMail/1.9.7 References: <6f8fcd80710022048s704350cdhd43b373939f83cad@mail.gmail.com> In-Reply-To: <6f8fcd80710022048s704350cdhd43b373939f83cad@mail.gmail.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710031111.49860.nvass@teledomenet.gr> Cc: Sean McLaughlin Subject: Re: PPPoE Doesn't Connect X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 08:15:35 -0000 On Wednesday 03 October 2007 06:48:47 Sean McLaughlin wrote: > After following that "Cheaper Broadband with FreeBSD on DSL" article > referenced in the handbook, I am not getting PPP to work with ADSL. > ppp(8)'s prompt stays all lowercase after "dial", whether I do > pap/chap or not. Authentication method is negotiable, so you don't have to explicitly choose. > It looks like the carrier isn't responding(?) Yes, most probably. Can you run tcpdump on rl0 and post it? If you don't see any PADO there is a problem outside your FreeBSD box. Nikos From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 08:31:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AEC316A469 for ; Wed, 3 Oct 2007 08:31:02 +0000 (UTC) (envelope-from williamkow@yahoo.com) Received: from smtp124.plus.mail.sp1.yahoo.com (smtp124.plus.mail.sp1.yahoo.com [69.147.95.87]) by mx1.freebsd.org (Postfix) with SMTP id 56B3A13C458 for ; Wed, 3 Oct 2007 08:31:02 +0000 (UTC) (envelope-from williamkow@yahoo.com) Received: (qmail 97795 invoked from network); 3 Oct 2007 08:04:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=f2F9lPNobMeeinWAlfa/9+F2QgoK8RGNdm4Eom1oCPjWR45finUyTcKqn1eIoXn4ZPaS77+CgM/TK055zC0yGXHDstAc0NyDF29NIE2BcN3Zi2uEnrKtO7A3qoma8f5TQvjna9nuUCUdxza2yscN8ow4izs1/z/2FZtrQ6ic+no= ; Received: from unknown (HELO ?10.32.175.61?) (williamkow@203.92.154.37 with plain) by smtp124.plus.mail.sp1.yahoo.com with SMTP; 3 Oct 2007 08:04:18 -0000 X-YMail-OSG: 0EseGNEVM1knW9IBMFnmrq3yqMkAk3ptX85syG9fg4wNZirpOfegdtJ4jAW1A_yREQtTZ2_FMeWCYGmd6n0bkh5U6ZDXJLt0fyMOoIHxphDcIfzyDA-- Message-ID: <47034CEF.90106@yahoo.com> Date: Wed, 03 Oct 2007 16:03:59 +0800 From: williamkow User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to install third party software (format .tar.bz2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 08:31:02 -0000 I am new to BSD & UNIX system. Could you please advise on how to install the software with format .tar.bz2 For Example, file downloaded from the below link : [1]http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2 It may need to compile(Makefile), or using pkg_add. But I'm not too sure how to do it, even though I've read the documents from FreeBSD.org Whenever I setup a new O/S, I must setup for internet access using my mobile phone (Nokia 6230 via USB connection). and I have been searching the internet FreeBSD to recognise my phone and allow internet access. but... till now I still do not know how to get internet access via mobile phone. Please help, Thank you. References 1. http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2 From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 08:43:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B57C016A421 for ; Wed, 3 Oct 2007 08:43:27 +0000 (UTC) (envelope-from stwalley2004@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 7886813C465 for ; Wed, 3 Oct 2007 08:43:27 +0000 (UTC) (envelope-from stwalley2004@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so908617anc for ; Wed, 03 Oct 2007 01:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=qiLAvwl8CKWG4q11VT3iyXymKWwH+r5Mfjt8R+pLMu4=; b=gGlrLWvt/heWX0oG/N7Q2Dn0UCZHr6yoduh98yagQ/AQcPMMuU0HoHG1Gr2lNn3oHRWa3c3/btraVS8zOytR6xOWzfaa02uosGoIZFt8XzrftjG2OMJCFUxPKSdn4UgLmanObaeL7Rv50x89B53d5saT32Hv067QivQi8+AgxNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=H+gLbe+JPQF+KLp+uM5la9z/IkQw2B8/EQDsiIdgXBsp4A3+U9HYED3rYEFoehE9muC7MT1s7w0PGWZQ6H2kWgocJGUhVkZw9jSfds51OGKErPA36HtQ1w/T3SX8hPXk5fXKgkJu6rPi4G1OyWjVacuNmXWeSIABnPwMc+ijxUQ= Received: by 10.142.141.5 with SMTP id o5mr465479wfd.1191401006033; Wed, 03 Oct 2007 01:43:26 -0700 (PDT) Received: by 10.142.185.1 with HTTP; Wed, 3 Oct 2007 01:43:26 -0700 (PDT) Message-ID: <687f2b920710030143w188eba97sac9858f70015fe90@mail.gmail.com> Date: Wed, 3 Oct 2007 04:43:26 -0400 From: "Bill Stwalley" To: "Rakhesh Sasidharan" In-Reply-To: <20070930110108.T79156@obelix.home.rakhesh.com> MIME-Version: 1.0 References: <687f2b920709262347l23b3d6cfv3969ea804f4963c3@mail.gmail.com> <20070930110108.T79156@obelix.home.rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: too late to change to security branch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 08:43:27 -0000 On 9/30/07, Rakhesh Sasidharan wrote: > > > Hi Bill! > > > I have servers running 6.1 and 6.2. I use freebsd-update in cron jobs > to > > install binary security update to the base system, and use > cvsup/portupgrade > > in cron jobs to install port updates. By default, cvsup uses CURRENT > > branch. > > The ports system doesn't have any branches. The same tree is used between > all the different FreeBSD branches so you can't just track security > updates only. You track it using portupgrade/ cvsup. > > The base system has many branches. In your case, you seem to be following > the security branches for 6.1 and 6.2 using freebsd-update. > > > I am tired of some updates breaking something unnecessarily, and am > thinking > > of changing to SECURITY branch in cvsup. Is that possible? Some of my > > ports are already locally compiled with customized options. > > Maybe you can provide more info on what's breaking? > > I use FreeBSD for a couple of headless machines. No X and other stuff, but > I haven't had any breakages so far. *touchwood* Do go though the UPDATING > file to check out any gotchas before updating. > > HTH, > > > - Rakhesh > http://rakhesh.net/ > I'm grateful to all your clarifications, as I feel this operation system is really supported with care. Our uw-imap was broken recently for a few days as people could not login, so I had to switch to dovecot. Nothing was mentioned in the UPDATING file, although there was indeed a big update of uw-imap. I only got relieved after finding http://lists.freebsd.org/pipermail/freebsd-ports/2007-October/044051.htmlposted a couple days later. Things similar to this, although to less extent, did happen once a couple months, sometimes the "postfix" and other startup scripts in /usr/local/etc/rc.d/ will be renamed to "postfix.sh" or vice verser by port upgrade, that broke my other scripts. As everyone appears to suggest against updating ports in cron job and suggest reading UPDATING instead and then updating by hand, I'm really curious: Is it practical to do that when you manage a dozen servers? I imagine doing that alone would be a substantial job. However crontab updated ports do take down services from time to time. Best, Bill From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:06:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C26F16A418 for ; Wed, 3 Oct 2007 12:06:47 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8A22213C4A5 for ; Wed, 3 Oct 2007 12:06:46 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l93C6dYt002252 for ; Wed, 3 Oct 2007 14:06:39 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l93C6cK4002249 for ; Wed, 3 Oct 2007 14:06:39 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 3 Oct 2007 14:06:38 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20071003140521.X2242@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: please explain me systat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:06:47 -0000 what it is actually showing! /0 /1 /2 /3 /4 /5 /6 /7 /8 /9 /10 Load Average | /0 /5 /10 /15 /20 /25 /30 /35 /40 /45 /50 /55 /60 Mbufs XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 171378 yes - 171378. in the same time vmstat -z shows . . . mbuf_packet: 256, 0, 1006, 319, 199952133, 0 mbuf: 256, 0, 79, 366, 394669270, 0 mbuf_cluster: 2048, 131072, 1325, 189, 60448249, 0 mbuf_jumbo_pagesize: 4096, 0, 0, 0, 0, 0 mbuf_jumbo_9k: 9216, 0, 0, 0, 0, 0 mbuf_jumbo_16k: 16384, 0, 0, 0, 0, 0 . . . so 1325 2k buffers are used. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:16:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E29AE16A417 for ; Wed, 3 Oct 2007 12:16:15 +0000 (UTC) (envelope-from tomas.dolejs@skoda.cz) Received: from smtp.skoda.cz (smtp.skoda.cz [62.84.154.56]) by mx1.freebsd.org (Postfix) with ESMTP id EA2A313C45B for ; Wed, 3 Oct 2007 12:16:14 +0000 (UTC) (envelope-from tomas.dolejs@skoda.cz) X-AuditID: 0a2a012d-a97b9bb000000a0c-0e-470382ff71ea Received: from EXCHANGE1.skoda.cz (unknown [10.42.1.41]) by smtp.skoda.cz (Symantec Mail Security) with ESMTP id 2B7F94DC002 for ; Wed, 3 Oct 2007 13:54:39 +0200 (CEST) Received: from EXCHANGE2.skoda.cz ([10.42.1.43]) by EXCHANGE1.skoda.cz with Microsoft SMTPSVC(6.0.3790.3959); Wed, 3 Oct 2007 13:54:31 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 3 Oct 2007 13:54:21 +0200 Message-ID: <9CA6D9A15BA83F4EAD05183ECE8882F8ACC4A0@EXCHANGE2.skoda.cz> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Your request for Sales Addresses of Philips Semiconductors Thread-Index: AcgFtCMEMie69nONS/WNRLrbci6qJQ== From: =?iso-8859-2?B?RG9sZWq5IFRvbeG5?= To: X-OriginalArrivalTime: 03 Oct 2007 11:54:31.0329 (UTC) FILETIME=[2896E910:01C805B4] X-Brightmail-Tracker: AAAAAA== Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Your request for Sales Addresses of Philips Semiconductors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:16:16 -0000 =20 =20 =20 Good morning =20 We use in our project LRV Otogar your=20 =20 NPN 310mW, 50V, 800mA BC817-40T/R P-MOSFET 6Ohm 0,25W 50V 0,13A BSS84 T/R =20 IC CAN controller interface PCA82C251T IC inverting Schmitt triggers single gate 74HC1G14GV =20 =20 Can you so kind and send me please the MTBF rate (Mean Time Between = Failures) or FIT of this. It is verry necessery four our customers form South Korea.I need it for = RAMS (Reliability, Availability, Maintainability and Safety) analysis. =20 =20 Thank you =20 Best regards =20 =20 Ing. Tom=E1=B9 Dolej=B9 =A9KODA ELECTRIC a.s. Tylova 1/57 Office: Pr=F9myslov=E1 4 301 28 Plze=F2 Czech republic=20 www.skoda.cz =20 =20 =20 From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:25:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35EBF16A418 for ; Wed, 3 Oct 2007 12:25:50 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 18F0313C43E for ; Wed, 3 Oct 2007 12:25:49 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id A80AA1CDEE for ; Wed, 3 Oct 2007 04:25:48 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 14:25:18 +0200 User-Agent: KMail/1.9.7 References: <200710021923.29750.daniel.tourde@spray.se> <20071002215320.13360851@gumby.homeunix.com.> In-Reply-To: <20071002215320.13360851@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710031425.20972.fbsd.questions@rachie.is-a-geek.net> Subject: Re: How to check applications vs. libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:25:50 -0000 On Tuesday 02 October 2007 22:53:20 RW wrote: > On Tue, 2 Oct 2007 19:23:29 +0200 > > Daniel Tourde wrote: > > I am used to install FreeBSD applications by using the port > > collection. I also update regularly (twice a month or something) the > > apps, using 'portupgrade -a -N' on a refreshed port collection. > > > > Here are my questions: > > - How can I check that the apps that have been build with certain > > libraries still work when some of the libs have been updated? > > - Is it possible then to rebuild the selected set of apps that have > > been 'corrupted' by the library upgrade (classicaly from liba.1 to > > liba.2)? If yes, how? > > Generally this doesn't cause a problem as when portupgrade upgrades a > library through a major revision, it puts a copy of the old library > into a compatibility directory. True. /usr/local/lib/compat/pkg > Applications that depend on updated libraries get version-bumped when > the library major version gets changed Not true. Only direct dependants get version bumped and not consistently either. To recompile all dependants against the latest version of a library, one has to find out which port the older version in /usr/local/lib/compat/pkg belongs to and forcibly upgrade all deps of that package, using `portupgrade -fr'. I use the following little php script to identify programs/libraries still using old libs: #!/usr/local/bin/php -q /dev/null| grep compat/pkg'; $search_paths = array('bin', 'sbin', 'lib', 'libexec'); chdir($localbase); foreach($search_paths AS $path) { echo("==> $path\n"); $files = glob("$path/*"); foreach($files AS $file) { $check = shell_exec(sprintf($cmd_fmt, $file)); if( empty($check) ) continue; // pretty print reformat $check = preg_replace('/^.*?=>/m', "\t\t=>", $check); echo("\t$file depends on:\n$check"); } } ?> Given time, I could probably come up with something fully automated, but in practice, it boils down to 2 or 3 libraries, usually of the sort gettext, expat, vorbis, xml/xslt. It's not full-proof, because some paths aren't searched, for example /usr/local/openoffice, just adjust the search_paths array if you need to. -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:31:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E25FC16A41A for ; Wed, 3 Oct 2007 12:31:49 +0000 (UTC) (envelope-from racerx@makeworld.com) Received: from omr10.networksolutionsemail.com (omr10.networksolutionsemail.com [205.178.146.60]) by mx1.freebsd.org (Postfix) with ESMTP id 87F0B13C494 for ; Wed, 3 Oct 2007 12:31:48 +0000 (UTC) (envelope-from racerx@makeworld.com) Received: from mail.networksolutionsemail.com (ns-omr10.mgt.hosting.dc2.netsol.com [10.49.6.73]) by omr10.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id l93CVl1R024875 for ; Wed, 3 Oct 2007 08:31:47 -0400 Received: (qmail 21321 invoked by uid 78); 3 Oct 2007 12:31:47 -0000 Received: from unknown (HELO makeworld.com) (71.113.177.185) by 10.49.36.73 with SMTP; 3 Oct 2007 12:31:47 -0000 Date: Wed, 3 Oct 2007 07:31:46 -0500 From: Chris To: Stephen Allen Message-ID: <20071003073146.57166873@racerx.makeworld.com> In-Reply-To: <4702FF8E.8000004@rowyerboat.com> References: <4702FF8E.8000004@rowyerboat.com> Organization: Makeworld.com X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD to authenticate against Active Directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:31:50 -0000 On Wed, 03 Oct 2007 03:33:50 +0100 Stephen Allen wrote: > Hello, > > Is there any up-to-date definitive resource which explains how to get > FreeBSD (6.2) to authenticate against Active Directory (in my case > Windows 2003 R2 which includes SFU). There are a few informative > articles floating around, but most date back to 2004/2005 and most > involve the use of Samba and Winbind (I'd like to avoid this if > possible). > > I don't really know what is possible here, I'm coming from only a > basic understanding of how things like pam work. Would I have to > configure every service separately to use Active Directory or could I > tell FreeBSD to blindly rely on AD for user authentication? > > I read about pam_mkhomedir, so users could have homedirs created > automatically when they logged in. Is this possible in FreeBSD? > Would I be able to map this automatically to their existing "My > Documents" folder which is redirected to the network by group policy? > > Please feel free to tell me what can/can't be done and if doing so is > a good/bad thing. I can explain bits in more detail if needed. > > Kind regards, > Steve > > _______________________________________________ > 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" > Steve - You have a few options. 1. LDAP 2. OpenLDAP 3. The use of WinBind and it's companion apps (using ntlm etc.) 4. Google AD Auth Unix (or, insert your personal choice) What you may find - is that installing Winbind etc may be your easiest way to go however, I'm unsure how SFU will play along with the mix. When using Open(LDAP) you'll notice that this is really nothing more then building a Unix ldap server. If you're adventure means something like having a Unix ldap server doing a one way sync with AD (meaning, AD syncs with the ldap server) good luck finding docs on that. That sorta of one way syncing seems to be either a secret, users dont want to come forth with how they did it, or lastly - nobody has ever done it or gotten it to work. Anyways - good luck in your adventure. -- Best regards, Chris Registerd Linux user number 448639 From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:31:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDB9016A417 for ; Wed, 3 Oct 2007 12:31:58 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail01.syd.optusnet.com.au (mail01.syd.optusnet.com.au [211.29.132.182]) by mx1.freebsd.org (Postfix) with ESMTP id 59B1313C455 for ; Wed, 3 Oct 2007 12:31:57 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail01.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l93CVteJ022686 for ; Wed, 3 Oct 2007 22:31:56 +1000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <79064B43-FF87-4BE6-8749-8FD768C71DF9@optusnet.com.au> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Jerahmy Pocott Date: Wed, 3 Oct 2007 22:31:54 +1000 X-Mailer: Apple Mail (2.752.2) Subject: Files have no version after csup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:31:58 -0000 Hello, After doing a csup on src-all with tag RELENG_6_2, the source files all have their version set to $FreeBSD$ with no other information.. (This was from au mirror) Is this an error? What is going on? From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:42:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AC7C16A417 for ; Wed, 3 Oct 2007 12:42:24 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 0447F13C4B8 for ; Wed, 3 Oct 2007 12:42:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id E01141CDEE for ; Wed, 3 Oct 2007 04:42:22 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 14:42:21 +0200 User-Agent: KMail/1.9.7 References: <94136a2c0710012212x506ebc0ajf76ef69ec2f36720@mail.gmail.com> <94136a2c0710012223q64102a41y93f3f983fcfc0137@mail.gmail.com> <20071002144846.GC76893@gizmo.acns.msu.edu> In-Reply-To: <20071002144846.GC76893@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710031442.21807.fbsd.questions@rachie.is-a-geek.net> Subject: Re: determining the space used in / partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:42:24 -0000 On Tuesday 02 October 2007 16:48:46 Jerry McAllister wrote: > That gets the summary of each directory and file in > that directory_of_interest. I like the 'k' better than 'h' because > the 'h' doesn't use the same divider for each displayed file or directory. > It uses the biggest for each with a letter appended to tell which. This > is a little difficult to quickly compare with a visual scan. With the 'k' > it is always 1,000 and then I can run my eye down the list and easily see > which file is bigger/smaller, etc. Well, du -sh *|grep '[MG]' does the same ;) I actually have an alias using this: alias dubig="du -sh *|egrep '([0-9][0-9][0-9]M|[0-9]G)'" -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:49:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B39816A418 for ; Wed, 3 Oct 2007 12:49:46 +0000 (UTC) (envelope-from fbsd06+O5=ed7aedab@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 863FE13C469 for ; Wed, 3 Oct 2007 12:49:46 +0000 (UTC) (envelope-from fbsd06+O5=ed7aedab@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id D96255190F for ; Wed, 3 Oct 2007 08:49:44 -0400 (EDT) Date: Wed, 3 Oct 2007 13:49:41 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071003134941.57147100@gumby.homeunix.com.> In-Reply-To: <200710031425.20972.fbsd.questions@rachie.is-a-geek.net> References: <200710021923.29750.daniel.tourde@spray.se> <20071002215320.13360851@gumby.homeunix.com.> <200710031425.20972.fbsd.questions@rachie.is-a-geek.net> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How to check applications vs. libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:49:46 -0000 On Wed, 3 Oct 2007 14:25:18 +0200 Mel wrote: > On Tuesday 02 October 2007 22:53:20 RW wrote: > > On Tue, 2 Oct 2007 19:23:29 +0200 > > > > Daniel Tourde wrote: > > > I am used to install FreeBSD applications by using the port > > > collection. I also update regularly (twice a month or something) > > > the apps, using 'portupgrade -a -N' on a refreshed port > > > collection. > > > > > > Here are my questions: > > > - How can I check that the apps that have been build with certain > > > libraries still work when some of the libs have been updated? > > > - Is it possible then to rebuild the selected set of apps that > > > have been 'corrupted' by the library upgrade (classicaly from > > > liba.1 to liba.2)? If yes, how? > > > > Generally this doesn't cause a problem as when portupgrade upgrades > > a library through a major revision, it puts a copy of the old > > library into a compatibility directory. > > True. /usr/local/lib/compat/pkg > > > Applications that depend on updated libraries get version-bumped > > when the library major version gets changed > > Not true. Only direct dependants get version bumped and not > consistently either. It only matters where there is a direct library dependency. And even then it doesn't matter all that much because of the back-up libraries. If you follow the UPDATING instructions for when to do `portupgrade -fr' and keep you ports up to date, you shouldn't need to worry. Any residual paranoia beyond that is better satisfied by running portmanager in pristine mode IMO. > To recompile all dependants against the latest > version of a library, one has to find out which port the older > version in /usr/local/lib/compat/pkg belongs to and forcibly upgrade > all deps of that package, using `portupgrade -fr'. > From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:50:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68C9C16A468 for ; Wed, 3 Oct 2007 12:50:57 +0000 (UTC) (envelope-from subscrigood@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id C174313C465 for ; Wed, 3 Oct 2007 12:50:56 +0000 (UTC) (envelope-from subscrigood@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2882327nzf for ; Wed, 03 Oct 2007 05:50:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=QrMnvbpiVZz83Gfs6J97/lvhWb0bXnNM6yPQKqYY7tU=; b=oiz+rFiJloJlJ6PBaixOjryzhTaDqPUtC4tLbyK6nGQ0pT1jtFtVfZThfdtw5U0vg2KcEBSX/fJV4/UTOjwGKLtLLbhijRLD1qc8nYgr5qNoy6RIyyJ2vCCYZumlvqVpnmCjwxYcrmeYUQfJYL0doXEymo5CtCeA+DtbjK1TJyQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OMkj9rGpNLdya98JBkedbp0dQmSB8bF6fkw1ifgTJ5LbBhzCglTj4BeQmHFjGPdur3Pi3y8V4i/5wG99MhN4z5OU0UkAwIzYDCwEVF7F7mkrp0MUEXfypON1WSgBDnyEuPdeWA42Syp0F9mIdbvIjg1qTCcUs0Ava0ibcTJnVio= Received: by 10.114.78.1 with SMTP id a1mr7630332wab.1191415854349; Wed, 03 Oct 2007 05:50:54 -0700 (PDT) Received: by 10.114.205.4 with HTTP; Wed, 3 Oct 2007 05:50:54 -0700 (PDT) Message-ID: <91b2a4f50710030550p7467f9f4h62d39ab89ce6d0d9@mail.gmail.com> Date: Wed, 3 Oct 2007 16:50:54 +0400 From: "Alex P" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_24930_5633126.1191415854337" Subject: X freezing at start no Errors in Xorg.0.log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:50:57 -0000 ------=_Part_24930_5633126.1191415854337 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline after startx all I can see a black screen. also screen blinking with horizontal lines a little. dmesg | grep nvidia nvidia0: mem 0xfd000000-0xfdffffff,0xec000000-0xefffffff,0xebf80000-0xebffffff irq 10 at device 0.0 on pci1 nvidia0: [GIANT-LOCKED] my xorg.conf in attachment but X 6.9 worked fine with this settings. portversion -l "<" gives nothing in nvidia-bug-report.log there are string: Skipping ldd output (glxinfo not found) /usr/local/bin/nvidia-settings (nvidia-settings:682): Gtk-WARNING **: cannot open display: But file /etc/hosts is OK I checked it uname -a FreeBSD 4dbsd.office 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Mon Sep 24 21:05:48 NOVST 2007 root@4dbsd.office:/usr/obj/usr/src/sys/DKERN i386 ------=_Part_24930_5633126.1191415854337 Content-Type: application/octet-stream; name="Xorg.0.log" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Xorg.0.log"; filename="Xorg.0.log" X-Attachment-Id: f_f7bu1skz X1hTRVJWVHJhbnNTb2NrZXRPcGVuQ09UU1NlcnZlcjogVW5hYmxlIHRvIG9wZW4gc29ja2V0IGZv ciBpbmV0NgpfWFNFUlZUcmFuc09wZW46IHRyYW5zcG9ydCBvcGVuIGZhaWxlZCBmb3IgaW5ldDYv NGRic2Qub2ZmaWNlOjAKX1hTRVJWVHJhbnNNYWtlQWxsQ09UU1NlcnZlckxpc3RlbmVyczogZmFp bGVkIHRvIG9wZW4gbGlzdGVuZXIgZm9yIGluZXQ2CgpYLk9yZyBYIFNlcnZlciAxLjQuMApSZWxl YXNlIERhdGU6IDUgU2VwdGVtYmVyIDIwMDcKWCBQcm90b2NvbCBWZXJzaW9uIDExLCBSZXZpc2lv biAwCkJ1aWxkIE9wZXJhdGluZyBTeXN0ZW06IEZyZWVCU0QgNi4yLVJFTEVBU0UtcDcgaTM4NiAK Q3VycmVudCBPcGVyYXRpbmcgU3lzdGVtOiBGcmVlQlNEIDRkYnNkLm9mZmljZSA2LjItUkVMRUFT RS1wNyBGcmVlQlNEIDYuMi1SRUxFQVNFLXA3ICMwOiBNb24gU2VwIDI0IDIxOjA1OjQ4IE5PVlNU IDIwMDcgICAgIHJvb3RANGRic2Qub2ZmaWNlOi91c3Ivb2JqL3Vzci9zcmMvc3lzL0RLRVJOIGkz ODYKQnVpbGQgRGF0ZTogMDEgT2N0b2JlciAyMDA3ICAwNjoyNTowOVBNCiAKCUJlZm9yZSByZXBv cnRpbmcgcHJvYmxlbXMsIGNoZWNrIGh0dHA6Ly93aWtpLngub3JnCgl0byBtYWtlIHN1cmUgdGhh dCB5b3UgaGF2ZSB0aGUgbGF0ZXN0IHZlcnNpb24uCk1vZHVsZSBMb2FkZXIgcHJlc2VudApNYXJr ZXJzOiAoLS0pIHByb2JlZCwgKCoqKSBmcm9tIGNvbmZpZyBmaWxlLCAoPT0pIGRlZmF1bHQgc2V0 dGluZywKCSgrKykgZnJvbSBjb21tYW5kIGxpbmUsICghISkgbm90aWNlLCAoSUkpIGluZm9ybWF0 aW9uYWwsCgkoV1cpIHdhcm5pbmcsIChFRSkgZXJyb3IsIChOSSkgbm90IGltcGxlbWVudGVkLCAo Pz8pIHVua25vd24uCig9PSkgTG9nIGZpbGU6ICIvdmFyL2xvZy9Yb3JnLjAubG9nIiwgVGltZTog TW9uIE9jdCAgMSAxOToyMzoyMSAyMDA3Cig9PSkgVXNpbmcgY29uZmlnIGZpbGU6ICIvZXRjL1gx MS94b3JnLmNvbmYiCig9PSkgU2VydmVyTGF5b3V0ICJMYXlvdXQwIgooKiopIHwtLT5TY3JlZW4g IlNjcmVlbjAiICgwKQooKiopIHwgICB8LS0+TW9uaXRvciAiTW9uaXRvcjAiCigqKikgfCAgIHwt LT5EZXZpY2UgIkRldmljZTAiCigqKikgfC0tPklucHV0IERldmljZSAiS2V5Ym9hcmQwIgooKiop IHwtLT5JbnB1dCBEZXZpY2UgIk1vdXNlMCIKKD09KSBBdXRvbWF0aWNhbGx5IGFkZGluZyBkZXZp Y2VzCig9PSkgQXV0b21hdGljYWxseSBlbmFibGluZyBkZXZpY2VzCig9PSkgSW5jbHVkaW5nIHRo ZSBkZWZhdWx0IGZvbnQgcGF0aCAvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvbWlzYy8sL3Vzci9s b2NhbC9saWIvWDExL2ZvbnRzL1RURi8sL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL09URiwvdXNy L2xvY2FsL2xpYi9YMTEvZm9udHMvVHlwZTEvLC91c3IvbG9jYWwvbGliL1gxMS9mb250cy8xMDBk cGkvLC91c3IvbG9jYWwvbGliL1gxMS9mb250cy83NWRwaS8uCigqKikgRm9udFBhdGggc2V0IHRv OgoJL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL21pc2MvLAoJL3Vzci9sb2NhbC9saWIvWDExL2Zv bnRzLzc1ZHBpLywKCS91c3IvbG9jYWwvbGliL1gxMS9mb250cy8xMDBkcGkvLAoJL3Vzci9sb2Nh bC9saWIvWDExL2ZvbnRzL1R5cGUxLywKCS91c3IvbG9jYWwvbGliL1gxMS9mb250cy9jeXJpbGxp Yy8sCgkvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvYml0c3RyZWFtLXZlcmEvLAoJL3Vzci9sb2Nh bC9saWIvWDExL2ZvbnRzL09URi8sCgkvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvVFRGLywKCS91 c3IvbG9jYWwvbGliL1gxMS9mb250cy9taXNjLywKCS91c3IvbG9jYWwvbGliL1gxMS9mb250cy9U VEYvLAoJL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL09URiwKCS91c3IvbG9jYWwvbGliL1gxMS9m b250cy9UeXBlMS8sCgkvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvMTAwZHBpLywKCS91c3IvbG9j YWwvbGliL1gxMS9mb250cy83NWRwaS8KKCoqKSBSZ2JQYXRoIHNldCB0byAiL3Vzci9sb2NhbC9s aWIvWDExL3JnYiIKKCoqKSBNb2R1bGVQYXRoIHNldCB0byAiL3Vzci9sb2NhbC9saWIveG9yZy9t b2R1bGVzIgooSUkpIExvYWRlciBtYWdpYzogMHg4MWIxM2UwCihJSSkgTW9kdWxlIEFCSSB2ZXJz aW9uczoKCVguT3JnIEFOU0kgQyBFbXVsYXRpb246IDAuMwoJWC5PcmcgVmlkZW8gRHJpdmVyOiAy LjAKCVguT3JnIFhJbnB1dCBkcml2ZXIgOiAyLjAKCVguT3JnIFNlcnZlciBFeHRlbnNpb24gOiAw LjMKCVguT3JnIEZvbnQgUmVuZGVyZXIgOiAwLjUKKElJKSBMb2FkZXIgcnVubmluZyBvbiBmcmVl YnNkCihJSSkgTG9hZE1vZHVsZTogInBjaWRhdGEiCihJSSkgTG9hZGluZyAvdXNyL2xvY2FsL2xp Yi94b3JnL21vZHVsZXMvL2xpYnBjaWRhdGEuc28KKElJKSBNb2R1bGUgcGNpZGF0YTogdmVuZG9y PSJYLk9yZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDEuNC4wLCBtb2R1bGUgdmVyc2lvbiA9 IDEuMC4wCglBQkkgY2xhc3M6IFguT3JnIFZpZGVvIERyaXZlciwgdmVyc2lvbiAyLjAKKC0tKSBV c2luZyBzeXNjb25zIGRyaXZlciB3aXRoIFggc3VwcG9ydCAodmVyc2lvbiAyLjApCigtLSkgdXNp bmcgVlQgbnVtYmVyIDkKCihJSSkgUENJOiBQcm9iaW5nIGNvbmZpZyB0eXBlIHVzaW5nIG1ldGhv ZCAxCihJSSkgUENJOiBDb25maWcgdHlwZSBpcyAxCihJSSkgUENJOiBzdGFnZXMgPSAweDAzLCBv bGRWYWwxID0gMHgwMDAwMDAwMCwgbW9kZTFSZXMxID0gMHg4MDAwMDAwMAooV1cpIE9TIGRpZCBu b3QgY291bnQgUENJIGRldmljZXMsIGd1ZXNzaW5nIHdpbGRseQooSUkpIFBDSTogUENJIHNjYW4g KGFsbCB2YWx1ZXMgYXJlIGluIGhleCkKKElJKSBQQ0k6IDAwOjAwOjA6IGNoaXAgODA4NiwxYTMw IGNhcmQgMTE3OSwwMDAxIHJldiAwNSBjbGFzcyAwNiwwMCwwMCBoZHIgMDAKKElJKSBQQ0k6IDAw OjAxOjA6IGNoaXAgODA4NiwxYTMxIGNhcmQgMDAwMCwwMDAwIHJldiAwNSBjbGFzcyAwNiwwNCww MCBoZHIgMDEKKElJKSBQQ0k6IDAwOjFkOjA6IGNoaXAgODA4NiwyNDgyIGNhcmQgMTE3OSwwMDAx IHJldiAwMiBjbGFzcyAwYywwMywwMCBoZHIgODAKKElJKSBQQ0k6IDAwOjFkOjE6IGNoaXAgODA4 NiwyNDg0IGNhcmQgMTE3OSwwMDAxIHJldiAwMiBjbGFzcyAwYywwMywwMCBoZHIgMDAKKElJKSBQ Q0k6IDAwOjFlOjA6IGNoaXAgODA4NiwyNDQ4IGNhcmQgMDAwMCwwMDAwIHJldiA0MiBjbGFzcyAw NiwwNCwwMCBoZHIgMDEKKElJKSBQQ0k6IDAwOjFmOjA6IGNoaXAgODA4NiwyNDhjIGNhcmQgMDAw MCwwMDAwIHJldiAwMiBjbGFzcyAwNiwwMSwwMCBoZHIgODAKKElJKSBQQ0k6IDAwOjFmOjE6IGNo aXAgODA4NiwyNDhhIGNhcmQgMTE3OSwwMDAxIHJldiAwMiBjbGFzcyAwMSwwMSw4YSBoZHIgMDAK KElJKSBQQ0k6IDAwOjFmOjU6IGNoaXAgODA4NiwyNDg1IGNhcmQgMTE3OSwwMDAxIHJldiAwMiBj bGFzcyAwNCwwMSwwMCBoZHIgMDAKKElJKSBQQ0k6IDAwOjFmOjY6IGNoaXAgODA4NiwyNDg2IGNh cmQgMTE3OSwwMDAxIHJldiAwMiBjbGFzcyAwNywwMywwMCBoZHIgMDAKKElJKSBQQ0k6IDAxOjAw OjA6IGNoaXAgMTBkZSwwMTc1IGNhcmQgMTE3OSwwMDAxIHJldiBhMyBjbGFzcyAwMywwMCwwMCBo ZHIgMDAKKElJKSBQQ0k6IDAyOjA4OjA6IGNoaXAgODA4NiwxMDMxIGNhcmQgMTE3OSwwMDAxIHJl diA0MiBjbGFzcyAwMiwwMCwwMCBoZHIgMDAKKElJKSBQQ0k6IDAyOjBiOjA6IGNoaXAgMTE3OSww NjE3IGNhcmQgZmZmYywwMDAwIHJldiAzMiBjbGFzcyAwNiwwNywwMCBoZHIgODIKKElJKSBQQ0k6 IDAyOjBiOjE6IGNoaXAgMTE3OSwwNjE3IGNhcmQgZmZmYywwMDAwIHJldiAzMiBjbGFzcyAwNiww NywwMCBoZHIgODIKKElJKSBQQ0k6IEVuZCBvZiBQQ0kgc2NhbgooSUkpIEludGVsIEJyaWRnZSB3 b3JrYXJvdW5kIGVuYWJsZWQKKElJKSBIb3N0LXRvLVBDSSBicmlkZ2U6CihJSSkgQnVzIDA6IGJy aWRnZSBpcyBhdCAoMDowOjApLCAoMCwwLDUpLCBCQ1RSTDogMHgwMDA4IChWR0FfRU4gaXMgc2V0 KQooSUkpIEJ1cyAwIEkvTyByYW5nZToKCVswXSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDBmZmZm ICgweDEwMDAwKSBJWFtCXQooSUkpIEJ1cyAwIG5vbi1wcmVmZXRjaGFibGUgbWVtb3J5IHJhbmdl OgoJWzBdIC0xCTAJMHgwMDAwMDAwMCAtIDB4ZmZmZmZmZmYgKDB4MCkgTVhbQl0KKElJKSBCdXMg MCBwcmVmZXRjaGFibGUgbWVtb3J5IHJhbmdlOgoJWzBdIC0xCTAJMHgwMDAwMDAwMCAtIDB4ZmZm ZmZmZmYgKDB4MCkgTVhbQl0KKElJKSBQQ0ktdG8tUENJIGJyaWRnZToKKElJKSBCdXMgMTogYnJp ZGdlIGlzIGF0ICgwOjE6MCksICgwLDEsMSksIEJDVFJMOiAweDAwMDggKFZHQV9FTiBpcyBzZXQp CihJSSkgQnVzIDEgbm9uLXByZWZldGNoYWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGZk MDAwMDAwIC0gMHhmZGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXQooSUkpIEJ1cyAxIHByZWZldGNo YWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGViZjAwMDAwIC0gMHhlZmZmZmZmZiAoMHg0 MTAwMDAwKSBNWFtCXQooSUkpIFN1YnRyYWN0aXZlIFBDSS10by1QQ0kgYnJpZGdlOgooSUkpIEJ1 cyAyOiBicmlkZ2UgaXMgYXQgKDA6MzA6MCksICgwLDIsNSksIEJDVFJMOiAweDAwMDAgKFZHQV9F TiBpcyBjbGVhcmVkKQooSUkpIEJ1cyAyIEkvTyByYW5nZToKCVswXSAtMQkwCTB4MDAwMGQwMDAg LSAweDAwMDBkZmZmICgweDEwMDApIElYW0JdCihJSSkgQnVzIDIgbm9uLXByZWZldGNoYWJsZSBt ZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGZjZTAwMDAwIC0gMHhmY2VmZmZmZiAoMHgxMDAwMDAp IE1YW0JdCihJSSkgUENJLXRvLUlTQSBicmlkZ2U6CihJSSkgQnVzIC0xOiBicmlkZ2UgaXMgYXQg KDA6MzE6MCksICgwLC0xLC0xKSwgQkNUUkw6IDB4MDAwOCAoVkdBX0VOIGlzIHNldCkKKElJKSBQ Q0ktdG8tQ2FyZEJ1cyBicmlkZ2U6CihJSSkgQnVzIDQ6IGJyaWRnZSBpcyBhdCAoMjoxMTowKSwg KDIsNCw0KSwgQkNUUkw6IDB4MDQwMCAoVkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgUENJLXRvLUNh cmRCdXMgYnJpZGdlOgooSUkpIEJ1cyA1OiBicmlkZ2UgaXMgYXQgKDI6MTE6MSksICgyLDUsNSks IEJDVFJMOiAweDA0MDAgKFZHQV9FTiBpcyBjbGVhcmVkKQooLS0pIFBDSToqKDE6MDowKSBuVmlk aWEgQ29ycG9yYXRpb24gTlYxNyBbR2VGb3JjZTQgNDIwIEdvXSByZXYgMTYzLCBNZW0gQCAweGZk MDAwMDAwLzI0LCAweGVjMDAwMDAwLzI2LCAweGViZjgwMDAwLzE5CihJSSkgQWRkcmVzc2FibGUg YnVzIHJlc291cmNlIHJhbmdlcyBhcmUKCVswXSAtMQkwCTB4MDAwMDAwMDAgLSAweGZmZmZmZmZm ICgweDApIE1YW0JdCglbMV0gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDAwZmZmZiAoMHgxMDAwMCkg SVhbQl0KKElJKSBPUy1yZXBvcnRlZCByZXNvdXJjZSByYW5nZXM6CglbMF0gLTEJMAkweDAwMTAw MDAwIC0gMHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpCglbMV0gLTEJMAkweDAwMGYw MDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkgTVhbQl0KCVsyXSAtMQkwCTB4MDAwYzAwMDAgLSAw eDAwMGVmZmZmICgweDMwMDAwKSBNWFtCXQoJWzNdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZm ZmYgKDB4YTAwMDApIE1YW0JdCglbNF0gLTEJMAkweDAwMDBmZmZmIC0gMHgwMDAwZmZmZiAoMHgx KSBJWFtCXQoJWzVdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwMDAwZmYgKDB4MTAwKSBJWFtCXQoo SUkpIFBDSSBNZW1vcnkgcmVzb3VyY2Ugb3ZlcmxhcCByZWR1Y2VkIDB4ZjAwMDAwMDAgZnJvbSAw eGZmZmZmZmZmIHRvIDB4ZWZmZmZmZmYKKElJKSBBY3RpdmUgUENJIHJlc291cmNlIHJhbmdlczoK CVswXSAtMQkwCTB4ZmNlZmYwMDAgLSAweGZjZWZmZmZmICgweDEwMDApIE1YW0JdRQoJWzFdIC0x CTAJMHhmMDAwMDAwMCAtIDB4ZWZmZmZmZmYgKDB4MCkgTVhbQl1FTwoJWzJdIC0xCTAJMHhlYmY4 MDAwMCAtIDB4ZWJmZmZmZmYgKDB4ODAwMDApIE1YW0JdKEIpCglbM10gLTEJMAkweGVjMDAwMDAw IC0gMHhlZmZmZmZmZiAoMHg0MDAwMDAwKSBNWFtCXShCKQoJWzRdIC0xCTAJMHhmZDAwMDAwMCAt IDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVs1XSAtMQkwCTB4MDAwMGRmNDAgLSAw eDAwMDBkZjdmICgweDQwKSBJWFtCXUUKCVs2XSAtMQkwCTB4MDAwMDExMDAgLSAweDAwMDAxMWZm ICgweDEwMCkgSVhbQl1FCglbN10gLTEJMAkweDAwMDAxMDAwIC0gMHgwMDAwMTBmZiAoMHgxMDAp IElYW0JdRQoJWzhdIC0xCTAJMHgwMDAwY2ZhMCAtIDB4MDAwMGNmYmYgKDB4MjApIElYW0JdRQoJ WzldIC0xCTAJMHgwMDAwY2ZlNCAtIDB4MDAwMGNmZTcgKDB4NCkgSVhbQl1FCglbMTBdIC0xCTAJ MHgwMDAwY2ZlOCAtIDB4MDAwMGNmZWYgKDB4OCkgSVhbQl1FCglbMTFdIC0xCTAJMHgwMDAwY2Zm NCAtIDB4MDAwMGNmZjcgKDB4NCkgSVhbQl1FCglbMTJdIC0xCTAJMHgwMDAwY2ZmOCAtIDB4MDAw MGNmZmYgKDB4OCkgSVhbQl1FCglbMTNdIC0xCTAJMHgwMDAwZWY4MCAtIDB4MDAwMGVmZmYgKDB4 ODApIElYW0JdRQoJWzE0XSAtMQkwCTB4MDAwMGVmZTAgLSAweDAwMDBlZmZmICgweDIwKSBJWFtC XUUKKElJKSBQQ0kgSS9PIHJlc291cmNlIG92ZXJsYXAgcmVkdWNlZCAweDAwMDBlZjgwIGZyb20g MHgwMDAwZWZmZiB0byAweDAwMDBlZmJmCihJSSkgQWN0aXZlIFBDSSByZXNvdXJjZSByYW5nZXMg YWZ0ZXIgcmVtb3Zpbmcgb3ZlcmxhcHM6CglbMF0gLTEJMAkweGZjZWZmMDAwIC0gMHhmY2VmZmZm ZiAoMHgxMDAwKSBNWFtCXUUKCVsxXSAtMQkwCTB4ZjAwMDAwMDAgLSAweGVmZmZmZmZmICgweDAp IE1YW0JdRU8KCVsyXSAtMQkwCTB4ZWJmODAwMDAgLSAweGViZmZmZmZmICgweDgwMDAwKSBNWFtC XShCKQoJWzNdIC0xCTAJMHhlYzAwMDAwMCAtIDB4ZWZmZmZmZmYgKDB4NDAwMDAwMCkgTVhbQl0o QikKCVs0XSAtMQkwCTB4ZmQwMDAwMDAgLSAweGZkZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIp CglbNV0gLTEJMAkweDAwMDBkZjQwIC0gMHgwMDAwZGY3ZiAoMHg0MCkgSVhbQl1FCglbNl0gLTEJ MAkweDAwMDAxMTAwIC0gMHgwMDAwMTFmZiAoMHgxMDApIElYW0JdRQoJWzddIC0xCTAJMHgwMDAw MTAwMCAtIDB4MDAwMDEwZmYgKDB4MTAwKSBJWFtCXUUKCVs4XSAtMQkwCTB4MDAwMGNmYTAgLSAw eDAwMDBjZmJmICgweDIwKSBJWFtCXUUKCVs5XSAtMQkwCTB4MDAwMGNmZTQgLSAweDAwMDBjZmU3 ICgweDQpIElYW0JdRQoJWzEwXSAtMQkwCTB4MDAwMGNmZTggLSAweDAwMDBjZmVmICgweDgpIElY W0JdRQoJWzExXSAtMQkwCTB4MDAwMGNmZjQgLSAweDAwMDBjZmY3ICgweDQpIElYW0JdRQoJWzEy XSAtMQkwCTB4MDAwMGNmZjggLSAweDAwMDBjZmZmICgweDgpIElYW0JdRQoJWzEzXSAtMQkwCTB4 MDAwMGVmODAgLSAweDAwMDBlZmJmICgweDQwKSBJWFtCXUUKCVsxNF0gLTEJMAkweDAwMDBlZmUw IC0gMHgwMDAwZWZmZiAoMHgyMCkgSVhbQl1FCihJSSkgT1MtcmVwb3J0ZWQgcmVzb3VyY2UgcmFu Z2VzIGFmdGVyIHJlbW92aW5nIG92ZXJsYXBzIHdpdGggUENJOgoJWzBdIC0xCTAJMHgwMDEwMDAw MCAtIDB4M2ZmZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQoJWzFdIC0xCTAJMHgwMDBmMDAw MCAtIDB4MDAwZmZmZmYgKDB4MTAwMDApIE1YW0JdCglbMl0gLTEJMAkweDAwMGMwMDAwIC0gMHgw MDBlZmZmZiAoMHgzMDAwMCkgTVhbQl0KCVszXSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZm ICgweGEwMDAwKSBNWFtCXQoJWzRdIC0xCTAJMHgwMDAwZmZmZiAtIDB4MDAwMGZmZmYgKDB4MSkg SVhbQl0KCVs1XSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDAwMGZmICgweDEwMCkgSVhbQl0KKElJ KSBBbGwgc3lzdGVtIHJlc291cmNlIHJhbmdlczoKCVswXSAtMQkwCTB4MDAxMDAwMDAgLSAweDNm ZmZmZmZmICgweDNmZjAwMDAwKSBNWFtCXUUoQikKCVsxXSAtMQkwCTB4MDAwZjAwMDAgLSAweDAw MGZmZmZmICgweDEwMDAwKSBNWFtCXQoJWzJdIC0xCTAJMHgwMDBjMDAwMCAtIDB4MDAwZWZmZmYg KDB4MzAwMDApIE1YW0JdCglbM10gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDA5ZmZmZiAoMHhhMDAw MCkgTVhbQl0KCVs0XSAtMQkwCTB4ZmNlZmYwMDAgLSAweGZjZWZmZmZmICgweDEwMDApIE1YW0Jd RQoJWzVdIC0xCTAJMHhmMDAwMDAwMCAtIDB4ZWZmZmZmZmYgKDB4MCkgTVhbQl1FTwoJWzZdIC0x CTAJMHhlYmY4MDAwMCAtIDB4ZWJmZmZmZmYgKDB4ODAwMDApIE1YW0JdKEIpCglbN10gLTEJMAkw eGVjMDAwMDAwIC0gMHhlZmZmZmZmZiAoMHg0MDAwMDAwKSBNWFtCXShCKQoJWzhdIC0xCTAJMHhm ZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVs5XSAtMQkwCTB4MDAw MGZmZmYgLSAweDAwMDBmZmZmICgweDEpIElYW0JdCglbMTBdIC0xCTAJMHgwMDAwMDAwMCAtIDB4 MDAwMDAwZmYgKDB4MTAwKSBJWFtCXQoJWzExXSAtMQkwCTB4MDAwMGRmNDAgLSAweDAwMDBkZjdm ICgweDQwKSBJWFtCXUUKCVsxMl0gLTEJMAkweDAwMDAxMTAwIC0gMHgwMDAwMTFmZiAoMHgxMDAp IElYW0JdRQoJWzEzXSAtMQkwCTB4MDAwMDEwMDAgLSAweDAwMDAxMGZmICgweDEwMCkgSVhbQl1F CglbMTRdIC0xCTAJMHgwMDAwY2ZhMCAtIDB4MDAwMGNmYmYgKDB4MjApIElYW0JdRQoJWzE1XSAt MQkwCTB4MDAwMGNmZTQgLSAweDAwMDBjZmU3ICgweDQpIElYW0JdRQoJWzE2XSAtMQkwCTB4MDAw MGNmZTggLSAweDAwMDBjZmVmICgweDgpIElYW0JdRQoJWzE3XSAtMQkwCTB4MDAwMGNmZjQgLSAw eDAwMDBjZmY3ICgweDQpIElYW0JdRQoJWzE4XSAtMQkwCTB4MDAwMGNmZjggLSAweDAwMDBjZmZm ICgweDgpIElYW0JdRQoJWzE5XSAtMQkwCTB4MDAwMGVmODAgLSAweDAwMDBlZmJmICgweDQwKSBJ WFtCXUUKCVsyMF0gLTEJMAkweDAwMDBlZmUwIC0gMHgwMDAwZWZmZiAoMHgyMCkgSVhbQl1FCihJ SSkgImV4dG1vZCIgd2lsbCBiZSBsb2FkZWQuIFRoaXMgd2FzIGVuYWJsZWQgYnkgZGVmYXVsdCBh bmQgYWxzbyBzcGVjaWZpZWQgaW4gdGhlIGNvbmZpZyBmaWxlLgooSUkpICJkYmUiIHdpbGwgYmUg bG9hZGVkLiBUaGlzIHdhcyBlbmFibGVkIGJ5IGRlZmF1bHQgYW5kIGFsc28gc3BlY2lmaWVkIGlu IHRoZSBjb25maWcgZmlsZS4KKElJKSAiZ2x4IiB3aWxsIGJlIGxvYWRlZC4gVGhpcyB3YXMgZW5h YmxlZCBieSBkZWZhdWx0IGFuZCBhbHNvIHNwZWNpZmllZCBpbiB0aGUgY29uZmlnIGZpbGUuCihJ SSkgImZyZWV0eXBlIiB3aWxsIGJlIGxvYWRlZC4gVGhpcyB3YXMgZW5hYmxlZCBieSBkZWZhdWx0 IGFuZCBhbHNvIHNwZWNpZmllZCBpbiB0aGUgY29uZmlnIGZpbGUuCihJSSkgInR5cGUxIiB3aWxs IGJlIGxvYWRlZC4gVGhpcyB3YXMgZW5hYmxlZCBieSBkZWZhdWx0IGFuZCBhbHNvIHNwZWNpZmll ZCBpbiB0aGUgY29uZmlnIGZpbGUuCihJSSkgInJlY29yZCIgd2lsbCBiZSBsb2FkZWQgYnkgZGVm YXVsdC4KKElJKSAiZHJpIiB3aWxsIGJlIGxvYWRlZCBieSBkZWZhdWx0LgooSUkpIExvYWRNb2R1 bGU6ICJkYmUiCihJSSkgTG9hZGluZyAvdXNyL2xvY2FsL2xpYi94b3JnL21vZHVsZXMvZXh0ZW5z aW9ucy8vbGliZGJlLnNvCihJSSkgTW9kdWxlIGRiZTogdmVuZG9yPSJYLk9yZyBGb3VuZGF0aW9u IgoJY29tcGlsZWQgZm9yIDEuNC4wLCBtb2R1bGUgdmVyc2lvbiA9IDEuMC4wCglNb2R1bGUgY2xh c3M6IFguT3JnIFNlcnZlciBFeHRlbnNpb24KCUFCSSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVu c2lvbiwgdmVyc2lvbiAwLjMKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBET1VCTEUtQlVGRkVSCihJ SSkgTG9hZE1vZHVsZTogImV4dG1vZCIKKElJKSBMb2FkaW5nIC91c3IvbG9jYWwvbGliL3hvcmcv bW9kdWxlcy9leHRlbnNpb25zLy9saWJleHRtb2Quc28KKElJKSBNb2R1bGUgZXh0bW9kOiB2ZW5k b3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgMS40LjAsIG1vZHVsZSB2ZXJzaW9u ID0gMS4wLjAKCU1vZHVsZSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbgoJQUJJIGNsYXNz OiBYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAuMwooSUkpIExvYWRpbmcgZXh0ZW5z aW9uIFNIQVBFCihJSSkgTG9hZGluZyBleHRlbnNpb24gTUlULVNVTkRSWS1OT05TVEFOREFSRAoo SUkpIExvYWRpbmcgZXh0ZW5zaW9uIEJJRy1SRVFVRVNUUwooSUkpIExvYWRpbmcgZXh0ZW5zaW9u IFNZTkMKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBNSVQtU0NSRUVOLVNBVkVSCihJSSkgTG9hZGlu ZyBleHRlbnNpb24gWEMtTUlTQwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhGcmVlODYtVmlkTW9k ZUV4dGVuc2lvbgooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhGcmVlODYtTWlzYwooSUkpIExvYWRp bmcgZXh0ZW5zaW9uIFhGcmVlODYtREdBCihJSSkgTG9hZGluZyBleHRlbnNpb24gRFBNUwooSUkp IExvYWRpbmcgZXh0ZW5zaW9uIFRPRy1DVVAKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBFeHRlbmRl ZC1WaXN1YWwtSW5mb3JtYXRpb24KKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBYVmlkZW8KKElJKSBM b2FkaW5nIGV4dGVuc2lvbiBYVmlkZW8tTW90aW9uQ29tcGVuc2F0aW9uCihJSSkgTG9hZGluZyBl eHRlbnNpb24gWC1SZXNvdXJjZQooSUkpIExvYWRNb2R1bGU6ICJ0eXBlMSIKKElJKSBMb2FkaW5n IC91c3IvbG9jYWwvbGliL3hvcmcvbW9kdWxlcy9mb250cy8vbGlidHlwZTEuc28KKElJKSBNb2R1 bGUgdHlwZTE6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVkIGZvciAxLjQuMCwg bW9kdWxlIHZlcnNpb24gPSAxLjAuMgoJTW9kdWxlIGNsYXNzOiBYLk9yZyBGb250IFJlbmRlcmVy CglBQkkgY2xhc3M6IFguT3JnIEZvbnQgUmVuZGVyZXIsIHZlcnNpb24gMC41CihJSSkgTG9hZGlu ZyBmb250IFR5cGUxCihJSSkgTG9hZE1vZHVsZTogImZyZWV0eXBlIgooSUkpIExvYWRpbmcgL3Vz ci9sb2NhbC9saWIveG9yZy9tb2R1bGVzL2ZvbnRzLy9saWJmcmVldHlwZS5zbwooSUkpIE1vZHVs ZSBmcmVldHlwZTogdmVuZG9yPSJYLk9yZyBGb3VuZGF0aW9uICYgdGhlIEFmdGVyIFgtVFQgUHJv amVjdCIKCWNvbXBpbGVkIGZvciAxLjQuMCwgbW9kdWxlIHZlcnNpb24gPSAyLjEuMAoJTW9kdWxl IGNsYXNzOiBYLk9yZyBGb250IFJlbmRlcmVyCglBQkkgY2xhc3M6IFguT3JnIEZvbnQgUmVuZGVy ZXIsIHZlcnNpb24gMC41CihJSSkgTG9hZGluZyBmb250IEZyZWVUeXBlCihJSSkgTG9hZE1vZHVs ZTogImdseCIKKElJKSBMb2FkaW5nIC91c3IvbG9jYWwvbGliL3hvcmcvbW9kdWxlcy9leHRlbnNp b25zLy9saWJnbHguc28KKElJKSBNb2R1bGUgZ2x4OiB2ZW5kb3I9Ik5WSURJQSBDb3Jwb3JhdGlv biIKCWNvbXBpbGVkIGZvciA0LjAuMiwgbW9kdWxlIHZlcnNpb24gPSAxLjAuMAoJTW9kdWxlIGNs YXNzOiBYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uCglBQkkgY2xhc3M6IFguT3JnIFNlcnZlciBFeHRl bnNpb24sIHZlcnNpb24gMC4xCihJSSkgTlZJRElBIEdMWCBNb2R1bGUgIDk2LjQzLjAxICBXZWQg U2VwICA1IDE2OjM3OjI0IFBEVCAyMDA3CihJSSkgTG9hZGluZyBleHRlbnNpb24gR0xYCihJSSkg TG9hZE1vZHVsZTogInJlY29yZCIKKElJKSBMb2FkaW5nIC91c3IvbG9jYWwvbGliL3hvcmcvbW9k dWxlcy9leHRlbnNpb25zLy9saWJyZWNvcmQuc28KKElJKSBNb2R1bGUgcmVjb3JkOiB2ZW5kb3I9 IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgMS40LjAsIG1vZHVsZSB2ZXJzaW9uID0g MS4xMy4wCglNb2R1bGUgY2xhc3M6IFguT3JnIFNlcnZlciBFeHRlbnNpb24KCUFCSSBjbGFzczog WC5PcmcgU2VydmVyIEV4dGVuc2lvbiwgdmVyc2lvbiAwLjMKKElJKSBMb2FkaW5nIGV4dGVuc2lv biBSRUNPUkQKKElJKSBMb2FkTW9kdWxlOiAiZHJpIgooSUkpIExvYWRpbmcgL3Vzci9sb2NhbC9s aWIveG9yZy9tb2R1bGVzL2V4dGVuc2lvbnMvL2xpYmRyaS5zbwooSUkpIE1vZHVsZSBkcmk6IHZl bmRvcj0iWC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVkIGZvciAxLjQuMCwgbW9kdWxlIHZlcnNp b24gPSAxLjAuMAoJQUJJIGNsYXNzOiBYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAu MwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhGcmVlODYtRFJJCihJSSkgTG9hZE1vZHVsZTogIm52 aWRpYSIKKElJKSBMb2FkaW5nIC91c3IvbG9jYWwvbGliL3hvcmcvbW9kdWxlcy9kcml2ZXJzLy9u dmlkaWFfZHJ2LnNvCihJSSkgTW9kdWxlIG52aWRpYTogdmVuZG9yPSJOVklESUEgQ29ycG9yYXRp b24iCgljb21waWxlZCBmb3IgNC4wLjIsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCU1vZHVsZSBj bGFzczogWC5PcmcgVmlkZW8gRHJpdmVyCihJSSkgTG9hZE1vZHVsZTogImtiZCIKKElJKSBMb2Fk aW5nIC91c3IvbG9jYWwvbGliL3hvcmcvbW9kdWxlcy9pbnB1dC8va2JkX2Rydi5zbwooSUkpIE1v ZHVsZSBrYmQ6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVkIGZvciAxLjQuMCwg bW9kdWxlIHZlcnNpb24gPSAxLjIuMgoJTW9kdWxlIGNsYXNzOiBYLk9yZyBYSW5wdXQgRHJpdmVy CglBQkkgY2xhc3M6IFguT3JnIFhJbnB1dCBkcml2ZXIsIHZlcnNpb24gMi4wCihJSSkgTG9hZE1v ZHVsZTogIm1vdXNlIgooSUkpIExvYWRpbmcgL3Vzci9sb2NhbC9saWIveG9yZy9tb2R1bGVzL2lu cHV0Ly9tb3VzZV9kcnYuc28KKElJKSBNb2R1bGUgbW91c2U6IHZlbmRvcj0iWC5PcmcgRm91bmRh dGlvbiIKCWNvbXBpbGVkIGZvciAxLjQuMCwgbW9kdWxlIHZlcnNpb24gPSAxLjIuMgoJTW9kdWxl IGNsYXNzOiBYLk9yZyBYSW5wdXQgRHJpdmVyCglBQkkgY2xhc3M6IFguT3JnIFhJbnB1dCBkcml2 ZXIsIHZlcnNpb24gMi4wCihJSSkgTlZJRElBIGRsbG9hZGVyIFggRHJpdmVyICA5Ni40My4wMSAg V2VkIFNlcCAgNSAxNjoxNjoyMyBQRFQgMjAwNwooSUkpIE5WSURJQSBVbmlmaWVkIERyaXZlciBm b3IgYWxsIFN1cHBvcnRlZCBOVklESUEgR1BVcwooSUkpIFByaW1hcnkgRGV2aWNlIGlzOiBQQ0kg MDE6MDA6MAooLS0pIEFzc2lnbmluZyBkZXZpY2Ugc2VjdGlvbiB3aXRoIG5vIGJ1c0lEIHRvIHBy aW1hcnkgZGV2aWNlCigtLSkgQ2hpcHNldCBOVklESUEgR1BVIGZvdW5kCihJSSkgTG9hZGluZyBz dWIgbW9kdWxlICJmYiIKKElJKSBMb2FkTW9kdWxlOiAiZmIiCihJSSkgTG9hZGluZyAvdXNyL2xv Y2FsL2xpYi94b3JnL21vZHVsZXMvL2xpYmZiLnNvCihJSSkgTW9kdWxlIGZiOiB2ZW5kb3I9Ilgu T3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgMS40LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4w LjAKCUFCSSBjbGFzczogWC5PcmcgQU5TSSBDIEVtdWxhdGlvbiwgdmVyc2lvbiAwLjMKKElJKSBM b2FkaW5nIHN1YiBtb2R1bGUgInJhbWRhYyIKKElJKSBMb2FkTW9kdWxlOiAicmFtZGFjIihJSSkg TW9kdWxlICJyYW1kYWMiIGFscmVhZHkgYnVpbHQtaW4KKElJKSBMb2FkaW5nIHN1YiBtb2R1bGUg InhhYSIKKElJKSBMb2FkTW9kdWxlOiAieGFhIgooSUkpIExvYWRpbmcgL3Vzci9sb2NhbC9saWIv eG9yZy9tb2R1bGVzLy9saWJ4YWEuc28KKElJKSBNb2R1bGUgeGFhOiB2ZW5kb3I9IlguT3JnIEZv dW5kYXRpb24iCgljb21waWxlZCBmb3IgMS40LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4yLjAKCUFC SSBjbGFzczogWC5PcmcgVmlkZW8gRHJpdmVyLCB2ZXJzaW9uIDIuMAooSUkpIHJlc291cmNlIHJh bmdlcyBhZnRlciB4Zjg2Q2xhaW1GaXhlZFJlc291cmNlcygpIGNhbGw6CglbMF0gLTEJMAkweDAw MTAwMDAwIC0gMHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpCglbMV0gLTEJMAkweDAw MGYwMDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkgTVhbQl0KCVsyXSAtMQkwCTB4MDAwYzAwMDAg LSAweDAwMGVmZmZmICgweDMwMDAwKSBNWFtCXQoJWzNdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAw OWZmZmYgKDB4YTAwMDApIE1YW0JdCglbNF0gLTEJMAkweGZjZWZmMDAwIC0gMHhmY2VmZmZmZiAo MHgxMDAwKSBNWFtCXUUKCVs1XSAtMQkwCTB4ZjAwMDAwMDAgLSAweGVmZmZmZmZmICgweDApIE1Y W0JdRU8KCVs2XSAtMQkwCTB4ZWJmODAwMDAgLSAweGViZmZmZmZmICgweDgwMDAwKSBNWFtCXShC KQoJWzddIC0xCTAJMHhlYzAwMDAwMCAtIDB4ZWZmZmZmZmYgKDB4NDAwMDAwMCkgTVhbQl0oQikK CVs4XSAtMQkwCTB4ZmQwMDAwMDAgLSAweGZkZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglb OV0gLTEJMAkweDAwMDBmZmZmIC0gMHgwMDAwZmZmZiAoMHgxKSBJWFtCXQoJWzEwXSAtMQkwCTB4 MDAwMDAwMDAgLSAweDAwMDAwMGZmICgweDEwMCkgSVhbQl0KCVsxMV0gLTEJMAkweDAwMDBkZjQw IC0gMHgwMDAwZGY3ZiAoMHg0MCkgSVhbQl1FCglbMTJdIC0xCTAJMHgwMDAwMTEwMCAtIDB4MDAw MDExZmYgKDB4MTAwKSBJWFtCXUUKCVsxM10gLTEJMAkweDAwMDAxMDAwIC0gMHgwMDAwMTBmZiAo MHgxMDApIElYW0JdRQoJWzE0XSAtMQkwCTB4MDAwMGNmYTAgLSAweDAwMDBjZmJmICgweDIwKSBJ WFtCXUUKCVsxNV0gLTEJMAkweDAwMDBjZmU0IC0gMHgwMDAwY2ZlNyAoMHg0KSBJWFtCXUUKCVsx Nl0gLTEJMAkweDAwMDBjZmU4IC0gMHgwMDAwY2ZlZiAoMHg4KSBJWFtCXUUKCVsxN10gLTEJMAkw eDAwMDBjZmY0IC0gMHgwMDAwY2ZmNyAoMHg0KSBJWFtCXUUKCVsxOF0gLTEJMAkweDAwMDBjZmY4 IC0gMHgwMDAwY2ZmZiAoMHg4KSBJWFtCXUUKCVsxOV0gLTEJMAkweDAwMDBlZjgwIC0gMHgwMDAw ZWZiZiAoMHg0MCkgSVhbQl1FCglbMjBdIC0xCTAJMHgwMDAwZWZlMCAtIDB4MDAwMGVmZmYgKDB4 MjApIElYW0JdRQooSUkpIHJlc291cmNlIHJhbmdlcyBhZnRlciBwcm9iaW5nOgoJWzBdIC0xCTAJ MHgwMDEwMDAwMCAtIDB4M2ZmZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQoJWzFdIC0xCTAJ MHgwMDBmMDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDApIE1YW0JdCglbMl0gLTEJMAkweDAwMGMw MDAwIC0gMHgwMDBlZmZmZiAoMHgzMDAwMCkgTVhbQl0KCVszXSAtMQkwCTB4MDAwMDAwMDAgLSAw eDAwMDlmZmZmICgweGEwMDAwKSBNWFtCXQoJWzRdIC0xCTAJMHhmY2VmZjAwMCAtIDB4ZmNlZmZm ZmYgKDB4MTAwMCkgTVhbQl1FCglbNV0gLTEJMAkweGYwMDAwMDAwIC0gMHhlZmZmZmZmZiAoMHgw KSBNWFtCXUVPCglbNl0gLTEJMAkweGViZjgwMDAwIC0gMHhlYmZmZmZmZiAoMHg4MDAwMCkgTVhb Ql0oQikKCVs3XSAtMQkwCTB4ZWMwMDAwMDAgLSAweGVmZmZmZmZmICgweDQwMDAwMDApIE1YW0Jd KEIpCglbOF0gLTEJMAkweGZkMDAwMDAwIC0gMHhmZGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShC KQoJWzldIDAJMAkweDAwMGEwMDAwIC0gMHgwMDBhZmZmZiAoMHgxMDAwMCkgTVNbQl0KCVsxMF0g MAkwCTB4MDAwYjAwMDAgLSAweDAwMGI3ZmZmICgweDgwMDApIE1TW0JdCglbMTFdIDAJMAkweDAw MGI4MDAwIC0gMHgwMDBiZmZmZiAoMHg4MDAwKSBNU1tCXQoJWzEyXSAtMQkwCTB4MDAwMGZmZmYg LSAweDAwMDBmZmZmICgweDEpIElYW0JdCglbMTNdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwMDAw ZmYgKDB4MTAwKSBJWFtCXQoJWzE0XSAtMQkwCTB4MDAwMGRmNDAgLSAweDAwMDBkZjdmICgweDQw KSBJWFtCXUUKCVsxNV0gLTEJMAkweDAwMDAxMTAwIC0gMHgwMDAwMTFmZiAoMHgxMDApIElYW0Jd RQoJWzE2XSAtMQkwCTB4MDAwMDEwMDAgLSAweDAwMDAxMGZmICgweDEwMCkgSVhbQl1FCglbMTdd IC0xCTAJMHgwMDAwY2ZhMCAtIDB4MDAwMGNmYmYgKDB4MjApIElYW0JdRQoJWzE4XSAtMQkwCTB4 MDAwMGNmZTQgLSAweDAwMDBjZmU3ICgweDQpIElYW0JdRQoJWzE5XSAtMQkwCTB4MDAwMGNmZTgg LSAweDAwMDBjZmVmICgweDgpIElYW0JdRQoJWzIwXSAtMQkwCTB4MDAwMGNmZjQgLSAweDAwMDBj ZmY3ICgweDQpIElYW0JdRQoJWzIxXSAtMQkwCTB4MDAwMGNmZjggLSAweDAwMDBjZmZmICgweDgp IElYW0JdRQoJWzIyXSAtMQkwCTB4MDAwMGVmODAgLSAweDAwMDBlZmJmICgweDQwKSBJWFtCXUUK CVsyM10gLTEJMAkweDAwMDBlZmUwIC0gMHgwMDAwZWZmZiAoMHgyMCkgSVhbQl1FCglbMjRdIDAJ MAkweDAwMDAwM2IwIC0gMHgwMDAwMDNiYiAoMHhjKSBJU1tCXQoJWzI1XSAwCTAJMHgwMDAwMDNj MCAtIDB4MDAwMDAzZGYgKDB4MjApIElTW0JdCihJSSkgU2V0dGluZyB2Z2EgZm9yIHNjcmVlbiAw LgooSUkpIE5WSURJQSgwKTogQ3JlYXRpbmcgZGVmYXVsdCBEaXNwbGF5IHN1YnNlY3Rpb24gaW4g U2NyZWVuIHNlY3Rpb24KCSJTY3JlZW4wIiBmb3IgZGVwdGgvZmJicHAgMjQvMzIKKCoqKSBOVklE SUEoMCk6IERlcHRoIDI0LCAoLS0pIGZyYW1lYnVmZmVyIGJwcCAzMgooPT0pIE5WSURJQSgwKTog UkdCIHdlaWdodCA4ODgKKD09KSBOVklESUEoMCk6IERlZmF1bHQgdmlzdWFsIGlzIFRydWVDb2xv cgooPT0pIE5WSURJQSgwKTogVXNpbmcgZ2FtbWEgY29ycmVjdGlvbiAoMS4wLCAxLjAsIDEuMCkK KCoqKSBOVklESUEoMCk6IE9wdGlvbiAiTm9Mb2dvIgooKiopIE5WSURJQSgwKTogRW5hYmxpbmcg UkVOREVSIGFjY2VsZXJhdGlvbgooSUkpIE5WSURJQSgwKTogU3VwcG9ydCBmb3IgR0xYIHdpdGgg dGhlIERhbWFnZSBhbmQgQ29tcG9zaXRlIFggZXh0ZW5zaW9ucyBpcwooSUkpIE5WSURJQSgwKTog ICAgIGVuYWJsZWQuCihXVykgTlZJRElBKEdQVS0wKTogVW5hYmxlIHRvIHJlYWQgRURJRCBmb3Ig ZGlzcGxheSBkZXZpY2UgQ1JULTAKKElJKSBOVklESUEoMCk6IE5WSURJQSBHUFUgR2VGb3JjZTQg NDIwIEdvIGF0IFBDSToxOjA6MCAoR1BVLTApCigtLSkgTlZJRElBKDApOiBNZW1vcnk6IDE2Mzg0 IGtCeXRlcwooLS0pIE5WSURJQSgwKTogVmlkZW9CSU9TOiAwNC4xNy4wMC40MS5jNwooLS0pIE5W SURJQSgwKTogSW50ZXJsYWNlZCB2aWRlbyBtb2RlcyBhcmUgc3VwcG9ydGVkIG9uIHRoaXMgR1BV CigtLSkgTlZJRElBKDApOiBDb25uZWN0ZWQgZGlzcGxheSBkZXZpY2Uocykgb24gR2VGb3JjZTQg NDIwIEdvIGF0IFBDSToxOjA6MDoKKC0tKSBOVklESUEoMCk6ICAgICBDUlQtMAooLS0pIE5WSURJ QSgwKTogICAgIE52aWRpYSBEZWZhdWx0IEZsYXQgUGFuZWwgKERGUC0wKQooLS0pIE5WSURJQSgw KTogQ1JULTA6IDM1MC4wIE1IeiBtYXhpbXVtIHBpeGVsIGNsb2NrCigtLSkgTlZJRElBKDApOiBO dmlkaWEgRGVmYXVsdCBGbGF0IFBhbmVsIChERlAtMCk6IDIyNC4wIE1IeiBtYXhpbXVtIHBpeGVs CigtLSkgTlZJRElBKDApOiAgICAgY2xvY2sKKC0tKSBOVklESUEoMCk6IE52aWRpYSBEZWZhdWx0 IEZsYXQgUGFuZWwgKERGUC0wKTogSW50ZXJuYWwgRHVhbCBMaW5rIExWRFMKKElJKSBOVklESUEo MCk6IEFzc2lnbmVkIERpc3BsYXkgRGV2aWNlOiBDUlQtMAooV1cpIE5WSURJQSgwKTogCihXVykg TlZJRElBKDApOiBObyBtb2RlcyB3ZXJlIHJlcXVlc3RlZDsgdGhlIGRlZmF1bHQgbW9kZSAibnZp ZGlhLWF1dG8tc2VsZWN0IgooV1cpIE5WSURJQSgwKTogICAgIHdpbGwgYmUgdXNlZCBhcyB0aGUg cmVxdWVzdGVkIG1vZGUuCihXVykgTlZJRElBKDApOiAKKElJKSBOVklESUEoMCk6IFZhbGlkYXRl ZCBtb2RlczoKKElJKSBOVklESUEoMCk6ICAgICAibnZpZGlhLWF1dG8tc2VsZWN0IgooSUkpIE5W SURJQSgwKTogVmlydHVhbCBzY3JlZW4gc2l6ZSBkZXRlcm1pbmVkIHRvIGJlIDEwMjQgeCA3NjgK KFdXKSBOVklESUEoMCk6IFVuYWJsZSB0byBnZXQgZGlzcGxheSBkZXZpY2UgQ1JULTAncyBFRElE OyBjYW5ub3QgY29tcHV0ZSBEUEkKKFdXKSBOVklESUEoMCk6ICAgICBmcm9tIENSVC0wJ3MgRURJ RC4KKCoqKSBOVklESUEoMCk6IERQSSBzZXQgdG8gKDgwLCA4MCk7IGNvbXB1dGVkIGZyb20gIkRp c3BsYXlTaXplIiBNb25pdG9yCigqKikgTlZJRElBKDApOiAgICAgc2VjdGlvbiBvcHRpb24KKC0t KSBEZXB0aCAyNCBwaXhtYXAgZm9ybWF0IGlzIDMyIGJwcAooSUkpIGRvIEkgbmVlZCBSQUM/ICBO bywgSSBkb24ndC4KKElJKSByZXNvdXJjZSByYW5nZXMgYWZ0ZXIgcHJlSW5pdDoKCVswXSAwCTAJ MHhlYmY4MDAwMCAtIDB4ZWJmZmZmZmYgKDB4ODAwMDApIE1YW0JdCglbMV0gMAkwCTB4ZWMwMDAw MDAgLSAweGVmZmZmZmZmICgweDQwMDAwMDApIE1YW0JdCglbMl0gMAkwCTB4ZmQwMDAwMDAgLSAw eGZkZmZmZmZmICgweDEwMDAwMDApIE1YW0JdCglbM10gLTEJMAkweDAwMTAwMDAwIC0gMHgzZmZm ZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpCglbNF0gLTEJMAkweDAwMGYwMDAwIC0gMHgwMDBm ZmZmZiAoMHgxMDAwMCkgTVhbQl0KCVs1XSAtMQkwCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgw eDMwMDAwKSBNWFtCXQoJWzZdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4YTAwMDAp IE1YW0JdCglbN10gLTEJMAkweGZjZWZmMDAwIC0gMHhmY2VmZmZmZiAoMHgxMDAwKSBNWFtCXUUK CVs4XSAtMQkwCTB4ZjAwMDAwMDAgLSAweGVmZmZmZmZmICgweDApIE1YW0JdRU8KCVs5XSAtMQkw CTB4ZWJmODAwMDAgLSAweGViZmZmZmZmICgweDgwMDAwKSBNWFtCXShCKQoJWzEwXSAtMQkwCTB4 ZWMwMDAwMDAgLSAweGVmZmZmZmZmICgweDQwMDAwMDApIE1YW0JdKEIpCglbMTFdIC0xCTAJMHhm ZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsxMl0gMAkwCTB4MDAw YTAwMDAgLSAweDAwMGFmZmZmICgweDEwMDAwKSBNU1tCXShPcHJEKQoJWzEzXSAwCTAJMHgwMDBi MDAwMCAtIDB4MDAwYjdmZmYgKDB4ODAwMCkgTVNbQl0oT3ByRCkKCVsxNF0gMAkwCTB4MDAwYjgw MDAgLSAweDAwMGJmZmZmICgweDgwMDApIE1TW0JdKE9wckQpCglbMTVdIC0xCTAJMHgwMDAwZmZm ZiAtIDB4MDAwMGZmZmYgKDB4MSkgSVhbQl0KCVsxNl0gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDAw MDBmZiAoMHgxMDApIElYW0JdCglbMTddIC0xCTAJMHgwMDAwZGY0MCAtIDB4MDAwMGRmN2YgKDB4 NDApIElYW0JdRQoJWzE4XSAtMQkwCTB4MDAwMDExMDAgLSAweDAwMDAxMWZmICgweDEwMCkgSVhb Ql1FCglbMTldIC0xCTAJMHgwMDAwMTAwMCAtIDB4MDAwMDEwZmYgKDB4MTAwKSBJWFtCXUUKCVsy MF0gLTEJMAkweDAwMDBjZmEwIC0gMHgwMDAwY2ZiZiAoMHgyMCkgSVhbQl1FCglbMjFdIC0xCTAJ MHgwMDAwY2ZlNCAtIDB4MDAwMGNmZTcgKDB4NCkgSVhbQl1FCglbMjJdIC0xCTAJMHgwMDAwY2Zl OCAtIDB4MDAwMGNmZWYgKDB4OCkgSVhbQl1FCglbMjNdIC0xCTAJMHgwMDAwY2ZmNCAtIDB4MDAw MGNmZjcgKDB4NCkgSVhbQl1FCglbMjRdIC0xCTAJMHgwMDAwY2ZmOCAtIDB4MDAwMGNmZmYgKDB4 OCkgSVhbQl1FCglbMjVdIC0xCTAJMHgwMDAwZWY4MCAtIDB4MDAwMGVmYmYgKDB4NDApIElYW0Jd RQoJWzI2XSAtMQkwCTB4MDAwMGVmZTAgLSAweDAwMDBlZmZmICgweDIwKSBJWFtCXUUKCVsyN10g MAkwCTB4MDAwMDAzYjAgLSAweDAwMDAwM2JiICgweGMpIElTW0JdKE9wclUpCglbMjhdIDAJMAkw eDAwMDAwM2MwIC0gMHgwMDAwMDNkZiAoMHgyMCkgSVNbQl0oT3ByVSkKKElJKSBOVklESUEoMCk6 IFNldHRpbmcgbW9kZSAibnZpZGlhLWF1dG8tc2VsZWN0IgooSUkpIExvYWRpbmcgZXh0ZW5zaW9u IE5WLUdMWAooSUkpIE5WSURJQSgwKTogTlZJRElBIDNEIEFjY2VsZXJhdGlvbiBBcmNoaXRlY3R1 cmUgSW5pdGlhbGl6ZWQKKElJKSBOVklESUEoMCk6IFVzaW5nIHRoZSBOVklESUEgMkQgYWNjZWxl cmF0aW9uIGFyY2hpdGVjdHVyZQooPT0pIE5WSURJQSgwKTogQmFja2luZyBzdG9yZSBkaXNhYmxl ZAooPT0pIE5WSURJQSgwKTogU2lsa2VuIG1vdXNlIGVuYWJsZWQKKCoqKSBPcHRpb24gImRwbXMi CigqKikgTlZJRElBKDApOiBEUE1TIGVuYWJsZWQKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBOVi1D T05UUk9MCig9PSkgUmFuZFIgZW5hYmxlZAooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRl bnNpb24gTUlULVNITQooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNpb24gWElucHV0 RXh0ZW5zaW9uCihJSSkgSW5pdGlhbGl6aW5nIGJ1aWx0LWluIGV4dGVuc2lvbiBYVEVTVAooSUkp IEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNpb24gWEtFWUJPQVJECihJSSkgSW5pdGlhbGl6 aW5nIGJ1aWx0LWluIGV4dGVuc2lvbiBYQy1BUFBHUk9VUAooSUkpIEluaXRpYWxpemluZyBidWls dC1pbiBleHRlbnNpb24gWEFjY2Vzc0NvbnRyb2xFeHRlbnNpb24KKElJKSBJbml0aWFsaXppbmcg YnVpbHQtaW4gZXh0ZW5zaW9uIFNFQ1VSSVRZCihJSSkgSW5pdGlhbGl6aW5nIGJ1aWx0LWluIGV4 dGVuc2lvbiBYSU5FUkFNQQooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNpb24gWEZJ WEVTCihJSSkgSW5pdGlhbGl6aW5nIGJ1aWx0LWluIGV4dGVuc2lvbiBYRnJlZTg2LUJpZ2ZvbnQK KElJKSBJbml0aWFsaXppbmcgYnVpbHQtaW4gZXh0ZW5zaW9uIFJFTkRFUgooSUkpIEluaXRpYWxp emluZyBidWlsdC1pbiBleHRlbnNpb24gUkFORFIKKElJKSBJbml0aWFsaXppbmcgYnVpbHQtaW4g ZXh0ZW5zaW9uIENPTVBPU0lURQooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNpb24g REFNQUdFCihJSSkgSW5pdGlhbGl6aW5nIGJ1aWx0LWluIGV4dGVuc2lvbiBYRVZJRQooSUkpIElu aXRpYWxpemluZyBleHRlbnNpb24gR0xYCigqKikgT3B0aW9uICJDb3JlS2V5Ym9hcmQiCigqKikg S2V5Ym9hcmQwOiBhbHdheXMgcmVwb3J0cyBjb3JlIGV2ZW50cwooKiopIE9wdGlvbiAiUHJvdG9j b2wiICJzdGFuZGFyZCIKKCoqKSBLZXlib2FyZDA6IFByb3RvY29sOiBzdGFuZGFyZAooKiopIE9w dGlvbiAiQXV0b1JlcGVhdCIgIjUwMCAzMCIKKCoqKSBPcHRpb24gIlhrYlJ1bGVzIiAieG9yZyIK KCoqKSBLZXlib2FyZDA6IFhrYlJ1bGVzOiAieG9yZyIKKCoqKSBPcHRpb24gIlhrYk1vZGVsIiAi cGMxMDUiCigqKikgS2V5Ym9hcmQwOiBYa2JNb2RlbDogInBjMTA1IgooKiopIE9wdGlvbiAiWGti TGF5b3V0IiAidXMiCigqKikgS2V5Ym9hcmQwOiBYa2JMYXlvdXQ6ICJ1cyIKKCoqKSBPcHRpb24g IkN1c3RvbUtleWNvZGVzIiAib2ZmIgooKiopIEtleWJvYXJkMDogQ3VzdG9tS2V5Y29kZXMgZGlz YWJsZWQKKCoqKSBPcHRpb24gIlByb3RvY29sIiAiYXV0byIKKCoqKSBNb3VzZTA6IERldmljZTog Ii9kZXYvc3lzbW91c2UiCigqKikgTW91c2UwOiBQcm90b2NvbDogImF1dG8iCigqKikgT3B0aW9u ICJDb3JlUG9pbnRlciIKKCoqKSBNb3VzZTA6IGFsd2F5cyByZXBvcnRzIGNvcmUgZXZlbnRzCigq KikgT3B0aW9uICJEZXZpY2UiICIvZGV2L3N5c21vdXNlIgooKiopIE9wdGlvbiAiRW11bGF0ZTNC dXR0b25zIiAibm8iCigqKikgT3B0aW9uICJaQXhpc01hcHBpbmciICI0IDUiCigqKikgTW91c2Uw OiBaQXhpc01hcHBpbmc6IGJ1dHRvbnMgNCBhbmQgNQooKiopIE1vdXNlMDogQnV0dG9uczogOQoo KiopIE1vdXNlMDogU2Vuc2l0aXZpdHk6IDEKKElJKSBldmFsdWF0aW5nIGRldmljZSAoTW91c2Uw KQooSUkpIFhJTlBVVDogQWRkaW5nIGV4dGVuZGVkIGlucHV0IGRldmljZSAiTW91c2UwIiAodHlw ZTogTU9VU0UpCihJSSkgZXZhbHVhdGluZyBkZXZpY2UgKEtleWJvYXJkMCkKKElJKSBYSU5QVVQ6 IEFkZGluZyBleHRlbmRlZCBpbnB1dCBkZXZpY2UgIktleWJvYXJkMCIgKHR5cGU6IEtFWUJPQVJE KQooSUkpIE1vdXNlMDogU2V0dXBBdXRvOiBody5pZnR5cGUgaXMgNCwgaHcubW9kZWwgaXMgMAoo SUkpIE1vdXNlMDogU2V0dXBBdXRvOiBwcm90b2NvbCBpcyBTeXNNb3VzZQpGcmVlRm9udFBhdGg6 IEZQRSAiL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL21pc2MvIiByZWZjb3VudCBpcyAyLCBzaG91 bGQgYmUgMTsgZml4aW5nLgo= ------=_Part_24930_5633126.1191415854337 Content-Type: application/octet-stream; name="portversion.log" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="portversion.log"; filename="portversion.log" X-Attachment-Id: f_f7bu2mz3 YXRrLTEuMTguMF8xICAgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApiZGZ0 b3BjZi0xLjAuMSAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmJpZ3JlcXNw cm90by0xLjAuMiAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKYml0c3RyZWFtLXZl cmEtMS4xMF80ICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApjYWlyby0xLjQuMTAgICAg ICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmNkcnRvb2xzLTIuMDFfNiAgICAg ICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKY29tcGF0NXgtaTM4Ni01LjQuMC44Xzgg ICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApjb21wb3NpdGVwcm90by0wLjQgICAgICAgICAg PSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmN2c3VwLXdpdGhvdXQtZ3VpLTE2LjFoXzMgICA9ICB1 cC10by1kYXRlIHdpdGggcG9ydCAKZGFtYWdlcHJvdG8tMS4xLjBfMiAgICAgICAgID0gIHVwLXRv LWRhdGUgd2l0aCBwb3J0IApkYjQxLTQuMS4yNV80ICAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0 ZSB3aXRoIHBvcnQgCmRidXMtMS4wLjJfMiAgICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdp dGggcG9ydCAKZGJ1cy1nbGliLTAuNzQgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBw b3J0IApkbWlkZWNvZGUtMi44ICAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQg CmRteHByb3RvLTIuMi4yICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZW5j b2RpbmdzLTEuMC4yLDEgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApldmllZXh0 LTEuMC4yICAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmV4cGF0LTIuMC4w XzEgICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZXptMy0xLjJfMSAgICAg ICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmaXhlc3Byb3RvLTQuMCAgICAg ICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmZvbnQtYWRvYmUtMTAwZHBpLTEuMC4w XzEgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZm9udC1hZG9iZS03NWRwaS0xLjAuMCAgICAg ID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmb250LWFkb2JlLXV0b3BpYS0xMDBkcGktMS4wLjEg ID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmb250LWFkb2JlLXV0b3BpYS03NWRwaS0xLjAuMSAg PSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmZvbnQtYWRvYmUtdXRvcGlhLXR5cGUxLTEuMC4xICA9 ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZm9udC1hbGlhcy0xLjAuMSAgICAgICAgICAgID0gIHVw LXRvLWRhdGUgd2l0aCBwb3J0IApmb250LWFyYWJpYy1taXNjLTEuMC4wICAgICAgPSAgdXAtdG8t ZGF0ZSB3aXRoIHBvcnQgCmZvbnQtYmgtMTAwZHBpLTEuMC4wICAgICAgICA9ICB1cC10by1kYXRl IHdpdGggcG9ydCAKZm9udC1iaC03NWRwaS0xLjAuMCAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0 aCBwb3J0IApmb250LWJoLWx1Y2lkYXR5cGV3cml0ZXItMTAwZHBpLTEuMC4wICA9ICB1cC10by1k YXRlIHdpdGggcG9ydCAKZm9udC1iaC1sdWNpZGF0eXBld3JpdGVyLTc1ZHBpLTEuMC4wICA9ICB1 cC10by1kYXRlIHdpdGggcG9ydCAKZm9udC1iaC10dGYtMS4wLjAgICAgICAgICAgID0gIHVwLXRv LWRhdGUgd2l0aCBwb3J0IApmb250LWJoLXR5cGUxLTEuMC4wICAgICAgICAgPSAgdXAtdG8tZGF0 ZSB3aXRoIHBvcnQgCmZvbnQtYml0c3RyZWFtLTEwMGRwaS0xLjAuMCAgPSAgdXAtdG8tZGF0ZSB3 aXRoIHBvcnQgCmZvbnQtYml0c3RyZWFtLTc1ZHBpLTEuMC4wICA9ICB1cC10by1kYXRlIHdpdGgg cG9ydCAKZm9udC1iaXRzdHJlYW0tdHlwZTEtMS4wLjAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0 IApmb250LWNyb255eC1jeXJpbGxpYy0xLjAuMCAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmZv bnQtY3Vyc29yLW1pc2MtMS4wLjAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZm9udC1k YWV3b28tbWlzYy0xLjAuMCAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmb250LWRlYy1t aXNjLTEuMC4wICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmZvbnQtaWJtLXR5cGUx LTEuMC4wICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZm9udC1pc2FzLW1pc2MtMS4w LjAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmb250LWppcy1taXNjLTEuMC4wICAg ICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmZvbnQtbWljcm8tbWlzYy0xLjAuMCAgICAg ICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZm9udC1taXNjLWN5cmlsbGljLTEuMC4wICAgID0g IHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmb250LW1pc2MtZXRoaW9waWMtMS4wLjAgICAgPSAgdXAt dG8tZGF0ZSB3aXRoIHBvcnQgCmZvbnQtbWlzYy1tZWx0aG8tMS4wLjBfMSAgICA9ICB1cC10by1k YXRlIHdpdGggcG9ydCAKZm9udC1taXNjLW1pc2MtMS4wLjAgICAgICAgID0gIHVwLXRvLWRhdGUg d2l0aCBwb3J0IApmb250LW11dHQtbWlzYy0xLjAuMCAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRo IHBvcnQgCmZvbnQtc2NodW1hY2hlci1taXNjLTEuMC4wICA9ICB1cC10by1kYXRlIHdpdGggcG9y dCAKZm9udC1zY3JlZW4tY3lyaWxsaWMtMS4wLjEgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApm b250LXNvbnktbWlzYy0xLjAuMCAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmZvbnQt c3VuLW1pc2MtMS4wLjAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZm9udC11dGls LTEuMC4xICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmb250LXdpbml0emtp LWN5cmlsbGljLTEuMC4wICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZm9udC14ZnJlZTg2LXR5 cGUxLTEuMC4wICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmb250Y2FjaGVwcm90by0wLjEu MiAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmZvbnRjb25maWctMi40LjJfMiwxICAg ICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKZm9udHNwcm90by0yLjAuMiAgICAgICAgICAg ID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApmcmVldHlwZTItMi4yLjFfMiAgICAgICAgICAgPSAg dXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmdldHRleHQtMC4xNi4xXzMgICAgICAgICAgICA9ICB1cC10 by1kYXRlIHdpdGggcG9ydCAKZ2xpYi0yLjEyLjEzICAgICAgICAgICAgICAgID0gIHVwLXRvLWRh dGUgd2l0aCBwb3J0IApnbGl0ei0wLjUuNl8xICAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3 aXRoIHBvcnQgCmdscHJvdG8tMS40LjggICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGgg cG9ydCAKZ21ha2UtMy44MV8yICAgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0 IApnbm9tZV9zdWJyLTEuMCAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmd0 ay0yLjEwLjE0XzMgICAgICAgICAgICAgICA+ICBzdWNjZWVkcyBwb3J0IChwb3J0IGhhcyAyLjEw LjE0XzIpIApoYWwtMC41LjguMjAwNzA5MDkgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBv cnQgCmhpY29sb3ItaWNvbi10aGVtZS0wLjEwXzIgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAK aW5wdXRwcm90by0xLjQuMi4xICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IAppbnRs dG9vbC0wLjM2LjIgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmpwZWctNmJf NCAgICAgICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKa2Jwcm90by0xLjAu MyAgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJGUy0xLjAuMCAgICAg ICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYkdMLTcuMC4xICAgICAgICAg ICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGliR0xVLTcuMC4xICAgICAgICAgICAg ICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJJQ0UtMS4wLjQsMSAgICAgICAgICAgICAg PSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYlNNLTEuMC4zLDEgICAgICAgICAgICAgICA9ICB1 cC10by1kYXRlIHdpdGggcG9ydCAKbGliWDExLTEuMS4zLDEgICAgICAgICAgICAgID0gIHVwLXRv LWRhdGUgd2l0aCBwb3J0IApsaWJYU2NyblNhdmVyLTEuMS4yICAgICAgICAgPSAgdXAtdG8tZGF0 ZSB3aXRoIHBvcnQgCmxpYlhUcmFwLTEuMC4wICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdp dGggcG9ydCAKbGliWGF1LTEuMC4zXzIgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBw b3J0IApsaWJYYXctMS4wLjQsMSAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQg CmxpYlhjb21wb3NpdGUtMC40LjAsMSAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGli WGN1cnNvci0xLjEuOSAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJYZGFt YWdlLTEuMS4xICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYlhkbWNwLTEu MC4yICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGliWGV2aWUtMS4wLjIg ICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJYZXh0LTEuMC4zLDEgICAg ICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYlhmaXhlcy00LjAuMyAgICAgICAg ICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGliWGZvbnQtMS4zLjEsMSAgICAgICAgICAg ID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJYZm9udGNhY2hlLTEuMC40ICAgICAgICAgPSAg dXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYlhmdC0yLjEuMTIgICAgICAgICAgICAgICA9ICB1cC10 by1kYXRlIHdpdGggcG9ydCAKbGliWGktMS4xLjMsMSAgICAgICAgICAgICAgID0gIHVwLXRvLWRh dGUgd2l0aCBwb3J0IApsaWJYaW5lcmFtYS0xLjAuMiwxICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3 aXRoIHBvcnQgCmxpYlhtdS0xLjAuMywxICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGgg cG9ydCAKbGliWHAtMS4wLjAsMSAgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0 IApsaWJYcG0tMy41LjcgICAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxp YlhwcmludEFwcFV0aWwtMS4wLjEgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGliWHBy aW50VXRpbC0xLjAuMSAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJYcmFuZHIt MS4yLjIgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYlhyZW5kZXItMC45 LjQgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGliWHJlcy0xLjAuM18yICAg ICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJYdC0xLjAuNSAgICAgICAgICAg ICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYlh0c3QtMS4wLjMgICAgICAgICAgICAg ICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGliWHYtMS4wLjMsMSAgICAgICAgICAgICAgID0g IHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJYdk1DLTEuMC40ICAgICAgICAgICAgICAgPSAgdXAt dG8tZGF0ZSB3aXRoIHBvcnQgCmxpYlh4Zjg2ZGdhLTEuMC4yICAgICAgICAgICA9ICB1cC10by1k YXRlIHdpdGggcG9ydCAKbGliWHhmODZtaXNjLTEuMC4xICAgICAgICAgID0gIHVwLXRvLWRhdGUg d2l0aCBwb3J0IApsaWJYeGY4NnZtLTEuMC4xICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRo IHBvcnQgCmxpYmRteC0xLjAuMiAgICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9y dCAKbGliZHJtLTIuMy4wICAgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IAps aWJmb250ZW5jLTEuMC40ICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYmlj b252LTEuOS4yXzIgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGlib2xkWC0x LjAuMSAgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJ0b29sLTEuNS4y NCAgICAgICAgICAgICAgPiAgc3VjY2VlZHMgcG9ydCAocG9ydCBoYXMgMS41LjIyXzQpIApsaWJ2 b2x1bWVfaWQtMC43NS4wXzEgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxpYnhrYmZp bGUtMS4wLjQgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbGlieGtidWktMS4w LjIgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApsaWJ4bWwyLTIuNi4zMCAg ICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCmxvY2FsZWRhdGEtNS40ICAgICAg ICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKbWFrZWRlcGVuZC0xLjAuMSwxICAgICAg ICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApta2ZvbnRkaXItMS4wLjMgICAgICAgICAgICAg PSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCm1rZm9udHNjYWxlLTEuMC4zICAgICAgICAgICA9ICB1 cC10by1kYXRlIHdpdGggcG9ydCAKbmV0cmlrLTEuMTUuNSAgICAgICAgICAgICAgID0gIHVwLXRv LWRhdGUgd2l0aCBwb3J0IApudmlkaWEtZHJpdmVyLTEuMC45NjM5ICAgICAgPSAgdXAtdG8tZGF0 ZSB3aXRoIHBvcnQgCm52aWRpYS1zZXR0aW5ncy0xLjBfMTIgICAgICA9ICB1cC10by1kYXRlIHdp dGggcG9ydCAKbnZpZGlhLXhjb25maWctMS4wXzEgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBw b3J0IApwNS1YTUwtUGFyc2VyLTIuMzRfMiAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQg CnBhbmdvLTEuMTYuNSAgICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKcGNp aWRzLTIwMDcwOTA2ICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApwZXJsLTUu OC44ICAgICAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnBpeG1hbi0wLjku NV8yICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKcGtnLWNvbmZpZy0wLjIy ICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApwbmctMS4yLjE4ICAgICAgICAg ICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnBvbGljeWtpdC0wLjEuMjAwNjA1MTRf NCAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKcG9ydHVwZ3JhZGUtMi4zLjEsMiAgICAgICAg ID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApwcmludHByb3RvLTEuMC4zICAgICAgICAgICAgPSAg dXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnB5dGhvbjI1LTIuNS4xICAgICAgICAgICAgICA9ICB1cC10 by1kYXRlIHdpdGggcG9ydCAKcmFuZHJwcm90by0xLjIuMSAgICAgICAgICAgID0gIHVwLXRvLWRh dGUgd2l0aCBwb3J0IApyZWNvcmRwcm90by0xLjEzLjIgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3 aXRoIHBvcnQgCnJlbmRlcnByb3RvLTAuOS4zICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGgg cG9ydCAKcmVzb3VyY2Vwcm90by0xLjAuMiAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0 IApydWJ5LTEuOC42XzIsMSAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnJ1 YnkxOC1iZGItMC42LjIgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKc2NybnNh dmVycHJvdG8tMS4xLjAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IApzaGFyZWQtbWlt ZS1pbmZvLTAuMjIgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnRpZmYtMy44LjJfMSAg ICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKdHJhcHByb3RvLTMuNC4zICAg ICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IAp0d20tMS4wLjNfMyAgICAgICAgICAg ICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnZpZGVvcHJvdG8tMi4yLjIgICAgICAgICAg ICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKd2dldC0xLjEwLjJfMSAgICAgICAgICAgICAgID0g IHVwLXRvLWRhdGUgd2l0aCBwb3J0IAp4YXV0aC0xLjAuMiAgICAgICAgICAgICAgICAgPSAgdXAt dG8tZGF0ZSB3aXRoIHBvcnQgCnhiaXRtYXBzLTEuMC4xICAgICAgICAgICAgICA9ICB1cC10by1k YXRlIHdpdGggcG9ydCAKeGNtaXNjcHJvdG8tMS4xLjIgICAgICAgICAgID0gIHVwLXRvLWRhdGUg d2l0aCBwb3J0IAp4ZXh0cHJvdG8tNy4wLjIgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRo IHBvcnQgCnhmODYtaW5wdXQta2V5Ym9hcmQtMS4yLjIgICA9ICB1cC10by1kYXRlIHdpdGggcG9y dCAKeGY4Ni1pbnB1dC1tb3VzZS0xLjIuMiAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IAp4 Zjg2YmlnZm9udHByb3RvLTEuMS4yICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnhmODZk Z2Fwcm90by0yLjAuMyAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKeGY4NmRyaXBy b3RvLTIuMC4zICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IAp4Zjg2bWlzY3Byb3Rv LTAuOS4yICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnhmODZ2aWRtb2RlcHJvdG8t Mi4yLjIgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKeGluZXJhbWFwcm90by0xLjEuMiAg ICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IAp4aW5pdC0xLjAuNSAgICAgICAgICAgICAg ICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnhrYmNvbXAtMS4wLjMgICAgICAgICAgICAgICA9 ICB1cC10by1kYXRlIHdpdGggcG9ydCAKeGtleWJvYXJkLWNvbmZpZy0xLjBfMSAgICAgID0gIHVw LXRvLWRhdGUgd2l0aCBwb3J0IAp4b3JnLWZvbnRzLTEwMGRwaS03LjMgICAgICAgPSAgdXAtdG8t ZGF0ZSB3aXRoIHBvcnQgCnhvcmctZm9udHMtNzVkcGktNy4zICAgICAgICA9ICB1cC10by1kYXRl IHdpdGggcG9ydCAKeG9yZy1mb250cy1jeXJpbGxpYy03LjMgICAgID0gIHVwLXRvLWRhdGUgd2l0 aCBwb3J0IAp4b3JnLWZvbnRzLW1pc2NiaXRtYXBzLTcuMyAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBv cnQgCnhvcmctZm9udHMtdHJ1ZXR5cGUtNy4zICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAK eG9yZy1mb250cy10eXBlMS03LjMgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IAp4b3Jn LWxpYnJhcmllcy03LjNfMSAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCnhvcmctc2Vy dmVyLTEuNF8xLDEgICAgICAgICA+ICBzdWNjZWVkcyBwb3J0IChwb3J0IGhhcyAxLjQsMSkgCnhw cm90by03LjAuMTAgICAgICAgICAgICAgICA9ICB1cC10by1kYXRlIHdpdGggcG9ydCAKeHRlcm0t MjI5ICAgICAgICAgICAgICAgICAgID0gIHVwLXRvLWRhdGUgd2l0aCBwb3J0IAp4dHJhbnMtMS4w LjQgICAgICAgICAgICAgICAgPSAgdXAtdG8tZGF0ZSB3aXRoIHBvcnQgCg== ------=_Part_24930_5633126.1191415854337 Content-Type: application/octet-stream; name="nvidia-bug-report.log" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="nvidia-bug-report.log"; filename="nvidia-bug-report.log" X-Attachment-Id: f_f7bu2s0y X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KClN0YXJ0IG9mIE5W SURJQSBidWcgcmVwb3J0IGxvZyBmaWxlLiAgUGxlYXNlIHNlbmQgdGhpcwpyZXBvcnQgYWxvbmcg d2l0aCBhIGRlc2NyaXB0aW9uIG9mIHlvdXIgYnVnLCB0bwpmcmVlYnNkLWdmeC1idWdzQG52aWRp YS5jb20uCgpudmlkaWEtYnVnLXJlcG9ydC5zaCBWZXJzaW9uOiAxODMzMTMzCgpEYXRlOiBXZWQg T2N0ICAzIDE1OjU4OjI4IE5PVlNUIDIwMDcKdW5hbWU6IEZyZWVCU0QgNGRic2Qub2ZmaWNlIDYu Mi1SRUxFQVNFLXA3IEZyZWVCU0QgNi4yLVJFTEVBU0UtcDcgIzA6IE1vbiBTZXAgMjQgMjE6MDU6 NDggTk9WU1QgMjAwNyAgICAgcm9vdEA0ZGJzZC5vZmZpY2U6L3Vzci9vYmovdXNyL3NyYy9zeXMv REtFUk4gIGkzODYKCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f Cgpody5udmlkaWEudmVyc2lvbjogTlZJRElBIEZyZWVCU0QgeDg2IEtlcm5lbCBNb2R1bGUgIDk2 LjQzLjAxICBXZWQgU2VwICA1IDE2OjEzOjUwIFBEVCAyMDA3Cl9fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fCgpody5udmlkaWEuY2FyZHMuMC5tb2RlbDogR2VGb3Jj ZTQgNDIwIEdvCmh3Lm52aWRpYS5jYXJkcy4wLmlycTogMTAKaHcubnZpZGlhLmNhcmRzLjAudmJp b3M6ID8/Lj8/Lj8/Lj8/Lj8/Cmh3Lm52aWRpYS5jYXJkcy4wLnR5cGU6IEFHUApfX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwoKaHcubnZpZGlhLmFncC5jYXJkLnJh dGVzOiA0eCAyeCAxeCAKaHcubnZpZGlhLmFncC5jYXJkLmZ3OiBzdXBwb3J0ZWQKaHcubnZpZGlh LmFncC5jYXJkLnNiYTogbm90IHN1cHBvcnRlZApody5udmlkaWEuYWdwLmNhcmQucmVnaXN0ZXJz OiAweDFmMDAwMDE3OjB4MDAwMDAwMDAKaHcubnZpZGlhLmFncC5zdGF0dXMuc3RhdHVzOiBkaXNh YmxlZApody5udmlkaWEuYWdwLnN0YXR1cy5kcml2ZXI6IG4vYSAodW51c2VkKQpody5udmlkaWEu YWdwLnN0YXR1cy5yYXRlOiBuL2EgKGRpc2FibGVkKQpody5udmlkaWEuYWdwLnN0YXR1cy5mdzog bi9hIChkaXNhYmxlZCkKaHcubnZpZGlhLmFncC5zdGF0dXMuc2JhOiBuL2EgKGRpc2FibGVkKQpf X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwoKaHcubnZpZGlhLnJl Z2lzdHJ5LkVuYWJsZVZpYTR4OiAwCmh3Lm52aWRpYS5yZWdpc3RyeS5FbmFibGVBTGlBR1A6IDAK aHcubnZpZGlhLnJlZ2lzdHJ5Lk52QUdQOiAxCmh3Lm52aWRpYS5yZWdpc3RyeS5FbmFibGVBR1BT QkE6IDAKaHcubnZpZGlhLnJlZ2lzdHJ5LkVuYWJsZUFHUEZXOiAwCmh3Lm52aWRpYS5yZWdpc3Ry eS5Tb2Z0RURJRHM6IDEKaHcubnZpZGlhLnJlZ2lzdHJ5Lk1vYmlsZTogNDI5NDk2NzI5NQpody5u dmlkaWEucmVnaXN0cnkuUmVzbWFuRGVidWdMZXZlbDogNDI5NDk2NzI5NQpody5udmlkaWEucmVn aXN0cnkuRmxhdFBhbmVsTW9kZTogMApody5udmlkaWEucmVnaXN0cnkuRGV2aWNlc0Nvbm5lY3Rl ZDogMApody5udmlkaWEucmVnaXN0cnkuUm1Mb2dvblJDOiAxCmh3Lm52aWRpYS5yZWdpc3RyeS5E ZXRlY3RQcmltYXJ5VmdhOiAxCmh3Lm52aWRpYS5yZWdpc3RyeS5kd29yZHM6IApfX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwoKdm0udm10b3RhbDogClN5c3RlbSB3 aWRlIHRvdGFscyBjb21wdXRlZCBldmVyeSBmaXZlIHNlY29uZHM6ICh2YWx1ZXMgaW4ga2lsb2J5 dGVzKQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpQcm9j ZXNzZXM6CQkoUlVOUTogMSBEaXNrIFdhaXQ6IDEgUGFnZSBXYWl0OiAwIFNsZWVwOiAxOSkKVmly dHVhbCBNZW1vcnk6CQkoVG90YWw6IDY0NDRLLCBBY3RpdmUgMTcyNjRLKQpSZWFsIE1lbW9yeToJ CShUb3RhbDogMTIxNDMySyBBY3RpdmUgOTM2MEspClNoYXJlZCBWaXJ0dWFsIE1lbW9yeToJKFRv dGFsOiA0OTMySyBBY3RpdmU6IDM1NTJLKQpTaGFyZWQgUmVhbCBNZW1vcnk6CShUb3RhbDogMzY3 MksgQWN0aXZlOiAyNjUySykKRnJlZSBNZW1vcnkgUGFnZXM6CTEyMjMwNEsKX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KCmtlcm4udmVyc2lvbjogRnJlZUJTRCA2 LjItUkVMRUFTRS1wNyAjMDogTW9uIFNlcCAyNCAyMTowNTo0OCBOT1ZTVCAyMDA3CiAgICByb290 QDRkYnNkLm9mZmljZTovdXNyL29iai91c3Ivc3JjL3N5cy9ES0VSTgpfX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fXwoKa2Vybi5zbXAubWF4Y3B1czogMQprZXJuLnNt cC5hY3RpdmU6IDAKa2Vybi5zbXAuZGlzYWJsZWQ6IDAKa2Vybi5zbXAuY3B1czogMQpfX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwoKL2V0Yy9tb3RkCkZyZWVCU0Qg Ni4yLVJFTEVBU0UtcDcgKERLRVJOKSAjMDogTW9uIFNlcCAyNCAyMTowNTo0OCBOT1ZTVCAyMDA3 CgpXZWxjb21lIHRvIEZyZWVCU0QhCgpCZWZvcmUgc2Vla2luZyB0ZWNobmljYWwgc3VwcG9ydCwg cGxlYXNlIHVzZSB0aGUgZm9sbG93aW5nIHJlc291cmNlczoKCm8gIFNlY3VyaXR5IGFkdmlzb3Jp ZXMgYW5kIHVwZGF0ZWQgZXJyYXRhIGluZm9ybWF0aW9uIGZvciBhbGwgcmVsZWFzZXMgYXJlCiAg IGF0IGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcvcmVsZWFzZXMvIC0gYWx3YXlzIGNvbnN1bHQgdGhl IEVSUkFUQSBzZWN0aW9uCiAgIGZvciB5b3VyIHJlbGVhc2UgZmlyc3QgYXMgaXQncyB1cGRhdGVk IGZyZXF1ZW50bHkuCgpvICBUaGUgSGFuZGJvb2sgYW5kIEZBUSBkb2N1bWVudHMgYXJlIGF0IGh0 dHA6Ly93d3cuRnJlZUJTRC5vcmcvIGFuZCwKICAgYWxvbmcgd2l0aCB0aGUgbWFpbGluZyBsaXN0 cywgY2FuIGJlIHNlYXJjaGVkIGJ5IGdvaW5nIHRvCiAgIGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcv c2VhcmNoLy4gIElmIHRoZSBkb2MgZGlzdHJpYnV0aW9uIGhhcwogICBiZWVuIGluc3RhbGxlZCwg dGhleSdyZSBhbHNvIGF2YWlsYWJsZSBmb3JtYXR0ZWQgaW4gL3Vzci9zaGFyZS9kb2MuCgpJZiB5 b3Ugc3RpbGwgaGF2ZSBhIHF1ZXN0aW9uIG9yIHByb2JsZW0sIHBsZWFzZSB0YWtlIHRoZSBvdXRw dXQgb2YKYHVuYW1lIC1hJywgYWxvbmcgd2l0aCBhbnkgcmVsZXZhbnQgZXJyb3IgbWVzc2FnZXMs IGFuZCBlbWFpbCBpdAphcyBhIHF1ZXN0aW9uIHRvIHRoZSBxdWVzdGlvbnNARnJlZUJTRC5vcmcg bWFpbGluZyBsaXN0LiAgSWYgeW91IGFyZQp1bmZhbWlsaWFyIHdpdGggRnJlZUJTRCdzIGRpcmVj dG9yeSBsYXlvdXQsIHBsZWFzZSByZWZlciB0byB0aGUgaGllcig3KQptYW51YWwgcGFnZS4gIElm IHlvdSBhcmUgbm90IGZhbWlsaWFyIHdpdGggbWFudWFsIHBhZ2VzLCB0eXBlIGBtYW4gbWFuJy4K CllvdSBtYXkgYWxzbyB1c2Ugc3lzaW5zdGFsbCg4KSB0byByZS1lbnRlciB0aGUgaW5zdGFsbGF0 aW9uIGFuZApjb25maWd1cmF0aW9uIHV0aWxpdHkuICBFZGl0IC9ldGMvbW90ZCB0byBjaGFuZ2Ug dGhpcyBsb2dpbiBhbm5vdW5jZW1lbnQuCgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX18KCi92YXIvbG9nL1hGcmVlODYuMC5sb2cgZG9lcyBub3QgZXhpc3QKCl9f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgovdmFyL2xvZy9Yb3Jn LjAubG9nCl9YU0VSVlRyYW5zU29ja2V0T3BlbkNPVFNTZXJ2ZXI6IFVuYWJsZSB0byBvcGVuIHNv Y2tldCBmb3IgaW5ldDYKX1hTRVJWVHJhbnNPcGVuOiB0cmFuc3BvcnQgb3BlbiBmYWlsZWQgZm9y IGluZXQ2LzRkYnNkLm9mZmljZTowCl9YU0VSVlRyYW5zTWFrZUFsbENPVFNTZXJ2ZXJMaXN0ZW5l cnM6IGZhaWxlZCB0byBvcGVuIGxpc3RlbmVyIGZvciBpbmV0NgoKWC5PcmcgWCBTZXJ2ZXIgMS40 LjAKUmVsZWFzZSBEYXRlOiA1IFNlcHRlbWJlciAyMDA3ClggUHJvdG9jb2wgVmVyc2lvbiAxMSwg UmV2aXNpb24gMApCdWlsZCBPcGVyYXRpbmcgU3lzdGVtOiBGcmVlQlNEIDYuMi1SRUxFQVNFLXA3 IGkzODYgCkN1cnJlbnQgT3BlcmF0aW5nIFN5c3RlbTogRnJlZUJTRCA0ZGJzZC5vZmZpY2UgNi4y LVJFTEVBU0UtcDcgRnJlZUJTRCA2LjItUkVMRUFTRS1wNyAjMDogTW9uIFNlcCAyNCAyMTowNTo0 OCBOT1ZTVCAyMDA3ICAgICByb290QDRkYnNkLm9mZmljZTovdXNyL29iai91c3Ivc3JjL3N5cy9E S0VSTiBpMzg2CkJ1aWxkIERhdGU6IDAxIE9jdG9iZXIgMjAwNyAgMDY6MjU6MDlQTQogCglCZWZv cmUgcmVwb3J0aW5nIHByb2JsZW1zLCBjaGVjayBodHRwOi8vd2lraS54Lm9yZwoJdG8gbWFrZSBz dXJlIHRoYXQgeW91IGhhdmUgdGhlIGxhdGVzdCB2ZXJzaW9uLgpNb2R1bGUgTG9hZGVyIHByZXNl bnQKTWFya2VyczogKC0tKSBwcm9iZWQsICgqKikgZnJvbSBjb25maWcgZmlsZSwgKD09KSBkZWZh dWx0IHNldHRpbmcsCgkoKyspIGZyb20gY29tbWFuZCBsaW5lLCAoISEpIG5vdGljZSwgKElJKSBp bmZvcm1hdGlvbmFsLAoJKFdXKSB3YXJuaW5nLCAoRUUpIGVycm9yLCAoTkkpIG5vdCBpbXBsZW1l bnRlZCwgKD8/KSB1bmtub3duLgooPT0pIExvZyBmaWxlOiAiL3Zhci9sb2cvWG9yZy4wLmxvZyIs IFRpbWU6IFdlZCBPY3QgIDMgMTU6MjI6NTUgMjAwNwooPT0pIFVzaW5nIGNvbmZpZyBmaWxlOiAi L2V0Yy9YMTEveG9yZy5jb25mIgooPT0pIFNlcnZlckxheW91dCAiTGF5b3V0MCIKKCoqKSB8LS0+ U2NyZWVuICJTY3JlZW4wIiAoMCkKKCoqKSB8ICAgfC0tPk1vbml0b3IgIk1vbml0b3IwIgooKiop IHwgICB8LS0+RGV2aWNlICJEZXZpY2UwIgooKiopIHwtLT5JbnB1dCBEZXZpY2UgIktleWJvYXJk MCIKKCoqKSB8LS0+SW5wdXQgRGV2aWNlICJNb3VzZTAiCig9PSkgQXV0b21hdGljYWxseSBhZGRp bmcgZGV2aWNlcwooPT0pIEF1dG9tYXRpY2FsbHkgZW5hYmxpbmcgZGV2aWNlcwooPT0pIEluY2x1 ZGluZyB0aGUgZGVmYXVsdCBmb250IHBhdGggL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL21pc2Mv LC91c3IvbG9jYWwvbGliL1gxMS9mb250cy9UVEYvLC91c3IvbG9jYWwvbGliL1gxMS9mb250cy9P VEYsL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL1R5cGUxLywvdXNyL2xvY2FsL2xpYi9YMTEvZm9u dHMvMTAwZHBpLywvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvNzVkcGkvLgooKiopIEZvbnRQYXRo IHNldCB0bzoKCS91c3IvbG9jYWwvbGliL1gxMS9mb250cy9taXNjLywKCS91c3IvbG9jYWwvbGli L1gxMS9mb250cy83NWRwaS8sCgkvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvMTAwZHBpLywKCS91 c3IvbG9jYWwvbGliL1gxMS9mb250cy9UeXBlMS8sCgkvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMv Y3lyaWxsaWMvLAoJL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL2JpdHN0cmVhbS12ZXJhLywKCS91 c3IvbG9jYWwvbGliL1gxMS9mb250cy9PVEYvLAoJL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL1RU Ri8sCgkvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvbWlzYy8sCgkvdXNyL2xvY2FsL2xpYi9YMTEv Zm9udHMvVFRGLywKCS91c3IvbG9jYWwvbGliL1gxMS9mb250cy9PVEYsCgkvdXNyL2xvY2FsL2xp Yi9YMTEvZm9udHMvVHlwZTEvLAoJL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzLzEwMGRwaS8sCgkv dXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvNzVkcGkvCigqKikgUmdiUGF0aCBzZXQgdG8gIi91c3Iv bG9jYWwvbGliL1gxMS9yZ2IiCigqKikgTW9kdWxlUGF0aCBzZXQgdG8gIi91c3IvbG9jYWwvbGli L3hvcmcvbW9kdWxlcyIKKElJKSBMb2FkZXIgbWFnaWM6IDB4ODFiMTNlMAooSUkpIE1vZHVsZSBB QkkgdmVyc2lvbnM6CglYLk9yZyBBTlNJIEMgRW11bGF0aW9uOiAwLjMKCVguT3JnIFZpZGVvIERy aXZlcjogMi4wCglYLk9yZyBYSW5wdXQgZHJpdmVyIDogMi4wCglYLk9yZyBTZXJ2ZXIgRXh0ZW5z aW9uIDogMC4zCglYLk9yZyBGb250IFJlbmRlcmVyIDogMC41CihJSSkgTG9hZGVyIHJ1bm5pbmcg b24gZnJlZWJzZAooSUkpIExvYWRNb2R1bGU6ICJwY2lkYXRhIgooSUkpIExvYWRpbmcgL3Vzci9s b2NhbC9saWIveG9yZy9tb2R1bGVzLy9saWJwY2lkYXRhLnNvCihJSSkgTW9kdWxlIHBjaWRhdGE6 IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVkIGZvciAxLjQuMCwgbW9kdWxlIHZl cnNpb24gPSAxLjAuMAoJQUJJIGNsYXNzOiBYLk9yZyBWaWRlbyBEcml2ZXIsIHZlcnNpb24gMi4w CigtLSkgVXNpbmcgc3lzY29ucyBkcml2ZXIgd2l0aCBYIHN1cHBvcnQgKHZlcnNpb24gMi4wKQoo LS0pIHVzaW5nIFZUIG51bWJlciA5CgooSUkpIFBDSTogUHJvYmluZyBjb25maWcgdHlwZSB1c2lu ZyBtZXRob2QgMQooSUkpIFBDSTogQ29uZmlnIHR5cGUgaXMgMQooSUkpIFBDSTogc3RhZ2VzID0g MHgwMywgb2xkVmFsMSA9IDB4MDAwMDAwMDAsIG1vZGUxUmVzMSA9IDB4ODAwMDAwMDAKKFdXKSBP UyBkaWQgbm90IGNvdW50IFBDSSBkZXZpY2VzLCBndWVzc2luZyB3aWxkbHkKKElJKSBQQ0k6IFBD SSBzY2FuIChhbGwgdmFsdWVzIGFyZSBpbiBoZXgpCihJSSkgUENJOiAwMDowMDowOiBjaGlwIDgw ODYsMWEzMCBjYXJkIDExNzksMDAwMSByZXYgMDUgY2xhc3MgMDYsMDAsMDAgaGRyIDAwCihJSSkg UENJOiAwMDowMTowOiBjaGlwIDgwODYsMWEzMSBjYXJkIDAwMDAsMDAwMCByZXYgMDUgY2xhc3Mg MDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMDoxZDowOiBjaGlwIDgwODYsMjQ4MiBjYXJkIDEx NzksMDAwMSByZXYgMDIgY2xhc3MgMGMsMDMsMDAgaGRyIDgwCihJSSkgUENJOiAwMDoxZDoxOiBj aGlwIDgwODYsMjQ4NCBjYXJkIDExNzksMDAwMSByZXYgMDIgY2xhc3MgMGMsMDMsMDAgaGRyIDAw CihJSSkgUENJOiAwMDoxZTowOiBjaGlwIDgwODYsMjQ0OCBjYXJkIDAwMDAsMDAwMCByZXYgNDIg Y2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMDoxZjowOiBjaGlwIDgwODYsMjQ4YyBj YXJkIDAwMDAsMDAwMCByZXYgMDIgY2xhc3MgMDYsMDEsMDAgaGRyIDgwCihJSSkgUENJOiAwMDox ZjoxOiBjaGlwIDgwODYsMjQ4YSBjYXJkIDExNzksMDAwMSByZXYgMDIgY2xhc3MgMDEsMDEsOGEg aGRyIDAwCihJSSkgUENJOiAwMDoxZjo1OiBjaGlwIDgwODYsMjQ4NSBjYXJkIDExNzksMDAwMSBy ZXYgMDIgY2xhc3MgMDQsMDEsMDAgaGRyIDAwCihJSSkgUENJOiAwMDoxZjo2OiBjaGlwIDgwODYs MjQ4NiBjYXJkIDExNzksMDAwMSByZXYgMDIgY2xhc3MgMDcsMDMsMDAgaGRyIDAwCihJSSkgUENJ OiAwMTowMDowOiBjaGlwIDEwZGUsMDE3NSBjYXJkIDExNzksMDAwMSByZXYgYTMgY2xhc3MgMDMs MDAsMDAgaGRyIDAwCihJSSkgUENJOiAwMjowODowOiBjaGlwIDgwODYsMTAzMSBjYXJkIDExNzks MDAwMSByZXYgNDIgY2xhc3MgMDIsMDAsMDAgaGRyIDAwCihJSSkgUENJOiAwMjowYjowOiBjaGlw IDExNzksMDYxNyBjYXJkIGZmZmMsMDAwMCByZXYgMzIgY2xhc3MgMDYsMDcsMDAgaGRyIDgyCihJ SSkgUENJOiAwMjowYjoxOiBjaGlwIDExNzksMDYxNyBjYXJkIGZmZmMsMDAwMCByZXYgMzIgY2xh c3MgMDYsMDcsMDAgaGRyIDgyCihJSSkgUENJOiBFbmQgb2YgUENJIHNjYW4KKElJKSBJbnRlbCBC cmlkZ2Ugd29ya2Fyb3VuZCBlbmFibGVkCihJSSkgSG9zdC10by1QQ0kgYnJpZGdlOgooSUkpIEJ1 cyAwOiBicmlkZ2UgaXMgYXQgKDA6MDowKSwgKDAsMCw1KSwgQkNUUkw6IDB4MDAwOCAoVkdBX0VO IGlzIHNldCkKKElJKSBCdXMgMCBJL08gcmFuZ2U6CglbMF0gLTEJMAkweDAwMDAwMDAwIC0gMHgw MDAwZmZmZiAoMHgxMDAwMCkgSVhbQl0KKElJKSBCdXMgMCBub24tcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4MDAwMDAwMDAgLSAweGZmZmZmZmZmICgweDApIE1YW0JdCihJ SSkgQnVzIDAgcHJlZmV0Y2hhYmxlIG1lbW9yeSByYW5nZToKCVswXSAtMQkwCTB4MDAwMDAwMDAg LSAweGZmZmZmZmZmICgweDApIE1YW0JdCihJSSkgUENJLXRvLVBDSSBicmlkZ2U6CihJSSkgQnVz IDE6IGJyaWRnZSBpcyBhdCAoMDoxOjApLCAoMCwxLDEpLCBCQ1RSTDogMHgwMDA4IChWR0FfRU4g aXMgc2V0KQooSUkpIEJ1cyAxIG5vbi1wcmVmZXRjaGFibGUgbWVtb3J5IHJhbmdlOgoJWzBdIC0x CTAJMHhmZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0KKElJKSBCdXMgMSBw cmVmZXRjaGFibGUgbWVtb3J5IHJhbmdlOgoJWzBdIC0xCTAJMHhlYmYwMDAwMCAtIDB4ZWZmZmZm ZmYgKDB4NDEwMDAwMCkgTVhbQl0KKElJKSBTdWJ0cmFjdGl2ZSBQQ0ktdG8tUENJIGJyaWRnZToK KElJKSBCdXMgMjogYnJpZGdlIGlzIGF0ICgwOjMwOjApLCAoMCwyLDUpLCBCQ1RSTDogMHgwMDAw IChWR0FfRU4gaXMgY2xlYXJlZCkKKElJKSBCdXMgMiBJL08gcmFuZ2U6CglbMF0gLTEJMAkweDAw MDBkMDAwIC0gMHgwMDAwZGZmZiAoMHgxMDAwKSBJWFtCXQooSUkpIEJ1cyAyIG5vbi1wcmVmZXRj aGFibGUgbWVtb3J5IHJhbmdlOgoJWzBdIC0xCTAJMHhmY2UwMDAwMCAtIDB4ZmNlZmZmZmYgKDB4 MTAwMDAwKSBNWFtCXQooSUkpIFBDSS10by1JU0EgYnJpZGdlOgooSUkpIEJ1cyAtMTogYnJpZGdl IGlzIGF0ICgwOjMxOjApLCAoMCwtMSwtMSksIEJDVFJMOiAweDAwMDggKFZHQV9FTiBpcyBzZXQp CihJSSkgUENJLXRvLUNhcmRCdXMgYnJpZGdlOgooSUkpIEJ1cyA0OiBicmlkZ2UgaXMgYXQgKDI6 MTE6MCksICgyLDQsNCksIEJDVFJMOiAweDA0MDAgKFZHQV9FTiBpcyBjbGVhcmVkKQooSUkpIFBD SS10by1DYXJkQnVzIGJyaWRnZToKKElJKSBCdXMgNTogYnJpZGdlIGlzIGF0ICgyOjExOjEpLCAo Miw1LDUpLCBCQ1RSTDogMHgwNDAwIChWR0FfRU4gaXMgY2xlYXJlZCkKKC0tKSBQQ0k6KigxOjA6 MCkgblZpZGlhIENvcnBvcmF0aW9uIE5WMTcgW0dlRm9yY2U0IDQyMCBHb10gcmV2IDE2MywgTWVt IEAgMHhmZDAwMDAwMC8yNCwgMHhlYzAwMDAwMC8yNiwgMHhlYmY4MDAwMC8xOQooSUkpIEFkZHJl c3NhYmxlIGJ1cyByZXNvdXJjZSByYW5nZXMgYXJlCglbMF0gLTEJMAkweDAwMDAwMDAwIC0gMHhm ZmZmZmZmZiAoMHgwKSBNWFtCXQoJWzFdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwMGZmZmYgKDB4 MTAwMDApIElYW0JdCihJSSkgT1MtcmVwb3J0ZWQgcmVzb3VyY2UgcmFuZ2VzOgoJWzBdIC0xCTAJ MHgwMDEwMDAwMCAtIDB4M2ZmZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQoJWzFdIC0xCTAJ MHgwMDBmMDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDApIE1YW0JdCglbMl0gLTEJMAkweDAwMGMw MDAwIC0gMHgwMDBlZmZmZiAoMHgzMDAwMCkgTVhbQl0KCVszXSAtMQkwCTB4MDAwMDAwMDAgLSAw eDAwMDlmZmZmICgweGEwMDAwKSBNWFtCXQoJWzRdIC0xCTAJMHgwMDAwZmZmZiAtIDB4MDAwMGZm ZmYgKDB4MSkgSVhbQl0KCVs1XSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDAwMGZmICgweDEwMCkg SVhbQl0KKElJKSBQQ0kgTWVtb3J5IHJlc291cmNlIG92ZXJsYXAgcmVkdWNlZCAweGYwMDAwMDAw IGZyb20gMHhmZmZmZmZmZiB0byAweGVmZmZmZmZmCihJSSkgQWN0aXZlIFBDSSByZXNvdXJjZSBy YW5nZXM6CglbMF0gLTEJMAkweGZjZWZmMDAwIC0gMHhmY2VmZmZmZiAoMHgxMDAwKSBNWFtCXUUK CVsxXSAtMQkwCTB4ZjAwMDAwMDAgLSAweGVmZmZmZmZmICgweDApIE1YW0JdRU8KCVsyXSAtMQkw CTB4ZWJmODAwMDAgLSAweGViZmZmZmZmICgweDgwMDAwKSBNWFtCXShCKQoJWzNdIC0xCTAJMHhl YzAwMDAwMCAtIDB4ZWZmZmZmZmYgKDB4NDAwMDAwMCkgTVhbQl0oQikKCVs0XSAtMQkwCTB4ZmQw MDAwMDAgLSAweGZkZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglbNV0gLTEJMAkweDAwMDBk ZjQwIC0gMHgwMDAwZGY3ZiAoMHg0MCkgSVhbQl1FCglbNl0gLTEJMAkweDAwMDAxMTAwIC0gMHgw MDAwMTFmZiAoMHgxMDApIElYW0JdRQoJWzddIC0xCTAJMHgwMDAwMTAwMCAtIDB4MDAwMDEwZmYg KDB4MTAwKSBJWFtCXUUKCVs4XSAtMQkwCTB4MDAwMGNmYTAgLSAweDAwMDBjZmJmICgweDIwKSBJ WFtCXUUKCVs5XSAtMQkwCTB4MDAwMGNmZTQgLSAweDAwMDBjZmU3ICgweDQpIElYW0JdRQoJWzEw XSAtMQkwCTB4MDAwMGNmZTggLSAweDAwMDBjZmVmICgweDgpIElYW0JdRQoJWzExXSAtMQkwCTB4 MDAwMGNmZjQgLSAweDAwMDBjZmY3ICgweDQpIElYW0JdRQoJWzEyXSAtMQkwCTB4MDAwMGNmZjgg LSAweDAwMDBjZmZmICgweDgpIElYW0JdRQoJWzEzXSAtMQkwCTB4MDAwMGVmODAgLSAweDAwMDBl ZmZmICgweDgwKSBJWFtCXUUKCVsxNF0gLTEJMAkweDAwMDBlZmUwIC0gMHgwMDAwZWZmZiAoMHgy MCkgSVhbQl1FCihJSSkgUENJIEkvTyByZXNvdXJjZSBvdmVybGFwIHJlZHVjZWQgMHgwMDAwZWY4 MCBmcm9tIDB4MDAwMGVmZmYgdG8gMHgwMDAwZWZiZgooSUkpIEFjdGl2ZSBQQ0kgcmVzb3VyY2Ug cmFuZ2VzIGFmdGVyIHJlbW92aW5nIG92ZXJsYXBzOgoJWzBdIC0xCTAJMHhmY2VmZjAwMCAtIDB4 ZmNlZmZmZmYgKDB4MTAwMCkgTVhbQl1FCglbMV0gLTEJMAkweGYwMDAwMDAwIC0gMHhlZmZmZmZm ZiAoMHgwKSBNWFtCXUVPCglbMl0gLTEJMAkweGViZjgwMDAwIC0gMHhlYmZmZmZmZiAoMHg4MDAw MCkgTVhbQl0oQikKCVszXSAtMQkwCTB4ZWMwMDAwMDAgLSAweGVmZmZmZmZmICgweDQwMDAwMDAp IE1YW0JdKEIpCglbNF0gLTEJMAkweGZkMDAwMDAwIC0gMHhmZGZmZmZmZiAoMHgxMDAwMDAwKSBN WFtCXShCKQoJWzVdIC0xCTAJMHgwMDAwZGY0MCAtIDB4MDAwMGRmN2YgKDB4NDApIElYW0JdRQoJ WzZdIC0xCTAJMHgwMDAwMTEwMCAtIDB4MDAwMDExZmYgKDB4MTAwKSBJWFtCXUUKCVs3XSAtMQkw CTB4MDAwMDEwMDAgLSAweDAwMDAxMGZmICgweDEwMCkgSVhbQl1FCglbOF0gLTEJMAkweDAwMDBj ZmEwIC0gMHgwMDAwY2ZiZiAoMHgyMCkgSVhbQl1FCglbOV0gLTEJMAkweDAwMDBjZmU0IC0gMHgw MDAwY2ZlNyAoMHg0KSBJWFtCXUUKCVsxMF0gLTEJMAkweDAwMDBjZmU4IC0gMHgwMDAwY2ZlZiAo MHg4KSBJWFtCXUUKCVsxMV0gLTEJMAkweDAwMDBjZmY0IC0gMHgwMDAwY2ZmNyAoMHg0KSBJWFtC XUUKCVsxMl0gLTEJMAkweDAwMDBjZmY4IC0gMHgwMDAwY2ZmZiAoMHg4KSBJWFtCXUUKCVsxM10g LTEJMAkweDAwMDBlZjgwIC0gMHgwMDAwZWZiZiAoMHg0MCkgSVhbQl1FCglbMTRdIC0xCTAJMHgw MDAwZWZlMCAtIDB4MDAwMGVmZmYgKDB4MjApIElYW0JdRQooSUkpIE9TLXJlcG9ydGVkIHJlc291 cmNlIHJhbmdlcyBhZnRlciByZW1vdmluZyBvdmVybGFwcyB3aXRoIFBDSToKCVswXSAtMQkwCTB4 MDAxMDAwMDAgLSAweDNmZmZmZmZmICgweDNmZjAwMDAwKSBNWFtCXUUoQikKCVsxXSAtMQkwCTB4 MDAwZjAwMDAgLSAweDAwMGZmZmZmICgweDEwMDAwKSBNWFtCXQoJWzJdIC0xCTAJMHgwMDBjMDAw MCAtIDB4MDAwZWZmZmYgKDB4MzAwMDApIE1YW0JdCglbM10gLTEJMAkweDAwMDAwMDAwIC0gMHgw MDA5ZmZmZiAoMHhhMDAwMCkgTVhbQl0KCVs0XSAtMQkwCTB4MDAwMGZmZmYgLSAweDAwMDBmZmZm ICgweDEpIElYW0JdCglbNV0gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDAwMDBmZiAoMHgxMDApIElY W0JdCihJSSkgQWxsIHN5c3RlbSByZXNvdXJjZSByYW5nZXM6CglbMF0gLTEJMAkweDAwMTAwMDAw IC0gMHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpCglbMV0gLTEJMAkweDAwMGYwMDAw IC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkgTVhbQl0KCVsyXSAtMQkwCTB4MDAwYzAwMDAgLSAweDAw MGVmZmZmICgweDMwMDAwKSBNWFtCXQoJWzNdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYg KDB4YTAwMDApIE1YW0JdCglbNF0gLTEJMAkweGZjZWZmMDAwIC0gMHhmY2VmZmZmZiAoMHgxMDAw KSBNWFtCXUUKCVs1XSAtMQkwCTB4ZjAwMDAwMDAgLSAweGVmZmZmZmZmICgweDApIE1YW0JdRU8K CVs2XSAtMQkwCTB4ZWJmODAwMDAgLSAweGViZmZmZmZmICgweDgwMDAwKSBNWFtCXShCKQoJWzdd IC0xCTAJMHhlYzAwMDAwMCAtIDB4ZWZmZmZmZmYgKDB4NDAwMDAwMCkgTVhbQl0oQikKCVs4XSAt MQkwCTB4ZmQwMDAwMDAgLSAweGZkZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglbOV0gLTEJ MAkweDAwMDBmZmZmIC0gMHgwMDAwZmZmZiAoMHgxKSBJWFtCXQoJWzEwXSAtMQkwCTB4MDAwMDAw MDAgLSAweDAwMDAwMGZmICgweDEwMCkgSVhbQl0KCVsxMV0gLTEJMAkweDAwMDBkZjQwIC0gMHgw MDAwZGY3ZiAoMHg0MCkgSVhbQl1FCglbMTJdIC0xCTAJMHgwMDAwMTEwMCAtIDB4MDAwMDExZmYg KDB4MTAwKSBJWFtCXUUKCVsxM10gLTEJMAkweDAwMDAxMDAwIC0gMHgwMDAwMTBmZiAoMHgxMDAp IElYW0JdRQoJWzE0XSAtMQkwCTB4MDAwMGNmYTAgLSAweDAwMDBjZmJmICgweDIwKSBJWFtCXUUK CVsxNV0gLTEJMAkweDAwMDBjZmU0IC0gMHgwMDAwY2ZlNyAoMHg0KSBJWFtCXUUKCVsxNl0gLTEJ MAkweDAwMDBjZmU4IC0gMHgwMDAwY2ZlZiAoMHg4KSBJWFtCXUUKCVsxN10gLTEJMAkweDAwMDBj ZmY0IC0gMHgwMDAwY2ZmNyAoMHg0KSBJWFtCXUUKCVsxOF0gLTEJMAkweDAwMDBjZmY4IC0gMHgw MDAwY2ZmZiAoMHg4KSBJWFtCXUUKCVsxOV0gLTEJMAkweDAwMDBlZjgwIC0gMHgwMDAwZWZiZiAo MHg0MCkgSVhbQl1FCglbMjBdIC0xCTAJMHgwMDAwZWZlMCAtIDB4MDAwMGVmZmYgKDB4MjApIElY W0JdRQooSUkpICJleHRtb2QiIHdpbGwgYmUgbG9hZGVkLiBUaGlzIHdhcyBlbmFibGVkIGJ5IGRl ZmF1bHQgYW5kIGFsc28gc3BlY2lmaWVkIGluIHRoZSBjb25maWcgZmlsZS4KKElJKSAiZGJlIiB3 aWxsIGJlIGxvYWRlZC4gVGhpcyB3YXMgZW5hYmxlZCBieSBkZWZhdWx0IGFuZCBhbHNvIHNwZWNp ZmllZCBpbiB0aGUgY29uZmlnIGZpbGUuCihJSSkgImdseCIgd2lsbCBiZSBsb2FkZWQuIFRoaXMg d2FzIGVuYWJsZWQgYnkgZGVmYXVsdCBhbmQgYWxzbyBzcGVjaWZpZWQgaW4gdGhlIGNvbmZpZyBm aWxlLgooSUkpICJmcmVldHlwZSIgd2lsbCBiZSBsb2FkZWQuIFRoaXMgd2FzIGVuYWJsZWQgYnkg ZGVmYXVsdCBhbmQgYWxzbyBzcGVjaWZpZWQgaW4gdGhlIGNvbmZpZyBmaWxlLgooSUkpICJ0eXBl MSIgd2lsbCBiZSBsb2FkZWQuIFRoaXMgd2FzIGVuYWJsZWQgYnkgZGVmYXVsdCBhbmQgYWxzbyBz cGVjaWZpZWQgaW4gdGhlIGNvbmZpZyBmaWxlLgooSUkpICJyZWNvcmQiIHdpbGwgYmUgbG9hZGVk IGJ5IGRlZmF1bHQuCihJSSkgImRyaSIgd2lsbCBiZSBsb2FkZWQgYnkgZGVmYXVsdC4KKElJKSBM b2FkTW9kdWxlOiAiZGJlIgooSUkpIExvYWRpbmcgL3Vzci9sb2NhbC9saWIveG9yZy9tb2R1bGVz L2V4dGVuc2lvbnMvL2xpYmRiZS5zbwooSUkpIE1vZHVsZSBkYmU6IHZlbmRvcj0iWC5PcmcgRm91 bmRhdGlvbiIKCWNvbXBpbGVkIGZvciAxLjQuMCwgbW9kdWxlIHZlcnNpb24gPSAxLjAuMAoJTW9k dWxlIGNsYXNzOiBYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uCglBQkkgY2xhc3M6IFguT3JnIFNlcnZl ciBFeHRlbnNpb24sIHZlcnNpb24gMC4zCihJSSkgTG9hZGluZyBleHRlbnNpb24gRE9VQkxFLUJV RkZFUgooSUkpIExvYWRNb2R1bGU6ICJleHRtb2QiCihJSSkgTG9hZGluZyAvdXNyL2xvY2FsL2xp Yi94b3JnL21vZHVsZXMvZXh0ZW5zaW9ucy8vbGliZXh0bW9kLnNvCihJSSkgTW9kdWxlIGV4dG1v ZDogdmVuZG9yPSJYLk9yZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDEuNC4wLCBtb2R1bGUg dmVyc2lvbiA9IDEuMC4wCglNb2R1bGUgY2xhc3M6IFguT3JnIFNlcnZlciBFeHRlbnNpb24KCUFC SSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbiwgdmVyc2lvbiAwLjMKKElJKSBMb2FkaW5n IGV4dGVuc2lvbiBTSEFQRQooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIE1JVC1TVU5EUlktTk9OU1RB TkRBUkQKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBCSUctUkVRVUVTVFMKKElJKSBMb2FkaW5nIGV4 dGVuc2lvbiBTWU5DCihJSSkgTG9hZGluZyBleHRlbnNpb24gTUlULVNDUkVFTi1TQVZFUgooSUkp IExvYWRpbmcgZXh0ZW5zaW9uIFhDLU1JU0MKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBYRnJlZTg2 LVZpZE1vZGVFeHRlbnNpb24KKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBYRnJlZTg2LU1pc2MKKElJ KSBMb2FkaW5nIGV4dGVuc2lvbiBYRnJlZTg2LURHQQooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIERQ TVMKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBUT0ctQ1VQCihJSSkgTG9hZGluZyBleHRlbnNpb24g RXh0ZW5kZWQtVmlzdWFsLUluZm9ybWF0aW9uCihJSSkgTG9hZGluZyBleHRlbnNpb24gWFZpZGVv CihJSSkgTG9hZGluZyBleHRlbnNpb24gWFZpZGVvLU1vdGlvbkNvbXBlbnNhdGlvbgooSUkpIExv YWRpbmcgZXh0ZW5zaW9uIFgtUmVzb3VyY2UKKElJKSBMb2FkTW9kdWxlOiAidHlwZTEiCihJSSkg TG9hZGluZyAvdXNyL2xvY2FsL2xpYi94b3JnL21vZHVsZXMvZm9udHMvL2xpYnR5cGUxLnNvCihJ SSkgTW9kdWxlIHR5cGUxOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBmb3Ig MS40LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjIKCU1vZHVsZSBjbGFzczogWC5PcmcgRm9udCBS ZW5kZXJlcgoJQUJJIGNsYXNzOiBYLk9yZyBGb250IFJlbmRlcmVyLCB2ZXJzaW9uIDAuNQooSUkp IExvYWRpbmcgZm9udCBUeXBlMQooSUkpIExvYWRNb2R1bGU6ICJmcmVldHlwZSIKKElJKSBMb2Fk aW5nIC91c3IvbG9jYWwvbGliL3hvcmcvbW9kdWxlcy9mb250cy8vbGliZnJlZXR5cGUuc28KKElJ KSBNb2R1bGUgZnJlZXR5cGU6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiAmIHRoZSBBZnRlciBY LVRUIFByb2plY3QiCgljb21waWxlZCBmb3IgMS40LjAsIG1vZHVsZSB2ZXJzaW9uID0gMi4xLjAK CU1vZHVsZSBjbGFzczogWC5PcmcgRm9udCBSZW5kZXJlcgoJQUJJIGNsYXNzOiBYLk9yZyBGb250 IFJlbmRlcmVyLCB2ZXJzaW9uIDAuNQooSUkpIExvYWRpbmcgZm9udCBGcmVlVHlwZQooSUkpIExv YWRNb2R1bGU6ICJnbHgiCihJSSkgTG9hZGluZyAvdXNyL2xvY2FsL2xpYi94b3JnL21vZHVsZXMv ZXh0ZW5zaW9ucy8vbGliZ2x4LnNvCihJSSkgTW9kdWxlIGdseDogdmVuZG9yPSJOVklESUEgQ29y cG9yYXRpb24iCgljb21waWxlZCBmb3IgNC4wLjIsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCU1v ZHVsZSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbgoJQUJJIGNsYXNzOiBYLk9yZyBTZXJ2 ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAuMQooSUkpIE5WSURJQSBHTFggTW9kdWxlICA5Ni40My4w MSAgV2VkIFNlcCAgNSAxNjozNzoyNCBQRFQgMjAwNwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIEdM WAooSUkpIExvYWRNb2R1bGU6ICJyZWNvcmQiCihJSSkgTG9hZGluZyAvdXNyL2xvY2FsL2xpYi94 b3JnL21vZHVsZXMvZXh0ZW5zaW9ucy8vbGlicmVjb3JkLnNvCihJSSkgTW9kdWxlIHJlY29yZDog dmVuZG9yPSJYLk9yZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDEuNC4wLCBtb2R1bGUgdmVy c2lvbiA9IDEuMTMuMAoJTW9kdWxlIGNsYXNzOiBYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uCglBQkkg Y2xhc3M6IFguT3JnIFNlcnZlciBFeHRlbnNpb24sIHZlcnNpb24gMC4zCihJSSkgTG9hZGluZyBl eHRlbnNpb24gUkVDT1JECihJSSkgTG9hZE1vZHVsZTogImRyaSIKKElJKSBMb2FkaW5nIC91c3Iv bG9jYWwvbGliL3hvcmcvbW9kdWxlcy9leHRlbnNpb25zLy9saWJkcmkuc28KKElJKSBNb2R1bGUg ZHJpOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgMS40LjAsIG1vZHVs ZSB2ZXJzaW9uID0gMS4wLjAKCUFCSSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbiwgdmVy c2lvbiAwLjMKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBYRnJlZTg2LURSSQooSUkpIExvYWRNb2R1 bGU6ICJudmlkaWEiCihJSSkgTG9hZGluZyAvdXNyL2xvY2FsL2xpYi94b3JnL21vZHVsZXMvZHJp dmVycy8vbnZpZGlhX2Rydi5zbwooSUkpIE1vZHVsZSBudmlkaWE6IHZlbmRvcj0iTlZJRElBIENv cnBvcmF0aW9uIgoJY29tcGlsZWQgZm9yIDQuMC4yLCBtb2R1bGUgdmVyc2lvbiA9IDEuMC4wCglN b2R1bGUgY2xhc3M6IFguT3JnIFZpZGVvIERyaXZlcgooSUkpIExvYWRNb2R1bGU6ICJrYmQiCihJ SSkgTG9hZGluZyAvdXNyL2xvY2FsL2xpYi94b3JnL21vZHVsZXMvaW5wdXQvL2tiZF9kcnYuc28K KElJKSBNb2R1bGUga2JkOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBmb3Ig MS40LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4yLjIKCU1vZHVsZSBjbGFzczogWC5PcmcgWElucHV0 IERyaXZlcgoJQUJJIGNsYXNzOiBYLk9yZyBYSW5wdXQgZHJpdmVyLCB2ZXJzaW9uIDIuMAooSUkp IExvYWRNb2R1bGU6ICJtb3VzZSIKKElJKSBMb2FkaW5nIC91c3IvbG9jYWwvbGliL3hvcmcvbW9k dWxlcy9pbnB1dC8vbW91c2VfZHJ2LnNvCihJSSkgTW9kdWxlIG1vdXNlOiB2ZW5kb3I9IlguT3Jn IEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgMS40LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4yLjIK CU1vZHVsZSBjbGFzczogWC5PcmcgWElucHV0IERyaXZlcgoJQUJJIGNsYXNzOiBYLk9yZyBYSW5w dXQgZHJpdmVyLCB2ZXJzaW9uIDIuMAooSUkpIE5WSURJQSBkbGxvYWRlciBYIERyaXZlciAgOTYu NDMuMDEgIFdlZCBTZXAgIDUgMTY6MTY6MjMgUERUIDIwMDcKKElJKSBOVklESUEgVW5pZmllZCBE cml2ZXIgZm9yIGFsbCBTdXBwb3J0ZWQgTlZJRElBIEdQVXMKKElJKSBQcmltYXJ5IERldmljZSBp czogUENJIDAxOjAwOjAKKC0tKSBBc3NpZ25pbmcgZGV2aWNlIHNlY3Rpb24gd2l0aCBubyBidXNJ RCB0byBwcmltYXJ5IGRldmljZQooLS0pIENoaXBzZXQgTlZJRElBIEdQVSBmb3VuZAooSUkpIExv YWRpbmcgc3ViIG1vZHVsZSAiZmIiCihJSSkgTG9hZE1vZHVsZTogImZiIgooSUkpIExvYWRpbmcg L3Vzci9sb2NhbC9saWIveG9yZy9tb2R1bGVzLy9saWJmYi5zbwooSUkpIE1vZHVsZSBmYjogdmVu ZG9yPSJYLk9yZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDEuNC4wLCBtb2R1bGUgdmVyc2lv biA9IDEuMC4wCglBQkkgY2xhc3M6IFguT3JnIEFOU0kgQyBFbXVsYXRpb24sIHZlcnNpb24gMC4z CihJSSkgTG9hZGluZyBzdWIgbW9kdWxlICJyYW1kYWMiCihJSSkgTG9hZE1vZHVsZTogInJhbWRh YyIoSUkpIE1vZHVsZSAicmFtZGFjIiBhbHJlYWR5IGJ1aWx0LWluCihJSSkgTG9hZGluZyBzdWIg bW9kdWxlICJ4YWEiCihJSSkgTG9hZE1vZHVsZTogInhhYSIKKElJKSBMb2FkaW5nIC91c3IvbG9j YWwvbGliL3hvcmcvbW9kdWxlcy8vbGlieGFhLnNvCihJSSkgTW9kdWxlIHhhYTogdmVuZG9yPSJY Lk9yZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDEuNC4wLCBtb2R1bGUgdmVyc2lvbiA9IDEu Mi4wCglBQkkgY2xhc3M6IFguT3JnIFZpZGVvIERyaXZlciwgdmVyc2lvbiAyLjAKKElJKSByZXNv dXJjZSByYW5nZXMgYWZ0ZXIgeGY4NkNsYWltRml4ZWRSZXNvdXJjZXMoKSBjYWxsOgoJWzBdIC0x CTAJMHgwMDEwMDAwMCAtIDB4M2ZmZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQoJWzFdIC0x CTAJMHgwMDBmMDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDApIE1YW0JdCglbMl0gLTEJMAkweDAw MGMwMDAwIC0gMHgwMDBlZmZmZiAoMHgzMDAwMCkgTVhbQl0KCVszXSAtMQkwCTB4MDAwMDAwMDAg LSAweDAwMDlmZmZmICgweGEwMDAwKSBNWFtCXQoJWzRdIC0xCTAJMHhmY2VmZjAwMCAtIDB4ZmNl ZmZmZmYgKDB4MTAwMCkgTVhbQl1FCglbNV0gLTEJMAkweGYwMDAwMDAwIC0gMHhlZmZmZmZmZiAo MHgwKSBNWFtCXUVPCglbNl0gLTEJMAkweGViZjgwMDAwIC0gMHhlYmZmZmZmZiAoMHg4MDAwMCkg TVhbQl0oQikKCVs3XSAtMQkwCTB4ZWMwMDAwMDAgLSAweGVmZmZmZmZmICgweDQwMDAwMDApIE1Y W0JdKEIpCglbOF0gLTEJMAkweGZkMDAwMDAwIC0gMHhmZGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtC XShCKQoJWzldIC0xCTAJMHgwMDAwZmZmZiAtIDB4MDAwMGZmZmYgKDB4MSkgSVhbQl0KCVsxMF0g LTEJMAkweDAwMDAwMDAwIC0gMHgwMDAwMDBmZiAoMHgxMDApIElYW0JdCglbMTFdIC0xCTAJMHgw MDAwZGY0MCAtIDB4MDAwMGRmN2YgKDB4NDApIElYW0JdRQoJWzEyXSAtMQkwCTB4MDAwMDExMDAg LSAweDAwMDAxMWZmICgweDEwMCkgSVhbQl1FCglbMTNdIC0xCTAJMHgwMDAwMTAwMCAtIDB4MDAw MDEwZmYgKDB4MTAwKSBJWFtCXUUKCVsxNF0gLTEJMAkweDAwMDBjZmEwIC0gMHgwMDAwY2ZiZiAo MHgyMCkgSVhbQl1FCglbMTVdIC0xCTAJMHgwMDAwY2ZlNCAtIDB4MDAwMGNmZTcgKDB4NCkgSVhb Ql1FCglbMTZdIC0xCTAJMHgwMDAwY2ZlOCAtIDB4MDAwMGNmZWYgKDB4OCkgSVhbQl1FCglbMTdd IC0xCTAJMHgwMDAwY2ZmNCAtIDB4MDAwMGNmZjcgKDB4NCkgSVhbQl1FCglbMThdIC0xCTAJMHgw MDAwY2ZmOCAtIDB4MDAwMGNmZmYgKDB4OCkgSVhbQl1FCglbMTldIC0xCTAJMHgwMDAwZWY4MCAt IDB4MDAwMGVmYmYgKDB4NDApIElYW0JdRQoJWzIwXSAtMQkwCTB4MDAwMGVmZTAgLSAweDAwMDBl ZmZmICgweDIwKSBJWFtCXUUKKElJKSByZXNvdXJjZSByYW5nZXMgYWZ0ZXIgcHJvYmluZzoKCVsw XSAtMQkwCTB4MDAxMDAwMDAgLSAweDNmZmZmZmZmICgweDNmZjAwMDAwKSBNWFtCXUUoQikKCVsx XSAtMQkwCTB4MDAwZjAwMDAgLSAweDAwMGZmZmZmICgweDEwMDAwKSBNWFtCXQoJWzJdIC0xCTAJ MHgwMDBjMDAwMCAtIDB4MDAwZWZmZmYgKDB4MzAwMDApIE1YW0JdCglbM10gLTEJMAkweDAwMDAw MDAwIC0gMHgwMDA5ZmZmZiAoMHhhMDAwMCkgTVhbQl0KCVs0XSAtMQkwCTB4ZmNlZmYwMDAgLSAw eGZjZWZmZmZmICgweDEwMDApIE1YW0JdRQoJWzVdIC0xCTAJMHhmMDAwMDAwMCAtIDB4ZWZmZmZm ZmYgKDB4MCkgTVhbQl1FTwoJWzZdIC0xCTAJMHhlYmY4MDAwMCAtIDB4ZWJmZmZmZmYgKDB4ODAw MDApIE1YW0JdKEIpCglbN10gLTEJMAkweGVjMDAwMDAwIC0gMHhlZmZmZmZmZiAoMHg0MDAwMDAw KSBNWFtCXShCKQoJWzhdIC0xCTAJMHhmZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkg TVhbQl0oQikKCVs5XSAwCTAJMHgwMDBhMDAwMCAtIDB4MDAwYWZmZmYgKDB4MTAwMDApIE1TW0Jd CglbMTBdIDAJMAkweDAwMGIwMDAwIC0gMHgwMDBiN2ZmZiAoMHg4MDAwKSBNU1tCXQoJWzExXSAw CTAJMHgwMDBiODAwMCAtIDB4MDAwYmZmZmYgKDB4ODAwMCkgTVNbQl0KCVsxMl0gLTEJMAkweDAw MDBmZmZmIC0gMHgwMDAwZmZmZiAoMHgxKSBJWFtCXQoJWzEzXSAtMQkwCTB4MDAwMDAwMDAgLSAw eDAwMDAwMGZmICgweDEwMCkgSVhbQl0KCVsxNF0gLTEJMAkweDAwMDBkZjQwIC0gMHgwMDAwZGY3 ZiAoMHg0MCkgSVhbQl1FCglbMTVdIC0xCTAJMHgwMDAwMTEwMCAtIDB4MDAwMDExZmYgKDB4MTAw KSBJWFtCXUUKCVsxNl0gLTEJMAkweDAwMDAxMDAwIC0gMHgwMDAwMTBmZiAoMHgxMDApIElYW0Jd RQoJWzE3XSAtMQkwCTB4MDAwMGNmYTAgLSAweDAwMDBjZmJmICgweDIwKSBJWFtCXUUKCVsxOF0g LTEJMAkweDAwMDBjZmU0IC0gMHgwMDAwY2ZlNyAoMHg0KSBJWFtCXUUKCVsxOV0gLTEJMAkweDAw MDBjZmU4IC0gMHgwMDAwY2ZlZiAoMHg4KSBJWFtCXUUKCVsyMF0gLTEJMAkweDAwMDBjZmY0IC0g MHgwMDAwY2ZmNyAoMHg0KSBJWFtCXUUKCVsyMV0gLTEJMAkweDAwMDBjZmY4IC0gMHgwMDAwY2Zm ZiAoMHg4KSBJWFtCXUUKCVsyMl0gLTEJMAkweDAwMDBlZjgwIC0gMHgwMDAwZWZiZiAoMHg0MCkg SVhbQl1FCglbMjNdIC0xCTAJMHgwMDAwZWZlMCAtIDB4MDAwMGVmZmYgKDB4MjApIElYW0JdRQoJ WzI0XSAwCTAJMHgwMDAwMDNiMCAtIDB4MDAwMDAzYmIgKDB4YykgSVNbQl0KCVsyNV0gMAkwCTB4 MDAwMDAzYzAgLSAweDAwMDAwM2RmICgweDIwKSBJU1tCXQooSUkpIFNldHRpbmcgdmdhIGZvciBz Y3JlZW4gMC4KKElJKSBOVklESUEoMCk6IENyZWF0aW5nIGRlZmF1bHQgRGlzcGxheSBzdWJzZWN0 aW9uIGluIFNjcmVlbiBzZWN0aW9uCgkiU2NyZWVuMCIgZm9yIGRlcHRoL2ZiYnBwIDI0LzMyCigq KikgTlZJRElBKDApOiBEZXB0aCAyNCwgKC0tKSBmcmFtZWJ1ZmZlciBicHAgMzIKKD09KSBOVklE SUEoMCk6IFJHQiB3ZWlnaHQgODg4Cig9PSkgTlZJRElBKDApOiBEZWZhdWx0IHZpc3VhbCBpcyBU cnVlQ29sb3IKKD09KSBOVklESUEoMCk6IFVzaW5nIGdhbW1hIGNvcnJlY3Rpb24gKDEuMCwgMS4w LCAxLjApCigqKikgTlZJRElBKDApOiBPcHRpb24gIk5vTG9nbyIKKCoqKSBOVklESUEoMCk6IEVu YWJsaW5nIFJFTkRFUiBhY2NlbGVyYXRpb24KKElJKSBOVklESUEoMCk6IFN1cHBvcnQgZm9yIEdM WCB3aXRoIHRoZSBEYW1hZ2UgYW5kIENvbXBvc2l0ZSBYIGV4dGVuc2lvbnMgaXMKKElJKSBOVklE SUEoMCk6ICAgICBlbmFibGVkLgooV1cpIE5WSURJQShHUFUtMCk6IFVuYWJsZSB0byByZWFkIEVE SUQgZm9yIGRpc3BsYXkgZGV2aWNlIENSVC0wCihJSSkgTlZJRElBKDApOiBOVklESUEgR1BVIEdl Rm9yY2U0IDQyMCBHbyBhdCBQQ0k6MTowOjAgKEdQVS0wKQooLS0pIE5WSURJQSgwKTogTWVtb3J5 OiAxNjM4NCBrQnl0ZXMKKC0tKSBOVklESUEoMCk6IFZpZGVvQklPUzogMDQuMTcuMDAuNDEuYzcK KElJKSBOVklESUEoMCk6IERldGVjdGVkIEFHUCByYXRlOiA0WAooLS0pIE5WSURJQSgwKTogSW50 ZXJsYWNlZCB2aWRlbyBtb2RlcyBhcmUgc3VwcG9ydGVkIG9uIHRoaXMgR1BVCigtLSkgTlZJRElB KDApOiBDb25uZWN0ZWQgZGlzcGxheSBkZXZpY2Uocykgb24gR2VGb3JjZTQgNDIwIEdvIGF0IFBD SToxOjA6MDoKKC0tKSBOVklESUEoMCk6ICAgICBDUlQtMAooLS0pIE5WSURJQSgwKTogICAgIE52 aWRpYSBEZWZhdWx0IEZsYXQgUGFuZWwgKERGUC0wKQooLS0pIE5WSURJQSgwKTogQ1JULTA6IDM1 MC4wIE1IeiBtYXhpbXVtIHBpeGVsIGNsb2NrCigtLSkgTlZJRElBKDApOiBOdmlkaWEgRGVmYXVs dCBGbGF0IFBhbmVsIChERlAtMCk6IDIyNC4wIE1IeiBtYXhpbXVtIHBpeGVsCigtLSkgTlZJRElB KDApOiAgICAgY2xvY2sKKC0tKSBOVklESUEoMCk6IE52aWRpYSBEZWZhdWx0IEZsYXQgUGFuZWwg KERGUC0wKTogSW50ZXJuYWwgRHVhbCBMaW5rIExWRFMKKElJKSBOVklESUEoMCk6IEFzc2lnbmVk IERpc3BsYXkgRGV2aWNlOiBDUlQtMAooV1cpIE5WSURJQSgwKTogCihXVykgTlZJRElBKDApOiBO byBtb2RlcyB3ZXJlIHJlcXVlc3RlZDsgdGhlIGRlZmF1bHQgbW9kZSAibnZpZGlhLWF1dG8tc2Vs ZWN0IgooV1cpIE5WSURJQSgwKTogICAgIHdpbGwgYmUgdXNlZCBhcyB0aGUgcmVxdWVzdGVkIG1v ZGUuCihXVykgTlZJRElBKDApOiAKKElJKSBOVklESUEoMCk6IFZhbGlkYXRlZCBtb2RlczoKKElJ KSBOVklESUEoMCk6ICAgICAibnZpZGlhLWF1dG8tc2VsZWN0IgooSUkpIE5WSURJQSgwKTogVmly dHVhbCBzY3JlZW4gc2l6ZSBkZXRlcm1pbmVkIHRvIGJlIDEwMjQgeCA3NjgKKFdXKSBOVklESUEo MCk6IFVuYWJsZSB0byBnZXQgZGlzcGxheSBkZXZpY2UgQ1JULTAncyBFRElEOyBjYW5ub3QgY29t cHV0ZSBEUEkKKFdXKSBOVklESUEoMCk6ICAgICBmcm9tIENSVC0wJ3MgRURJRC4KKCoqKSBOVklE SUEoMCk6IERQSSBzZXQgdG8gKDgwLCA4MCk7IGNvbXB1dGVkIGZyb20gIkRpc3BsYXlTaXplIiBN b25pdG9yCigqKikgTlZJRElBKDApOiAgICAgc2VjdGlvbiBvcHRpb24KKC0tKSBEZXB0aCAyNCBw aXhtYXAgZm9ybWF0IGlzIDMyIGJwcAooSUkpIGRvIEkgbmVlZCBSQUM/ICBObywgSSBkb24ndC4K KElJKSByZXNvdXJjZSByYW5nZXMgYWZ0ZXIgcHJlSW5pdDoKCVswXSAwCTAJMHhlYmY4MDAwMCAt IDB4ZWJmZmZmZmYgKDB4ODAwMDApIE1YW0JdCglbMV0gMAkwCTB4ZWMwMDAwMDAgLSAweGVmZmZm ZmZmICgweDQwMDAwMDApIE1YW0JdCglbMl0gMAkwCTB4ZmQwMDAwMDAgLSAweGZkZmZmZmZmICgw eDEwMDAwMDApIE1YW0JdCglbM10gLTEJMAkweDAwMTAwMDAwIC0gMHgzZmZmZmZmZiAoMHgzZmYw MDAwMCkgTVhbQl1FKEIpCglbNF0gLTEJMAkweDAwMGYwMDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAw MCkgTVhbQl0KCVs1XSAtMQkwCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMwMDAwKSBNWFtC XQoJWzZdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4YTAwMDApIE1YW0JdCglbN10g LTEJMAkweGZjZWZmMDAwIC0gMHhmY2VmZmZmZiAoMHgxMDAwKSBNWFtCXUUKCVs4XSAtMQkwCTB4 ZjAwMDAwMDAgLSAweGVmZmZmZmZmICgweDApIE1YW0JdRU8KCVs5XSAtMQkwCTB4ZWJmODAwMDAg LSAweGViZmZmZmZmICgweDgwMDAwKSBNWFtCXShCKQoJWzEwXSAtMQkwCTB4ZWMwMDAwMDAgLSAw eGVmZmZmZmZmICgweDQwMDAwMDApIE1YW0JdKEIpCglbMTFdIC0xCTAJMHhmZDAwMDAwMCAtIDB4 ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsxMl0gMAkwCTB4MDAwYTAwMDAgLSAweDAw MGFmZmZmICgweDEwMDAwKSBNU1tCXShPcHJEKQoJWzEzXSAwCTAJMHgwMDBiMDAwMCAtIDB4MDAw YjdmZmYgKDB4ODAwMCkgTVNbQl0oT3ByRCkKCVsxNF0gMAkwCTB4MDAwYjgwMDAgLSAweDAwMGJm ZmZmICgweDgwMDApIE1TW0JdKE9wckQpCglbMTVdIC0xCTAJMHgwMDAwZmZmZiAtIDB4MDAwMGZm ZmYgKDB4MSkgSVhbQl0KCVsxNl0gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDAwMDBmZiAoMHgxMDAp IElYW0JdCglbMTddIC0xCTAJMHgwMDAwZGY0MCAtIDB4MDAwMGRmN2YgKDB4NDApIElYW0JdRQoJ WzE4XSAtMQkwCTB4MDAwMDExMDAgLSAweDAwMDAxMWZmICgweDEwMCkgSVhbQl1FCglbMTldIC0x CTAJMHgwMDAwMTAwMCAtIDB4MDAwMDEwZmYgKDB4MTAwKSBJWFtCXUUKCVsyMF0gLTEJMAkweDAw MDBjZmEwIC0gMHgwMDAwY2ZiZiAoMHgyMCkgSVhbQl1FCglbMjFdIC0xCTAJMHgwMDAwY2ZlNCAt IDB4MDAwMGNmZTcgKDB4NCkgSVhbQl1FCglbMjJdIC0xCTAJMHgwMDAwY2ZlOCAtIDB4MDAwMGNm ZWYgKDB4OCkgSVhbQl1FCglbMjNdIC0xCTAJMHgwMDAwY2ZmNCAtIDB4MDAwMGNmZjcgKDB4NCkg SVhbQl1FCglbMjRdIC0xCTAJMHgwMDAwY2ZmOCAtIDB4MDAwMGNmZmYgKDB4OCkgSVhbQl1FCglb MjVdIC0xCTAJMHgwMDAwZWY4MCAtIDB4MDAwMGVmYmYgKDB4NDApIElYW0JdRQoJWzI2XSAtMQkw CTB4MDAwMGVmZTAgLSAweDAwMDBlZmZmICgweDIwKSBJWFtCXUUKCVsyN10gMAkwCTB4MDAwMDAz YjAgLSAweDAwMDAwM2JiICgweGMpIElTW0JdKE9wclUpCglbMjhdIDAJMAkweDAwMDAwM2MwIC0g MHgwMDAwMDNkZiAoMHgyMCkgSVNbQl0oT3ByVSkKKElJKSBOVklESUEoMCk6IFNldHRpbmcgbW9k ZSAibnZpZGlhLWF1dG8tc2VsZWN0IgooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIE5WLUdMWAooSUkp IE5WSURJQSgwKTogTlZJRElBIDNEIEFjY2VsZXJhdGlvbiBBcmNoaXRlY3R1cmUgSW5pdGlhbGl6 ZWQKKElJKSBOVklESUEoMCk6IFVzaW5nIHRoZSBOVklESUEgMkQgYWNjZWxlcmF0aW9uIGFyY2hp dGVjdHVyZQooPT0pIE5WSURJQSgwKTogQmFja2luZyBzdG9yZSBkaXNhYmxlZAooPT0pIE5WSURJ QSgwKTogU2lsa2VuIG1vdXNlIGVuYWJsZWQKKCoqKSBPcHRpb24gImRwbXMiCigqKikgTlZJRElB KDApOiBEUE1TIGVuYWJsZWQKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBOVi1DT05UUk9MCig9PSkg UmFuZFIgZW5hYmxlZAooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNpb24gTUlULVNI TQooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNpb24gWElucHV0RXh0ZW5zaW9uCihJ SSkgSW5pdGlhbGl6aW5nIGJ1aWx0LWluIGV4dGVuc2lvbiBYVEVTVAooSUkpIEluaXRpYWxpemlu ZyBidWlsdC1pbiBleHRlbnNpb24gWEtFWUJPQVJECihJSSkgSW5pdGlhbGl6aW5nIGJ1aWx0LWlu IGV4dGVuc2lvbiBYQy1BUFBHUk9VUAooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNp b24gWEFjY2Vzc0NvbnRyb2xFeHRlbnNpb24KKElJKSBJbml0aWFsaXppbmcgYnVpbHQtaW4gZXh0 ZW5zaW9uIFNFQ1VSSVRZCihJSSkgSW5pdGlhbGl6aW5nIGJ1aWx0LWluIGV4dGVuc2lvbiBYSU5F UkFNQQooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNpb24gWEZJWEVTCihJSSkgSW5p dGlhbGl6aW5nIGJ1aWx0LWluIGV4dGVuc2lvbiBYRnJlZTg2LUJpZ2ZvbnQKKElJKSBJbml0aWFs aXppbmcgYnVpbHQtaW4gZXh0ZW5zaW9uIFJFTkRFUgooSUkpIEluaXRpYWxpemluZyBidWlsdC1p biBleHRlbnNpb24gUkFORFIKKElJKSBJbml0aWFsaXppbmcgYnVpbHQtaW4gZXh0ZW5zaW9uIENP TVBPU0lURQooSUkpIEluaXRpYWxpemluZyBidWlsdC1pbiBleHRlbnNpb24gREFNQUdFCihJSSkg SW5pdGlhbGl6aW5nIGJ1aWx0LWluIGV4dGVuc2lvbiBYRVZJRQooSUkpIEluaXRpYWxpemluZyBl eHRlbnNpb24gR0xYCigqKikgT3B0aW9uICJDb3JlS2V5Ym9hcmQiCigqKikgS2V5Ym9hcmQwOiBh bHdheXMgcmVwb3J0cyBjb3JlIGV2ZW50cwooKiopIE9wdGlvbiAiUHJvdG9jb2wiICJzdGFuZGFy ZCIKKCoqKSBLZXlib2FyZDA6IFByb3RvY29sOiBzdGFuZGFyZAooKiopIE9wdGlvbiAiQXV0b1Jl cGVhdCIgIjUwMCAzMCIKKCoqKSBPcHRpb24gIlhrYlJ1bGVzIiAieG9yZyIKKCoqKSBLZXlib2Fy ZDA6IFhrYlJ1bGVzOiAieG9yZyIKKCoqKSBPcHRpb24gIlhrYk1vZGVsIiAicGMxMDUiCigqKikg S2V5Ym9hcmQwOiBYa2JNb2RlbDogInBjMTA1IgooKiopIE9wdGlvbiAiWGtiTGF5b3V0IiAidXMi CigqKikgS2V5Ym9hcmQwOiBYa2JMYXlvdXQ6ICJ1cyIKKCoqKSBPcHRpb24gIkN1c3RvbUtleWNv ZGVzIiAib2ZmIgooKiopIEtleWJvYXJkMDogQ3VzdG9tS2V5Y29kZXMgZGlzYWJsZWQKKCoqKSBP cHRpb24gIlByb3RvY29sIiAiYXV0byIKKCoqKSBNb3VzZTA6IERldmljZTogIi9kZXYvc3lzbW91 c2UiCigqKikgTW91c2UwOiBQcm90b2NvbDogImF1dG8iCigqKikgT3B0aW9uICJDb3JlUG9pbnRl ciIKKCoqKSBNb3VzZTA6IGFsd2F5cyByZXBvcnRzIGNvcmUgZXZlbnRzCigqKikgT3B0aW9uICJE ZXZpY2UiICIvZGV2L3N5c21vdXNlIgooKiopIE9wdGlvbiAiRW11bGF0ZTNCdXR0b25zIiAibm8i CigqKikgT3B0aW9uICJaQXhpc01hcHBpbmciICI0IDUiCigqKikgTW91c2UwOiBaQXhpc01hcHBp bmc6IGJ1dHRvbnMgNCBhbmQgNQooKiopIE1vdXNlMDogQnV0dG9uczogOQooKiopIE1vdXNlMDog U2Vuc2l0aXZpdHk6IDEKKElJKSBldmFsdWF0aW5nIGRldmljZSAoTW91c2UwKQooSUkpIFhJTlBV VDogQWRkaW5nIGV4dGVuZGVkIGlucHV0IGRldmljZSAiTW91c2UwIiAodHlwZTogTU9VU0UpCihJ SSkgZXZhbHVhdGluZyBkZXZpY2UgKEtleWJvYXJkMCkKKElJKSBYSU5QVVQ6IEFkZGluZyBleHRl bmRlZCBpbnB1dCBkZXZpY2UgIktleWJvYXJkMCIgKHR5cGU6IEtFWUJPQVJEKQooSUkpIE1vdXNl MDogU2V0dXBBdXRvOiBody5pZnR5cGUgaXMgNCwgaHcubW9kZWwgaXMgMAooSUkpIE1vdXNlMDog U2V0dXBBdXRvOiBwcm90b2NvbCBpcyBTeXNNb3VzZQpGcmVlRm9udFBhdGg6IEZQRSAiL3Vzci9s b2NhbC9saWIvWDExL2ZvbnRzL21pc2MvIiByZWZjb3VudCBpcyAyLCBzaG91bGQgYmUgMTsgZml4 aW5nLgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KCi9ldGMv WDExL3hvcmcuY29uZgojIG52aWRpYS14Y29uZmlnOiBYIGNvbmZpZ3VyYXRpb24gZmlsZSBnZW5l cmF0ZWQgYnkgbnZpZGlhLXhjb25maWcKIyBudmlkaWEteGNvbmZpZzogIHZlcnNpb24gMS4wICAo YnVpbGRtZWlzdGVyQGJ1aWxkZXIyNC5udmlkaWEuY29tKSAgV2VkIFNlcCAgNSAxNjozNzo0NSBQ RFQgMjAwNwoKClNlY3Rpb24gIlNlcnZlckxheW91dCIKICAgIElkZW50aWZpZXIgICAgICJMYXlv dXQwIgogICAgU2NyZWVuICAgICAgMCAgIlNjcmVlbjAiIDAgMAogICAgSW5wdXREZXZpY2UgICAg IktleWJvYXJkMCIgIkNvcmVLZXlib2FyZCIKICAgIElucHV0RGV2aWNlICAgICJNb3VzZTAiICJD b3JlUG9pbnRlciIKRW5kU2VjdGlvbgoKU2VjdGlvbiAiRmlsZXMiCgogIyAgIEZvbnRQYXRoCSAg ICAiL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL2xvY2FsLyIKICAgIFJnYlBhdGggICAgICAgICAi L3Vzci9sb2NhbC9saWIvWDExL3JnYiIKICAgIE1vZHVsZVBhdGggICAgICAiL3Vzci9sb2NhbC9s aWIveG9yZy9tb2R1bGVzIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEv Zm9udHMvbWlzYy8iCiAgICBGb250UGF0aCAgICAgICAgIi91c3IvbG9jYWwvbGliL1gxMS9mb250 cy83NWRwaS8iCiAgICBGb250UGF0aCAgICAgICAgIi91c3IvbG9jYWwvbGliL1gxMS9mb250cy8x MDBkcGkvIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvVHlw ZTEvIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvY3lyaWxs aWMvIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvYml0c3Ry ZWFtLXZlcmEvIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMv T1RGLyIKICAgIEZvbnRQYXRoICAgICAgICAiL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL1RURi8i CkVuZFNlY3Rpb24KClNlY3Rpb24gIk1vZHVsZSIKICAgIExvYWQgICAgICAgICAgICJkYmUiCiAg ICBMb2FkICAgICAgICAgICAiZXh0bW9kIgogICAgTG9hZCAgICAgICAgICAgInR5cGUxIgogICAg TG9hZCAgICAgICAgICAgImZyZWV0eXBlIgogICAgTG9hZCAgICAgICAgICAgImdseCIKRW5kU2Vj dGlvbgoKU2VjdGlvbiAiSW5wdXREZXZpY2UiCgogICAgIyBnZW5lcmF0ZWQgZnJvbSBkZWZhdWx0 CiAgICBJZGVudGlmaWVyICAgICAiTW91c2UwIgogICAgRHJpdmVyICAgICAgICAgIm1vdXNlIgog ICAgT3B0aW9uICAgICAgICAgIlByb3RvY29sIiAiYXV0byIKICAgIE9wdGlvbiAgICAgICAgICJE ZXZpY2UiICIvZGV2L3N5c21vdXNlIgogICAgT3B0aW9uICAgICAgICAgIkVtdWxhdGUzQnV0dG9u cyIgIm5vIgogICAgT3B0aW9uICAgICAgICAgIlpBeGlzTWFwcGluZyIgIjQgNSIKRW5kU2VjdGlv bgoKU2VjdGlvbiAiSW5wdXREZXZpY2UiCgogICAgIyBnZW5lcmF0ZWQgZnJvbSBkZWZhdWx0CiAg ICBJZGVudGlmaWVyICAgICAiS2V5Ym9hcmQwIgogICAgRHJpdmVyICAgICAgICAgImtleWJvYXJk IgpFbmRTZWN0aW9uCgpTZWN0aW9uICJNb25pdG9yIgogICAgSWRlbnRpZmllciAgICAgIk1vbml0 b3IwIgogICAgVmVuZG9yTmFtZSAgICAgIlVua25vd24iCiAgICBNb2RlbE5hbWUgICAgICAiVW5r bm93biIKICAgIERpc3BsYXlTaXplICAgICAzMjQgICAgMjQzCiAgICBIb3JpelN5bmMgICAgICAg MzEuNSAtIDQ4LjUKICAgIFZlcnRSZWZyZXNoICAgICA0MC4wIC0gNzAuMAogICAgT3B0aW9uICAg ICAgICAgIkRQTVMiCkVuZFNlY3Rpb24KClNlY3Rpb24gIkRldmljZSIKICAgIElkZW50aWZpZXIg ICAgICJEZXZpY2UwIgogICAgRHJpdmVyICAgICAgICAgIm52aWRpYSIKICAgIFZlbmRvck5hbWUg ICAgICJOVklESUEgQ29ycG9yYXRpb24iCkVuZFNlY3Rpb24KClNlY3Rpb24gIlNjcmVlbiIKICAg IElkZW50aWZpZXIgICAgICJTY3JlZW4wIgogICAgRGV2aWNlICAgICAgICAgIkRldmljZTAiCiAg ICBNb25pdG9yICAgICAgICAiTW9uaXRvcjAiCiAgICBEZWZhdWx0RGVwdGggICAgMjQKICAgIE9w dGlvbiAgICAgICAgICJOT0xPR08iCiAgICBTdWJTZWN0aW9uICAgICAiRGlzcGxheSIKICAgICAg ICBWaWV3cG9ydCAgICAwIDAKICAgICAjICAgRGVwdGggICAgICAgMjQKICAgICAgICBEZXB0aCAg ICAgICAxNgogICAgICMgICBNb2RlcyAgICAgICIxMDI0eDc2OCIgIjgwMHg2MDAiICI2NDB4NDgw IgogICAgICAgIE1vZGVzICAgICAgIjY0MHg0ODAiCiAgICBFbmRTdWJTZWN0aW9uCkVuZFNlY3Rp b24KCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgovdXNyL2Jp bi92bXN0YXQKCiBwcm9jcyAgICAgIG1lbW9yeSAgICAgIHBhZ2UgICAgICAgICAgICAgICAgICAg ZGlzayAgIGZhdWx0cyAgICAgIGNwdQogciBiIHcgICAgIGF2bSAgICBmcmUgIGZsdCAgcmUgIHBp ICBwbyAgZnIgIHNyIGFkMCAgIGluICAgc3kgIGNzIHVzIHN5IGlkCiAwIDAgMCAgIDE3NTQwIDEy MjEzMiAgIDE5ICAgMCAgIDAgICAwICAxNyAgIDAgICAwIDEyODEgICA4OSAzNjkgIDEgIDEgOTkK Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgovdXNyL2Jpbi92 bXN0YXQgLWEgLWkKCmludGVycnVwdCAgICAgICAgICAgICAgICAgICAgICAgICAgdG90YWwgICAg ICAgcmF0ZQo/Pz8gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwICAgICAgICAg IDAKaXJxMDogY2xrICAgICAgICAgICAgICAgICAgICAgICAgNTUyMzYxMSAgICAgICAgOTk5CnN0 cmF5IGlycTAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDAgICAgICAgICAgMAppcnExOiBh dGtiZDAgICAgICAgICAgICAgICAgICAgICAgICAxMDYzICAgICAgICAgIDAKc3RyYXkgaXJxMSAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgMCAgICAgICAgICAwCmlycTM6ICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIDAgICAgICAgICAgMApzdHJheSBpcnEzICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAwICAgICAgICAgIDAKaXJxNDogc2lvMCAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgMCAgICAgICAgICAwCnN0cmF5IGlycTQgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIDAgICAgICAgICAgMAppcnE1OiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAwICAgICAgICAgIDAKc3RyYXkgaXJxNSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMCAg ICAgICAgICAwCmlycTY6IGZkYzAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMTEgICAgICAg ICAgMApzdHJheSBpcnE2ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwICAgICAgICAgIDAK aXJxNzogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMCAgICAgICAgICAwCnN0cmF5 IGlycTcgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDAgICAgICAgICAgMAppcnE4OiBydGMg ICAgICAgICAgICAgICAgICAgICAgICAgNzA2OTI5ICAgICAgICAxMjcKc3RyYXkgaXJxOCAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgMCAgICAgICAgICAwCmlycTk6IGFjcGkwICAgICAgICAg ICAgICAgICAgICAgICAgICAzNjAgICAgICAgICAgMApzdHJheSBpcnE5ICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAwICAgICAgICAgIDAKaXJxMTA6IG52aWRpYTAgICAgICAgICAgICAgICAg ICAgICAgIDIyMCAgICAgICAgICAwCnN0cmF5IGlycTEwICAgICAgICAgICAgICAgICAgICAgICAg ICAgIDAgICAgICAgICAgMAppcnExMTogY2JiMCBjYmIxKyogICAgICAgICAgICAgICAgIDEwOTgz ICAgICAgICAgIDEKc3RyYXkgaXJxMTEgICAgICAgICAgICAgICAgICAgICAgICAgICAgMCAgICAg ICAgICAwCmlycTEyOiBwc20wICAgICAgICAgICAgICAgICAgICAgICAgICAgNTEgICAgICAgICAg MApzdHJheSBpcnExMiAgICAgICAgICAgICAgICAgICAgICAgICAgICAwICAgICAgICAgIDAKaXJx MTM6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMCAgICAgICAgICAwCnN0cmF5IGly cTEzICAgICAgICAgICAgICAgICAgICAgICAgICAgIDAgICAgICAgICAgMAppcnExNDogYXRhMCAg ICAgICAgICAgICAgICAgICAgICAgIDMwOTk3ICAgICAgICAgIDUKc3RyYXkgaXJxMTQgICAgICAg ICAgICAgICAgICAgICAgICAgICAgMCAgICAgICAgICAwCmlycTE1OiBhdGExICAgICAgICAgICAg ICAgICAgICAgICAgICAgNDggICAgICAgICAgMApzdHJheSBpcnExNSAgICAgICAgICAgICAgICAg ICAgICAgICAgICAwICAgICAgICAgIDAKVG90YWwgICAgICAgICAgICAgICAgICAgICAgICAgICAg NjI3NDI3MyAgICAgICAxMTM1CgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fXwoKL3NiaW4va2xkc3RhdCAtdgoKSWQgUmVmcyBBZGRyZXNzICAgIFNpemUgICAgIE5h bWUKIDEgICAxMiAweGMwNDAwMDAwIDM2NTM3OCAgIGtlcm5lbAoJQ29udGFpbnMgbW9kdWxlczoK CQlJZCBOYW1lCgkJMjIgeHB0CgkJMjMgcHJvYmUKCQkyNCBjYW0KCQkyNSBkYQoJCTI2IGF0YQoJ CTI3IHBjY2FyZC9hdGEKCQkyOCBhdGEvYWQKCQkyOSBpc2EvYXRhCgkJMzAgcGNpL2F0YXBjaQoJ CTMxIGF0YXBjaS9hdGEKCQkzMiBhdGEvYWNkCgkJMzMgY2JiL2NhcmRidXMKCQkzNCBleGNhCgkJ MzUgcGNpL2Z4cAoJCTM2IGNhcmRidXMvZnhwCgkJMzcgZnhwL21paWJ1cwoJCTM4IGtiZG11eAoJ CTM5IGdfbWQKCQk0MCBtZW0KCQk0MSBtaWlidXMvYWNwaHkKCQk0MiBtaWlidXMvYW1waHkKCQk0 MyBtaWlidXMvYm10cGh5CgkJNDQgbWlpYnVzL2JyZ3BoeQoJCTQ1IG1paWJ1cy9jaXBoeQoJCTQ2 IG1paWJ1cy9lMTAwMHBoeQoJCTQ3IG1paWJ1cy94bHBoeQoJCTQ4IG1paWJ1cy9nZW50YmkKCQk0 OSBtaWlidXMvaW5waHkKCQk1MCBtaWlidXMvaXAxMDAwcGh5CgkJNTEgbWlpYnVzL2x4dHBoeQoJ CTUyIG1paWJ1cy9tbHBoeQoJCTUzIG1paWJ1cy9uc2dwaHkKCQk1NCBtaWlidXMvbnNwaHkKCQk1 NSBtaWlidXMvcG5hcGh5CgkJNTYgbWlpYnVzL3BucGh5CgkJNTcgbWlpYnVzL3FzcGh5CgkJNTgg bWlpYnVzL3JnZXBoeQoJCTU5IG1paWJ1cy9ybHBoeQoJCTYwIG1paWJ1cy9ydWVwaHkKCQk2MSBt aWlidXMvdGRrcGh5CgkJNjIgbWlpYnVzL3RscGh5CgkJNjMgbWlpYnVzL3VrcGh5CgkJNjQgbWlp YnVzL3htcGh5CgkJNjUgbnVsbAoJCTY2IHBjaWMvcGNjYXJkCgkJNjcgY2JiL3BjY2FyZAoJCTY4 IGlzYS9jYmIKCQk2OSBwY2kvY2JiCgkJNzAgcGNpL2ZpeHVwX3BjaQoJCTcxIHBjaS9pZ25vcmVf cGNpCgkJNzIgcGNpL2lzYWIKCQk3MyBwY2liL3BjaQoJCTc0IHBjaS9wY2liCgkJNzUgcmFuZG9t CgkJNzYgcGNjYXJkL3NpbwoJCTc3IHBjaS9zaW8KCQk3OCBjYXJkYnVzL3NpbwoJCTc5IHBjaS9z bmRfaWNoCgkJODAgc291bmQKCQk4MSBwY2kvdWhjaQoJCTgyIGNhcmRidXMvdWhjaQoJCTgzIHVz Yi91aHViCgkJODQgdWh1Yi91aHViCgkJODUgdWh1Yi91bWFzcwoJCTg2IG9oY2kvdXNiCgkJODcg dWhjaS91c2IKCQk4OCBlaGNpL3VzYgoJCTg5IHdhdGNoZG9nCgkJOTAgZGV2ZnMKCQk5MSBtc2Rv c2ZzCgkJOTIgcHJvY2ZzCgkJOTMgcHNldWRvZnMKCQk5NCBnX2RldgoJCTk1IGdfZGlzawoJCTk2 IGdfZ3B0CgkJOTcgZ192ZnMKCQk5OCBpc2FiL2lzYQoJCTk5IGVpc2FiL2lzYQoJCTEwMCBpc2Ev aXNhaGludAoJCTEwMSBpc2Evb3JtCgkJMTAyIGlzYS9wbnAKCQkxMDMgY2Q5NjYwCgkJMTA0IGVs ZjMyCgkJMTA1IHNoZWxsCgkJMTA2IGNwdS9jcHVmcmVxCgkJMTA3IHJvb3RidXMKCQkxMDggbXNn c3lzCgkJMTA5IG1zZ2N0bAoJCTExMCBtc2dnZXQKCQkxMTEgbXNnc25kCgkJMTEyIG1zZ3JjdgoJ CTExMyBzeXN2bXNnCgkJMTE0IHNlbXN5cwoJCTExNSBfX3NlbWN0bAoJCTExNiBzZW1nZXQKCQkx MTcgc2Vtb3AKCQkxMTggc3lzdnNlbQoJCTExOSBzaG1zeXMKCQkxMjAgc2htYXQKCQkxMjEgc2ht Y3RsCgkJMTIyIHNobWR0CgkJMTIzIHNobWdldAoJCTEyNCBzeXN2c2htCgkJMTI1IGV0aGVyCgkJ MTI2IGlmX2ZhaXRoCgkJMTI3IGlmX2dpZgoJCTEyOCBsb29wCgkJMTI5IGlmX3BwcAoJCTEzMCBp Zl9zbAoJCTEzMSBpZl90dW4KCQkxMzIgbmZzNAoJCTEzMyBuZnMKCQkxMzQgbmZzbG9jawoJCTEz NSBuZnNzZXJ2ZXIKCQkxMzYgdWZzCgkJMTM3IGdfY2xhc3MKCQkxMzggYXRrYmRjL2F0a2JkCgkJ MTM5IGlzYS9hdGtiZGMKCQkxNDAgYWNwaS9hdGtiZGMKCQkxNDEgYXRrYmRjL3BzbQoJCTE0MiBp c2EvcHNtY3BucAoJCTE0MyBhY3BpL3BzbWNwbnAKCQkxNDQgZmRjL2ZkCgkJMTQ1IGFjcGkvZmRj CgkJMTQ2IGlzYS9mZGMKCQkxNDcgcGNjYXJkL2ZkYwoJCTE0OCBpbwoJCTE0OSBpc2Evc2lvCgkJ MTUwIGFjcGkvc2lvCgkJMTUxIHNjdGVybS1zYwoJCTE1MiBzY3JuZHItdmdhCgkJMTUzIGdfYnNk CgkJMTU0IGdfbWJyCgkJMTU1IGdfbWJyZXh0CgkJMTU2IGxlZ2FjeS9hcG0KCQkxNTcgaXNhL3Bu cGJpb3MKCQkxNTggbmV4dXMvbGVnYWN5CgkJMTU5IGxlZ2FjeS9jcHUKCQkxNjAgbGVnYWN5L21w dGFibGVfcGNpYgoJCTE2MSBwY2kvbXB0YWJsZV9wY2liCgkJMTYyIHJvb3QvbmV4dXMKCQkxNjMg aXNhL3N5c3Jlc291cmNlCgkJMTY0IGlzYS9hdHBpYwoJCTE2NSBhY3BpL2F0cGljCgkJMTY2IGlz YS9hdHRpbWVyCgkJMTY3IGFjcGkvYXR0aW1lcgoJCTE2OCBsZWdhY3kvaXNhCgkJMTY5IGlzYS9h dGRtYQoJCTE3MCBhY3BpL2F0ZG1hCgkJMTcxIG5leHVzL25weAoJCTE3MiBpc2EvbnB4aXNhCgkJ MTczIGFjcGkvbnB4aXNhCgkJMTc0IGlzYS9wbXRpbWVyCgkJMTc1IGxlZ2FjeS9wY2liCgkJMTc2 IHBjaS9ob3N0YgoJCTE3NyBpc2EvcGNpYnVzX3BucAoJCTE3OCBwY2kvcGNpYmlvc19wY2liCgkJ MTc5IGxlZ2FjeS9waXIKCQkxODAgaXNhL3NjCgkJMTgxIGlzYS92Z2EKIDIgICAgMiAweGMwNzY2 MDAwIDFjNTg4ICAgIGxpbnV4LmtvCglDb250YWlucyBtb2R1bGVzOgoJCUlkIE5hbWUKCQkgMSBs aW51eGVsZgoJCSAyIGxpbnV4YW91dAogMyAgICAxIDB4YzA3ODMwMDAgNGRmZWVjICAgbnZpZGlh LmtvCglDb250YWlucyBtb2R1bGVzOgoJCUlkIE5hbWUKCQkgMyBwY2kvbnZpZGlhCiA0ICAgIDEg MHhjMGM2MzAwMCA1YzMxOCAgICBhY3BpLmtvCglDb250YWlucyBtb2R1bGVzOgoJCUlkIE5hbWUK CQkgNCBuZXh1cy9hY3BpCgkJIDUgYWNwaS9hY3BpX2J1dHRvbgoJCSA2IGFjcGkvYWNwaV9pc2Fi CgkJIDcgcGNpYi9hY3BpX3BjaQoJCSA4IGFjcGkvYWNwaV9wY2liCgkJIDkgcGNpL2FjcGlfcGNp YgoJCTEwIGFjcGkvYWNwaV9zeXNyZXNvdXJjZQoJCTExIGFjcGkvYWNwaV90aW1lcgoJCTEyIGFj cGkvYWNwaV9wY2lfbGluawoJCTEzIGFjcGkvYWNwaV90egoJCTE0IGFjcGkvYWNwaV9hY2FkCgkJ MTUgYWNwaS9hY3BpX2NtYmF0CgkJMTYgYWNwaS9jcHUKCQkxNyBhY3BpL2FjcGlfZWMKCQkxOCBh Y3BpL2FjcGlfbGlkCgkJMTkgY3B1L2FjcGlfcGVyZgoJCTIwIGFjcGkvYWNwaV9zbWJhdAoJCTIx IGNwdS9hY3BpX3Rocm90dGxlCiA1ICAgIDEgMHhjMjMyNjAwMCAzMDAwICAgICBkYWVtb25fc2F2 ZXIua28KCUNvbnRhaW5zIG1vZHVsZXM6CgkJSWQgTmFtZQoJCTE4MiBkYWVtb25fc2F2ZXIKCl9f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgpTa2lwcGluZyBsZGQg b3V0cHV0IChnbHhpbmZvIG5vdCBmb3VuZCkKCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fCgovdXNyL3NiaW4vcGNpY29uZiAtbCAtdgoKaG9zdGIwQHBjaTA6MDow OgljbGFzcz0weDA2MDAwMCBjYXJkPTB4MDAwMTExNzkgY2hpcD0weDFhMzA4MDg2IHJldj0weDA1 IGhkcj0weDAwCiAgICB2ZW5kb3IgICA9ICdJbnRlbCBDb3Jwb3JhdGlvbicKICAgIGRldmljZSAg ID0gJzgyODQ1L0UvTVAvTVogQnJvb2tkYWxlIENQVSB0byBJL08gQnJpZGdlJwogICAgY2xhc3Mg ICAgPSBicmlkZ2UKICAgIHN1YmNsYXNzID0gSE9TVC1QQ0kKcGNpYjFAcGNpMDoxOjA6CWNsYXNz PTB4MDYwNDAwIGNhcmQ9MHgwMDAwMDAwMCBjaGlwPTB4MWEzMTgwODYgcmV2PTB4MDUgaGRyPTB4 MDEKICAgIHZlbmRvciAgID0gJ0ludGVsIENvcnBvcmF0aW9uJwogICAgZGV2aWNlICAgPSAnODI4 NDUvRS9NUC9NWiBCcm9va2RhbGUgQ1BVIHRvIEFHUCBCcmlkZ2UnCiAgICBjbGFzcyAgICA9IGJy aWRnZQogICAgc3ViY2xhc3MgPSBQQ0ktUENJCnVoY2kwQHBjaTA6Mjk6MDoJY2xhc3M9MHgwYzAz MDAgY2FyZD0weDAwMDExMTc5IGNoaXA9MHgyNDgyODA4NiByZXY9MHgwMiBoZHI9MHgwMAogICAg dmVuZG9yICAgPSAnSW50ZWwgQ29ycG9yYXRpb24nCiAgICBkZXZpY2UgICA9ICc4MjgwMUNBL0NB TSAoSUNIMy1TL0lDSDMtTSkgVVNCIENvbnRyb2xsZXInCiAgICBjbGFzcyAgICA9IHNlcmlhbCBi dXMKICAgIHN1YmNsYXNzID0gVVNCCnVoY2kxQHBjaTA6Mjk6MToJY2xhc3M9MHgwYzAzMDAgY2Fy ZD0weDAwMDExMTc5IGNoaXA9MHgyNDg0ODA4NiByZXY9MHgwMiBoZHI9MHgwMAogICAgdmVuZG9y ICAgPSAnSW50ZWwgQ29ycG9yYXRpb24nCiAgICBkZXZpY2UgICA9ICc4MjgwMUNBL0NBTSAoSUNI My1TL0lDSDMtTSkgVVNCIENvbnRyb2xsZXInCiAgICBjbGFzcyAgICA9IHNlcmlhbCBidXMKICAg IHN1YmNsYXNzID0gVVNCCnBjaWIyQHBjaTA6MzA6MDoJY2xhc3M9MHgwNjA0MDAgY2FyZD0weDAw MDAwMDAwIGNoaXA9MHgyNDQ4ODA4NiByZXY9MHg0MiBoZHI9MHgwMQogICAgdmVuZG9yICAgPSAn SW50ZWwgQ29ycG9yYXRpb24nCiAgICBkZXZpY2UgICA9ICc4MjgwMUJBTS9DQU0vREJNIChJQ0gy LU0vMy1NLzQtTSkgSHViIEludGVyZmFjZSB0byBQQ0kgQnJpZGdlJwogICAgY2xhc3MgICAgPSBi cmlkZ2UKICAgIHN1YmNsYXNzID0gUENJLVBDSQppc2FiMEBwY2kwOjMxOjA6CWNsYXNzPTB4MDYw MTAwIGNhcmQ9MHgwMDAwMDAwMCBjaGlwPTB4MjQ4YzgwODYgcmV2PTB4MDIgaGRyPTB4MDAKICAg IHZlbmRvciAgID0gJ0ludGVsIENvcnBvcmF0aW9uJwogICAgZGV2aWNlICAgPSAnODI4MDFDQU0g TFBDIEludGVyZmFjZSBvciBJU0EgYnJpZGdlOiBzZWUgTm90ZXMnCiAgICBjbGFzcyAgICA9IGJy aWRnZQogICAgc3ViY2xhc3MgPSBQQ0ktSVNBCmF0YXBjaTBAcGNpMDozMToxOgljbGFzcz0weDAx MDE4YSBjYXJkPTB4MDAwMTExNzkgY2hpcD0weDI0OGE4MDg2IHJldj0weDAyIGhkcj0weDAwCiAg ICB2ZW5kb3IgICA9ICdJbnRlbCBDb3Jwb3JhdGlvbicKICAgIGRldmljZSAgID0gJzgyODAxQ0FN IChJQ0gzLU0pIFVsdHJhQVRBLzEwMCBFSURFIENvbnRyb2xsZXInCiAgICBjbGFzcyAgICA9IG1h c3Mgc3RvcmFnZQogICAgc3ViY2xhc3MgPSBBVEEKcGNtMEBwY2kwOjMxOjU6CWNsYXNzPTB4MDQw MTAwIGNhcmQ9MHgwMDAxMTE3OSBjaGlwPTB4MjQ4NTgwODYgcmV2PTB4MDIgaGRyPTB4MDAKICAg IHZlbmRvciAgID0gJ0ludGVsIENvcnBvcmF0aW9uJwogICAgZGV2aWNlICAgPSAnODI4MDFDQS9D QU0gKElDSDMtUy9JQ0gzLU0pIEFDJzk3IEF1ZGlvIENvbnRyb2xsZXInCiAgICBjbGFzcyAgICA9 IG11bHRpbWVkaWEKICAgIHN1YmNsYXNzID0gYXVkaW8Kbm9uZTBAcGNpMDozMTo2OgljbGFzcz0w eDA3MDMwMCBjYXJkPTB4MDAwMTExNzkgY2hpcD0weDI0ODY4MDg2IHJldj0weDAyIGhkcj0weDAw CiAgICB2ZW5kb3IgICA9ICdJbnRlbCBDb3Jwb3JhdGlvbicKICAgIGRldmljZSAgID0gJzgyODAx Q0EvQ0FNIChJQ0gzLVMvSUNIMy1NKSBBQyc5NyBNb2RlbSBDb250cm9sbGVyJwogICAgY2xhc3Mg ICAgPSBzaW1wbGUgY29tbXMKICAgIHN1YmNsYXNzID0gZ2VuZXJpYyBtb2RlbQpudmlkaWEwQHBj aTE6MDowOgljbGFzcz0weDAzMDAwMCBjYXJkPTB4MDAwMTExNzkgY2hpcD0weDAxNzUxMGRlIHJl dj0weGEzIGhkcj0weDAwCiAgICB2ZW5kb3IgICA9ICdOVklESUEgQ29ycG9yYXRpb24nCiAgICBk ZXZpY2UgICA9ICdHZUZvcmNlNCA0MjAgR28gW05WMTdNXScKICAgIGNsYXNzICAgID0gZGlzcGxh eQogICAgc3ViY2xhc3MgPSBWR0EKZnhwMEBwY2kyOjg6MDoJY2xhc3M9MHgwMjAwMDAgY2FyZD0w eDAwMDExMTc5IGNoaXA9MHgxMDMxODA4NiByZXY9MHg0MiBoZHI9MHgwMAogICAgdmVuZG9yICAg PSAnSW50ZWwgQ29ycG9yYXRpb24nCiAgICBkZXZpY2UgICA9ICc4MjgwMUNBTSAoSUNIMykgUFJP LzEwMCBWRSAoTE9NKSBOZXR3b3JrIENvbm5lY3Rpb24nCiAgICBjbGFzcyAgICA9IG5ldHdvcmsK ICAgIHN1YmNsYXNzID0gZXRoZXJuZXQKY2JiMEBwY2kyOjExOjA6CWNsYXNzPTB4MDYwNzAwIGNh cmQ9MHgwMDAxMTE3OSBjaGlwPTB4MDYxNzExNzkgcmV2PTB4MzIgaGRyPTB4MDIKICAgIHZlbmRv ciAgID0gJ1Rvc2hpYmEgQW1lcmljYSBJbmZvcm1hdGlvbiBTeXN0ZW1zJwogICAgZGV2aWNlICAg PSAnVG9QSUMxMDAgUENJIHRvIENhcmRCdXMgQnJpZGdlIHdpdGggWlYgc3VwcG9ydCcKICAgIGNs YXNzICAgID0gYnJpZGdlCiAgICBzdWJjbGFzcyA9IFBDSS1DYXJkQnVzCmNiYjFAcGNpMjoxMTox OgljbGFzcz0weDA2MDcwMCBjYXJkPTB4MDAwMTExNzkgY2hpcD0weDA2MTcxMTc5IHJldj0weDMy IGhkcj0weDAyCiAgICB2ZW5kb3IgICA9ICdUb3NoaWJhIEFtZXJpY2EgSW5mb3JtYXRpb24gU3lz dGVtcycKICAgIGRldmljZSAgID0gJ1RvUElDMTAwIFBDSSB0byBDYXJkQnVzIEJyaWRnZSB3aXRo IFpWIHN1cHBvcnQnCiAgICBjbGFzcyAgICA9IGJyaWRnZQogICAgc3ViY2xhc3MgPSBQQ0ktQ2Fy ZEJ1cwoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KClNjYW5u aW5nIGtlcm5lbCBsb2cgZmlsZXMgZm9yIE5WUk0gbWVzc2FnZXM6CgogIC92YXIvbG9nL21lc3Nh Z2VzOgpTZXAgMzAgMTg6MDc6MTAgNGRic2Qga2VybmVsOiBOVlJNOiBkZXRlY3RlZCBhZ3Aua28s IGFib3J0aW5nIE5WSURJQSBBR1Agc2V0dXAhClNlcCAzMCAxODoxMToxNCA0ZGJzZCBrZXJuZWw6 IE5WUk06IGRldGVjdGVkIGFncC5rbywgYWJvcnRpbmcgTlZJRElBIEFHUCBzZXR1cCEKT2N0ICAx IDE1OjEwOjE1IDRkYnNkIGtlcm5lbDogTlZSTTogZGV0ZWN0ZWQgYWdwLmtvLCBhYm9ydGluZyBO VklESUEgQUdQIHNldHVwIQoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX18KCmRtZXNnOgoKQ29weXJpZ2h0IChjKSAxOTkyLTIwMDcgVGhlIEZyZWVCU0QgUHJvamVj dC4KQ29weXJpZ2h0IChjKSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkx LCAxOTkyLCAxOTkzLCAxOTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxp Zm9ybmlhLiBBbGwgcmlnaHRzIHJlc2VydmVkLgpGcmVlQlNEIGlzIGEgcmVnaXN0ZXJlZCB0cmFk ZW1hcmsgb2YgVGhlIEZyZWVCU0QgRm91bmRhdGlvbi4KRnJlZUJTRCA2LjItUkVMRUFTRS1wNyAj MDogTW9uIFNlcCAyNCAyMTowNTo0OCBOT1ZTVCAyMDA3CiAgICByb290QDRkYnNkLm9mZmljZTov dXNyL29iai91c3Ivc3JjL3N5cy9ES0VSTgpUaW1lY291bnRlciAiaTgyNTQiIGZyZXF1ZW5jeSAx MTkzMTgyIEh6IHF1YWxpdHkgMApDUFU6IE1vYmlsZSBJbnRlbChSKSBDZWxlcm9uKFIpIENQVSAx LjgwR0h6ICgxNzk0LjE5LU1IeiA2ODYtY2xhc3MgQ1BVKQogIE9yaWdpbiA9ICJHZW51aW5lSW50 ZWwiICBJZCA9IDB4ZjI3ICBTdGVwcGluZyA9IDcKICBGZWF0dXJlcz0weGJmZWJmOWZmPEZQVSxW TUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsU0VQLE1UUlIsUEdFLE1DQSxDTU9WLFBBVCxQ U0UzNixDTEZMVVNILERUUyxBQ1BJLE1NWCxGWFNSLFNTRSxTU0UyLFNTLEhUVCxUTSxQQkU+CiAg RmVhdHVyZXMyPTB4NDAwPENOVFgtSUQ+CnJlYWwgbWVtb3J5ICA9IDI2ODIzODg0OCAoMjU1IE1C KQphdmFpbCBtZW1vcnkgPSAyNDg5MDU3MjggKDIzNyBNQikKa2JkMSBhdCBrYmRtdXgwCmFjcGkw OiA8VE9TSElCIDc1MD4gb24gbW90aGVyYm9hcmQKYWNwaTA6IFBvd2VyIEJ1dHRvbiAoZml4ZWQp CmNhbid0IGZldGNoIHJlc291cmNlcyBmb3IgXFxfU0JfLlBDSTAuRk5DMC5QUlRfIC0gQUVfQkFE X0RBVEEKVGltZWNvdW50ZXIgIkFDUEktc2FmZSIgZnJlcXVlbmN5IDM1Nzk1NDUgSHogcXVhbGl0 eSAxMDAwCmFjcGlfdGltZXIwOiA8MjQtYml0IHRpbWVyIGF0IDMuNTc5NTQ1TUh6PiBwb3J0IDB4 ZWUwOC0weGVlMGIgb24gYWNwaTAKY3B1MDogPEFDUEkgQ1BVPiBvbiBhY3BpMAphY3BpX3BlcmYw OiA8QUNQSSBDUFUgRnJlcXVlbmN5IENvbnRyb2w+IG9uIGNwdTAKcGNpYjA6IDxBQ1BJIEhvc3Qt UENJIGJyaWRnZT4gcG9ydCAweGNmOC0weGNmZiBvbiBhY3BpMApwY2kwOiA8QUNQSSBQQ0kgYnVz PiBvbiBwY2liMApwY2liMTogPEFDUEkgUENJLVBDSSBicmlkZ2U+IGF0IGRldmljZSAxLjAgb24g cGNpMApwY2kxOiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liMQpudmlkaWEwOiA8R2VGb3JjZTQgNDIw IEdvPiBtZW0gMHhmZDAwMDAwMC0weGZkZmZmZmZmLDB4ZWMwMDAwMDAtMHhlZmZmZmZmZiwweGVi ZjgwMDAwLTB4ZWJmZmZmZmYgaXJxIDEwIGF0IGRldmljZSAwLjAgb24gcGNpMQpudmlkaWEwOiBb R0lBTlQtTE9DS0VEXQp1aGNpMDogPEludGVsIDgyODAxQ0EvQ0FNIChJQ0gzKSBVU0IgY29udHJv bGxlciBVU0ItQT4gcG9ydCAweGVmZTAtMHhlZmZmIGlycSAxMSBhdCBkZXZpY2UgMjkuMCBvbiBw Y2kwCnVoY2kwOiBbR0lBTlQtTE9DS0VEXQp1c2IwOiA8SW50ZWwgODI4MDFDQS9DQU0gKElDSDMp IFVTQiBjb250cm9sbGVyIFVTQi1BPiBvbiB1aGNpMAp1c2IwOiBVU0IgcmV2aXNpb24gMS4wCnVo dWIwOiBJbnRlbCBVSENJIHJvb3QgaHViLCBjbGFzcyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIg MQp1aHViMDogMiBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKdWhjaTE6IDxJ bnRlbCA4MjgwMUNBL0NBTSAoSUNIMykgVVNCIGNvbnRyb2xsZXIgVVNCLUI+IHBvcnQgMHhlZjgw LTB4ZWY5ZiBpcnEgMTEgYXQgZGV2aWNlIDI5LjEgb24gcGNpMAp1aGNpMTogW0dJQU5ULUxPQ0tF RF0KdXNiMTogPEludGVsIDgyODAxQ0EvQ0FNIChJQ0gzKSBVU0IgY29udHJvbGxlciBVU0ItQj4g b24gdWhjaTEKdXNiMTogVVNCIHJldmlzaW9uIDEuMAp1aHViMTogSW50ZWwgVUhDSSByb290IGh1 YiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDEKdWh1YjE6IDIgcG9ydHMgd2l0aCAy IHJlbW92YWJsZSwgc2VsZiBwb3dlcmVkCnBjaWIyOiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gYXQg ZGV2aWNlIDMwLjAgb24gcGNpMApwY2kyOiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liMgpmeHAwOiA8 SW50ZWwgODI4MDFDQU0gKElDSDMpIFByby8xMDAgVkUgRXRoZXJuZXQ+IHBvcnQgMHhkZjQwLTB4 ZGY3ZiBtZW0gMHhmY2VmZjAwMC0weGZjZWZmZmZmIGlycSAxMSBhdCBkZXZpY2UgOC4wIG9uIHBj aTIKbWlpYnVzMDogPE1JSSBidXM+IG9uIGZ4cDAKaW5waHkwOiA8aTgyNTYyRVQgMTAvMTAwIG1l ZGlhIGludGVyZmFjZT4gb24gbWlpYnVzMAppbnBoeTA6ICAxMGJhc2VULCAxMGJhc2VULUZEWCwg MTAwYmFzZVRYLCAxMDBiYXNlVFgtRkRYLCBhdXRvCmZ4cDA6IEV0aGVybmV0IGFkZHJlc3M6IDAw OjA4OjBkOmUyOjQ0OjBiCmNiYjA6IDxUb1BJQzEwMCBQQ0ktQ2FyZEJ1cyBCcmlkZ2U+IGF0IGRl dmljZSAxMS4wIG9uIHBjaTIKY2FyZGJ1czA6IDxDYXJkQnVzIGJ1cz4gb24gY2JiMApwY2NhcmQw OiA8MTYtYml0IFBDQ2FyZCBidXM+IG9uIGNiYjAKY2JiMTogPFRvUElDMTAwIFBDSS1DYXJkQnVz IEJyaWRnZT4gYXQgZGV2aWNlIDExLjEgb24gcGNpMgpjYXJkYnVzMTogPENhcmRCdXMgYnVzPiBv biBjYmIxCnBjY2FyZDE6IDwxNi1iaXQgUENDYXJkIGJ1cz4gb24gY2JiMQppc2FiMDogPFBDSS1J U0EgYnJpZGdlPiBhdCBkZXZpY2UgMzEuMCBvbiBwY2kwCmlzYTA6IDxJU0EgYnVzPiBvbiBpc2Fi MAphdGFwY2kwOiA8SW50ZWwgSUNIMyBVRE1BMTAwIGNvbnRyb2xsZXI+IHBvcnQgMHgxZjAtMHgx ZjcsMHgzZjYsMHgxNzAtMHgxNzcsMHgzNzYsMHhjZmEwLTB4Y2ZhZiBpcnEgMTEgYXQgZGV2aWNl IDMxLjEgb24gcGNpMAphdGEwOiA8QVRBIGNoYW5uZWwgMD4gb24gYXRhcGNpMAphdGExOiA8QVRB IGNoYW5uZWwgMT4gb24gYXRhcGNpMApwY20wOiA8SW50ZWwgSUNIMyAoODI4MDFDQSk+IGF0IGRl dmljZSAzMS41IG9uIHBjaTAKcGNtMDogPFlhbWFoYSBZTUY3NTMgQUM5NyBDb2RlYz4KcGNpMDog PHNpbXBsZSBjb21tcywgZ2VuZXJpYyBtb2RlbT4gYXQgZGV2aWNlIDMxLjYgKG5vIGRyaXZlciBh dHRhY2hlZCkKYWNwaV9saWQwOiA8Q29udHJvbCBNZXRob2QgTGlkIFN3aXRjaD4gb24gYWNwaTAK YmF0dGVyeTA6IDxBQ1BJIENvbnRyb2wgTWV0aG9kIEJhdHRlcnk+IG9uIGFjcGkwCmFjcGlfYWNh ZDA6IDxBQyBBZGFwdGVyPiBvbiBhY3BpMAphY3BpX3R6MDogPFRoZXJtYWwgWm9uZT4gb24gYWNw aTAKYXRrYmRjMDogPEtleWJvYXJkIGNvbnRyb2xsZXIgKGk4MDQyKT4gcG9ydCAweDYwLDB4NjQg aXJxIDEgb24gYWNwaTAKYXRrYmQwOiA8QVQgS2V5Ym9hcmQ+IGlycSAxIG9uIGF0a2JkYzAKa2Jk MCBhdCBhdGtiZDAKYXRrYmQwOiBbR0lBTlQtTE9DS0VEXQpwc20wOiA8UFMvMiBNb3VzZT4gaXJx IDEyIG9uIGF0a2JkYzAKcHNtMDogW0dJQU5ULUxPQ0tFRF0KcHNtMDogbW9kZWwgR2xpZGVQb2lu dCwgZGV2aWNlIElEIDAKZmRjMDogPGZsb3BweSBkcml2ZSBjb250cm9sbGVyPiBwb3J0IDB4M2Yw LTB4M2Y1LDB4M2Y3IGlycSA2IGRycSAyIG9uIGFjcGkwCmZkYzA6IFtGQVNUXQpmZDA6IDwxNDQw LUtCIDMuNSIgZHJpdmU+IG9uIGZkYzAgZHJpdmUgMApwbXRpbWVyMCBvbiBpc2EwCm9ybTA6IDxJ U0EgT3B0aW9uIFJPTXM+IGF0IGlvbWVtIDB4YzAwMDAtMHhjZmZmZiwweGUwMDAwLTB4ZWZmZmYg b24gaXNhMApzYzA6IDxTeXN0ZW0gY29uc29sZT4gYXQgZmxhZ3MgMHgxMDAgb24gaXNhMApzYzA6 IFZHQSA8MTYgdmlydHVhbCBjb25zb2xlcywgZmxhZ3M9MHgzMDA+CnNpbzA6IGNvbmZpZ3VyZWQg aXJxIDQgbm90IGluIGJpdG1hcCBvZiBwcm9iZWQgaXJxcyAwCnNpbzA6IHBvcnQgbWF5IG5vdCBi ZSBlbmFibGVkCnNpbzAgYXQgcG9ydCAweDNmOC0weDNmZiBpcnEgNCBmbGFncyAweDEwIG9uIGlz YTAKc2lvMDogdHlwZSA4MjUwIG9yIG5vdCByZXNwb25kaW5nCnNpbzE6IGNvbmZpZ3VyZWQgaXJx IDMgbm90IGluIGJpdG1hcCBvZiBwcm9iZWQgaXJxcyAwCnNpbzE6IHBvcnQgbWF5IG5vdCBiZSBl bmFibGVkCnZnYTA6IDxHZW5lcmljIElTQSBWR0E+IGF0IHBvcnQgMHgzYzAtMHgzZGYgaW9tZW0g MHhhMDAwMC0weGJmZmZmIG9uIGlzYTAKVGltZWNvdW50ZXIgIlRTQyIgZnJlcXVlbmN5IDE3OTQx OTAzMTIgSHogcXVhbGl0eSA4MDAKVGltZWNvdW50ZXJzIHRpY2sgZXZlcnkgMS4wMDAgbXNlYwph ZDA6IDI4NjE1TUIgPEhJVEFDSEkgREsyM0VBLTMwIDAwSzRBMEExPiBhdCBhdGEwLW1hc3RlciBV RE1BMTAwCmFjZDA6IENEUlcgPERXLTIyNEUvNy4wQT4gYXQgYXRhMS1tYXN0ZXIgVURNQTMzClRy eWluZyB0byBtb3VudCByb290IGZyb20gdWZzOi9kZXYvYWQwczJhCmZ4cDA6IGxpbmsgc3RhdGUg Y2hhbmdlZCB0byBET1dOCmZ4cDA6IGxpbmsgc3RhdGUgY2hhbmdlZCB0byBVUApmeHAwOiBsaW5r IHN0YXRlIGNoYW5nZWQgdG8gRE9XTgpmeHAwOiBsaW5rIHN0YXRlIGNoYW5nZWQgdG8gVVAKZnhw MDogbGluayBzdGF0ZSBjaGFuZ2VkIHRvIERPV04KZnhwMDogbGluayBzdGF0ZSBjaGFuZ2VkIHRv IFVQCmZ4cDA6IGxpbmsgc3RhdGUgY2hhbmdlZCB0byBET1dOCmZ4cDA6IGxpbmsgc3RhdGUgY2hh bmdlZCB0byBVUAp1bWFzczA6IEpldEZsYXNoIFRTMUdKRjJBLCByZXYgMS4xMC8xLjAwLCBhZGRy IDIKZGEwIGF0IHVtYXNzLXNpbTAgYnVzIDAgdGFyZ2V0IDAgbHVuIDAKZGEwOiA8SmV0Rmxhc2gg VFMxR0pGMkEgMS4wMD4gUmVtb3ZhYmxlIERpcmVjdCBBY2Nlc3MgU0NTSS0yIGRldmljZSAKZGEw OiAxLjAwME1CL3MgdHJhbnNmZXJzCmRhMDogMTAwME1CICgyMDQ4MDAwIDUxMiBieXRlIHNlY3Rv cnM6IDY0SCAzMlMvVCAxMDAwQykKdW1hc3MwOiBhdCB1aHViMCBwb3J0IDEgKGFkZHIgMikgZGlz Y29ubmVjdGVkCihkYTA6dW1hc3Mtc2ltMDowOjA6MCk6IGxvc3QgZGV2aWNlCihkYTA6dW1hc3Mt c2ltMDowOjA6MCk6IHJlbW92aW5nIGRldmljZSBlbnRyeQp1bWFzczA6IGRldGFjaGVkCl9fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgpVc2luZyBidWlsdC1pbiBz cGVjcy4KQ29uZmlndXJlZCB3aXRoOiBGcmVlQlNEL2kzODYgc3lzdGVtIGNvbXBpbGVyClRocmVh ZCBtb2RlbDogcG9zaXgKZ2NjIHZlcnNpb24gMy40LjYgW0ZyZWVCU0RdIDIwMDYwMzA1Cl9fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgpVc2luZyBidWlsdC1pbiBz cGVjcy4KQ29uZmlndXJlZCB3aXRoOiBGcmVlQlNEL2kzODYgc3lzdGVtIGNvbXBpbGVyClRocmVh ZCBtb2RlbDogcG9zaXgKZ2NjIHZlcnNpb24gMy40LjYgW0ZyZWVCU0RdIDIwMDYwMzA1Cl9fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgp4c2V0IC1xOgoKX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KCm52aWRpYS1zZXR0aW5ncyAt cSBhbGw6CgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwoKRW5k IG9mIE5WSURJQSBidWcgcmVwb3J0IGxvZyBmaWxlLgo= ------=_Part_24930_5633126.1191415854337-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:52:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8308416A46B for ; Wed, 3 Oct 2007 12:52:22 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-6.csi.cam.ac.uk (ppsw-6.csi.cam.ac.uk [131.111.8.136]) by mx1.freebsd.org (Postfix) with ESMTP id 5F05E13C469 for ; Wed, 3 Oct 2007 12:52:22 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from gw.cjkey.org.uk ([88.97.163.222]:2262 helo=[192.168.2.186]) by ppsw-6.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1Id3NZ-0000ID-Jr (Exim 4.67) for freebsd-questions@freebsd.org (return-path ); Wed, 03 Oct 2007 13:31:05 +0100 Message-ID: <47038B88.4060705@cam.ac.uk> Date: Wed, 03 Oct 2007 13:31:04 +0100 From: Christopher Key User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Install doxygen on a non X11 machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:52:22 -0000 Hello, I'm trying to install doxygen on a non X11 machine from the ports collection. I've added 'devel/doxygen*: WITHOUT_DOXYWIZARD=yes' to my ports.conf, which is being recognised: # cd /usr/ports/devel/doxygen # make -V WITHOUT_DOXYWIZRD yes From my reading of the doxygen Makefile, this should be enough to prevent any of the graphical tools from being installed. Nevertheless, whenever I run make, I'm presented with a configuration screen for qt. Can anyone advise? Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:57:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CD5616A41A for ; Wed, 3 Oct 2007 12:57:13 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC3313C48A for ; Wed, 3 Oct 2007 12:57:13 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 499041CDEE for ; Wed, 3 Oct 2007 04:57:12 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 14:57:10 +0200 User-Agent: KMail/1.9.7 References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> <20071002025649.K56027@duane.dbq.yournetplus.com> <3ff5b31f5872233a810207eab593b208@prodigy.net> In-Reply-To: <3ff5b31f5872233a810207eab593b208@prodigy.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710031457.10961.fbsd.questions@rachie.is-a-geek.net> Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:57:13 -0000 On Wednesday 03 October 2007 01:23:25 jekillen wrote: > On Oct 1, 2007, at 8:04 PM, Duane Hill wrote: > > On Mon, 1 Oct 2007 at 19:50 -0700, jekillen@prodigy.net confabulated: > >> Hello; > >> I have a quick question about Postfix. > >> When I install Free BSD and have it > >> include Postfix from packages, does > >> the install process completely replace > >> Sendmail with Postfix, or do I still have > >> to replace Sendmail with Postfix separately? > >> Thanks in advance > >> Jeff K > > > > If you install Postfix from the ports collection: > > > > /usr/ports/mail/postfix > > > > toward the end of the install process, it will ask you if you wish for > > the install to make changes in /etc/mail/mailer.conf. You tell it yes. > > If it did not ask, /etc/mail/mailer.conf should look like this: > > > > sendmail /usr/local/sbin/sendmail > > send-mail /usr/local/sbin/sendmail > > mailq /usr/local/sbin/sendmail > > newaliases /usr/local/sbin/sendmail > > > > This is what so-to-speak "plugs" Postfix into the OS. > > > > To totally disable SendMail from running at startup after a reboot, > > you have to make some additions to the /etc/rc.conf config file. > > Namely, you have to add: > > > > sendmail_enable="NO" > > sendmail_submit_enable="NO" > > sendmail_outbound_enable="NO" > > sendmail_msp_queue_enable="NO" > > > > Also, there are some periodic things that are ran which are SendMail > > specific that need to be disabled. That is done within > > /etc/periodic.conf as such: > > > > daily_clean_hoststat_enable="NO" > > daily_status_mail_rejects_enable="NO" > > daily_status_include_submit_mailq="NO" > > daily_submit_queuerun="NO" > > O.K. This is something I have not been aware of. As far as MTA's on any > system I am somewhat of a newbe. I do get regular e-mails to the root > accounts of my > various (four) systems when they are running constantly, (two are) and > I have been wondering how a switch over will effect that. > I will need to do a system specific configuration of postfix and define > system specific aliases, prevent public use of the servers for open > relaying and such. Actually, all you need to do is run `newaliases' after mailer.conf is correctly setup. By default postfix does not relay mail not destined for the local machine. Any other configuration you do, is merely adding more restrictions for getting spammed yourself and less restrictions if you need trusted machines to relay via you (like the local network). The thing to watch out for is mergemaster, when you upgrade your base system. If /etc/mail/mailer.conf has been changed in FreeBSD's sources, it will prompt you to merge the changes. Also, some new defaults might get set in /etc/defaults/rc.conf that trigger new sendmail daemons to start up at boot time, this is why using sendmail_enable="NONE" is better then turning off every known sendmail option. -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 13:01:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32C4716A417 for ; Wed, 3 Oct 2007 13:01:42 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 992E313C461 for ; Wed, 3 Oct 2007 13:01:40 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l93D0s78006023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 3 Oct 2007 16:01:16 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l93D0ZI3004076; Wed, 3 Oct 2007 16:00:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l93D0Xmi004075; Wed, 3 Oct 2007 16:00:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 3 Oct 2007 16:00:32 +0300 From: Giorgos Keramidas To: jekillen Message-ID: <20071003130032.GA4014@kobe.laptop> References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> <4701B3D3.5050505@gracenpeace.net> <7d01f02b6ddc1b1ff9c710db3f699dbd@prodigy.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d01f02b6ddc1b1ff9c710db3f699dbd@prodigy.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.976, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.42, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: FreeBSD Mailing List , Joe in MPLS Subject: Re: question about Postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 13:01:42 -0000 On 2007-10-02 16:12, jekillen wrote: > On Oct 1, 2007, at 7:58 PM, Joe in MPLS wrote: >> The package install of postfix does nothing to sendmail. It's not >> like the MTA switch utility found in some linux distros. Just turn >> off the various bits of sendmail in /etc/rc.conf and start postfix. >> >> Postfix does include an executable named "sendmail" that directly >> replaces some of the "old" sendmail capability. > > This is what is confusing me some. I have a text from SAMS on Postfix > and it talks about renaming several sendmail related files and > removing the suid permissions on them. That book is out of date -- at least as far as FreeBSD is concerned. We don't rename stuff in FreeBSD, because we have mailwrapper(8) :) From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 13:07:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D02016A418 for ; Wed, 3 Oct 2007 13:07:38 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by mx1.freebsd.org (Postfix) with ESMTP id 1826913C4A7 for ; Wed, 3 Oct 2007 13:07:37 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l93D7Zuf010157 for ; Wed, 3 Oct 2007 23:07:36 +1000 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <79064B43-FF87-4BE6-8749-8FD768C71DF9@optusnet.com.au> References: <79064B43-FF87-4BE6-8749-8FD768C71DF9@optusnet.com.au> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7320C951-B600-4437-982A-B81B254EE3E8@optusnet.com.au> Content-Transfer-Encoding: 7bit From: Jerahmy Pocott Date: Wed, 3 Oct 2007 23:07:34 +1000 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Subject: Re: Files have no version after csup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 13:07:38 -0000 On 03/10/2007, at 10:31 PM, Jerahmy Pocott wrote: > Hello, > > After doing a csup on src-all with tag RELENG_6_2, the source files > all have their > version set to $FreeBSD$ with no other information.. (This was from > au mirror) > > Is this an error? What is going on? It seems both cvsup.au.FreeBSD.org and cvsup4.au.FreeBSD.org are missing version strings for RELENG_6_2 branch at least, the others were full so I couldn't check them.. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 13:30:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAFCD16A469 for ; Wed, 3 Oct 2007 13:30:27 +0000 (UTC) (envelope-from subscrigood@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5A213C4D1 for ; Wed, 3 Oct 2007 13:30:27 +0000 (UTC) (envelope-from subscrigood@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2892311nzf for ; Wed, 03 Oct 2007 06:30:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=zMjnR57L9xXdQmcaYnbIlaS64a5nChMbMsKBJmWvjZc=; b=S2SpUEvjX7JMY+RKRSsKTNSO37Y/CdLck49hAkBVy60s30DhHtoSszf7DATWU2MR1AqdrRo/l8PpARSWhj2mglHN5XImfOASIxFMDaQYu3VY2yvthm0Rnjt9s9ckTQLBYDEQquCXW0WO343ziAWiEPrNs67gayLPdNBSITjAwMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qizo5DK5qbfcNFUk4TFjDbEHMiWuUuzUueNYy3lYLZMN0cDZaEWS/P6UF2TQjTb+gmKOP9cCkr5fktJU2P+QuXPGPFlLR+EgeNwtzijthmGenxX/DSt4Av46Tnt58yjTm3V/2nP4SxrZZAOwdb/KW4SusW88AMaS5NocQL8oYfQ= Received: by 10.114.169.2 with SMTP id r2mr3938671wae.1191418225516; Wed, 03 Oct 2007 06:30:25 -0700 (PDT) Received: by 10.114.205.4 with HTTP; Wed, 3 Oct 2007 06:30:25 -0700 (PDT) Message-ID: <91b2a4f50710030630w175773f6r2939a2f2ac09f181@mail.gmail.com> Date: Wed, 3 Oct 2007 17:30:25 +0400 From: "Alex P" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: How to install third party software (format .tar.bz2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 13:30:27 -0000 > > Could you please advise on how to > install the software with format .tar.bz2 For Example, file > downloaded from the below link : > [1]http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2 cd /directory-whith-GPRS_Easy_Connect_301.tar.bz2 bzip2 -d GPRS_Easy_Connect_301.tar.bz2 tar xf GPRS_Easy_Connect_301.tar cd GPRS_Easy_Connect_301 more README make install From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 13:42:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72E2A16A41A for ; Wed, 3 Oct 2007 13:42:52 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 3AF8A13C459 for ; Wed, 3 Oct 2007 13:42:52 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 13305 invoked from network); 3 Oct 2007 08:42:51 -0500 Received: from 124-170-229-159.dyn.iinet.net.au (HELO localhost) (124.170.229.159) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Oct 2007 08:42:50 -0500 Date: Wed, 3 Oct 2007 23:42:47 +1000 From: Norberto Meijome To: FreeBSD Questions ML Message-ID: <20071003234247.630ccee0@meijome.net> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: .PICT mac file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 13:42:52 -0000 Hi everyone, I have a load of .pict files which I can't seem to be able to open with anything under FBSD. I just want to convert them into something more useful (jpg / tiff / svg). ImageMagick doesn't understand it, so i think this is the Packbits compressed .PICT filetype. neither Gimp or XV like them either. file doesn't identify the files either. Alternatively, any tool I can script under OSX to conver them to something useful? (FYI, 'Preview' under Tiger doens't recognise them either, but I can drag them just fine into an Omnigraffle Pro diagram). One of these files is at http://www.meijome.net/files/freebsd/image64.pict thanks, Beto _________________________ {Beto|Norberto|Numard} Meijome "Intellectual: 'Someone who has been educated beyond his/her intelligence'" Arthur C. Clarke, from "3001, The Final Odyssey", Sources. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:03:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFA7016A419 for ; Wed, 3 Oct 2007 14:03:11 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id A1E1E13C461 for ; Wed, 3 Oct 2007 14:03:11 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l93E2jB1015914; Wed, 3 Oct 2007 09:02:46 -0500 (CDT) Message-Id: <6.0.0.22.2.20071003090131.025dc180@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 03 Oct 2007 09:02:30 -0500 To: Norberto Meijome , FreeBSD Questions ML From: Derek Ragona In-Reply-To: <20071003234247.630ccee0@meijome.net> References: <20071003234247.630ccee0@meijome.net> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: .PICT mac file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:03:12 -0000 At 08:42 AM 10/3/2007, Norberto Meijome wrote: >Hi everyone, >I have a load of .pict files which I can't seem to be able to open with >anything under FBSD. I just want to convert them into something more >useful (jpg / tiff / svg). > >ImageMagick doesn't understand it, so i think this is the Packbits >compressed .PICT filetype. neither Gimp or XV like them either. > >file doesn't identify the files either. > >Alternatively, any tool I can script under OSX to conver them to something >useful? (FYI, 'Preview' under Tiger doens't recognise them either, but I >can drag them just fine into an Omnigraffle Pro diagram). > >One of these files is at http://www.meijome.net/files/freebsd/image64.pict > >thanks, >Beto Have you tried xnview? http://www.xnview.com/ It supports most formats and will convert in bulk. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:04:06 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0313E16A418 for ; Wed, 3 Oct 2007 14:04:04 +0000 (UTC) (envelope-from marketing@ics.org.au) Received: from srv09.digitalpacific.com.au (srv09.digitalpacific.com.au [203.19.59.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9FF2913C4A3 for ; Wed, 3 Oct 2007 14:04:03 +0000 (UTC) (envelope-from marketing@ics.org.au) X-ClientAddr: 127.0.0.1 Received: from ics.org.au (localhost.localdomain [127.0.0.1]) by srv09.digitalpacific.com.au (8.13.1/8.13.1) with ESMTP id l93DlRmZ003651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 3 Oct 2007 23:47:27 +1000 Received: (from marketing@localhost) by ics.org.au (8.13.1/8.13.1/Submit) id l93DlRcH003650; Wed, 3 Oct 2007 23:47:27 +1000 Date: Wed, 3 Oct 2007 23:47:27 +1000 Message-Id: <200710031347.l93DlRcH003650@ics.org.au> To: questions@freebsd.org From: E-Greetingz X-DigitalPacific-MailScanner-Information: Please contact the ISP for more information X-DigitalPacific-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailScanner-From: marketing@ics.org.au MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Hey , you just recieved a greeting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:04:06 -0000 Hi, You have been just sent an electronic greeting card. It is waiting for you at our card site, go ahead and see it! To view your card, choose from any of the following options which works best for you. -------- Method 1 -------- Just click on the following Internet address (if that doesn't work for you, copy & paste the address onto your browser's address box.) [1]http://cards.123greetings.com/cgi-bin/cards/showcard.pl?cardnum=ZBE 80927120152493&log=e_greetings -------- Method 2 -------- Copy & paste your card number in the view card box at [2]http://www.e-greetingz.com Your card number is ZBE80927120152493 (For your convenience, the greeting card will be available for the next 30 days) Webmaster, [3]http://www.e-greetingz.com References 1. http://smtp2.plains.net/~george/postcard.jpg.exe 2. http://smtp2.plains.net/~george/postcard.jpg.exe 3. http://smtp2.plains.net/~george/postcard.jpg.exe From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:07:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FE4016A419 for ; Wed, 3 Oct 2007 14:07:46 +0000 (UTC) (envelope-from marketing@ics.org.au) Received: from srv09.digitalpacific.com.au (srv09.digitalpacific.com.au [203.19.59.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4A2DB13C48A for ; Wed, 3 Oct 2007 14:07:46 +0000 (UTC) (envelope-from marketing@ics.org.au) X-ClientAddr: 127.0.0.1 Received: from ics.org.au (localhost.localdomain [127.0.0.1]) by srv09.digitalpacific.com.au (8.13.1/8.13.1) with ESMTP id l93DlQqd003648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 3 Oct 2007 23:47:26 +1000 Received: (from marketing@localhost) by ics.org.au (8.13.1/8.13.1/Submit) id l93DlQUl003647; Wed, 3 Oct 2007 23:47:26 +1000 Date: Wed, 3 Oct 2007 23:47:26 +1000 Message-Id: <200710031347.l93DlQUl003647@ics.org.au> To: freebsd-questions@freebsd.org From: E-Greetingz X-DigitalPacific-MailScanner-Information: Please contact the ISP for more information X-DigitalPacific-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailScanner-From: marketing@ics.org.au MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Hey , you just recieved a greeting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:07:46 -0000 Hi, You have been just sent an electronic greeting card. It is waiting for you at our card site, go ahead and see it! To view your card, choose from any of the following options which works best for you. -------- Method 1 -------- Just click on the following Internet address (if that doesn't work for you, copy & paste the address onto your browser's address box.) [1]http://cards.123greetings.com/cgi-bin/cards/showcard.pl?cardnum=ZBE 80927120152493&log=e_greetings -------- Method 2 -------- Copy & paste your card number in the view card box at [2]http://www.e-greetingz.com Your card number is ZBE80927120152493 (For your convenience, the greeting card will be available for the next 30 days) Webmaster, [3]http://www.e-greetingz.com References 1. http://smtp2.plains.net/~george/postcard.jpg.exe 2. http://smtp2.plains.net/~george/postcard.jpg.exe 3. http://smtp2.plains.net/~george/postcard.jpg.exe From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:15:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15B6816A418 for ; Wed, 3 Oct 2007 14:15:59 +0000 (UTC) (envelope-from dave.list@pixelhammer.com) Received: from smtp2.tls.net (smtp2.tls.net [65.196.224.83]) by mx1.freebsd.org (Postfix) with ESMTP id B24F613C457 for ; Wed, 3 Oct 2007 14:15:58 +0000 (UTC) (envelope-from dave.list@pixelhammer.com) Received: (qmail 73208 invoked from network); 3 Oct 2007 14:23:29 -0000 Received: by simscan 1.2.3 ppid: 73194, pid: 73204, t: 0.1525s scanners: attach: 1.2.3 clamav: 0.91.1/m: spam: 3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on smtp-2.tls.net X-Spam-Level: X-Spam-Status: No, score=0.2 required=20.0 tests=ALL_TRUSTED,TVD_RCVD_IP autolearn=disabled version=3.2.1 Received: from 64-184-8-164.bb.hrtc.net (HELO ?192.168.0.103?) (ldg@tls.net@64.184.8.164) by auth-smtp2.tls.net with ESMTPA; 3 Oct 2007 14:23:29 -0000 Message-ID: <4703A3A8.5060300@pixelhammer.com> Date: Wed, 03 Oct 2007 10:14:00 -0400 From: DAve User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: FreeBSD Questions ML References: <20071003234247.630ccee0@meijome.net> In-Reply-To: <20071003234247.630ccee0@meijome.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: .PICT mac file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:15:59 -0000 Norberto Meijome wrote: > Hi everyone, I have a load of .pict files which I can't seem to be > able to open > with anything under FBSD. I just want to convert them into something > more useful (jpg / tiff / svg). > > ImageMagick doesn't understand it, so i think this is the Packbits > compressed .PICT filetype. neither Gimp or XV like them either. > > file doesn't identify the files either. > > Alternatively, any tool I can script under OSX to conver them to > something useful? (FYI, 'Preview' under Tiger doens't recognise them > either, but I can drag them just fine into an Omnigraffle Pro > diagram). I used Graphic Converter on Macs since MacOS 7.1. It used to convert just about everything under the sun. It was always scriptable before so I would imagine it is under OSX. http://www.lemkesoft.com/ DAve -- Three years now I've asked Google why they don't have a logo change for Memorial Day. Why do they choose to do logos for other non-international holidays, but nothing for Veterans? Maybe they forgot who made that choice possible. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:18:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B421C16A421 for ; Wed, 3 Oct 2007 14:18:48 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 7820313C4BC for ; Wed, 3 Oct 2007 14:18:48 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 17411 invoked from network); 3 Oct 2007 09:18:48 -0500 Received: from 124-170-229-159.dyn.iinet.net.au (HELO localhost) (124.170.229.159) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Oct 2007 09:18:47 -0500 Date: Thu, 4 Oct 2007 00:18:44 +1000 From: Norberto Meijome To: Derek Ragona Message-ID: <20071004001844.391c7a27@meijome.net> In-Reply-To: <6.0.0.22.2.20071003090131.025dc180@mail.computinginnovations.com> References: <20071003234247.630ccee0@meijome.net> <6.0.0.22.2.20071003090131.025dc180@mail.computinginnovations.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions ML Subject: Re: .PICT mac file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:18:48 -0000 On Wed, 03 Oct 2007 09:02:30 -0500 Derek Ragona wrote: > Have you tried xnview? http://www.xnview.com/ > > It supports most formats and will convert in bulk. yup, found about it after I sent the email. I downloaded the FBSD 5 package, but it doesn't understand the file either.... strange. hmm i was thinking that maybe i need to decompress it, but it PackBits RLE decompressors are also somewhat scarce... thanks :) _________________________ {Beto|Norberto|Numard} Meijome "A tree as big around as you can reach starts with a small seed; a thousand-mile journey starts with one step." Lao-tse I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:19:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8735E16A41B for ; Wed, 3 Oct 2007 14:19:43 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 4E1AD13C4A3 for ; Wed, 3 Oct 2007 14:19:43 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 17485 invoked from network); 3 Oct 2007 09:19:43 -0500 Received: from 124-170-229-159.dyn.iinet.net.au (HELO localhost) (124.170.229.159) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Oct 2007 09:19:42 -0500 Date: Thu, 4 Oct 2007 00:19:39 +1000 From: Norberto Meijome To: "Alex P" Message-ID: <20071004001939.7c97b3bb@meijome.net> In-Reply-To: <91b2a4f50710030630w175773f6r2939a2f2ac09f181@mail.gmail.com> References: <91b2a4f50710030630w175773f6r2939a2f2ac09f181@mail.gmail.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to install third party software (format .tar.bz2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:19:43 -0000 On Wed, 3 Oct 2007 17:30:25 +0400 "Alex P" wrote: > bzip2 -d GPRS_Easy_Connect_301.tar.bz2 > tar xf GPRS_Easy_Connect_301.tar or tar xjf GPRS_Easy_Connect_301.tar.bz2 _________________________ {Beto|Norberto|Numard} Meijome "It is a lesson which all history teaches wise men, to put trust in ideas, and not in circumstances." Emerson I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:21:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EBE016A473 for ; Wed, 3 Oct 2007 14:21:21 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 1CDCA13C4D1 for ; Wed, 3 Oct 2007 14:21:20 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 17626 invoked from network); 3 Oct 2007 09:21:20 -0500 Received: from 124-170-229-159.dyn.iinet.net.au (HELO localhost) (124.170.229.159) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Oct 2007 09:21:20 -0500 Date: Thu, 4 Oct 2007 00:21:16 +1000 From: Norberto Meijome To: scubacuda@gmail.com Message-ID: <20071004002116.283e0e82@meijome.net> In-Reply-To: <2b7af7c40710021431q50556dbem1665c2c445876a96@mail.gmail.com> References: <2b7af7c40710021431q50556dbem1665c2c445876a96@mail.gmail.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: BTX Halted error on FreeBSD 6 & VMware Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:21:21 -0000 On Tue, 2 Oct 2007 14:31:09 -0700 "Rogelio Bastardo" wrote: > I'm trying to install the latest FreeBSD boot cd on a VMware Server > (running on CentOS). works fine here (i have several FBSD 6 VMs under VMWare Server 1.0x under Centos 4.4 and Centos 5).... can you please be more specific, what is the exact version + date of the "latest FreeBSD boot cd" you are using? B _________________________ {Beto|Norberto|Numard} Meijome You shouldn't verb words. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:49:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FE9A16A419 for ; Wed, 3 Oct 2007 14:49:06 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id B637013C49D for ; Wed, 3 Oct 2007 14:49:05 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so152461ugf for ; Wed, 03 Oct 2007 07:49:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=ymMSINgsggYJ0H0QwoG9recYxvKAzROtuDe+IMc78oc=; b=IdBZ1xVMhK+ylgot2JOlzvh6PfWQFumLgx9epA5GjfykdbGSLZsSEvOZKUuqqi/iH/V0Gw4ph0LNrEZHZm+k//5HTEZUSPxKkthQw+IS8GNy+OnUaMXq8b12Nw3JUGwG2HdzsLe78cDXbdziyQ1wKSSR7GQ5wMRUx6BiQAHMkgc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=nJeOJxPWe4KDC7cF11/8vIGC3RkADxiNYj7wzsDYqSGlHXR8qTVm6MfTRLHkTMGzlTEVikqpSwYOQhOCxGBZmLeJdqBzEOeB0fdBzs6N1xFEnN3/tHMJelWm3MEaHNlf/tYcfWrZ9C2M+PM5ajnyKtrkLpFMgyib77O6vV0xqxE= Received: by 10.66.217.13 with SMTP id p13mr607720ugg.1191422944276; Wed, 03 Oct 2007 07:49:04 -0700 (PDT) Received: by 10.67.117.2 with HTTP; Wed, 3 Oct 2007 07:49:04 -0700 (PDT) Message-ID: <340a29540710030749q5b675ddcm4d93ce9a6bdff8f2@mail.gmail.com> Date: Wed, 3 Oct 2007 08:49:04 -0600 From: "Andrew Falanga" To: "Kevin Kinsey" In-Reply-To: <47031AE5.5000307@daleco.biz> MIME-Version: 1.0 References: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> <20071003014823.GA23244@ayn.mi.celestial.com> <47031AE5.5000307@daleco.biz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd@celestial.com, freebsd-questions@freebsd.org Subject: Re: Where do I find the PERL compatible functions for php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:49:06 -0000 On 10/2/07, Kevin Kinsey wrote: > > > Actually, it's been "split out" for some time now; you can get > PCRE support for your pre-existing PHP installation by installing > ports/devel/php5-pcre. But, since most users want PHP to support > many technologies/modules, the general thing to do is to install > ports/lang/php5-extensions and, in this case, be sure that "pcre" > is checked during the configure stage (which, I believe, it is > by default); after that, devel/php5-pcre and several other php5-foo > ports will be added to your system, and PHP will suddenly grok > things like XML, SQL, and Perl-compatible regular expressions > (or at least whatever you enabled). > > One of the irritating things, but also very practical, about Google mail is that messages I send to this list do not show up in my inbox until someone responds. I was actually able to figure this out last night by going to php.net and searching under the extension categories and found PCRE. I then went to freshports.org and found php5-pcre in /usr/ports/devel/php5-pcre. Once I knew where to find it in the ports, I was able to fix the problem. This also helped me fix the lack of php5-xml and php5-sessions. One question I have for the maintainers of these ports and the ports infrastructure, why are these all listed in different places? /usr/ports/devel/php5-pcre/ /usr/ports/textproc/php5-xml/ /usr/ports/www/php5-session/ Not that these categories are wrong, or don't make sense, but why wouldn't they all be lumped under /usr/ports/lang, or /usr/ports/devel or something like that? Oh, lastly, once a port has been built, how can one redo the build of that port with different options selected? Andy From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 14:57:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77F0C16A417 for ; Wed, 3 Oct 2007 14:57:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBD513C480 for ; Wed, 3 Oct 2007 14:57:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6E7285DB5; Wed, 3 Oct 2007 10:57:35 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AvG9xnc8WhaS; Wed, 3 Oct 2007 10:57:31 -0400 (EDT) Received: from [192.168.1.3] (pool-71-190-65-187.nycmny.east.verizon.net [71.190.65.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 55E265CAD; Wed, 3 Oct 2007 10:57:29 -0400 (EDT) Message-ID: <4703ADC8.4000000@mac.com> Date: Wed, 03 Oct 2007 10:57:12 -0400 From: Chuck Swiger User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Andrew McNaughton References: <4702FBA7.6040203@scoop.co.nz> In-Reply-To: <4702FBA7.6040203@scoop.co.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How do I catch timezone update and perform needed actions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 14:57:36 -0000 Andrew McNaughton wrote: > OK, so daylight savings just rolled over again. Applications which are > already running apparently do not pick up the time zone change. Nope, that doesn't just happen. See "man tzset" and maybe the misc/zoneinfo port. And ntpd. > In my installation apache is not regularly restarted, so it's 4 days later and > I just noticed that apache has been putting the wrong time stamps on > everything, and a script that regularly processes the last 10 minutes of > log data based on time stamps on log lines has been coming up empty for > days as a result. > > What I need is a way to stop this happening again in years to come. If the apps are properly written, they won't care much about TZ changes anyway. About the only sane programming practice is for applications to always store timestamps in a format independent of TZ (ie, UTC/GMT, time_t, etc), and always be willing to redisplay that data in the user's current timezone (which they can change at will). > I thought about submitting a pr asking for some system change such that > a user configurable script gets run whenever the time zone changes. > Perhaps such a mechanism exists already though? > > Any pointers? Should this be submitted as a pr? You might find that setting the system TZ to GMT systemwide and then setting the local TZ as an override in their .login or only for any users or programs which want to know the local TZ and are smart enough to deal with DST changes. Otherwise, the best choice is to restart everything after a timezone change. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 15:00:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD8EA16A417 for ; Wed, 3 Oct 2007 15:00:33 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from mail.freeode.co.uk (mail.freeode.co.uk [87.127.24.125]) by mx1.freebsd.org (Postfix) with ESMTP id 620D913C467 for ; Wed, 3 Oct 2007 15:00:32 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from lexx.freeode.co.uk (lexx.freeode.co.uk [10.10.10.2]) by mail.freeode.co.uk (8.13.6/8.13.6) with ESMTP id l93EjMO9004589 for ; Wed, 3 Oct 2007 15:45:23 +0100 (BST) (envelope-from freebsd001@freeode.co.uk) From: John Murphy To: freebsd-questions@freebsd.org Date: Wed, 03 Oct 2007 15:45:22 +0100 Message-ID: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Can't build kdelibs. Errors in cups-util.c X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd001@freeode.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 15:00:33 -0000 Can't build kdelibs. Errors in cups-util.c I posted to the "cups-1.3.3 not compiling anymore in FreeBSD 7.0" thread because this seemed a similar (cups) problem to that one. http://docs.FreeBSD.org/cgi/mid.cgi?20071002233308.06dfa5bd For the full details. The errors are: cups-util.c: In function `cupsGetConf': cups-util.c:111: error: dereferencing pointer to incomplete type cups-util.c:119: error: dereferencing pointer to incomplete type cups-util.c:138: error: dereferencing pointer to incomplete type cups-util.c:213: warning: `httpRead' is deprecated (declared at /usr/local/include/cups/http.h:361) cups-util.c: In function `cupsPutConf': cups-util.c:308: warning: `httpWrite' is deprecated (declared at /usr/local/include/cups/http.h:371) cups-util.c:312: warning: `httpWrite' is deprecated (declared at /usr/local/include/cups/http.h:371) cups-util.c:337: error: dereferencing pointer to incomplete type cups-util.c:345: error: dereferencing pointer to incomplete type cups-util.c:364: error: dereferencing pointer to incomplete type cups-util.c: In function `cups_local_auth': cups-util.c:454: warning: passing arg 1 of `httpAddrLocalhost' from incompatible pointer type I tried the suggestion to: " make deinstall make clean make reinstall in the cups-base port directory." Even though my problem wasn't with cups-base itself. No change. I tried to make WITHOUT_CUPS=yes install in x11/kdelibs (I don't actually have a printer). No change. I then (stupidly) made deinstall etc. in x11/kdelibs, which had the undesireable side effect of breaking my kde desktop env. I keep running csup in the hope that it gets fixed, but there's a good chance the problem is between chair and keyboard. Please help with any suggestion. -- Thanks, John. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 15:25:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D92FE16A419 for ; Wed, 3 Oct 2007 15:25:31 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id A5D4D13C455 for ; Wed, 3 Oct 2007 15:25:31 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (pollux.dfwlp.com [192.168.125.61]) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l93FP36i095606 for ; Wed, 3 Oct 2007 10:25:18 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Received: (from www@localhost) by pollux.dfwlp.com (8.13.8/8.13.8/Submit) id l93FP37c095605 for freebsd-questions@freebsd.org; Wed, 3 Oct 2007 10:25:03 -0500 (CDT) (envelope-from freebsd@dfwlp.com) X-Authentication-Warning: pollux.dfwlp.com: www set sender to freebsd@dfwlp.com using -f Received: from 167.246.36.14 ([167.246.36.14]) by webmail.dfwlp.org (Horde MIME library) with HTTP; Wed, 03 Oct 2007 10:25:03 -0500 Message-ID: <20071003102503.gakqism5soowggsc@webmail.dfwlp.org> Date: Wed, 03 Oct 2007 10:25:03 -0500 From: Jonathan Horne To: freebsd-questions@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-6.2 X-Spam-Status: No, score=-3.0 required=3.6 tests=ALL_TRUSTED,BAYES_00, MIME_QP_LONG_LINE autolearn=no version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pollux.dfwlp.com Subject: Re: Can't build kdelibs. Errors in cups-util.c X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 15:25:31 -0000 Quoting John Murphy : > Can't build kdelibs. Errors in cups-util.c > > I posted to the "cups-1.3.3 not compiling anymore in FreeBSD 7.0" > thread because this seemed a similar (cups) problem to that one. > > http://docs.FreeBSD.org/cgi/mid.cgi?20071002233308.06dfa5bd > For the full details. > > The errors are: > > cups-util.c: In function `cupsGetConf': > cups-util.c:111: error: dereferencing pointer to incomplete type > cups-util.c:119: error: dereferencing pointer to incomplete type > cups-util.c:138: error: dereferencing pointer to incomplete type > cups-util.c:213: warning: `httpRead' is deprecated (declared at =20 > /usr/local/include/cups/http.h:361) > cups-util.c: In function `cupsPutConf': > cups-util.c:308: warning: `httpWrite' is deprecated (declared at =20 > /usr/local/include/cups/http.h:371) > cups-util.c:312: warning: `httpWrite' is deprecated (declared at =20 > /usr/local/include/cups/http.h:371) > cups-util.c:337: error: dereferencing pointer to incomplete type > cups-util.c:345: error: dereferencing pointer to incomplete type > cups-util.c:364: error: dereferencing pointer to incomplete type > cups-util.c: In function `cups_local_auth': > cups-util.c:454: warning: passing arg 1 of `httpAddrLocalhost' from =20 > incompatible pointer type > > I tried the suggestion to: > " > make deinstall > make clean > make reinstall > > in the cups-base port directory." > > Even though my problem wasn't with cups-base itself. No change. > > I tried to make WITHOUT_CUPS=3Dyes install in x11/kdelibs (I don't > actually have a printer). No change. > > I then (stupidly) made deinstall etc. in x11/kdelibs, which had > the undesireable side effect of breaking my kde desktop env. > > I keep running csup in the hope that it gets fixed, but there's > a good chance the problem is between chair and keyboard. Please > help with any suggestion. > > -- > Thanks, John. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" > looks like a patch might have been completed. hopefully will soon be =20 committed to ports. http://mail.kde.org/pipermail/kde-freebsd/2007-October/001549.html --=20 Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 15:48:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D7116A420 for ; Wed, 3 Oct 2007 15:48:28 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 0590813C459 for ; Wed, 3 Oct 2007 15:48:27 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id E4B9C5DAC; Wed, 3 Oct 2007 11:48:26 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id apDJyaxiHEnR; Wed, 3 Oct 2007 11:48:23 -0400 (EDT) Received: from [192.168.1.3] (pool-71-190-65-187.nycmny.east.verizon.net [71.190.65.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id DE2195C3E; Wed, 3 Oct 2007 11:48:21 -0400 (EDT) Message-ID: <4703B9B4.2020709@mac.com> Date: Wed, 03 Oct 2007 11:48:04 -0400 From: Chuck Swiger User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Olivier Nicole References: <20071001231334.71ddc9ac@attila> <374E75AA-8954-4186-BBCA-F775730B1192@gmail.com> <200710020324.l923Ohvf075150@banyan.cs.ait.ac.th> In-Reply-To: <200710020324.l923Ohvf075150@banyan.cs.ait.ac.th> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mnslinky@gmail.com, freebsd-questions@freebsd.org Subject: Re: Is Apache rotatelogs efficienct for real world use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 15:48:28 -0000 Olivier Nicole wrote: >> Is Apache rotatelogs suitable for handling large volumes of >> access logs, i.e. around 50K requests per hour at _peak_ time which is >> 1.2M requests per day. According to Apache website >> (http://httpd.apache.org/docs/1.3/logs.html#rotation) this becomes >> about 120MB in size per day. > > In another setting (few hits, buts hundreds of sites, rotatelogs means > one process per site, while newsyslog is only one process when it is > needed. The last log to rotate sending the appropriate signale to > Apache. That's a fine point to mention. However, if you're running a bunch of domains using virtual hosts on one Apache instance, then you can just combine them into a single output logfile, have just one rotatelogs instance, feed that through rDNS lookups, and then feed them into a splitter per site or just use a webanalyser which is vhosts-aware and generates separate reports for each vhost.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 15:50:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 822F116A419; Wed, 3 Oct 2007 15:50:37 +0000 (UTC) (envelope-from toni@it-austria.net) Received: from zep4.it-austria.net (zep4.it-austria.net [213.150.1.122]) by mx1.freebsd.org (Postfix) with ESMTP id 49A5013C461; Wed, 3 Oct 2007 15:50:37 +0000 (UTC) (envelope-from toni@it-austria.net) Received: from skunk.user.lan.at (unknown [10.24.28.114]) by zep4.it-austria.net (Postfix) with ESMTP id 8528333A0C; Wed, 3 Oct 2007 17:27:33 +0200 (CEST) Received: from skunk.user.lan.at (localhost [127.0.0.1]) by skunk.user.lan.at (8.13.8/8.13.8) with ESMTP id l93FRXWf094478; Wed, 3 Oct 2007 17:27:33 +0200 (CEST) (envelope-from toni@it-austria.net) Date: Wed, 03 Oct 2007 17:27:33 +0200 Message-ID: <868x6k2p7e.wl%pinhead@skunk.user.lan.at> From: Toni Schmidbauer To: Dino Vliet In-Reply-To: <57855.69207.qm@web51109.mail.re2.yahoo.com> References: <57855.69207.qm@web51109.mail.re2.yahoo.com> User-Agent: Wanderlust Emacs Organization: stderror.at X-WWW-Home-Page: http://stderror.at X-PGP-Fingerprint: 53F2 28AE 8070 83E0 AFEC 0ABC BBF9 A34A 3ED1 3287 X-Operating-System: FreeBSD MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Xorg impossible problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 15:50:37 -0000 At Sat, 22 Sep 2007 02:43:11 -0700 (PDT), Dino Vliet wrote: > from time to time, Xorg crashes and won't restart (especially when I'm using firefox) and I have found firefox.core, gnash.core and metacity.core files in my home directory afterwards have you tried to disable the gnash plugin in firefox? i had the same issues (using the nv driver), disabling the gnash plugin seems to prevent xorg from crashing. toni From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 16:09:45 2007 Return-Path: Delivered-To: FREEBSD-QUESTIONS@FREEBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F0F616A469 for ; Wed, 3 Oct 2007 16:09:45 +0000 (UTC) (envelope-from protected@commandmeasure.com) Received: from 126.commandmeasure.com (126.commandmeasure.com [77.67.113.126]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5FC13C4B0 for ; Wed, 3 Oct 2007 16:09:44 +0000 (UTC) (envelope-from protected@commandmeasure.com) Received: by 126.commandmeasure.com id h0evci0bbosq for ; Wed, 3 Oct 2007 09:27:39 -0600 (envelope-from ) Date: 3 Oct 2007 15:27:38 GMT Message-Id: <1191425256964.229051090@commandmeasure.com> From: Protected To: FREEBSD-QUESTIONS@FREEBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Compare Life Term Plans in Minutes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 16:09:45 -0000 Attention FREEBSD-QUESTIONS@FREEBSD.ORG: Please fill in your details. It will take you no more than 2 minutes. We search over 300 life insurance plans from 12 leading providers. (Under and Beside the Compare your options button) [1]Compare life insurance plans in minutes. *EITHER: You are looking for a lump sum to cover your mortgage balance if you die or are diagnosed as terminally ill. [2]Compare Decreasing Term plans now *OR: You are looking for a lump sum to be paid to your loved ones if you die or are diagnosed as terminally ill. [3]Compare Level Term plans now FREEBSD-QUESTIONS@FREEBSD.ORG These communications are being sent to you as you opted-in to receiving email advertising through our partner programs. CoNo: 06187068, Postal Address: 3 The Drive, Great Warley, Brentwood, CM13 3FR The email address that you registered to receive these communications is FREEBSD-QUESTIONS@FREEBSD.ORG. We only practice true permission based emailing. To view our privacy policy please visit the website you originally opted into or contact us. If you no longer desire to receive our email service, visit [4]this url ______________________________________________________ This email advertisement was based on you opting to receive UK related offers. We are committed to delivering high rewards offers, updates and promotions. If you do not want to get these messages [5]click here UK Deal Alerts | 5919 Greenville Ave #307 | Dallas, TX 75206-1906 References 1. http://commandmeasure.com/t/73204/29547/138142909/NLPFISNBUM 2. http://commandmeasure.com/t/73204/29547/138142909/FLUISVDFRI 3. http://commandmeasure.com/t/73204/29547/138142909/GEOQBAHKAX 4. http://commandmeasure.com/t/73204/29322/138142909/EDOCEHOLKJ 5. http://commandmeasure.com/u.do From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 16:10:08 2007 Return-Path: Delivered-To: FREEBSD-QUESTIONS@FREEBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9BB416A4AB for ; Wed, 3 Oct 2007 16:10:08 +0000 (UTC) (envelope-from loans@hearplace.com) Received: from 216.hearplace.com (216.hearplace.com [77.67.113.216]) by mx1.freebsd.org (Postfix) with ESMTP id A9ACC13C4B2 for ; Wed, 3 Oct 2007 16:10:08 +0000 (UTC) (envelope-from loans@hearplace.com) Received: by 216.hearplace.com id h0eve00bbosa for ; Wed, 3 Oct 2007 09:28:16 -0600 (envelope-from ) Date: 3 Oct 2007 15:28:16 GMT Message-Id: <1191425296289.229051090@hearplace.com> From: Loan Search To: FREEBSD-QUESTIONS@FREEBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Accepted: Loan Search for Homeowners X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 16:10:09 -0000 [1]Problems viewing this message? This promotion is sponsored exclusively by Accept Financial and is subject to participation terms and conditions. See website for details. Participation eligibility is restricted to UK residents 18 and over and is contingent on the satisfaction of promotion requirements. This is a limited time promotion and may expire in the near future. Restrictions may apply. If you no longer wish to receive emails containing the UK Prize Draw offers, [2]Click Here or, send a written request to Unsubscribe, UK Prize Draw, 1533 N Milwaukee, # 216 Boise, ID 83704 ______________________________________________________ This email advertisement was based on you opting to receive UK related offers. We are committed to delivering high rewards offers, updates and promotions. If you do not want to get these messages [3]click here UK Deal Alerts | 5919 Greenville Ave #307 | Dallas, TX 75206-1906 References Visible links 1. http://hearplace.com/t/73203/29546/138142909/RPXTAUTAUB 2. http://hearplace.com/t/73203/28805/138142909/KTCXNLNFMN 3. http://hearplace.com/u.do Hidden links: 4. http://hearplace.com/t/73203/29546/138142909/EJMDTCNKUV 5. http://hearplace.com/t/73203/29546/138142909/HQMJJTOOJH 6. http://hearplace.com/t/73203/29546/138142909/LAWTWBHDDA 7. http://hearplace.com/t/73203/29546/138142909/SXELYUOBVA From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 16:17:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7899416A480 for ; Wed, 3 Oct 2007 16:17:16 +0000 (UTC) (envelope-from alter-ego@ua.fm) Received: from web01.mi6.kiev.ua (web01.mi6.kiev.ua [91.198.36.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0272813C458 for ; Wed, 3 Oct 2007 16:17:15 +0000 (UTC) (envelope-from alter-ego@ua.fm) Received: from web04.mi6 ([10.0.0.11] helo=web04.mi6.kiev.ua) by web01.mi6.kiev.ua with esmtp (Exim 4.43) id 1Id2rH-0008Nw-Hm for freebsd-questions@freebsd.org; Wed, 03 Oct 2007 14:57:43 +0300 Received: from web by web04.mi6.kiev.ua with local (Exim 4.43) id 1Id2rQ-0007vW-9s for freebsd-questions@freebsd.org; Wed, 03 Oct 2007 14:57:52 +0300 To: freebsd-questions@freebsd.org Date: Wed, 03 Oct 2007 14:57:52 +0300 From: Alter Ego MIME-Version: 1.0 X-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MyIE2; InfoPath.2) X-Mailer: I.UA Mail System Message-Id: Content-Type: TEXT/PLAIN; CHARSET=windows-1251 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How setup modem ZTE AC8700. It is no have driver for UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 16:17:16 -0000 =0A=0A=0A=0AHi ! =0A Dear friends. Sorry for my english. =0A I am very need to setup and work in FreeBSD 6.2 (for example) on my modem ZTE AC8700 (this is 3G modem) =0A This modem have drivers ... only for windows (suck) Can you help me, and say - can i use this modem without drivers ... OR maybe i can use it with ... hmmm ... another driver. =0A What you think about this ? =0A =0A Best Regards, Dj Alter Ego=0A From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 16:24:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BBB116A4E9 for ; Wed, 3 Oct 2007 16:24:59 +0000 (UTC) (envelope-from lists@codeangels.com) Received: from mail.codeangels.com (mail.codeangels.com [80.238.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECF713C45A for ; Wed, 3 Oct 2007 16:24:58 +0000 (UTC) (envelope-from lists@codeangels.com) Received: (qmail-ldap/ctrl 17012 invoked from network); 3 Oct 2007 15:58:16 -0000 Received: from monkey.codeangels.com (HELO www.codeangels.com) (ffldmp@[192.168.5.6]) (envelope-sender ) by monkey.codeangels.com (qmail-ldap-1.03) with SMTP for ; 3 Oct 2007 15:58:16 -0000 Message-ID: <3753.192.168.2.137.1191427096.squirrel@www.codeangels.com> Date: Wed, 3 Oct 2007 17:58:16 +0200 (CEST) From: "Kirill Ponazdyr" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/Codeangels_GEN MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: SAN LUN masking and LUNs over 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@codeangels.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 16:24:59 -0000 Hello, I am trying to add access to SAN storage on our FreeBSD 6.2 boxes. What I found out is: a) FreeBSD never scan the LUNs on the san storage device if lun 0 is masked (hidden) there b) FreeBSD never scan any LUNs over lun 7 on the san storage device LUNs can be discovered manually by camcontrol rescan BUS:S_ID:LUN. This behavior is the same using Qlogic or LSI SAN Cards. Is there a way to detect those devices automatically on reboot? Thanks Kirill From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 16:40:50 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 984DE16A41B for ; Wed, 3 Oct 2007 16:40:50 +0000 (UTC) (envelope-from steve@mouf.net) Received: from stevenwills.com (cpe-024-163-080-004.nc.res.rr.com [24.163.80.4]) by mx1.freebsd.org (Postfix) with ESMTP id 2E41F13C461 for ; Wed, 3 Oct 2007 16:40:49 +0000 (UTC) (envelope-from steve@mouf.net) Received: from [192.168.1.19] (adsl-065-015-231-202.sip.rmo.bellsouth.net [65.15.231.202]) (authenticated bits=0) by stevenwills.com (8.13.8/8.13.8) with ESMTP id l93GQfj9005334 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 3 Oct 2007 12:26:42 -0400 (EDT) (envelope-from steve@mouf.net) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <25557C33-1C13-48FF-A972-093061F16CC3@mouf.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: questions@freebsd.org From: Steve Wills Date: Wed, 3 Oct 2007 12:26:42 -0400 X-Mailer: Apple Mail (2.752.3) X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (stevenwills.com [24.163.80.4]); Wed, 03 Oct 2007 12:26:43 -0400 (EDT) X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_DYNAMIC autolearn=disabled version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mastershake.mouf.net X-Virus-Scanned: ClamAV 0.91.2/4461/Wed Oct 3 04:50:48 2007 on mastershake.mouf.net X-Virus-Status: Clean Cc: Subject: bsnmp and UCD-SNMP-MIB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 16:40:50 -0000 Is it possible to use the UCD-SNMP-MIB with bsnmp? If so how? If not, are there plans for this? I'd prefer to use bsnmp instead of installing net-snmp, but I need the UCD MIB. Thanks, Steve From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 16:44:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE7A16A468 for ; Wed, 3 Oct 2007 16:44:19 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 680ED13C474 for ; Wed, 3 Oct 2007 16:44:19 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.136]) by hermes.wbtsystems.com (Postfix) with ESMTP id 7C90EF745F; Wed, 3 Oct 2007 17:44:17 +0100 (IST) From: "Barry Byrne" To: "'Philip M. Gollucci'" References: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> <47028D6A.6040503@ridecharge.com> Date: Wed, 3 Oct 2007 17:44:14 +0100 Message-ID: <007a01c805dc$a203c840$88010c0a@dublin.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <47028D6A.6040503@ridecharge.com> Thread-Index: AcgFId7LHdp1F6qOTlOLp/3yXqp2HgAuR7gg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Cc: freebsd-questions@freebsd.org Subject: RE: p5-libapreq2 port fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 16:44:19 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Philip M. Gollucci > Sent: 02 October 2007 19:27 > Barry Byrne wrote: > > Not sure if it's related to the upgrade to autoconf 2.61, > but libapreq2 now > > fails to build. > Most likely it is: > http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?r1=4299 > 58&r2=439245 > http://svn.apache.org/viewvc/httpd/apreq/trunk/build/version_c > heck.pl?r1=434368&r2=439245 > http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/Makef > ile.PL?r1=215979&r2=439245 > (that should have all been one commit -- appologies) > > I believe 2.59 was being used before to build this port. > > $life has been in my way for about the last 8 months so I'm a > bit out of it. > > Basically the apache include path is not set correctly. > You can just apply the Makefile.PL patch and it should work. Philip, Thanks for that, though I can't seem to get it to work. I tried applying the patch, which appeared to succeed, but the build fails with a different error: Writing Makefile for libapreq2 cd perl; make make: cannot open Makefile. *** Error code 2 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2. One thing that puzzles me, is that I can build libapreq2 just fine, but p5-libapreq2 fails. And it seems that the Makefile from the latter, just includes the one from libapreq2. Are these two ports one and the same thing and interchangeable? Regards, Barry From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 17:05:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FFFD16A421 for ; Wed, 3 Oct 2007 17:05:24 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 25E2713C4A7 for ; Wed, 3 Oct 2007 17:05:23 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so188304ugf for ; Wed, 03 Oct 2007 10:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=d2xQrZEnwMR7ZfhiLKX1YRccGbnunmjPjfsiw+M9JKc=; b=L3NAdVNayYJQTzpKHGCs1KczVd2/iW2koF1Q2BLBIgGswL5edn69vKexjMtVSUN6TGYUPjOWI0FNMdRqeaE9CwQm3XNzxLOa/w8y+OhDkZ6V2w7m3g0osDnmCdF3Asjrj0/n44G4kf3e2sMzFYxdMl8lSwtJLQzBJFWf5ifQbFk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ru3Usb67q2JbW0zpK8tkz2src55QCAF3aV0/8FNWlo1CBPqb0JbiNbHrN3HcXlUuyQlPxfOgjCaic9iiQYammAM8LJ3f0zezObxDLrWi4hGivEbIyinXagu8BFlkDcwF5ujiOn63ulkK9xn5ab5Vr54KSWXiXHSbamBzkZGtvwk= Received: by 10.142.132.2 with SMTP id f2mr38849wfd.1191429660581; Wed, 03 Oct 2007 09:41:00 -0700 (PDT) Received: by 10.143.3.11 with HTTP; Wed, 3 Oct 2007 09:41:00 -0700 (PDT) Message-ID: <3b2ddd940710030941o284bfbfcm72200bd774dcff0d@mail.gmail.com> Date: Wed, 3 Oct 2007 17:41:00 +0100 From: "Siraj Shaikh" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Installation problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:05:24 -0000 I am new to FreeBSD, and am trying to install it. I have tried to installa on two separate machines, one a shuttlex xpc, and another an IBM laptop. Both times, I proceed, create the partitions and then get this message "Unable to transfer the ... distribution from acd0".... and finally says "Unable to transfer all components of the kernels distribution...." I am installing it from a FreebSD 6.2 iso image burnt on a CD. Is there a problem with the CD? Any help on this would be great. Thanks Siraj From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 17:14:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 941A716A420 for ; Wed, 3 Oct 2007 17:14:08 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 69B8613C481 for ; Wed, 3 Oct 2007 17:14:08 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 7FC671CDEE for ; Wed, 3 Oct 2007 09:14:07 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 19:14:05 +0200 User-Agent: KMail/1.9.7 References: <20071001090212.GA1242@olymp.home> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710031914.05613.fbsd.questions@rachie.is-a-geek.net> Subject: Re: USB headset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:14:08 -0000 On Monday 01 October 2007 16:40:38 Andreas Davour wrote: > I changed the red dot from line to volume and now when I run "mixer" the > final line read: > Recording source: vol > where it used to say: > Recording source: line kmix has some problems with recording source selections, dunno why, I never bothered to investigate. > For some reason I can't seem to choose "microphone", which strikes me as > problematic. I don't see any way to set it using plain old "mixer", > though. mixer =rec mic Also, after closing KDE session, you can edit ~/.kde/share/config/kmixctrlrc so that next time you start KDE it'll be the default. Look for name=Microphone and set the line above to is_recsrc=1 -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 17:16:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EE9616A41B for ; Wed, 3 Oct 2007 17:16:47 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 2E43813C4C1 for ; Wed, 3 Oct 2007 17:16:46 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Wed, 3 Oct 2007 10:16:45 -0700 Message-ID: <4703CE79.7020204@ridecharge.com> Date: Wed, 3 Oct 2007 13:16:41 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Barry Byrne References: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> <47028D6A.6040503@ridecharge.com> <007a01c805dc$a203c840$88010c0a@dublin.wbtsystems.com> In-Reply-To: <007a01c805dc$a203c840$88010c0a@dublin.wbtsystems.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "Philip M. Gollucci" , "freebsd-questions@freebsd.org" Subject: Re: p5-libapreq2 port fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:16:47 -0000 Barry Byrne wrote: > Thanks for that, though I can't seem to get it to work. I tried applying the > patch, which appeared to succeed, but the build fails with a different > error: > > Writing Makefile for libapreq2 > cd perl; make > make: cannot open Makefile. > *** Error code 2 > > Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl. > *** Error code 1 > > Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue. > *** Error code 1 > > Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08. > *** Error code 1 > > Stop in /usr/ports/www/p5-libapreq2. > > > One thing that puzzles me, is that I can build libapreq2 just fine, but > p5-libapreq2 fails. And it seems that the Makefile from the latter, just > includes the one from libapreq2. > > Are these two ports one and the same thing and interchangeable? Not really no. skv@ doesn't really like perl too much so he split this out so just the C module could have a port and the perl-glue which depends on the C module is a slave port. I would have just added a flag WITH_PERL_GLUE=yes or something, but he's a committer and I'm not, so he probably knows something I don't. :) I will look at this and submit an official PR, but it won't happen until later tonight America/New_York time. If you don't want to wait, you can revert the patch and force autoconf 259. I don't recall exactly how to do this, but you should be able to find it in google or on freebsd's site. /me *sigh* I should probably start reading apreq-dev@apache.org again. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 17:23:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E565C16A41B for ; Wed, 3 Oct 2007 17:22:59 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9972D13C481 for ; Wed, 3 Oct 2007 17:22:59 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l93HB4ND023742; Wed, 3 Oct 2007 11:11:04 -0600 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay2.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l93HB3Lg029496; Wed, 3 Oct 2007 11:11:03 -0600 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id A53F91F800B; Wed, 3 Oct 2007 11:10:57 -0600 (MDT) From: James To: Siraj Shaikh In-Reply-To: <3b2ddd940710030941o284bfbfcm72200bd774dcff0d@mail.gmail.com> References: <3b2ddd940710030941o284bfbfcm72200bd774dcff0d@mail.gmail.com> Organization: Los Alamos National Laboratories Date: Wed, 03 Oct 2007 11:11:19 -0600 Message-Id: <1191431479.13322.26.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Installation problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:23:00 -0000 Hi Siraj, the first place to start looking is undoubtedly the CD itself. First, checksum your .iso image. If this passes, burn to a new CD and try again. Cheaper CD-R cds tend to have a lot of quality issues. James On Wed, 2007-10-03 at 17:41 +0100, Siraj Shaikh wrote: > I am new to FreeBSD, and am trying to install it. I have tried to > installa on two separate machines, one a shuttlex xpc, and another an > IBM laptop. Both times, I proceed, create the partitions and then get > this message "Unable to transfer the ... distribution from acd0".... > and finally says "Unable to transfer all components of the kernels > distribution...." > > I am installing it from a FreebSD 6.2 iso image burnt on a CD. Is > there a problem with the CD? > > Any help on this would be great. Thanks > > Siraj > _______________________________________________ > 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 Wed Oct 3 17:35:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23BC016A417 for ; Wed, 3 Oct 2007 17:35:21 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id E939F13C447 for ; Wed, 3 Oct 2007 17:35:20 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from [192.168.1.29] (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id B10755C1F; Wed, 3 Oct 2007 07:35:19 -1000 (HST) Message-ID: <4703D2D7.70005@hdk5.net> Date: Wed, 03 Oct 2007 07:35:19 -1000 From: NetOpsCenter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 FreeBSD/i386 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alter Ego References: In-Reply-To: Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How setup modem ZTE AC8700. It is no have driver for UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noc@hdk5.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:35:21 -0000 Alter Ego wrote: > > >Hi ! > > > Dear friends. Sorry for my english. > > > I am very need to setup and work in FreeBSD 6.2 (for example) > on my modem ZTE AC8700 (this is 3G modem) > > > This modem have drivers ... only for windows (suck) > Can you help me, and say - can i use this modem > without drivers ... OR maybe i can use it with ... hmmm ... > another driver. > > > What you think about this ? > > > > > Best Regards, > Dj Alter Ego > >_______________________________________________ >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" > > > Aloha, Is this DSL? I have 2 DSL lines here. Neither use drivers. 1 is an 8 ATM Circuit with 5 separate IP addresses. I configured each box to an IP in the series and the common ATM gateway IP. You can put a firewall/router between the Modem and the Computers or on each computer separately. The second line is a 3M/768 and goes into a Freesco Firewall/Router which I set for the local lan IP and the Gateway IP of the ISP and the dedicated IP of the line for my circuit. Neither needed drivers. I belive the Modem may have to be set to Bridge mode in some installs if the modem is not one that does both. ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + noc@hdk5.net + + http://internetohana.org - Supporting - FreeBSD 6.* - 7.* + "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 17:38:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7405B16A418 for ; Wed, 3 Oct 2007 17:38:03 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 2AF4613C48A for ; Wed, 3 Oct 2007 17:38:02 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2961880nzf for ; Wed, 03 Oct 2007 10:38:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=fpEb1OLGfM6GCsYgsXRUZZbq0JRDCkO3M/kVjs3gl/Y=; b=tyHu3IE6B900xwwFmEezJ7c95eqct4rS4EaRDsnm9sZWIyiOySnWhmNCY8SI2ME35yjRPruUKnpY1xOgH4Y+svEwK9LYNr6MUE0Et9lh9kYW30Oe0dcw74wCf6p1EG7A5TQI4tMDATbkkTDfoqPHBNUxrEWYGAMyVWwx01ka2xM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BNqk1YfG8oNsDaYAAb54j4Y2FkxWgF4zCQTn2/GyM186fzoWYeDsX1FhSNJM2c74wZqBCBUOP/dplzxjIEQ7rX4rNKzXKeuavL5S7sydg4cyBoMkUfK1ajdc64zemb+hRjmIr8vt165WhkmOxBfXf/1NYzNZLh7BkT1zsxyXn/M= Received: by 10.115.17.1 with SMTP id u1mr3365904wai.1191433081307; Wed, 03 Oct 2007 10:38:01 -0700 (PDT) Received: by 10.114.27.4 with HTTP; Wed, 3 Oct 2007 10:37:56 -0700 (PDT) Message-ID: <1bd550a00710031037t53d7a007r3f70260d1b6555a8@mail.gmail.com> Date: Wed, 3 Oct 2007 19:37:56 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "Tek Bahadur Limbu" In-Reply-To: <47033066.5060905@wlink.com.np> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <47033066.5060905@wlink.com.np> Cc: FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:38:03 -0000 On 10/3/07, Tek Bahadur Limbu wrote: > Hi Fernando, > > Fernando Apestegu=EDa wrote: > > Hi all, > > > > I'm having some problems with the FreeBSD site. Basically, when I type > > www.freebsd.org in the address bar in Firefox I can't access the web. > > I get always a timeout. > > Maybe it could be due to some problems in proxies or firewalls: > > Web browser <---> Firewall <---> Proxies <---> Firewall <---> > www.freebsd.org Maybe... but I'm not using any Firewall or proxy and AFAIK my ISP is quite transparent (I haven't detected any more problems) > > > > > > > The funny thing is that I can do ping and if I use the IP address I > > can access the main page, but then most of the links are not working > > for me. > > > > Can you telnet to www.freebsd.org on port 80? No. Time out again. > > > > > I wrote an email to the contact address that is showed in the page, > > but I haven't gotten any answer so far. This is the reason because I'm > > asking help here. I already deleted all the cookies and data of my > > browser and tried again but it didn't work. > > > > Any clues? > > > > Thanks in advance > > _______________________________________________ > > 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" > > > > > > > > Cheers > -- > > With best regards and good wishes, > > Yours sincerely, > > Tek Bahadur Limbu > > System Administrator > > (TAG/TDG Group) > Jwl Systems Department > > Worldlink Communications Pvt. Ltd. > > Jawalakhel, Nepal > > http://www.wlink.com.np > From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 18:04:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B361516A419 for ; Wed, 3 Oct 2007 18:04:59 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0BB13C48A for ; Wed, 3 Oct 2007 18:04:59 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l93I4wf6081743 for ; Wed, 3 Oct 2007 14:04:58 -0400 (EDT) (envelope-from bitabyss@gmail.com) Message-ID: <4703D9D0.6030900@gmail.com> Date: Wed, 03 Oct 2007 14:05:04 -0400 From: Rob User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Sendmail IP interface assignment -- how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 18:04:59 -0000 Hi All, Working on standard sendmail 8.13.8 on FreeBSD 6.2. Machine has a 2nd NIC that I want to use for a jail environment, so I'm trying to get rid of all the extraneous servers listening on it. Sendmail was of course listening on the smtp and submission ports on all interfaces. I tracked down the sendmail option DaemonPortOptions to configure this. In the STANDARD sendmail.cf file there was: O DaemonPortOptions=Name=MTA O DaemonPortOptions=Port=587, Name=MSA, M=E So I edited the .mc macro to add: DAEMON_OPTIONS(`Addr=127.0.0.1,Port=smtp,Name=MTA') DAEMON_OPTIONS(`Addr=172.23.23.10,Port=smtp,Name=MTA') Which built sendmail.cf with: O DaemonPortOptions=Addr=127.0.0.1,Port=smtp,Name=MTA O DaemonPortOptions=Addr=172.23.23.10,Port=smtp,Name=MTA O DaemonPortOptions=Port=587, Name=MSA, M=E That closed port 25 on the extra NIC, but netstat still shows "tcp4 *.submission LISTEN". I definitely need to close port 587 in the 2nd NIC, but I was wondering about "best practices" for this. Shouldn't the submission thing ONLY be on the localhost IP? I'm thinking I can use: DAEMON_OPTIONS(`Addr=127.0.0.1,Port=587,Name=MSA,M=E') Am I going in the right direction here? It looks like I've turned off smtp as intended, but wondering if I'm doing the right thing with restricting submission. Any other suggestions on configuring this? (other than "don't use sendmail") This is on a live server, so I don't want to hose things up too much experimenting! -Thanks, Rob From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 18:24:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB3C116A421 for ; Wed, 3 Oct 2007 18:24:23 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 3DE0F13C45B for ; Wed, 3 Oct 2007 18:24:22 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: (qmail invoked by alias); 03 Oct 2007 17:57:42 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (EHLO Rena.FStaals.net) [62.59.173.176] by mail.gmx.net (mp029) with SMTP; 03 Oct 2007 19:57:42 +0200 X-Authenticated: #25365336 X-Provags-ID: V01U2FsdGVkX18qYtl3bRcqMn9vH1X44HQ68qoWVWOCEchjZcDKvv YF5fBqa+xgzzhy Message-ID: <4703D810.6060108@gmx.net> Date: Wed, 03 Oct 2007 19:57:36 +0200 From: Frank Staals User-Agent: Thunderbird 2.0.0.6 (X11/20070929) MIME-Version: 1.0 To: Siraj Shaikh References: <3b2ddd940710030941o284bfbfcm72200bd774dcff0d@mail.gmail.com> In-Reply-To: <3b2ddd940710030941o284bfbfcm72200bd774dcff0d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Installation problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 18:24:24 -0000 Siraj Shaikh wrote: > I am new to FreeBSD, and am trying to install it. I have tried to > installa on two separate machines, one a shuttlex xpc, and another an > IBM laptop. Both times, I proceed, create the partitions and then get > this message "Unable to transfer the ... distribution from acd0".... > and finally says "Unable to transfer all components of the kernels > distribution...." > > I am installing it from a FreebSD 6.2 iso image burnt on a CD. Is > there a problem with the CD? > > Any help on this would be great. Thanks > > Siraj > _______________________________________________ > 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" > > If you're sure your CD and/or CD-reader isn't somehow damaged you can try installing everything through ftp. ( So select ftp with a mirror close to you when it asks for an instalation medium ). -- -Frank Staals From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 18:35:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8636D16A417 for ; Wed, 3 Oct 2007 18:35:06 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (echo.calarts.edu [198.182.157.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6286A13C457 for ; Wed, 3 Oct 2007 18:35:06 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id CE928101E455 for ; Wed, 3 Oct 2007 18:20:34 +0000 (GMT) Received: from muse2.calarts.edu (muse2.calarts.edu [198.182.157.28]) by echo.calarts.edu (Email Security Appliance) with ESMTP id AE84F101910D for ; Wed, 3 Oct 2007 18:20:34 +0000 (GMT) Received: from [172.19.0.148] (adm-19-0-148.dyn.calarts.edu [172.19.0.148] (may be forged)) (authenticated bits=0) by muse2.calarts.edu (8.13.3/8.13.3) with ESMTP id l93IZ5tn086098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 3 Oct 2007 11:35:05 -0700 (PDT) (envelope-from smurphy@calarts.edu) Message-ID: <4703E0D3.6000603@calarts.edu> Date: Wed, 03 Oct 2007 11:34:59 -0700 From: Sean Murphy User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 198.182.157.28 Subject: Fibre Channel Card Detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 18:35:06 -0000 I have a Qlogic PCIe Fibre Channel card installed in my FreeBSD 6.2 Release server. I do not see it listed on boot up of the server. I have also run dmesg with no luck. How do I find out if it is detected and how would it be listed as. Thanks From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 19:01:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6390916A420 for ; Wed, 3 Oct 2007 19:01:21 +0000 (UTC) (envelope-from Dan.Parks@lenderlive.com) Received: from securemail.lenderlive.com (mail.lenderlive.com [63.97.8.199]) by mx1.freebsd.org (Postfix) with ESMTP id 39F4113C45A for ; Wed, 3 Oct 2007 19:01:19 +0000 (UTC) (envelope-from Dan.Parks@lenderlive.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 3 Oct 2007 12:44:09 -0600 Message-ID: <8739CE24289B1742A24E474C70618B4708181FC8@mail.lenderlive.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apache 2.2.4 with mod_ssl start up problem Thread-Index: AcgF7WLN0sSqXaeeR3WrT2ev5AT01A== From: "Dan Parks" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Apache 2.2.4 with mod_ssl start up problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 19:01:21 -0000 Apache 2.2.4 with mod_ssl start up problem I have the same problem when trying to start Apache 2.0.61 and Openssl 0.9.8 Did you ever get a response or figure out what the problem was? Dan Parks From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 19:03:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F33516A41A for ; Wed, 3 Oct 2007 19:03:17 +0000 (UTC) (envelope-from sbridges@iastate.edu) Received: from mailhub-3.iastate.edu (mailhub-3.iastate.edu [129.186.140.13]) by mx1.freebsd.org (Postfix) with ESMTP id 3F25A13C469 for ; Wed, 3 Oct 2007 19:03:16 +0000 (UTC) (envelope-from sbridges@iastate.edu) Received: from devirus-10.iastate.edu (devirus-10.iastate.edu [129.186.1.47]) by mailhub-3.iastate.edu (8.12.11.20060614/8.12.10) with SMTP id l93I8di6010687 for ; Wed, 3 Oct 2007 13:08:39 -0500 Received: from (despam-11.iastate.edu [129.186.140.81]) by devirus-10.iastate.edu with smtp id 3a02_d0b879aa_71da_11dc_9162_00137253420a; Wed, 03 Oct 2007 13:02:32 -0500 Received: from bridgespc (bridgespc.econ.iastate.edu [129.186.32.12]) by despam-11.iastate.edu (8.12.11.20060614/8.12.10) with ESMTP id l93I8ZFf025501 for ; Wed, 3 Oct 2007 13:08:35 -0500 From: "Stephanie Bridges" To: References: <4702FF8E.8000004@rowyerboat.com> <20071003073146.57166873@racerx.makeworld.com> In-Reply-To: <20071003073146.57166873@racerx.makeworld.com> Date: Wed, 3 Oct 2007 13:08:36 -0500 Message-ID: <002401c805e8$6bf32eb0$43d98c10$@edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0025_01C805BE.831D26B0" X-Mailer: Microsoft Office Outlook 12.0 Thread-index: AcgFvKMxPJS3mqCoSyKZ1OH/ZywwUwAG2I5Q Content-Language: en-us X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.10.3.104625 X-ISUMailhub-test: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT_MS_GENERIC 0' Subject: RE: FreeBSD to authenticate against Active Directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 19:03:17 -0000 This is a multipart message in MIME format. ------=_NextPart_000_0025_01C805BE.831D26B0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit On Wednesday, October 03, 2007 7:32 AM Chris wrote: > > On Wed, 03 Oct 2007 03:33:50 +0100 > Stephen Allen wrote: > > > Hello, > > > > Is there any up-to-date definitive resource which explains how to get > > FreeBSD (6.2) to authenticate against Active Directory (in my case > > Windows 2003 R2 which includes SFU). There are a few informative > > articles floating around, but most date back to 2004/2005 and most > > involve the use of Samba and Winbind (I'd like to avoid this if > > possible). > > > > I don't really know what is possible here, I'm coming from only a > > basic understanding of how things like pam work. Would I have to > > configure every service separately to use Active Directory or could I > > tell FreeBSD to blindly rely on AD for user authentication? > > > > I read about pam_mkhomedir, so users could have homedirs created > > automatically when they logged in. Is this possible in FreeBSD? > > Would I be able to map this automatically to their existing "My > > Documents" folder which is redirected to the network by group policy? > > > > Please feel free to tell me what can/can't be done and if doing so is > > a good/bad thing. I can explain bits in more detail if needed. > > > > Steve - > > > You have a few options. > 1. LDAP > 2. OpenLDAP > 3. The use of WinBind and it's companion apps (using ntlm etc.) > 4. Google AD Auth Unix (or, insert your personal choice) > > What you may find - is that installing Winbind etc may be your easiest > way to go however, I'm unsure how SFU will play along with the mix. > I also have not seen anything particularly recent; and every reference I have seen is slightly different. I have gotten FreeBSD to successfully authenticate to our AD servers here (Win2003, not sure of service pack level) using pam/winbind. Pam_winbind is configured to authenticate with Kerberos. I use the RID IDMAP scheme with winbind for user id mapping. The AD servers have had Unix attributes added, but I have not tested how this works for me yet. I am also using pam_mkhomedir to create user home directories. My setup: 1. Nsswitch.conf has group and passwd set to "files winbind" 2. Krb5.conf points to the AD servers 3. /etc/pam.d/system: --------------------- # auth auth sufficient pam_opie.so no_warn no_fake_prompts auth requisite pam_opieaccess.so no_warn allow_local auth sufficient /usr/local/lib/pam_winbind.so try_first_pass #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass auth required pam_unix.so no_warn try_first_pass n ullok # account #account required pam_krb5.so account sufficient /usr/local/lib/pam_winbind.so account required pam_login_access.so account required pam_unix.so # session #session optional pam_ssh.so session required /usr/local/lib/pam_mkhomedir.so session required pam_lastlog.so no_fail # password #password sufficient pam_krb5.so no_warn try_first_pass password required pam_unix.so no_warn try_first_pass ---------------------------------- 4. pam_winbind now has its own conf file (copy from /usr/local/share/examples/samba/pam_winbind to /etc/security and modify). (contents follow) I have not tried caching. ----------- # # /etc/security/pam_winbind.conf # [global] # turn on debugging debug = yes # request a cached login if possible # (needs "winbind offline logon = yes" in smb.conf) ;cached_login = no # authenticate using kerberos krb5_auth = yes # when using kerberos, request a "FILE" krb5 credential cache type # (leave empty to just do krb5 authentication but not have a ticket # afterwards) krb5_ccache_type = FILE # make successful authentication dependend on membership of one SID # (can also take a name) require_membership_of = S-1-5-21-xxxxxxxxx-xxxxxxxxxxx-xxxxxxx ------------------------------------ 5. smb.conf is attached; this is for Samba 3.0.25a. I do not believe pam_mkhomedir will automatically mount an external filesystem; however there is a pam module which will allow you to auto mount filesystems at user login of various types called pam_mount [1] which we have used successfully on our university-blessed RHEL5 systems. I have not tried to compile it yet on FreeBSD. One thing we discovered on RHEL5 (we are not using the most recent version of pam_mount, so ymmv) is that it needs to be the module that actually grabs the password and then passes it on to the rest of the pam stack. It was unable to retrieve the credentials from whoever was ahead of it. We used CIFS instead of SMB which performed much better. [1] http://pam-mount.sourceforge.net/ ~~~~~~~~~~~~~~~~~~ Stephanie Bridges Department of Economics Iowa State University 80B Heady Hall Ames, IA 50011 sbridges@iastate.edu ------=_NextPart_000_0025_01C805BE.831D26B0 Content-Type: application/octet-stream; name="smb-xx.conf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="smb-xx.conf" =0A= #=0A= #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D = Global Settings = =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=0A= [global]=0A= =0A= # workgroup =3D NT-Domain-Name or Workgroup-Name, eg: MIDEARTH=0A= workgroup =3D IASTATE=0A= =0A= # server string is the equivalent of the NT Description field=0A= server string =3D Econ Samba test=0A= =0A= # Security mode. Defines in which mode Samba will operate. Possible =0A= # values are share, user, server, domain and ads. Most people will want =0A= # user level security. See the Samba-HOWTO-Collection for details.=0A= security =3D ads=0A= =0A= # This option is important for security. It allows you to restrict=0A= # connections to machines which are on your local network. The=0A= # following example restricts access to two C class networks and=0A= # the "loopback" interface. For more examples of the syntax see=0A= # the smb.conf man page=0A= hosts allow =3D 129.186.xxx.xxx 127.=0A= =0A= # If you want to automatically load your printer list rather=0A= # than setting them up individually then you'll need this=0A= load printers =3D yes=0A= =0A= # you may wish to override the location of the printcap file=0A= ; printcap name =3D /etc/printcap=0A= =0A= # on SystemV system setting printcap name to lpstat should allow=0A= # you to automatically obtain a printer list from the SystemV spool=0A= # system=0A= ; printcap name =3D lpstat=0A= =0A= # It should not be necessary to specify the print system type unless=0A= # it is non-standard. Currently supported print systems include:=0A= # bsd, cups, sysv, plp, lprng, aix, hpux, qnx=0A= ; printing =3D cups=0A= =0A= # Uncomment this if you want a guest account, you must add this to = /etc/passwd=0A= # otherwise the user "nobody" is used=0A= ; guest account =3D pcguest=0A= =0A= # this tells Samba to use a separate log file for each machine=0A= # that connects=0A= log file =3D /var/log/samba/log.%m=0A= =0A= # Put a capping on the size of the log files (in Kb).=0A= max log size =3D 50=0A= =0A= # Use password server option only with security =3D server=0A= # The argument list may include:=0A= # password server =3D My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]=0A= # or to auto-locate the domain controller/s=0A= # password server =3D *=0A= password server =3D server1.iastate.edu, server2.iastate.edu=0A= =0A= # Use the realm option only with security =3D ads=0A= # Specifies the Active Directory realm the host is part of=0A= realm =3D IASTATE.EDU=0A= =0A= # Backend to store user information in. New installations should =0A= # use either tdbsam or ldapsam. smbpasswd is available for backwards =0A= # compatibility. tdbsam requires no further configuration.=0A= ; passdb backend =3D tdbsam=0A= =0A= # Using the following line enables you to customise your configuration=0A= # on a per machine basis. The %m gets replaced with the netbios name=0A= # of the machine that is connecting.=0A= # Note: Consider carefully the location in the configuration file of=0A= # this line. The included file is read at that point.=0A= ; include =3D /usr/local/etc/smb.conf.%m=0A= =0A= # Most people will find that this option gives better performance.=0A= # See the chapter 'Samba performance issues' in the Samba HOWTO = Collection=0A= # and the manual pages for details.=0A= # You may want to add the following on a Linux system:=0A= ; socket options =3D SO_RCVBUF=3D8192 SO_SNDBUF=3D8192=0A= =0A= # Configure Samba to use multiple interfaces=0A= # If you have multiple network interfaces then you must list them=0A= # here. See the man page for details.=0A= ; interfaces =3D 192.168.12.2/24 192.168.13.2/24 =0A= =0A= # Browser Control Options:=0A= # set local master to no if you don't want Samba to become a master=0A= # browser on your network. Otherwise the normal election rules apply=0A= ; local master =3D no=0A= =0A= # OS Level determines the precedence of this server in master browser=0A= # elections. The default value should be reasonable=0A= ; os level =3D 33=0A= =0A= # Domain Master specifies Samba to be the Domain Master Browser. This=0A= # allows Samba to collate browse lists between subnets. Don't use this=0A= # if you already have a Windows NT domain controller doing this job=0A= ; domain master =3D yes =0A= =0A= # Preferred Master causes Samba to force a local browser election on = startup=0A= # and gives it a slightly higher chance of winning the election=0A= ; preferred master =3D yes=0A= =0A= # Enable this if you want Samba to be a domain logon server for =0A= # Windows95 workstations. =0A= ; domain logons =3D yes=0A= =0A= # if you enable domain logons then you may want a per-machine or=0A= # per user logon script=0A= # run a specific logon batch file per workstation (machine)=0A= ; logon script =3D %m.bat=0A= # run a specific logon batch file per username=0A= ; logon script =3D %U.bat=0A= =0A= # Where to store roving profiles (only for Win95 and WinNT)=0A= # %L substitutes for this servers netbios name, %U is username=0A= # You must uncomment the [Profiles] share below=0A= ; logon path =3D \\%L\Profiles\%U=0A= =0A= # Windows Internet Name Serving Support Section:=0A= # WINS Support - Tells the NMBD component of Samba to enable it's WINS = Server=0A= ; wins support =3D yes=0A= =0A= # WINS Server - Tells the NMBD components of Samba to be a WINS Client=0A= # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both=0A= wins server =3D 129.186.xxx.xxx, 129.186.xxx.xxx=0A= =0A= # WINS Proxy - Tells Samba to answer name resolution queries on=0A= # behalf of a non WINS capable client, for this to work there must be=0A= # at least one WINS Server on the network. The default is NO.=0A= ; wins proxy =3D yes=0A= =0A= # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names=0A= # via DNS nslookups. The default is NO.=0A= dns proxy =3D no =0A= =0A= # Charset settings=0A= ; display charset =3D koi8-r=0A= ; unix charset =3D koi8-r=0A= ; dos charset =3D cp866=0A= =0A= # Use extended attributes to store file modes=0A= ; store dos attributes =3D yes=0A= ; map hidden =3D no=0A= ; map system =3D no=0A= ; map archive =3D no=0A= =0A= # Use inherited ACLs for directories=0A= ; nt acl support =3D yes=0A= ; inherit acls =3D yes=0A= ; map acl inherit =3D yes =0A= =0A= # These scripts are used on a domain controller or stand-alone =0A= # machine to add or delete corresponding unix accounts=0A= ; add user script =3D /usr/sbin/useradd %u=0A= ; add group script =3D /usr/sbin/groupadd %g=0A= ; add machine script =3D /usr/sbin/adduser -n -g machines -c Machine -d = /dev/null -s /bin/false %u=0A= ; delete user script =3D /usr/sbin/userdel %u=0A= ; delete user from group script =3D /usr/sbin/deluser %u %g=0A= ; delete group script =3D /usr/sbin/groupdel %g=0A= =0A= winbind enum users =3D no=0A= winbind enum groups =3D no=0A= winbind use default domain =3D yes=0A= winbind nested groups =3D yes=0A= allow trusted domains =3D no=0A= template shell =3D /bin/tcsh=0A= template homedir =3D /home/%U=0A= =0A= idmap domains =3D IASTATE=0A= idmap config IASTATE:backend =3D rid=0A= idmap config IASTATE:default =3D yes=0A= idmap config IASTATE:base_rid =3D 0=0A= idmap config IASTATE:range =3D 100000-200000000=0A= =0A= ------=_NextPart_000_0025_01C805BE.831D26B0-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 19:06:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B4F916A41A for ; Wed, 3 Oct 2007 19:06:56 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC3613C459 for ; Wed, 3 Oct 2007 19:06:56 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from c83-249-37-37.bredband.comhem.se ([83.249.37.37]:51169) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1Id9JC-00024W-48 for freebsd-questions@freebsd.org; Wed, 03 Oct 2007 20:51:00 +0200 From: Peo Nilsson To: freebsd-questions@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8FZo0R/2wYqgsaJogfFj" Date: Wed, 03 Oct 2007 20:56:23 +0200 Message-Id: <1191437783.1851.12.camel@zeus.se> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Originating-IP: 83.249.37.37 X-Scan-Result: No virus found in message 1Id9JC-00024W-48. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Id9JC-00024W-48 c953a93e4de7771668cfec4d99140a18 Subject: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 19:06:56 -0000 --=-8FZo0R/2wYqgsaJogfFj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Dear list. Does anyone know how to get the linux flashlayer9 to work ? Right now I run the linux flashplayer7. Linux flashplayer7 is installed according to the handbook: 1) linuxpluginwrapper 2) linux_base 3) linux-flashplugin7 4) placed libmap.conf in /etc/libmap.conf 4) ln -s /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so \ /usr/X11R6/lib/browser_plugins/ ln -s /usr/local/lib/npapi/linux-flashplugin/flashplayer.xpt \ /usr/X11R6/lib/browser_plugins/ I tried to install linux-flashplugin9 through the ports but it didn't work at all so I got back to 7 again. I run FreeBSD 6.2-Release with ports up to date. --=20 /Peo --=-8FZo0R/2wYqgsaJogfFj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHA+XSgWSfflYlIbwRAkf+AKCKm+VlyAXCEVfGwtMbVSfi5b5IKgCcDspM joFgwthh2IEdh/IFkE6SHlw= =cyeD -----END PGP SIGNATURE----- --=-8FZo0R/2wYqgsaJogfFj-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 19:07:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 349C116A418 for ; Wed, 3 Oct 2007 19:07:56 +0000 (UTC) (envelope-from alter-ego@ua.fm) Received: from web01.mi6.kiev.ua (web01.mi6.kiev.ua [91.198.36.2]) by mx1.freebsd.org (Postfix) with ESMTP id A651113C46E for ; Wed, 3 Oct 2007 19:07:55 +0000 (UTC) (envelope-from alter-ego@ua.fm) Received: from web04.mi6 ([10.0.0.11] helo=web04.mi6.kiev.ua) by web01.mi6.kiev.ua with esmtp (Exim 4.43) id 1Id9Z9-0004UM-8Y; Wed, 03 Oct 2007 22:07:27 +0300 Received: from web by web04.mi6.kiev.ua with local (Exim 4.43) id 1Id9ZN-00037U-Qy; Wed, 03 Oct 2007 22:07:41 +0300 To: noc@hdk5.net Date: Wed, 03 Oct 2007 22:07:41 +0300 From: Alter Ego In-Reply-To: <4703D2D7.70005@hdk5.net> MIME-Version: 1.0 X-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MyIE2; InfoPath.2) X-Mailer: I.UA Mail System References: <4703D2D7.70005@hdk5.net> Message-Id: Content-Type: TEXT/PLAIN; CHARSET=windows-1251 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re[2]: How setup modem ZTE AC8700. It is no have driver for UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 19:07:56 -0000 =0A=0A=0A=0AHi! This is 3G modem (CDMA 1x) ... it is plug by USD cable as U= SB flash drive ... for example. work on PPP as dial up .... please search information in your native language about modem ZTE AC8700 a= nd you was understand ...... what his modem and how it work. i think ... may be i can setup is as "standart modem" ? o= r not ? how we can setup this modem ??? i am very need setup it ... for work. please say what i need to do for thi= s moment ? thank you ...   =0A=0A> Alter Ego wrote:=0A> =0A> >=0A> >=0A> >Hi = !=0A> > =0A> >=0A> > Dear friends. Sorry for my english.= =0A> > =0A> >=0A> > I am very need to setup and work in F= reeBSD 6.2 (for example)=0A> > on my modem ZTE AC8700 (this is 3G mod= em)=0A> > =0A> >=0A> > This modem have drivers ... only f= or windows (suck)=0A> > Can you help me, and say - can i use this mod= em=0A> > without drivers ... OR maybe i can use it with ... hmmm ...= =0A> > another driver.=0A> > =0A> >=0A> > What you = think about this ?=0A> > =0A> >=0A> > =0A> >=0A>= > Best Regards,=0A> > Dj Alter Ego=0A> >=0A> >_______= ________________________________________=0A> >freebsd-questions@freeb= sd.org mailing list=0A> >http://lists.freebsd.org/mailman/listinfo/fr= eebsd-questions=0A> >To unsubscribe, send any mail to "freebsd-questi= ons-unsubscribe@freebsd.org"=0A> >=0A> > =0A> >=0A> Al= oha,=0A> =0A> Is this DSL?=0A> =0A> I have 2 DSL lines here. Ne= ither use drivers. 1 is an 8 ATM Circuit =0A> with 5 separate IP address= es. I configured each box to an IP in the =0A> series and the common ATM= gateway IP. You can put a firewall/router =0A> between the Modem and th= e Computers or on each computer separately.=0A> =0A> The second line = is a 3M/768 and goes into a Freesco Firewall/Router =0A> which I set for= the local lan IP and the Gateway IP of the ISP and the =0A> dedicated I= P of the line for my circuit.=0A> =0A> Neither needed drivers. I beli= ve the Modem may have to be set to Bridge =0A> mode in some installs if = the modem is not one that does both.=0A> =0A> =0A> ~Al Plant - Hon= olulu, Hawaii - Phone: 808-284-2740=0A> + http://hawaiidakine.com + http= ://freebsdinfo.org + noc@hdk5.net +=0A> + http://internetohana.org - Sup= porting - FreeBSD 6.* - 7.* +=0A> "All that's really worth doing is what= we do for others."- Lewis Carrol=0A=0A From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 19:19:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04F3416A418 for ; Wed, 3 Oct 2007 19:19:57 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id C837613C455 for ; Wed, 3 Oct 2007 19:19:56 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from localhost (localhost [127.0.0.1]) (uid 33) by crackmonkey.us with local; Wed, 03 Oct 2007 13:19:51 -0600 id 00198196.4703EB56.00005353 To: per-olof.nilsson@comhem.se, freebsd-questions@freebsd.org Received: from 172.133.18.169 (auth. user fatman@localhost) by mail.crackmonkey.us with HTTP; Wed, 03 Oct 2007 19:19:51 +0000 X-Mailer: IlohaMail/0.8.14 (On: mail.crackmonkey.us) Message-ID: In-Reply-To: <1191437783.1851.12.camel@zeus.se> From: fatman@crackmonkey.us Bounce-To: Errors-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: Wed, 03 Oct 2007 13:19:51 -0600 Cc: Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 19:19:57 -0000 On 3/10/2007, "Peo Nilsson" wrote: >Does anyone know how to get the linux flashlayer9 to work ? Hi Peo, This doesn't help if you absolutely have to use the Linux Flash player, but if all you want is Flash movies working... I'm running 6.2-RELEASE-p7. I haven't tried the Linux Flash player but I do know the GNU Flash project ["gnash"] is worth looking at. Sure it's not perfect, but they're certainly having a good try at it. It works fairly well in Firefox at least. It's the only plugin I've ever seen where it gets copied into the directory and it suddenly starts working right away. I didn't even restart Firefox. Now that's cool. :) It's in the ports tree as "gnash". I forget which category. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 19:40:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0933516A46D for ; Wed, 3 Oct 2007 19:40:17 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.de [194.25.134.18]) by mx1.freebsd.org (Postfix) with ESMTP id B445313C465 for ; Wed, 3 Oct 2007 19:40:16 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from fwd31.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1IdA4s-0004aV-03; Wed, 03 Oct 2007 21:40:14 +0200 Received: from localhost (EAGXqoZV8tY-UKjuKr0y+xL9n4BM15h-hSqMt+u-Wm9-bhhr3jItnJZeATR3Ua3Go5YkKvEg0m@[84.165.100.196]) by fwd31.t-online.de with esmtp id 1IdA4j-1aABSy0; Wed, 3 Oct 2007 21:40:05 +0200 Date: Wed, 3 Oct 2007 21:40:04 +0200 From: Oliver Herold To: freebsd-questions@freebsd.org Message-ID: <20071003194004.GA30049@olymp.home> Mail-Followup-To: freebsd-questions@freebsd.org References: <1191437783.1851.12.camel@zeus.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1191437783.1851.12.camel@zeus.se> User-Agent: Mutt/1.5.16 (2007-06-09) X-ID: EAGXqoZV8tY-UKjuKr0y+xL9n4BM15h-hSqMt+u-Wm9-bhhr3jItnJZeATR3Ua3Go5YkKvEg0m X-TOI-MSGID: 69fd1ad1-a8c9-4620-87eb-722069fda95f Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 19:40:17 -0000 Hi, you have to use www/nspluginwrapper together with the Linux Flash-plugins, but Flash9 isn't stable, most of the time you can just play some seconds and then it crashes. If Youtube is your intention try Gnash instead. Cheers, Oliver On Wed, Oct 03, 2007 at 08:56:23PM +0200, Peo Nilsson wrote: > Dear list. > > Does anyone know how to get the linux flashlayer9 to work ? > Right now I run the linux flashplayer7. > > Linux flashplayer7 is installed according to the handbook: > > 1) linuxpluginwrapper > 2) linux_base > 3) linux-flashplugin7 > 4) placed libmap.conf in /etc/libmap.conf > 4) ln -s /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so \ > /usr/X11R6/lib/browser_plugins/ > ln -s /usr/local/lib/npapi/linux-flashplugin/flashplayer.xpt \ > /usr/X11R6/lib/browser_plugins/ > > I tried to install linux-flashplugin9 through the ports but it > didn't work at all so I got back to 7 again. > > I run FreeBSD 6.2-Release with ports up to date. > > -- > /Peo > -- Dave Mack: "Your stupidity, Allen, is simply not up to par." Allen Gwinn: "Yours is." From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 19:41:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 178CA16A418 for ; Wed, 3 Oct 2007 19:41:40 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from mail.freeode.co.uk (mail.freeode.co.uk [87.127.24.125]) by mx1.freebsd.org (Postfix) with ESMTP id 920E513C4A5 for ; Wed, 3 Oct 2007 19:41:39 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from lexx.freeode.co.uk (lexx.freeode.co.uk [10.10.10.2]) by mail.freeode.co.uk (8.13.6/8.13.6) with ESMTP id l93JfbkA005370 for ; Wed, 3 Oct 2007 20:41:38 +0100 (BST) (envelope-from freebsd001@freeode.co.uk) From: John Murphy To: freebsd-questions@freebsd.org Date: Wed, 03 Oct 2007 20:41:37 +0100 Message-ID: <6dr7g394n91g44dp1veutkcbc9854s2i49@4ax.com> References: <20071003102503.gakqism5soowggsc@webmail.dfwlp.org> In-Reply-To: <20071003102503.gakqism5soowggsc@webmail.dfwlp.org> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Can't build kdelibs. Errors in cups-util.c X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd001@freeode.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 19:41:40 -0000 Jonathan Horne wrote: >Quoting John Murphy : > >> Can't build kdelibs. Errors in cups-util.c >> >> I posted to the "cups-1.3.3 not compiling anymore in FreeBSD 7.0" >> thread because this seemed a similar (cups) problem to that one. >> >> http://docs.FreeBSD.org/cgi/mid.cgi?20071002233308.06dfa5bd >> For the full details. >> > >looks like a patch might have been completed. hopefully will soon be >committed to ports. > >http://mail.kde.org/pipermail/kde-freebsd/2007-October/001549.html Thanks. At least they are aware of the problem. I tried to apply the patch, but it failed at hunk 1. Probably because I wasn't sure where the headers ended and the patch began though. Think I'll have to build something out of packages for now... -- Thanks, John. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 19:47:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9E3216A41A for ; Wed, 3 Oct 2007 19:47:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8400D13C46A for ; Wed, 3 Oct 2007 19:47:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from localhost (localhost [127.0.0.1]) (uid 33) by crackmonkey.us with local; Wed, 03 Oct 2007 13:47:45 -0600 id 001BC4F3.4703F1E1.000054B8 To: yanicher@gmail.com, freebsd-questions@freebsd.org Received: from 172.133.18.169 (auth. user fatman@localhost) by mail.crackmonkey.us with HTTP; Wed, 03 Oct 2007 19:47:45 +0000 X-Mailer: IlohaMail/0.8.14 (On: mail.crackmonkey.us) Message-ID: <46TAOkal.1191440865.9274140.fatman@crackmonkey.us> In-Reply-To: From: fatman@crackmonkey.us Bounce-To: Errors-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: Wed, 03 Oct 2007 13:47:45 -0600 Cc: Subject: Re: any body has a tutorial of installing the openvpn on current versions of freebsd ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 19:47:51 -0000 On 2/10/2007, "Yong" wrote: >sorry, I meant > >install openvpn in bridged mode - that will imply creating some >devices, creating the config files that will permit to connect a test >user >something or somebody that has done it from point to point - till the >moment that it is stated and user has connected. > >thanks Hi Yong, I did have this sort of working [I'm not convinced I had it 100% right, though my friend claimed he was able to join my network and browse my NFS shares] and then my server blew out a hard disk. And me without a backup. Typical. I don't think there are any decent instructions out there, unfortunately. It's too darn complicated. That security fella Steve Gibson did say he was going to write a good clear tutorial, but that was a year ago and it has yet to materialise. I guess he's having as much trouble with it as anyone. I think the reason it's so tricky is because it's hard to test from wherever you are. Most people have just one internet connection. I can only advise doing what I did: read the online manual and try random configurations until it works. :( Oh, don't know how much help this is, but I recall you have to do "ifconfig bridge0 create" and then "ifconfig bridge0 addm eth0 addm tun0" as well as setting up the VPN server and remembering to kldload the if_bridge module. Something like that at least. Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 20:43:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A66C16A41A for ; Wed, 3 Oct 2007 20:43:20 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from mail.jellico.com (mail.jellico.com [207.191.185.6]) by mx1.freebsd.org (Postfix) with ESMTP id A66D713C4A7 for ; Wed, 3 Oct 2007 20:43:19 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from lisac (lisa.jellico.com [207.191.185.213]) (authenticated bits=0) by mail.jellico.com (8.13.1/8.13.1) with ESMTP id l93KdTTd024015 for ; Wed, 3 Oct 2007 16:39:30 -0400 (EDT) (envelope-from lisa@jellico.com) Message-ID: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> From: "Lisa Casey" To: Date: Wed, 3 Oct 2007 16:30:54 -0400 Organization: Netlink 2000, Inc. MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Scanned-By: MIMEDefang 2.61 on 207.191.185.6 Subject: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 20:43:20 -0000 Hi, I'm running Sendmail and Qpopper on FreeBsd. (And perhaps I ought to be asking this on the Qpopper list, but hopefully someone here knows an answer). We have all of our mailboxes in mbox format in /var/mail. When a customer pops his mail for the first time it creates a file .username.pop in /var/mail which never goes away, it remains as a zero byte file. It's quite useful as we can tell from the timestamp on it when the customer last popped his mail. The problem comes in when a customer cancels his account. We remove users by rmuser username. That command removes the user from the password file, removes his home directory and removes the mailspool. What it doesn't do is to remove the .username.pop file associated with that mailbox. This isn't a problem unless we add another account with the same username. The new account cannot pop his mail because he gets the following error messge: -ERR [SYS/PERM] Temporary drop /var/mail/.jjvc.pop not owned by jjvc. If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the ownership of the file is the group number of the original jjvc. -rw-rw---- 1 1473 mail 0 Sep 11 19:15 .jjvc.pop Is there anyway to have rmuser remover the mail drop file associated with that account also, or am I just going to have to remove these manually? Thanks, Lisa Casey From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:05:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BC0B16A41A for ; Wed, 3 Oct 2007 21:05:02 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E469613C45D for ; Wed, 3 Oct 2007 21:05:01 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 2DDE31CDEE for ; Wed, 3 Oct 2007 13:05:01 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 23:04:58 +0200 User-Agent: KMail/1.9.7 References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> In-Reply-To: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710032304.59151.fbsd.questions@rachie.is-a-geek.net> Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:05:02 -0000 On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote: > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the > ownership of the file is the group number of the original jjvc. > > -rw-rw---- 1 1473 mail 0 Sep 11 19:15 > .jjvc.pop > > Is there anyway to have rmuser remover the mail drop file associated with > that account also, or am I just going to have to remove these manually? rmuser is a shell script. There's 2 ways to solve this problem: 1) edit the rm_mail function in /usr/sbin/rmuser to use: ${MAILSPOOL}/.${login}.pop 2) Better option is to change the default temp-name in qpopper.config: set temp-name "%s.pop" so that rmuser will detect it automatically. -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:05:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 276B316A41B for ; Wed, 3 Oct 2007 21:05:46 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 9E57913C4A5 for ; Wed, 3 Oct 2007 21:05:45 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 1249 invoked by uid 1002); 3 Oct 2007 21:05:44 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 22.871387 secs); 03 Oct 2007 21:05:44 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Oct 2007 21:05:21 -0000 Message-ID: <4704041A.7010505@ibctech.ca> Date: Wed, 03 Oct 2007 17:05:30 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Lisa Casey References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> In-Reply-To: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:05:46 -0000 > Is there anyway to have rmuser remover the mail drop file associated > with that account also, or am I just going to have to remove these > manually? It really depends on what version of rmuser you have. In /usr/sbin/rmuser, do you have something similar to this code snippet?: if [ -f ${MAILSPOOL}/${login}.pop ]; then verbose && echo -n " ${MAILSPOOL}/${login}.pop" || echo -n " pop3" rm ${MAILSPOOL}/${login}.pop fi ...if so, try putting a . character before each instance of ${login}.pop. Steve From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:15:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76EDE16A46E for ; Wed, 3 Oct 2007 21:15:22 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.freebsd.org (Postfix) with ESMTP id 8527E13C457 for ; Wed, 3 Oct 2007 21:15:21 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id l93LFJeP063822; Wed, 3 Oct 2007 23:15:20 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 18E35B869; Wed, 3 Oct 2007 23:15:19 +0200 (CEST) Date: Wed, 3 Oct 2007 23:15:19 +0200 From: Roland Smith To: Lisa Casey Message-ID: <20071003211519.GC44500@slackbox.xs4all.nl> Mail-Followup-To: Lisa Casey , freebsd-questions@freebsd.org References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2iBwrppp/7QCDedR" Content-Disposition: inline In-Reply-To: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> 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.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:15:22 -0000 --2iBwrppp/7QCDedR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 03, 2007 at 04:30:54PM -0400, Lisa Casey wrote: >=20 > The problem comes in when a customer cancels his account. We remove users= =20 > by rmuser username. That command removes the user from the password file,= =20 > removes his home directory and removes the mailspool. What it doesn't do = is=20 > to remove the .username.pop file associated with that mailbox. This isn't= a=20 > problem unless we add another account with the same username. The new=20 > account cannot pop his mail because he gets the following error messge: >=20 > -ERR [SYS/PERM] Temporary drop /var/mail/.jjvc.pop not owned by jjvc. >=20 > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the=20 > ownership of the file is the group number of the original jjvc. >=20 > -rw-rw---- 1 1473 mail 0 Sep 11 19:15= =20 > .jjvc.pop >=20 > Is there anyway to have rmuser remover the mail drop file associated with= =20 > that account also, or am I just going to have to remove these manually? Since rmuser is a shell-script, you could easily change it to suit your needs. Look at the function rm_mail (lines 79-95), and change '${login}.pop' to '.${login}.pop' in line 89,90 and line 92. A more elegant approach would be to duplicate lines 89-93 and add the dot before the login in the second instance, changeing " pop3" to " qpopper" as well. If you make this change, do not forget to re-apply it after doing a installworld. :-) Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --2iBwrppp/7QCDedR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHBAZnEnfvsMMhpyURAr58AJ9HEfWUlR29lQrvrSGysFEJWWHbjQCfYJRe zWCqMMb5uyDEU+TiOIgMD+0= =YAsd -----END PGP SIGNATURE----- --2iBwrppp/7QCDedR-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:23:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50E8216A421 for ; Wed, 3 Oct 2007 21:23:02 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id E944813C45A for ; Wed, 3 Oct 2007 21:23:01 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so8944439pyb for ; Wed, 03 Oct 2007 14:23:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=hEb8bTO6iO2Gto4Gky8lMn8Y+wn9RClJ7rLCynVuKYo=; b=Ik8+ObvZ6a2bM2kiIB7219UI7UOkM7jh4ioSzULaj1RylV9ja/Np7QIDKH3nZzDA7E8xSI7+h50xKOe+xQteX6OI9xLdJzPMBSBQXQaODZa1U8bPRpkxfJTBTfueAWPi8h4MB71P675ANFRTiWc4AS7KKEovOKpJnP9A7jXZSto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=or7G29kwAAzx6VsipzvX9tSl9Tj30M3b1gONmQsOFm40hDYEGLOx1bQY2e1TQ8DUmuHONJ9BxOFJDCCxWKMx4IASIeINm9va2Yo1CkhpRFm/4pG4VQ1cBdPMIL94CwaywpXbS9em53ymLLVfiNCo7QSBBHA+g+hi77gZJHv9UG0= Received: by 10.65.72.7 with SMTP id z7mr6283679qbk.1191446579135; Wed, 03 Oct 2007 14:22:59 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Wed, 3 Oct 2007 14:22:58 -0700 (PDT) Message-ID: Date: Wed, 3 Oct 2007 21:22:58 +0000 From: "Aryeh Friedman" To: "fatman@crackmonkey.us" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1191437783.1851.12.camel@zeus.se> Cc: freebsd-questions@freebsd.org, per-olof.nilsson@comhem.se Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:23:02 -0000 > I'm running 6.2-RELEASE-p7. I haven't tried the Linux Flash player but > I do know the GNU Flash project ["gnash"] is worth looking at. Sure > it's not perfect, but they're certainly having a good try at it. It > works fairly well in Firefox at least. crashs X on 7-current amd64 From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:28:11 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9F1916A469 for ; Wed, 3 Oct 2007 21:28:11 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 9963913C4AC for ; Wed, 3 Oct 2007 21:28:11 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IdBlC-0004D8-EX for questions@freebsd.org; Wed, 03 Oct 2007 14:28:08 -0700 Received: from 71-220-154-49.tcsn.qwest.net ([71.220.154.49] helo=[192.168.0.2]) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IdBl4-0004Cp-JQ; Wed, 03 Oct 2007 14:27:54 -0700 Message-ID: <47040878.6070009@math.arizona.edu> Date: Wed, 03 Oct 2007 14:24:08 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Aryeh Friedman , questions@freebsd.org References: <1191437783.1851.12.camel@zeus.se> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:28:11 -0000 Aryeh Friedman wrote: >> I'm running 6.2-RELEASE-p7. I haven't tried the Linux Flash player but >> I do know the GNU Flash project ["gnash"] is worth looking at. Sure >> it's not perfect, but they're certainly having a good try at it. It >> works fairly well in Firefox at least. >> > > crashs X on 7-current amd64 > _______________________________________________ > 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" > Try snapping with youtube -dl or clive if the YouTube videos are objective. Then play .flv files with MPlayer or VLC From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:30:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7C2616A417 for ; Wed, 3 Oct 2007 21:30:39 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5C713C457 for ; Wed, 3 Oct 2007 21:30:39 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:64261 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IdBni-0005pg-7p for freebsd-questions@freebsd.org; Wed, 03 Oct 2007 23:30:38 +0200 Received: (qmail 42200 invoked from network); 3 Oct 2007 23:30:35 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 3 Oct 2007 23:30:35 +0200 Received: (qmail 60755 invoked by uid 1001); 3 Oct 2007 23:30:35 +0200 Date: Wed, 3 Oct 2007 23:30:35 +0200 From: Erik Trulsson To: Mel Message-ID: <20071003213035.GA60715@owl.midgard.homeip.net> Mail-Followup-To: Mel , freebsd-questions@freebsd.org, lisa@jellico.com References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> <200710032304.59151.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710032304.59151.fbsd.questions@rachie.is-a-geek.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1IdBni-0005pg-7p. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IdBni-0005pg-7p 805cad6307b7d919ed44f0ae3353a4dc Cc: freebsd-questions@freebsd.org, lisa@jellico.com Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:30:39 -0000 On Wed, Oct 03, 2007 at 11:04:58PM +0200, Mel wrote: > On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote: > > > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the > > ownership of the file is the group number of the original jjvc. > > > > -rw-rw---- 1 1473 mail 0 Sep 11 19:15 > > .jjvc.pop > > > > Is there anyway to have rmuser remover the mail drop file associated with > > that account also, or am I just going to have to remove these manually? > > rmuser is a shell script. There's 2 ways to solve this problem: > 1) edit the rm_mail function in /usr/sbin/rmuser to use: > ${MAILSPOOL}/.${login}.pop > 2) Better option is to change the default temp-name in qpopper.config: > set temp-name "%s.pop" > so that rmuser will detect it automatically. A third option is to write a wrapper shell script that first calls rmuser and then removes the remaining mail drop file, and use this script to remove users instead of calling rmuser directly. Option 2) above sounds like a better solution though. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:46:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC20116A418 for ; Wed, 3 Oct 2007 21:46:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8BE6813C4A6 for ; Wed, 3 Oct 2007 21:46:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 22BAC1CDEE for ; Wed, 3 Oct 2007 13:46:27 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 23:46:24 +0200 User-Agent: KMail/1.9.7 References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> In-Reply-To: <47040878.6070009@math.arizona.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:46:28 -0000 On Wednesday 03 October 2007 23:24:08 Predrag Punosevac wrote: > Aryeh Friedman wrote: > >> I'm running 6.2-RELEASE-p7. I haven't tried the Linux Flash player but > >> I do know the GNU Flash project ["gnash"] is worth looking at. Sure > >> it's not perfect, but they're certainly having a good try at it. It > >> works fairly well in Firefox at least. > > > > crashs X on 7-current amd64 > > _______________________________________________ > > 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" > > Try snapping with youtube -dl or clive if the YouTube videos are > objective. Then play .flv files with MPlayer or VLC Cool, didn't know MPlayer could play .flv. In that case, videodownloader firefox extension is even more useful: https://addons.mozilla.org/en-US/firefox/addon/2390 -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:47:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA67416A469 for ; Wed, 3 Oct 2007 21:47:07 +0000 (UTC) (envelope-from dscheidt@panix.com) Received: from l2mail1.panix.com (l2mail1.panix.com [166.84.1.75]) by mx1.freebsd.org (Postfix) with ESMTP id 8780513C4EB for ; Wed, 3 Oct 2007 21:47:07 +0000 (UTC) (envelope-from dscheidt@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by l2mail1.panix.com (Postfix) with ESMTP id D325F5CC89 for ; Wed, 3 Oct 2007 17:28:31 -0400 (EDT) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail2.panix.com (Postfix) with ESMTP id 43C51349BD; Wed, 3 Oct 2007 17:28:30 -0400 (EDT) Received: (from dscheidt@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id l93LSUA09035; Wed, 3 Oct 2007 17:28:30 -0400 (EDT) Date: Wed, 3 Oct 2007 17:28:30 -0400 From: David Scheidt To: Aryeh Friedman Message-ID: <20071003212830.GA16476@panix.com> References: <1191437783.1851.12.camel@zeus.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.10i Cc: per-olof.nilsson@comhem.se, freebsd-questions@freebsd.org Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:47:07 -0000 On Wed, Oct 03, 2007 at 09:22:58PM +0000, Aryeh Friedman wrote: > > > I'm running 6.2-RELEASE-p7. I haven't tried the Linux Flash player but > > I do know the GNU Flash project ["gnash"] is worth looking at. Sure > > it's not perfect, but they're certainly having a good try at it. It > > works fairly well in Firefox at least. > > crashs X on 7-current amd64 Does the same, at least some of the time on 6.2-STABLE. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:55:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2B9816A41A for ; Wed, 3 Oct 2007 21:55:32 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 771DF13C474 for ; Wed, 3 Oct 2007 21:55:32 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l93LtVBF065689; Wed, 3 Oct 2007 16:55:31 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id r3U7vZu6xrPz; Wed, 3 Oct 2007 16:55:25 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l93LtNPd065678; Wed, 3 Oct 2007 16:55:23 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <47040FC5.80803@daleco.biz> Date: Wed, 03 Oct 2007 16:55:17 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Andrew Falanga References: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> <20071003014823.GA23244@ayn.mi.celestial.com> <47031AE5.5000307@daleco.biz> <340a29540710030749q5b675ddcm4d93ce9a6bdff8f2@mail.gmail.com> In-Reply-To: <340a29540710030749q5b675ddcm4d93ce9a6bdff8f2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Where do I find the PERL compatible functions for php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 21:55:33 -0000 Andrew Falanga wrote: > On 10/2/07, *Kevin Kinsey* wrote: > > Actually, it's been "split out" for some time now; you can get > PCRE support for your pre-existing PHP installation by installing > ports/devel/php5-pcre. But, since most users want PHP to support > many technologies/modules, the general thing to do is to install > ports/lang/php5-extensions and, in this case, be sure that "pcre" > is checked during the configure stage (which, I believe, it is > by default); after that, devel/php5-pcre and several other php5-foo > ports will be added to your system, and PHP will suddenly grok > things like XML, SQL, and Perl-compatible regular expressions > (or at least whatever you enabled). > > One of the irritating things, but also very practical, about Google mail > is that messages I send to this list do not show up in my inbox until > someone responds. I was actually able to figure this out last night by > going to php.net and searching under the extension categories > and found PCRE. I then went to freshports.org and found php5-pcre in > /usr/ports/devel/php5-pcre. Once I knew where to find it in the ports, > I was able to fix the problem. This also helped me fix the lack of > php5-xml and php5-sessions. > > One question I have for the maintainers of these ports and the ports > infrastructure, why are these all listed in different places? > > |/usr/ports/devel/php5-pcre/ > || /usr/ports/textproc/php5-xml/ > ||/usr/ports/www/php5-session/ > > |Not that these categories are wrong, or don't make sense, but why > wouldn't they all be lumped under /usr/ports/lang, or /usr/ports/devel > or something like that? I'm not a ports maintainer, but I'll venture a guess; they aren't languages, so they aren't under ports/lang, and not all of them are related to development, per se, so they aren't under that, and ... Anyway, "DTRT" is an axiom that most committers, whether ports or the source or doc trees, are fairly well committed to, so under ports/lang they are not.... And to answer your last question above and the one below, the "Meta Port" /usr/ports/lang/php5-extensions is where these are all "lumped together", so you don't have to google freshports, or "make search" in /usr/ports 34 times to find all the modules you want for your PHP installation. Note that many "large ports" now have a "meta port" (Xorg, XFCE come to mind*) which take care of installing various portions of the respective software sets. > Oh, lastly, once a port has been built, how can one redo the build of > that port with different options selected? Something like this, for those ports that use the OPTIONS framework, and using the above port as an example: # cd /usr/ports/lang/php5-extensions && make rmconfig # make config; make install clean HTH, Kevin Kinsey *I should think GNOME and KDE also, and others, but dunno for sure and I'm not taking time to check atm.... -- I'm defending her honor, which is more than she ever did. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:01:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAFB516A468 for ; Wed, 3 Oct 2007 22:01:52 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 4B81913C468 for ; Wed, 3 Oct 2007 22:01:52 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id l93M1pVZ046760; Wed, 3 Oct 2007 16:01:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id l93M1oxV046757; Wed, 3 Oct 2007 16:01:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 3 Oct 2007 16:01:50 -0600 (MDT) From: Warren Block To: Mel In-Reply-To: <200710031425.20972.fbsd.questions@rachie.is-a-geek.net> Message-ID: <20071003154416.J45443@wonkity.com> References: <200710021923.29750.daniel.tourde@spray.se> <20071002215320.13360851@gumby.homeunix.com.> <200710031425.20972.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Wed, 03 Oct 2007 16:01:51 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: How to check applications vs. libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:01:52 -0000 On Wed, 3 Oct 2007, Mel wrote: > I use the following little php script to identify programs/libraries still > using old libs: > #!/usr/local/bin/php -q > // vim: ts=4 sw=4 noet ai tw=78 > $localbase = getenv('LOCALBASE'); > if(!$localbase) > $localbase='/usr/local'; > $cmd_fmt = '/usr/bin/ldd %s 2>/dev/null| grep compat/pkg'; > $search_paths = array('bin', 'sbin', 'lib', 'libexec'); > chdir($localbase); > foreach($search_paths AS $path) > { > echo("==> $path\n"); > $files = glob("$path/*"); > foreach($files AS $file) > { > $check = shell_exec(sprintf($cmd_fmt, $file)); > if( empty($check) ) > continue; > // pretty print reformat > $check = preg_replace('/^.*?=>/m', "\t\t=>", $check); > echo("\t$file depends on:\n$check"); > } > } > ?> Interesting. Here's a Ruby version, which shows either I have no old dependencies or that I just didn't translate it correctly: #!/usr/local/bin/ruby localbase = ENV["LOCALBASE"] || '/usr/local' Dir.chdir(localbase) %w( bin sbin lib libexec ).each do |path| puts path Dir.glob(path + '/*').each do |file| check = `/usr/bin/ldd "#{file}" 2>/dev/null | grep compat/pkg` next if check.empty? check.sub!(/^.*?=>/m, "\t\t=>") puts "\t#{file} depends on:\n#{check}" end end -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:14:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73EE416A41B for ; Wed, 3 Oct 2007 22:14:58 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id EC53113C478 for ; Wed, 3 Oct 2007 22:14:57 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l93MEWuZ023904; Wed, 3 Oct 2007 17:14:35 -0500 (CDT) Message-Id: <6.0.0.22.2.20071003171216.026173b0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 03 Oct 2007 17:14:16 -0500 To: "Lisa Casey" , From: Derek Ragona In-Reply-To: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:14:58 -0000 At 03:30 PM 10/3/2007, Lisa Casey wrote: >Hi, > >I'm running Sendmail and Qpopper on FreeBsd. (And perhaps I ought to be >asking this on the Qpopper list, but hopefully someone here knows an >answer). We have all of our mailboxes in mbox format in /var/mail. When a >customer pops his mail for the first time it creates a file .username.pop >in /var/mail which never goes away, it remains as a zero byte file. It's >quite useful as we can tell from the timestamp on it when the customer >last popped his mail. > >The problem comes in when a customer cancels his account. We remove users >by rmuser username. That command removes the user from the password file, >removes his home directory and removes the mailspool. What it doesn't do >is to remove the .username.pop file associated with that mailbox. This >isn't a problem unless we add another account with the same username. The >new account cannot pop his mail because he gets the following error messge: > >-ERR [SYS/PERM] Temporary drop /var/mail/.jjvc.pop not owned by jjvc. > >If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the >ownership of the file is the group number of the original jjvc. > >-rw-rw---- 1 1473 mail 0 Sep 11 19:15 >.jjvc.pop > >Is there anyway to have rmuser remover the mail drop file associated with >that account also, or am I just going to have to remove these manually? > >Thanks, > >Lisa Casey Lisa, rmuser only removes the system dependent files that adduser creates. You would need to creat your own shell script to remove the qpopper file and to call rmuser. Remember the basic utilities are meant to manage the core services, not add-on ports. -Derek >_______________________________________________ >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. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:23:23 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A685C16A418 for ; Wed, 3 Oct 2007 22:23:23 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3DBFC13C458 for ; Wed, 3 Oct 2007 22:23:23 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l93MNGQT066196 for ; Wed, 3 Oct 2007 17:23:17 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3qP6vSfhntwo for ; Wed, 3 Oct 2007 17:23:12 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l93MNBWB066186 for ; Wed, 3 Oct 2007 17:23:11 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <47041649.8080008@daleco.biz> Date: Wed, 03 Oct 2007 17:23:05 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Advice on "new" hardware.... (long post) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:23:23 -0000 Hello, Out of necessity, I recently replaced my workstation motherboard (old one was apparently suffering a breakdown in the IDE controller chip). Funds being rather low, I opted for a fairly low priced "combo" deal from a well-known online retailer. I may be regretting that now. I'm having a few ACPI related error messages, some problems with USB, Xorg doesn't look too pretty, and sound isn't running. Booting with ACPI off doesn't seem to help, and makes USB worse. BIOS date is July of this year, and so far I'm not actually sure were to look for any update (appears to be a PcChips board [yeah, I know]) and I wonder if there'd be an update anyway, so soon. The main ACPI problem that is evident is simply the error message: "acpi_tz0: _TMP value is absurd, ignored (-269.2C)". That can be ignored, but I'm guessing that most of the other problems are probably related to FBSD and this board's ACPI tables not "playing nice" with each other. Any chance at all I'm right? Sound problem is the biggie, and it seems to be here: # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xd800, 0xd400 irq 18 bufsz 16384 kld snd_ich (1p/1r/1v channels duplex default) # dmesg | grep pcm pcm0: port 0xd800-0xd8ff,0xd400-0xd47f irq 18 at device 2.7 on pci0 pcm0: AC97 reset timed out. pcm0: pcm0: ac97 codec reports dac not ready pcm0: ac97 link rate calibration timed out after 1868021 us And this is logged by the kernel after "play foo.wav": kernel: pcm0:virtual:0:dsp0.2: play interrupt timeout, channel dead The above are "symptoms" (along with the fact that there's no sound); is it likely that the problem is related to this?: # pciconf -lv | grep -A4 pcm pcm0@pci0:2:7: class=0x040100 card=0x18801019 chip=0x70121039 rev=0xa0 hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS7013 PCI Audio Accelerator' class = multimedia subclass = audio It's not really a 7012, but a 7013 chip. /sys/dev/sound/pci/ich.c indicates that the 7012 "needs special handling" and that the "7012 register isn't like the standard ICH". I'm guessing that either the 7013 *is* more like the standard ICH, or else it's different even than the 7012, because it doesn't seem to wanna play right with pcm(4) when it thinks it's a 7012.... The USB problem so far isn't a biggie; it's worst when I boot without ACPI; then I can't get USB to function at all (use it for the mouse, mainly, and can work around that with a PS/2 mouse, I guess). So, is there any hope for this hardware? I could try HEAD, I guess, but it doesn't appear that any work's been done in ICH on HEAD for 2 months or so (I'm currently running STABLE from yesterday). What about the ACPI? Should I beg over on hackers@? Anybody wanna donate a nice modern mobo set? [, just had to ask]. Thanks for any insight! Kevin Kinsey -- Senate, n.: A body of elderly gentlemen charged with high duties and misdemeanors. -- Ambrose Bierce From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:23:33 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ACB916A41A for ; Wed, 3 Oct 2007 22:23:33 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 139E213C459 for ; Wed, 3 Oct 2007 22:23:32 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IdCcl-0004Km-U5 for questions@freebsd.org; Wed, 03 Oct 2007 15:23:29 -0700 Received: from 71-220-154-49.tcsn.qwest.net ([71.220.154.49] helo=[192.168.0.2]) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IdCcc-0004KS-Sb; Wed, 03 Oct 2007 15:23:15 -0700 Message-ID: <47041571.7070604@math.arizona.edu> Date: Wed, 03 Oct 2007 15:19:29 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Mel , questions@freebsd.org References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:23:33 -0000 Mel wrote: > On Wednesday 03 October 2007 23:24:08 Predrag Punosevac wrote: > >> Aryeh Friedman wrote: >> >>>> I'm running 6.2-RELEASE-p7. I haven't tried the Linux Flash player but >>>> I do know the GNU Flash project ["gnash"] is worth looking at. Sure >>>> it's not perfect, but they're certainly having a good try at it. It >>>> works fairly well in Firefox at least. >>>> >>> crashs X on 7-current amd64 >>> _______________________________________________ >>> 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" >>> >> Try snapping with youtube -dl or clive if the YouTube videos are >> objective. Then play .flv files with MPlayer or VLC >> > > Cool, didn't know MPlayer could play .flv. In that case, videodownloader > firefox extension is even more useful: > https://addons.mozilla.org/en-US/firefox/addon/2390 > > youtube -dl and clive work flawlessly. You can also use clive to convert .flv to friendlier formats. I have never had a luck with those adds on for Firefox. Even their ftp client sucks. That is way I use Opera and Lynx. Do not get me wrong. I am recommending Opera's ftp or bittorrent client for the serious users but it is good to know that you have them and that they work. Opera also has a very solid mail client and slue of other features to be desired by Firefox. My experience with Firefox adds on is miserable. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:25:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73FC916A419 for ; Wed, 3 Oct 2007 22:25:32 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2EDDB13C458 for ; Wed, 3 Oct 2007 22:25:32 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 3AADB1CDEE for ; Wed, 3 Oct 2007 14:25:31 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 00:25:29 +0200 User-Agent: KMail/1.9.7 References: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> <47031AE5.5000307@daleco.biz> <340a29540710030749q5b675ddcm4d93ce9a6bdff8f2@mail.gmail.com> In-Reply-To: <340a29540710030749q5b675ddcm4d93ce9a6bdff8f2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710040025.29801.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Where do I find the PERL compatible functions for php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:25:32 -0000 On Wednesday 03 October 2007 16:49:04 Andrew Falanga wrote: > One question I have for the maintainers of these ports and the ports > infrastructure, why are these all listed in different places? > > /usr/ports/devel/php5-pcre/ > /usr/ports/textproc/php5-xml/ > /usr/ports/www/php5-session/ > > Not that these categories are wrong, or don't make sense, but why wouldn't > they all be lumped under /usr/ports/lang, or /usr/ports/devel or something > like that? Same reason libvorbis is in audio rather then under lang/ even though it can only be used in c/c++ directly. Ports are classified by function, not by language, since primarily you look for functionality. For example, finding all php5 ports that deal with databases (a common query) would be impossible if they're stacked in lang/, while it's easy now: cat /usr/ports/databases/php5-*/pkg-descr|less -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:35:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17D6916A46B for ; Wed, 3 Oct 2007 22:35:23 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 9F05B13C459 for ; Wed, 3 Oct 2007 22:35:22 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so8978031pyb for ; Wed, 03 Oct 2007 15:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Cf5j5q+qyOJi6kLmqCoLyoTQr6p1ogGeMVZiDEe72mc=; b=ti5P/rjniLMzxUWJwZUYyf4xkyQfb9LVJrWiHSNh6rIgFwwkw4MyMGvWyensquHJAn4OOoP1eEGYYOuQxRv4Z/FAMxLI93HGeRnrwqwxEhfkfK/C1QmgAx2x/kpr7oXbPrwBIjZfAI/t7v5LXbK0+H9WQMcvEVH4E5zYEylLyU0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lSVMPpMHh1UvVVI3PjS/HnP6K4Lf324TUH7qK3p/FU0w5nDylHePtkXME0O3reSAoqMpBGEtKy7JPSZHLbMFi//e7YgXfRGstkttBWsvFEZzZBYztZJ1MO/dM2uTH6Vk3ncbB8WcTCZ8cWeU02MCl/GNusZj12weKK0IdwVRF3o= Received: by 10.65.242.11 with SMTP id u11mr2297771qbr.1191450921079; Wed, 03 Oct 2007 15:35:21 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Wed, 3 Oct 2007 15:35:21 -0700 (PDT) Message-ID: Date: Wed, 3 Oct 2007 22:35:21 +0000 From: "Aryeh Friedman" To: "Predrag Punosevac" , "FreeBSD Mailing List" In-Reply-To: <47041571.7070604@math.arizona.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> <47041571.7070604@math.arizona.edu> Cc: Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:35:23 -0000 > > > youtube -dl and clive work flawlessly. You can also use clive to convert > .flv to friendlier formats. > I have never had a luck with those adds on for Firefox. Even their ftp > client sucks. That is way I use Opera and Lynx. > Do not get me wrong. I am recommending Opera's ftp or bittorrent client > for the serious users but it is good to know that you have them and that > they work. Opera also has a very solid mail client and slue of other > features to be desired by Firefox. > > My experience with Firefox adds on is miserable. How well would this work for viewing static flash content (i.e. stuff like the charts from good ananylitics) From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:45:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75D6A16A419 for ; Wed, 3 Oct 2007 22:45:52 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 3163A13C45A for ; Wed, 3 Oct 2007 22:45:51 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-148-58.pppoe.mtu-net.ru [85.140.148.58]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id CAD7F24300EF; Thu, 4 Oct 2007 02:46:40 +0400 (MSD) Date: Thu, 4 Oct 2007 02:45:44 +0400 From: Andrew Pantyukhin To: Dominique Goncalves Message-ID: <20071003224541.GD61635@amilo.cenkes.org> References: <972994690709280447kc680888wc6f6ae75db960c28@mail.gmail.com> <7daacbbe0709280606m74234383jfafc1d2d315eaef9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7daacbbe0709280606m74234383jfafc1d2d315eaef9@mail.gmail.com> X-OS: FreeBSD amilo.cenkes.org 7.0-CURRENT FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: James Jeffery , freebsd-questions@freebsd.org Subject: Re: D-Link G122 C1 (USB WiFi) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:45:52 -0000 On Fri, Sep 28, 2007 at 03:06:03PM +0200, Dominique Goncalves wrote: > Hi, > > On 9/28/07, James Jeffery wrote: > > Ive tryed for ages to get this USB Wifi card to work with FreeBSD6.2. > > > > Many forums are saying its impossible, ive tryed ndis, project evil ect. > > > > Has anyone had any success with it? > > There is rum(4) in 7.0-CURRENT according to the manpage it seems to be > supported. I have DWL-G122 C1 FW 3.00 working happily on recent current. Sometimes it hangs due to some USB stack problems, but not often enough for me to look deeper. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:51:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BA7B16A418 for ; Wed, 3 Oct 2007 22:51:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id D3DF013C461 for ; Wed, 3 Oct 2007 22:51:11 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 2F7E71CDEE for ; Wed, 3 Oct 2007 14:51:11 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 00:51:09 +0200 User-Agent: KMail/1.9.7 References: <200710021923.29750.daniel.tourde@spray.se> <200710031425.20972.fbsd.questions@rachie.is-a-geek.net> <20071003134941.57147100@gumby.homeunix.com.> In-Reply-To: <20071003134941.57147100@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710040051.09564.fbsd.questions@rachie.is-a-geek.net> Subject: Re: How to check applications vs. libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:51:12 -0000 On Wednesday 03 October 2007 14:49:41 RW wrote: > On Wed, 3 Oct 2007 14:25:18 +0200 > > Mel wrote: > > On Tuesday 02 October 2007 22:53:20 RW wrote: > > > On Tue, 2 Oct 2007 19:23:29 +0200 > > > > > > Daniel Tourde wrote: > > > > I am used to install FreeBSD applications by using the port > > > > collection. I also update regularly (twice a month or something) > > > > the apps, using 'portupgrade -a -N' on a refreshed port > > > > collection. > > > > > > > > Here are my questions: > > > > - How can I check that the apps that have been build with certain > > > > libraries still work when some of the libs have been updated? > > > > - Is it possible then to rebuild the selected set of apps that > > > > have been 'corrupted' by the library upgrade (classicaly from > > > > liba.1 to liba.2)? If yes, how? > > > > > > Generally this doesn't cause a problem as when portupgrade upgrades > > > a library through a major revision, it puts a copy of the old > > > library into a compatibility directory. > > > > True. /usr/local/lib/compat/pkg > > > > > Applications that depend on updated libraries get version-bumped > > > when the library major version gets changed > > > > Not true. Only direct dependants get version bumped and not > > consistently either. > > It only matters where there is a direct library dependency. And even > then it doesn't matter all that much because of the back-up libraries. It matters when a build machine links with a stale version, but packages it with the current version dep in +CONTENTS. This will not happen with direct dependant, but will happen if the dependency is further down the chain. > If you follow the UPDATING instructions for when to do `portupgrade > -fr' and keep you ports up to date, you shouldn't need to worry. Except that portupgrade -fr ignores HOLD_PKGS and I'll risk getting a non-working Xorg installation. Also, I think with the introduction of UPDATING the need to not break things got less important and at the same time more people started to automate upgrading ports, because we got spoiled with a stable almost never breaking ports tree and multi-core machines. This now bites eachother. > Any > residual paranoia beyond that is better satisfied by running > portmanager in pristine mode IMO. Yeah, I'm slowly coming to realize that recompiling all dependants isn't such a bad idea in distributed environments (build machine and slaves). -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:52:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 469A116A477 for ; Wed, 3 Oct 2007 22:52:04 +0000 (UTC) (envelope-from lists@codeangels.com) Received: from mail.codeangels.com (mail.codeangels.com [80.238.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id A969513C4C1 for ; Wed, 3 Oct 2007 22:52:03 +0000 (UTC) (envelope-from lists@codeangels.com) Received: (qmail-ldap/ctrl 632 invoked from network); 3 Oct 2007 22:52:02 -0000 Received: from monkey.codeangels.com (HELO www.codeangels.com) (rlwlrx@[192.168.5.6]) (envelope-sender ) by monkey.codeangels.com (qmail-ldap-1.03) with SMTP for ; 3 Oct 2007 22:52:02 -0000 Message-ID: <4532.192.168.2.137.1191451922.squirrel@www.codeangels.com> Date: Thu, 4 Oct 2007 00:52:02 +0200 (CEST) From: "Kirill Ponazdyr" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/Codeangels_GEN MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: Re: SAN LUN masking and LUNs over 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@codeangels.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:52:04 -0000 Allright, Will answer myself. > a) FreeBSD never scan the LUNs on the san storage device if lun 0 is masked (hidden) there Apparently this is normal. http://lists.freebsd.org/pipermail/freebsd-scsi/2003-July/000363.html So I have to create "placeholder" slice on raid array with lun 0, this will not be used by any host for anything, just be there and visible to anyone as Read Only. > b) FreeBSD never scan any LUNs over lun 7 on the san storage device Two ways to change this: sysctl kern.cam.cam_srch_hi=1 This produces some wierd behaviour though, some of the raid arrays delivered hundreds of luns, even though they only had couple of them. Second, better and safer way: edit sys/cam/cam_xpt.c, adjust CAM_SCSI2_MAXLUN to maximum lun number you wish to scan by default. In our case: 32 Recompile Kernel. Kirill From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 22:53:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BED316A46C for ; Wed, 3 Oct 2007 22:53:10 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id D588713C465 for ; Wed, 3 Oct 2007 22:53:09 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from c83-249-37-37.bredband.comhem.se ([83.249.37.37]:52722) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IdD5Y-0006EC-8v; Thu, 04 Oct 2007 00:53:08 +0200 From: Peo Nilsson To: fatman@crackmonkey.us In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IhbMksNFc9St3bJUyAJd" Date: Thu, 04 Oct 2007 00:58:24 +0200 Message-Id: <1191452305.98276.6.camel@zeus.se> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Originating-IP: 83.249.37.37 X-Scan-Result: No virus found in message 1IdD5Y-0006EC-8v. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IdD5Y-0006EC-8v 5dcd94407618927701dd40236af42099 Cc: freebsd-questions@freebsd.org Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:53:10 -0000 --=-IhbMksNFc9St3bJUyAJd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2007-10-03 at 13:19 -0600, fatman@crackmonkey.us wrote: > On 3/10/2007, "Peo Nilsson" wrote: > I'm running 6.2-RELEASE-p7. I haven't tried the Linux Flash player but > I do know the GNU Flash project ["gnash"] is worth looking at. Sure > it's not perfect, but they're certainly having a good try at it. It > works fairly well in Firefox at least. Thanks for the help! Now I don't have to emulate linux... I have installed "gnash" from the ports collection. Been on youtube for an hour or so, and it works quit ok together with Firefox. > HtH, > Adam J Richardson --=20 /Cheers Peo --=-IhbMksNFc9St3bJUyAJd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHBB6JgWSfflYlIbwRAr9RAJ9wpoJDYKwaIV1000YJaXy4WRwDeACeIFAW jZ69bYyZaSh/Skvd86aF1ZY= =jXk4 -----END PGP SIGNATURE----- --=-IhbMksNFc9St3bJUyAJd-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 23:00:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1375216A41A for ; Wed, 3 Oct 2007 23:00:30 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id BF90B13C459 for ; Wed, 3 Oct 2007 23:00:29 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 000101CDEE for ; Wed, 3 Oct 2007 15:00:28 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 01:00:27 +0200 User-Agent: KMail/1.9.7 References: <1191437783.1851.12.camel@zeus.se> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> <47041571.7070604@math.arizona.edu> In-Reply-To: <47041571.7070604@math.arizona.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710040100.27378.fbsd.questions@rachie.is-a-geek.net> Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 23:00:30 -0000 On Thursday 04 October 2007 00:19:29 Predrag Punosevac wrote: > Mel wrote: > > On Wednesday 03 October 2007 23:24:08 Predrag Punosevac wrote: > >> Aryeh Friedman wrote: > >>>> I'm running 6.2-RELEASE-p7. I haven't tried the Linux Flash player but > >>>> I do know the GNU Flash project ["gnash"] is worth looking at. Sure > >>>> it's not perfect, but they're certainly having a good try at it. It > >>>> works fairly well in Firefox at least. > >>> > >>> crashs X on 7-current amd64 > >>> _______________________________________________ > >>> 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" > >> > >> Try snapping with youtube -dl or clive if the YouTube videos are > >> objective. Then play .flv files with MPlayer or VLC > > > > Cool, didn't know MPlayer could play .flv. In that case, videodownloader > > firefox extension is even more useful: > > https://addons.mozilla.org/en-US/firefox/addon/2390 > > youtube -dl and clive work flawlessly. You can also use clive to convert > .flv to friendlier formats. Doesn't anybody write stuff in C anymore? I don't have python on my system even though it's becoming a hard task to keep it that way. Anybody have a perl/php/c equivalent of this or shall I port it myself. -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 23:01:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A879A16A469 for ; Wed, 3 Oct 2007 23:01:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id DC91113C458 for ; Wed, 3 Oct 2007 23:01:01 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l93MwTA4008801; Thu, 4 Oct 2007 00:58:29 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l93MwTPK008798; Thu, 4 Oct 2007 00:58:29 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 4 Oct 2007 00:58:29 +0200 (CEST) From: Wojciech Puchar To: Peo Nilsson In-Reply-To: <1191452305.98276.6.camel@zeus.se> Message-ID: <20071004005818.F8797@wojtek.tensor.gdynia.pl> References: <1191452305.98276.6.camel@zeus.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 23:01:02 -0000 >> I do know the GNU Flash project ["gnash"] is worth looking at. Sure >> it's not perfect, but they're certainly having a good try at it. It >> works fairly well in Firefox at least. > > Thanks for the help! Now I don't have to emulate linux... > I have installed "gnash" from the ports collection. > Been on youtube for an hour or so, and it works > quit ok together with Firefox. > does it work with freebsd opera? From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 23:07:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6794416A41B for ; Wed, 3 Oct 2007 23:07:22 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 231C813C447 for ; Wed, 3 Oct 2007 23:07:22 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-148-58.pppoe.mtu-net.ru [85.140.148.58]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id C20FB243017C; Thu, 4 Oct 2007 03:08:11 +0400 (MSD) Date: Thu, 4 Oct 2007 03:07:18 +0400 From: Andrew Pantyukhin To: Mel Message-ID: <20071003230717.GE61635@amilo.cenkes.org> References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> X-OS: FreeBSD amilo.cenkes.org 7.0-CURRENT FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 23:07:22 -0000 On Wed, Oct 03, 2007 at 11:46:24PM +0200, Mel wrote: [..] > Cool, didn't know MPlayer could play .flv. In that case, videodownloader > firefox extension is even more useful: > https://addons.mozilla.org/en-US/firefox/addon/2390 /usr/ports/www/xpi-videodownloader :) From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 23:11:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4BF16A418 for ; Wed, 3 Oct 2007 23:11:08 +0000 (UTC) (envelope-from pfraser@auconnect.net) Received: from wic001ef.exchange.server-login.com (wic001ef.exchange.server-login.com [202.148.129.65]) by mx1.freebsd.org (Postfix) with ESMTP id DA21E13C45D for ; Wed, 3 Oct 2007 23:11:07 +0000 (UTC) (envelope-from pfraser@auconnect.net) Received: from WIC002EBCLV3.exchange.server-login.com ([202.148.131.8] RDNS failed) by wic001ef.exchange.server-login.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 4 Oct 2007 09:00:59 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 4 Oct 2007 08:58:53 +1000 Message-ID: <5B12658D0EB52A429B07DFD300B9391CD0B920@WIC002EBCLV3.exchange.server-login.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How setup modem ZTE AC8700. It is no have driver for UNIX Thread-Index: AcgF2Pa+MI4dhkX1Q0yusvfc6y4gPAAN7VwA References: From: "Paul Fraser" To: "Alter Ego" , X-OriginalArrivalTime: 03 Oct 2007 23:00:59.0828 (UTC) FILETIME=[43979F40:01C80611] Cc: Subject: RE: How setup modem ZTE AC8700. It is no have driver for UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 23:11:08 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Alter Ego Sent: Wednesday, 3 October 2007 9:58 PM To: freebsd-questions@freebsd.org Subject: How setup modem ZTE AC8700. It is no have driver for UNIX I am very need to setup and work in FreeBSD 6.2 (for example) on my modem ZTE AC8700 (this is 3G modem) _______________________________________________ Does the modem show up as a serial device? Can you give us a dump from dmesg when you plug the modem in? Chances are you'll be able to use it as any regular serial modem however you may not be able to control the modem as finely as you can under Windows (no configuring it to stay on one network, for example)...=20 If you can give us at least some output though, from when you plug it in, we may be able to help you out. Regards, Paul Fraser // Technical Consultant // AUconnect - I.T. Solutions. Evolved. Ph (Office): +61 7 5551 0205 // Ph (Mobile): +61 405 341 905 // Fax: +61 7 5551 0230 Web: auconnect.net // E-Mail: pfraser@auconnect.net This correspondence and any related attachments are confidential. Distribution, reproduction, or release (public domain or otherwise) without the author's prior written consent is STRICTLY FORBIDDEN. Failure to distribute any of the aforementioned without this footer (intact and unmodified) is also STRICTLY FORBIDDEN. Failure to abide by these terms and conditions can result in legal action. If you have received this correspondence in error, or believe any of these terms have been breached, you are requested to contact the author immediately and take steps to destroy all copies in your possession. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 23:21:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9AD616A419 for ; Wed, 3 Oct 2007 23:21:26 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from mail.jellico.com (mail.jellico.com [207.191.185.6]) by mx1.freebsd.org (Postfix) with ESMTP id 84F3513C45A for ; Wed, 3 Oct 2007 23:21:26 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from CaseyHome (node150.224.100.208.1dial.com [208.100.224.150] (may be forged)) (authenticated bits=0) by mail.jellico.com (8.13.1/8.13.1) with ESMTP id l93NTi8V043771 for ; Wed, 3 Oct 2007 19:29:47 -0400 (EDT) (envelope-from lisa@jellico.com) Message-ID: <5141C17677DA4B9ABA3F71D0979D1974@CaseyHome> From: "jellico.com, Inc." To: References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> <200710032304.59151.fbsd.questions@rachie.is-a-geek.net> <20071003213035.GA60715@owl.midgard.homeip.net> In-Reply-To: <20071003213035.GA60715@owl.midgard.homeip.net> Date: Wed, 3 Oct 2007 19:21:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16480 X-Scanned-By: MIMEDefang 2.61 on 207.191.185.6 Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 23:21:27 -0000 Hi, >> 2) Better option is to change the default temp-name in qpopper.config: >> set temp-name "%s.pop" >> so that rmuser will detect it automatically. > > A third option is to write a wrapper shell script that first calls rmuser > and then removes the remaining mail drop file, and use this script to > remove > users instead of calling rmuser directly. > > Option 2) above sounds like a better solution though. I agree, that sounds like the best solution. Just to be on the safe side, I think I'll make a backup of rmuser first ;-) Thanks for all the suggestions. Lisa Casey From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 23:26:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3DF416A41A for ; Wed, 3 Oct 2007 23:26:48 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp106.sbc.mail.mud.yahoo.com (smtp106.sbc.mail.mud.yahoo.com [68.142.198.205]) by mx1.freebsd.org (Postfix) with SMTP id 8AC3713C447 for ; Wed, 3 Oct 2007 23:26:48 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 1427 invoked from network); 3 Oct 2007 23:26:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=YGA8SqS6ucjzRzgWEE63ts4AErljInxCcg/PKTJx9d5+CzE4h8QBQUQSQMEzeuE3dOc5kQtHqQZW/3G+rYHqIIIUev+TwovnaUSf+aIIb3gYmwctE5lx66dfA0fMhHPUQDcLrl16XVcrdudtcxdk5KGxyYhG+pG09lXGCOeQrRk= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 3 Oct 2007 23:26:47 -0000 X-YMail-OSG: ULH3kKcVM1kM7SFzohXsYeN_IJDfoqjORk.i2xOXHQ79ga6nI1mLKv9RZtEPcEJpjVZDgDv5pydC5.DTw7PryHvShy6dpCWgudcutLsFnjgZgVa4kac- In-Reply-To: <20071003234247.630ccee0@meijome.net> References: <20071003234247.630ccee0@meijome.net> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <50f8121ffd5234a62406746d36951b05@prodigy.net> Content-Transfer-Encoding: 7bit From: jekillen Date: Wed, 3 Oct 2007 16:27:31 -0700 To: Norberto Meijome X-Mailer: Apple Mail (2.622) Cc: FreeBSD Questions ML Subject: Re: .PICT mac file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 23:26:49 -0000 On Oct 3, 2007, at 6:42 AM, Norberto Meijome wrote: > Hi everyone, > I have a load of .pict files which I can't seem to be able to open > with anything under FBSD. I just want to convert them into something > more useful (jpg / tiff / svg). > > ImageMagick doesn't understand it, so i think this is the Packbits > compressed .PICT filetype. neither Gimp or XV like them either. > > file doesn't identify the files either. > > Alternatively, any tool I can script under OSX to conver them to > something useful? (FYI, 'Preview' under Tiger doens't recognise them > either, but I can drag them just fine into an Omnigraffle Pro > diagram). > > One of these files is at > http://www.meijome.net/files/freebsd/image64.pict > > thanks, > Beto > _________________________ > {Beto|Norberto|Numard} Meijome > > "Intellectual: 'Someone who has been educated beyond his/her > intelligence'" > Arthur C. Clarke, from "3001, The Final Odyssey", Sources. > > I speak for myself, not my employer. Contents may be hot. Slippery > when wet. Reading disclaimers makes you go blind. Writing them is > worse. You have been Warned. > You may have to use a program like Photoshop; Mac version to do the work. I have been using Mac since 1996 and have seen pict files but have avoided them mostly in favor of tif or jpeg. I do not have any Classic Mac installations and do not do graphics as much as I used to but I don't recall even seeing pict as a file option for graphics software on Mac, Photoshop, or other program that edits image files. Since X11 can be installed on OSX and Gimp will run on Mac under X11, I would think that it would have accommodation for that. I just launched it and did not see that as a save as option. There is a stripped down version of Photoshop available, Photoshop Elements that may do it without the cost of Photoshop. But there is probably someone with more knowledge on this than I. Good Luck; Jeff k From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 00:04:12 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6517316A418 for ; Thu, 4 Oct 2007 00:04:12 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id C0A1313C48E for ; Thu, 4 Oct 2007 00:01:02 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IdE97-0004jj-Vo for questions@freebsd.org; Wed, 03 Oct 2007 17:00:59 -0700 Received: from 71-220-154-49.tcsn.qwest.net ([71.220.154.49] helo=[192.168.0.2]) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IdE91-0004jJ-9X; Wed, 03 Oct 2007 17:00:47 -0700 Message-ID: <47042C4F.7020808@math.arizona.edu> Date: Wed, 03 Oct 2007 16:57:03 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Aryeh Friedman , questions@freebsd.org References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> <47041571.7070604@math.arizona.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 00:04:12 -0000 Aryeh Friedman wrote: >> youtube -dl and clive work flawlessly. You can also use clive to convert >> .flv to friendlier formats. >> I have never had a luck with those adds on for Firefox. Even their ftp >> client sucks. That is way I use Opera and Lynx. >> Do not get me wrong. I am recommending Opera's ftp or bittorrent client >> for the serious users but it is good to know that you have them and that >> they work. Opera also has a very solid mail client and slue of other >> features to be desired by Firefox. >> >> My experience with Firefox adds on is miserable. >> > > How well would this work for viewing static flash content (i.e. stuff > like the charts from good ananylitics) > It would not work at all. This is only solution for YouTube and Google video. It does not even work for other sites with flash videos (at least I had no success). For the static content (let say one stock market chart ) linux flash plugin 7 used in the native browser via nspluginwrapper-0.9.91.4_2 works perfectly. It works better than in Linux browser. Make sure your linux plugin wrapper is deinstalled before you install nspluginwrapper-0.9.91.4_2 I left a detailed how to in one of the threads about the flash from August I think. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 00:11:47 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FC9916A41B for ; Thu, 4 Oct 2007 00:11:47 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id D42DF13C448 for ; Thu, 4 Oct 2007 00:11:46 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Wed, 3 Oct 2007 17:11:45 -0700 Message-ID: <47042FC0.2030707@ridecharge.com> Date: Wed, 3 Oct 2007 20:11:44 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Predrag Punosevac References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> <47041571.7070604@math.arizona.edu> <47042C4F.7020808@math.arizona.edu> In-Reply-To: <47042C4F.7020808@math.arizona.edu> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "questions@freebsd.org" , Aryeh Friedman Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 00:11:47 -0000 Predrag Punosevac wrote: > Aryeh Friedman wrote: >>> youtube -dl and clive work flawlessly. You can also use clive to convert >>> .flv to friendlier formats. >>> I have never had a luck with those adds on for Firefox. Even their ftp >>> client sucks. That is way I use Opera and Lynx. >>> Do not get me wrong. I am recommending Opera's ftp or bittorrent client >>> for the serious users but it is good to know that you have them and that >>> they work. Opera also has a very solid mail client and slue of other >>> features to be desired by Firefox. >>> >>> My experience with Firefox adds on is miserable. >>> >> How well would this work for viewing static flash content (i.e. stuff >> like the charts from good ananylitics) >> > It would not work at all. This is only solution for YouTube and Google > video. It does not even work for > other sites with flash videos (at least I had no success). > > For the static content (let say one stock market chart ) linux flash > plugin 7 used in the native browser via nspluginwrapper-0.9.91.4_2 works > perfectly. > It works better than in Linux browser. Make sure your linux plugin > wrapper is deinstalled before you install > nspluginwrapper-0.9.91.4_2 > > I left a detailed how to in one of the threads about the flash from > August I think. > ' http://monkey.org/freebsd/archive/freebsd-questions/200707/msg01926.html Used to work flawlessly while you could download v7 but the distfile disappeared. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 00:22:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D9B16A418 for ; Thu, 4 Oct 2007 00:22:24 +0000 (UTC) (envelope-from returns@eb05.ebhost7.com) Received: from c.eb05.ebhost7.com (c.eb05.ebhost7.com [69.41.181.93]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1E413C457 for ; Thu, 4 Oct 2007 00:22:24 +0000 (UTC) (envelope-from returns@eb05.ebhost7.com) Received: by c.eb05.ebhost7.com (Postfix, from userid 0) id C0493484011; Wed, 3 Oct 2007 19:10:46 -0500 (CDT) To: freebsd-questions@freebsd.org From: "NowNYC.com" Message-ID: <1191456646_SectionID-190746_HitID-1191440949000_SiteID-30028_EmailID-53587889_DB-2@eb05.ebhost7.com> Mime-Version: 1.0 Date: Wed, 3 Oct 2007 19:10:46 -0500 (CDT) Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NowNYC.com Presents Thursdays @ The Grand Starting Oct 11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 00:22:24 -0000 Champagne Thursday=92s @ The Grand NYC 41 East 58th Street (Btwn Park Ave. & Madison Ave.) (formerly knows as 58/AuBar) Music by New York Cities Top Dj=92s House . Hip Hop . Rock . 80=92s . Classics Ladies drink FREE Champagne till mid-night! 21+ to enter doors open 10pm For info, tickets, bottle service/table reservations, group discounts, or V= IP access: E-Mail: TheGrand@NowNYC.com or call 212 . 355 . 9412=20 www.NowNYC.com=0ATo unsubscribe, click the link below.=0Ahttp://www.emailbr= ain.com/RWCode/subscribe.asp?SID=3D1&SiteID=3D30028&Email=3Dfreebsd-questio= ns@freebsd.org&HitID=3D1191440949000 From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 01:07:50 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BA2916A418 for ; Thu, 4 Oct 2007 01:07:50 +0000 (UTC) (envelope-from dscheidt@panix.com) Received: from l2mail1.panix.com (l2mail1.panix.com [166.84.1.75]) by mx1.freebsd.org (Postfix) with ESMTP id 87D3C13C467 for ; Thu, 4 Oct 2007 01:07:49 +0000 (UTC) (envelope-from dscheidt@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by l2mail1.panix.com (Postfix) with ESMTP id 3CAFA5CA73 for ; Wed, 3 Oct 2007 20:48:29 -0400 (EDT) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail2.panix.com (Postfix) with ESMTP id 8E46734816; Wed, 3 Oct 2007 20:48:28 -0400 (EDT) Received: (from dscheidt@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id l940mSD08500; Wed, 3 Oct 2007 20:48:28 -0400 (EDT) Date: Wed, 3 Oct 2007 20:48:28 -0400 From: David Scheidt To: "Philip M. Gollucci" Message-ID: <20071004004828.GA29152@panix.com> References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> <47041571.7070604@math.arizona.edu> <47042C4F.7020808@math.arizona.edu> <47042FC0.2030707@ridecharge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47042FC0.2030707@ridecharge.com> User-Agent: Mutt/1.5.10i Cc: Predrag Punosevac , "questions@freebsd.org" , Aryeh Friedman Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 01:07:50 -0000 On Wed, Oct 03, 2007 at 08:11:44PM -0400, Philip M. Gollucci wrote: > http://monkey.org/freebsd/archive/freebsd-questions/200707/msg01926.html > Used to work flawlessly while you could download v7 but the distfile > disappeared. It may have just moved, as it now works: rally3# cd /usr/ports/www/linux-flashplugin7 rally3# make fetch ===> Vulnerability check disabled, database not found => fp7_archive.zip doesn't seem to exist in /usr/ports/distfiles/flashplugin. => Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. fp7_archive.zip 100% of 31 MB 556 kBps 00m00s rally3# make checksum ===> Vulnerability check disabled, database not found => MD5 Checksum OK for flashplugin/fp7_archive.zip. => SHA256 Checksum OK for flashplugin/fp7_archive.zip. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 01:23:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12E5D16A419 for ; Thu, 4 Oct 2007 01:23:17 +0000 (UTC) (envelope-from compunction@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id A150D13C47E for ; Thu, 4 Oct 2007 01:23:16 +0000 (UTC) (envelope-from compunction@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so1756anc for ; Wed, 03 Oct 2007 18:23:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=zBQhxlbunULOHm58xXKUicezHNMO1l6sLp4HgxANr2M=; b=KUcMYjl69Ft0NcohtWuuCRHMIS/ee24/B21B8r86CNABwJjYUVS+7j1qhXtXJXHww2LxTRSudQQvmDkqJ774aRLRAewVptg2A5tVm+KGXwX+4JqIiA6ypYplyKDsDbaqEH3ho2Ml2aGA7iYc13L9UvZo6Fq2xkdK5xbdiawsqbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nv2Hbx3SfbS4jiyQydvSMrsBXVSomHpHWmX6AmxfWAQX5vmZpdLcBtYn+giJqCrRX2a0WOsOJ2XmcPkBa1vnSMfpES1ztImn7++LQXl4dsWMEdwp+SWXAdNcXF2sDKfcyly1ZBJm3VbgGcBwkj0P+r+AJ+VMNYfi6HEeYbhY9qw= Received: by 10.142.139.19 with SMTP id m19mr1956025wfd.1191459439027; Wed, 03 Oct 2007 17:57:19 -0700 (PDT) Received: by 10.142.104.2 with HTTP; Wed, 3 Oct 2007 17:57:19 -0700 (PDT) Message-ID: <9f9a8c400710031757y5cd7c2ebq4b3530d2800a4c3c@mail.gmail.com> Date: Wed, 3 Oct 2007 20:57:19 -0400 From: compunction To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dual Boot Vista - Large Sector Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 01:23:17 -0000 I am trying to install FreeBSD on the same drive as Vista in a dual boot configuration. FDISK is reporting the normal geometry errors and it is also stating that my Vista partition does not start on a sector boundary. I chose to ignore these errors, but when I was creating the last slice on the drive I got an error about not being able to create partition. I did some research and I think the issue is related to the way Vista is creating partitions. http://support.microsoft.com/kb/923332 http://www.multibooters.co.uk/partitions.html Does anyone know if/when fdisk will support this new partition layout? Thanks Mark From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 01:27:47 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 929E516A418 for ; Thu, 4 Oct 2007 01:27:47 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.224]) by mx1.freebsd.org (Postfix) with ESMTP id 229EE13C45D for ; Thu, 4 Oct 2007 01:27:46 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so2064744qbd for ; Wed, 03 Oct 2007 18:27:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bnptwdce7spuS9U5bnubIsf1XYjWHtUlWdnTpiBZRsU=; b=bsquVNPmzU6GMokQ8a3thTY7QCVnnjEplYaJPkkuvk955Oj9DtV5B4Lu8Xb0IJ1P6D3q27bW+O97iVe1hUs38KpBbuekL4gJzuQptw0ZJ15FmPTP5nSEN3Kla2rQifDujQFHLkU8eIwCzDTO4PKaFtrCaubmrNmF/0Af5eM1QIs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nsl1qRoM8mX8hhqxOaDlAN39TBs7emBBgb6DdfoaS1uenr/21jCLMRoLJm20jc9pBGZeAGzeyqDz5Ffwi3lXIEazVV36LMmmiEyAC3o/2Hth9kM4FETq8gOrsG/zxfr5rBLkuEaDMWjmXoeCJUzYYm947zk79S9wPU1cn51fUzg= Received: by 10.65.138.4 with SMTP id q4mr13977019qbn.1191457709564; Wed, 03 Oct 2007 17:28:29 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Wed, 3 Oct 2007 17:28:29 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 00:28:29 +0000 From: "Aryeh Friedman" To: "Philip M. Gollucci" In-Reply-To: <47042FC0.2030707@ridecharge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> <47041571.7070604@math.arizona.edu> <47042C4F.7020808@math.arizona.edu> <47042FC0.2030707@ridecharge.com> Cc: Predrag Punosevac , "questions@freebsd.org" Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 01:27:47 -0000 > http://monkey.org/freebsd/archive/freebsd-questions/200707/msg01926.html > Used to work flawlessly while you could download v7 but the distfile > disappeared. Actually the latest cvsup replaced it with a working dist file From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 01:28:35 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 483BB16A418 for ; Thu, 4 Oct 2007 01:28:35 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.237]) by mx1.freebsd.org (Postfix) with ESMTP id CF55813C468 for ; Thu, 4 Oct 2007 01:28:34 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so2064911qbd for ; Wed, 03 Oct 2007 18:28:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=WNvQv/hthKTSmYvkJAsnsNxZxi/FBfoLRBO/dGsS+5s=; b=gbZ38f4FtVMma6/nJ5Q8XEqEgaSE8uay53QdQQaJFQmjLQ4e8K0JUBLSkHTzKFJ6skKK122yTzSGp+9omFCXts8Z9HuBcIJ5E7Cm6OFfGzq9PBE/phwblHsxIJteLkbsIsY6Dnatbok7YBm28pUlpHMQR7CZH8mj0rWALokWotM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=owRjLy/vyER7AdHqTjTH/b+6XcIB0Pppwstz/3ZGBGFSbyIT9SBZlrDya4H1++mMq/FW8yT8ik9ytkIrEbVdL9TsyBK7xg4gsUu47jR/rdN37CuRH87Yqm8o7tBL3orsP2Z8wowpMLqortnTfLFoUH+KA2SiwIRDBS6bzmhMlHU= Received: by 10.65.72.7 with SMTP id z7mr6658634qbk.1191457638385; Wed, 03 Oct 2007 17:27:18 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Wed, 3 Oct 2007 17:27:18 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 00:27:18 +0000 From: "Aryeh Friedman" To: "Predrag Punosevac" In-Reply-To: <47042C4F.7020808@math.arizona.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1191437783.1851.12.camel@zeus.se> <47040878.6070009@math.arizona.edu> <200710032346.24754.fbsd.questions@rachie.is-a-geek.net> <47041571.7070604@math.arizona.edu> <47042C4F.7020808@math.arizona.edu> Cc: questions@freebsd.org Subject: Re: linux-flashplugin9 (usable?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 01:28:35 -0000 On 10/3/07, Predrag Punosevac wrote: > Aryeh Friedman wrote: > >> youtube -dl and clive work flawlessly. You can also use clive to convert > >> .flv to friendlier formats. > >> I have never had a luck with those adds on for Firefox. Even their ftp > >> client sucks. That is way I use Opera and Lynx. > >> Do not get me wrong. I am recommending Opera's ftp or bittorrent client > >> for the serious users but it is good to know that you have them and that > >> they work. Opera also has a very solid mail client and slue of other > >> features to be desired by Firefox. > >> > >> My experience with Firefox adds on is miserable. > >> > > > > How well would this work for viewing static flash content (i.e. stuff > > like the charts from good ananylitics) > > > It would not work at all. This is only solution for YouTube and Google > video. It does not even work for > other sites with flash videos (at least I had no success). > > For the static content (let say one stock market chart ) linux flash > plugin 7 used in the native browser via nspluginwrapper-0.9.91.4_2 works > perfectly. > It works better than in Linux browser. Make sure your linux plugin > wrapper is deinstalled before you install > nspluginwrapper-0.9.91.4_2 I had it working on i386 but as soon I switched to amd64 it stoped working. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 01:45:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BFAE16A417 for ; Thu, 4 Oct 2007 01:45:22 +0000 (UTC) (envelope-from freebsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1A88C13C43E for ; Thu, 4 Oct 2007 01:45:22 +0000 (UTC) (envelope-from freebsd.questions@rachie.is-a-geek.net) Received: from smoochies.rachie.is-a-geek.net (unknown [192.168.2.50]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id B34671CDEE for ; Wed, 3 Oct 2007 17:45:21 -0800 (AKDT) Received: by smoochies.rachie.is-a-geek.net (Postfix, from userid 1001) id 93CEE28415; Wed, 3 Oct 2007 17:45:21 -0800 (AKDT) From: rachie To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 17:45:21 -0800 User-Agent: KMail/1.9.7 References: <9f9a8c400710031757y5cd7c2ebq4b3530d2800a4c3c@mail.gmail.com> In-Reply-To: <9f9a8c400710031757y5cd7c2ebq4b3530d2800a4c3c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710031745.21343.freebsd.questions@rachie.is-a-geek.net> Subject: Re: Dual Boot Vista - Large Sector Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 01:45:22 -0000 I was able to install FreeBSD alongside Vista on my HP laptop. What I did was I shrank down the windows partition using Partition Magic. Its not normal NTFS according to Partition Magic. But after I shrank it down I just booted from the FreeBSD install cd and installed it like normal, was able to create all the slices. After I was done I had to run the vista boot repair in order to access Vista again. I now have vista, stable, and current. This isn't exactly an answer to your problem but I am hoping it will help you get FreeBSD installed. On Wednesday 03 October 2007 4:57:19 pm compunction wrote: > I am trying to install FreeBSD on the same drive as Vista in a dual boot > configuration. FDISK is reporting the normal geometry errors and it is > also stating that my Vista partition does not start on a sector boundary. > I chose to ignore these errors, but when I was creating the last slice on > the drive I got an error about not being able to create partition. I did > some research and I think the issue is related to the way Vista is creating > partitions. > > http://support.microsoft.com/kb/923332 > http://www.multibooters.co.uk/partitions.html > > Does anyone know if/when fdisk will support this new partition layout? > > Thanks > Mark > _______________________________________________ > 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 Thu Oct 4 02:46:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54B9116A46B for ; Thu, 4 Oct 2007 02:46:54 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id E523713C448 for ; Thu, 4 Oct 2007 02:46:53 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from [192.168.1.4] (pool-71-245-176-242.pitbpa.fios.verizon.net [71.245.176.242]) (AUTH: LOGIN seklecki, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by wingspan with esmtp; Wed, 03 Oct 2007 22:46:52 -0400 id 00056486.4704541C.00004925 From: "Brian A. Seklecki" To: Sean Murphy In-Reply-To: <4703E0D3.6000603@calarts.edu> References: <4703E0D3.6000603@calarts.edu> Date: Wed, 03 Oct 2007 21:56:51 -0400 Message-Id: <1191463011.2940.5.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Cc: freebsd-questions@freebsd.org Subject: Re: Fibre Channel Card Detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 02:46:54 -0000 We need to see your dmesg(8) output from /var/run/dmesg.boot and/or the output of "pciconf -v" / "scanpci" / "lspci" ~BAS ~BAS On Wed, 2007-10-03 at 11:34 -0700, Sean Murphy wrote: > I have a Qlogic PCIe Fibre Channel card installed in my FreeBSD 6.2 > Release server. I do not see it listed on boot up of the server. I > have also run dmesg with no luck. How do I find out if it is detected > and how would it be listed as. > > Thanks > _______________________________________________ > 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 Thu Oct 4 03:37:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5116416A46E for ; Thu, 4 Oct 2007 03:37:55 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.freebsd.org (Postfix) with ESMTP id 1731F13C43E for ; Thu, 4 Oct 2007 03:37:54 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-67-164-123-46.hsd1.ca.comcast.net[67.164.123.46]) by comcast.net (sccrmhc14) with ESMTP id <2007100403375301400ft4roe>; Thu, 4 Oct 2007 03:37:53 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id 7B41F1CE93; Wed, 3 Oct 2007 20:38:14 -0700 (PDT) Date: Wed, 3 Oct 2007 20:38:14 -0700 From: Rem P Roberti To: FreeBSD Message-ID: <20071004033814.GA2069@remdog.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: portsdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 03:37:55 -0000 Ok...this one must have slipped past me. I attempted to udate the ports tree with the usual portsdb -Fu and discover that there is no access to freebsd.org. What have I missed? Rem From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 04:00:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA4FE16A418 for ; Thu, 4 Oct 2007 04:00:43 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id BB7A613C478 for ; Thu, 4 Oct 2007 04:00:43 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Wed, 3 Oct 2007 21:00:43 -0700 Message-ID: <47046569.8070309@ridecharge.com> Date: Thu, 4 Oct 2007 00:00:41 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Rem P Roberti References: <20071004033814.GA2069@remdog.net> In-Reply-To: <20071004033814.GA2069@remdog.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: portsdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 04:00:43 -0000 Rem P Roberti wrote: > Ok...this one must have slipped past me. I attempted to udate the ports tree with the usual portsdb -Fu and > discover that there is no access to freebsd.org. What have I missed? Its not just you -- try a mirror. If I didn't know better, I would say a router on the internet that freebsd.org is behind is having issues. This has been sporadically happening a lot recently for a lot of people. > > Rem > > _______________________________________________ > 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" -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 03:54:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B2E616A481; Thu, 4 Oct 2007 03:54:13 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFE713C448; Thu, 4 Oct 2007 03:54:13 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from localhost (unknown [200.46.204.187]) by hub.org (Postfix) with ESMTP id B3A57B46D15; Thu, 4 Oct 2007 00:37:50 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 98299-06; Thu, 4 Oct 2007 00:37:50 -0300 (ADT) Received: from fserv.hub.org (blk-89-241-126.eastlink.ca [24.89.241.126]) by hub.org (Postfix) with ESMTP id 0552BB46CF8; Thu, 4 Oct 2007 00:37:50 -0300 (ADT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by fserv.hub.org (Postfix) with ESMTP id E8216EAAC2; Thu, 4 Oct 2007 00:37:48 -0300 (ADT) Date: Thu, 04 Oct 2007 00:37:47 -0300 From: "Marc G. Fournier" To: freebsd-questions@freebsd.org, freebsd-advocacy@freebsd.org, users@lists.dragonflybsd.org, netbsd-advocacy@netbsd.org, Thorsten Glaser , Gonzalo Martinez - Sanjuan Sanchez , midnightbsd-users@stargazer.midnightbsd.org, miros-discuss@66h.42h.de, general@desktopbsd.net, announce@lists.pcbsd.org, public@lists.pcbsd.org Message-ID: X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mailman-Approved-At: Thu, 04 Oct 2007 04:05:55 +0000 Cc: Subject: BSDstats Statistics for Sept, 2007 ... 12 769 Hosts Reported In X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 03:54:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Percentage Change in September from August: Overall +12.8% Broken down as: DesktopBSD -12.4% ( 542 hosts) DragonFly 0.0% ( 20 hosts) FreeBSD - 7.4% (5008 hosts) GNU/kFreeBSD -20.0% ( 4 hosts) MidnightBSD +50.0% ( 3 hosts) MirBSD -55.2% ( 13 hosts) NetBSD +21.2% ( 126 hosts) OpenBSD -15.5% ( 71 hosts) PC-BSD +38.3% (6980 hosts) Project Objective: "The mission of this site is to compile semi-accurate numbers for advocacy and marketing of the *BSD operating systems." PC-BSD, to the best of our knowledge, is the only one that defaults to enabled, while the rest have to be enabled manually. For FreeBSD users, you just need to install /usr/ports/sysutils/bsdstats to set things up. Since we don't have any 'trend reports' on the site yet, please feel free to visit to see changes from July -> August ... If you aren't participating, we very much encourage you to start ... the report script is a shell script, so you can scan it to figure out what, exactly, is being sent in .. and there is only one level of reporting that is required, and that is Operating System + Version ... Device and Ports reporting are 100% optional ... For those that are participating ... once more, thank you ... and spread the word, we need more ... - ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHBGAL4QvfyHIvDvMRAhfyAJ433XfF7O4GaYcA1BfJ5w64WgZYuQCghU7G E8gV6yda7KvgWfc9/iLuitM= =kyS9 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 04:12:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C662C16A41A for ; Thu, 4 Oct 2007 04:12:53 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.freebsd.org (Postfix) with ESMTP id 89D0313C45B for ; Thu, 4 Oct 2007 04:12:53 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-67-164-123-46.hsd1.ca.comcast.net[67.164.123.46]) by comcast.net (sccrmhc14) with ESMTP id <2007100404125201400fs9d0e>; Thu, 4 Oct 2007 04:12:52 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id E03351CE93; Wed, 3 Oct 2007 21:13:13 -0700 (PDT) Date: Wed, 3 Oct 2007 21:13:13 -0700 From: Rem P Roberti To: "Philip M. Gollucci" Message-ID: <20071004041313.GA2141@remdog.net> References: <20071004033814.GA2069@remdog.net> <47046569.8070309@ridecharge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47046569.8070309@ridecharge.com> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Subject: Re: portsdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 04:12:53 -0000 On 2007.10.04 00:00:41 +0000, Philip M. Gollucci wrote: > Rem P Roberti wrote: > > Ok...this one must have slipped past me. I attempted to udate the ports tree with the usual portsdb -Fu and > > discover that there is no access to freebsd.org. What have I missed? > Its not just you -- try a mirror. > > If I didn't know better, I would say a router on the internet that > freebsd.org is behind is having issues. > > This has been sporadically happening a lot recently for a lot of people. > > > > > Rem Ok...it looks as though it isn't something on this end. I'm pretty much a newbie, and would like to know how to use portsdb in conjunction with a mirror. TIA. Rem From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 04:17:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9934316A418 for ; Thu, 4 Oct 2007 04:17:02 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 796FB13C448 for ; Thu, 4 Oct 2007 04:17:02 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Wed, 3 Oct 2007 21:17:02 -0700 Message-ID: <4704693C.8010006@ridecharge.com> Date: Thu, 4 Oct 2007 00:17:00 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Rem P Roberti References: <20071004033814.GA2069@remdog.net> <47046569.8070309@ridecharge.com> <20071004041313.GA2141@remdog.net> In-Reply-To: <20071004041313.GA2141@remdog.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "Philip M. Gollucci" , FreeBSD Subject: Re: portsdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 04:17:02 -0000 Rem P Roberti wrote: > On 2007.10.04 00:00:41 +0000, Philip M. Gollucci wrote: >> Rem P Roberti wrote: >>> Ok...this one must have slipped past me. I attempted to udate the ports tree with the usual portsdb -Fu and >>> discover that there is no access to freebsd.org. What have I missed? >> Its not just you -- try a mirror. >> >> If I didn't know better, I would say a router on the internet that >> freebsd.org is behind is having issues. >> >> This has been sporadically happening a lot recently for a lot of people. >> >>> Rem > > Ok...it looks as though it isn't something on this end. I'm pretty much a newbie, and would like to know how > to use portsdb in conjunction with a mirror. TIA. Well normally you would use a mirror -- I misread that as cvsup not portsdb. The -F option: -F --fetchindex Fetch the ports index file called INDEX from the official site. If you haven't tweaked your ports tree you should be able to just to portsdb -u for now. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 04:22:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4F0B16A418 for ; Thu, 4 Oct 2007 04:22:20 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.154]) by mx1.freebsd.org (Postfix) with ESMTP id 9528A13C45D for ; Thu, 4 Oct 2007 04:22:20 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-67-164-123-46.hsd1.ca.comcast.net[67.164.123.46]) by comcast.net (rwcrmhc14) with ESMTP id <20071004042219m1400p0fiqe>; Thu, 4 Oct 2007 04:22:19 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id D5B111CE93; Wed, 3 Oct 2007 21:22:40 -0700 (PDT) Date: Wed, 3 Oct 2007 21:22:40 -0700 From: Rem P Roberti To: "Philip M. Gollucci" Message-ID: <20071004042240.GB2141@remdog.net> References: <20071004033814.GA2069@remdog.net> <47046569.8070309@ridecharge.com> <20071004041313.GA2141@remdog.net> <4704693C.8010006@ridecharge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4704693C.8010006@ridecharge.com> User-Agent: Mutt/1.4.2.3i Cc: "Philip M. Gollucci" , FreeBSD Subject: Re: portsdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 04:22:20 -0000 On 2007.10.04 00:17:00 +0000, Philip M. Gollucci wrote: > Rem P Roberti wrote: > > On 2007.10.04 00:00:41 +0000, Philip M. Gollucci wrote: > >> Rem P Roberti wrote: > >>> Ok...this one must have slipped past me. I attempted to udate the ports tree with the usual portsdb -Fu and > >>> discover that there is no access to freebsd.org. What have I missed? > >> Its not just you -- try a mirror. > >> > >> If I didn't know better, I would say a router on the internet that > >> freebsd.org is behind is having issues. > >> > >> This has been sporadically happening a lot recently for a lot of people. > >> > >>> Rem > > > > Ok...it looks as though it isn't something on this end. I'm pretty much a newbie, and would like to know how > > to use portsdb in conjunction with a mirror. TIA. > Well normally you would use a mirror -- I misread that as cvsup not > portsdb. The -F option: > > -F > --fetchindex Fetch the ports index file called INDEX from the > official site. > > If you haven't tweaked your ports tree you should be able to just to > portsdb -u for now. Good deal...thank you very much. Rem From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 04:54:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D20FC16A418 for ; Thu, 4 Oct 2007 04:54:36 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id B2F7913C448 for ; Thu, 4 Oct 2007 04:54:36 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Wed, 3 Oct 2007 21:54:35 -0700 Message-ID: <4704720A.4080904@ridecharge.com> Date: Thu, 4 Oct 2007 00:54:34 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Barry Byrne References: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> In-Reply-To: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: p5-libapreq2 port fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 04:54:36 -0000 Barry Byrne wrote: > Hi All, > > Not sure if it's related to the upgrade to autoconf 2.61, but libapreq2 now > fails to build. > > Running on 6.2-RELEASE-p7 with ports tree up to date. > > The header files referenced in the first two lines below do existin in: > > /usr/local/include/apache22/modules/perl/ Hmmmm -- very odd -- this actually works for me. Likely your ports tree was in flux. What was the actual compile line -- the one with the -I stuff? Should be similiar to this: cd perl; make cp lib/Apache2/Cookie.pm blib/lib/Apache2/Cookie.pm cp lib/Apache2/Upload.pm blib/lib/Apache2/Upload.pm cp lib/Apache2/Request.pm blib/lib/Apache2/Request.pm cp Request.pm ../../../blib/lib/APR/Request.pm cp Request.pod ../../../blib/lib/APR/Request.pod /usr/local/bin/perl5.8.8 /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Apache2/typemap -typemap ../../typemap Request.xs > Request.xsc && mv Request.xsc Request.c cc -c -I/usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xs -I/usr/ports/www/p5-libapreq2/work/libapreq2-2.08/include -I/usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl/xsbuilder -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/db42 -I/usr/local/include -I/usr/local/include/apache22/modules/perl -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/usr/local/lib/perl5/5.8.8/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -O -pipe -march=pentium4 -DVERSION=\"2.08\" -DXS_VERSION=\"2.08\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE" Look like a variant of this patch is already there in files/patch-glue-perl-Makefile.PL cd /var/db/pkg ; ls -ld auto* apache* *perl* m4* Oct 4 00:38:06 2007 apache-2.2.6_2 Oct 3 17:49:15 2007 autoconf-2.61_2 Oct 3 17:49:15 2007 autoconf-wrapper-20070404 Oct 3 17:49:15 2007 automake-wrapper-20070404 Oct 3 17:49:18 2007 m4-1.4.9 Oct 4 00:38:06 2007 mod_perl2-2.0.3_2,3 Oct 4 00:38:05 2007 perl-5.8.8 http://people.apache.org/~pgollucci/p5-libapreq2.log http://portsmon.freebsd.org/portoverview.py?category=www&portname=p5-libapreq2 locate modperl_perl_unembed.h /usr/local/include/apache22/modules/perl/modperl_perl_unembed.h locate modperl_common_util.h /usr/local/include/apache22/modules/perl/modperl_common_util.h HTH ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 05:04:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E4116A41A; Thu, 4 Oct 2007 05:04:41 +0000 (UTC) (envelope-from puga@mauibuilt.com) Received: from localhost.mauibuilt.com (cray50.mauibuilt.com [205.166.10.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6304E13C458; Thu, 4 Oct 2007 05:04:41 +0000 (UTC) (envelope-from puga@mauibuilt.com) Received: from mauibuilt.com (chobmt@puga.mauibuilt.com [205.166.10.2]) by localhost.mauibuilt.com (8.14.1/8.14.1) with ESMTP id l9454LBx033002; Wed, 3 Oct 2007 19:04:21 -1000 (HST) (envelope-from puga@mauibuilt.com) Sender: puga@localhost.mauibuilt.com Message-ID: <47047450.DDAF966D@mauibuilt.com> Date: Wed, 03 Oct 2007 19:04:16 -1000 From: Richard Puga Organization: Maui Built Machines X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-current@freebsd.org, freebsd-usb@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: panic: sleeping thread wile using USB hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 05:04:42 -0000 I have been installing FreeBSD 6.2 on IBM XSeries servers some of which I need to run external USB drives. While backing up to a USB hard drive at random times the computer locks up or reboots with some, but not all of the systems. The XP3100's work fine and dmesg shows a ntel 82801GB/R ICH7 USB controller. The XP3400 shows a GENERIC usb 2.0 chipset and a scan of the PCI bus shows a slightly differant motherboard chipset (I cant remember what it was). I set up my Dell server at home with 2 differant USB/PCI cards each with a differant chipset and got the same type of errors. One was NEC and dmesg shows ohci1: mem 0xfeb01000-0xfeb01fff irq 24 at device 14.0 on pci1 usb1: on ohci1 uhub1: on usb1 ohci2: mem 0xfeb00000-0xfeb00fff irq 23 at device 14.1 on pci1 usb2: on ohci2 uhub2: on usb2 ehci0: mem 0xfeb02000-0xfeb020ff irq 22 at device 14.2 on pci1 usb3: on ehci0 uhub3: on usb3 The via shows ohci0: mem 0xfe220000-0xfe220fff irq 5 at device 15.2 on pci0 usb1: on uhci0 uhub1: on usb1 uhci1: port 0xccc0-0xccdf irq 23 at device 14.1 on pci1 usb2: on uhci1 uhub2: on usb2 ehci0: mem 0xfeb00800-0xfeb008ff irq 22 at device 14.2 on pci1 usb3: on ehci0 uhub3: on usb3 Both of thease chipsets freeze at ramdom times under FreeBSD 6.2 and 7-CURRENT (as of a few days ago) The errors on the screen which dont make it to the log are; sleeping thread (tid 100015, pid 19) owns a non-sleepable-lock panic: sleeping thread cpuid=1 and panic: Trying sleep, but thread marked as sleeping prohimited cpuid=0 [thread pid 13 tid 100002] stoped at kbd-enter + ox32: leave db7 The only error in /var/log/messages is messages.error:Sep 19 19:19:04 mauibuilt savecore: reboot after panic: sleeping thread Any help or suggestions would be greatly apriciated, and if anyone knows of an add in PCI card with yet a differant chipset that does not have problems, please let me know. Thanks in advance Richard Puga puga@mauibuilt.com From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 05:55:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9244716A41A for ; Thu, 4 Oct 2007 05:55:59 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id F0F2D13C45D for ; Thu, 4 Oct 2007 05:55:58 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l945tqjd023349; Thu, 4 Oct 2007 06:55:53 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <47048068.4090806@infracaninophile.co.uk> Date: Thu, 04 Oct 2007 06:55:52 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Rob References: <4703D9D0.6030900@gmail.com> In-Reply-To: <4703D9D0.6030900@gmail.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Thu, 04 Oct 2007 06:55:53 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.2/4462/Thu Oct 4 03:39:41 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on happy-idiot-talk.infracaninophile.co.uk Cc: FreeBSD Questions Subject: Re: Sendmail IP interface assignment -- how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 05:55:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Rob wrote: > Hi All, > > Working on standard sendmail 8.13.8 on FreeBSD 6.2. Machine has a 2nd > NIC that I want to use for a jail environment, so I'm trying to get rid > of all the extraneous servers listening on it. > > Sendmail was of course listening on the smtp and submission ports on all > interfaces. I tracked down the sendmail option DaemonPortOptions to > configure this. > > In the STANDARD sendmail.cf file there was: > O DaemonPortOptions=Name=MTA > O DaemonPortOptions=Port=587, Name=MSA, M=E > > So I edited the .mc macro to add: > DAEMON_OPTIONS(`Addr=127.0.0.1,Port=smtp,Name=MTA') > DAEMON_OPTIONS(`Addr=172.23.23.10,Port=smtp,Name=MTA') > > Which built sendmail.cf with: > O DaemonPortOptions=Addr=127.0.0.1,Port=smtp,Name=MTA > O DaemonPortOptions=Addr=172.23.23.10,Port=smtp,Name=MTA > O DaemonPortOptions=Port=587, Name=MSA, M=E > > That closed port 25 on the extra NIC, but netstat still shows "tcp4 > *.submission LISTEN". I definitely need to close port 587 in the 2nd > NIC, but I was wondering about "best practices" for this. Shouldn't the > submission thing ONLY be on the localhost IP? I'm thinking I can use: > DAEMON_OPTIONS(`Addr=127.0.0.1,Port=587,Name=MSA,M=E') > > Am I going in the right direction here? It looks like I've turned off > smtp as intended, but wondering if I'm doing the right thing with > restricting submission. Any other suggestions on configuring this? > (other than "don't use sendmail") This is on a live server, so I don't > want to hose things up too much experimenting! You also need: FEATURE(no_default_msa) otherwise, you're definitely heading in the right direction. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHBIBo8Mjk52CukIwRCMqsAJ9koqDKX8+yEo4PlgkpnkMomBzP1QCfZWL4 oMPDP3aRNnQ5IsKd0v7F3tc= =SqaV -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 06:09:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7A2016A417 for ; Thu, 4 Oct 2007 06:09:26 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from bay0-omc1-s19.bay0.hotmail.com (bay0-omc1-s19.bay0.hotmail.com [65.54.246.91]) by mx1.freebsd.org (Postfix) with ESMTP id AE5E713C458 for ; Thu, 4 Oct 2007 06:09:26 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from BAY127-W38 ([65.55.132.73]) by bay0-omc1-s19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 3 Oct 2007 23:09:27 -0700 Message-ID: X-Originating-IP: [203.129.255.178] From: dhaneshk k To: Date: Thu, 4 Oct 2007 06:09:26 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 04 Oct 2007 06:09:27.0020 (UTC) FILETIME=[1E45D2C0:01C8064D] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 06:09:26 -0000 Hi , =20 I have a FreeBSD6.2 server machine. Here I tried to install python2.4 as follows=20 #cd /usr/ports/lang/python24 #make install clean =20 installation completed without any error but I cant get the python interpr= eter when I type # python Python command not found=20 But when I installed python25 I am able to get the python interpreter , but= I want python24 for my applications to work properly =20 Can anybody help me , very thankful to them kk _________________________________________________________________ Call friends with PC-to-PC calling -- FREE http://get.live.com/messenger/overview= From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 06:20:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78DC716A41A for ; Thu, 4 Oct 2007 06:20:38 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from bay0-omc1-s12.bay0.hotmail.com (bay0-omc1-s12.bay0.hotmail.com [65.54.246.84]) by mx1.freebsd.org (Postfix) with ESMTP id 602C713C480 for ; Thu, 4 Oct 2007 06:20:38 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from BAY127-W21 ([65.55.132.56]) by bay0-omc1-s12.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 3 Oct 2007 23:20:37 -0700 Message-ID: X-Originating-IP: [203.129.255.178] From: dhaneshk k To: Date: Thu, 4 Oct 2007 06:20:37 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 04 Oct 2007 06:20:37.0972 (UTC) FILETIME=[AE30F940:01C8064E] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Python24 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 06:20:38 -0000 Hi , =20 I have a FreeBSD6.2 server machine. =20 Here I tried to install python2.4 as follows=20 =20 #cd /usr/ports/lang/python24 #make install clean =20 installation completed without any error but I cant get the python interpr= eter =20 when I type # python Python command not found=20 =20 But when I installed python25 I am able to get the python interpreter , but= I want python24 for my applications to work properly =20 =20 =20 Can anybody help me , very thankful to them kk _________________________________________________________________ Check out some new online services at Windows Live Ideas=97so new they have= n=92t even been officially released yet. http://www.msnspecials.in/windowslive/= From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 06:28:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A885D16A417 for ; Thu, 4 Oct 2007 06:28:14 +0000 (UTC) (envelope-from ozzmosis@gmail.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id F210113C48A for ; Thu, 4 Oct 2007 06:28:13 +0000 (UTC) (envelope-from ozzmosis@gmail.com) Received: (qmail 9454 invoked from network); 4 Oct 2007 06:28:12 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.130.189) by smtp.mel.people.net.au with SMTP; 4 Oct 2007 06:28:12 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id 9EBB41704D; Thu, 4 Oct 2007 16:28:10 +1000 (EST) Date: Thu, 4 Oct 2007 16:28:10 +1000 From: andrew clarke To: freebsd-questions@freebsd.org Message-ID: <20071004062810.GA2879@ozzmosis.com> References: <20071001005437.GA15279@bsd.remdog.net> <20071002191117.GA32593@ozzmosis.com> <20071002203711.GA12392@ayn.mi.celestial.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071002203711.GA12392@ayn.mi.celestial.com> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: Mutt Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 06:28:14 -0000 On Tue, Oct 02, 2007 at 01:37:11PM -0700, Bill Campbell wrote: > >> Hi All...I am a newbie using Mutt, and I have Fetchmail running as > >> daemon. Fetchmail is doing its job, periodically retreiving my pop3 > >> mail, but I am so far unable to find the correct entry for the > >> .muttrc file which will result in Mutt automatically retrieving mail > >> from fetchmail. Any help would be appreciated. > > >By default, Fetchmail will put your mail wherever $MAIL points to. > >Usually this is in a file named /var/mail/username, where username is > >your login name. > > I thought that the default for fetchmail was to pass the messages > to the system's MTA (postfix, sendmail, etc.), not to attempt > delivery itself. Yes, but how mail gets from fetchmail to the main spool was not critical. I did not want to complicate the process in my reply. Incidentally the OP's e-mail address is/was failing: : Connected to 68.178.232.99 but connection died. (#4.4.2) Regards Andrew From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 06:30:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68DAF16A41A for ; Thu, 4 Oct 2007 06:30:10 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2637E13C4B5 for ; Thu, 4 Oct 2007 06:30:09 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from [192.168.1.37] (a89-182-8-93.net-htp.de [89.182.8.93]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id EA601A44529 for ; Thu, 4 Oct 2007 08:25:37 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 08:30:07 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710040830.07476.wundram@beenic.net> Subject: Re: Python24 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 06:30:10 -0000 Am Donnerstag 04 Oktober 2007 08:20:37 schrieb dhaneshk k: > Hi , > > I have a FreeBSD6.2 server machine. > > Here I tried to install python2.4 as follows > > #cd /usr/ports/lang/python24 > #make install clean > It seems you're using the tcsh; try "rehash" after the install to be able to start python (and try the name python24, which should give you 2.4; the name python is always bound to the "current" python). -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 06:56:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 675A216A41A for ; Thu, 4 Oct 2007 06:56:52 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id CF8DD13C478 for ; Thu, 4 Oct 2007 06:56:50 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id QAA09116; Thu, 4 Oct 2007 16:56:36 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 4 Oct 2007 16:56:35 +1000 (EST) From: Ian Smith To: Lisa Casey In-Reply-To: <20071004002231.CF6ED16A4A0@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 06:56:52 -0000 On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey wrote: > The problem comes in when a customer cancels his account. We remove users by > rmuser username. That command removes the user from the password file, > removes his home directory and removes the mailspool. What it doesn't do is > to remove the .username.pop file associated with that mailbox. This isn't a > problem unless we add another account with the same username. The new > account cannot pop his mail because he gets the following error messge: > > -ERR [SYS/PERM] Temporary drop /var/mail/.jjvc.pop not owned by jjvc. > > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the > ownership of the file is the group number of the original jjvc. > > -rw-rw---- 1 1473 mail 0 Sep 11 19:15 > .jjvc.pop > > Is there anyway to have rmuser remover the mail drop file associated with > that account also, or am I just going to have to remove these manually? I've read this whole thread, and what's strange is that this used to work. I just checked our old FreeBSD 2.2.6 system where rmuser always cleaned up /var/mail/.{$user}.pop properly. Its /usr/sbin/rmuser had: # Remove some pop daemon's leftover file $file = "$mail_dir/.${login_name}.pop"; if (-e $file || -l $file) { print STDERR "Removing pop daemon's temporary mail file ${file}:"; unlink $file || print STDERR "\n${whoami}: Warning: unlink on $file failed ($!) - continuing\n"; print STDERR " done.\n"; } So I wonder whether it's a bug - or maybe a later popper update? - that has the present version of rmuser looking for ${MAILSPOOL}/${login}.pop instead? Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 07:51:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEF8E16A418 for ; Thu, 4 Oct 2007 07:51:25 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from bay0-omc2-s4.bay0.hotmail.com (bay0-omc2-s4.bay0.hotmail.com [65.54.246.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9748113C469 for ; Thu, 4 Oct 2007 07:51:25 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from BAY127-W30 ([65.55.132.65]) by bay0-omc2-s4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Oct 2007 00:51:25 -0700 Message-ID: X-Originating-IP: [203.129.255.178] From: dhaneshk k To: Date: Thu, 4 Oct 2007 07:51:25 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 04 Oct 2007 07:51:25.0896 (UTC) FILETIME=[5D683480:01C8065B] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: python24 problem And py24-imaging module problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 07:51:25 -0000 Hi , =20 I have a FreeBSD6.2 server machine running zope2.9 and plone . =20 this m/c installed python-2.4.4 from /usr/ports/lang/python24 But when I type python at prompt (# python I am getting an error python:com= mand not found=20 I tried #python24 and #python2.4 but I am getting the error python24 comm= and not found , python2.4 command not found ) Question 1 ) I cant get the Python interpreter why ? any suggestion please , I have to install PIL image module to support the zope/plone application= that I am running in this machine But in /usr/ports there is no such port for PIL OR I can't recoganize which port is it =20 ... please suggest the proper steps to install PIL in my BSD box , =20 =20 =20 I tried to install /usr/ports/graphics/py-imaging by make install clean =20 Then it starts installing python2.5 and Py25-imaging (but this wont=20 support my application) =20 =20 Question 2) I want Python2.4 and Py24-imaging for my site to work properly (because I= =20 am migrating an existing plone site ) =20 =20 please guide me how to install py-imaging24 for my applications to work=20 properly =20 Can anybody help me , very thankful to them =20 kk _________________________________________________________________ Search from any Web page with powerful protection. Get the FREE Windows Liv= e Toolbar Today! http://toolbar.live.com/?mkt=3Den-in= From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 08:00:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54AB416A417 for ; Thu, 4 Oct 2007 08:00:00 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [87.98.206.99]) by mx1.freebsd.org (Postfix) with ESMTP id 155C613C43E for ; Thu, 4 Oct 2007 08:00:00 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 1B7242B3B4 for ; Thu, 4 Oct 2007 09:59:59 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.5.2 (20070627) at rmm.fr Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kvpwwJzEysb6 for ; Thu, 4 Oct 2007 09:59:58 +0200 (CEST) Received: from [192.168.0.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id D06DA2B3B6 for ; Thu, 4 Oct 2007 09:59:58 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: quoted-printable Message-Id: <0F8C62C3-CD4B-4811-A722-95C2659A5222@todoo.biz> Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed To: Liste FreeBSD From: bsd Date: Thu, 4 Oct 2007 09:59:54 +0200 X-Mailer: Apple Mail (2.752.3) Subject: =?windows-1252?q?PHP4_v=2E_php4-4=2E4=2E7=5F2_refuse_to_upgrade_?= =?windows-1252?q?=85_?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 08:00:00 -0000 Hello, I am using FreeBSD xxx.fr 5.5-RELEASE-p9 FreeBSD 5.5-RELEASE-p9 #1: Thu Dec 14 =20 11:39:18 CET 2006 root@newmail.rmm.fr:/usr/obj/usr/src/sys/=20 GENERIC i386 When trying to upgrade from php php4-4.4.7_1 to php4-4.4.7_2 there is =20= this strange error=85 Updating the pkgdb in /var/db/pkg ... - 209 =20 packages found (-3 +1) (...). done] ---> Upgrading 'php4-4.4.7_1' to 'php4-4.4.7_2' (lang/php4) ---> Building '/usr/ports/lang/php4' =3D=3D=3D> Cleaning for autoconf-2.61_2 =3D=3D=3D> Cleaning for php4-4.4.7_2 =3D=3D=3D> php4-4.4.7_2 has known vulnerabilities: =3D> php -- multiple vulnerabilities. Reference: =3D> Please update your ports tree and try again. *** Error code 1 Stop in /usr/ports/lang/php4. *** Error code 1 Stop in /usr/ports/lang/php4. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.=20= 24846.54 env UPGRADE_TOOL=3Dportupgrade UPGRADE_PORT=3Dphp4-4.4.7_1 =20 UPGRADE_PORT_VER=3D4.4.7_1 make ** Fix the problem and try again. I don't understand because my port tree is up to date !! Any idea ? =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF P "Please consider your environmental responsibility before printing =20 this e-mail" From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 08:16:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F9DC16A419 for ; Thu, 4 Oct 2007 08:16:12 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id A7AD613C45A for ; Thu, 4 Oct 2007 08:16:11 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:62705 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IdLsQ-0004D3-5O for freebsd-questions@freebsd.org; Thu, 04 Oct 2007 10:16:10 +0200 Received: (qmail 46785 invoked from network); 4 Oct 2007 10:16:07 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 4 Oct 2007 10:16:07 +0200 Received: (qmail 65538 invoked by uid 1001); 4 Oct 2007 10:16:07 +0200 Date: Thu, 4 Oct 2007 10:16:07 +0200 From: Erik Trulsson To: Ian Smith Message-ID: <20071004081607.GA65363@owl.midgard.homeip.net> Mail-Followup-To: Ian Smith , Lisa Casey , freebsd-questions@freebsd.org References: <20071004002231.CF6ED16A4A0@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1IdLsQ-0004D3-5O. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IdLsQ-0004D3-5O a105c2e59af51a6cdb078db48ed0f354 Cc: freebsd-questions@freebsd.org, Lisa Casey Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 08:16:12 -0000 On Thu, Oct 04, 2007 at 04:56:35PM +1000, Ian Smith wrote: > On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey wrote: > > > The problem comes in when a customer cancels his account. We remove users by > > rmuser username. That command removes the user from the password file, > > removes his home directory and removes the mailspool. What it doesn't do is > > to remove the .username.pop file associated with that mailbox. This isn't a > > problem unless we add another account with the same username. The new > > account cannot pop his mail because he gets the following error messge: > > > > -ERR [SYS/PERM] Temporary drop /var/mail/.jjvc.pop not owned by jjvc. > > > > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the > > ownership of the file is the group number of the original jjvc. > > > > -rw-rw---- 1 1473 mail 0 Sep 11 19:15 > > .jjvc.pop > > > > Is there anyway to have rmuser remover the mail drop file associated with > > that account also, or am I just going to have to remove these manually? > > I've read this whole thread, and what's strange is that this used to > work. I just checked our old FreeBSD 2.2.6 system where rmuser always > cleaned up /var/mail/.{$user}.pop properly. Its /usr/sbin/rmuser had: > > # Remove some pop daemon's leftover file > $file = "$mail_dir/.${login_name}.pop"; > if (-e $file || -l $file) { > print STDERR "Removing pop daemon's temporary mail file ${file}:"; > unlink $file || > print STDERR "\n${whoami}: Warning: unlink on $file failed ($!) - continuing\n"; > print STDERR " done.\n"; > } > > So I wonder whether it's a bug - or maybe a later popper update? - that > has the present version of rmuser looking for ${MAILSPOOL}/${login}.pop > instead? As far as I can tell the change was introduced back in 2002 when rmuser was changed from a Perl program into a shell script - presumably as part of the process of removing Perl from the base system. FreeBSD versions 2.2 - 4.11 used the Perl version of rmuser, while all 5.x and 6.x releases have used the shell script version. I have no idea if the difference - if the file rmuser looks for has a leading '.' in the filename or not - was deliberate or simply a mistake, but I suspect the latter: it is the kind of thing that is very easy to miss when rewriting a program in another language. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 08:30:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A416216A46B; Thu, 4 Oct 2007 08:30:43 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 92E4013C45B; Thu, 4 Oct 2007 08:30:42 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4704A4B6.70708@FreeBSD.org> Date: Thu, 04 Oct 2007 10:30:46 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Richard Puga References: <47047450.DDAF966D@mauibuilt.com> In-Reply-To: <47047450.DDAF966D@mauibuilt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: panic: sleeping thread wile using USB hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 08:30:43 -0000 Richard Puga wrote: > I have been installing FreeBSD 6.2 on IBM XSeries servers some of which > I need to run external USB drives. > > While backing up to a USB hard drive at random times the computer locks > up or reboots with some, but not all of the systems. > > > The XP3100's work fine and dmesg shows a ntel 82801GB/R ICH7 USB > controller. > The XP3400 shows a GENERIC usb 2.0 chipset and a scan of the PCI bus > shows a slightly differant motherboard chipset (I cant remember what it > was). > > > I set up my Dell server at home with 2 differant USB/PCI cards each with > a differant chipset and got the same type of errors. > > > One was NEC and dmesg shows > > ohci1: mem 0xfeb01000-0xfeb01fff irq 24 at > device 14.0 on pci1 > usb1: on ohci1 > uhub1: on usb1 > ohci2: mem 0xfeb00000-0xfeb00fff irq 23 at > device 14.1 on pci1 > usb2: on ohci2 > uhub2: on usb2 > ehci0: mem 0xfeb02000-0xfeb020ff irq > 22 at device 14.2 on pci1 > usb3: on ehci0 > uhub3: on usb3 > > > The via shows > > ohci0: mem 0xfe220000-0xfe220fff irq 5 > at device 15.2 on pci0 > usb1: on uhci0 > uhub1: on usb1 > uhci1: port 0xccc0-0xccdf irq 23 at device > 14.1 on pci1 > usb2: on uhci1 > uhub2: on usb2 > ehci0: mem 0xfeb00800-0xfeb008ff irq 22 > at device 14.2 on pci1 > usb3: on ehci0 > uhub3: on usb3 > > Both of thease chipsets freeze at ramdom times under FreeBSD 6.2 and > 7-CURRENT (as of a few days ago) > > > The errors on the screen which dont make it to the log are; > > > sleeping thread (tid 100015, pid 19) owns a non-sleepable-lock > panic: sleeping thread > cpuid=1 > > > and > > > panic: Trying sleep, but thread marked as sleeping prohimited > cpuid=0 > [thread pid 13 tid 100002] > stoped at kbd-enter + ox32: leave db7 > > > The only error in /var/log/messages is > > messages.error:Sep 19 19:19:04 mauibuilt savecore: reboot after panic: > sleeping thread > > Any help or suggestions would be greatly apriciated, and if anyone knows > of an add in PCI card with yet a differant chipset that does not have > problems, please let me know. Follow the instructions in the developers handbook chapter on kernel debugging to obtain the necessary debugging information, then submit a PR with the data. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 08:38:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BE7016A46C for ; Thu, 4 Oct 2007 08:38:13 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (137-42-178-69.gci.net [69.178.42.137]) by mx1.freebsd.org (Postfix) with ESMTP id C8D0313C48A for ; Thu, 4 Oct 2007 08:38:12 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 3A10B8683; Thu, 4 Oct 2007 00:38:12 -0800 (AKDT) From: Beech Rintoul To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 00:38:04 -0800 User-Agent: KMail/1.9.7 References: <0F8C62C3-CD4B-4811-A722-95C2659A5222@todoo.biz> In-Reply-To: <0F8C62C3-CD4B-4811-A722-95C2659A5222@todoo.biz> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200710040038.08324.beech@freebsd.org> Cc: Subject: Re: PHP4 v. php4-4.4.7_2 refuse to upgrade =?windows-1252?q?=85?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 08:38:13 -0000 On Wednesday 03 October 2007, bsd said: > Hello, > > > I am using > > FreeBSD xxx.fr 5.5-RELEASE-p9 FreeBSD 5.5-RELEASE-p9 #1: Thu Dec 14 > 11:39:18 CET 2006 root@newmail.rmm.fr:/usr/obj/usr/src/sys/ > GENERIC i386 > > > When trying to upgrade from php php4-4.4.7_1 to php4-4.4.7_2 there > is this strange error=85 > > > Updating the pkgdb in /var/db/pkg ... - 209 > packages found (-3 +1) (...). done] > ---> Upgrading 'php4-4.4.7_1' to 'php4-4.4.7_2' (lang/php4) > ---> Building '/usr/ports/lang/php4' > =3D=3D=3D> Cleaning for autoconf-2.61_2 > =3D=3D=3D> Cleaning for php4-4.4.7_2 > =3D=3D=3D> php4-4.4.7_2 has known vulnerabilities: > =3D> php -- multiple vulnerabilities. > Reference: 71d903fc-602d-11dc-898c-001921ab2fa4.html> > =3D> Please update your ports tree and try again. > *** Error code 1 > > Stop in /usr/ports/lang/php4. > *** Error code 1 > > Stop in /usr/ports/lang/php4. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade. 24846.54 env UPGRADE_TOOL=3Dportupgrade > UPGRADE_PORT=3Dphp4-4.4.7_1 UPGRADE_PORT_VER=3D4.4.7_1 make > ** Fix the problem and try again. > > > I don't understand because my port tree is up to date !! > > Any idea ? Yes it means that the port you're trying to update to has security=20 issues. If you're feeling lucky you can do: portupgrade -m DISABLE_VULNERABILITIES=3Dyes php But it's not a good idea. If you build it anyway and get hacked, don't=20 say you weren't warned ;-) Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html =2D------------------------------------------------------------------------= =2D------------- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 11:05:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B91C416A41A for ; Thu, 4 Oct 2007 11:05:19 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FE9D13C448 for ; Thu, 4 Oct 2007 11:05:19 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.136]) by hermes.wbtsystems.com (Postfix) with ESMTP id 4CB7BF740E; Thu, 4 Oct 2007 12:05:17 +0100 (IST) From: "Barry Byrne" To: "'Philip M. Gollucci'" References: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> <4704720A.4080904@ridecharge.com> Date: Thu, 4 Oct 2007 12:05:14 +0100 Message-ID: <00dc01c80676$70c25270$88010c0a@dublin.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 In-Reply-To: <4704720A.4080904@ridecharge.com> Thread-Index: AcgGQsQ9r8P+z1KrRWqX8IYPIof9oQAJWWRw Cc: freebsd-questions@freebsd.org Subject: RE: p5-libapreq2 port fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 11:05:19 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Philip M. Gollucci > Barry Byrne wrote: > > Hi All, > > > > Not sure if it's related to the upgrade to autoconf 2.61, > but libapreq2 now > > fails to build. > > > > Running on 6.2-RELEASE-p7 with ports tree up to date. > > > > The header files referenced in the first two lines below do > existin in: > > > > /usr/local/include/apache22/modules/perl/ > Hmmmm -- very odd -- this actually works for me. Likely your > ports tree > was in flux. What was the actual compile line -- the one with the > -I stuff? Hi Philip, It builds for me now - though it seems a change was made to the master port to bump the revision number: Wed Oct 3 15:18:43 2007 UTC (18 hours, 2 minutes ago) by timur Branches: MAIN CVS tags: HEAD Diff to: previous 1.27: preferred, colored Changes since revision 1.27: +1 -1 lines Bump the PORTREVISION to make last changes being seen. So that seems to have done it. Appreciate your help. Regards, Barry From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 11:37:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E674616A419 for ; Thu, 4 Oct 2007 11:37:37 +0000 (UTC) (envelope-from ricordatichedevimorire@hotmail.it) Received: from bay0-omc1-s18.bay0.hotmail.com (bay0-omc1-s18.bay0.hotmail.com [65.54.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id CFFF013C43E for ; Thu, 4 Oct 2007 11:37:37 +0000 (UTC) (envelope-from ricordatichedevimorire@hotmail.it) Received: from BAY105-W35 ([65.54.224.135]) by bay0-omc1-s18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Oct 2007 04:37:37 -0700 Message-ID: X-Originating-IP: [87.16.19.88] From: a b To: Date: Thu, 4 Oct 2007 13:37:37 +0200 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 04 Oct 2007 11:37:37.0022 (UTC) FILETIME=[F66DB1E0:01C8067A] Subject: RE: Installation from Hard Disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 11:37:38 -0000 >The "Chapter 2 Installing FreeBSD" of the official FreeBSD Handbook >describes all possible variants. The are some for you: >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html >In case you tried them but got errors, please show those errors and we >will be glad to help you proceed in FreeBSD installing. I have read Chapter 2 of the HandBook, but for me there isn't solution ther= e. Keep in mind, I haven't: cd device, floppy device, or internet connection d= uring the installation's process. My problem is the boot. With linux I can start the installation from HD using only =20 the cd's iso image (placed on the HD), the bootloader Grub (already install= ed), and two files (initrd and kernel) that start the installation process= .=20 With linux I can install another linux_Operative_Sistem without any extern= al devices (cd, floppy, or internet). For instance, in my file /boot/grub/menu.lst there is these commands ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= ---------------------------------------- ###Don't change this comment - YaST2 identifier: Original name: Suse_Start_= Installation (inst-linux) ### title Suse_Start_Installation (inst-linux) root (hd0,2) kernel /boot/inst-linux root=3D/dev/ram3 vga=3D791 ramdisk_size=3D32000 initrd /boot/inst-initrd ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= ---------------------------------------- I want do the same thing with FreeBSD. Remenber I haven't: cd device, floppy device, or internet connection during= the installation's process _________________________________________________________________ Scarica GRATIS 30 emoticon per Messenger! http://www.emoticons-livemessenger.com/pages/msnit/index.htm= From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 12:12:02 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C51416A41B for ; Thu, 4 Oct 2007 12:12:02 +0000 (UTC) (envelope-from bob.middaugh@comcast.net) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [204.127.192.84]) by mx1.freebsd.org (Postfix) with ESMTP id E6E7413C45D for ; Thu, 4 Oct 2007 12:12:01 +0000 (UTC) (envelope-from bob.middaugh@comcast.net) Received: from rmailcenter08.comcast.net ([204.127.197.118]) by comcast.net (rwcrmhc14) with SMTP id <20071004121157m1400p1ik8e>; Thu, 4 Oct 2007 12:12:01 +0000 Received: from [199.20.68.40] by rmailcenter08.comcast.net; Thu, 04 Oct 2007 12:11:56 +0000 From: bob.middaugh@comcast.net (Bob Middaugh) To: Kevin Kinsey , FreeBSD Date: Thu, 04 Oct 2007 12:11:56 +0000 Message-Id: <100420071211.22799.4704D88C000AADF30000590F220075078408099A0E0B0B0703D20D010D@comcast.net> X-Mailer: AT&T Message Center Version 1 (Oct 4 2006) X-Authenticated-Sender: Ym9iLm1pZGRhdWdoQGNvbWNhc3QubmV0 Cc: Subject: Re: Advice on "new" hardware.... (long post) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 12:12:02 -0000 -------------- Original message ---------------------- From: Kevin Kinsey > Hello, > > Out of necessity, I recently replaced my workstation motherboard > (old one was apparently suffering a breakdown in the IDE controller > chip). Funds being rather low, I opted for a fairly low priced > "combo" deal from a well-known online retailer. I may be > regretting that now. > > I'm having a few ACPI related error messages, some problems with > USB, Xorg doesn't look too pretty, and sound isn't running. > Booting with ACPI off doesn't seem to help, and makes USB > worse. > > BIOS date is July of this year, and so far I'm not actually > sure were to look for any update (appears to be a PcChips > board [yeah, I know]) and I wonder if there'd be an update > anyway, so soon. > > The main ACPI problem that is evident is simply the error > message: "acpi_tz0: _TMP value is absurd, ignored (-269.2C)". > That can be ignored, but I'm guessing that most of the other > problems are probably related to FBSD and this board's ACPI > tables not "playing nice" with each other. Any chance at > all I'm right? > > Sound problem is the biggie, and it seems to be here: > > # cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0xd800, 0xd400 irq 18 bufsz 16384 kld snd_ich (1p/1r/1v > channels duplex default) > > # dmesg | grep pcm > pcm0: port 0xd800-0xd8ff,0xd400-0xd47f irq 18 at device 2.7 on pci0 > pcm0: AC97 reset timed out. > pcm0: > pcm0: ac97 codec reports dac not ready > pcm0: ac97 link rate calibration timed out after 1868021 us > > And this is logged by the kernel after "play foo.wav": > > kernel: pcm0:virtual:0:dsp0.2: play interrupt timeout, channel dead > > The above are "symptoms" (along with the fact that there's > no sound); is it likely that the problem is related to this?: > > # pciconf -lv | grep -A4 pcm > pcm0@pci0:2:7: class=0x040100 card=0x18801019 chip=0x70121039 rev=0xa0 hdr=0x00 > vendor = 'Silicon Integrated Systems (SiS)' > device = 'SiS7013 PCI Audio Accelerator' > class = multimedia > subclass = audio > > It's not really a 7012, but a 7013 chip. /sys/dev/sound/pci/ich.c indicates > that the 7012 "needs special handling" and that the "7012 register isn't > like the standard ICH". I'm guessing that either the 7013 *is* more like > the standard ICH, or else it's different even than the 7012, because it doesn't > seem to wanna play right with pcm(4) when it thinks it's a 7012.... > > The USB problem so far isn't a biggie; it's worst when I boot > without ACPI; then I can't get USB to function at all (use it > for the mouse, mainly, and can work around that with a PS/2 > mouse, I guess). > > So, is there any hope for this hardware? I could try HEAD, I guess, > but it doesn't appear that any work's been done in ICH on HEAD for > 2 months or so (I'm currently running STABLE from yesterday). What > about the ACPI? Should I beg over on hackers@? Anybody wanna donate > a nice modern mobo set? [, just had to ask]. > > Thanks for any insight! > > Kevin Kinsey > -- The only thing I can say is that I had a pc chips board in the early 90's, for about 5 years and they were pretty good about BIOS updates. If I remember right, I think in that time they released at least 3 for the board I had. You could try checking here: http://www.pcchipsusa.com/PCCWebSite/Downloads/Category_Download.aspx?MenuID=6&LanID=2 From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 12:18:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE6A416A417 for ; Thu, 4 Oct 2007 12:18:51 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 6F63713C478 for ; Thu, 4 Oct 2007 12:18:51 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so294999pyb for ; Thu, 04 Oct 2007 05:18:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; bh=oG2OCGGeGtrpAD0JhqN+bfo3Lux3Rtgxh/oRHdH2H0c=; b=DPayeKfqtLZo5KnQJ4JfA3DMppSlbJRsYMSQdJ+2VTDbVtxwIINrbmM7exc2uYqNf+jDxLy3SfuJJXYjLtwhjDP+c3JXiw5T5igsfhbTERe+msu8qMsPp9M7di8/g0gTn2gfZupQcJDlG88DCPr2VD49TI2F55E7BsNJ3bUsYXk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=PiIVzP0dYNNB07A05Rw6OqHtCo4HWiUVxhlBNPFO2XKdP86+snYY61PWHyAhzap1psnT4bGE6NH1jSAL43/UxpoVnDzI+FNizX824J4G1Ww4VQ4BSh63t+2ieOiSv0+MNiXxTTwoZQIS+LZki6+Kqb5s7jGBe09qxhDVHPSoiWo= Received: by 10.35.110.13 with SMTP id n13mr4130695pym.1191500330371; Thu, 04 Oct 2007 05:18:50 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id f77sm3464115pyh.2007.10.04.05.18.48 (version=SSLv3 cipher=OTHER); Thu, 04 Oct 2007 05:18:48 -0700 (PDT) In-Reply-To: <46TAOkal.1191440865.9274140.fatman@crackmonkey.us> References: <46TAOkal.1191440865.9274140.fatman@crackmonkey.us> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9D301160-ED25-422F-B967-D075533E40FC@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Thu, 4 Oct 2007 07:18:43 -0500 To: fatman@crackmonkey.us X-Mailer: Apple Mail (2.752.3) Cc: User Questions Subject: Re: any body has a tutorial of installing the openvpn on current versions of freebsd ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 12:18:51 -0000 On Oct 3, 2007, at 2:47 PMOct 3, 2007, fatman@crackmonkey.us wrote: > > On 2/10/2007, "Yong" wrote: > >> sorry, I meant >> >> install openvpn in bridged mode - that will imply creating some >> devices, creating the config files that will permit to connect a test >> user >> something or somebody that has done it from point to point - till the >> moment that it is stated and user has connected. >> >> thanks > > Hi Yong, > > I did have this sort of working [I'm not convinced I had it 100% > right, > though my friend claimed he was able to join my network and browse my > NFS shares] and then my server blew out a hard disk. And me without a > backup. Typical. > > I don't think there are any decent instructions out there, > unfortunately. It's too darn complicated. [snip] I'll write one and post it today. Coincidentally, I'm doing a re- install of OpenVPN on a new server. FWIW, OpenVPN is not all that difficult. Most of the instructions out there just make it all seem so. Where it *can* get complicated, though, is when you're pushing a bunch of different routes across the VPN connection. You'll be able to view my OpenVPN instructions at: https://www.secure- computing.net/wiki/index.php?title=OpenVPN_Server (ignore wrapping, should all be one line). Note, as of my sending this, the document doesn't exist. It should, at least in part, within the next hour or so. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 12:23:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D8EB16A473 for ; Thu, 4 Oct 2007 12:23:02 +0000 (UTC) (envelope-from edward@tropic.org.uk) Received: from zubin.tropic.org.uk (zubin.tropic.org.uk [193.201.200.223]) by mx1.freebsd.org (Postfix) with ESMTP id D997513C467 for ; Thu, 4 Oct 2007 12:23:01 +0000 (UTC) (envelope-from edward@tropic.org.uk) Received: from edward by zubin.tropic.org.uk with local (Exim 3.36 #1 (Debian)) id 1IdPRt-00071e-00; Thu, 04 Oct 2007 13:05:01 +0100 Date: Thu, 4 Oct 2007 13:05:01 +0100 From: edward.serrofq@tropic.org.uk To: freebsd-questions@freebsd.org Message-ID: <20071004120501.GA26995@tropic.org.uk> References: <20071004120323.GA26979@tropic.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071004120323.GA26979@tropic.org.uk> User-Agent: Mutt/1.5.9i Sender: "Edward G. Speyer" Subject: "networking overloaded" (was Re: confirm 3454f2d8611cde291b81fa177d2434593f5e6d36) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 12:23:02 -0000 On Thu, 2007-10-04 13:03, edward.serrofq@tropic.org.uk wrote: > Subject: Re: confirm 3454f2d8611cde291b81fa177d2434593f5e6d36 What a great way of stating my "non-idiot" credentials :) From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 12:23:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 758A716A475 for ; Thu, 4 Oct 2007 12:23:02 +0000 (UTC) (envelope-from edward@tropic.org.uk) Received: from zubin.tropic.org.uk (zubin.tropic.org.uk [193.201.200.223]) by mx1.freebsd.org (Postfix) with ESMTP id 3F57413C48D for ; Thu, 4 Oct 2007 12:23:02 +0000 (UTC) (envelope-from edward@tropic.org.uk) Received: from edward by zubin.tropic.org.uk with local (Exim 3.36 #1 (Debian)) id 1IdPQJ-00071F-00; Thu, 04 Oct 2007 13:03:23 +0100 Date: Thu, 4 Oct 2007 13:03:23 +0100 From: edward.serrofq@tropic.org.uk To: freebsd-questions@freebsd.org Message-ID: <20071004120323.GA26979@tropic.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: "Edward G. Speyer" Subject: Re: confirm 3454f2d8611cde291b81fa177d2434593f5e6d36 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 12:23:02 -0000 Hello! I have a 5.3 installation which currently has about 5000 'ESTABLISHED' TCP connections. That figure quadruples in the evening. Are there any sysctls that I should be tweaking to handle lots of TCP connections? The machine is running pf -- is there some logging I could be doing to see if pf is being overloaded? Is there anything else I could be doing to see if some part of the OS is failing to handle load? Unfortunatly, I don't really have any concrete symptoms to suggest that the networking part of this OS is overloaded. Any suggestions for finding real problems would be gratefully received :) Ed From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 12:29:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB2AC16A41B for ; Thu, 4 Oct 2007 12:29:33 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: from outbound-mail-18.bluehost.com (outbound-mail-18.bluehost.com [69.89.20.233]) by mx1.freebsd.org (Postfix) with SMTP id 8C75113C4B6 for ; Thu, 4 Oct 2007 12:29:33 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: (qmail 20110 invoked by uid 0); 4 Oct 2007 12:29:32 -0000 Received: from unknown (HELO box122.bluehost.com) (69.89.22.122) by mailproxy1.bluehost.com with SMTP; 4 Oct 2007 12:29:32 -0000 Received: from [216.195.215.130] (helo=duane-winners-computer.local) by box122.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IdPpc-0000t6-Oh for freebsd-questions@freebsd.org; Thu, 04 Oct 2007 06:29:32 -0600 Message-ID: <4704DCAA.1030509@dwinner.net> Date: Thu, 04 Oct 2007 08:29:30 -0400 From: Duane Winner User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 216.195.215.130 authed with dwinner+dwinner.net} Subject: security patches and release number question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwinner@dwinner.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 12:29:33 -0000 Hi, Question about patch numbers and applying patches: Last night, I got the openssl security advisory, and this morning am starting to patch my servers. I've always just done a "make build world; make build kernel; make install kernel; make install world" when I've need to patch. Today, however, I thought I would just try to do the patch on the openssl libs as described in the advisory. I think it worked just fine, but my question is this: How do I keep track of which systems I've patched if I just do a "patch < patchfile" instead of the whole world/kernel thing? uname -an still shows 6.2-RELEASE-p7 instead of "p8"; I use this to keep track of which servers I've patched and which I haven't. Is there a way to handle this? Thanks, DW From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 12:43:33 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C77D16A4BF for ; Thu, 4 Oct 2007 12:43:33 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 97BE613C46A for ; Thu, 4 Oct 2007 12:43:32 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 35781 invoked by uid 1002); 4 Oct 2007 12:43:31 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 11.386892 secs); 04 Oct 2007 12:43:31 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Oct 2007 12:43:19 -0000 Message-ID: <4704DFF3.9040200@ibctech.ca> Date: Thu, 04 Oct 2007 08:43:31 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: questions@freebsd.org X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 12:43:33 -0000 Hi all, I've got a 28GB tcpdump capture file that I need to (hopefully) break down into a series of 100,000k lines or so, hopefully without the need of reading the entire file all at once. I need to run a few Perl processes on the data in the file, but AFAICT, doing so on the entire original file is asking for trouble. Is there any way to accomplish this, preferably with the ability to incrementally name each newly created file? TIA, Steve From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 12:58:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04FC016A469 for ; Thu, 4 Oct 2007 12:58:27 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 773D713C4A6 for ; Thu, 4 Oct 2007 12:58:26 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from [192.168.1.37] (a89-182-8-93.net-htp.de [89.182.8.93]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id 9DBACA44529 for ; Thu, 4 Oct 2007 14:53:53 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 14:58:22 +0200 User-Agent: KMail/1.9.7 References: <4704DFF3.9040200@ibctech.ca> In-Reply-To: <4704DFF3.9040200@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710041458.22743.wundram@beenic.net> Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 12:58:27 -0000 Am Donnerstag 04 Oktober 2007 14:43:31 schrieb Steve Bertrand: > Is there any way to accomplish this, preferably with the ability to > incrementally name each newly created file? man 1 split (esp. -l) -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 13:02:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D55C16A420 for ; Thu, 4 Oct 2007 13:02:48 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8413813C478 for ; Thu, 4 Oct 2007 13:02:47 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-294243.home.otenet.gr [85.73.197.1]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l94D2gwg018094; Thu, 4 Oct 2007 16:02:43 +0300 Message-ID: <4704E471.5040306@otenet.gr> Date: Thu, 04 Oct 2007 16:02:41 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: dwinner@dwinner.net References: <4704DCAA.1030509@dwinner.net> In-Reply-To: <4704DCAA.1030509@dwinner.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: security patches and release number question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 13:02:48 -0000 Duane Winner wrote: > Hi, > > Question about patch numbers and applying patches: > > Last night, I got the openssl security advisory, and this morning am > starting to patch my servers. > > I've always just done a "make build world; make build kernel; make > install kernel; make install world" when I've need to patch. > > Today, however, I thought I would just try to do the patch on the > openssl libs as described in the advisory. I think it worked just > fine, but my question is this: > > How do I keep track of which systems I've patched if I just do a > "patch < patchfile" instead of the whole world/kernel thing? > > uname -an still shows 6.2-RELEASE-p7 instead of "p8"; I use this to > keep track of which servers I've patched and which I haven't. > > Is there a way to handle this? > > Thanks, > DW > > This seems to be a common question among the "freebsd-update" utility users as well (like myself :)). The short answer is, the p-something number changes only if you recompile the kernel after such an update. So, if you just need this change to be reflected in your uname -a output, just make buildkernel / make installkernel Manolis From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 13:08:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6055B16A417 for ; Thu, 4 Oct 2007 13:08:57 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id EAD4B13C447 for ; Thu, 4 Oct 2007 13:08:56 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 37061 invoked by uid 1002); 4 Oct 2007 13:08:56 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 11.495121 secs); 04 Oct 2007 13:08:56 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Oct 2007 13:08:44 -0000 Message-ID: <4704E5E7.8060001@ibctech.ca> Date: Thu, 04 Oct 2007 09:08:55 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "Heiko Wundram (Beenic)" References: <4704DFF3.9040200@ibctech.ca> <200710041458.22743.wundram@beenic.net> In-Reply-To: <200710041458.22743.wundram@beenic.net> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 13:08:57 -0000 Heiko Wundram (Beenic) wrote: > Am Donnerstag 04 Oktober 2007 14:43:31 schrieb Steve Bertrand: >> Is there any way to accomplish this, preferably with the ability to >> incrementally name each newly created file? > > man 1 split Thanks. Sheesh it really was that easy. *puts head in sand* Steve From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 13:53:31 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF5A616A418 for ; Thu, 4 Oct 2007 13:53:31 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1A513C494 for ; Thu, 4 Oct 2007 13:53:31 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so346468pyb for ; Thu, 04 Oct 2007 06:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=7fBx4jSlKtLG43Ahf4jpbzah71gxd9SgfO2ifxo60cw=; b=oQi33mHwXg84R2FN7I6EuE1DbZ5lCZFuS4jHrvUGsf3d/FsmrzxOBYMHOKq1v6Hfnekn+5bJl6X1DSMMKwysSkg47Q3+7lu7FdVmdr7s/lOZuumZXj/SF8EhFIeglPn04dtu8vIHuKHxdJ35aQzgvQ3VVKyfliDx7MkKz7VRFfo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=l7t57mVz3HKFtAZObwurlgDFXBcGlWVn8GntyxMKyOj191mnypM35E0Lqj8YzLUG/Emf6pNVJqHqMfoSqcq7WnIjXco1Jb1IpfCHrruv9GNFafpVeYVNrFUjBf+tDldwMCXe5yUTi8fo4tKGyvCdgzDlfgr0S/Cxqw/kdnhMQSs= Received: by 10.65.253.6 with SMTP id f6mr14932569qbs.1191506008616; Thu, 04 Oct 2007 06:53:28 -0700 (PDT) Received: by 10.64.184.9 with HTTP; Thu, 4 Oct 2007 06:53:28 -0700 (PDT) Message-ID: <8e10486b0710040653w291bb6e2h2a73cd41812b0b70@mail.gmail.com> Date: Thu, 4 Oct 2007 10:53:28 -0300 From: "Alexandre Biancalana" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: What is affected by FreeBSD-SA-07:08.openssl ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 13:53:31 -0000 Hi list, A quick: $ grep -lr SSL_get_shared_ciphers /usr/src 2> /dev/null /usr/src/crypto/openssl/apps/s_client.c /usr/src/crypto/openssl/apps/s_server.c /usr/src/crypto/openssl/doc/ssleay.txt /usr/src/crypto/openssl/doc/ssl/ssl.pod /usr/src/crypto/openssl/ssl/ssl.h /usr/src/crypto/openssl/ssl/ssl_lib.c /usr/src/crypto/openssl/util/ssleay.num /usr/src/secure/lib/libssl/man/ssl.3 Doesn't revel much about what is affected by this bug.... Have someone made some deeper analysis about what is affected ? Best Regards, Alexandre Biancalana From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 14:08:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E018316A417 for ; Thu, 4 Oct 2007 14:08:33 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id A4F6713C48A for ; Thu, 4 Oct 2007 14:08:33 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from [192.168.1.37] (a89-182-8-93.net-htp.de [89.182.8.93]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id 3AC4EA44529 for ; Thu, 4 Oct 2007 16:04:01 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 16:08:30 +0200 User-Agent: KMail/1.9.7 References: <8e10486b0710040653w291bb6e2h2a73cd41812b0b70@mail.gmail.com> In-Reply-To: <8e10486b0710040653w291bb6e2h2a73cd41812b0b70@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710041608.30265.wundram@beenic.net> Subject: Re: What is affected by FreeBSD-SA-07:08.openssl ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 14:08:34 -0000 Am Donnerstag 04 Oktober 2007 15:53:28 schrieb Alexandre Biancalana: > > Doesn't revel much about what is affected by this bug.... Have someone made > some deeper analysis about what is affected ? Apache (i.e. mod_ssl) is affected by this. That's what makes the patch important. -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 14:32:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C077116A418 for ; Thu, 4 Oct 2007 14:32:29 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 8056E13C45A for ; Thu, 4 Oct 2007 14:32:29 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l94EWSQ5086910; Thu, 4 Oct 2007 10:32:28 -0400 (EDT) (envelope-from bitabyss@gmail.com) Message-ID: <4704F983.1060400@gmail.com> Date: Thu, 04 Oct 2007 10:32:35 -0400 From: Rob User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Matthew Seaman , FreeBSD Questions References: <4703D9D0.6030900@gmail.com> <47048068.4090806@infracaninophile.co.uk> In-Reply-To: <47048068.4090806@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Sendmail IP interface assignment -- how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 14:32:29 -0000 Matthew Seaman wrote: > Rob wrote: >> That closed port 25 on the extra NIC, but netstat still shows "tcp4 >> *.submission LISTEN". I definitely need to close port 587 in the 2nd >> NIC, but I was wondering about "best practices" for this. Shouldn't the >> submission thing ONLY be on the localhost IP? I'm thinking I can use: >> DAEMON_OPTIONS(`Addr=127.0.0.1,Port=587,Name=MSA,M=E') > > You also need: > FEATURE(no_default_msa) > otherwise, you're definitely heading in the right direction. Thanks, Matthew! That was the piece I was missing. I tried my Daemon_Options above, but found out its presence does not disable the default config to listen on all interfaces. I got it working by directly editing the .cf, but your trick does it from the macro config. The final result ended up as: FEATURE(no_default_msa)dnl # turn off MSA on all ports; only ue what's in Daemon_Options DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1,Name=MTA') DAEMON_OPTIONS(`Port=smtp,Addr=172.23.23.10,Name=MTA') DAEMON_OPTIONS(`Port=2525,Addr=172.23.23.10,Name=MTA')dnl # smtp on alt port DAEMON_OPTIONS(`Port=587,Addr=127.0.0.1,Name=MSA,M=E') Once I knew the right keywords to google, I found this article that might be of use to others: "Five Tips for a Better sendmail Configuration" http://www.onlamp.com/pub/a/onlamp/2004/01/15/sendmail.html?page=1 -Thanks, Rob From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:00:39 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E27D16A418 for ; Thu, 4 Oct 2007 15:00:39 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: from outbound-mail-58.bluehost.com (outbound-mail-58.bluehost.com [69.89.20.38]) by mx1.freebsd.org (Postfix) with SMTP id 4ED7413C480 for ; Thu, 4 Oct 2007 15:00:39 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: (qmail 19903 invoked by uid 0); 4 Oct 2007 14:33:58 -0000 Received: from unknown (HELO box122.bluehost.com) (69.89.22.122) by mailproxy3.bluehost.com with SMTP; 4 Oct 2007 14:33:58 -0000 Received: from [216.113.237.29] (helo=[10.10.6.17]) by box122.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IdRm3-0008RE-2N for questions@freebsd.org; Thu, 04 Oct 2007 08:33:59 -0600 Message-ID: <4704F974.4010801@dwinner.net> Date: Thu, 04 Oct 2007 10:32:20 -0400 From: Duane Winner User-Agent: Thunderbird 2.0.0.6 (X11/20071004) MIME-Version: 1.0 To: questions@freebsd.org References: <8e10486b0710040653w291bb6e2h2a73cd41812b0b70@mail.gmail.com> In-Reply-To: <8e10486b0710040653w291bb6e2h2a73cd41812b0b70@mail.gmail.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 216.113.237.29 authed with dwinner+dwinner.net} Cc: Subject: Re: What is affected by FreeBSD-SA-07:08.openssl ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwinner@dwinner.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:00:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alexandre Biancalana wrote: > Hi list, > > A quick: > > $ grep -lr SSL_get_shared_ciphers /usr/src 2> /dev/null > /usr/src/crypto/openssl/apps/s_client.c > /usr/src/crypto/openssl/apps/s_server.c > /usr/src/crypto/openssl/doc/ssleay.txt > /usr/src/crypto/openssl/doc/ssl/ssl.pod > /usr/src/crypto/openssl/ssl/ssl.h > /usr/src/crypto/openssl/ssl/ssl_lib.c > /usr/src/crypto/openssl/util/ssleay.num > /usr/src/secure/lib/libssl/man/ssl.3 > > Doesn't revel much about what is affected by this bug.... Have someone made > some deeper analysis about what is affected ? Related question: Would any ports which may have been built based on openssl libraries (apache, stunnel, etc.) need to be rebuilt after this openssl patch? - -DW > > Best Regards, > > Alexandre Biancalana > _______________________________________________ > 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" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHBPl0AQOPf2yoJj8RArAcAJ9utZf/7AE/0NZMY5lCc0iJQvZ+LACdGQjO 4BDswoNLJtezAUOjJIhhenA= =5Mtv -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:09:42 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AE5D16A419 for ; Thu, 4 Oct 2007 15:09:42 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8BE13C45D for ; Thu, 4 Oct 2007 15:09:42 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-qfe3.prod.shaw.ca [10.0.141.177]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JPE001HD4NFRK30@l-daemon> for questions@freebsd.org; Thu, 04 Oct 2007 08:09:15 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd3mr1so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JPE0041A4NFGI60@pd3mr1so.prod.shaw.ca> for questions@freebsd.org; Thu, 04 Oct 2007 08:09:16 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.201.197]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JPE00BVF4NEQ6H1@l-daemon> for questions@freebsd.org; Thu, 04 Oct 2007 08:09:14 -0600 (MDT) Received: (qmail 1141 invoked from network); Thu, 04 Oct 2007 14:09:04 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Thu, 04 Oct 2007 14:09:04 +0000 Date: Thu, 04 Oct 2007 07:09:03 -0700 From: Colin Percival In-reply-to: <8e10486b0710040653w291bb6e2h2a73cd41812b0b70@mail.gmail.com> To: Alexandre Biancalana Message-id: <4704F3FF.1030300@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.0 References: <8e10486b0710040653w291bb6e2h2a73cd41812b0b70@mail.gmail.com> User-Agent: Thunderbird 2.0.0.6 (X11/20070812) Cc: questions@freebsd.org Subject: Re: What is affected by FreeBSD-SA-07:08.openssl ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:09:42 -0000 Alexandre Biancalana wrote: > $ grep -lr SSL_get_shared_ciphers /usr/src 2> /dev/null > /usr/src/crypto/openssl/apps/s_client.c > /usr/src/crypto/openssl/apps/s_server.c > /usr/src/crypto/openssl/doc/ssleay.txt > /usr/src/crypto/openssl/doc/ssl/ssl.pod > /usr/src/crypto/openssl/ssl/ssl.h > /usr/src/crypto/openssl/ssl/ssl_lib.c > /usr/src/crypto/openssl/util/ssleay.num > /usr/src/secure/lib/libssl/man/ssl.3 > > Doesn't revel much about what is affected by this bug.... Have someone made > some deeper analysis about what is affected ? It doesn't look like anything in the base system uses this function, but I just zgrepped my /usr/ports/distfiles and found that mysql uses this if it is compiled with DBUG_OFF not defined. Assuming that you keep all of your ports distfiles, you can run $ zgrep -R SSL_get_shared_ciphers /usr/ports/distfiles and any applications which use said function will probably show up. But as for a deep analysis -- not that I'm aware of. We fixed this because there might be an application which used this function in a way which made this buffer overflow exploitable, not because we knew that such an application existed. Colin Percival FreeBSD Security Officer From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:15:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66E6E16A419 for ; Thu, 4 Oct 2007 15:15:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4372613C44B for ; Thu, 4 Oct 2007 15:15:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 7D7911CDEE; Thu, 4 Oct 2007 07:15:11 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 17:15:08 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710041715.09697.fbsd.questions@rachie.is-a-geek.net> Cc: dhaneshk k Subject: Re: python24 problem And py24-imaging module problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:15:12 -0000 Hello, if you actually read replies given, you can save yourself and the list some bandwidth. On Thursday 04 October 2007 09:51:25 dhaneshk k wrote: > Question 1 ) > > I cant get the Python interpreter why ? any suggestion please Answered by Heiko Wundram: rehash your shell path (or don't use tcsh). > , I have to install PIL image module to support the zope/plone application > that I am running in this machine But in /usr/ports there is no such > port for PIL OR I can't recoganize which port is it > > ... > please suggest the proper steps to install PIL in my BSD box , > > > > I tried to install /usr/ports/graphics/py-imaging > by make install clean > > Then it starts installing python2.5 and Py25-imaging (but this wont > support my application) I would think installing zope-plone would pull in all the right dependencies: cd /usr/ports/www/plone make clean install If that doesn't work, and you really need py24- I can't help you, but maybe someone else can. -- Mel From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:28:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9778316A419 for ; Thu, 4 Oct 2007 15:28:56 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 13C9913C465 for ; Thu, 4 Oct 2007 15:28:55 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l94FRseh014531 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 4 Oct 2007 18:28:30 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l94FRWeN006933; Thu, 4 Oct 2007 18:27:50 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l94FRQ46006932; Thu, 4 Oct 2007 18:27:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 4 Oct 2007 18:27:25 +0300 From: Giorgos Keramidas To: Rob Message-ID: <20071004152725.GA6868@kobe.laptop> References: <4703D9D0.6030900@gmail.com> <47048068.4090806@infracaninophile.co.uk> <4704F983.1060400@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4704F983.1060400@gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.978, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.42, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: FreeBSD Questions Subject: Re: Sendmail IP interface assignment -- how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:28:56 -0000 On 2007-10-04 10:32, Rob wrote: >Matthew Seaman wrote: >> You also need: >> FEATURE(no_default_msa) >> otherwise, you're definitely heading in the right direction. > > Thanks, Matthew! That was the piece I was missing. I tried my > Daemon_Options above, but found out its presence does not disable the > default config to listen on all interfaces. I got it working by > directly editing the .cf, but your trick does it from the macro > config. > > The final result ended up as: > FEATURE(no_default_msa)dnl # turn off MSA on all ports; only ue what's in Daemon_Options > DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1,Name=MTA') > DAEMON_OPTIONS(`Port=smtp,Addr=172.23.23.10,Name=MTA') > DAEMON_OPTIONS(`Port=2525,Addr=172.23.23.10,Name=MTA')dnl # smtp on alt port > DAEMON_OPTIONS(`Port=587,Addr=127.0.0.1,Name=MSA,M=E') > > Once I knew the right keywords to google, I found this article that might > be of use to others: "Five Tips for a Better sendmail Configuration" > http://www.onlamp.com/pub/a/onlamp/2004/01/15/sendmail.html?page=1 Interesting bit of online posting, but watch out for misinformation or even outdated information though. The article may seem useful for `no_default_msa', but it also contains a wealth of bogus stuff like: "There are good reasons to compile your own copy of sendmail instead of using the copy provided to you as part of your Unix distribution. First, the copy of sendmail included in your Unix distribution is probably grossly out of date. sendmail changes frequently, and some of these changes provide critical security fixes. Sticking with an outdated copy of sendmail is just asking for trouble." In the case of FreeBSD, this is usually wrong, and bad advice. We have a pretty active Sendmail maintainer, Gregory Shapiro, who is also part of the Sendmail development team. Whenever a new release of Sendmail is out, Mr. Shapiro updates the Sendmail version of FreeBSD-CURRENT and after a reasonable amount of testing (usually a few days, to make sure nothing was broken) "backports" the upgraded version to FreeBSD-STABLE. The quoted paragraph may be true for a semi-random Linux distribution, but this is FreeBSD; we don't usually do stuff by "manually compiling and merrily hacking away at whatever we fancied this afternoon" :-) Just $0.02 of a long-time Sendmail fan, - Giorgos From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:34:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 476C816A49E for ; Thu, 4 Oct 2007 15:34:56 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id A263213C467 for ; Thu, 4 Oct 2007 15:34:55 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l94FWuQq014788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 4 Oct 2007 18:33:52 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l94FWZD4007087; Thu, 4 Oct 2007 18:32:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l94FWWWW007086; Thu, 4 Oct 2007 18:32:32 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 4 Oct 2007 18:32:31 +0300 From: Giorgos Keramidas To: Steve Bertrand Message-ID: <20071004153231.GB6868@kobe.laptop> References: <4704DFF3.9040200@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4704DFF3.9040200@ibctech.ca> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.978, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.42, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:34:56 -0000 On 2007-10-04 08:43, Steve Bertrand wrote: > Hi all, > I've got a 28GB tcpdump capture file that I need to (hopefully) break > down into a series of 100,000k lines or so, hopefully without the need > of reading the entire file all at once. > > I need to run a few Perl processes on the data in the file, but AFAICT, > doing so on the entire original file is asking for trouble. > > Is there any way to accomplish this, preferably with the ability to > incrementally name each newly created file? Depending on whether you want to capture only specific parts of the dump in the 'split output', you may have luck with something like: tcpdump -r input.pcap -w output.pcap 'filter rules here' This will read the file sequentially, which can be slower than having it all in memory, but with a huge file like this it is probably a good idea :) From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:36:34 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88E8316A476 for ; Thu, 4 Oct 2007 15:36:34 +0000 (UTC) (envelope-from cat.technologys@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.230]) by mx1.freebsd.org (Postfix) with ESMTP id 7727013C50D for ; Thu, 4 Oct 2007 15:36:33 +0000 (UTC) (envelope-from cat.technologys@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so2367101hub for ; Thu, 04 Oct 2007 08:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=wlzuNQl6peAqKjySQHnahV8PgKo466a34VC2LDNbD4U=; b=aDEPR9zcUdl6k0hZuaM/XjnqmWmlNEW9+7UWneQIhcFwXOeXoEqiP6nQmBgqbTTFIEccoPx8M6kha2lxl1cruK9NvcOlGqBqn2LOpccf+G67TQ/klIok+eNiwzmNFradf0GeN/JwdiCu9UN0w2GRXXxJ4PjeDBNKyQaIkXOjOC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=DjBc6RdqYbPHznln8mkwGSV6rzfYjX98nXZ2YWcqQN11yoz7RJNTsX/lE32hIVb1SnMK78d9zY2uIdzSY7sT8FLqIw7rn5HNYC2/YgkCYsV90f99qNDtTY7Hp9+mYWt9870yoTabAOozBr5iauRgpo6CD4amz3BDnRGMrq2N/JY= Received: by 10.82.119.17 with SMTP id r17mr14995195buc.1191511261236; Thu, 04 Oct 2007 08:21:01 -0700 (PDT) Received: by 10.82.180.7 with HTTP; Thu, 4 Oct 2007 08:21:01 -0700 (PDT) Message-ID: <66affa000710040821y38be4529wb558938c67c3b116@mail.gmail.com> Date: Thu, 4 Oct 2007 20:51:01 +0530 From: "technologys cat" To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Software Development. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:36:34 -0000 Dear Manager, Hope you are doing great! The purpose of this letter is to introduce you to CAT Technology Inc and ou= r Offshore Dedicated Staff Development services. *We have a plan, to cut your company's expenses and make it more profitable. Our prices just can't be ignored when you run a business.* Investments for hiring a skilled offshore development team in India** are much less due to cost of living differences. So, our client gets skilled Programmers at very less investment. The client also saves on employment taxes and other overheads. Thus start planning for future needs and get rid of the hassle of finding and retaining qualified programmers. *CAT Offers:* 1. *One Week trail period.* For Integrating operating procedures and making them understand your larger organizational goals. 2. *Our Programmers work 48 Hrs a week*.( Monday - Saturday ) 3. *Select candidates after interviewing.* This will help you to bring qualified professional specialists as needed for the job. We have talented young professionals with an university education from the best universities, proficient in US - English, UK** - English, Spanish, and German. 4. *Our Programmers work in your time zone*. We have people supporting US and all other continents. 5. We have a competitive edge as market leaders in India** with *lower cost of operation *in sourcing skilled developers and designers. We have a plan, to cut your company's expenses and make it more profitable.= Our prices just can't be ignored when you run a business. 6. We have a *dedicated team that specializes in documentation and technical writing* with experience ranging from 4-10 years. 7. We believe and respect your clients' confidentiality. *We adhere to the highest standards of confidentiality and ensure maximum security during data transfer, storage and access.* 8. *CAT Support team is available 24/7*. *Out Present Team size in **INDIA****:* VB.Net/C# Developers: 50 Members Delphi Programmers: 18 Members JSP/ Java Programmers: 25 Members PHP Programmers: 20 Members PHP/Perl Programmers: 10 Members Web developers/Designers: 20 Members System/Network Administrators (MCSE) (CCNA) (CCNP):15 Members SQL Server DBA: 15 Members Oracle DBA : 8 Members ASP Programmers: 20 Members Game Developers: 13 Members Pocket PC Programmers: 10 Members VXML Developers : 10 Members Visual Fox Pro Programmers: 12 Members Access Developers: 10 Members QA testers: 15 Members SAP Consultants : 15 Members *Visit us at---* *www.cattechnologies.com*** We are the leading Offshore Development service company in INDIA**. We alig= n ourselves with our customers as partners to assist them in achieving their goals and objectives. We would be delighted to demonstrate our offshore Development services to you. Please let me know if you have any software Development work to Outsource? *Dedicated Staff:* When you set up an offshore development center with CAT, you get the following: All hardware, software licensing and office infrastructure already in place A dedicated team of professionals who will learn your business and become a part of your team. Seamless collaboration between offshore office and clien= t project staff through live chat / email / voice / video .U.S. based contact point to manage all issues throughout the relationship and insure success o= f all projects. All staff assigned to your team will report directly to you o= r your project manager and follow your directives and timelines. *Project Based:* Are you looking for professionals to help you build your projects? If so, consider CAT as your world class partner. We will work closely with you to understand your project's requirements, deadlines, technologies and needs t= o determine the best team to make your project a success. Also, you can decid= e whether you plan to manage the project internally and utilize our development and testing resources, or prefer to have one of our project managers lead the team. *Maintenance Projects:* Just because your project is complete does not mean you don't need professional technical support for your existing applications. Our staff are available to you on a dedicated basis to review your existing applications and provide you the support and technical updates that are needed to maintain the competitiveness of your applications. If you are a new customer to CAT, ask us about our maintenance plans that enable you to take care of your application beyond the major development phase. Maintenance Services are available to your regardless where you had your application developed. *Wide range of .Net Services we provide:* 1. Application Development using .NET 2. Designing and Programming using .NET 3. Migration web based and other applications to .NET 4. Porting of Legacy applications to .NET based applications 5. Support and Enhancement of existing applications in .NET 6. User needs assessment / functional spec writing 7. Website architecture design 8. User Interface design 9. Graphic artwork development with Photoshop & ImageReady 10. Database design 11. Stored procedure development 12. OO Design and development of middle tier objects 13. ASP.Net development with C# or VB.Net 14. .Net desktop application development 15. JavaScript development & cross browser issues 16. Ajax/Atlas Development 17. IIS setup & security issues 18. Website hosting 19. E-Commerce development 20. Conversion of legacy system data 21. Web Marketing / Search Engine Optimization / SEM 22. Software Testing & QA 23. Web based report development 24. Adobe PDF file generation 25. Integration with existing systems *Wide range of PHP Services we provide:* 1. PHP Programming 2. Database development (php/mysql,) 3. MYSQL PHP Programming, script installing, modification, and PHP Script repairs. 4. Custom web site design/redesign and development 5. Custom PHP and MYSQL web programming 6. PHP shopping cart 7. PHP forum 8. PHP content management system *Wide range of Network Support / System Administration Services we provide:= * 1. Onsite server support (upgrades, security patches, migrations) 2. Remote management and administration 3. Configure and maintain Windows 2000, 2003 servers and services (Active Directory, DHCP, DNS, IIS, RAS, NAT, VPN ) 4. Install, configure and Maintain Microsoft ISA 2004 server 5. Installing & Administrating, Managing of Domain Controllers. 6. Installing, Configuring & Administering the following 7. Microsoft Exchange Servers 8. Securing your Linux Server with Firewall / Troubleshooting your Linux System 9. Server installation and configuration 10. Security analysis and policy development 11. Firewall firmware upgrades/Firewall policy implementation and managemen= t 12. LAN Administration 13. Microsoft Certified Systems Engineers (MCSE) 14. Cisco Certified Network Associate ( CCNA ) ( CCNP) 15. Network Installation 16. Network Management 17. Network Security and quality monitoring 18. Network Maintenance 19. Security Firewalls *Wide range of Java Services we provide:* 1. Web Application Development in Java 2. Systems Programming in C, C++, VC++, C-Sharp (C#) and Java 3. Web Hosting services in JSP and Servlets 4. Web application maintenance like bug fixing and adding new features 5. Life cycle testing for web based application and client server products 6. J2EE Design Patterns 7. Design and development of applications on J2EE compliant framework 8. Projects related to Java CORBA and Java XML *Wide range of Web Development Services we provide:* We have designed websites of various styles, sizes and purposes. We have a team of 50 Web designers and Developers in our office in INDIA**. 1. Custom Website Design 2. Template Website Design 3. Custom E-commerce Design 4. Website Re-Design 5. Macromedia Flash Design 6. Graphic Design *Wide range of Delphi Services we provide:* 1. Delphi** application re-engineering 2. Delphi** application development 3. Delphi** .net development 4. Delphi** 7 development 5. Delphi 2006 development 6. Delphi** 6 development 7. Delphi** application maintenance 8. Delphi** 5 development Our reputation for service is second to none, and our entire staff stands ready to work with you and your staff in any way we can be of assistance. Eagerly looking for your update=85 *Chris Zimmermen* *Business Development Manager** **CAT** Technology Inc** **"Committed to Human Excellence Through IT "** *cat.technologys@gmail.com *Phone: 201 255 0319 Ext.141 ** **Direct Line:201 298 1742** **Visit us at---** *www.cattechnologies.com Note: We respect your on-line privacy. This is not an unsolicited mail. Under Bill 1618 Title III passed by the 105th US Congress this mail cannot be considered Spam as long as we include contact information and a method t= o be removed from our mailing list. If you are not interested in receiving ou= r e-mails then please reply with a "REMOVE" to cat.technologys@gmail.com in the subject line. I am sorry for the inconvenience caused to you. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:37:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4C0716A46C for ; Thu, 4 Oct 2007 15:37:26 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 7EDCD13C459 for ; Thu, 4 Oct 2007 15:37:26 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 67A431CDEE for ; Thu, 4 Oct 2007 07:37:25 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 17:37:22 +0200 User-Agent: KMail/1.9.7 References: <20071004120323.GA26979@tropic.org.uk> In-Reply-To: <20071004120323.GA26979@tropic.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710041737.23480.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Networking overloaded (WAS: Re: confirm 3454f2d8611cde291b81fa177d2434593f5e6d36) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:37:26 -0000 Hiya, On Thursday 04 October 2007 14:03:23 edward.serrofq@tropic.org.uk wrote: > I have a 5.3 installation which currently has about 5000 'ESTABLISHED' TCP > connections. That figure quadruples in the evening. > > Are there any sysctls that I should be tweaking to handle lots of TCP > connections? 2 things are key to answering first: 1) Are these valid/wanted connections? I assume if this is caused by your ftp server being filled with PSX downloads, because your anon user has write privileges, you don't want to increase your connection possibilities. 2) Do you have memory free at top load? If you don't have (a lot of) spare memory at connection peak, adding the ability for more connections will simply slow down your machine and possibly lock it up. > The machine is running pf -- is there some logging I could be doing to see > if pf is being overloaded? Unless you're using synproxy states, pf doesn't create connections - at best rewrites them. In your case, using synproxy states might actually be a benefit, depending what's causing the high load. Also, is this a firewall only or does it have locally generated traffic? > Is there anything else I could be doing to see if some part of the OS is > failing to handle load? It would help if you describe what's running on the machine, most notably, are these connections to one or more servers running on your machine or is your bittorrent client going bonkers, that kinda thing. sockstat(1) is a very useful tool for identifying that. Better save the output to file first with a load like that, for example: sockstat -4c > /tmp/net.load will list all the connected IPv4 sockets to file /tmp/net.load. -- Mel From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:47:47 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B305716A420 for ; Thu, 4 Oct 2007 15:47:47 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id 6D20313C4BF for ; Thu, 4 Oct 2007 15:47:47 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id C566F6152; Thu, 4 Oct 2007 16:29:15 +0100 (BST) Received: from brick.slightlystrange.org (brick.slightlystrange.org [10.1.3.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id D204360F8 for ; Thu, 4 Oct 2007 16:29:14 +0100 (BST) Received: (from danielby@localhost) by brick.slightlystrange.org (8.13.4/8.13.4/Submit) id l94FTCew075630 for questions@freebsd.org; Thu, 4 Oct 2007 16:29:12 +0100 (BST) (envelope-from freebsd-questions@slightlystrange.org) Date: Thu, 4 Oct 2007 16:29:12 +0100 From: Daniel Bye To: questions@freebsd.org Message-ID: <20071004152911.GC1255@slightlystrange.org> Mail-Followup-To: questions@freebsd.org References: <8e10486b0710040653w291bb6e2h2a73cd41812b0b70@mail.gmail.com> <4704F974.4010801@dwinner.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="32u276st3Jlj2kUU" Content-Disposition: inline In-Reply-To: <4704F974.4010801@dwinner.net> User-Agent: Mutt/1.4.2.3i X-PGP-Fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A Cc: Subject: Re: What is affected by FreeBSD-SA-07:08.openssl ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:47:47 -0000 --32u276st3Jlj2kUU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 04, 2007 at 10:32:20AM -0400, Duane Winner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Alexandre Biancalana wrote: > > Hi list, > >=20 > > A quick: > >=20 > > $ grep -lr SSL_get_shared_ciphers /usr/src 2> /dev/null > > /usr/src/crypto/openssl/apps/s_client.c > > /usr/src/crypto/openssl/apps/s_server.c > > /usr/src/crypto/openssl/doc/ssleay.txt > > /usr/src/crypto/openssl/doc/ssl/ssl.pod > > /usr/src/crypto/openssl/ssl/ssl.h > > /usr/src/crypto/openssl/ssl/ssl_lib.c > > /usr/src/crypto/openssl/util/ssleay.num > > /usr/src/secure/lib/libssl/man/ssl.3 > >=20 > > Doesn't revel much about what is affected by this bug.... Have someone = made > > some deeper analysis about what is affected ? >=20 > Related question: >=20 > Would any ports which may have been built based on openssl libraries > (apache, stunnel, etc.) need to be rebuilt after this openssl patch? I would think it would be sufficient just to restart any such ports,=20 rather than completely rebuild them, to ensure that the updated version of the OpenSSL libs are loaded, and not the old broken ones. However, it can't do any harm to rebuild, if you're that worried about it. I'm sure someone will put me right if that's not the case, though. Dan --=20 Daniel Bye _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --32u276st3Jlj2kUU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHBQbHixf5fBYiFmoRAjPuAKDBtZj9M/JELZVLTDIF7P+TW1o+SwCgtVYU K+ipvp6i2gINU5xbrgHHfSw= =wA1a -----END PGP SIGNATURE----- --32u276st3Jlj2kUU-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:49:38 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C03216A41B for ; Thu, 4 Oct 2007 15:49:38 +0000 (UTC) (envelope-from admin@netline.ch) Received: from netline-mail1.netline.ch (netline-mail1.netline.ch [195.144.30.50]) by mx1.freebsd.org (Postfix) with ESMTP id CB67713C45A for ; Thu, 4 Oct 2007 15:49:37 +0000 (UTC) (envelope-from admin@netline.ch) Received: from localhost (localhost [127.0.0.1]) by netline-mail1.netline.ch (Postfix) with ESMTP id 51CBC1A9A54 for ; Thu, 4 Oct 2007 17:19:01 +0200 (CEST) Received: from netline-mail1.netline.ch ([127.0.0.1]) by localhost (netline-mail1 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21628-01-91 for ; Thu, 4 Oct 2007 17:19:00 +0200 (CEST) Received: from netline-web1 (netline-web1.netline.ch [195.144.30.66]) by netline-mail1.netline.ch (Postfix) with SMTP id C8D271A9A41 for ; Thu, 4 Oct 2007 17:18:58 +0200 (CEST) Date: Thu, 04 Oct 2007 17:19:00 +0200 To: questions@freebsd.org From: Mr.James Cole MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20071004151858.C8D271A9A41@netline-mail1.netline.ch> Cc: Subject: RE: JOB OFFER X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: safety.company09@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:49:38 -0000 Black Mill Fabrics & Trading Ventures Ltd 69-73 Ridley Road Dalston,E8 2NP London, United Kingdom TELL, 44(0)7040110470 Black Mill Fabrics & Trading Ventures Ltd is a Republic of Ireland fabrics & agricultural company. We produce and distribute fabrics & agricultural products such as textiles,Cotton,citrus family, rubber etcetera worldwide. We have reached big sales volume of these products in Europe and now are trying to penetrate the U.S & Canada market. Quite soon we will open Representative offices or authorized sales centers in the US & Canada.Therefore, we are currently in search of representative who will assist us in establishing a new distribution network. Despite the fact that the Sweden market is new for us we already have regular clients also speaks for itself. WHAT YOU NEED TO DO FOR US: The international money transfer tax for legal entities (companies) in UK is 25%, whereas for the individual it is only 7%. There is no sensefor us to work this way, while tax for international money transfer made by a private individual is 7%. That's why we need you! We need agents to receive payment for our products (in money orders, checks, or bank wire transfers) and to resend the money to us via Money Gram or Western Union Money Transfer. This way we will save money due to high taxation. (JOB DESCRIPTION) 1. Receive payment from customers 2. Cash Payments at your Bank 3. Deduct 10% which will be your percentage pay on Payment processed. 4. Forward balance after deduction of percentage pay as you would be instructed to. (HOW MUCH WILL YOU EARN) 10% from each operation! For instance, you receive 5000 USD via checks money orders or bank transfer on our behalf. You will cash the money and have $500 (10% from $5000) for yourself! At the beginning your commission will equal 10%, though later it will increase up to 12 -15%! (ADVANTAGES) You do not have to go out as you will work as an independent contractorright from your home/office. Your job is absolutely legal. You canearn up to $3000-4000 monthly depending on time. You do not need any capital to start. You do not have to quit your present job. The employees who make efforts and work hard have a strong possibility to become managers. Anyway our employees never leave us due to our excellent working condition. (MAIN REQUIREMENTS) 1. 18 years or older 2. Legally capable 3. Responsible 4. Ready to work 3-4 hours per week. 5. PC knowledge 6. E-mail and internet experience (minimal) Note that everything is absolutely legal. If you are interested in our offer, please respond with the following details in order for us to reach you: Full Name:...................... Address:........................ City:........................... State:.......................... Zip Code:....................... Country:........................ Phone Number:................... Gender:......................... Age:............................ Occupation:..................... Marital Status:................. Thanks for your anticipated action and we hope to hear back from you. Contact us : safety.company09@gmail.com Kind Regards, James Cole From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:52:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A360C16A417 for ; Thu, 4 Oct 2007 15:52:17 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 386F213C459 for ; Thu, 4 Oct 2007 15:52:17 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so216004fka for ; Thu, 04 Oct 2007 08:52:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=2l8s3Ku6c9Musb2OuRDch5BbbXzYvcVyaNOy/Z0kkSM=; b=dRoJZmyjG2alKZtQE65UkZajy78R5ANm73cV3nhC+OMXgYVrBoBbMQRskiaU+NpFR7YT93fg2TqsL9ILe3oaP06ff+Wpjxpt/UzSNvF2o27m45LeZ7lbwNtV/3v/fcviXmAd6PQPRr8AD+8Xe1+vQCM25zrbYpxaae1tF5gRZg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=NHICyOP20oNbK+qiAZq8VWIIQlX3iPnK8Y+UP7JuTLVo0frXvMxQvOu0HSnXJXF1DCX6DHQH0D4QlEy3WYPn6sezGyCfedj7TqY6paor8am3NRZUO168RuDY69ktcrCB8tFAv3SRyu8vUGT08nuy1NDZK7e83/2b1ceWQ5IW8io= Received: by 10.82.165.13 with SMTP id n13mr17298718bue.1191513135301; Thu, 04 Oct 2007 08:52:15 -0700 (PDT) Received: by 10.82.186.11 with HTTP; Thu, 4 Oct 2007 08:52:13 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 08:52:13 -0700 From: "Jeff Mohler" To: "edward.serrofq@tropic.org.uk" In-Reply-To: <20071004120501.GA26995@tropic.org.uk> MIME-Version: 1.0 References: <20071004120323.GA26979@tropic.org.uk> <20071004120501.GA26995@tropic.org.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: "networking overloaded" (was Re: confirm 3454f2d8611cde291b81fa177d2434593f5e6d36) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 15:52:17 -0000 On 10/4/07, edward.serrofq@tropic.org.uk wrote: > > On Thu, 2007-10-04 13:03, edward.serrofq@tropic.org.uk wrote: > > Subject: Re: confirm 3454f2d8611cde291b81fa177d2434593f5e6d36 > > What a great way of stating my "non-idiot" credentials :) > _______________________________________________ Nah..youre just going 'underground' with all of your knowledge. :) From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 16:19:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42B6916A418 for ; Thu, 4 Oct 2007 16:19:27 +0000 (UTC) (envelope-from gfazio@n3gqf.us) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by mx1.freebsd.org (Postfix) with ESMTP id 2E2BA13C45D for ; Thu, 4 Oct 2007 16:19:27 +0000 (UTC) (envelope-from gfazio@n3gqf.us) Received: from mail.lunaticcafe.us ([76.117.76.193]) by comcast.net (rwcrmhc13) with ESMTP id <20071004160549m1300og8tge>; Thu, 4 Oct 2007 16:05:49 +0000 Received: from smtp.lunaticcafe.us (www.lunaticcafe.us [10.42.13.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: gfazio) by mail.lunaticcafe.us (Postfix) with ESMTP id 08F48B241B; Thu, 4 Oct 2007 12:10:52 -0400 (EDT) Date: Thu, 4 Oct 2007 12:10:48 -0400 (EDT) From: George Fazio X-X-Sender: gfazio@mail.lunaticcafe.us To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= In-Reply-To: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> Message-ID: <20071004120548.H80813@mail.lunaticcafe.us> References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-280296886-1191514248=:80813" Cc: FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:19:27 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-280296886-1191514248=:80813 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 1 Oct 2007, Fernando Apestegu=EDa wrote: > Hi all, > > I'm having some problems with the FreeBSD site. Basically, when I type > www.freebsd.org in the address bar in Firefox I can't access the web. > I get always a timeout. > > The funny thing is that I can do ping and if I use the IP address I > can access the main page, but then most of the links are not working > for me. > I've seen this issue on my machines sparactically as well. Last night, I= =20 could not get to www.freebsd.org. Fetch was reporting "No route to host",= =20 when I did a traceroute it was dying on a Yahoo router ... I didn't think= =20 to write it down at the time so I can't tell you which one. I'm on=20 Comcast in the Philly area of PA for reference. It came out of Comcast,=20 went to Level3 and then to Yahoo. Oh, and I wasn't even able to ping it in= =20 my case. Hope this helps someone track it down. I can currently traceroute all the= =20 way to the site, so whatever the issue is it seems to not be an issue at=20 the moment. But, I've seen this at least twice in recent memory, so=20 something appears to be flakey somewhere. George --0-280296886-1191514248=:80813-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 16:25:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F34F516A420 for ; Thu, 4 Oct 2007 16:25:54 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id E1AA113C45D for ; Thu, 4 Oct 2007 16:25:54 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Thu, 4 Oct 2007 09:25:53 -0700 Message-ID: <47051410.3000305@ridecharge.com> Date: Thu, 4 Oct 2007 12:25:52 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: George Fazio References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> In-Reply-To: <20071004120548.H80813@mail.lunaticcafe.us> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Cc: FreeBSD Mailing List , =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:25:55 -0000 George Fazio wrote: > On Mon, 1 Oct 2007, Fernando Apesteguía wrote: >> Hi all, >> >> I'm having some problems with the FreeBSD site. Basically, when I type >> www.freebsd.org in the address bar in Firefox I can't access the web. >> I get always a timeout. >> >> The funny thing is that I can do ping and if I use the IP address I >> can access the main page, but then most of the links are not working >> for me. >> > > I've seen this issue on my machines sparactically as well. Last night, I > could not get to www.freebsd.org. Fetch was reporting "No route to host", > when I did a traceroute it was dying on a Yahoo router ... I didn't think > to write it down at the time so I can't tell you which one. I'm on > Comcast in the Philly area of PA for reference. It came out of Comcast, > went to Level3 and then to Yahoo. Oh, and I wasn't even able to ping it in > my case. > > Hope this helps someone track it down. I can currently traceroute all the > way to the site, so whatever the issue is it seems to not be an issue at > the moment. But, I've seen this at least twice in recent memory, so > something appears to be flakey somewhere. Its very wierd -- mine from VA went the same path -- I couldn't ping it, but I did an nmap on it and port 80 was listed as open. Other times it's died, but not in yahoo -- I have access to some computers at OSUOSL. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 16:32:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7736216A419 for ; Thu, 4 Oct 2007 16:32:16 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id CF0D713C447 for ; Thu, 4 Oct 2007 16:32:15 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so266386waf for ; Thu, 04 Oct 2007 09:32:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tSNm0NcIcza28Ht5LnpiTYdfnQAm46p3GOc7WwCNrHc=; b=Bvds17ON/bRsNgC7KpHiGtSV5819cpNSbaFFsitUXQbwFGqKEqqU8MWWWcpx3CjVP4D8WZiQl5fXH8ysqdNhXzEigFKiaOTF46B0N0vz+5i6+UyUPDHkNVSSB4GHmnMsu7QdBixszXBaM7V/gS5mNwYtJ7+EG9yJ9a/EO4KqSQY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uRwIgzQuJhIZa3goUQYKU4oZ8C1oHkJS6OLDmhlaAt1j7tmIH5s15re9rAIynp8D3dDOx0TV3Q415Ei4G1R5PvpxdQ62ANuwJMonQ0TfyESMExP5a29uCz3dlmyfweOk6cwuyBlTY3uGl4H9tdSJLj+vWdgTDP1CcT9uvIwSPhY= Received: by 10.115.74.1 with SMTP id b1mr5949052wal.1191515533755; Thu, 04 Oct 2007 09:32:13 -0700 (PDT) Received: by 10.114.27.4 with HTTP; Thu, 4 Oct 2007 09:32:13 -0700 (PDT) Message-ID: <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> Date: Thu, 4 Oct 2007 18:32:13 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "Philip M. Gollucci" In-Reply-To: <47051410.3000305@ridecharge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> Cc: George Fazio , FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:32:16 -0000 On 10/4/07, Philip M. Gollucci wrote: > George Fazio wrote: > > On Mon, 1 Oct 2007, Fernando Apestegu=EDa wrote: > >> Hi all, > >> > >> I'm having some problems with the FreeBSD site. Basically, when I type > >> www.freebsd.org in the address bar in Firefox I can't access the web. > >> I get always a timeout. > >> > >> The funny thing is that I can do ping and if I use the IP address I > >> can access the main page, but then most of the links are not working > >> for me. > >> > > > > I've seen this issue on my machines sparactically as well. Last night,= I > > could not get to www.freebsd.org. Fetch was reporting "No route to hos= t", > > when I did a traceroute it was dying on a Yahoo router ... I didn't thi= nk > > to write it down at the time so I can't tell you which one. I'm on > > Comcast in the Philly area of PA for reference. It came out of Comcast= , > > went to Level3 and then to Yahoo. Oh, and I wasn't even able to ping it= in > > my case. > > > > Hope this helps someone track it down. I can currently traceroute all = the > > way to the site, so whatever the issue is it seems to not be an issue a= t > > the moment. But, I've seen this at least twice in recent memory, so > > something appears to be flakey somewhere. > Its very wierd -- mine from VA went the same path -- I couldn't ping it, > but I did an nmap on it and port 80 was listed as open. > > Other times it's died, but not in yahoo -- I have access to some > computers at OSUOSL. > I tried just now: ----------------------------------------- [fernape@hammer ~]$ traceroute www.freebsd.org traceroute to www.freebsd.org (32.1.4.248), 30 hops max, 40 byte packets 1 mygateway1.ar7 (192.168.1.1) 2.931 ms 3.936 ms 4.211 ms 2 * * * 3 * * * 4 * * * 5 (217.239.38.161) 78.111 ms 80.583 ms 82.848 ms 6 ns.de.prserv.net (195.66.224.27) 75.446 ms 65.889 ms 66.666 ms 7 * * * 8 * * * 9 * * * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * * * ----------------------------------------- Can't connect to the site. Can't ping to the site. I didn't change any configuration on my machine. Any freebsd site's sysadmin or someone who can contact them? Cheers > > -- > ------------------------------------------------------------------------ > Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x= 206 > Senior System Admin - Riderway, Inc. > http://riderway.com / http://ridecharge.com > 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF > > Work like you don't need the money, > love like you'll never get hurt, > and dance like nobody's watching. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 16:34:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04DEF16A417 for ; Thu, 4 Oct 2007 16:34:23 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 46F5313C4A3 for ; Thu, 4 Oct 2007 16:34:20 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id CAA25909; Fri, 5 Oct 2007 02:33:24 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 5 Oct 2007 02:33:23 +1000 (EST) From: Ian Smith To: Erik Trulsson In-Reply-To: <20071004081607.GA65363@owl.midgard.homeip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Mike Makonnen , freebsd-questions@freebsd.org, Lisa Casey Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:34:23 -0000 On Thu, 4 Oct 2007, Erik Trulsson wrote: > On Thu, Oct 04, 2007 at 04:56:35PM +1000, Ian Smith wrote: > > On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey wrote: > > > > > The problem comes in when a customer cancels his account. We remove users by > > > rmuser username. That command removes the user from the password file, > > > removes his home directory and removes the mailspool. What it doesn't do is > > > to remove the .username.pop file associated with that mailbox. This isn't a > > > problem unless we add another account with the same username. The new > > > account cannot pop his mail because he gets the following error messge: > > > > > > -ERR [SYS/PERM] Temporary drop /var/mail/.jjvc.pop not owned by jjvc. > > > > > > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the > > > ownership of the file is the group number of the original jjvc. > > > > > > -rw-rw---- 1 1473 mail 0 Sep 11 19:15 > > > .jjvc.pop > > > > > > Is there anyway to have rmuser remover the mail drop file associated with > > > that account also, or am I just going to have to remove these manually? > > > > I've read this whole thread, and what's strange is that this used to > > work. I just checked our old FreeBSD 2.2.6 system where rmuser always > > cleaned up /var/mail/.{$user}.pop properly. Its /usr/sbin/rmuser had: > > > > # Remove some pop daemon's leftover file > > $file = "$mail_dir/.${login_name}.pop"; > > if (-e $file || -l $file) { > > print STDERR "Removing pop daemon's temporary mail file ${file}:"; > > unlink $file || > > print STDERR "\n${whoami}: Warning: unlink on $file failed ($!) - continuing\n"; > > print STDERR " done.\n"; > > } > > > > So I wonder whether it's a bug - or maybe a later popper update? - that > > has the present version of rmuser looking for ${MAILSPOOL}/${login}.pop > > instead? > > As far as I can tell the change was introduced back in 2002 when rmuser was > changed from a Perl program into a shell script - presumably as part of the > process of removing Perl from the base system. > FreeBSD versions 2.2 - 4.11 used the Perl version of rmuser, while all > 5.x and 6.x releases have used the shell script version. > > I have no idea if the difference - if the file rmuser looks for has a leading > '.' in the filename or not - was deliberate or simply a mistake, but I > suspect the latter: it is the kind of thing that is very easy to miss when > rewriting a program in another language. Looks like that's exactly right. Copying the maintainer and suggesting the no-brain patch, pardon the broken tabs from pasting, against the head / stable versions (checked) .. I should sendPR I guess .. time! Cheers, Ian --- /usr/sbin/rmuser Sat Mar 3 16:48:29 2007 +++ /home/smithi/rmuser Fri Oct 5 00:30:51 2007 @@ -86,10 +86,10 @@ echo -n " mailspool" rm ${MAILSPOOL}/$login fi - if [ -f ${MAILSPOOL}/${login}.pop ]; then - verbose && echo -n " ${MAILSPOOL}/${login}.pop" || + if [ -f ${MAILSPOOL}/.${login}.pop ]; then + verbose && echo -n " ${MAILSPOOL}/.${login}.pop" || echo -n " pop3" - rm ${MAILSPOOL}/${login}.pop + rm ${MAILSPOOL}/.${login}.pop fi verbose && echo '.' } From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 16:36:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB80B16A419 for ; Thu, 4 Oct 2007 16:36:30 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id A7CE013C457 for ; Thu, 4 Oct 2007 16:36:30 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Thu, 4 Oct 2007 09:36:29 -0700 Message-ID: <4705168C.4090201@ridecharge.com> Date: Thu, 4 Oct 2007 12:36:28 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> In-Reply-To: <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Cc: "Philip M. Gollucci" , George Fazio , FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:36:30 -0000 Fernando Apesteguía wrote: > Can't connect to the site. Can't ping to the site. I didn't change any > configuration on my machine. Any freebsd site's sysadmin or someone > who can contact them? Its up for me at the moment -- I don't think its there fault actually. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 16:37:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6E2516A41A for ; Thu, 4 Oct 2007 16:37:57 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1A45813C447 for ; Thu, 4 Oct 2007 16:37:57 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 4378EDF810; Thu, 4 Oct 2007 18:37:55 +0200 (CEST) Date: Thu, 4 Oct 2007 18:37:53 +0200 From: cpghost To: "Philip M. Gollucci" Message-ID: <20071004183753.1e471c0f@epia-2.farid-hajji.net> In-Reply-To: <47051410.3000305@ridecharge.com> References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> Organization: Cordula's Web X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: George Fazio , FreeBSD Mailing List , Fernando =?ISO-8859-1?Q?Apestegu=EDa?= Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:37:58 -0000 On Thu, 4 Oct 2007 12:25:52 -0400 "Philip M. Gollucci" wrote: > George Fazio wrote: > > On Mon, 1 Oct 2007, Fernando Apestegu=EDa wrote: > >> Hi all, > >> > >> I'm having some problems with the FreeBSD site. Basically, when I > >> type www.freebsd.org in the address bar in Firefox I can't access > >> the web. I get always a timeout. > >> > >> The funny thing is that I can do ping and if I use the IP address I > >> can access the main page, but then most of the links are not > >> working for me. > >> > >=20 > > I've seen this issue on my machines sparactically as well. Last > > night, I could not get to www.freebsd.org. Fetch was reporting "No > > route to host", when I did a traceroute it was dying on a Yahoo > > router ... I didn't think to write it down at the time so I can't > > tell you which one. I'm on Comcast in the Philly area of PA for > > reference. It came out of Comcast, went to Level3 and then to > > Yahoo. Oh, and I wasn't even able to ping it in my case. > >=20 > > Hope this helps someone track it down. I can currently traceroute > > all the way to the site, so whatever the issue is it seems to not > > be an issue at the moment. But, I've seen this at least twice in > > recent memory, so something appears to be flakey somewhere. > > Its very wierd -- mine from VA went the same path -- I couldn't ping > it, but I did an nmap on it and port 80 was listed as open. Is that just one machine, or a cluster in a load balancing setup? You may not be pinging the same physical machine all the time. > Other times it's died, but not in yahoo -- I have access to some > computers at OSUOSL. --=20 Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 16:47:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61A2A16A417 for ; Thu, 4 Oct 2007 16:47:29 +0000 (UTC) (envelope-from alter-ego@ua.fm) Received: from web01.mi6.kiev.ua (web01.mi6.kiev.ua [91.198.36.2]) by mx1.freebsd.org (Postfix) with ESMTP id E88C413C474 for ; Thu, 4 Oct 2007 16:47:28 +0000 (UTC) (envelope-from alter-ego@ua.fm) Received: from st01.mi6 ([10.0.0.14] helo=st01.mi6.kiev.ua) by web01.mi6.kiev.ua with esmtp (Exim 4.43) id 1IdTql-00078y-ET; Thu, 04 Oct 2007 19:46:59 +0300 Received: from web by st01.mi6.kiev.ua with local (Exim 4.63) (envelope-from ) id 1IdTqj-0000fV-Av; Thu, 04 Oct 2007 19:46:57 +0300 To: "Paul Fraser" Date: Thu, 04 Oct 2007 19:46:57 +0300 From: Alter Ego In-Reply-To: <5B12658D0EB52A429B07DFD300B9391CD0B920@WIC002EBCLV3.exchange.server-login.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MyIE2; InfoPath.2) X-Mailer: I.UA Mail System References: <5B12658D0EB52A429B07DFD300B9391CD0B920@WIC002EBCLV3.exchange.server-login.com> Message-Id: Cc: freebsd-questions@freebsd.org Subject: Re[2]: How setup modem ZTE AC8700. It is no have driver for UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:47:29 -0000 I was do for your screen shot .. of you request Please see it at this URL: http://alter-ego.com.ua/modem.gif i very wait for you help and answers. thank you! have a nice day ! > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Alter Ego > Sent: Wednesday, 3 October 2007 9:58 PM > To: freebsd-questions@freebsd.org > Subject: How setup modem ZTE AC8700. It is no have driver for UNIX >=20 >=20 > I am very need to setup and work in FreeBSD 6.2 (for example) > on my modem ZTE AC8700 (this is 3G modem) >=20 > _______________________________________________ >=20 > Does the modem show up as a serial device? Can you give us a dump from > dmesg when you plug the modem in? >=20 > Chances are you'll be able to use it as any regular serial modem however > you may not be able to control the modem as finely as you can under > Windows (no configuring it to stay on one network, for example)...=20 >=20 > If you can give us at least some output though, from when you plug it > in, we may be able to help you out. >=20 > Regards, >=20 > Paul Fraser // Technical Consultant // AUconnect - I.T. Solutions. > Evolved. > Ph (Office): +61 7 5551 0205 // Ph (Mobile): +61 405 341 905 // Fax: +61 > 7 5551 0230 > Web: auconnect.net // E-Mail: pfraser@auconnect.net >=20 > This correspondence and any related attachments are confidential. > Distribution, reproduction, or release (public domain or otherwise) > without the author's prior written consent is STRICTLY FORBIDDEN. > Failure to distribute any of the aforementioned without this footer > (intact and unmodified) is also STRICTLY FORBIDDEN. Failure to abide by > these terms and conditions can result in legal action. >=20 > If you have received this correspondence in error, or believe any of > these terms have been breached, you are requested to contact the author > immediately and take steps to destroy all copies in your possession. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 17:05:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 000E816A417 for ; Thu, 4 Oct 2007 17:05:50 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.227]) by mx1.freebsd.org (Postfix) with ESMTP id B2C3413C469 for ; Thu, 4 Oct 2007 17:05:50 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so194509nzf for ; Thu, 04 Oct 2007 10:05:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=p0rAcqHW1jPA02+Kv0dXhEAhEH8FrfsRnukMPjW9cDU=; b=jTdAfhTLEYf581yUjStN78ihmta07x2VxINBls50K6xJ9Lhw8OhuM7gCC422ixgdCqC+IQItFvfaZB6wDNBE7cjwgTfGj2GKYLrZsRESChgbxq/kQOfcf3JuchrHcfAkdAX+3RDsvHuNCo2+8X0mTLUb+pu16js+/SNFF0SmFdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bOvUXxt4hc1LcstJ450YVKVRAORiznX6XTJNapN9B0iL4jUc5C40lUABL75r25DACzF6UIK51v9W0nAcEGQVUu/O66bHanEXN4uJrtDS5w6V75XnMT+PftYqort+p7iksiMEnYK1O0xDHHD9e0eVbCtPfOkARirTLCiVA4YJfSQ= Received: by 10.115.49.16 with SMTP id b16mr6079933wak.1191517549117; Thu, 04 Oct 2007 10:05:49 -0700 (PDT) Received: by 10.114.27.4 with HTTP; Thu, 4 Oct 2007 10:05:49 -0700 (PDT) Message-ID: <1bd550a00710041005y349c324n570a6c22471d135d@mail.gmail.com> Date: Thu, 4 Oct 2007 19:05:49 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "Philip M. Gollucci" In-Reply-To: <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> Cc: George Fazio , FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 17:05:51 -0000 On 10/4/07, Fernando Apestegu=EDa wrote: > On 10/4/07, Philip M. Gollucci wrote: > > George Fazio wrote: > > > On Mon, 1 Oct 2007, Fernando Apestegu=EDa wrote: > > >> Hi all, > > >> > > >> I'm having some problems with the FreeBSD site. Basically, when I ty= pe > > >> www.freebsd.org in the address bar in Firefox I can't access the web= . > > >> I get always a timeout. > > >> > > >> The funny thing is that I can do ping and if I use the IP address I > > >> can access the main page, but then most of the links are not working > > >> for me. > > >> > > > > > > I've seen this issue on my machines sparactically as well. Last nigh= t, I > > > could not get to www.freebsd.org. Fetch was reporting "No route to h= ost", > > > when I did a traceroute it was dying on a Yahoo router ... I didn't t= hink > > > to write it down at the time so I can't tell you which one. I'm on > > > Comcast in the Philly area of PA for reference. It came out of Comca= st, > > > went to Level3 and then to Yahoo. Oh, and I wasn't even able to ping = it in > > > my case. > > > > > > Hope this helps someone track it down. I can currently traceroute al= l the > > > way to the site, so whatever the issue is it seems to not be an issue= at > > > the moment. But, I've seen this at least twice in recent memory, so > > > something appears to be flakey somewhere. > > Its very wierd -- mine from VA went the same path -- I couldn't ping it= , > > but I did an nmap on it and port 80 was listed as open. > > > > Other times it's died, but not in yahoo -- I have access to some > > computers at OSUOSL. > > > > I tried just now: > ----------------------------------------- > [fernape@hammer ~]$ traceroute www.freebsd.org > traceroute to www.freebsd.org (32.1.4.248), 30 hops max, 40 byte packets > 1 mygateway1.ar7 (192.168.1.1) 2.931 ms 3.936 ms 4.211 ms > 2 * * * > 3 * * * > 4 * * * > 5 (217.239.38.161) 78.111 ms 80.583 ms 82.848 ms > 6 ns.de.prserv.net (195.66.224.27) 75.446 ms 65.889 ms 66.666 ms > 7 * * * > 8 * * * > 9 * * * > 10 * * * > 11 * * * > 12 * * * > 13 * * * > 14 * * * > 15 * * * > 16 * * * > 17 * * * > 18 * * * > 19 * * * > 20 * * * > 21 * * * > 22 * * * > 23 * * * > 24 * * * > 25 * * * > 26 * * * > 27 * * * > 28 * * * > 29 * * * > 30 * * * > ----------------------------------------- > > Can't connect to the site. Can't ping to the site. I didn't change any > configuration on my machine. Any freebsd site's sysadmin or someone > who can contact them? > > Cheers Right now, it works: [fernape@hammer ~]$ ping www.freebsd.org PING www.freebsd.org (69.147.83.33) 56(84) bytes of data. 64 bytes from www.freebsd.org (69.147.83.33): icmp_seq=3D1 ttl=3D55 time=3D= 205 ms 64 bytes from www.freebsd.org (69.147.83.33): icmp_seq=3D2 ttl=3D55 time=3D= 209 ms 64 bytes from www.freebsd.org (69.147.83.33): icmp_seq=3D3 ttl=3D55 time=3D= 207 ms 64 bytes from www.freebsd.org (69.147.83.33): icmp_seq=3D4 ttl=3D55 time=3D= 204 ms 64 bytes from www.freebsd.org (69.147.83.33): icmp_seq=3D5 ttl=3D55 time=3D= 208 ms --- www.freebsd.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 3999ms rtt min/avg/max/mdev =3D 204.346/207.209/209.917/2.047 ms [fernape@hammer ~]$ traceroute www.freebsd.org traceroute to www.freebsd.org (69.147.83.33), 30 hops max, 40 byte packets 1 mygateway1.ar7 (192.168.1.1) 9.807 ms 10.502 ms 11.174 ms 2 * * * 3 * * * 4 * * * 5 was-e4.WAS.US.net.DTAG.DE (62.154.5.138) 161.608 ms 163.020 ms 161.1= 91 ms 6 (62.159.124.242) 167.272 ms 149.105 ms 150.562 ms 7 so-0-0-0.pat2.pao.yahoo.com (216.115.101.130) 212.841 ms 206.573 ms 210.233 ms 8 ge-2-2-0.pat1.pao.yahoo.com (216.115.101.32) 209.140 ms 207.342 ms 209.755 ms 9 g-1-0-0-p150.msr2.sp1.yahoo.com (216.115.107.77) 209.275 ms g-0-0-0-p150.msr2.sp1.yahoo.com (216.115.107.73) 207.080 ms 208.663 ms 10 ge-1-48.bas-b2.sp1.yahoo.com (209.131.32.55) 205.223 ms ge-1-41.bas-b1.sp1.yahoo.com (209.131.32.25) 205.589 ms ge (209.131.32.55) 205.024 ms 11 www.freebsd.org (69.147.83.33) 207.774 ms 209.976 ms 207.834 ms And I get the site typing www.freebsd.org in Firefox. > > > > > -- > > -----------------------------------------------------------------------= - > > Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.929= 5x206 > > Senior System Admin - Riderway, Inc. > > http://riderway.com / http://ridecharge.com > > 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF > > > > Work like you don't need the money, > > love like you'll never get hurt, > > and dance like nobody's watching. > > > > _______________________________________________ > > 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 Thu Oct 4 17:40:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDC4F16A418 for ; Thu, 4 Oct 2007 17:40:38 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-60.bluehost.com (outbound-mail-60.bluehost.com [69.89.20.40]) by mx1.freebsd.org (Postfix) with SMTP id A7DAE13C457 for ; Thu, 4 Oct 2007 17:40:38 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 1948 invoked by uid 0); 4 Oct 2007 17:40:37 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy3.bluehost.com with SMTP; 4 Oct 2007 17:40:37 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IdUgf-0002Yc-Fb for freebsd-questions@freebsd.org; Thu, 04 Oct 2007 11:40:37 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l93K0EaC045537 for ; Wed, 3 Oct 2007 14:00:14 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l93K0EQJ045536 for freebsd-questions@freebsd.org; Wed, 3 Oct 2007 14:00:14 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Wed, 3 Oct 2007 14:00:13 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20071003200013.GD45244@demeter.hydra> Mail-Followup-To: FreeBSD Questions References: <4704DFF3.9040200@ibctech.ca> <200710041458.22743.wundram@beenic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710041458.22743.wundram@beenic.net> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 17:40:38 -0000 On Thu, Oct 04, 2007 at 02:58:22PM +0200, Heiko Wundram (Beenic) wrote: > Am Donnerstag 04 Oktober 2007 14:43:31 schrieb Steve Bertrand: > > Is there any way to accomplish this, preferably with the ability to > > incrementally name each newly created file? > > man 1 split > > (esp. -l) That's probably the best option for a one-shot deal like this. On the other hand, Perl itself provides the ability to go through a file one line at a time, so you could just read a line, operate, write a line (to a new file) as needed, over and over, until you get through the whole file. The real problem would be reading the whole file into a variable (or even multiple variables) at once. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Isaac Asimov: "Part of the inhumanity of the computer is that, once it is completely programmed and working smoothly, it is completely honest." From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 19:01:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B7FC16A419 for ; Thu, 4 Oct 2007 19:01:11 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id E4E4813C448 for ; Thu, 4 Oct 2007 19:01:10 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l94J18S1025359 for ; Thu, 4 Oct 2007 13:01:08 -0600 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay1.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l94J17Vd008179 for ; Thu, 4 Oct 2007 13:01:07 -0600 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id E6CA91F8003 for ; Thu, 4 Oct 2007 13:01:04 -0600 (MDT) From: James To: freebsd-questions Organization: Los Alamos National Laboratories Date: Thu, 04 Oct 2007 13:01:26 -0600 Message-Id: <1191524486.58109.2.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 19:01:11 -0000 Hi folks, I'm trying to do a portupgrade, and have managed it successfully the last few weeks save for one package, ffmpeg. Here's the output of the attempted install: <----------------snip----------------------------> In file included from bitstream.h:35, from bitstream.c:31: /usr/local/include/log.h:104: error: syntax error before "A_" /usr/local/include/log.h:105: error: syntax error before "A_" /usr/local/include/log.h:106: error: syntax error before "A_" /usr/local/include/log.h:107: error: syntax error before "A_" /usr/local/include/log.h:108: error: syntax error before "A_" /usr/local/include/log.h:111: error: syntax error before "A_" /usr/local/include/log.h:112: error: syntax error before "A_" bitstream.c: In function `alloc_table': bitstream.c:114: warning: `ff_realloc_static' is deprecated (declared at bitstream.c:42) gmake[1]: *** [bitstream.o] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/ffmpeg/work/ffmpeg-2007-09-14/libavcodec' gmake: *** [lib] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/ffmpeg. *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. secretariat# <--------------------------------/snip------------------------> Do you folks have any ideas on this one? I was attempting a "make deinstall && make reinstall" to see if that would overcome it at the time. James From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 19:28:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC1516A419 for ; Thu, 4 Oct 2007 19:28:52 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6C46713C467 for ; Thu, 4 Oct 2007 19:28:52 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from phoenix (hnvr-4db3df86.pool.einsundeins.de [77.179.223.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id 397BFA44529; Thu, 4 Oct 2007 21:24:19 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 21:28:48 +0200 User-Agent: KMail/1.9.7 References: <1191524486.58109.2.camel@secretariat.lanl.gov> In-Reply-To: <1191524486.58109.2.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710042128.48762.wundram@beenic.net> Cc: jamesh@lanl.gov Subject: Re: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 19:28:52 -0000 Am Donnerstag 04 Oktober 2007 21:01:26 schrieb James: > Do you folks have any ideas on this one? I was attempting a "make > deinstall && make reinstall" to see if that would overcome it at the > time. Have you tried a "make clean" in between? i.e., are you still using the broken work-directory? That'd be my first guess. -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 19:35:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78E1616A41B for ; Thu, 4 Oct 2007 19:35:01 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 438C013C4A8 for ; Thu, 4 Oct 2007 19:35:01 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l94JYvCQ000597; Thu, 4 Oct 2007 13:34:57 -0600 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l94JYvsf017525; Thu, 4 Oct 2007 13:34:57 -0600 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id 084FE1F8002; Thu, 4 Oct 2007 13:34:54 -0600 (MDT) From: James To: "Heiko Wundram (Beenic)" In-Reply-To: <200710042128.48762.wundram@beenic.net> References: <1191524486.58109.2.camel@secretariat.lanl.gov> <200710042128.48762.wundram@beenic.net> Organization: Los Alamos National Laboratories Date: Thu, 04 Oct 2007 13:35:15 -0600 Message-Id: <1191526515.58109.5.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 19:35:01 -0000 On Thu, 2007-10-04 at 21:28 +0200, Heiko Wundram (Beenic) wrote: > Am Donnerstag 04 Oktober 2007 21:01:26 schrieb James: > > Do you folks have any ideas on this one? I was attempting a "make > > deinstall && make reinstall" to see if that would overcome it at the > > time. > > Have you tried a "make clean" in between? i.e., are you still using the broken > work-directory? That'd be my first guess. > I have tried, yeah. It makes no difference. A couple of other things to note: 1. after a make deinstall, the only way to reinstall this package (which needs to be install for a portupgrade -a to work) is with pkg_add -r. 2. uname -a: FreeBSD secretariat.lanl.gov 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Wed Aug 8 13:43:46 MDT 2007 james@secretariat.lanl.gov:/usr/obj/usr/src/sys/GENERIC i386 From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 19:42:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6445E16A419 for ; Thu, 4 Oct 2007 19:42:43 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 43B4913C46A for ; Thu, 4 Oct 2007 19:42:43 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 5DECD1CDEE for ; Thu, 4 Oct 2007 11:42:42 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 21:42:37 +0200 User-Agent: KMail/1.9.7 References: <1191524486.58109.2.camel@secretariat.lanl.gov> In-Reply-To: <1191524486.58109.2.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710042142.40055.fbsd.questions@rachie.is-a-geek.net> Subject: Re: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 19:42:43 -0000 On Thursday 04 October 2007 21:01:26 James wrote: > Hi folks, > > I'm trying to do a portupgrade, and have managed it successfully the > last few weeks save for one package, ffmpeg. Here's the output of the > attempted install: > > <----------------snip----------------------------> > > In file included from bitstream.h:35, > from bitstream.c:31: > /usr/local/include/log.h:104: error: syntax error before "A_" > /usr/local/include/log.h:105: error: syntax error before "A_" > /usr/local/include/log.h:106: error: syntax error before "A_" > /usr/local/include/log.h:107: error: syntax error before "A_" > /usr/local/include/log.h:108: error: syntax error before "A_" > /usr/local/include/log.h:111: error: syntax error before "A_" > /usr/local/include/log.h:112: error: syntax error before "A_" I'm curious which port installed log.h. I don't have it on my system and it wouldn't surprise me if a local log.h conflicts with this log.h. Could you show output of: grep '^include/log.h' /var/db/pkg/*/+CONTENTS -- Mel From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 19:50:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F01016A420 for ; Thu, 4 Oct 2007 19:50:48 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4A8E213C4CE for ; Thu, 4 Oct 2007 19:50:48 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l94JolxQ003504; Thu, 4 Oct 2007 13:50:47 -0600 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l94JokgO021958; Thu, 4 Oct 2007 13:50:46 -0600 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id 411481F8002; Thu, 4 Oct 2007 13:50:42 -0600 (MDT) From: James To: Mel In-Reply-To: <200710042142.40055.fbsd.questions@rachie.is-a-geek.net> References: <1191524486.58109.2.camel@secretariat.lanl.gov> <200710042142.40055.fbsd.questions@rachie.is-a-geek.net> Organization: Los Alamos National Laboratories Date: Thu, 04 Oct 2007 13:51:03 -0600 Message-Id: <1191527463.58109.7.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 19:50:48 -0000 On Thu, 2007-10-04 at 21:42 +0200, Mel wrote: > > /usr/local/include/log.h:112: error: syntax error before "A_" > > I'm curious which port installed log.h. I don't have it on my system and it > wouldn't surprise me if a local log.h conflicts with this log.h. > > Could you show output of: > grep '^include/log.h' /var/db/pkg/*/+CONTENTS [james@secretariat ~]$ su Password: secretariat# grep '^include/log.h' /var/db/pkg/*/+CONTENTS secretariat# ...no one did. Hmm. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:00:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7631416A41B for ; Thu, 4 Oct 2007 20:00:16 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 54BEB13C530 for ; Thu, 4 Oct 2007 20:00:16 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 825991CDEE for ; Thu, 4 Oct 2007 12:00:15 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 22:00:12 +0200 User-Agent: KMail/1.9.7 References: <1191524486.58109.2.camel@secretariat.lanl.gov> <200710042142.40055.fbsd.questions@rachie.is-a-geek.net> <1191527463.58109.7.camel@secretariat.lanl.gov> In-Reply-To: <1191527463.58109.7.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710042200.13715.fbsd.questions@rachie.is-a-geek.net> Subject: Re: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:00:16 -0000 On Thursday 04 October 2007 21:51:03 James wrote: > On Thu, 2007-10-04 at 21:42 +0200, Mel wrote: > > > /usr/local/include/log.h:112: error: syntax error before "A_" > > > > I'm curious which port installed log.h. I don't have it on my system and > > it wouldn't surprise me if a local log.h conflicts with this log.h. > > > > Could you show output of: > > grep '^include/log.h' /var/db/pkg/*/+CONTENTS > > [james@secretariat ~]$ su > Password: > secretariat# grep '^include/log.h' /var/db/pkg/*/+CONTENTS > secretariat# > > > ...no one did. Hmm. Move it to XXX-log.h and recompile? If that's causing the error (and it's very likely at this point), then all you need to do is find out how that got there and whether you need it :). Any hints in that file that shows what it's part of? Like a cvs id or function prefixes. -- Mel From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:02:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E2216A469 for ; Thu, 4 Oct 2007 20:02:12 +0000 (UTC) (envelope-from ozzmosis@gmail.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 806D613C4A5 for ; Thu, 4 Oct 2007 20:02:11 +0000 (UTC) (envelope-from ozzmosis@gmail.com) Received: (qmail 24359 invoked from network); 4 Oct 2007 20:02:11 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.130.189) by smtp.mel.people.net.au with SMTP; 4 Oct 2007 20:02:11 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id E84C417065; Fri, 5 Oct 2007 06:02:06 +1000 (EST) Date: Fri, 5 Oct 2007 06:02:06 +1000 From: andrew clarke To: freebsd-questions@freebsd.org Message-ID: <20071004200206.GA47591@ozzmosis.com> References: <1191524486.58109.2.camel@secretariat.lanl.gov> <200710042142.40055.fbsd.questions@rachie.is-a-geek.net> <1191527463.58109.7.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1191527463.58109.7.camel@secretariat.lanl.gov> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:02:12 -0000 On Thu, Oct 04, 2007 at 01:51:03PM -0600, James wrote: > > > /usr/local/include/log.h:112: error: syntax error before "A_" > > > > I'm curious which port installed log.h. I don't have it on my system and it > > wouldn't surprise me if a local log.h conflicts with this log.h. > > > > Could you show output of: > > grep '^include/log.h' /var/db/pkg/*/+CONTENTS > > > > [james@secretariat ~]$ su > Password: > secretariat# grep '^include/log.h' /var/db/pkg/*/+CONTENTS > secretariat# I don't have a log.h: $ uname -a FreeBSD blizzard.dancer 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Sep 19 21:56:10 EST 2007 root@blizzard.dancer:/usr/obj/usr/src/sys/DELLGX150 i386 $ cat /usr/local/include/log.h cat: /usr/local/include/log.h: No such file or directory I would do: mv /usr/local/include/log.h /usr/local/include/log.h.backup And try rebuilding ffmpeg again. While it rebuilds, try to find out where log.h came from. :) Regards Andrew From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:16:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D322F16A41B for ; Thu, 4 Oct 2007 20:16:29 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 749DD13C494 for ; Thu, 4 Oct 2007 20:16:29 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 54562 invoked by uid 1002); 4 Oct 2007 20:16:28 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 11.245388 secs); 04 Oct 2007 20:16:28 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Oct 2007 20:16:16 -0000 Message-ID: <47054A1D.2000701@ibctech.ca> Date: Thu, 04 Oct 2007 16:16:29 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: FreeBSD Questions References: <4704DFF3.9040200@ibctech.ca> <200710041458.22743.wundram@beenic.net> <20071003200013.GD45244@demeter.hydra> In-Reply-To: <20071003200013.GD45244@demeter.hydra> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:16:29 -0000 >> man 1 split >> >> (esp. -l) > > That's probably the best option for a one-shot deal like this. On the > other hand, Perl itself provides the ability to go through a file one > line at a time, so you could just read a line, operate, write a line (to > a new file) as needed, over and over, until you get through the whole > file. > > The real problem would be reading the whole file into a variable (or even > multiple variables) at once. This is what I am afraid of. Just out of curiosity, if I did try to read the entire file into a Perl variable all at once, would the box panic, or as the saying goes 'what could possibly go wrong'? Steve From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:22:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABED716A419 for ; Thu, 4 Oct 2007 20:22:28 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 78A7313C4B7 for ; Thu, 4 Oct 2007 20:22:28 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from phoenix (hnvr-4db3df86.pool.einsundeins.de [77.179.223.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id 77F23A44529 for ; Thu, 4 Oct 2007 22:17:55 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 22:22:25 +0200 User-Agent: KMail/1.9.7 References: <4704DFF3.9040200@ibctech.ca> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> In-Reply-To: <47054A1D.2000701@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710042222.25488.wundram@beenic.net> Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:22:28 -0000 Am Donnerstag 04 Oktober 2007 22:16:29 schrieb Steve Bertrand: > This is what I am afraid of. Just out of curiosity, if I did try to read > the entire file into a Perl variable all at once, would the box panic, > or as the saying goes 'what could possibly go wrong'? Perl most certainly wouldn't make the box panic (at least I hope so :-)), but would barf and quit at some point in time when it can't allocate any more memory (because all memory is in use). Meanwhile, your swap would've filled up completely, and your box would've become totally unresponsive, which goes away instantly the second Perl is dead/quits. Try it. ;-) (at your own risk) -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:25:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9561A16A47C for ; Thu, 4 Oct 2007 20:25:29 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 3372E13C44B for ; Thu, 4 Oct 2007 20:25:28 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 54912 invoked by uid 1002); 4 Oct 2007 20:25:28 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 21.041315 secs); 04 Oct 2007 20:25:28 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Oct 2007 20:25:06 -0000 Message-ID: <47054C2E.8040304@ibctech.ca> Date: Thu, 04 Oct 2007 16:25:18 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "Heiko Wundram (Beenic)" References: <4704DFF3.9040200@ibctech.ca> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> <200710042222.25488.wundram@beenic.net> In-Reply-To: <200710042222.25488.wundram@beenic.net> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:25:29 -0000 Heiko Wundram (Beenic) wrote: > Am Donnerstag 04 Oktober 2007 22:16:29 schrieb Steve Bertrand: >> This is what I am afraid of. Just out of curiosity, if I did try to read >> the entire file into a Perl variable all at once, would the box panic, >> or as the saying goes 'what could possibly go wrong'? > > Perl most certainly wouldn't make the box panic (at least I hope so :-)), but > would barf and quit at some point in time when it can't allocate any more > memory (because all memory is in use). Meanwhile, your swap would've filled > up completely, and your box would've become totally unresponsive, which goes > away instantly the second Perl is dead/quits. > > Try it. ;-) (at your own risk) LOL, on a production box?...nope. Hence why I asked here, probing if someone has made this mistake before I do ;) The reason for the massive file size was my haste in running out of the office on Friday and forgetting to kill the tcpdump process before the weekend began. Steve From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:27:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA2FA16A473 for ; Thu, 4 Oct 2007 20:27:13 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 85DC313C4BA for ; Thu, 4 Oct 2007 20:27:13 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l94KRBFh095037; Thu, 4 Oct 2007 15:27:12 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6Y9Kt0eLU7aR; Thu, 4 Oct 2007 15:27:06 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l94KR2ai095028; Thu, 4 Oct 2007 15:27:03 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <47054C90.8000500@daleco.biz> Date: Thu, 04 Oct 2007 15:26:56 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> <1bd550a00710041005y349c324n570a6c22471d135d@mail.gmail.com> In-Reply-To: <1bd550a00710041005y349c324n570a6c22471d135d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: "Philip M. Gollucci" , George Fazio , FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:27:13 -0000 Fernando Apesteguía wrote: >>>>> >>>>> I'm having some problems with the FreeBSD site. Basically, when I type >>>>> www.freebsd.org in the address bar in Firefox I can't access the web. >>>>> I get always a timeout. >> I tried just now: >> ----------------------------------------- >> [fernape@hammer ~]$ traceroute www.freebsd.org >> traceroute to www.freebsd.org (32.1.4.248), 30 hops max, 40 byte packets (and it didn't work). > Right now, it works: > > [fernape@hammer ~]$ ping www.freebsd.org > PING www.freebsd.org (69.147.83.33) 56(84) bytes of data. 32.1.4.248 is an AT&T address, and I don't think freebsd.org should ever be there (do we have a Florida mirror?). 69.147.83.33 is Yahoo!, and I! think! that! seems! a! lot! more! correct! ;-) DNS problems/poisoning, perhaps? Kevin Kinsey -- One nuclear bomb can ruin your whole day. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:30:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD5B816A469 for ; Thu, 4 Oct 2007 20:30:19 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-38.bluehost.com (outbound-mail-38.bluehost.com [69.89.20.192]) by mx1.freebsd.org (Postfix) with SMTP id B6AB613C4E8 for ; Thu, 4 Oct 2007 20:30:19 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 32279 invoked by uid 0); 4 Oct 2007 20:30:19 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy2.bluehost.com with SMTP; 4 Oct 2007 20:30:19 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IdXKs-0007ly-Dl for freebsd-questions@freebsd.org; Thu, 04 Oct 2007 14:30:18 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l93Mnsu9046185 for ; Wed, 3 Oct 2007 16:49:54 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l93Mns3d046184 for freebsd-questions@freebsd.org; Wed, 3 Oct 2007 16:49:54 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Wed, 3 Oct 2007 16:49:53 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20071003224953.GA46149@demeter.hydra> Mail-Followup-To: FreeBSD Questions References: <4704DFF3.9040200@ibctech.ca> <200710041458.22743.wundram@beenic.net> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47054A1D.2000701@ibctech.ca> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:30:20 -0000 On Thu, Oct 04, 2007 at 04:16:29PM -0400, Steve Bertrand wrote: > >> man 1 split > >> > >> (esp. -l) > > > > That's probably the best option for a one-shot deal like this. On the > > other hand, Perl itself provides the ability to go through a file one > > line at a time, so you could just read a line, operate, write a line (to > > a new file) as needed, over and over, until you get through the whole > > file. > > > > The real problem would be reading the whole file into a variable (or even > > multiple variables) at once. > > This is what I am afraid of. Just out of curiosity, if I did try to read > the entire file into a Perl variable all at once, would the box panic, > or as the saying goes 'what could possibly go wrong'? Perl will happily load stuff into RAM until you run out of RAM. I imagine it would then keep loading stuff into "memory", and the box would start swapping. Eventually, you'd run out of swap space. Perl is known to some as the "Swiss Army chainsaw" for a reason: it'll cut limbs off trees about as quickly as you can put limbs in front of it. If you put one of your own limbs in front of it (say, a leg), it'll do exactly the same thing -- but with more bleeding and screaming. It's kinda like Unix, that way. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Brian K. Reid: "In computer science, we stand on each other's feet." From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:31:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A27416A418 for ; Thu, 4 Oct 2007 20:31:33 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-62.bluehost.com (outbound-mail-62.bluehost.com [69.89.21.22]) by mx1.freebsd.org (Postfix) with SMTP id 33BCA13C494 for ; Thu, 4 Oct 2007 20:31:33 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 15621 invoked by uid 0); 4 Oct 2007 20:31:32 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy4.bluehost.com with SMTP; 4 Oct 2007 20:31:32 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IdXM4-00082b-7c for freebsd-questions@freebsd.org; Thu, 04 Oct 2007 14:31:32 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l93Mp9ij046206 for ; Wed, 3 Oct 2007 16:51:09 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l93Mp9ih046205 for freebsd-questions@freebsd.org; Wed, 3 Oct 2007 16:51:09 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Wed, 3 Oct 2007 16:51:08 -0600 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20071003225108.GB46149@demeter.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <4704DFF3.9040200@ibctech.ca> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> <200710042222.25488.wundram@beenic.net> <47054C2E.8040304@ibctech.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47054C2E.8040304@ibctech.ca> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:31:33 -0000 On Thu, Oct 04, 2007 at 04:25:18PM -0400, Steve Bertrand wrote: > Heiko Wundram (Beenic) wrote: > > Am Donnerstag 04 Oktober 2007 22:16:29 schrieb Steve Bertrand: > >> This is what I am afraid of. Just out of curiosity, if I did try to read > >> the entire file into a Perl variable all at once, would the box panic, > >> or as the saying goes 'what could possibly go wrong'? > > > > Perl most certainly wouldn't make the box panic (at least I hope so :-)), but > > would barf and quit at some point in time when it can't allocate any more > > memory (because all memory is in use). Meanwhile, your swap would've filled > > up completely, and your box would've become totally unresponsive, which goes > > away instantly the second Perl is dead/quits. > > > > Try it. ;-) (at your own risk) > > LOL, on a production box?...nope. > > Hence why I asked here, probing if someone has made this mistake before > I do ;) > > The reason for the massive file size was my haste in running out of the > office on Friday and forgetting to kill the tcpdump process before the > weekend began. Sounds like you may want a Perl script to automate managing your tcpdumps. Just a thought. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Kent Beck: "I always knew that one day Smalltalk would replace Java. I just didn't know it would be called Ruby." From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:34:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 098A516A419 for ; Thu, 4 Oct 2007 20:34:32 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id A3DE713C4B3 for ; Thu, 4 Oct 2007 20:34:31 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l94KYQ8I095201; Thu, 4 Oct 2007 15:34:26 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RMakEGTSEDRJ; Thu, 4 Oct 2007 15:34:17 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l94KYCl0095153; Thu, 4 Oct 2007 15:34:13 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <47054E3F.1060709@daleco.biz> Date: Thu, 04 Oct 2007 15:34:07 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Bill Stwalley References: <687f2b920709262347l23b3d6cfv3969ea804f4963c3@mail.gmail.com> <20070930110108.T79156@obelix.home.rakhesh.com> <687f2b920710030143w188eba97sac9858f70015fe90@mail.gmail.com> In-Reply-To: <687f2b920710030143w188eba97sac9858f70015fe90@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: too late to change to security branch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:34:32 -0000 Bill Stwalley wrote: > On 9/30/07, Rakhesh Sasidharan wrote: >> >> Hi Bill! >> >>> I have servers running 6.1 and 6.2. I use freebsd-update in cron jobs >> to >>> install binary security update to the base system, and use >> cvsup/portupgrade >>> in cron jobs to install port updates. By default, cvsup uses CURRENT >>> branch. >> The ports system doesn't have any branches. The same tree is used between >> all the different FreeBSD branches so you can't just track security >> updates only. You track it using portupgrade/ cvsup. >> >> The base system has many branches. In your case, you seem to be following >> the security branches for 6.1 and 6.2 using freebsd-update. >> >>> I am tired of some updates breaking something unnecessarily, and am >> thinking >>> of changing to SECURITY branch in cvsup. Is that possible? Some of my >>> ports are already locally compiled with customized options. >> Maybe you can provide more info on what's breaking? >> >> I use FreeBSD for a couple of headless machines. No X and other stuff, but >> I haven't had any breakages so far. *touchwood* Do go though the UPDATING >> file to check out any gotchas before updating. >> >> HTH, >> >> >> - Rakhesh >> http://rakhesh.net/ >> > > I'm grateful to all your clarifications, as I feel this operation system is > really supported with care. > > Our uw-imap was broken recently for a few days as people could not login, so > I had to switch to dovecot. Nothing was mentioned in the UPDATING file, > although there was indeed a big update of uw-imap. I only got relieved > after finding > http://lists.freebsd.org/pipermail/freebsd-ports/2007-October/044051.htmlposted > a couple days later. > > Things similar to this, although to less extent, did happen once a couple > months, sometimes the "postfix" and other startup scripts in > /usr/local/etc/rc.d/ will be renamed to "postfix.sh" or vice verser by port > upgrade, that broke my other scripts. > > As everyone appears to suggest against updating ports in cron job and > suggest reading UPDATING instead and then updating by hand, I'm really > curious: Is it practical to do that when you manage a dozen servers? I > imagine doing that alone would be a substantial job. However crontab > updated ports do take down services from time to time. > > Best, Bill In the Handbook, Chapter 23.5, is one plan: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/small-lan.html HTH, Kevin Kinsey -- APL is a natural extension of assembler language programming; ...and is best for educational purposes. -- A. Perlis From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:38:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2C7216A41B for ; Thu, 4 Oct 2007 20:38:00 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C240D13C481 for ; Thu, 4 Oct 2007 20:38:00 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id C674E1CDEE for ; Thu, 4 Oct 2007 12:37:59 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 22:37:54 +0200 User-Agent: KMail/1.9.7 References: <4704DFF3.9040200@ibctech.ca> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> In-Reply-To: <47054A1D.2000701@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710042237.57712.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:38:01 -0000 On Thursday 04 October 2007 22:16:29 Steve Bertrand wrote: > >> man 1 split > >> > >> (esp. -l) > > > > That's probably the best option for a one-shot deal like this. On the > > other hand, Perl itself provides the ability to go through a file one > > line at a time, so you could just read a line, operate, write a line (to > > a new file) as needed, over and over, until you get through the whole > > file. > > > > The real problem would be reading the whole file into a variable (or even > > multiple variables) at once. > > This is what I am afraid of. Just out of curiosity, if I did try to read > the entire file into a Perl variable all at once, would the box panic, > or as the saying goes 'what could possibly go wrong'? There's probably a reason why you want to process that file - splitting it can be a problem if you need to keep track of some states and it splits on the wrong line. So, I'd probably open it in perl (or whatever processor) directly and use a database for storage if I really need to keep string contexts, so that on each line iteration my perl memory is clean. -- Mel From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:39:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADB0716A469 for ; Thu, 4 Oct 2007 20:39:40 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7668713C481 for ; Thu, 4 Oct 2007 20:39:40 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so247141nzf for ; Thu, 04 Oct 2007 13:39:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=U/FyxM1hPdpu8CEfOaqI1o96t6lwDa+HYVmLp2A+70c=; b=ryE1o1azRpQyn6QMidukGexZsZ99oQZuzJYH3u5PWo6Cge1tAdVuFq3R9wk0nYjdaFU4OWXkn8etBMGAxP8FXphfUoUA5Q56yMEMc6TsuoRkvp02yqKOvu9oswxh3ZLco3v/vk1TmiSoljGsffnFn4Hj4Gw1uFu5Qu+3gJymMik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tvjI4YMmKcRfxvOOFyQqz/jmblHPttEDvOo5nl2p+i1bY5p+51TMiM8iQUg+aF7PxxXXdsFXBnNZ76+PtZmOOBxItVdwBslyNUjki/KUCRNbNfRFFT1OQH6rjjfPd9ZWEAtRC7kl7EcyZP5raOmGsmMovOeI5+PrAzfQVNdXmwQ= Received: by 10.65.192.19 with SMTP id u19mr3494674qbp.1191530379073; Thu, 04 Oct 2007 13:39:39 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Thu, 4 Oct 2007 13:39:39 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 20:39:39 +0000 From: "Aryeh Friedman" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:39:40 -0000 Open office does not compile on 7-current amd64 what would be a good replacement(s) for most of it's functionality (word processing and spreadsheets are what matter to me) From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:45:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C460F16A417 for ; Thu, 4 Oct 2007 20:45:10 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 686EF13C458 for ; Thu, 4 Oct 2007 20:45:10 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l94Kj9Be095464; Thu, 4 Oct 2007 15:45:09 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kYG2dcOTmk2L; Thu, 4 Oct 2007 15:45:04 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l94Kj0cD095431; Thu, 4 Oct 2007 15:45:02 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <470550C7.6020205@daleco.biz> Date: Thu, 04 Oct 2007 15:44:55 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: bsd References: <0F8C62C3-CD4B-4811-A722-95C2659A5222@todoo.biz> <200710040038.08324.beech@freebsd.org> In-Reply-To: <200710040038.08324.beech@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: =?windows-1252?q?Re=3A_PHP4_v=2E_php4-4=2E4=2E7=5F2_refuse_to_up?= =?windows-1252?q?grade_=85?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:45:10 -0000 Beech Rintoul wrote: > On Wednesday 03 October 2007, bsd said: >> Hello, >> >> >> I am using >> >> FreeBSD xxx.fr 5.5-RELEASE-p9 FreeBSD 5.5-RELEASE-p9 #1: Thu Dec 14 >> 11:39:18 CET 2006 root@newmail.rmm.fr:/usr/obj/usr/src/sys/ >> GENERIC i386 >> >> >> When trying to upgrade from php php4-4.4.7_1 to php4-4.4.7_2 there >> is this strange error… >> >> >> Updating the pkgdb in /var/db/pkg ... - 209 >> packages found (-3 +1) (...). done] >> ---> Upgrading 'php4-4.4.7_1' to 'php4-4.4.7_2' (lang/php4) >> ---> Building '/usr/ports/lang/php4' >> ===> Cleaning for autoconf-2.61_2 >> ===> Cleaning for php4-4.4.7_2 >> ===> php4-4.4.7_2 has known vulnerabilities: >> => php -- multiple vulnerabilities. >> Reference: > 71d903fc-602d-11dc-898c-001921ab2fa4.html> >> => Please update your ports tree and try again. >> *** Error code 1 >> >> Stop in /usr/ports/lang/php4. >> *** Error code 1 >> >> Stop in /usr/ports/lang/php4. >> ** Command failed [exit code 1]: /usr/bin/script -qa >> /tmp/portupgrade. 24846.54 env UPGRADE_TOOL=portupgrade >> UPGRADE_PORT=php4-4.4.7_1 UPGRADE_PORT_VER=4.4.7_1 make >> ** Fix the problem and try again. >> >> >> I don't understand because my port tree is up to date !! >> >> Any idea ? > > Yes it means that the port you're trying to update to has security > issues. If you're feeling lucky you can do: > portupgrade -m DISABLE_VULNERABILITIES=yes php > > But it's not a good idea. If you build it anyway and get hacked, don't > say you weren't warned ;-) PHP4 is EOL; the fact that 4.4.7-2 has vulnerabilities is only surprising because it's still listed as the latest "historical" PHP release on php.net, and they have promised on the front page to continue to support PHP4 until the end of the year. One can't judge without further research, but perhaps the development team is dragging their feet on purpose for some reason, or they've maybe handed PHP4 off to a couple of junior guys who are pulling their hair out on it? All conjecture. I'd advise moving to PHP5 now. It doesn't hurt much. Main thing I remember is that short_tags=off and I had to replace quite a few of those.... Kevin Kinsey -- English literature's performing flea. -- Sean O'Casey on P. G. Wodehouse From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:52:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3700616A468 for ; Thu, 4 Oct 2007 20:52:35 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 8B80413C4C3 for ; Thu, 4 Oct 2007 20:52:33 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.114]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l94Kq9Hm029963; Fri, 5 Oct 2007 00:52:22 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l94Kseo3006129; Fri, 5 Oct 2007 00:54:40 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: "Aryeh Friedman" References: From: Boris Samorodov Date: Fri, 05 Oct 2007 00:54:40 +0400 In-Reply-To: (Aryeh Friedman's message of "Thu\, 4 Oct 2007 20\:39\:39 +0000") Message-ID: <75303199@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Mailing List Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:52:35 -0000 On Thu, 4 Oct 2007 20:39:39 +0000 Aryeh Friedman wrote: > Open office does not compile on 7-current amd64 what would be a good editors/openoffice.org-2 does compile at 7-current amd64. > replacement(s) for most of it's functionality (word processing and > spreadsheets are what matter to me) WBR -- bsam From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:53:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04CB616A41B for ; Thu, 4 Oct 2007 20:53:03 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 90A1513C4B9 for ; Thu, 4 Oct 2007 20:53:01 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l94KpUtV089701 for ; Thu, 4 Oct 2007 16:51:30 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l94KpUKR089700 for freebsd-questions@freebsd.org; Thu, 4 Oct 2007 16:51:30 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 4 Oct 2007 16:51:30 -0400 From: Jerry McAllister To: freebsd-questions@freebsd.org Message-ID: <20071004205130.GB89374@gizmo.acns.msu.edu> References: <4704DFF3.9040200@ibctech.ca> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> <200710042222.25488.wundram@beenic.net> <47054C2E.8040304@ibctech.ca> <20071003225108.GB46149@demeter.hydra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071003225108.GB46149@demeter.hydra> User-Agent: Mutt/1.4.2.2i Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:53:03 -0000 On Wed, Oct 03, 2007 at 04:51:08PM -0600, Chad Perrin wrote: > On Thu, Oct 04, 2007 at 04:25:18PM -0400, Steve Bertrand wrote: > > Heiko Wundram (Beenic) wrote: > > > Am Donnerstag 04 Oktober 2007 22:16:29 schrieb Steve Bertrand: > > >> This is what I am afraid of. Just out of curiosity, if I did try to read > > >> the entire file into a Perl variable all at once, would the box panic, > > >> or as the saying goes 'what could possibly go wrong'? > > > > > > Perl most certainly wouldn't make the box panic (at least I hope so :-)), but > > > would barf and quit at some point in time when it can't allocate any more > > > memory (because all memory is in use). Meanwhile, your swap would've filled > > > up completely, and your box would've become totally unresponsive, which goes > > > away instantly the second Perl is dead/quits. > > > > > > Try it. ;-) (at your own risk) > > > > LOL, on a production box?...nope. > > > > Hence why I asked here, probing if someone has made this mistake before > > I do ;) > > > > The reason for the massive file size was my haste in running out of the > > office on Friday and forgetting to kill the tcpdump process before the > > weekend began. > > Sounds like you may want a Perl script to automate managing your > tcpdumps. > > Just a thought. Yes. Actually, you can open that file and start reading it in Perl and open files to write out the chunks the way you want them. Then close each. Make up a name with a counter in it to create all the many files of chunks. Suck off some data/statistics and accumulate info you want as you go. You could even decide some of it isn't worth keeping and cut the size of your chunks down if you don't need all of it. But, you would have to close each of those chunk files or you would run out of space for open files. So, there would have to be a counter loop to keep track of how much was written to each chunk and an open and close for each one. ////jerry > > -- > CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] > Kent Beck: "I always knew that one day Smalltalk would replace Java. I > just didn't know it would be called Ruby." > _______________________________________________ > 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 Thu Oct 4 21:00:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2864516A418 for ; Thu, 4 Oct 2007 21:00:05 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id E1F6913C478 for ; Thu, 4 Oct 2007 21:00:04 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so615428pyb for ; Thu, 04 Oct 2007 14:00:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=vWLwiuWoCFzQYBkA8Byfn5hWXyrRR/Rt3e6xnt0citg=; b=mpOslvOOM4+SmK0HGZpNCT2s3DIi9JGAIBUzu2DtUqjBBru6kew1igspQNJuhEkFxhJBiZF9BYFz+sjmfqvtKI6EhFnu5QAd2MofsoZ/szouIqtjBAUNGRcsjlZ4nzLe6yz0QWWILYDtPh+3OpfEXF2/JyayBBVCF7XNCwtxYTs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PvjsbkP9YZXoF42IUNN8XNbymOkKoEwh+wE/ZpCrdLnM8oEe+XeYJRvsUIf8qOwGJXu/JshCqjIY3P0f+WWNFQs8UTU9a89AYGEsfSMwjWEo9+RtR/vTxwr8QuZIRW1ToFjGsHyhz/gU3ocIgt40RddJWka9Jzbdm350AcvZdfM= Received: by 10.65.214.19 with SMTP id r19mr13631718qbq.1191531603508; Thu, 04 Oct 2007 14:00:03 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Thu, 4 Oct 2007 14:00:03 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 21:00:03 +0000 From: "Aryeh Friedman" To: "Boris Samorodov" , "FreeBSD Mailing List" In-Reply-To: <75303199@bsam.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <75303199@bsam.ru> Cc: Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:00:05 -0000 since when... tried it last week and nothing On 10/4/07, Boris Samorodov wrote: > On Thu, 4 Oct 2007 20:39:39 +0000 Aryeh Friedman wrote: > > > Open office does not compile on 7-current amd64 what would be a good > > editors/openoffice.org-2 does compile at 7-current amd64. > > > replacement(s) for most of it's functionality (word processing and > > spreadsheets are what matter to me) > > > WBR > -- > bsam > From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 21:06:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3434416A473 for ; Thu, 4 Oct 2007 21:06:04 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id F023E13C513 for ; Thu, 4 Oct 2007 21:06:03 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 04 Oct 2007 17:06:03 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JEE59683; Thu, 4 Oct 2007 17:06:02 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 04 Oct 2007 17:05:58 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18181.21941.554561.968032@jerusalem.litteratus.org> Date: Thu, 4 Oct 2007 17:05:57 -0400 To: "FreeBSD Mailing List" In-Reply-To: References: <75303199@bsam.ru> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:06:04 -0000 Aryeh Friedman writes: > > editors/openoffice.org-2 does compile at 7-current amd64. > > since when... tried it last week and nothing Don't know how it affects amd64, but I know patches have been committed in the last calendar week. What would not build on i386 then just finished building two hours ago. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 21:11:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7799316A417 for ; Thu, 4 Oct 2007 21:11:30 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5700E13C43E for ; Thu, 4 Oct 2007 21:11:30 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id A716E1CDEE for ; Thu, 4 Oct 2007 13:11:28 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 23:11:24 +0200 User-Agent: KMail/1.9.7 References: <0F8C62C3-CD4B-4811-A722-95C2659A5222@todoo.biz> <200710040038.08324.beech@freebsd.org> <470550C7.6020205@daleco.biz> In-Reply-To: <470550C7.6020205@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710042311.25378.fbsd.questions@rachie.is-a-geek.net> Subject: Re: PHP4 v. php4-4.4.7_2 refuse to upgrade =?windows-1252?q?=85?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:11:30 -0000 On Thursday 04 October 2007 22:44:55 Kevin Kinsey wrote: > I'd advise moving to PHP5 now. It doesn't hurt much. That's a loaded statement. "It didn't hurt much for me" would be more to the point. I'm also advising to move to PHP 5, but don't just install it and wait for your customers/vistors to call with their problems. There's a few extensions that have been abandoned, if you use one of those, you're in for a surprise - also some functions behave slightly different. I'd do some solid research first or better, copy your apps to a test machine running php 5, test everything, then let your peers test everything and then let a spider crawl through it. -- Mel From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 21:15:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E562916A468 for ; Thu, 4 Oct 2007 21:15:20 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-03.bluehost.com (outbound-mail-03.bluehost.com [69.89.21.13]) by mx1.freebsd.org (Postfix) with SMTP id BF17013C4BF for ; Thu, 4 Oct 2007 21:15:20 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 23770 invoked by uid 0); 4 Oct 2007 21:15:18 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy1.bluehost.com with SMTP; 4 Oct 2007 21:15:18 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IdY2Q-00077E-Bj for freebsd-questions@freebsd.org; Thu, 04 Oct 2007 15:15:18 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l93NYoZ9046445 for ; Wed, 3 Oct 2007 17:34:50 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l93NYoYk046444 for freebsd-questions@freebsd.org; Wed, 3 Oct 2007 17:34:50 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Wed, 3 Oct 2007 17:34:49 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20071003233449.GA46401@demeter.hydra> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: autoconf failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:15:21 -0000 First, portversion reports as follows: # portversion -v|grep -v = autoconf-2.53_4 < needs updating (port has 2.61_2) autoconf-2.59_3 < needs updating (port has 2.61_2) Then, /usr/ports/UPDATING fails to note anything about the new autoconf version other than the following: The ports tree has been migrated to the latest version of autoconf, 2.61. Versions 2.53 and 2.59 were declared obsolete and removed. Finally, using portupgrade to try to update my autoconf version yields the following results: ===> autoconf-2.61_2 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/autoconf261 without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/devel/autoconf261. *** Error code 1 Stop in /usr/ports/devel/autoconf261. ** Command failed [exit code 1]: /usr/bin/script -qa \ /tmp/portupgrade.31535.1 env UPGRADE_TOOL=portupgrade \ UPGRADE_PORT=autoconf-2.53_4 UPGRADE_PORT_VER=2.53_4 make reinstall ---> Restoring the old version I also get this: ** Port marked as IGNORE: x11-servers/xorg-server-snap: is outdated I'm not entirely sure what that's about. I imagine it wouldn't be safe to `make deinstall` all things autoconf, then try to `make install` autoconf. Am I wrong about that? Is there some other way to fix this? Have I overlooked something obvious? -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Larry Wall: "A script is what you give the actors. A program is what you give the audience." From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 21:17:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A37416A417 for ; Thu, 4 Oct 2007 21:17:37 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6360413C448 for ; Thu, 4 Oct 2007 21:17:37 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so365548waf for ; Thu, 04 Oct 2007 14:17:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; bh=5vCbLn3rSX2LTCIrJt/6303yBk1upBtadjwiPgpTnzg=; b=f1TGtDN7mAN5kinQzUB/CeO41A0NJ9PqogMIh2pcoDXDwT6/I59i1gX8eiYZt7UBDA5nfe98pOYVJpQLnzOwvJ4fduo7GA7mv3/lcIRQvo/x6M+5BiEDm0J5ggzFM68zQ/p5cfQY5VWSZI00RV5+d1BuyV8gszgqEumo559ahiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=bCvPlMI/PBhZ5UZ/1e/abRlNf7UU2IjkrI8z71YLimSTWLVBHXG59gSvslIjrCl4OrBI2zLvkC+505BLhK3ULIVqDc4Rh1LFgDfejeCRN83ZodZmUQW0O5haQyJIiUpZHzHRbAN7buTisfL4YP8l8HC3vcml5Vkic2P1nh0sb2o= Received: by 10.114.202.15 with SMTP id z15mr1917370waf.1191531171488; Thu, 04 Oct 2007 13:52:51 -0700 (PDT) Received: from asus64 ( [66.75.108.9]) by mx.google.com with ESMTPS id v38sm4503889wah.2007.10.04.13.52.48 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Oct 2007 13:52:49 -0700 (PDT) Date: Thu, 4 Oct 2007 10:52:41 -1000 From: Robert Marella To: Robert Huff Message-ID: <20071004105241.2cc7a50a@asus64> In-Reply-To: <18165.7356.32792.548184@jerusalem.litteratus.org> References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; amd64-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Manolis Kiagias , freebsd-questions@freebsd.org Subject: Re: xmms crashing at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:17:37 -0000 On Sat, 22 Sep 2007 09:46:36 -0400 Robert Huff wrote: > Manolis Kiagias writes: > > > I believe this started after upgrading to Xorg-7.3: > > > > sonic@freebsdgr:~$ xmms > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > serial 1492 error_code 8 request_code 72 minor_code 0 > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > serial 1493 error_code 8 request_code 72 minor_code 0 > > > > I tried uninstalling and recompiling the port, nothing changed. > > I also can't find anything meaningful about this in Google. Any > > ideas? > > Same here, with slight variation: > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 2435 error_code 8 request_code 72 minor_code 0 > > > Robert Huff Has anything been done to correct this? I am still experiencing this on two separate machines. One of which is running i386 and the other amd64. Both are running Stable and xorg 7.3 [robert@asus64] ~> xmms Gdk-ERROR **: BadMatch (invalid parameter attributes) serial 1463 error_code 8 request_code 72 minor_code 0 All ports are up to date as of today. Thanks Robert From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 21:30:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D119816A468 for ; Thu, 4 Oct 2007 21:30:15 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 4947D13C4B8 for ; Thu, 4 Oct 2007 21:30:15 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.114]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l94LTs5t041513; Fri, 5 Oct 2007 01:30:05 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l94LWPbV006226; Fri, 5 Oct 2007 01:32:25 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: "Aryeh Friedman" References: <75303199@bsam.ru> From: Boris Samorodov Date: Fri, 05 Oct 2007 01:32:25 +0400 In-Reply-To: (Aryeh Friedman's message of "Thu\, 4 Oct 2007 21\:00\:03 +0000") Message-ID: <53860934@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Mailing List Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:30:15 -0000 Please, don't top-post. On Thu, 4 Oct 2007 21:00:03 +0000 Aryeh Friedman wrote: > On 10/4/07, Boris Samorodov wrote: > > On Thu, 4 Oct 2007 20:39:39 +0000 Aryeh Friedman wrote: > > > > > Open office does not compile on 7-current amd64 what would be a good > > > > editors/openoffice.org-2 does compile at 7-current amd64. > > > > > replacement(s) for most of it's functionality (word processing and > > > spreadsheets are what matter to me) > since when... tried it last week and nothing Are you kidding? If you show the error message then someone may comment on it. So far your statements are not convincing. Here is the relevant part of my log: ----- building openoffice.org-2.3.0 in directory /usr/local/tinderbox/7-amd64-bsam maintained by: openoffice@FreeBSD.org port directory: /usr/ports/editors/openoffice.org-2 build started at Sat Sep 29 18:10:38 UTC 2007 [...] ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/openoffice.org-2.3.0/program/python-core-2.3.4/lib/lib-dynload/_socket.so /usr/local/openoffice.org-2.3.0/program/libucpdav1.so /usr/local/openoffice.org-2.3.0/program/libcurl.so.3.0.0 /usr/local/openoffice.org-2.3.0/program/libuno_sal.so.3 If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.openoffice.org/ ================================================================ ======================================== [...] build of /usr/ports/editors/openoffice.org-2 ended at Sun Sep 30 01:25:22 UTC 2007 ----- If you need a full log I may give an URL but beware it's more 50MB long... WBR -- bsam From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 21:35:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A08816A418 for ; Thu, 4 Oct 2007 21:35:38 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 516B013C48D for ; Thu, 4 Oct 2007 21:35:38 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so268415wxd for ; Thu, 04 Oct 2007 14:35:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=kpOJ+gjQxlbHgxjKDWbEs5rprOKdy3g3yNq2cygf8HM=; b=ik1zEYTteGvtR7VfiDITbx2hTejx9CsPhQgz7DB9hZ1N1gVKzP5NqOpVrYRv8wGqd7Avjbr+kKQ+uviLx/s5nrU/veEkQ1RKhrqu0/loPaA+OBCep3ViuMOgRZBD2LkNJXFr3QPQTvYx2SkOdXtx2lHP/SJ6ek/J5aCYjYIlXjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=hPuYWjn7odh2484NpLKc27IDOsUCIx+nG4NY1QclVZqaULibtHqVl7/ktTDe79OIk8qcriOKRondNGScsJY1eH/VBChFMU72I8ninEaPSjtK4nWnEk0pbHYfRrDt6xzQM0EXCw8iokQhaabPeJkfuVxeWdPj+0uim8xk4mM4jvM= Received: by 10.70.14.17 with SMTP id 17mr4120684wxn.1191533737350; Thu, 04 Oct 2007 14:35:37 -0700 (PDT) Received: by 10.70.51.3 with HTTP; Thu, 4 Oct 2007 14:35:37 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 18:35:37 -0300 From: luizbcampos@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: portupgrade SOS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:35:38 -0000 Dear Sirs After I had cvsuped FreeBSD-6.1-R amd64 I tried to portupgrade it but I got the following mssg: cd: can't cd to /usr/ports/sysutils/portupgrade cd: can't cd to /usr/ports/net/openldap22-client cd: can't cd to /usr/ports/x11/xorg-manpages ---------->Upgrading 'gsfonts-8.11_2 to gsfonts-8.11_4' (print gsfonts) ---------->Building '/usr/ports/print/gsfonts' On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=$(LOCALBASE) in make.conf. On the other hand, if you do wish to use non-default X11BASE, please set variables USE_NONDEFAULT_X11BASE. ***Error code 1 >> Such message repeats to many other packages to be upgraded. I tried to add the said parameters on the message in /etc/make.conf but the error lingers on From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 21:47:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9F5416A419 for ; Thu, 4 Oct 2007 21:47:14 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 5409413C48D for ; Thu, 4 Oct 2007 21:47:14 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.114]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l94LkpY4047109; Fri, 5 Oct 2007 01:47:02 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l94LnMts006273; Fri, 5 Oct 2007 01:49:22 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: luizbcampos@gmail.com References: From: Boris Samorodov Date: Fri, 05 Oct 2007 01:49:22 +0400 In-Reply-To: (luizbcampos@gmail.com's message of "Thu\, 4 Oct 2007 18\:35\:37 -0300") Message-ID: <77069917@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade SOS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:47:14 -0000 On Thu, 4 Oct 2007 18:35:37 -0300 luizbcampos@gmail.com wrote: > Dear Sirs Hello dear FreeBSD user > After I had cvsuped FreeBSD-6.1-R amd64 I tried to portupgrade it but Have you got a chance to read/answer/etc http://docs.freebsd.org/cgi/getmsg.cgi?fetch=17845+0+current/freebsd-emulation ? > I got the following mssg: > cd: can't cd to /usr/ports/sysutils/portupgrade > cd: can't cd to /usr/ports/net/openldap22-client > cd: can't cd to /usr/ports/x11/xorg-manpages > ---------->Upgrading 'gsfonts-8.11_2 to gsfonts-8.11_4' (print gsfonts) > ---------->Building '/usr/ports/print/gsfonts' > On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE > by itself so please help it a bit by setting X11BASE=$(LOCALBASE) in > make.conf. On the other hand, if you do wish to use non-default X11BASE, > please set variables USE_NONDEFAULT_X11BASE. > ***Error code 1 > >> Such message repeats to many other packages to be upgraded. I tried to > add the said parameters on the message in /etc/make.conf but the error > lingers on WBR -- bsam From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 21:53:20 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DDE816A41B for ; Thu, 4 Oct 2007 21:53:20 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 1CB0213C4B2 for ; Thu, 4 Oct 2007 21:53:20 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IdYdl-0001mc-SY for questions@freebsd.org; Thu, 04 Oct 2007 14:53:59 -0700 Received: from 71-220-154-49.tcsn.qwest.net ([71.220.154.49] helo=[192.168.0.2]) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IdYdd-0001mK-Pj; Thu, 04 Oct 2007 14:53:46 -0700 Message-ID: <47055FE0.40909@math.arizona.edu> Date: Thu, 04 Oct 2007 14:49:20 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Aryeh Friedman , questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:53:20 -0000 Aryeh Friedman wrote: > Open office does not compile on 7-current amd64 what would be a good > replacement(s) for most of it's functionality (word processing and > spreadsheets are what matter to me) > _______________________________________________ > 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" > To read MSword I like very light appplication antiword. Just antiword -t filename. You can create documents with many different programs. Abiword is really light. Gnumeric works wonders with Excell format. Powerpoint documents are little bit more difficult to read. You can use tonic-point viewer but it requires Java which I do not have on my system. There is also a program called present. To be frank with you I use for all my needs TeX except for the spreadsheets although even for that you may use TeX. All of the above combined is 100 times smaller than Open Office. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 22:01:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B81E916A418 for ; Thu, 4 Oct 2007 22:01:58 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by mx1.freebsd.org (Postfix) with ESMTP id 7EBD913C4AA for ; Thu, 4 Oct 2007 22:01:58 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so265999wra for ; Thu, 04 Oct 2007 15:01:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=O377oVq5Ty8gMNTc8Udyyd8VP5X8FM44GpRQBsj4x8Y=; b=JW13TEkR+Cw15Em8fzZ/3pq+vAepvXNzJfpaW7ahQMdoN8nmgEJ4MKJJcW7hf9W2EN3qlH8fSAKgOwZ3a79rPKjqWVTUjwUYErWnNck7pLOqxRoviGTmdJz7CczxpgJh+Wu+11AWx3iExxIj9WL+YA9JyPqZ6Atp/63pwZOTslU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MiGe8jf+dykdujB36lKwMfQ6CTbXVUwyThPjRO6OMhmzaRdzuhL44snOsN3g0PfAPry6AAXd5eu8enWNiQC5Fqc0j0+KIWbC5g5nhOv+xfMyze58a2a9xVKLDPnExQnzglOdLoLATD8t76ZtcaknTCPxSFXNu8MeWO1dn0fAxXY= Received: by 10.142.187.2 with SMTP id k2mr1322994wff.1191533860628; Thu, 04 Oct 2007 14:37:40 -0700 (PDT) Received: by 10.142.157.3 with HTTP; Thu, 4 Oct 2007 14:37:40 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 23:37:40 +0200 From: usleepless@gmail.com To: "FreeBSD Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: Aryeh Friedman Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 22:01:58 -0000 On 10/4/07, Aryeh Friedman wrote: > Open office does not compile on 7-current amd64 what would be a good > replacement(s) for most of it's functionality (word processing and > spreadsheets are what matter to me) abiword, gnumeric From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 22:28:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80DF216A419 for ; Thu, 4 Oct 2007 22:28:43 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id 4506C13C4CB for ; Thu, 4 Oct 2007 22:28:43 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so269457nzf for ; Thu, 04 Oct 2007 15:28:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=iEnhD0obKgxytXdY19ExvbseqpVRcFxY6embykzwpM8=; b=iZjkZ4J7W2Ks+ERTmqcitdRXNAD4gq5ltsakPH2t9QtBUeFHD+8f/bbBxUa556FNKMsv9j5E3dRHQtvnT0quAKjcl17SBKT6e1bXWyPV0ISOidSuhkCWhlNRitVsLG0rfCPz+Cdj+pEXbaNu3Yf/r2nXaIx27KmSdTofJnxiyLs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lNle8HPh+nxag/j5KimnupPiYHZr9aZrIEudw0vMRUbxtPqHU8+X1gxyS8Bms0YShobeWiBjgKG2jTE8mlbSENctqsMC+R8UuUzs+JQSEBrlwwDT8F3WQ1YxlawhH73JcMcew662mZJavr0fgy9nvgrniZ0H8iasXr6vdtG90vE= Received: by 10.65.191.3 with SMTP id t3mr12088165qbp.1191535458195; Thu, 04 Oct 2007 15:04:18 -0700 (PDT) Received: by 10.65.216.17 with HTTP; Thu, 4 Oct 2007 15:04:18 -0700 (PDT) Message-ID: <8b4c81f0710041504g66fb88cgada8193e7f5721a7@mail.gmail.com> Date: Thu, 4 Oct 2007 19:04:18 -0300 From: "Henry Lenzi" To: "Aryeh Friedman" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 22:28:43 -0000 If you don't mind paying for software, I think you'll find SoftMaker's Textmaker and Planmaker tools wholly satisfatory. Their spreadsheets is fully compatible with Excel. They make their products for FreeBSD. Additionally, if you find quirks, they answer you (once I even saw one of their guys answer somebody on sci.math.numerical). *And* they provide regular service packs (bugfixes and improvements). I've long since ditched OpenOffice because it's always problematic. http://www.softmaker.com/english/ofl_en.htm Cheers, Henry Lenzi From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 22:52:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FEA216A419 for ; Thu, 4 Oct 2007 22:52:55 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by mx1.freebsd.org (Postfix) with ESMTP id 7895513C461 for ; Thu, 4 Oct 2007 22:52:55 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from [192.168.1.109] (c-68-55-141-86.hsd1.md.comcast.net[68.55.141.86]) by comcast.net (rwcrmhc12) with ESMTP id <20071004225254m1200cn696e>; Thu, 4 Oct 2007 22:52:54 +0000 From: Dantavious To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 18:52:58 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710041852.59722.derrick@uniquestrength.net> Subject: Problems with Courier-Authlib-Userdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 22:52:55 -0000 Hi, I am attempting to upgrade courier-authlib-userdb and I get this error message. I have an updated ports tree as of today. Here are the other courier related ports install on the system. Has anyone else saw this error or can help me out. v/r Derrick courier-authlib-base-0.60.0 Courier authentication library base courier-authlib-mysql-0.60.0 MySQL support for the Courier authentication library courier-authlib-userdb-0.59.3 Userdb support for the Courier authentication library courier-imap-4.1.3,1 IMAP (and POP3) server that provides access to Maildir mail /bin/sh ./libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -Wall -I.. -I./.. -Wl,-lcrypt -L/usr/local/lib -o libcourierauthcommon.la -rpath /usr/local/lib/courier-authlib authpwdenumerate.lo authsaslfrombase64.lo authsasltobase64.lo authsyschangepwd.lo authsyscommon.lo cramlib.lo checkpassword.lo cryptpassword.lo checkpasswordmd5.lo checkpasswordsha1.lo libcourierauth.la cc -shared .libs/authpwdenumerate.o .libs/authsaslfrombase64.o .libs/authsasltobase64.o .libs/authsyschangepwd.o .libs/authsyscommon.o .libs/cramlib.o .libs/checkpassword.o .libs/cryptpassword.o .libs/checkpasswordmd5.o .libs/checkpasswordsha1.o -Wl,--rpath -Wl,/usr/ports/databases/courier-authlib-userdb/work/courier-authlib-0.60.0/.libs -Wl,--rpath -Wl,/usr/local/lib/courier-authlib -L/usr/local/lib ./.libs/libcourierauth.so -Wl,-lcrypt -Wl,-soname -Wl,libcourierauthcommon.so.0 -o .libs/libcourierauthcommon.so.0 (cd .libs && rm -f libcourierauthcommon.so && ln -s libcourierauthcommon.so.0 libcourierauthcommon.so) (cd .libs && rm -f libcourierauthcommon.so && ln -s libcourierauthcommon.so.0 libcourierauthcommon.so) ar cru .libs/libcourierauthcommon.a authpwdenumerate.o authsaslfrombase64.o authsasltobase64.o authsyschangepwd.o authsyscommon.o cramlib.o checkpassword.o cryptpassword.o checkpasswordmd5.o checkpasswordsha1.o ranlib .libs/libcourierauthcommon.a creating libcourierauthcommon.la (cd .libs && rm -f libcourierauthcommon.la && ln -s ../libcourierauthcommon.la libcourierauthcommon.la) /bin/sh ./libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -Wall -I.. -I./.. -module -rpath /usr/local/lib/courier-authlib -export-symbols-regex 'courier_auth.*_init' -L/usr/local/lib -o libauthuserdb.la authuserdb.lo preauthuserdb.lo preauthuserdbcommon.lo authuserdbpwd.lo libcourierauthcommon.la userdb/libuserdb.la bdbobj/libbdbobj.la libtool: link: cannot find the library `userdb/libuserdb.la' or unhandled argument `userdb/libuserdb.la' gmake[2]: *** [libauthuserdb.la] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/courier-authlib-userdb/work/courier-authlib-0.60.0' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/databases/courier-authlib-userdb/work/courier-authlib-0.60.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/databases/courier-authlib-userdb. *** Error code 1 Stop in /usr/ports/databases/courier-authlib-userdb. ===>>> make failed for databases/courier-authlib-userdb ===>>> Aborting update ===>>> Update for courier-authlib-userdb-0.59.3 failed ===>>> Aborting update From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 22:57:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4E4116A46C for ; Thu, 4 Oct 2007 22:57:32 +0000 (UTC) (envelope-from SRS0=ksIT5e=O6=shell.siscom.net=vogelke@siscom.net) Received: from lamorack.siscom.net (lamorack.siscom.net [209.251.2.116]) by mx1.freebsd.org (Postfix) with ESMTP id A4FE213C480 for ; Thu, 4 Oct 2007 22:57:32 +0000 (UTC) (envelope-from SRS0=ksIT5e=O6=shell.siscom.net=vogelke@siscom.net) Received: from shell.siscom.net ([209.251.2.80]) by lamorack.siscom.net with esmtp (Exim 4.62) (envelope-from ) id 1IdZFG-0001mR-Ti; Thu, 04 Oct 2007 18:32:38 -0400 Received: by shell.siscom.net (Postfix, from userid 2198) id CDD0A115529; Thu, 4 Oct 2007 18:32:38 -0400 (EDT) Date: 4 Oct 2007 18:32:08 -0400 Message-ID: <20071004223208.61297.qmail@kev.nowhere.usa> From: "Karl Vogel" To: Roland Smith In-reply-to: <20070930210305.GB27714@slackbox.xs4all.nl> (message from Roland Smith on Sun, 30 Sep 2007 23:03:06 +0200) Organization: Sumaria Systems Inc. X-Disclaimer: I don't speak for the USAF or Sumaria. X-GPG-ID: 1024D/711752A0 2006-06-27 Karl Vogel X-GPG-Fingerprint: 56EB 6DBF 4224 C953 F417 CC99 4C7C 7D46 7117 52A0 Cc: freebsd-questions@freebsd.org, joe@gracenpeace.net Subject: Re: best spam filter port(s) for postfix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vogelke@pobox.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 22:57:32 -0000 >> On Sun, 30 Sep 2007 23:03:06 +0200, Roland Smith said: R> On Sun, Sep 30, 2007 at 03:20:58PM -0500, Joe in MPLS wrote: J> I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for J> mail. I'd like to stop depending on clients(Thunderbird & PDAs) for J> primary spam control (especially because our PDAs don't do any). AV J> scanning would be a plus too. R> I've been using bogofilter for some years now, and it works very well once R> you've trained it properly. I started collecting spam a few years ago, and I use a Bayesian filter called ifile to handle junk. I trained it using just over 117,000 crapmail messages, and I don't get a lot of spam these days... http://www.dnaco.net/~vogelke/Software/Internet/Servers/Mail/Spam/Ifile/ -- Karl Vogel I don't speak for the USAF or my company I will not charge admission to the bathroom. --written on blackboard by Bart Simpson From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 23:30:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0727016A420 for ; Thu, 4 Oct 2007 23:30:51 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id BE52813C448 for ; Thu, 4 Oct 2007 23:30:50 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so681278pyb for ; Thu, 04 Oct 2007 16:30:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=BAQQVb4/sdXBsIWKtuidbRlU/oGI8D383dkRWa4yiko=; b=QQksS90/aYsqlVSiPnboSyJKPD5Eu4elzpK4/HtzpMVufBMJsHwCGN/+D4RMBuCxWKpfzlpLmy/g1YVjmSX1Ht3fqJ5x5gh3c7d8BIxwT0RF6HlyeUgn6DBlJYXqlg9VN80GzVoJqQk/gv6sp5jgvD1YHNol+/8wNchp0LN8HmM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=guV8SVrzFRoN2OMuKtz8FVbHZZXIUOiN17BRj/oo7exgymHIW7DOJfrfPUEib79BBFSokba/GXOK6ZipPO/VXoE+lXLyFFLw8xAUaKRO4KKSR8/okKzw39YArplY62X+SfRmcADFrmAfqOFwSNb11ZJFWOr4hEf2ffRPFkFsrKU= Received: by 10.64.27.13 with SMTP id a13mr16879967qba.1191540648698; Thu, 04 Oct 2007 16:30:48 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Thu, 4 Oct 2007 16:30:48 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 23:30:48 +0000 From: "Aryeh Friedman" To: "Boris Samorodov" In-Reply-To: <53860934@bsam.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <75303199@bsam.ru> <53860934@bsam.ru> Cc: FreeBSD Mailing List Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 23:30:51 -0000 On 10/4/07, Boris Samorodov wrote: > Please, don't top-post. > > On Thu, 4 Oct 2007 21:00:03 +0000 Aryeh Friedman wrote: > > On 10/4/07, Boris Samorodov wrote: > > > On Thu, 4 Oct 2007 20:39:39 +0000 Aryeh Friedman wrote: > > > > > > > Open office does not compile on 7-current amd64 what would be a good > > > > > > editors/openoffice.org-2 does compile at 7-current amd64. > > > > > > > replacement(s) for most of it's functionality (word processing and > > > > spreadsheets are what matter to me)lib: [javac] Compiling 40 source files to /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/classes [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcConnection.java:403: org.hsqldb.jdbc.jdbcConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection [javac] public class jdbcConnection implements Connection { [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcResultSet.java:325: org.hsqldb.jdbc.jdbcResultSet is not abstract and does not override abstract method updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet [javac] public class jdbcResultSet implements ResultSet { [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java:127: org.hsqldb.jdbc.jdbcStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement [javac] public class jdbcStatement implements Statement { [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java:1534: isClosed() in org.hsqldb.jdbc.jdbcStatement cannot implement isClosed() in java.sql.Statement; attempting to assign weaker access privileges; was public [javac] synchronized boolean isClosed() { [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcPreparedStatement.java:203: org.hsqldb.jdbc.jdbcPreparedStatement is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement [javac] public class jdbcPreparedStatement extends jdbcStatement [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcResultSetMetaData.java:94: org.hsqldb.jdbc.jdbcResultSetMetaData is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper [javac] public class jdbcResultSetMetaData implements ResultSetMetaData { [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcCallableStatement.java:295: org.hsqldb.jdbc.jdbcCallableStatement is not abstract and does not override abstract method setNClob(java.lang.String,java.io.Reader) in java.sql.CallableStatement [javac] public class jdbcCallableStatement extends jdbcPreparedStatement [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.java:279: org.hsqldb.jdbc.jdbcDatabaseMetaData is not abstract and does not override abstract method getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String) in java.sql.DatabaseMetaData [javac] public class jdbcDatabaseMetaData implements DatabaseMetaData { [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcBlob.java:78: org.hsqldb.jdbc.jdbcBlob is not abstract and does not override abstract method getBinaryStream(long,long) in java.sql.Blob [javac] public class jdbcBlob implements Blob { [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcClob.java:81: org.hsqldb.jdbc.jdbcClob is not abstract and does not override abstract method getCharacterStream(long,long) in java.sql.Clob [javac] public final class jdbcClob implements Clob { [javac] ^ [javac] /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcParameterMetaData.java:54: org.hsqldb.jdbc.jdbcParameterMetaData is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper [javac] public class jdbcParameterMetaData implements ParameterMetaData { [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 11 errors BUILD FAILED /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb/unxfbsdx.pro/misc/build/hsqldb/build/build.xml:282: Compile failed; see the compiler error output for details. Total time: 4 seconds dmake: Error code 1, while making 'unxfbsdx.pro/misc/build/so_built_so_hsqldb' ---* tg_merge.mk *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2/work/OOG680_m5/hsqldb dmake: Error code 1, while making 'build_instsetoo_native' ---* *--- *** Error code 255 Stop in /usr/ports/editors/openoffice.org-2. > > > since when... tried it last week and nothing > > Are you kidding? If you show the error message then someone may > comment on it. So far your statements are not convincing. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 23:50:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D54F16A417 for ; Thu, 4 Oct 2007 23:50:20 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id 6B60A13C448 for ; Thu, 4 Oct 2007 23:50:20 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from [192.168.1.29] (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id AE0065C1F; Thu, 4 Oct 2007 13:50:19 -1000 (HST) Message-ID: <47057C3B.70307@hdk5.net> Date: Thu, 04 Oct 2007 13:50:19 -1000 From: NetOpsCenter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 FreeBSD/i386 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Aryeh Friedman References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noc@hdk5.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 23:50:20 -0000 Aryeh Friedman wrote: >Open office does not compile on 7-current amd64 what would be a good >replacement(s) for most of it's functionality (word processing and >spreadsheets are what matter to me) >_______________________________________________ >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" > > > Aloha, I've had to use AbiWord since I ran into the same problem on 7 CURRENT. I have a working Open office on a FreeBSD 4.11 box here that I use when all else fails. Is there a way to copy that and have it work on 7 CURRENT? -- ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + noc@hdk5.net + + http://internetohana.org - Supporting - FreeBSD 6.* - 7.* + "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 00:00:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8476F16A419 for ; Fri, 5 Oct 2007 00:00:12 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 6B07413C4B0 for ; Fri, 5 Oct 2007 00:00:12 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Thu, 4 Oct 2007 17:00:11 -0700 Message-ID: <47057E8A.9070106@ridecharge.com> Date: Thu, 4 Oct 2007 20:00:10 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: "noc@hdk5.net" References: <47057C3B.70307@hdk5.net> In-Reply-To: <47057C3B.70307@hdk5.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Aryeh Friedman , FreeBSD Mailing List Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 00:00:12 -0000 NetOpsCenter wrote: > I have a working Open office on a FreeBSD 4.11 box here that I use when > all else fails. > Is there a way to copy that and have it work on 7 CURRENT? no -- huge library mismatches -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 00:29:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D8916A41A for ; Fri, 5 Oct 2007 00:29:12 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id DC61E13C4A6 for ; Fri, 5 Oct 2007 00:29:11 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id C5B61164619 for ; Thu, 4 Oct 2007 20:11:09 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 1424451947 for ; Thu, 4 Oct 2007 20:11:07 -0400 (EDT) Date: Fri, 5 Oct 2007 01:11:04 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071005011104.3634eef4@gumby.homeunix.com.> In-Reply-To: <47057E8A.9070106@ridecharge.com> References: <47057C3B.70307@hdk5.net> <47057E8A.9070106@ridecharge.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 00:29:12 -0000 On Thu, 4 Oct 2007 20:00:10 -0400 "Philip M. Gollucci" wrote: > NetOpsCenter wrote: > > I have a working Open office on a FreeBSD 4.11 box here that I use > > when all else fails. > > Is there a way to copy that and have it work on 7 CURRENT? > no -- huge library mismatches Why? Isn't that what misc/compat6x is for? From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 00:34:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E30416A420 for ; Fri, 5 Oct 2007 00:34:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 2F7A713C469 for ; Fri, 5 Oct 2007 00:34:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so706375pyb for ; Thu, 04 Oct 2007 17:34:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=fk5IMrJz9Bster2WZn1HfEnxLhp0/RUagmkIAQqeFvE=; b=lOp4hWv1lQ3dGEjZgKE7OQvu8YYr7YHjv+YfApDP4sMWrBPN8gPLINg5JQqCcVt5qQWcqzfqBzV8/QDDE0IBgqBGwFCa/rIitiFuRUAm6j+a1uqCtWUBrsnJLn8k53DN4YfIdYVnfETaRXAZPJAInhh1G3HqGkTRJd2TFg8ac08= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ffp6WwZCdZaYiK8h7XZvknuI3tsNf7l6+jj6zw+lBEgQI91usGYY1tfGNiM9qjdhOjG+1kETLzgJ7p5v19RFP8fY+dSXBxN1DOziP2TOHMo6noMZR5ZzkXMFDnDsXWmZkWTs/DgdneXTUlxvZNzKAxYq2mVfkK65pWZCRwQMu5M= Received: by 10.65.40.16 with SMTP id s16mr16762051qbj.1191544468537; Thu, 04 Oct 2007 17:34:28 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Thu, 4 Oct 2007 17:34:28 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 00:34:28 +0000 From: "Aryeh Friedman" To: RW , "FreeBSD Mailing List" In-Reply-To: <20071005011104.3634eef4@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47057C3B.70307@hdk5.net> <47057E8A.9070106@ridecharge.com> <20071005011104.3634eef4@gumby.homeunix.com.> Cc: Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 00:34:30 -0000 On 10/5/07, RW wrote: > On Thu, 4 Oct 2007 20:00:10 -0400 > "Philip M. Gollucci" wrote: > > > NetOpsCenter wrote: > > > I have a working Open office on a FreeBSD 4.11 box here that I use > > > when all else fails. > > > Is there a way to copy that and have it work on 7 CURRENT? > > no -- huge library mismatches > > > Why? Isn't that what misc/compat6x is for? Not all the way from 4.x I think though From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 00:34:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 913A916A420 for ; Fri, 5 Oct 2007 00:34:42 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5E83A13C4EA for ; Fri, 5 Oct 2007 00:34:42 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 2E5AE5191A for ; Thu, 4 Oct 2007 20:34:40 -0400 (EDT) Date: Fri, 5 Oct 2007 01:34:38 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071005013438.0d119308@gumby.homeunix.com.> In-Reply-To: <20071005011104.3634eef4@gumby.homeunix.com.> References: <47057C3B.70307@hdk5.net> <47057E8A.9070106@ridecharge.com> <20071005011104.3634eef4@gumby.homeunix.com.> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 00:34:42 -0000 On Fri, 5 Oct 2007 01:11:04 +0100 RW wrote: > On Thu, 4 Oct 2007 20:00:10 -0400 > "Philip M. Gollucci" wrote: > > > NetOpsCenter wrote: > > > I have a working Open office on a FreeBSD 4.11 box here that I use > > > when all else fails. > > > Is there a way to copy that and have it work on 7 CURRENT? > > no -- huge library mismatches > > > Why? Isn't that what misc/compat6x is for? Sorry I misread that. but it's worth a try with misc/compat4x From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 00:35:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAE5816A46D for ; Fri, 5 Oct 2007 00:35:15 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.freebsd.org (Postfix) with SMTP id B563613C447 for ; Fri, 5 Oct 2007 00:35:15 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: (qmail 86255 invoked from network); 5 Oct 2007 00:35:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-MimeOLE:Thread-Index; b=Q2rgo9RZ57Ei2YRPJBBfpaskfr5DNYDPUwu9+YP9J2F/dr81B+/Ex8x1IeqAYCZJbzga8x4a9X7//zgDjZ7is4SZW2mA0gjpBjFa+aFxNFm9aKHRoHBQhxF8xsrJC2Rvq4tmH4oiyVAQdfQrltIL9bBpplTe2oGtdJkKAYMuoGc= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@99.224.65.182 with login) by smtp103.rog.mail.re2.yahoo.com with SMTP; 5 Oct 2007 00:35:14 -0000 X-YMail-OSG: hd_2rrEVM1nuo7ipaUVz2qxUcz9P.P3espmI3Uo9CYfPyJ.m8AAVpkQh.0DLX9Q3iQ-- From: "Tamouh H." To: Date: Thu, 4 Oct 2007 20:36:43 -0400 Message-ID: <063401c806e7$ce145470$6900a8c0@tamouh> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcgG582NE5DZV1ApSfK20ZVTSsmThQ== Subject: recent openssl patch is failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 00:35:16 -0000 Hello, I've tried patching the latest openssl on FreeBSD 6.1 as per: http://security.freebsd.org/advisories/FreeBSD-SA-07:08.openssl.asc However, the patching fails mainly due to some problems with the patch = on line 1162 , and I can't seem to find out the reason for it. This had = failed on multiple FBSD machines, so I'm pretty sure it is the patch. Here is what the patch is producing: openssl.patch 100% of 1051 B 5237 kBps Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: crypto/openssl/ssl/ssl_lib.c |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |RCS file: /home/ncvs/src/crypto/openssl/ssl/ssl_lib.c,v |retrieving revision 1.1.1.12.2.1 |diff -u -d -r1.1.1.12.2.1 ssl_lib.c |--- crypto/openssl/ssl/ssl_lib.c 28 Sep 2006 13:02:36 -0000 = 1.1.1.12.2.1 |+++ crypto/openssl/ssl/ssl_lib.c 3 Oct 2007 17:01:24 -0000 -------------------------- Patching file crypto/openssl/ssl/ssl_lib.c using Plan A... Hunk #1 succeeded at 1149. Hunk #2 failed at 1161. 1 out of 2 hunks failed--saving rejects to = crypto/openssl/ssl/ssl_lib.c.rej done =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This is what ssl_lib.c.rej shows: *************** *** 1162,1181 **** sk=3Ds->session->ciphers; for (i=3D0; iname; *cp; ) { - if (len-- <=3D 0) - { - *p=3D'\0'; - return(buf); - } - else - *(p++)=3D *(cp++); } *(p++)=3D':'; } p[-1]=3D'\0'; return(buf); --- 1161,1181 ---- sk=3Ds->session->ciphers; for (i=3D0; iname); + if (n+1 > len) { + if (p !=3D buf) + --p; + *p=3D'\0'; + return buf; } + strcpy(p,c->name); + p+=3Dn; *(p++)=3D':'; + len-=3Dn+1; } p[-1]=3D'\0'; return(buf); =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 is the error when doing make: /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_lib.c: In = function `SSL_get_shared_ciphers': /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_lib.c:1167: = error: `cp' undeclared (first use in this function) /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_lib.c:1167: = error: (Each undeclared identifier is reported only once /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_lib.c:1167: = error: for each function it appears in.) *** Error code 1 Anyone have tried the patch and experiencing the same issue ? Thanks, Tamouh Hakmi From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 01:02:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96C1316A418 for ; Fri, 5 Oct 2007 01:02:37 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 72B7613C455 for ; Fri, 5 Oct 2007 01:02:37 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so422313waf for ; Thu, 04 Oct 2007 18:02:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; bh=eULMFMlPTxuJBoTrc1hdAXFuPbM9ObFZXnh/ndoBZ1U=; b=fg3SpYIwnSqUPlroKjugWDohW/i3fMzrr5ywevvGqFedz2KfEErBA5vYcuu4KMBFERHPk8DxqJqr0cdCBlHf3hEBoZDMlgvHoYi5NHkG715Xs1O7a3SAlP9RQLbNc7h8qF7N9qkmhYZRkSr2Z5fCFKUNBnbCYXLN6fl2DCsllaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=eCwQLtJxQ2OQD+jJDXavSVhfHVOBq6rTy9SDAGadeSrznyOu97n5T2REVblIr9LwHntJOs3XpTROA8BGMpl3K44QmXPlRbe3Ue9pjJiNauDTZFCknasi9ndP9/vceMjxczLslhzU9M7fAP58k0yFmoOjqi4mhUzT50cDMX0ekfM= Received: by 10.115.110.6 with SMTP id n6mr1769907wam.1191546156829; Thu, 04 Oct 2007 18:02:36 -0700 (PDT) Received: from asus64 ( [66.75.108.9]) by mx.google.com with ESMTPS id z15sm1014763pod.2007.10.04.18.02.34 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Oct 2007 18:02:35 -0700 (PDT) Date: Thu, 4 Oct 2007 15:02:32 -1000 From: Robert Marella Message-ID: <20071004150232.3d173c80@asus64> In-Reply-To: <20071004105241.2cc7a50a@asus64> References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> <20071004105241.2cc7a50a@asus64> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; amd64-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Kiagias , Robert Huff , freebsd-questions@freebsd.org, Manolis Subject: Re: xmms crashing at startup (Solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 01:02:37 -0000 On Thu, 4 Oct 2007 10:52:41 -1000 Robert Marella wrote: > On Sat, 22 Sep 2007 09:46:36 -0400 > Robert Huff wrote: > > > Manolis Kiagias writes: > > > > > I believe this started after upgrading to Xorg-7.3: > > > > > > sonic@freebsdgr:~$ xmms > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > > serial 1492 error_code 8 request_code 72 minor_code 0 > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > > serial 1493 error_code 8 request_code 72 minor_code 0 > > > > > > I tried uninstalling and recompiling the port, nothing changed. > > > I also can't find anything meaningful about this in Google. Any > > > ideas? > > > > Same here, with slight variation: > > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > serial 2435 error_code 8 request_code 72 minor_code 0 > > > > > > Robert Huff > > Has anything been done to correct this? I am still experiencing this > on two separate machines. One of which is running i386 and the other > amd64. Both are running Stable and xorg 7.3 > > [robert@asus64] ~> xmms > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 1463 error_code 8 request_code 72 minor_code 0 > > All ports are up to date as of today. > > Thanks > > Robert In the time honored FreeBSD tradition of answering my own email, I have XMMS working again. I moved the .xmms directory in my home directory to old.xmms and started XMMS again. Low and behold it created a new .xmms directory and XMMS started. The only problem that I have is I can no longer douvle the size of the graphic player. I didn't mention before but I am using xfce4.4.1_1 Robert From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 01:11:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20CA316A418 for ; Fri, 5 Oct 2007 01:11:35 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9C413C45B for ; Fri, 5 Oct 2007 01:11:34 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.100] (207-104-43-151.starstream.net [207.104.43.151]) (authenticated bits=0) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id l951B9JD029181; Thu, 4 Oct 2007 18:11:10 -0700 From: Frank Jahnke To: aryeh.friedman@gmail.com Content-Type: text/plain Organization: Sonata Biosciences, Inc. Date: Thu, 04 Oct 2007 18:09:03 -0700 Message-Id: <1191546543.61533.202.camel@pinot.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: freebsd-questions@freebsd.org Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 01:11:35 -0000 > what would be a good replacement(s) for most of it's functionality > (word processing and spreadsheets are what matter to me) You really have to decide what you want to suite to do. Otherwise, your problem is underspecified. 1) Collaboration (complex). If you collaborate with colleagues who use Word (for example) then practically you have to use Word if you deal with complex documents. By "collaborate" I mean exchanging documents back and forth, with edits in each pass. Mine are always heavy in equations and chemistry. Run it in a virtual machine (VMware, Win4BSD, qemu/kqemu) on XP, W2K or 98SE. You probably don't need the latest and greatest version of Word unless you colleagues are very sophisticated. Word 2000 has been fine for me. 2) Document creation. If you only want to create documents, and Office compatibility is not that important, then there are many options: Abiword/Gnumeric are quite good if you want WYSIWYG (but do install all the extensions), the formatters TeX and groff are exceptionally powerful if you learn them well. Abiword does not read Word files well; Gnumeric has many short-comings in reading Excel (particularly for graphics) but is very good otherwise. Personally I use the groff family for all my complex documents, but I have used it for 25 years and know it inside and out. (Well, it was troff and friends long ago.) 3) Read-only. You can use Antiword to get the raw text, but you lose all formatting. It is a pretty lousy choice in my opinion. Textmaker/Planmaker do a very good job for this. 4) Mixture. If you have a general mixture of these tasks and don't want to set up a VM, use Textmaker. The programs are quite good, they are quite compatible with Office (but choke on obscure files I use regularly, as does OO.o and all the others), and much better than OO.o and Aibword/Gnumeric in my opinion if you like Word. They are also quite inexpensive -- you can often find them for $20 or so on sale from the publisher. Personally, I use groff (with chem, grap, pic, refer, tbl and eqn for all the heavy text formatting), VMware/XP/Office 2003, Win4BSD/W2k/Office 2000, Textmaker/Planmaker, OO.o, Abiword/Gnumeric, and Windows computers. What I use depends on what I am doing. Good luck! Frank From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 01:19:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 376E316A468 for ; Fri, 5 Oct 2007 01:19:47 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id B1A1813C4A6 for ; Fri, 5 Oct 2007 01:19:46 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l951Jkh2047590; Thu, 4 Oct 2007 18:19:46 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l951JkdE047589; Thu, 4 Oct 2007 18:19:46 -0700 (PDT) (envelope-from kline) Date: Thu, 4 Oct 2007 18:19:45 -0700 From: Gary Kline To: Robert Marella Message-ID: <20071005011945.GA47565@thought.org> References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> <20071004105241.2cc7a50a@asus64> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071004105241.2cc7a50a@asus64> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Manolis Kiagias , Robert Huff , freebsd-questions@freebsd.org Subject: Re: xmms crashing at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 01:19:47 -0000 On Thu, Oct 04, 2007 at 10:52:41AM -1000, Robert Marella wrote: > On Sat, 22 Sep 2007 09:46:36 -0400 > Robert Huff wrote: > > > Manolis Kiagias writes: > > > > > I believe this started after upgrading to Xorg-7.3: > > > > > > sonic@freebsdgr:~$ xmms > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > > serial 1492 error_code 8 request_code 72 minor_code 0 > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > > serial 1493 error_code 8 request_code 72 minor_code 0 > > > > > > I tried uninstalling and recompiling the port, nothing changed. > > > I also can't find anything meaningful about this in Google. Any > > > ideas? > > > > Same here, with slight variation: > > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > serial 2435 error_code 8 request_code 72 minor_code 0 > > > > > > Robert Huff > > Has anything been done to correct this? I am still experiencing this on > two separate machines. One of which is running i386 and the other > amd64. Both are running Stable and xorg 7.3 > > [robert@asus64] ~> xmms > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 1463 error_code 8 request_code 72 minor_code 0 > > All ports are up to date as of today. > I'm having identical problem for the past week or two. Rebuilding xmmx seemed to work.... maybe; or thus far. Just FWIW. gary > Thanks > > Robert > _______________________________________________ > 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" -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 01:20:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DD9F16A46B for ; Fri, 5 Oct 2007 01:20:13 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF5813C45B for ; Fri, 5 Oct 2007 01:20:12 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so298131nzf for ; Thu, 04 Oct 2007 18:20:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SYZJs/AQMOoeNBI3wfKxffQQaZjf8C50ogerACcmOLY=; b=CYgeZ4gi1ECCQiCEJcoybgfROWwJrqEvCptOj81mhIx0iqWJ0wmwcfaBJB3FyaqHHMiBNZwpaD2td1xA9sna1nADc/RwFOHh5wQgf1oKfoaGVQ9W7oBMFbuORQyeQ+Ekgl6Bw3By/q+IVu0QLYoFKtD25hL+ohi2XgkxUYgFYE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KSZICm4C/4oxGcuGAOIL+0LNxlPEbNmgHq3CN1t7MUguVGSlEt9vkkF6NVf6YI5LraZGti22h86qwYOrOqdMIjK2E6X6EEJHGCP5DOl0ciLizHFnDVhj0o/GodWJHiN3a2XrrXSXnpFqM5iyUR6UQ+kUfY1Y9EVG6E27aJ43tio= Received: by 10.65.93.19 with SMTP id v19mr10508531qbl.1191547211700; Thu, 04 Oct 2007 18:20:11 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Thu, 4 Oct 2007 18:20:11 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 01:20:11 +0000 From: "Aryeh Friedman" To: jahnke@sonatabio.com In-Reply-To: <1191546543.61533.202.camel@pinot.fmjassoc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1191546543.61533.202.camel@pinot.fmjassoc.com> Cc: freebsd-questions@freebsd.org Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 01:20:13 -0000 On 10/5/07, Frank Jahnke wrote: > > what would be a good replacement(s) for most of it's functionality > > (word processing and spreadsheets are what matter to me) > > You really have to decide what you want to suite to do. Otherwise, your > problem is underspecified. > > 1) Collaboration (complex). If you collaborate with colleagues who use > Word (for example) then practically you have to use Word if you deal > with complex documents. By "collaborate" I mean exchanging documents > back and forth, with edits in each pass. Mine are always heavy in > equations and chemistry. Read/write .doc, pdf and rtf mainly > 2) Document creation. If you only want to create documents, and Office > compatibility is not that important, then there are many options: > Abiword/Gnumeric are quite good if you want WYSIWYG (but do install all > the extensions), the formatters TeX and groff are exceptionally powerful > if you learn them well. Abiword does not read Word files well; Gnumeric > has many short-comings in reading Excel (particularly for graphics) but > is very good otherwise. Personally I use the groff family for all my > complex documents, but I have used it for 25 years and know it inside > and out. (Well, it was troff and friends long ago.) WYSIWYG editing for the above including embedded graphics and equations I also want to keep the learn curve as small as possible (I know enough troff to be dangerous) From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 01:21:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73BE716A41B for ; Fri, 5 Oct 2007 01:21:42 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id E14A713C481 for ; Fri, 5 Oct 2007 01:21:41 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l951Lg7P047609; Thu, 4 Oct 2007 18:21:42 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l951Lg19047608; Thu, 4 Oct 2007 18:21:42 -0700 (PDT) (envelope-from kline) Date: Thu, 4 Oct 2007 18:21:42 -0700 From: Gary Kline To: Robert Marella Message-ID: <20071005012141.GB47565@thought.org> References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> <20071004105241.2cc7a50a@asus64> <20071004150232.3d173c80@asus64> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071004150232.3d173c80@asus64> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Kiagias , Robert Huff , Manolis@freebsd.org, freebsd-questions@freebsd.org Subject: Re: xmms crashing at startup (Solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 01:21:42 -0000 On Thu, Oct 04, 2007 at 03:02:32PM -1000, Robert Marella wrote: > On Thu, 4 Oct 2007 10:52:41 -1000 > Robert Marella wrote: > > > On Sat, 22 Sep 2007 09:46:36 -0400 > > Robert Huff wrote: > > > > > Manolis Kiagias writes: > > > > > > > I believe this started after upgrading to Xorg-7.3: > > > > > > > > sonic@freebsdgr:~$ xmms > > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > > > serial 1492 error_code 8 request_code 72 minor_code 0 > > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > > > serial 1493 error_code 8 request_code 72 minor_code 0 > > > > > > > > I tried uninstalling and recompiling the port, nothing changed. > > > > I also can't find anything meaningful about this in Google. Any > > > > ideas? > > > > > > Same here, with slight variation: > > > > > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > > serial 2435 error_code 8 request_code 72 minor_code 0 > > > > > > > > > Robert Huff > > > > Has anything been done to correct this? I am still experiencing this > > on two separate machines. One of which is running i386 and the other > > amd64. Both are running Stable and xorg 7.3 > > > > [robert@asus64] ~> xmms > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > serial 1463 error_code 8 request_code 72 minor_code 0 > > > > All ports are up to date as of today. > > > > Thanks > > > > Robert > > In the time honored FreeBSD tradition of answering my own email, I have > XMMS working again. > > I moved the .xmms directory in my home directory to old.xmms and > started XMMS again. Low and behold it created a new .xmms directory and > XMMS started. The only problem that I have is I can no longer douvle > the size of the graphic player. > > I didn't mention before but I am using xfce4.4.1_1 > > Robert Again , same thing: mv .xmms to XMMSold got things working; but doubling the size of the app fails. gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 01:30:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2527E16A419 for ; Fri, 5 Oct 2007 01:30:43 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 1361913C458 for ; Fri, 5 Oct 2007 01:30:42 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from [192.168.0.66] (68.33.62.187) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Thu, 4 Oct 2007 18:30:42 -0700 Message-ID: <47059376.9050508@ridecharge.com> Date: Thu, 4 Oct 2007 21:29:26 -0400 From: "Philip M. Gollucci" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "Tamouh H." References: <063401c806e7$ce145470$6900a8c0@tamouh> In-Reply-To: <063401c806e7$ce145470$6900a8c0@tamouh> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: recent openssl patch is failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 01:30:43 -0000 > Anyone have tried the patch and experiencing the same issue ? > > I applied it to 3 6.2-STABLE machines today worked flawlessly., You are using a /usr/src version that it _is_ supposed to apply against right? Whats the $FreeBSD$ of the file it fails in. it should be 1.1.1.12.6.2 - 1 aka 1.1.1.12.6.1 From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 01:48:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E82016A419 for ; Fri, 5 Oct 2007 01:48:13 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id EA99B13C4BE for ; Fri, 5 Oct 2007 01:48:12 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l951mBt7000818; Thu, 4 Oct 2007 20:48:11 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3dOHI6DJsLi8; Thu, 4 Oct 2007 20:48:06 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l951m3mD000804; Thu, 4 Oct 2007 20:48:04 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <470597CD.9050302@daleco.biz> Date: Thu, 04 Oct 2007 20:47:57 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: luizbcampos@gmail.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade SOS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 01:48:13 -0000 luizbcampos@gmail.com wrote: > Dear Sirs > After I had cvsuped FreeBSD-6.1-R amd64 I tried to portupgrade it but > I got the following mssg: > cd: can't cd to /usr/ports/sysutils/portupgrade Moved, see below. > cd: can't cd to /usr/ports/net/openldap22-client Removed, outdated. openldap23 is still available, or at least was a month ago. > cd: can't cd to /usr/ports/x11/xorg-manpages Orphaned in May with upgrade to xorg 7.2 > ---------->Upgrading 'gsfonts-8.11_2 to gsfonts-8.11_4' (print gsfonts) > ---------->Building '/usr/ports/print/gsfonts' > On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE > by itself so please help it a bit by setting X11BASE=$(LOCALBASE) in > make.conf. On the other hand, if you do wish to use non-default X11BASE, > please set variables USE_NONDEFAULT_X11BASE. > ***Error code 1 Can you show the relevant line from your /etc/make.conf? >>> Such message repeats to many other packages to be upgraded. I tried to > add the said parameters on the message in /etc/make.conf but the error > lingers on Did you read /usr/ports/UPDATING? Everything I see here is mentioned in that doc ;-) Pay special attention to the upgrade to xorg-7.2 --- Kris wrote very explicit instructions for that. I'd just force a reinstall of /usr/ports/ports-mgmt/portupgrade and go from there ... after reading UPDATING. Kevin Kinsey -- What the hell, go ahead and put all your eggs in one basket. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 02:02:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D77916A418 for ; Fri, 5 Oct 2007 02:02:53 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp106.rog.mail.re2.yahoo.com (smtp106.rog.mail.re2.yahoo.com [68.142.225.204]) by mx1.freebsd.org (Postfix) with SMTP id C99DA13C4BD for ; Fri, 5 Oct 2007 02:02:52 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: (qmail 4793 invoked from network); 5 Oct 2007 02:02:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:From:To:Cc:References:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:In-Reply-To:X-MimeOLE:Thread-Index; b=azDBIIu6jiNeezNE+rS8nfFD+rnnqFeYBtFo/SVjtKj/FRH7ZfBME4gJ/zrPuRJShUB7o1LuOudzqa8RTDMyJ7lCsud0QDn+aNwSGTpDM1SxrHNuuJb5ocnVaKO4Cb9NBkzk3GX0IqC/6h+CzJIuYEQPGDKTC3lkXrORl6aHbqU= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@99.224.65.182 with login) by smtp106.rog.mail.re2.yahoo.com with SMTP; 5 Oct 2007 02:02:51 -0000 X-YMail-OSG: stxY9RkVM1kqokqrKrSivzfnX2cqK5PCRJf9dYxfmwXXFu33UUEdUUH6hdmR62hVZQ-- From: "Tamouh H." To: "'Philip M. Gollucci'" References: <063401c806e7$ce145470$6900a8c0@tamouh> <47059376.9050508@ridecharge.com> Date: Thu, 4 Oct 2007 22:04:20 -0400 Message-ID: <066501c806f4$0b7d3140$6900a8c0@tamouh> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <47059376.9050508@ridecharge.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcgG73M3CXyzBJfUTteTRB2CoHv7RQABCEJQ Cc: freebsd-questions@freebsd.org Subject: RE: recent openssl patch is failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 02:02:53 -0000 >=20 > > Anyone have tried the patch and experiencing the same issue ? > > > > =20 > I applied it to 3 6.2-STABLE machines today worked flawlessly., >=20 > You are using a /usr/src version that it _is_ supposed to=20 > apply against right? > Whats the $FreeBSD$ of the file it fails in. it should be >=20 > 1.1.1.12.6.2 - 1 aka 1.1.1.12.6.1 >=20 >=20 Philip, thanks for the help. I believe to have found the problem. I didn't apply the older patch: = http://security.freebsd.org/advisories/FreeBSD-SA-06:23.openssl.asc = which made a tiny change to the line if (len-- =3D=3D 0) to if (len-- = <=3D 0) Hence, when doing the new update, it failed.=20 I've changed the patch file to recognize the older format and that seems = to have fixed it. Best, Tamouh From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 02:10:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8F7A16A479 for ; Fri, 5 Oct 2007 02:10:02 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.freebsd.org (Postfix) with ESMTP id ADD0913C46E for ; Fri, 5 Oct 2007 02:10:02 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.100] (207-104-43-151.starstream.net [207.104.43.151]) (authenticated bits=0) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id l9527QsK014659; Thu, 4 Oct 2007 19:07:27 -0700 From: Frank Jahnke To: Aryeh Friedman In-Reply-To: References: <1191546543.61533.202.camel@pinot.fmjassoc.com> Content-Type: text/plain Organization: Sonata Biosciences, Inc. Date: Thu, 04 Oct 2007 19:05:20 -0700 Message-Id: <1191549920.61533.214.camel@pinot.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: freebsd-questions@freebsd.org Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 02:10:02 -0000 On Fri, 2007-10-05 at 01:20 +0000, Aryeh Friedman wrote: > > > > 1) Collaboration (complex). > Read/write .doc, pdf and rtf mainly > > > 2) Document creation. > > WYSIWYG editing for the above including embedded graphics and equations > > I also want to keep the learn curve as small as possible (I know > enough troff to be dangerous) My suggestion would be to buy Textmaker/Planmaker -- it is well worth it -- but if you are really heavily into math, learn TeX or troff for document input. TeX (and its various packagings) is the better of the two to learn, since most journals take TeX input files but not troff. (I still consider the eqn preprocessor for troff as the most brilliant user-level software program ever written.) Most publishers do take pdfs, but they complain. Oh, and if you want to read pdf files and do any editing, you need Adobe Acrobat (Windows and OS X). There is nothing in the open-source world that comes anywhere close. I run it in a VM and on Windows boxes. Writing to pdf files from many input formats is handled well with ghostscript, which is used by many open-source programs. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 02:48:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9FF416A417 for ; Fri, 5 Oct 2007 02:48:22 +0000 (UTC) (envelope-from ronggui.huang@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 72F8613C448 for ; Fri, 5 Oct 2007 02:48:21 +0000 (UTC) (envelope-from ronggui.huang@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so86702anc for ; Thu, 04 Oct 2007 19:48:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=Mcrmn17CYUGR89zAeUkiS0XueRICVTIsvD2qI1JHbA4=; b=EdelQZKdHVIELX8U9Lx+M0t+cdzf2/LgLX6P3QMiSSrmUJdHIrF7Z+C4JnnaAChTTkXQYZTp90D4XaV0br1LVX5YtEmby95dNNP2bN7/eMRegWE3hZ3aRuInxwjdM69XjOYjipSOlDLTpmCRhR1p2U5LO0/a9F/+fXwkW8xI9Jk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=s2ntVUMqgbbfXfBlQNUbIUl/x3utMoycodZ9xIJVPI81KOCeJUeTewrKsy2elMzfARxmINnZUELCdh8ujGqtmAbS8ztuQUfPTfUzEatKx5D0P02C5p8VXn8IXDmhBUS388vOvsT1Co2p9uGzi6fCHyM/gyXStHvHk93AT+ebVTg= Received: by 10.70.41.20 with SMTP id o20mr18316574wxo.1191552501163; Thu, 04 Oct 2007 19:48:21 -0700 (PDT) Received: by 10.90.103.15 with HTTP; Thu, 4 Oct 2007 19:48:21 -0700 (PDT) Message-ID: <38b9f0350710041948o70b9b7f1y70a946cbb8768582@mail.gmail.com> Date: Fri, 5 Oct 2007 10:48:21 +0800 From: ronggui To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to play online TV program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 02:48:22 -0000 I tried to use mplayer to play it, but failed. [wincent@PC-BSD]mplayer -playlist http://citytv.csc.cityu.edu.hk/citytv/channel5/cap5.asx MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) M processor 1.70GHz (Family: 6, Model: 13, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Resolving citytv.csc.cityu.edu.hk for AF_INET6... Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk Resolving citytv.csc.cityu.edu.hk for AF_INET... Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... STREAM_ASF, URL: http://citytv.csc.cityu.edu.hk/citytv/channel5/cap5.asx Resolving citytv.csc.cityu.edu.hk for AF_INET6... Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk Resolving citytv.csc.cityu.edu.hk for AF_INET... Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... size_confirm mismatch!: 30835 28271 Error while parsing chunk header Failed, exiting. Resolving citytv.csc.cityu.edu.hk for AF_INET6... Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk Resolving citytv.csc.cityu.edu.hk for AF_INET... Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... Cache size set to 320 KBytes Playing http://netshsvr.cityu.edu.hk/citytv/channel5/cap5.nsc. Resolving netshsvr.cityu.edu.hk for AF_INET6... Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk Resolving netshsvr.cityu.edu.hk for AF_INET... Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... STREAM_ASF, URL: http://netshsvr.cityu.edu.hk/citytv/channel5/cap5.nsc Resolving netshsvr.cityu.edu.hk for AF_INET6... Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk Resolving netshsvr.cityu.edu.hk for AF_INET... Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... size_confirm mismatch!: 25700 19978 Error while parsing chunk header Failed, exiting. Resolving netshsvr.cityu.edu.hk for AF_INET6... Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk Resolving netshsvr.cityu.edu.hk for AF_INET... Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... Cache size set to 320 KBytes Cache fill: 0.00% (0 bytes) Exiting... (End of file) Further more, I have enquire that CityTV center, they give me such info about the media format as follows: our CityTV broadcasting service, will only entertain those media players which can support/decode the following codec formats for streaming:- - multimedia data file bears the (asf/asx) file extensions ; - streaming formats using in CityTV: Video : Microsoft Mpeg- 4 codec V2 [320 x 240, 25fps] Audio : Mpeg Layer-3 (16KB/s, 11kHz, mono) Any suggestions? Thanks. -- Ronggui Huang Department of Sociology, Fudan University, Shanghai, China Department of Public and Social Administration, CityU, HK From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 03:35:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F10EC16A417 for ; Fri, 5 Oct 2007 03:35:12 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id A76EB13C455 for ; Fri, 5 Oct 2007 03:35:12 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 04 Oct 2007 23:35:12 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JEF46590; Thu, 4 Oct 2007 23:35:11 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 04 Oct 2007 23:35:10 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18181.45294.626579.580723@jerusalem.litteratus.org> Date: Thu, 4 Oct 2007 23:35:10 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20071004150232.3d173c80@asus64> References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> <20071004105241.2cc7a50a@asus64> <20071004150232.3d173c80@asus64> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: Re: xmms crashing at startup (Solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 03:35:13 -0000 > In the time honored FreeBSD tradition of answering my own email, > I have XMMS working again. > > I moved the .xmms directory in my home directory to old.xmms and > started XMMS again. Low and behold it created a new .xmms > directory and XMMS started. The only problem that I have is I can > no longer douvle the size of the graphic player. You're lucky. Mine now starts - good. Attempts to double the size result in a) window going wierd and freezing and b) process attempting to consume 100% of CPU. (The process is killable.) Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 03:57:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2346016A469 for ; Fri, 5 Oct 2007 03:57:23 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id C524813C478 for ; Fri, 5 Oct 2007 03:57:22 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so786595pyb for ; Thu, 04 Oct 2007 20:57:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bQDvt5nJxdwLGBH8JmTIrlMLi/kQX3WRt7gvSYoWA0w=; b=rn0BQjrFmKQq3aAqSkrId58NBKd35TzWFZAUOO/SblE2P9ZZ6L0/TsrT85aHEjqSKk05GnlSTLqb+DasfyRLTNHGnYgi5eoAD5nap2HLBb3IdTHJQnIGAY1KuH79MXGeFnop/c+SMgYFbZUBQNSplY6G0NCxrNeDwTNOHkHGNw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZTDm44yOwKqWKKlaFq1Y4gWAPcbDKEn0KM9JwOTSy+8l2PzFq+1sIa8Ct6wZ5nyuHiQsBsRFtHxB2D+l0tUO3jrkowEhTpfRo0O/Tki/L32NXn+AlCXpbFfHipBtLrD807mSzCNv5u2gjZrw4IF6Mjgdi4xFrFoZKeRjdISOFws= Received: by 10.65.211.16 with SMTP id n16mr3461150qbq.1191556641181; Thu, 04 Oct 2007 20:57:21 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Thu, 4 Oct 2007 20:57:21 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 03:57:21 +0000 From: "Aryeh Friedman" To: ronggui In-Reply-To: <38b9f0350710041948o70b9b7f1y70a946cbb8768582@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <38b9f0350710041948o70b9b7f1y70a946cbb8768582@mail.gmail.com> Cc: User Questions Subject: Re: how to play online TV program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 03:57:23 -0000 > - multimedia data file bears the (asf/asx) file extensions ; > - streaming formats using in CityTV: > Video : Microsoft Mpeg- 4 codec V2 [320 x 240, 25fps] > Audio : Mpeg Layer-3 (16KB/s, 11kHz, mono) VLC can handle this From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 03:58:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F37F16A46B for ; Fri, 5 Oct 2007 03:58:52 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id ADD9A13C49D for ; Fri, 5 Oct 2007 03:58:51 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-294243.home.otenet.gr [85.73.197.1]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l953wm7o002884; Fri, 5 Oct 2007 06:58:49 +0300 Message-ID: <4705B678.6040407@otenet.gr> Date: Fri, 05 Oct 2007 06:58:48 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Robert Marella References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> <20071004105241.2cc7a50a@asus64> In-Reply-To: <20071004105241.2cc7a50a@asus64> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Robert Huff , freebsd-questions@freebsd.org Subject: Re: xmms crashing at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 03:58:52 -0000 Robert Marella wrote: > On Sat, 22 Sep 2007 09:46:36 -0400 > Robert Huff wrote: > > >> Manolis Kiagias writes: >> >> >>> I believe this started after upgrading to Xorg-7.3: >>> >>> sonic@freebsdgr:~$ xmms >>> Gdk-ERROR **: BadMatch (invalid parameter attributes) >>> serial 1492 error_code 8 request_code 72 minor_code 0 >>> Gdk-ERROR **: BadMatch (invalid parameter attributes) >>> serial 1493 error_code 8 request_code 72 minor_code 0 >>> >>> I tried uninstalling and recompiling the port, nothing changed. >>> I also can't find anything meaningful about this in Google. Any >>> ideas? >>> >> Same here, with slight variation: >> >> Gdk-ERROR **: BadMatch (invalid parameter attributes) >> serial 2435 error_code 8 request_code 72 minor_code 0 >> >> >> Robert Huff >> > > Has anything been done to correct this? I am still experiencing this on > two separate machines. One of which is running i386 and the other > amd64. Both are running Stable and xorg 7.3 > > [robert@asus64] ~> xmms > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 1463 error_code 8 request_code 72 minor_code 0 > > All ports are up to date as of today. > > Thanks > > Robert > > Still crashing here as well. Either xmms or xorg need an update, and I can't seem to find any workaround either. Manolis // From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 04:37:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FBCD16A417 for ; Fri, 5 Oct 2007 04:37:56 +0000 (UTC) (envelope-from tjudd2k@yahoo.com) Received: from web62415.mail.re1.yahoo.com (web62415.mail.re1.yahoo.com [69.147.75.92]) by mx1.freebsd.org (Postfix) with SMTP id AB0E613C458 for ; Fri, 5 Oct 2007 04:37:55 +0000 (UTC) (envelope-from tjudd2k@yahoo.com) Received: (qmail 58700 invoked by uid 60001); 5 Oct 2007 04:11:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ORogDfH9dh4H24uzTpUvxNUhMJSN9adup4tOmA7/KaBdFr1AiTTOmF4oz07vB66msZD/ewmG0TyDmb4QhVH8Us7p2aebP0v8WvvKRqkxdbr/jf+31w2SdLGyd3awfJrZVT4Fsv1ElwqY3aw2+tPG1/RlFmuRJcdvNuw9umM6kgQ=; X-YMail-OSG: R1FhlV8VM1kYVwzk1rOMO72hQScHvsMNofby5g4MBL7aCA9S4RpWZ60GqZvShEoCAtDNClY00B0tPGlaNSHr0mWmmd5fLHPz1JwuuF7zDuSQHtVXXE.zZe8yQNv5yA-- Received: from [76.113.22.52] by web62415.mail.re1.yahoo.com via HTTP; Thu, 04 Oct 2007 21:11:14 PDT Date: Thu, 4 Oct 2007 21:11:14 -0700 (PDT) From: Tim Judd To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <173981.50407.qm@web62415.mail.re1.yahoo.com> Subject: minimal install is too big X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 04:37:56 -0000 Hi all, Recently, for pure entertainment and a little bit of a experience thing, I have been looking and/or finding many devices that have linux embedded. While in of itself the fact that it works, I'm not discounting. But I'd like to expand it or get it running on a system that I am familiar with. So I was playing with the idea of using FreeBSD on such devices, and I would deal with the individual hardware specs if I could get the general system small enough. The minimal install of FreeBSD as from the developers is about 130MB. I want to get something working on a 8MB flash. (For those curious, it's a ethernet NAS device) picobsd is discontinued, nanobsd claims it can fit in 64MB. I'd even go with some NetBSD flavor, as long as it's not "linux." I've done some research and would like to see this happen, but may just end up using the GPL code from Linksys to get it working as I need it to. Thanks for any update/idea/clue. If opportunity doesn't knock, build a door. "I can" is a way of life. More and Bigger is not always Better. The road to success is always uphill. ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 05:27:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8FA416A417 for ; Fri, 5 Oct 2007 05:27:31 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228]) by mx1.freebsd.org (Postfix) with ESMTP id 857F713C478 for ; Fri, 5 Oct 2007 05:27:31 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so332159nzf for ; Thu, 04 Oct 2007 22:27:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=YSaQWGnCGAvGvBG1Plr/iPsGvm+pYFm7OGz0fJNhJ+k=; b=ghDr1gNgjQsm7Si7Wv/JTR1xavGJXX0BKM8fqsfAjhghf2vzft46tvFAw0SDo5pFEl7SLKdmXqdsDSxGuRSZRGZC+KzRaN9MtzpPXWuMUfGBbX/kYusIgRVCQWegnpI5lSsTc3/HxqCqzQ3FNaUn1s8OwMeALahMBORyM1AyoRA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=awJkb8dfn0VbSLYINZ5iEWCgqSCecOD5sCdKZBaITZN2jgKDj7AHFIZiKB0xb7zXIQMiIA2M56R6FLVP6I//umJG1BHBEzKOCs+JDBPa48AimoCa4llPR5GbgsxGlVMd4cimYHc69zgRbgy6CgJcUTyVEmLvXDB7eE4xZGPrmpk= Received: by 10.142.212.19 with SMTP id k19mr2405146wfg.1191560384845; Thu, 04 Oct 2007 21:59:44 -0700 (PDT) Received: by 10.143.163.21 with HTTP; Thu, 4 Oct 2007 21:59:44 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 12:59:44 +0800 From: "Daniel Marsh" To: "Tim Judd" In-Reply-To: <173981.50407.qm@web62415.mail.re1.yahoo.com> MIME-Version: 1.0 References: <173981.50407.qm@web62415.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: minimal install is too big X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 05:27:32 -0000 On 10/5/07, Tim Judd wrote: > > Hi all, > > Recently, for pure entertainment and a little bit of a experience > thing, I have been looking and/or finding many devices that have linux > embedded. While in of itself the fact that it works, I'm not > discounting. But I'd like to expand it or get it running on a system > that I am familiar with. So I was playing with the idea of using > FreeBSD on such devices, and I would deal with the individual hardware > specs if I could get the general system small enough. > > The minimal install of FreeBSD as from the developers is about 130MB. > I want to get something working on a 8MB flash. (For those curious, > it's a ethernet NAS device) > > picobsd is discontinued, nanobsd claims it can fit in 64MB. I'd even > go with some NetBSD flavor, as long as it's not "linux." I've done > some research and would like to see this happen, but may just end up > using the GPL code from Linksys to get it working as I need it to. > > Thanks for any update/idea/clue. > > If opportunity doesn't knock, build a door. > "I can" is a way of life. > More and Bigger is not always Better. > The road to success is always uphill. http://www.minibsd.org/ -> but claims it'll fit in 16mb flash, not 8mb. There was an openbsd fork(?) that was along the lines of a pure packet filter and only a packet filter... stripped to the bare minimum needed to fit on a flash device. It was shipped with a 486dx2 66, 64mb ram, 3/4 nics... you could download the OS itself and install it on any old machine you wanted... but if only I could remember the name... From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 05:32:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20BD016A421 for ; Fri, 5 Oct 2007 05:32:38 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id DA92813C467 for ; Fri, 5 Oct 2007 05:32:37 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so490836waf for ; Thu, 04 Oct 2007 22:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; bh=KdsBUYth6ZybPE1rGJJqi3cG+oSWfCygv+MYMyLp28s=; b=NtnqrDv6z4GfCZvIMs9zDDqjCn2pKxQq1yUichJ3MIfTQ0HOPZDAscWK0R+Z5fwD+2dcBFIV5xUNx3HaexY95Tluhry8de+IzsDfku7b9VqaGLNHU6FVFiwCArdXQF4a1lDjVknqLpYeyl3RDgWMUVyw+Yrto4suNRUoMNbSF90= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=HF/KAHFCm6foO0PlEWncNT8o50muM+qb8z0cxd2v5EwRqQyqapeLsYK9fSRld9akRv1Kd8zk5L16rKpN76wld0QNvFr76Vnssxrwh/LF72BUMSL5BjfKhNEb1OS1Xxf1XH/VEJocSG+whEdOj0im3V8j/8L+vhb5DxjsUkyzU+4= Received: by 10.115.90.1 with SMTP id s1mr5952503wal.1191562357077; Thu, 04 Oct 2007 22:32:37 -0700 (PDT) Received: from frankie.konav201.local ( [66.75.108.9]) by mx.google.com with ESMTPS id y11sm1286086pod.2007.10.04.22.32.35 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Oct 2007 22:32:36 -0700 (PDT) Date: Thu, 4 Oct 2007 19:32:18 -1000 From: Robert Marella To: Robert Huff Message-ID: <20071004193218.2d9ceb3b@frankie.konav201.local> In-Reply-To: <18181.45294.626579.580723@jerusalem.litteratus.org> References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> <20071004105241.2cc7a50a@asus64> <20071004150232.3d173c80@asus64> <18181.45294.626579.580723@jerusalem.litteratus.org> X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: xmms crashing at startup (Solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 05:32:38 -0000 On Thu, 4 Oct 2007 23:35:10 -0400 Robert Huff wrote: > > > > In the time honored FreeBSD tradition of answering my own email, > > I have XMMS working again. > > > > I moved the .xmms directory in my home directory to old.xmms and > > started XMMS again. Low and behold it created a new .xmms > > directory and XMMS started. The only problem that I have is I can > > no longer douvle the size of the graphic player. > > You're lucky. > Mine now starts - good. > Attempts to double the size result in a) window going wierd > and freezing and b) process attempting to consume 100% of CPU. (The > process is killable.) > > > Well, this is what I meant. When I attempt to double the size I lose the graphic. It actually give me a double size rectangle with random pixels (i.e. different pattern depending on which skin I am using). There is no response to any mouse click anywhere in the window. I did not check 'top' but yes it can be killed. At least I have music while slaving away :) Thank you everyone who has responded. Robert From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 05:49:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF80716A480 for ; Fri, 5 Oct 2007 05:49:00 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from mail.itu.dk (pluto.itu.dk [130.226.142.18]) by mx1.freebsd.org (Postfix) with ESMTP id 31EA413C447 for ; Fri, 5 Oct 2007 05:48:59 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from localhost (unknown [10.0.0.3]) by mail.itu.dk (Postfix) with ESMTP id 4080536F20B; Fri, 5 Oct 2007 07:48:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at itu.dk Received: from superman.itu.dk ([130.226.142.5]) by localhost (daredevil.itu.dk [130.226.142.26]) (amavisd-new, port 10024) with ESMTP id ELrA-wGGjJSa; Fri, 5 Oct 2007 07:48:53 +0200 (CEST) Received: from [192.168.1.5] (stud1-15.itu.dk [130.226.140.15]) by superman.itu.dk (Postfix) with ESMTP id CB8AF9E56A; Fri, 5 Oct 2007 07:48:53 +0200 (CEST) Message-ID: <4705D052.50302@cederstrand.dk> Date: Fri, 05 Oct 2007 07:49:06 +0200 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: Tim Judd References: <173981.50407.qm@web62415.mail.re1.yahoo.com> In-Reply-To: <173981.50407.qm@web62415.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: minimal install is too big X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 05:49:00 -0000 Tim Judd wrote: > Hi all, > > Recently, for pure entertainment and a little bit of a experience > thing, I have been looking and/or finding many devices that have linux > embedded. While in of itself the fact that it works, I'm not > discounting. But I'd like to expand it or get it running on a system > that I am familiar with. So I was playing with the idea of using > FreeBSD on such devices, and I would deal with the individual hardware > specs if I could get the general system small enough. > > The minimal install of FreeBSD as from the developers is about 130MB. > I want to get something working on a 8MB flash. (For those curious, > it's a ethernet NAS device) > > picobsd is discontinued, nanobsd claims it can fit in 64MB. I'd even > go with some NetBSD flavor, as long as it's not "linux." I've done > some research and would like to see this happen, but may just end up > using the GPL code from Linksys to get it working as I need it to. > > Thanks for any update/idea/clue. I guess the answer is "depends on what you need". The most minimal system (just a prompt and a few utilities in from /rescue) would probably be mfsroot.gz from the installation media. It's around 4MB - you can add your own utilities from there, but it's a bit tedious to find out exactly which files, utilities and libraries you need. An alternative would be to have your root filesystem NFS-mounted. That way, you only need a kernel and a few boot files on the flash to boot, if your device doesn't support PXE. There are a lot of tips in the "FreeBSD from Scratch" article [1]. Also, Erik Nørgaard's "PXEBoot Guide"[2] has lots of good info on net-booting. And then there's of course FreeNAS[3] if you can get it running on your device. Erik [1] http://freebsd.org/doc/en_US.ISO8859-1/articles/fbsd-from-scratch/ [2] http://www.locolomo.org/pub/pxeboot/article.html [3] http://www.freenas.org/ From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 05:50:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D044416A420 for ; Fri, 5 Oct 2007 05:50:59 +0000 (UTC) (envelope-from williamkow@yahoo.com) Received: from smtp108.plus.mail.sp1.yahoo.com (smtp108.plus.mail.sp1.yahoo.com [69.147.95.71]) by mx1.freebsd.org (Postfix) with SMTP id ACD5213C469 for ; Fri, 5 Oct 2007 05:50:59 +0000 (UTC) (envelope-from williamkow@yahoo.com) Received: (qmail 20505 invoked from network); 5 Oct 2007 05:50:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=dZShjn4fiSh0y77Wdy0vqoZ+0Wt5Fl+aAFXmV387Exzj+HbTXmbfP0PylsEhdP3XGJVrbNsXwoU+YHt6fozz6I2dd8F7GR7M+GmTx8bvNxYrF3iFsqO9q5eVXR970A4dUyaEIlb641PoRX8YRFxF7BAmPMJfZ2rz8jnyV7vqHrI= ; Received: from unknown (HELO ?10.32.176.61?) (williamkow@203.92.154.37 with plain) by smtp108.plus.mail.sp1.yahoo.com with SMTP; 5 Oct 2007 05:50:56 -0000 X-YMail-OSG: eYEADAgVM1lUn5tJzTzTv5WoyJ51hFfs5fTHjnmuYgt_BBRH.EEKtMgHX6ye7uX2PiavHEBIZAvbsI55hPI8TNjyNl0_8wDM5yFNrFAgKaxTbGekHQ-- Message-ID: <4705D0AA.7080905@yahoo.com> Date: Fri, 05 Oct 2007 13:50:34 +0800 From: williamkow User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) To: Alex P References: <91b2a4f50710030630w175773f6r2939a2f2ac09f181@mail.gmail.com> In-Reply-To: <91b2a4f50710030630w175773f6r2939a2f2ac09f181@mail.gmail.com> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: How to install third party software (format .tar.bz2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 05:50:59 -0000 I received error message, see below: # make install make: don't know to make install. Stop # make INSTALL 'INSTALL' is up to date. ______________________________________________________________________ __ Alex P wrote: Could you please advise on how to install the software with format .tar.bz2 For Example, file downloaded from the below link : [1][1]http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2 cd /directory-whith-GPRS_Easy_Connect_301.tar.bz2 bzip2 -d GPRS_Easy_Connect_301.tar.bz2 tar xf GPRS_Easy_Connect_301.tar cd GPRS_Easy_Connect_301 more README make install _______________________________________________ [2]freebsd-questions@freebsd.org mailing list [3]http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [4]"freebsd-questions-unsubscribe@freebsd.org" References 1. http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2 2. mailto:freebsd-questions@freebsd.org 3. http://lists.freebsd.org/mailman/listinfo/freebsd-questions 4. mailto:freebsd-questions-unsubscribe@freebsd.org From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 06:11:14 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04D5516A419 for ; Fri, 5 Oct 2007 06:11:14 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id CCF4913C469 for ; Fri, 5 Oct 2007 06:11:13 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IdgPb-0003b4-Oq for questions@freebsd.org; Thu, 04 Oct 2007 23:11:53 -0700 Received: from 71-220-154-49.tcsn.qwest.net ([71.220.154.49] helo=[192.168.0.2]) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IdgPS-0003al-Qf; Thu, 04 Oct 2007 23:11:39 -0700 Message-ID: <4705D484.4010805@math.arizona.edu> Date: Thu, 04 Oct 2007 23:07:00 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: ronggui , questions@freebsd.org References: <38b9f0350710041948o70b9b7f1y70a946cbb8768582@mail.gmail.com> In-Reply-To: <38b9f0350710041948o70b9b7f1y70a946cbb8768582@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: how to play online TV program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 06:11:14 -0000 ronggui wrote: > I tried to use mplayer to play it, but failed. > > [wincent@PC-BSD]mplayer -playlist > http://citytv.csc.cityu.edu.hk/citytv/channel5/cap5.asx > MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team > CPU: Intel(R) Pentium(R) M processor 1.70GHz (Family: 6, Model: 13, > Stepping: 6) > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > Compiled with runtime CPU detection. > Resolving citytv.csc.cityu.edu.hk for AF_INET6... > Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk > Resolving citytv.csc.cityu.edu.hk for AF_INET... > Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... > STREAM_ASF, URL: http://citytv.csc.cityu.edu.hk/citytv/channel5/cap5.asx > Resolving citytv.csc.cityu.edu.hk for AF_INET6... > Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk > Resolving citytv.csc.cityu.edu.hk for AF_INET... > Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... > size_confirm mismatch!: 30835 28271 > Error while parsing chunk header > Failed, exiting. > Resolving citytv.csc.cityu.edu.hk for AF_INET6... > Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk > Resolving citytv.csc.cityu.edu.hk for AF_INET... > Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... > Cache size set to 320 KBytes > > Playing http://netshsvr.cityu.edu.hk/citytv/channel5/cap5.nsc. > Resolving netshsvr.cityu.edu.hk for AF_INET6... > Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk > Resolving netshsvr.cityu.edu.hk for AF_INET... > Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... > STREAM_ASF, URL: http://netshsvr.cityu.edu.hk/citytv/channel5/cap5.nsc > Resolving netshsvr.cityu.edu.hk for AF_INET6... > Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk > Resolving netshsvr.cityu.edu.hk for AF_INET... > Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... > size_confirm mismatch!: 25700 19978 > Error while parsing chunk header > Failed, exiting. > Resolving netshsvr.cityu.edu.hk for AF_INET6... > Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk > Resolving netshsvr.cityu.edu.hk for AF_INET... > Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... > Cache size set to 320 KBytes > Cache fill: 0.00% (0 bytes) > > > Exiting... (End of file) > > > Further more, I have enquire that CityTV center, they give me such info > about the media format as follows: > > our CityTV broadcasting service, will only entertain those media players > which can support/decode the following codec formats for streaming:- > > - multimedia data file bears the (asf/asx) file extensions ; > - streaming formats using in CityTV: > Video : Microsoft Mpeg- 4 codec V2 [320 x 240, 25fps] > Audio : Mpeg Layer-3 (16KB/s, 11kHz, mono) > > > Any suggestions? Thanks. > > > I watch TV and listen to a radio via Tunapie application. (Over 100 TV and over 1000 radio channels). My default player for Tunapie is MPlayer but I must concede that VLC is exceptional and that I have it as well on my system. My default radio player for Tunapie is XMMS. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 06:57:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C490316A420 for ; Fri, 5 Oct 2007 06:57:23 +0000 (UTC) (envelope-from michael.le_barbier@laposte.net) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 7795613C455 for ; Fri, 5 Oct 2007 06:57:23 +0000 (UTC) (envelope-from michael.le_barbier@laposte.net) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id AECBB3F61B4 for ; Fri, 5 Oct 2007 08:57:21 +0200 (CEST) Received: from Llea.celt.neu (ron34-3-82-236-236-194.fbx.proxad.net [82.236.236.194]) by smtp5-g19.free.fr (Postfix) with ESMTP id 7CFD53F6198 for ; Fri, 5 Oct 2007 08:57:21 +0200 (CEST) Received: from Llea.celt.neu (localhost [127.0.0.1]) by Llea.celt.neu (8.13.8/8.13.8) with ESMTP id l9570qIj016483 for ; Fri, 5 Oct 2007 09:00:52 +0200 (CEST) (envelope-from michael.le_barbier@laposte.net) Received: (from michael@localhost) by Llea.celt.neu (8.13.8/8.13.8/Submit) id l9570puv016482; Fri, 5 Oct 2007 09:00:51 +0200 (CEST) (envelope-from michael.le_barbier@laposte.net) X-Authentication-Warning: Llea.celt.neu: michael set sender to michael.le_barbier@laposte.net using -f To: freebsd-questions@freebsd.org References: <1191546543.61533.202.camel@pinot.fmjassoc.com> From: michaelgrunewald@yahoo.fr Date: Fri, 05 Oct 2007 09:00:51 +0200 In-Reply-To: <1191546543.61533.202.camel@pinot.fmjassoc.com> (Frank Jahnke's message of "Thu\, 04 Oct 2007 18\:09\:03 -0700") Message-ID: <86d4vuxcyk.fsf@Llea.celt.neu> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 06:57:23 -0000 Frank Jahnke writes: > Mine are always heavy in equations and chemistry. I had a five minute try of openoffice writer's equation editor, and my first impression was that it renders equations very poorly. It seems to do this even worse thant MS Word. Since you seem to use the equation feature quite intensively, maybe you have any clue on making the equation editor perform better. For my personal use, I stick to TeX, but some people in my surroundings are looking for a way out of MS-Word. To those that might be annoyed by the topic shifting, I present my excuses. --=20 Cheers, Micha=EBl G. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 07:04:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 146B216A417 for ; Fri, 5 Oct 2007 07:04:33 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id CB4F113C4A6 for ; Fri, 5 Oct 2007 07:04:32 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so514583waf for ; Fri, 05 Oct 2007 00:04:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=gy88FNlffn+mzLcHAnlMWaZYzomwJ4E4y26Ct9hMIEU=; b=GwxDXxELX1gJ91o/Um3YtgAEbDlARldkp4md9X/VOnjr9T0pzqh/YK8hu1+IGLIizu+tOjA1ZzCIWEirlcUV9vM5YChWO+FT5aB9I7GchOeLz2N3XNcHfbfm/bLgJWFDO1HdGTiWZA1ZV8xuXU7WxTiK3RrVJndK35sl65Me0MA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b8AUyl31J+ZDE00aCQqAcXQwvnHP6J5cMgMpprUicY6Solh5sJ9n7Cqe9uiHWQryfKBf9L1P4fyVXMN+Mg2mQTgTwKzj6vshQJGDfZ5yZuBGzn5EljUTJ2UsR0Q6EUHTzWaigulctjpHAYy08vEJxBBim8h6qZcp7F9sS8KKph0= Received: by 10.115.77.1 with SMTP id e1mr6829137wal.1191567872344; Fri, 05 Oct 2007 00:04:32 -0700 (PDT) Received: by 10.114.27.4 with HTTP; Fri, 5 Oct 2007 00:04:32 -0700 (PDT) Message-ID: <1bd550a00710050004p7a87c2eak9bc1b5a4ce61f3c0@mail.gmail.com> Date: Fri, 5 Oct 2007 09:04:32 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "Kevin Kinsey" In-Reply-To: <47054C90.8000500@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> <1bd550a00710041005y349c324n570a6c22471d135d@mail.gmail.com> <47054C90.8000500@daleco.biz> Cc: "Philip M. Gollucci" , George Fazio , FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 07:04:33 -0000 On 10/4/07, Kevin Kinsey wrote: > Fernando Apestegu=EDa wrote: > >>>>> > >>>>> I'm having some problems with the FreeBSD site. Basically, when I t= ype > >>>>> www.freebsd.org in the address bar in Firefox I can't access the we= b. > >>>>> I get always a timeout. > > > > >> I tried just now: > >> ----------------------------------------- > >> [fernape@hammer ~]$ traceroute www.freebsd.org > >> traceroute to www.freebsd.org (32.1.4.248), 30 hops max, 40 byte packe= ts > > (and it didn't work). > > > Right now, it works: > > > > [fernape@hammer ~]$ ping www.freebsd.org > > PING www.freebsd.org (69.147.83.33) 56(84) bytes of data. > > 32.1.4.248 is an AT&T address, and I don't think > freebsd.org should ever be there (do we have a Florida > mirror?). 69.147.83.33 is Yahoo!, and I! think! > that! seems! a! lot! more! correct! ;-) > > DNS problems/poisoning, perhaps? It could be. Does it means that my ISP is responsible for this? Should I contact them? Cheers > > Kevin Kinsey > -- > One nuclear bomb can ruin your whole day. > From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 08:15:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A315516A420 for ; Fri, 5 Oct 2007 08:15:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9DFC413C45D for ; Fri, 5 Oct 2007 08:15:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l958Etxq028020; Fri, 5 Oct 2007 10:14:55 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l958EtDP028015; Fri, 5 Oct 2007 10:14:55 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 5 Oct 2007 10:14:55 +0200 (CEST) From: Wojciech Puchar To: Tim Judd In-Reply-To: <173981.50407.qm@web62415.mail.re1.yahoo.com> Message-ID: <20071005101332.C28001@wojtek.tensor.gdynia.pl> References: <173981.50407.qm@web62415.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: minimal install is too big X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 08:15:03 -0000 > specs if I could get the general system small enough. > > The minimal install of FreeBSD as from the developers is about 130MB. > I want to get something working on a 8MB flash. (For those curious, > it's a ethernet NAS device) compressed kernel (well stripped) <1.5MB loader etc 300kB libs - ca 2MB 4MB for programs. should fit. if not, and there is enough ram, use mfsroot.gz so everything gets compressed and you could have about 16-20MB of binaries. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 08:23:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 886FC16A417 for ; Fri, 5 Oct 2007 08:23:42 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7BC13C465 for ; Fri, 5 Oct 2007 08:23:42 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so535232waf for ; Fri, 05 Oct 2007 01:23:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6WFU1il9TLL43Nmd9ESg5it6tE7QaqQ7+dFKy78pqSw=; b=OtfDEy+ddOzispP4mCtA1jC0Cqmo5MnMJ3/J2waLWdjQ/NVRMT974mVju8CEgiaqdeilqb/NUBbagxO/6ZTmYiqxBzXTXzNKlrgoFP3JD+spNuN/ujjS7HL5J9UaGZo2FYI7w1xd6zfNyJY3J1w4TpgKx8Hm+KZnmqy4bp0Y6VU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m5Ln8LX8PUr5PBlxB44eu198l99e0/h1Hon/7c6nPnGxXVazEZoUuDpRyytLVy7BDSJH8wIltwwoGAmEVwFMhJz1mMDpNq+0q3/ey/2NW4P46+MEB4PP3GvbrCXezmFCU4WYP7PkgdWWf33wy7x42gBPSOmOeB9t7miIU05kTQc= Received: by 10.114.76.1 with SMTP id y1mr7041473waa.1191572622020; Fri, 05 Oct 2007 01:23:42 -0700 (PDT) Received: by 10.114.27.4 with HTTP; Fri, 5 Oct 2007 01:23:41 -0700 (PDT) Message-ID: <1bd550a00710050123t4be64d32x6e994f9981dbba65@mail.gmail.com> Date: Fri, 5 Oct 2007 10:23:41 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "Dimiter Ivanov" In-Reply-To: <7cc8007f0710050105k497efe2cm67cdc0fd959ccb6a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> <1bd550a00710041005y349c324n570a6c22471d135d@mail.gmail.com> <47054C90.8000500@daleco.biz> <1bd550a00710050004p7a87c2eak9bc1b5a4ce61f3c0@mail.gmail.com> <7cc8007f0710050105k497efe2cm67cdc0fd959ccb6a@mail.gmail.com> Cc: FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 08:23:42 -0000 On 10/5/07, Dimiter Ivanov wrote: > Yesterday i had problems too, i couldn't open www.freebsd.org with a > browser, but pinging it was possible. > > I thought that my ISP was the problem so i switched to the other one > (we have 2 ISPs in the office) and then again the page did not work. > > I'm just writing to tell you that you are not alone :) OK ;) I'm located in Spain. From the office I can connect directly, without any problems. But not from my home. Is there any kind of load balancer or virtual server or something in the freebsd site that could be working wrong? Cheers > > I'm located in bulgaria. (the bulgarian mirror worked fine) > From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 08:24:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2368716A418 for ; Fri, 5 Oct 2007 08:24:43 +0000 (UTC) (envelope-from e@recolon.ru) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id 9CED913C468 for ; Fri, 5 Oct 2007 08:24:42 +0000 (UTC) (envelope-from e@recolon.ru) Received: by mu-out-0910.google.com with SMTP id w9so517400mue for ; Fri, 05 Oct 2007 01:24:41 -0700 (PDT) Received: by 10.86.79.19 with SMTP id c19mr2265888fgb.1191572680295; Fri, 05 Oct 2007 01:24:40 -0700 (PDT) Received: from localhost ( [81.200.6.25]) by mx.google.com with ESMTPS id y18sm4989351fkd.2007.10.05.01.24.38 (version=SSLv3 cipher=OTHER); Fri, 05 Oct 2007 01:24:39 -0700 (PDT) Date: Fri, 5 Oct 2007 12:25:21 +0400 From: Dmitry Gorbik To: Tim Judd Message-ID: <20071005122521.08906f99@recolon.ru> In-Reply-To: <173981.50407.qm@web62415.mail.re1.yahoo.com> References: <173981.50407.qm@web62415.mail.re1.yahoo.com> X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_LQAOVBIYg0K20NU6KAyFdGf; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: minimal install is too big X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 08:24:43 -0000 --Sig_LQAOVBIYg0K20NU6KAyFdGf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 4 Oct 2007 21:11:14 -0700 (PDT) Tim Judd wrote: > Hi all, >=20 > Recently, for pure entertainment and a little bit of a experience > thing, I have been looking and/or finding many devices that have linux > embedded. While in of itself the fact that it works, I'm not > discounting. But I'd like to expand it or get it running on a system > that I am familiar with. So I was playing with the idea of using > FreeBSD on such devices, and I would deal with the individual hardware > specs if I could get the general system small enough. >=20 > The minimal install of FreeBSD as from the developers is about 130MB.=20 > I want to get something working on a 8MB flash. (For those curious, > it's a ethernet NAS device) >=20 > picobsd is discontinued, nanobsd claims it can fit in 64MB. I'd even > go with some NetBSD flavor, as long as it's not "linux." I've done > some research and would like to see this happen, but may just end up > using the GPL code from Linksys to get it working as I need it to. >=20 > Thanks for any update/idea/clue. >=20 > If opportunity doesn't knock, build a door. > "I can" is a way of life. > More and Bigger is not always Better. > The road to success is always uphill. >=20 >=20 > =20 > _________________________________________________________________________= ___________ > Be a better Globetrotter. Get better travel answers from someone who know= s. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=3Dlist&sid=3D396545469 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" See livecd Frenzy =E2=80=94 http://frenzy.org/ua/eng That is livecd that us= es compressed UFS (GEOM_ugz, if i'm not mistaken). Maybe something interest= ing for you? --Sig_LQAOVBIYg0K20NU6KAyFdGf Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iQEVAwUBRwX08Zs0+oyL5leDAQLl8Qf7BG9eQa0GtIxaud0prOBh3voCQfgk0buz NhMP8q2cFPlnAgK/CfRdxD7RdV1M1h07WDfGwA8s6YnSXB4d7zVZKMkTFK63asuI gWUm7CcjfISR2xSXBQVncjGMfD2ELxu/Volhcob5dOyzthiWrJrTrAmBZIpL97TT RiZS95uY8H8q7JL1a7XFPFQCpQbhlkeBNvA3QV/o0kBN53dwLZYg5fCdicHzg23V kjUpcEwJbxxOp9boI4e9u0cYpFTmdqT2umLP5jxLCLjuzMqjTEdF5NHcZCLrofKN scIdR170GMF7LVEoJv96m7YBfwNoylbJ/aJRulIeM0+AFXsLW/uzVQ== =LB8U -----END PGP SIGNATURE----- --Sig_LQAOVBIYg0K20NU6KAyFdGf-- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 08:26:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72A5516A417 for ; Fri, 5 Oct 2007 08:26:57 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (www.wcborstel.com [82.93.93.17]) by mx1.freebsd.org (Postfix) with ESMTP id DC54D13C455 for ; Fri, 5 Oct 2007 08:26:56 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (localhost [10.0.0.2]) by mail.wcborstel.com (Postfix) with ESMTP id 85EA14347C1; Fri, 5 Oct 2007 10:11:17 +0200 (CEST) Received: by mail.wcborstel.com (Postfix, from userid 58) id 36EE34347C0; Fri, 5 Oct 2007 10:11:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail.wcborstel.com X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE autolearn=ham version=3.2.3 X-Spam-Report: * -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from [192.168.1.6] (unknown [192.168.1.6]) by mail.wcborstel.com (Postfix) with ESMTP id 87DAE4347BE; Fri, 5 Oct 2007 10:11:13 +0200 (CEST) Message-ID: <4705F12B.1000501@wcborstel.com> Date: Fri, 05 Oct 2007 10:09:15 +0200 From: Jorn Argelo User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Steve Bertrand References: <4704DFF3.9040200@ibctech.ca> <200710041458.22743.wundram@beenic.net> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> In-Reply-To: <47054A1D.2000701@ibctech.ca> X-Virus-Scanned: ClamAV using ClamSMTP Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 08:26:57 -0000 Steve Bertrand wrote: >>> man 1 split >>> >>> (esp. -l) >>> >> That's probably the best option for a one-shot deal like this. On the >> other hand, Perl itself provides the ability to go through a file one >> line at a time, so you could just read a line, operate, write a line (to >> a new file) as needed, over and over, until you get through the whole >> file. >> >> The real problem would be reading the whole file into a variable (or even >> multiple variables) at once. >> > > This is what I am afraid of. Just out of curiosity, if I did try to read > the entire file into a Perl variable all at once, would the box panic, > or as the saying goes 'what could possibly go wrong'? > > Steve > Check out Tie::File on CPAN. This Perl module treats every line in a file as an array element, and the array element is loaded into memory when it's being requested. In other words: This will work great with huge files such as these, as not the entire file is loaded into memory at once. http://search.cpan.org/~mjd/Tie-File-0.96/lib/Tie/File.pm Jorn > _______________________________________________ > 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 Fri Oct 5 08:34:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ED6716A419 for ; Fri, 5 Oct 2007 08:34:23 +0000 (UTC) (envelope-from erazorbg@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id C4FF913C474 for ; Fri, 5 Oct 2007 08:34:22 +0000 (UTC) (envelope-from erazorbg@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so453335fka for ; Fri, 05 Oct 2007 01:34:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=EcC3PXo+2LQdX5lupn/nui0mU4Dphb1kAfbaOkwWHDQ=; b=bx8Q6ctUm8jcqc5T3HOeyN158esr1ihyQjEzITVkwazq+4gGQloGSChoku9ddLGIqqKz3WRrlWy4TagHqGScuAK2LV6sMWT8DJRV2dudGs9KQ5XWdxXNw+Wo916ZXI7TWBSnNnEMgZOzK/tde0SLB/TvEe2tDyJcx6E5Uiqx6jw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UuUPKxGxuhrN400beL+gmg9QY0nx0ISKgjzDsiIDeDwdTsGxqb0biCBDmzLLpm/X7bB5dVbGtxQcHgPCDDfavvSqjeXdrA5D3nCO8zduzjTrWxuG07xCeXCfZ1QQDvPAMZ93pO5p+yWHf726F7XHF7bqfTvwltgI7rerBU37WEs= Received: by 10.82.156.12 with SMTP id d12mr12472781bue.1191571512381; Fri, 05 Oct 2007 01:05:12 -0700 (PDT) Received: by 10.82.138.11 with HTTP; Fri, 5 Oct 2007 01:05:12 -0700 (PDT) Message-ID: <7cc8007f0710050105k497efe2cm67cdc0fd959ccb6a@mail.gmail.com> Date: Fri, 5 Oct 2007 11:05:12 +0300 From: "Dimiter Ivanov" To: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" In-Reply-To: <1bd550a00710050004p7a87c2eak9bc1b5a4ce61f3c0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> <1bd550a00710041005y349c324n570a6c22471d135d@mail.gmail.com> <47054C90.8000500@daleco.biz> <1bd550a00710050004p7a87c2eak9bc1b5a4ce61f3c0@mail.gmail.com> Cc: FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 08:34:23 -0000 Yesterday i had problems too, i couldn't open www.freebsd.org with a browser, but pinging it was possible. I thought that my ISP was the problem so i switched to the other one (we have 2 ISPs in the office) and then again the page did not work. I'm just writing to tell you that you are not alone :) I'm located in bulgaria. (the bulgarian mirror worked fine) From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 09:20:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90A5716A417 for ; Fri, 5 Oct 2007 09:20:02 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E33813C455 for ; Fri, 5 Oct 2007 09:20:02 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.136]) by hermes.wbtsystems.com (Postfix) with ESMTP id 37733F744F; Fri, 5 Oct 2007 10:20:00 +0100 (IST) From: "Barry Byrne" To: "'Chad Perrin'" , "'FreeBSD Questions'" References: <20071003233449.GA46401@demeter.hydra> Date: Fri, 5 Oct 2007 10:19:55 +0100 Message-ID: <004401c80730$e4aa4d90$88010c0a@dublin.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 In-Reply-To: <20071003233449.GA46401@demeter.hydra> Thread-Index: AcgGy70OAOt9L9JhRx6RD7r3Bd+iTwAZMtgA Cc: Subject: RE: autoconf failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 09:20:02 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Chad Perrin > Sent: 04 October 2007 00:35 > To: FreeBSD Questions > Subject: autoconf failure > > First, portversion reports as follows: > > # portversion -v|grep -v = > autoconf-2.53_4 < needs updating (port has 2.61_2) > autoconf-2.59_3 < needs updating (port has 2.61_2) > > Then, /usr/ports/UPDATING fails to note anything about the > new autoconf > version other than the following: > > The ports tree has been migrated to the latest version of autoconf, > 2.61. Versions 2.53 and 2.59 were declared obsolete and removed. > > Finally, using portupgrade to try to update my autoconf version yields > the following results: > > ===> autoconf-2.61_2 is already installed > You may wish to ``make deinstall'' and install this port again > by ``make reinstall'' to upgrade it properly. > If you really wish to overwrite the old port of > devel/autoconf261 > without deleting it first, set the variable > "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 > > Stop in /usr/ports/devel/autoconf261. > *** Error code 1 > > Stop in /usr/ports/devel/autoconf261. > ** Command failed [exit code 1]: /usr/bin/script -qa \ > /tmp/portupgrade.31535.1 env UPGRADE_TOOL=portupgrade \ > UPGRADE_PORT=autoconf-2.53_4 UPGRADE_PORT_VER=2.53_4 make reinstall > ---> Restoring the old version > > I also get this: > > ** Port marked as IGNORE: x11-servers/xorg-server-snap: > is outdated > > I'm not entirely sure what that's about. > > I imagine it wouldn't be safe to `make deinstall` all things autoconf, > then try to `make install` autoconf. Am I wrong about that? Is there > some other way to fix this? Have I overlooked something obvious? > Chad, Had the same thought's here - don't know for certain that it's the right thing to do, but I did: cd /usr/ports/devel/autoconf261 make deinstall make reinstall This seemed to remove the older versions of autoconf. Following that a portupgrade -av built the few other ports that had been skipped previously. Cheers, Barry From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 10:12:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F321E16A419 for ; Fri, 5 Oct 2007 10:12:28 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0EC13C4A3 for ; Fri, 5 Oct 2007 10:12:28 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.184.3]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id l95ACQUq029041 for ; Fri, 5 Oct 2007 12:12:26 +0200 Date: Fri, 5 Oct 2007 12:12:26 +0200 From: Albert Shih To: freebsd-questions@freebsd.org Message-ID: <20071005101226.GC34072@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Fri, 05 Oct 2007 12:12:26 +0200 (CEST) X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on mesiob.obspm.fr X-Virus-Status: Clean Subject: Strange df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 10:12:29 -0000 Hi all What's that mean ? Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad4s1a 507630 69050 397970 15% / devfs 1 1 0 100% /dev /dev/ad4s1g 78017664 55539220 16237032 77% /home /dev/ad4s1e 507630 -8960 475980 -2% /tmp ^^^^^^ Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Ven 5 oct 2007 12:11:30 CEST From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 10:12:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EEA516A418 for ; Fri, 5 Oct 2007 10:12:34 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id DAC2F13C459 for ; Fri, 5 Oct 2007 10:12:33 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id E24981CDEE for ; Fri, 5 Oct 2007 02:12:32 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 5 Oct 2007 12:10:12 +0200 User-Agent: KMail/1.9.7 References: <20071003233449.GA46401@demeter.hydra> <004401c80730$e4aa4d90$88010c0a@dublin.wbtsystems.com> In-Reply-To: <004401c80730$e4aa4d90$88010c0a@dublin.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710051210.14448.fbsd.questions@rachie.is-a-geek.net> Subject: Re: autoconf failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 10:12:34 -0000 On Friday 05 October 2007 11:19:55 Barry Byrne wrote: > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Chad Perrin > > Sent: 04 October 2007 00:35 > > To: FreeBSD Questions > > Subject: autoconf failure > > > > First, portversion reports as follows: > > > > # portversion -v|grep -v = > > autoconf-2.53_4 < needs updating (port has 2.61_2) > > autoconf-2.59_3 < needs updating (port has 2.61_2) > > > > Then, /usr/ports/UPDATING fails to note anything about the > > new autoconf > > version other than the following: > > > > The ports tree has been migrated to the latest version of autoconf, > > 2.61. Versions 2.53 and 2.59 were declared obsolete and removed. > > > Had the same thought's here - don't know for certain that it's the right > thing to do, but I did: > > cd /usr/ports/devel/autoconf261 > make deinstall > make reinstall It's simpler then that: pkg_delete -f autoconf-2.5[39]* -- Mel From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 10:46:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29C2E16A41B for ; Fri, 5 Oct 2007 10:46:10 +0000 (UTC) (envelope-from i.tanusheff@procreditbank.bg) Received: from mailgate.procreditbank.bg (mail.procreditbank.bg [193.26.216.3]) by mx1.freebsd.org (Postfix) with SMTP id 6120B13C45B for ; Fri, 5 Oct 2007 10:46:09 +0000 (UTC) (envelope-from i.tanusheff@procreditbank.bg) Received: (qmail 58013 invoked from network); 5 Oct 2007 13:30:59 +0300 Received: from unknown (HELO domino?hq.procreditbank.bg) (172.16.248.123) by 192.168.1.3 with SMTP; 5 Oct 2007 13:30:59 +0300 In-Reply-To: <20071005101226.GC34072@pcjas.obspm.fr> To: Albert.Shih@obspm.fr MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 August 18, 2005 From: Ivailo Tanusheff Message-ID: Date: Fri, 5 Oct 2007 13:11:34 +0300 X-MIMETrack: Serialize by Router on DOMINO_HQ/PROCREDITBANK(Release 7.0.2|September 26, 2006) at 10/05/2007 01:12:30 PM, Serialize complete at 10/05/2007 01:12:30 PM Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org Subject: Re: Strange df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 10:46:10 -0000 This seams as a wrong lable info. Check: bsdlabel /dev/ad4s1 Regards, Ivailo Tanusheff Deputy Head of IT Department ProCredit Bank (Bulgaria) AD Albert Shih Sent by: owner-freebsd-questions@freebsd.org 05.10.2007 13:06 Please respond to Albert.Shih@obspm.fr To freebsd-questions@freebsd.org cc Subject Strange df Hi all What's that mean ? Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad4s1a 507630 69050 397970 15% / devfs 1 1 0 100% /dev /dev/ad4s1g 78017664 55539220 16237032 77% /home /dev/ad4s1e 507630 -8960 475980 -2% /tmp ^^^^^^ Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Ven 5 oct 2007 12:11:30 CEST _______________________________________________ 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 Fri Oct 5 10:47:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC29116A417 for ; Fri, 5 Oct 2007 10:47:51 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id B060113C48D for ; Fri, 5 Oct 2007 10:47:51 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id D3F5F17BBE; Fri, 5 Oct 2007 06:47:50 -0400 (EDT) Received: from mail.digitalfreaks.org ([127.0.0.1]) by localhost (mail.digitalfreaks.org [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 16037-04; Fri, 5 Oct 2007 06:47:49 -0400 (EDT) Received: from [192.168.2.50] (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.digitalfreaks.org (Postfix) with ESMTP id 94E7717BBC; Fri, 5 Oct 2007 06:47:49 -0400 (EDT) From: "Brian A. Seklecki" To: Albert.Shih@obspm.fr In-Reply-To: <20071005101226.GC34072@pcjas.obspm.fr> References: <20071005101226.GC34072@pcjas.obspm.fr> Content-Type: text/plain Date: Fri, 05 Oct 2007 06:47:49 -0400 Message-Id: <1191581269.28483.114.camel@soundwave.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2 Cc: freebsd-questions@freebsd.org Subject: Re: Strange df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 10:47:52 -0000 The math is off because some space is reserved for UID 0 / root. Read these two man pages: ~BAS NEWFS(8) FreeBSD System Manager's Manual NEWFS(8) NAME newfs -- construct a new UFS1/UFS2 file system -m free-space The percentage of space reserved from normal users; the minimum free space threshold. The default value used is defined by MINFREE from , currently 8%. See tunefs(8) for more details on how to set this option. TUNEFS(8) NetBSD System Manager's Manual TUNEFS(8) NAME tunefs -- tune up an existing file system -m minfree This value specifies the percentage of space held back from nor- mal users; the minimum free space threshold. The default value is set during creation of the filesystem, see newfs(8). This value can be set to zero, however up to a factor of three in throughput will be lost over the performance obtained at a 5% threshold. Note that if the value is raised above the current usage level, users will be unable to allocate files until enough files have been deleted to get under the higher threshold. On Fri, 2007-10-05 at 12:12 +0200, Albert Shih wrote: > Hi all > > What's that mean ? > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 507630 69050 397970 15% / > devfs 1 1 0 100% /dev > /dev/ad4s1g 78017664 55539220 16237032 77% /home > /dev/ad4s1e 507630 -8960 475980 -2% /tmp > ^^^^^^ > > Regards. > > > > > -- > Albert SHIH > Observatoire de Paris Meudon > SIO batiment 15 > Heure local/Local time: > Ven 5 oct 2007 12:11:30 CEST > _______________________________________________ > 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 Fri Oct 5 12:08:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79CE16A417 for ; Fri, 5 Oct 2007 12:08:52 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from bay0-omc1-s7.bay0.hotmail.com (bay0-omc1-s7.bay0.hotmail.com [65.54.246.79]) by mx1.freebsd.org (Postfix) with ESMTP id 992EB13C45D for ; Fri, 5 Oct 2007 12:08:52 +0000 (UTC) (envelope-from dhaneshkk@hotmail.com) Received: from BAY127-W25 ([65.55.132.60]) by bay0-omc1-s7.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 5 Oct 2007 05:08:50 -0700 Message-ID: X-Originating-IP: [203.129.255.178] From: dhaneshk k To: Date: Fri, 5 Oct 2007 12:08:50 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 05 Oct 2007 12:08:52.0391 (UTC) FILETIME=[7EA60B70:01C80748] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Bind configuration in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:08:52 -0000 Hi friends , I have a FreeBSD fresh installation in a new server machine. Here I wants to run my DNS server , by default I found the in /etc/na= medb dir , named.conf file & master dir etc in the m/c after OS inst= allation , so I configured my DNS entries (I mean named.conf and zone f= ile for my domain I configured ) , and after that I tried to start /etc/= rc.d/named start=20 but no message that it is starting or not . I would like to ask you whether I have to install , bind 8 or bind 9 thro= ugh /usr/ports/dns to make this machine as a DNS server or by default (I = mean fresh installation) the bind is coming? (because I can see /etc/named= b dir and named.conf file ,master dir , etc ... there) pls guide me to setup Bind in FreeBSD6.2 to make A DNS server for my own = domain=20 thanks in Advance kk _________________________________________________________________ Search from any Web page with powerful protection. Get the FREE Windows Liv= e Toolbar Today! http://toolbar.live.com/?mkt=3Den-in= From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:13:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ED3916A418 for ; Fri, 5 Oct 2007 12:13:34 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id D85D413C447 for ; Fri, 5 Oct 2007 12:13:33 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id 2CF3D17BFA; Fri, 5 Oct 2007 08:13:33 -0400 (EDT) Received: from mail.digitalfreaks.org ([127.0.0.1]) by localhost (mail.digitalfreaks.org [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 17477-26; Fri, 5 Oct 2007 08:13:32 -0400 (EDT) Received: from [192.168.2.50] (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.digitalfreaks.org (Postfix) with ESMTP id 488E917BF2; Fri, 5 Oct 2007 08:13:32 -0400 (EDT) From: "Brian A. Seklecki" To: dhaneshk k In-Reply-To: References: Content-Type: text/plain Date: Fri, 05 Oct 2007 08:13:32 -0400 Message-Id: <1191586412.28483.131.camel@soundwave.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2 Cc: freebsd-questions@freebsd.org Subject: Re: Bind configuration in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:13:34 -0000 You need to enable the service: $ sudo vi /etc/rc.conf >> named_enable="YES" :wq $ sudo /etc/rc.d/named restart The bind in-tree is 9.3.4 and the chroot is already setup for you by default. You don't want to go installing a bitrot version from Ports. ~BAS On Fri, 2007-10-05 at 12:08 +0000, dhaneshk k wrote: > but no message that it is starting or not . From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:18:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55AC116A417 for ; Fri, 5 Oct 2007 12:18:49 +0000 (UTC) (envelope-from lcapps@cteresource.org) Received: from gershwin.cteresource.org (mail.cteresource.org [206.136.187.50]) by mx1.freebsd.org (Postfix) with ESMTP id 144D513C478 for ; Fri, 5 Oct 2007 12:18:49 +0000 (UTC) (envelope-from lcapps@cteresource.org) Received: by gershwin.cteresource.org (Postfix, from userid 1003) id C289C1CCF9; Fri, 5 Oct 2007 07:55:17 -0400 (EDT) Received: from [192.168.1.130] (hank.cteresource.org [192.168.1.130]) by gershwin.cteresource.org (Postfix) with ESMTP id B00381CCF0; Fri, 5 Oct 2007 07:55:17 -0400 (EDT) In-Reply-To: <200710041852.59722.derrick@uniquestrength.net> References: <200710041852.59722.derrick@uniquestrength.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <643FFE18-433D-4C78-927D-D32E4142FF2F@cteresource.org> Content-Transfer-Encoding: 7bit From: Lee Capps Date: Fri, 5 Oct 2007 07:59:25 -0400 To: Dantavious X-Mailer: Apple Mail (2.752.3) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Problems with Courier-Authlib-Userdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:18:49 -0000 On Oct 4, 2007, at 6:52 PM, Dantavious wrote: > I am attempting to upgrade courier-authlib-userdb and I get this error > message. I have an updated ports tree as of today. Here are the > other courier > related ports install on the system. Has anyone else saw this error > or can > help me out. I'm having the same problem. Anyone have a solution? --- Lee Capps Technology Specialist lcapps@cteresource.org From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:30:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2924A16A417 for ; Fri, 5 Oct 2007 12:30:00 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id AEB8713C44B for ; Fri, 5 Oct 2007 12:29:59 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.184.3]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id l95CTwro007967; Fri, 5 Oct 2007 14:29:58 +0200 Date: Fri, 5 Oct 2007 14:29:58 +0200 From: Albert Shih To: Ivailo Tanusheff Message-ID: <20071005122958.GG34072@pcjas.obspm.fr> References: <20071005101226.GC34072@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Fri, 05 Oct 2007 14:29:58 +0200 (CEST) X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on mesiob.obspm.fr X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Strange df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:30:00 -0000 Le 05/10/2007 à 13:11:34+0300, Ivailo Tanusheff a écrit > > This seams as a wrong lable info. > Check: bsdlabel /dev/ad4s1 > Why you say that ? the /dev/ad4s1e is really mounted on /tmp This strange thing appear after I make some clean up (rm old.pdf etc...) in my /tmp > > > Hi all > > What's that mean ? > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 507630 69050 397970 15% / > devfs 1 1 0 100% /dev > /dev/ad4s1g 78017664 55539220 16237032 77% /home > /dev/ad4s1e 507630 -8960 475980 -2% /tmp > ^^^^^^ > > Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Ven 5 oct 2007 14:28:30 CEST From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:31:08 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.Org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2253516A46D for ; Fri, 5 Oct 2007 12:31:08 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from terra.mike.lan (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B041913C465; Fri, 5 Oct 2007 12:31:05 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: by terra.mike.lan (Postfix, from userid 1000) id 455E668C6A; Fri, 5 Oct 2007 15:20:37 +0300 (EAT) Date: Fri, 5 Oct 2007 15:20:35 +0300 From: Mike Makonnen To: Ian Smith Message-ID: <20071005122035.GA57201@terra.mike.lan> References: <20071004081607.GA65363@owl.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD/7.0-CURRENT (i386) Cc: freebsd-questions@FreeBSD.Org, Lisa Casey Subject: Re: FreeBsd e-mail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:31:08 -0000 On Fri, Oct 05, 2007 at 02:33:23AM +1000, Ian Smith wrote: > > Looks like that's exactly right. Copying the maintainer and suggesting > the no-brain patch, pardon the broken tabs from pasting, against the > head / stable versions (checked) .. I should sendPR I guess .. time! > > Cheers, Ian > > --- /usr/sbin/rmuser Sat Mar 3 16:48:29 2007 > +++ /home/smithi/rmuser Fri Oct 5 00:30:51 2007 > @@ -86,10 +86,10 @@ > echo -n " mailspool" > rm ${MAILSPOOL}/$login > fi > - if [ -f ${MAILSPOOL}/${login}.pop ]; then > - verbose && echo -n " ${MAILSPOOL}/${login}.pop" || > + if [ -f ${MAILSPOOL}/.${login}.pop ]; then > + verbose && echo -n " ${MAILSPOOL}/.${login}.pop" || > echo -n " pop3" > - rm ${MAILSPOOL}/${login}.pop > + rm ${MAILSPOOL}/.${login}.pop > fi > verbose && echo '.' > } > Thanks! I'll take care of this immediately. Cheers, Mike. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:32:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D64A16A46B for ; Fri, 5 Oct 2007 12:32:39 +0000 (UTC) (envelope-from newsletter@email.newscientist.com) Received: from mta1.primary.edc.dartmail.net (mta1.primary.edc.dartmail.net [216.73.95.131]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF0013C467 for ; Fri, 5 Oct 2007 12:32:35 +0000 (UTC) (envelope-from newsletter@email.newscientist.com) Date: Fri, 05 Oct 2007 13:32:23 +0100 (IST) Message-Id: From: "New Scientist" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Cuba flies lone flag for sustainability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: New Scientist List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:32:39 -0000 NewScientist.com newsletter, 4 October 2007 Dear Darling, welcome to the New Scientist newsletter, which this week reveals why Cuba is currently the world's only sustainable nation, how 'traitor' immune cells could be reprogrammed to fight cancer, and why a robot's mistakes mean that it is becoming more human... EDITOR'S CHOICE World Failing On Sustainable Development * If the world is to start developing in a sustainable way, we are going in the wrong direction. This is the message from the first study to show the ecological impact of our changing lifestyles. The international team looked at 93 nations over the last 30 years and found that just one nation - Cuba - is developing sustainably. Cuba was the only nation found to provide a decent standard of living for their people without consuming more than its fair share of resources... http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6V0FP TOP STORIES Reprogrammed immune system fights cancer * Immune cells called macrophages can be "re-educated" so that instead of helping tumours to grow, they turn against them instead http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6W0FQ Robot brain makes the same mistakes as humans * Recreating cognitive, human flaws in software programs - and one day robots - might prove to be a critical step towards building a true artificial intelligence http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6X0FR Glittering star cluster is galactic heavyweight (Video available) One of the Milky Way's most massive young star clusters is nestled in a nebula with enough gas and dust to form 400,000 Suns http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6Y0FS Smart sheets let gadgets talk through their feet * Flexible, electronic sheets could be embedded in tables, walls and floors, allowing devices anywhere in the home to communicate http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6Z0FT Powerful solar outburst rips off comet's tail (Video available) A wave of charged particles from the Sun rips off a comet's tail in a dramatic new video from NASA's STEREO spacecraft http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6a0Fa World faces polio dilemma * Virus from live polio vaccine used in developing countries could lead to outbreaks of the disease as vaccination is phased out - but there is a solution http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6b0Fb Tea might pose fluoride risk * Tea can boost fluoride intake, meaning it could pose a danger in areas with high levels of the substance http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6c0Fc Tether mishap 'slingshots' satellite into space (Video available) Despite the accident, the mission still shows that space tethers can provide a cheap, safe way of returning payloads to Earth, say scientists http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6d0Fd Chemical 'sponge' could filter CO2 from the air Sucking carbon dioxide from the atmosphere and storing it underground could provide a last-ditch solution to climate change, says a US scientist http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6e0Fe Dawn spacecraft launches to study giant asteroids (Video available) The mission will use an advanced ion engine to reach two titans of the asteroid belt - Vesta and Ceres http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6f0Ff Invention: Brain radiator This week's patent applications include a radiator to control epileptic seizures, plane parts that signal when they are stressed, and an energy-boosting treatment for cells during a heart-attack http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6g0Fg AND FINALLY... This week's Feedback reveals why you shouldn't talk to your spouse online, a crucial new feature of ice-cube trays, and where to find the secrets of the universe for just $388... http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6h0Fh ------------------------------------------------------------------------ OUR TOP BLOG POSTS Last Word blog: Breathless beagles Why don't dogs hyperventilate when they pant in the heat? http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6i0Fi Tech blog: Hybrid cars: Too damned quiet? Virtually silent electric vehicles are a new danger to pedestrians http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6j0Fj Space blog: A bridge built by monkeys? NASA is a bemused participant in the strangest of court cases http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6k0Fk Short Sharp Science blog: Fluid motion (Video available) If you thought liquid only travelled downhill, think again http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6l0Fl Environment blog: Solving the oystercatcher migration mystery Join the scientists investigating where oystercatchers spend winter http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6m0Fm ------------------------------------------------------------------------ THIS WEEK'S PRINT EDITION To subscribe to New Scientist magazine go to: http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0DFkI0Fi ------------------------------------------------------------------------ FEATURES Probing the true nature of black holes * A host of new techniques means we will soon know whether black holes are what we think they are, says Michael D Lemonick http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6n0Fn Secret text reveals Archimedes' true genius * A new analysis of a hidden text reveals that Archimedes' understanding of mathematics was much more advanced than previously thought http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6o0Fo Assisted migration: Helping nature to relocate * The climate is warming so rapidly that many species will become stranded and face extinction - should we FedEx them to new homes? http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6p0Fp The camel factor: Nanobody revolution * A unique ingredient in the blood of camels and their relatives could help treat everything from dandruff to cancer http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6q0Fq ------------------------------------------------------------------------ NEWS Could space colonies be political utopia? * http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6r0Fr A third of US kids pop dietary pills http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6s0Fs Extent of Windscale contamination was covered up * http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0EZ6t0Ft ------------------------------------------------------------------------ To subscribe to New Scientist magazine go to: http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0DFkI0Fi * These articles are premium content If you would prefer not to receive this newsletter, you can unsubscribe by visiting: http://email.newscientist.com/cgi-bin1/DM/y/mBKCL0MRAnf0hIu0DFkT0Ft Copyright Reed Business Information Ltd 2007 From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:33:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE3A716A468 for ; Fri, 5 Oct 2007 12:33:49 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 6A0C613C469 for ; Fri, 5 Oct 2007 12:33:49 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 96579 invoked by uid 1002); 5 Oct 2007 12:33:48 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 14.173306 secs); 05 Oct 2007 12:33:48 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Oct 2007 12:33:34 -0000 Message-ID: <47062F2B.60208@ibctech.ca> Date: Fri, 05 Oct 2007 08:33:47 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jorn Argelo References: <4704DFF3.9040200@ibctech.ca> <200710041458.22743.wundram@beenic.net> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> <4705F12B.1000501@wcborstel.com> In-Reply-To: <4705F12B.1000501@wcborstel.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:33:50 -0000 > Check out Tie::File on CPAN. This Perl module treats every line in a > file as an array element, and the array element is loaded into memory > when it's being requested. In other words: This will work great with > huge files such as these, as not the entire file is loaded into memory > at once. > > http://search.cpan.org/~mjd/Tie-File-0.96/lib/Tie/File.pm Thanks everyone who replied to me regarding this issue. The above appears to be my best approach. Although I have not the time yet to look into Tie::Find (and I've never used that module before) but I will. So long as I can read chunks of the file, load the data into variables (I like the array approach above) and process each array independently without loading all of them at once into memory, and without having to load the entire file into memory. Tks! Steve From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:41:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4357A16A417 for ; Fri, 5 Oct 2007 12:41:03 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id EB09F13C47E for ; Fri, 5 Oct 2007 12:41:02 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Oct 2007 08:41:02 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JEF88575; Fri, 5 Oct 2007 08:41:02 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 05 Oct 2007 08:41:02 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18182.12509.982053.746727@jerusalem.litteratus.org> Date: Fri, 5 Oct 2007 08:41:01 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20071004193218.2d9ceb3b@frankie.konav201.local> References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> <20071004105241.2cc7a50a@asus64> <20071004150232.3d173c80@asus64> <18181.45294.626579.580723@jerusalem.litteratus.org> <20071004193218.2d9ceb3b@frankie.konav201.local> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: Re: xmms crashing at startup (Solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:41:03 -0000 Robert Marella writes: > > Attempts to double the size result in a) window going wierd > > and freezing and b) process attempting to consume 100% of CPU. (The > > process is killable.) > > Well, this is what I meant. When I attempt to double the size I > lose the graphic. It actually give me a double size rectangle > with random pixels (i.e. different pattern depending on which > skin I am using). There is no response to any mouse click > anywhere in the window. Details confirmed. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:42:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B613216A41B for ; Fri, 5 Oct 2007 12:42:31 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) by mx1.freebsd.org (Postfix) with ESMTP id 3401113C44B for ; Fri, 5 Oct 2007 12:42:30 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from Internal Mail-Server by mx01 (envelope-from bseklecki@collaborativefusion.com) with RC4-MD5 encrypted SMTP; 5 Oct 2007 07:15:48 -0500 From: "Brian A. Seklecki" To: Ivailo Tanusheff In-Reply-To: References: Content-Type: text/plain Organization: Collaborative Fusion, Inc. Date: Fri, 05 Oct 2007 08:15:47 -0400 Message-Id: <1191586547.28483.134.camel@soundwave.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit x-pineapp-mail-mail-from: bseklecki@collaborativefusion.com x-pineapp-mail-rcpt-to: i.tanusheff@procreditbank.bg Cc: Albert.Shih@obspm.fr, freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org Subject: Re: Strange df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:42:31 -0000 On Fri, 2007-10-05 at 13:11 +0300, Ivailo Tanusheff wrote: > This seams as a wrong lable info. > Check: bsdlabel /dev/ad4s1 Oh wow, yea, I misread. That's really scarry -- normally the kernel would panic. I'm very surprised bsdlabel(8) let you write that to the disk. Does fsck(8) function? Did sysinstall do this? You probably want /tmp to be MFS anyway -- it's almost never a disk partition. Especially since you don't have /var on its own file system (/var/tmp) ~BAS IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:43:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5450816A417 for ; Fri, 5 Oct 2007 12:43:59 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id D4D6713C43E for ; Fri, 5 Oct 2007 12:43:58 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 97182 invoked by uid 1002); 5 Oct 2007 12:43:58 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 11.848542 secs); 05 Oct 2007 12:43:58 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Oct 2007 12:43:46 -0000 Message-ID: <47063190.3050502@ibctech.ca> Date: Fri, 05 Oct 2007 08:44:00 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4704DFF3.9040200@ibctech.ca> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> <200710042222.25488.wundram@beenic.net> <47054C2E.8040304@ibctech.ca> <20071003225108.GB46149@demeter.hydra> In-Reply-To: <20071003225108.GB46149@demeter.hydra> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:43:59 -0000 >> The reason for the massive file size was my haste in running out of the >> office on Friday and forgetting to kill the tcpdump process before the >> weekend began. > > Sounds like you may want a Perl script to automate managing your > tcpdumps. 99% of the time I use tcpdump for less than one minute to verify the presence or lack thereof of ingress/egress traffic on a box or network. This was the one time that I actually left the shell to continuously let it capture. I will next time however wrap it with something to stop this from happening, or simply use the functions within the program itself: -c Exit after receiving count packets. Steve From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 13:03:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D1F016A418 for ; Fri, 5 Oct 2007 13:03:20 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay12.ispgateway.de (smtprelay12.ispgateway.de [80.67.29.29]) by mx1.freebsd.org (Postfix) with ESMTP id 001CE13C481 for ; Fri, 5 Oct 2007 13:03:19 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 4890 invoked from network); 5 Oct 2007 12:36:38 -0000 Received: from unknown (HELO localhost) (775067@[217.50.162.121]) (envelope-sender ) by smtprelay12.ispgateway.de (qmail-ldap-1.03) with SMTP; 5 Oct 2007 12:36:38 -0000 Date: Fri, 5 Oct 2007 14:36:29 +0200 From: Fabian Keil To: Robert Marella Message-ID: <20071005143629.66cdbe71@fabiankeil.de> In-Reply-To: <20071004150232.3d173c80@asus64> References: <46F4F727.1000708@otenet.gr> <18165.7356.32792.548184@jerusalem.litteratus.org> <20071004105241.2cc7a50a@asus64> <20071004150232.3d173c80@asus64> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd7.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_//m.m3HqJH13qJNw/Hq7_Ri0"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: xmms crashing at startup (Solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 13:03:20 -0000 --Sig_//m.m3HqJH13qJNw/Hq7_Ri0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Robert Marella wrote: > On Thu, 4 Oct 2007 10:52:41 -1000 > Robert Marella wrote: > > [robert@asus64] ~> xmms > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > serial 1463 error_code 8 request_code 72 minor_code 0 > >=20 > > All ports are up to date as of today. > In the time honored FreeBSD tradition of answering my own email, I have > XMMS working again. >=20 > I moved the .xmms directory in my home directory to old.xmms and > started XMMS again. Low and behold it created a new .xmms directory and > XMMS started. The only problem that I have is I can no longer douvle > the size of the graphic player.=20 Try starting it with: XLIB_SKIP_ARGB_VISUALS=3D1 xmms Fabian --Sig_//m.m3HqJH13qJNw/Hq7_Ri0 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHBi/NBYqIVf93VJ0RAnjqAJ4nj4bniSy5A9fh8Ay6d4iIolr7CwCeNyk+ BYVfL+Z23w5XsY+b83MPENI= =bbnV -----END PGP SIGNATURE----- --Sig_//m.m3HqJH13qJNw/Hq7_Ri0-- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 13:15:16 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E48416A418 for ; Fri, 5 Oct 2007 13:15:16 +0000 (UTC) (envelope-from ronggui.huang@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id E852513C448 for ; Fri, 5 Oct 2007 13:15:15 +0000 (UTC) (envelope-from ronggui.huang@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so94466anc for ; Fri, 05 Oct 2007 06:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=mEWI2SGKNE5Cz5ybw+JuhEzgi8/PQ+ZoHFk/yXK4ZPA=; b=T3qLAGOtn/0CuWg+ekNuE9Qwl5V4CN6Z0x2H/rZKsMFNxQg6REqt+C8FZdx1GHc6XxKyQ3ayf8hk1tAmsdwP2Lqc6uUShkyh6Ptz49kGktO1nUoUpacIg3t3dYxw7hvYzEHj62Bz+CSAarK6zI5c5VTzJDLil5B3YbLdO/BocdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KGmn1kJpYRs78Cy+tkanmxJZabZI3HQv2QmUOiwunJVv92aw5+ob7pgKg4ndejpYQpvH3bcw2xvwm7cmpDS6Xd4IzbMrx+lSkFDa9YWdVzg/ruwSr3h7pLdLQCP74SSsC9ABeBCzW/HtAh9jUWM83BDeWcyhfrSmjngpIf7ojCM= Received: by 10.150.177.20 with SMTP id z20mr518845ybe.1191588566218; Fri, 05 Oct 2007 05:49:26 -0700 (PDT) Received: by 10.90.103.15 with HTTP; Fri, 5 Oct 2007 05:49:26 -0700 (PDT) Message-ID: <38b9f0350710050549rcbb2d08kbffcdc205e28e0b1@mail.gmail.com> Date: Fri, 5 Oct 2007 20:49:26 +0800 From: ronggui To: "Predrag Punosevac" In-Reply-To: <4705D484.4010805@math.arizona.edu> MIME-Version: 1.0 References: <38b9f0350710041948o70b9b7f1y70a946cbb8768582@mail.gmail.com> <4705D484.4010805@math.arizona.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: how to play online TV program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 13:15:16 -0000 Unfortunately, both vlc and mplayer don't capable of. Is it due to he nsc format which seems encrypted? 2007/10/5, Predrag Punosevac : > > ronggui wrote: > > I tried to use mplayer to play it, but failed. > > > > [wincent@PC-BSD]mplayer -playlist > > http://citytv.csc.cityu.edu.hk/citytv/channel5/cap5.asx > > MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team > > CPU: Intel(R) Pentium(R) M processor 1.70GHz (Family: 6, Model: 13, > > Stepping: 6) > > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > > Compiled with runtime CPU detection. > > Resolving citytv.csc.cityu.edu.hk for AF_INET6... > > Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk > > Resolving citytv.csc.cityu.edu.hk for AF_INET... > > Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... > > STREAM_ASF, URL: http://citytv.csc.cityu.edu.hk/citytv/channel5/cap5.asx > > Resolving citytv.csc.cityu.edu.hk for AF_INET6... > > Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk > > Resolving citytv.csc.cityu.edu.hk for AF_INET... > > Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... > > size_confirm mismatch!: 30835 28271 > > Error while parsing chunk header > > Failed, exiting. > > Resolving citytv.csc.cityu.edu.hk for AF_INET6... > > Couldn't resolve name for AF_INET6: citytv.csc.cityu.edu.hk > > Resolving citytv.csc.cityu.edu.hk for AF_INET... > > Connecting to server citytv.csc.cityu.edu.hk[144.214.108.130]: 80... > > Cache size set to 320 KBytes > > > > Playing http://netshsvr.cityu.edu.hk/citytv/channel5/cap5.nsc. > > Resolving netshsvr.cityu.edu.hk for AF_INET6... > > Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk > > Resolving netshsvr.cityu.edu.hk for AF_INET... > > Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... > > STREAM_ASF, URL: http://netshsvr.cityu.edu.hk/citytv/channel5/cap5.nsc > > Resolving netshsvr.cityu.edu.hk for AF_INET6... > > Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk > > Resolving netshsvr.cityu.edu.hk for AF_INET... > > Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... > > size_confirm mismatch!: 25700 19978 > > Error while parsing chunk header > > Failed, exiting. > > Resolving netshsvr.cityu.edu.hk for AF_INET6... > > Couldn't resolve name for AF_INET6: netshsvr.cityu.edu.hk > > Resolving netshsvr.cityu.edu.hk for AF_INET... > > Connecting to server netshsvr.cityu.edu.hk[144.214.108.130]: 80... > > Cache size set to 320 KBytes > > Cache fill: 0.00% (0 bytes) > > > > > > Exiting... (End of file) > > > > > > Further more, I have enquire that CityTV center, they give me such info > > about the media format as follows: > > > > our CityTV broadcasting service, will only entertain those media players > > which can support/decode the following codec formats for streaming:- > > > > - multimedia data file bears the (asf/asx) file extensions ; > > - streaming formats using in CityTV: > > Video : Microsoft Mpeg- 4 codec V2 [320 x 240, 25fps] > > Audio : Mpeg Layer-3 (16KB/s, 11kHz, mono) > > > > > > Any suggestions? Thanks. > > > > > > > I watch TV and listen to a radio via Tunapie application. (Over 100 TV > and over 1000 radio channels). > My default player for Tunapie is MPlayer but I must concede that VLC is > exceptional and that I have it as well on my system. My default radio > player for Tunapie is XMMS. > -- Ronggui Huang Department of Sociology, Fudan University, Shanghai, China Department of Public and Social Administration, CityU, HK From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 13:29:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 554A516A46B for ; Fri, 5 Oct 2007 13:29:12 +0000 (UTC) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.freebsd.org (Postfix) with ESMTP id EE87F13C45A for ; Fri, 5 Oct 2007 13:29:11 +0000 (UTC) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 3.8f2) with ESMTP id 137794956-1860479 for multiple; Fri, 05 Oct 2007 09:28:59 -0400 Message-ID: <47063C23.5080701@chrononomicon.com> Date: Fri, 05 Oct 2007 09:29:07 -0400 From: Bart Silverstrim User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: Steve Bertrand References: <4704DFF3.9040200@ibctech.ca> <20071003200013.GD45244@demeter.hydra> <47054A1D.2000701@ibctech.ca> <200710042222.25488.wundram@beenic.net> <47054C2E.8040304@ibctech.ca> In-Reply-To: <47054C2E.8040304@ibctech.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: bsilver@chrononomicon.com Cc: "Heiko Wundram \(Beenic\)" , freebsd-questions@freebsd.org Subject: Re: Managing very large files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 13:29:12 -0000 Steve Bertrand wrote: > Heiko Wundram (Beenic) wrote: >> Am Donnerstag 04 Oktober 2007 22:16:29 schrieb Steve Bertrand: >>> This is what I am afraid of. Just out of curiosity, if I did try to read >>> the entire file into a Perl variable all at once, would the box panic, >>> or as the saying goes 'what could possibly go wrong'? >> Perl most certainly wouldn't make the box panic (at least I hope so :-)), but >> would barf and quit at some point in time when it can't allocate any more >> memory (because all memory is in use). Meanwhile, your swap would've filled >> up completely, and your box would've become totally unresponsive, which goes >> away instantly the second Perl is dead/quits. >> >> Try it. ;-) (at your own risk) > > LOL, on a production box?...nope. > > Hence why I asked here, probing if someone has made this mistake before > I do ;) Isn't that what VMWare is for? ;-) From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 14:20:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2A2C16A4A6 for ; Fri, 5 Oct 2007 14:20:22 +0000 (UTC) (envelope-from admin@aldisa.ca) Received: from aldisa.ca (aldisa.ca [206.248.137.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4F07113C4A5 for ; Fri, 5 Oct 2007 14:20:22 +0000 (UTC) (envelope-from admin@aldisa.ca) Received: from [192.168.2.174] ([70.80.104.43]) (AUTH: LOGIN abid) by aldisa.ca with esmtp; Fri, 05 Oct 2007 10:20:21 -0400 id 0024A80B.47064825.00017FF4 Received-SPF: none (Address does not pass the Sender Policy Framework) MAILFROM admin@aldisa.ca ( [70.80.104.43]); Message-ID: <47064817.6050006@aldisa.ca> Date: Fri, 05 Oct 2007 10:20:07 -0400 From: Aldisa Admin Organization: Aldisa Canada Inc. User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200710041852.59722.derrick@uniquestrength.net> In-Reply-To: <200710041852.59722.derrick@uniquestrength.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Problems with Courier-Authlib-Userdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 14:20:22 -0000 On 04-Oct-07 6:52 PM, Dantavious wrote: > libtool: link: cannot find the library `userdb/libuserdb.la' or unhandled > argument `userdb/libuserdb.la' > gmake[2]: *** [libauthuserdb.la] Error 1 > gmake[2]: Leaving directory > `/usr/ports/databases/courier-authlib-userdb/work/courier-authlib-0.60.0' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/databases/courier-authlib-userdb/work/courier-authlib-0.60.0' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/databases/courier-authlib-userdb. > *** Error code 1 > > Stop in /usr/ports/databases/courier-authlib-userdb. > > ===>>> make failed for databases/courier-authlib-userdb > ===>>> Aborting update > > > ===>>> Update for courier-authlib-userdb-0.59.3 failed > ===>>> Aborting update I am experiencing exactly the same problem as well. I wonder if there is a way to go back to the 0.59 version of the port till this is sorted out? Abid From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 14:24:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6867216A417 for ; Fri, 5 Oct 2007 14:24:35 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id F167313C44B for ; Fri, 5 Oct 2007 14:24:34 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.184.3]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id l95EOXqa015209 for ; Fri, 5 Oct 2007 16:24:34 +0200 Date: Fri, 5 Oct 2007 16:24:33 +0200 From: Albert Shih To: freebsd-questions@freebsd.org Message-ID: <20071005142433.GA19690@pcjas.obspm.fr> References: <20071005101226.GC34072@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20071005101226.GC34072@pcjas.obspm.fr> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Fri, 05 Oct 2007 16:24:34 +0200 (CEST) X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on mesiob.obspm.fr X-Virus-Status: Clean Subject: Re: Strange df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 14:24:35 -0000 Le 05/10/2007 à 12:12:26+0200, Albert Shih a écrit > Hi all > > What's that mean ? > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 507630 69050 397970 15% / > devfs 1 1 0 100% /dev > /dev/ad4s1g 78017664 55539220 16237032 77% /home > /dev/ad4s1e 507630 -8960 475980 -2% /tmp Well after reboot, and manually fsck (one problem fix by fsck -y) everthing become normal. Lots of thanks. I'm sorry I don't send all my partition (just for put the ^^^^) in fact I've Filesystem 512-blocks Used Avail Capacity Mounted on /dev/ad4s1a 1015260 138100 795940 15% / devfs 2 2 0 100% /dev /dev/ad4s1g 156035328 111535712 32016792 78% /home /dev/ad4s1e 1015260 10596 923444 1% /tmp /dev/ad4s1f 60925272 23487372 32563880 42% /usr /dev/ad4s1d 4025436 268516 3434888 7% /var And no I don't use MFS for /tmp it's real partition (I known I'm old fashion....). Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Téléphone : 01 45 07 76 26 Heure local/Local time: Ven 5 oct 2007 16:21:29 CEST From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:00:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B17D016A419 for ; Fri, 5 Oct 2007 15:00:29 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 399C513C4B0 for ; Fri, 5 Oct 2007 15:00:29 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from c83-249-37-37.bredband.comhem.se ([83.249.37.37]:63738) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IdofE-0005Vz-4X for freebsd-questions@freebsd.org; Fri, 05 Oct 2007 17:00:28 +0200 From: Peo Nilsson To: FreeBSD quest-list Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dq7I/nMQPWxe3FVuQMCN" Date: Fri, 05 Oct 2007 17:05:57 +0200 Message-Id: <1191596757.1184.16.camel@zeus.se> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Originating-IP: 83.249.37.37 X-Scan-Result: No virus found in message 1IdofE-0005Vz-4X. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IdofE-0005Vz-4X d11ec332af897e59207636268d02c849 Subject: Can't get pf to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 15:00:29 -0000 --=-dq7I/nMQPWxe3FVuQMCN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Dear list. I'm trying to configure pf on FreeBSD 6.2-release with no success. Is there anyone that has time and can give me a clue for what I'm doing wrong? This is what I have done: 1) /etc/rc.conf: pf_enable=3D"YES" # Enable PF (load module if required) pf_rules=3D"/etc/pf.conf" # rules definition file for pf pf_flags=3D"" # additional flags for pfctl startup pflog_enable=3D"YES" # start pflogd(8) pflog_logfile=3D"/var/log/pflog" # where pflogd should store the logfile pflog_flags=3D"" # additional flags for pflogd startup 2) /etc/pf.conf: ---------------------------------------------------------------------- ... # 1. Macros lo =3D lo0 # loopback device ext =3D nve0 # networkcard # 2. Tables # 3. Options set block-policy drop set optimization aggresive set loginterface $ext # 4. Packet normalization scrub in on $ext all # 5. Queueing. # 6. Translation. # 7. Filtering. pass quick on $lo all # Don't block loopback traffic antispoof for { $lo, $ext } # Antispoof block in on $ext all # Block all incoming as default block out on $ext all # Block all outgoing as default # Eof ... ----------------------------------------------------------------- 3) kldstat says: 7 1 0xc4b1c000 3000 pflog.ko 8 1 0xc4b26000 2d000 pf.ko As far as I get it, I shouldn't be able to enter the internet as it is, but nothing is blocked and I can check my mail and so. What have I missed ? --=20 /Peo --=-dq7I/nMQPWxe3FVuQMCN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHBlLPgWSfflYlIbwRAsBPAKCgiqMe0+qe7c1AIJVGjrGLGslQ+wCggwaV JZybIjtHuTjUYb5EpgcFcCw= =b5BZ -----END PGP SIGNATURE----- --=-dq7I/nMQPWxe3FVuQMCN-- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:16:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECD3216A41A for ; Fri, 5 Oct 2007 15:16:07 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id A16E613C46A for ; Fri, 5 Oct 2007 15:16:07 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l95FEXqh093878; Fri, 5 Oct 2007 11:14:33 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l95FEXZn093877; Fri, 5 Oct 2007 11:14:33 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 5 Oct 2007 11:14:33 -0400 From: Jerry McAllister To: Albert Shih Message-ID: <20071005151433.GE93447@gizmo.acns.msu.edu> References: <20071005101226.GC34072@pcjas.obspm.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071005101226.GC34072@pcjas.obspm.fr> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Strange df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 15:16:08 -0000 On Fri, Oct 05, 2007 at 12:12:26PM +0200, Albert Shih wrote: > Hi all > > What's that mean ? What does it look like? It looks to me like the output of a df(1) command - specifically 'df -k' The first line contains labels that explain what is in each column. The file system or partition device name How many 1K blocks in the partition How much of it is used up How much is still available to use What percent of the capacity is used and at what mount point is the partition mounted devfs is a special psuedo partition used for creating devices > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 507630 69050 397970 15% / > devfs 1 1 0 100% /dev > /dev/ad4s1g 78017664 55539220 16237032 77% /home > /dev/ad4s1e 507630 -8960 475980 -2% /tmp > ^^^^^^ > Regards. > So, it all really makes sense. It is not a big mystery. It is just what it says. ////jerry > -- > Albert SHIH > Observatoire de Paris Meudon > SIO batiment 15 > Heure local/Local time: > Ven 5 oct 2007 12:11:30 CEST > _______________________________________________ > 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 Fri Oct 5 15:17:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BEC416A4D5 for ; Fri, 5 Oct 2007 15:17:07 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 061BC13C469 for ; Fri, 5 Oct 2007 15:17:06 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 8C926519CC for ; Fri, 5 Oct 2007 11:17:04 -0400 (EDT) Date: Fri, 5 Oct 2007 16:17:01 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071005161701.5369b58c@gumby.homeunix.com.> In-Reply-To: <1191596757.1184.16.camel@zeus.se> References: <1191596757.1184.16.camel@zeus.se> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Can't get pf to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 15:17:07 -0000 On Fri, 05 Oct 2007 17:05:57 +0200 Peo Nilsson wrote: > Dear list. > > I'm trying to configure pf on FreeBSD 6.2-release > with no success. Is there anyone that has time and > can give me a clue for what I'm doing wrong? If you do: "/etc/rc.d/pf restart" do you see any errors? Is nve0 your correct interface e.g. for PPPoE it would be tun0 rather than the card interface itself. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:21:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4541716A41A for ; Fri, 5 Oct 2007 15:21:08 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id E7C6B13C494 for ; Fri, 5 Oct 2007 15:21:07 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l95FJYwL093969; Fri, 5 Oct 2007 11:19:34 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l95FJYfD093968; Fri, 5 Oct 2007 11:19:34 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 5 Oct 2007 11:19:34 -0400 From: Jerry McAllister To: Albert Shih Message-ID: <20071005151934.GF93447@gizmo.acns.msu.edu> References: <20071005101226.GC34072@pcjas.obspm.fr> <20071005142433.GA19690@pcjas.obspm.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20071005142433.GA19690@pcjas.obspm.fr> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Strange df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 15:21:08 -0000 On Fri, Oct 05, 2007 at 04:24:33PM +0200, Albert Shih wrote: > Le 05/10/2007 à 12:12:26+0200, Albert Shih a écrit > > Hi all > > > > What's that mean ? > > > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad4s1a 507630 69050 397970 15% / > > devfs 1 1 0 100% /dev > > /dev/ad4s1g 78017664 55539220 16237032 77% /home > > /dev/ad4s1e 507630 -8960 475980 -2% /tmp Sorry, I didn't notice the negative value in the Used column before. > > Well after reboot, and manually fsck (one problem fix by fsck -y) everthing > become normal. FSCk fixes all, I guess. Must have had a bit flip in the inode somewhere or something like that. ////jerry > > Lots of thanks. > > I'm sorry I don't send all my partition (just for put the ^^^^) in fact > I've > > Filesystem 512-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 1015260 138100 795940 15% / > devfs 2 2 0 100% /dev > /dev/ad4s1g 156035328 111535712 32016792 78% /home > /dev/ad4s1e 1015260 10596 923444 1% /tmp > /dev/ad4s1f 60925272 23487372 32563880 42% /usr > /dev/ad4s1d 4025436 268516 3434888 7% /var > > And no I don't use MFS for /tmp it's real partition (I known I'm old > fashion....). > > Regards. > -- > Albert SHIH > Observatoire de Paris Meudon > SIO batiment 15 > Téléphone : 01 45 07 76 26 > Heure local/Local time: > Ven 5 oct 2007 16:21:29 CEST > _______________________________________________ > 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 Fri Oct 5 15:21:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CC3816A417 for ; Fri, 5 Oct 2007 15:21:24 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 1CAE913C481 for ; Fri, 5 Oct 2007 15:21:23 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Fri, 5 Oct 2007 08:21:23 -0700 Message-ID: <4706566F.5070705@ridecharge.com> Date: Fri, 5 Oct 2007 11:21:19 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= References: <1bd550a00710010127v648371c8r1978cd085f8aa6b@mail.gmail.com> <20071004120548.H80813@mail.lunaticcafe.us> <47051410.3000305@ridecharge.com> <1bd550a00710040932w21580fecx74845c9da9cb6388@mail.gmail.com> <1bd550a00710041005y349c324n570a6c22471d135d@mail.gmail.com> <47054C90.8000500@daleco.biz> <1bd550a00710050004p7a87c2eak9bc1b5a4ce61f3c0@mail.gmail.com> In-Reply-To: <1bd550a00710050004p7a87c2eak9bc1b5a4ce61f3c0@mail.gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Cc: "Philip M. Gollucci" , George Fazio , FreeBSD Mailing List Subject: Re: Problems with www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 15:21:24 -0000 Fernando Apesteguía wrote: > It could be. Does it means that my ISP is responsible for this? Should > I contact them? No -- actually over on current@ lies the answer. http://blogs.freebsdish.org/simon/2007/09/18/web-server-fun/ -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:36:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A603116A418 for ; Fri, 5 Oct 2007 15:36:40 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 5A47613C48A for ; Fri, 5 Oct 2007 15:36:40 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from c83-249-37-37.bredband.comhem.se ([83.249.37.37]:55723) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IdpEF-0004uL-4n for freebsd-questions@freebsd.org; Fri, 05 Oct 2007 17:36:39 +0200 From: Peo Nilsson To: freebsd-questions@freebsd.org In-Reply-To: <20071005161701.5369b58c@gumby.homeunix.com.> References: <1191596757.1184.16.camel@zeus.se> <20071005161701.5369b58c@gumby.homeunix.com.> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0hn454VYsQkMCjP0kod3" Date: Fri, 05 Oct 2007 17:42:10 +0200 Message-Id: <1191598930.910.3.camel@zeus.se> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Originating-IP: 83.249.37.37 X-Scan-Result: No virus found in message 1IdpEF-0004uL-4n. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IdpEF-0004uL-4n 13d41254dd6797805d5d808efc0bbd8e Subject: Re: Can't get pf to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 15:36:40 -0000 --=-0hn454VYsQkMCjP0kod3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2007-10-05 at 16:17 +0100, RW wrote: > If you do: "/etc/rc.d/pf restart" do you see any errors? There was an syntax error in pf.conf. aggresive should be: aggressive. Guess I'm tired...:-) I realy thank you for saving me time! --=20 /Peo --=-0hn454VYsQkMCjP0kod3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHBltMgWSfflYlIbwRAgGrAKC8P4Z7+f62OL45EzLXpegJRS2GtgCglU7s Lxnp1XApZYaB7kMPUoEch/w= =FSSv -----END PGP SIGNATURE----- --=-0hn454VYsQkMCjP0kod3-- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:47:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CE3016A417 for ; Fri, 5 Oct 2007 15:47:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id D0E5B13C447 for ; Fri, 5 Oct 2007 15:47:18 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id E8B751CDEE for ; Fri, 5 Oct 2007 07:47:17 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 5 Oct 2007 17:47:13 +0200 User-Agent: KMail/1.9.7 References: <1191596757.1184.16.camel@zeus.se> <20071005161701.5369b58c@gumby.homeunix.com.> <1191598930.910.3.camel@zeus.se> In-Reply-To: <1191598930.910.3.camel@zeus.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710051747.14777.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Can't get pf to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 15:47:19 -0000 On Friday 05 October 2007 17:42:10 Peo Nilsson wrote: > On Fri, 2007-10-05 at 16:17 +0100, RW wrote: > > If you do: "/etc/rc.d/pf restart" do you see any errors? > > There was an syntax error in pf.conf. > aggresive should be: aggressive. > Guess I'm tired...:-) > > I realy thank you for saving me time! alias pfcheck="/etc/rc.d/pf check" is your friend. As is: alias pflog="tcpdump -i pflog0 -ttt -v" -- Mel From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:58:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23E5316A419 for ; Fri, 5 Oct 2007 15:58:49 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 644C413C4AC for ; Fri, 5 Oct 2007 15:58:47 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l95FweI8032689 for ; Fri, 5 Oct 2007 17:58:40 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l95FwePi032686 for ; Fri, 5 Oct 2007 17:58:40 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 5 Oct 2007 17:58:40 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20071005175812.A32679@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: rtadvd - network is down? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 15:58:49 -0000 Oct 5 17:57:55 helnet rtadvd[43408]: sendmsg on em0: Network is down getting this regularly, while network is up all the time everything else works From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 16:03:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 500A316A41B for ; Fri, 5 Oct 2007 16:03:02 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.freebsd.org (Postfix) with ESMTP id ED8E013C48A for ; Fri, 5 Oct 2007 16:03:01 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (adsl-68-75-31-16.dsl.wotnoh.ameritech.net [68.75.31.16]) (authenticated bits=0) by mail.united-ware.com (8.13.8/8.13.8) with ESMTP id l95G3i2H048985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Oct 2007 12:03:47 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry Organization: AM Productions To: freebsd-questions@freebsd.org Date: Fri, 5 Oct 2007 12:06:51 -0400 User-Agent: KMail/1.9.6 References: <173981.50407.qm@web62415.mail.re1.yahoo.com> In-Reply-To: <173981.50407.qm@web62415.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5957283.FrTbpSfjxq"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200710051207.07122.amistry@am-productions.biz> Cc: Tim Judd Subject: Re: minimal install is too big X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 16:03:02 -0000 --nextPart5957283.FrTbpSfjxq Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 05 October 2007, Tim Judd wrote: > Hi all, > > Recently, for pure entertainment and a little bit of a experience > thing, I have been looking and/or finding many devices that have > linux embedded. While in of itself the fact that it works, I'm not > discounting. But I'd like to expand it or get it running on a > system that I am familiar with. So I was playing with the idea of > using FreeBSD on such devices, and I would deal with the individual > hardware specs if I could get the general system small enough. > > The minimal install of FreeBSD as from the developers is about > 130MB. I want to get something working on a 8MB flash. (For those > curious, it's a ethernet NAS device) Checkout FreeNAS and Monowall. =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart5957283.FrTbpSfjxq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHBmErxqA5ziudZT0RAm+mAJwMChsaupns6nFcYzNOsrjYddYsAwCeNRFT 6iaZ7HL/3paIthHXlAUHjJo= =tGZ9 -----END PGP SIGNATURE----- --nextPart5957283.FrTbpSfjxq-- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 16:12:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB56216A420 for ; Fri, 5 Oct 2007 16:12:12 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-28.bluehost.com (outbound-mail-28.bluehost.com [69.89.17.198]) by mx1.freebsd.org (Postfix) with SMTP id B3A7F13C457 for ; Fri, 5 Oct 2007 16:12:12 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 8686 invoked by uid 0); 5 Oct 2007 16:12:12 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy2.bluehost.com with SMTP; 5 Oct 2007 16:12:12 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Idpme-0002rE-4Q for freebsd-questions@freebsd.org; Fri, 05 Oct 2007 10:12:12 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l94IVnKr051103 for ; Thu, 4 Oct 2007 12:31:49 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l94IVmxX051102 for freebsd-questions@freebsd.org; Thu, 4 Oct 2007 12:31:48 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Thu, 4 Oct 2007 12:31:48 -0600 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20071004183148.GA51068@demeter.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <20071003233449.GA46401@demeter.hydra> <004401c80730$e4aa4d90$88010c0a@dublin.wbtsystems.com> <200710051210.14448.fbsd.questions@rachie.is-a-geek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710051210.14448.fbsd.questions@rachie.is-a-geek.net> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: autoconf failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 16:12:13 -0000 On Fri, Oct 05, 2007 at 12:10:12PM +0200, Mel wrote: > > It's simpler then that: > pkg_delete -f autoconf-2.5[39]* I came to the same conclusion before seeing this email, but figured I'd see if anyone had said something about it. pkg_cutleaves seemed to indicate it was a leave package with no dependencies, and autoconf --version indicates that the currently installed/used version is 2.6.1, which of course would mean that the old version is just wedged on uninstall. . . . so thanks for confirming what I've surmised. I'll feel a lot better about removing it now. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] John Kenneth Galbraith: "If all else fails, immortality can always be assured through spectacular error." From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 17:02:01 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 1FEE916A41B; Fri, 5 Oct 2007 17:02:01 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20071005170201.1FEE916A41B@hub.freebsd.org> Date: Fri, 5 Oct 2007 17:02:01 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 17:02:01 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 17:02:01 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 26FA516A421; Fri, 5 Oct 2007 17:02:01 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20071005170201.26FA516A421@hub.freebsd.org> Date: Fri, 5 Oct 2007 17:02:01 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 17:02:01 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 17:13:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC91216A41A for ; Fri, 5 Oct 2007 17:13:15 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.freebsd.org (Postfix) with ESMTP id 790F313C45D for ; Fri, 5 Oct 2007 17:13:15 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.100] (207-104-43-151.starstream.net [207.104.43.151]) (authenticated bits=0) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id l95HC3mY011610; Fri, 5 Oct 2007 10:12:04 -0700 From: Frank Jahnke To: michaelgrunewald@yahoo.fr Content-Type: text/plain Organization: Sonata Biosciences, Inc. Date: Fri, 05 Oct 2007 10:10:54 -0700 Message-Id: <1191604254.2944.12.camel@pinot.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: freebsd-questions@freebsd.org Subject: Equations (WAS: good replacement for open office) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 17:13:15 -0000 > Since you seem to use the equation feature quite intensively, maybe > you have any clue on making the equation editor perform better. Sorry I can't really be of much help with OO.o equations. What I do personally is a kludge, but it works well enough. For documents that I create for read-only use, I use groff and friends. For those that require collaboration, I use Wordperfect to create the equations (it has an equation mode like troff's eqn), export them into Word format, and then read them into Word. The equation mode in Word is crippled, and you need to purchase MathType (I think that is the name) to make it usable. The same goes for references, BTW: you really need to purchase an add-on to make Word usable. In troff I just use refer together with Refbase. I've just not had much luck with OO.o's equation mode. If often crashes Word, and since all the people I collaborate with use Word, well, I use Word rather than try to teach them troff (or TeX). While they are all top-flight scientists and engineers at major US research Universities, their computer literacy is surprisingly low. I've given up on trying to find a BSD or Linux program that is good enough for this purpose -- none really are. So I just use Word in a VM and am done with it. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 17:34:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D667816A417 for ; Fri, 5 Oct 2007 17:34:02 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 5152C13C447 for ; Fri, 5 Oct 2007 17:34:02 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so502845nfb for ; Fri, 05 Oct 2007 10:34:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=hTL1z1zawOOJGQTptzEUJN/fF7AeI7tU6HsRb2A0UCM=; b=pLQas/Bb1gpMUXMUgiAOYL4Y65CMOEwNL+tVabyGOcaRmK005pLdaCSkkaxH+59K5XnFIzV70WkOSNYHmNNXau3cK73/X0LWRIEkpcNUArpQ+BXrlh14HSk+ZZwZKDB9nZIq5wEQoxy3CxZmEokZ5ATXIBpkW9+2UgQ/zKIDww0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=N/96qI+fF99KMPKbx4t9WgTmhUaHAC2X3zCicdpiBPXvZZIItsYlbsCxLXmV0QlJfiDEPxNe8m7sJYHi80+QLQNIYEo5v67CXY8EirI2l2Z2LYDyblCZCZ+s7OKLBtxsEcWAwgJwpgTYK3Y7WND2Whtdh9BSN2O6owMGFXmCkY0= Received: by 10.86.98.18 with SMTP id v18mr2636332fgb.1191605640651; Fri, 05 Oct 2007 10:34:00 -0700 (PDT) Received: by 10.86.68.18 with HTTP; Fri, 5 Oct 2007 10:34:00 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 12:34:00 -0500 From: "Andrew Gould" To: jahnke@sonatabio.com In-Reply-To: <1191604254.2944.12.camel@pinot.fmjassoc.com> MIME-Version: 1.0 References: <1191604254.2944.12.camel@pinot.fmjassoc.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: michaelgrunewald@yahoo.fr, freebsd-questions@freebsd.org Subject: Re: Equations (WAS: good replacement for open office) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 17:34:02 -0000 On 10/5/07, Frank Jahnke wrote: > > > Since you seem to use the equation feature quite intensively, maybe > > you have any clue on making the equation editor perform better. > > Sorry I can't really be of much help with OO.o equations. > > What I do personally is a kludge, but it works well enough. For > documents that I create for read-only use, I use groff and friends. For > those that require collaboration, I use Wordperfect to create the > equations (it has an equation mode like troff's eqn), export them into > Word format, and then read them into Word. The equation mode in Word is > crippled, and you need to purchase MathType (I think that is the name) > to make it usable. > > The same goes for references, BTW: you really need to purchase an add-on > to make Word usable. In troff I just use refer together with Refbase. > > I've just not had much luck with OO.o's equation mode. If often crashes > Word, and since all the people I collaborate with use Word, well, I use > Word rather than try to teach them troff (or TeX). While they are all > top-flight scientists and engineers at major US research Universities, > their computer literacy is surprisingly low. > > I've given up on trying to find a BSD or Linux program that is good > enough for this purpose -- none really are. So I just use Word in a VM > and am done with it. Have you tried LyX? From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 17:51:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FD2A16A419 for ; Fri, 5 Oct 2007 17:51:46 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from ipad.com.br (recife.ipad.com.br [200.249.204.129]) by mx1.freebsd.org (Postfix) with SMTP id 6D11A13C459 for ; Fri, 5 Oct 2007 17:51:45 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: (qmail 87955 invoked by uid 79); 5 Oct 2007 17:51:44 -0000 Received: from 127.0.0.1 by recife.ipad.com.br (envelope-from , uid 1008) with qmail-scanner-1.25-st-qms (clamdscan: 0.91.2-exp/4472. spamassassin: 3.1.8. perlscan: 1.25-st-qms. Clear:RC:1(127.0.0.1):. Processed in 0.071227 secs); 05 Oct 2007 17:51:44 -0000 X-Antivirus-IPAD-Mail-From: mario.lobo@ipad.com.br via recife.ipad.com.br X-Antivirus-IPAD: 1.25-st-qms (Clear:RC:1(127.0.0.1):. Processed in 0.071227 secs Process 87947) Received: from localhost (HELO webmail.ipad.com.br) (127.0.0.1) by ipad.com.br with SMTP; 5 Oct 2007 17:51:44 -0000 Received: from 192.168.64.1 (SquirrelMail authenticated user mario.lobo@ipad.com.br) by webmail.ipad.com.br with HTTP; Fri, 5 Oct 2007 14:51:44 -0300 (BRT) Message-ID: <50409.192.168.64.1.1191606704.squirrel@webmail.ipad.com.br> Date: Fri, 5 Oct 2007 14:51:44 -0300 (BRT) From: mario.lobo@ipad.com.br To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: what cpu type to use for a intel duo e6850 (i386 or amd64) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 17:51:46 -0000 > On Sat, 29 Sep 2007 16:03:05 +0000 > "Aryeh Friedman" wrote: > >> I have more then 4gb and was wondering why it didn't all show up.... is there anyway to do a in place upgrade (I have a lot of user >> data)... also someone should think about changing the naming on the iso/cpu types since 20 years of industry experience (15 with FreeBSD) and reading hardware.txt did not give a clue on this. > > What's confusing? > > i386 is for 386 compatible processors - a 32-bit OS for 32-bit > processors, which is therefore limited to 2^32 bytes (4GiB) without the PAE workaround. > > amd64 is for AMD 64 compatible processors operated in 64-bit mode. > > _______________________________________________ > 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" > A while back, when a bought my current machine (an Pentium(R) D CPU 3.20GHz Dual core) and was wondering which FreeBSD to install (i386 or amd64), someone advised me that amd64 was better for servers. On a desktop machine, i386 would be a better. As far as ports are concerned, this makes sence since some (or a lot, I don't know) ports (nvidia driver is a classic) do not compile on, or don't have versions for amd64. So, I did an SMP/i386 install. I cannot say I regret it since everything runs absolutely smooth and fast here. On the tecnical side (not practical) was it correct to give up 64 bit processing? -- ********************************************************** //| //| Mario Lobo // |// | http://www.ipad.com.br // // ||||||| FreeBSD since 2.2.8 - 100% Rwindows-free ********************************************************** From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 17:52:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D52B016A46B for ; Fri, 5 Oct 2007 17:52:32 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-52.bluehost.com (outbound-mail-52.bluehost.com [69.89.20.32]) by mx1.freebsd.org (Postfix) with SMTP id 66ADC13C469 for ; Fri, 5 Oct 2007 17:52:32 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 27373 invoked by uid 0); 5 Oct 2007 17:52:31 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy3.bluehost.com with SMTP; 5 Oct 2007 17:52:31 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IdrLj-0003hJ-8j for freebsd-questions@freebsd.org; Fri, 05 Oct 2007 11:52:31 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l94KC9nJ051547 for ; Thu, 4 Oct 2007 14:12:09 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l94KC86a051546 for freebsd-questions@freebsd.org; Thu, 4 Oct 2007 14:12:08 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Thu, 4 Oct 2007 14:12:08 -0600 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20071004201208.GE51068@demeter.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <1191604254.2944.12.camel@pinot.fmjassoc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: Equations (WAS: good replacement for open office) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 17:52:32 -0000 On Fri, Oct 05, 2007 at 12:34:00PM -0500, Andrew Gould wrote: > On 10/5/07, Frank Jahnke wrote: > > > > I've given up on trying to find a BSD or Linux program that is good > > enough for this purpose -- none really are. So I just use Word in a VM > > and am done with it. > > Have you tried LyX? I think "this purpose", in this case, means "collaborating with people using MS Word". That being the case, LyX is sort of the opposite of what he needs, even if it handles equation work excellently for print -- because, of course, it *doesn't* handle MS Word DOC format at all. At least, it didn't the last time I checked. I imagine the LyX maintainers haven't suddenly jumped on the "interoperate with MS Office" bandwagon lately. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Brian K. Reid: "In computer science, we stand on each other's feet." From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 18:04:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF6D816A46E for ; Fri, 5 Oct 2007 18:04:27 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 5503A13C4B5 for ; Fri, 5 Oct 2007 18:04:27 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so509266nfb for ; Fri, 05 Oct 2007 11:04:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=JYvTXlXtvE3pP0+QevBMOVY8Sbu7JWh0BYMwGpLAixE=; b=ePKLEz4Ud32LilPIAlualAcwVuOBmHHLpGefhZ7yebKXsZrCFKheLPtgrT+hueBL7j5wutcFpVHg1aQtTOyHeETP+trneuy1MSzff9o4IuH/jVr39Di6vgtkZVReLPsQvVBbyBKXG0+7e5rgXqER6ecC1d7wgFyZ6dEE+J+xUtw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Fwl10cE1aHXuzxAhi1yJH2RMLzEtoNrqw3Dv2pvGXnkaPM7JbPQN0pipkkLvr+TvYQjbGcL75bRTdKJ85P5a1FEhfE+CLb7B2Fn6v/xTdF8m1pDYUKWqc7N6M2GYSW+4e0pXC0v6VGMZyowL+KSKgv2CGxQIFHQtysR/SGmzZtU= Received: by 10.86.80.5 with SMTP id d5mr2662002fgb.1191607465697; Fri, 05 Oct 2007 11:04:25 -0700 (PDT) Received: by 10.86.68.18 with HTTP; Fri, 5 Oct 2007 11:04:24 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 13:04:24 -0500 From: "Andrew Gould" To: freebsd-questions@freebsd.org In-Reply-To: <20071004201208.GE51068@demeter.hydra> MIME-Version: 1.0 References: <1191604254.2944.12.camel@pinot.fmjassoc.com> <20071004201208.GE51068@demeter.hydra> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Equations (WAS: good replacement for open office) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 18:04:28 -0000 On 10/4/07, Chad Perrin wrote: > > On Fri, Oct 05, 2007 at 12:34:00PM -0500, Andrew Gould wrote: > > On 10/5/07, Frank Jahnke wrote: > > > > > > I've given up on trying to find a BSD or Linux program that is good > > > enough for this purpose -- none really are. So I just use Word in a > VM > > > and am done with it. > > > > Have you tried LyX? > > I think "this purpose", in this case, means "collaborating with people > using MS Word". That being the case, LyX is sort of the opposite of what > he needs, even if it handles equation work excellently for print -- > because, of course, it *doesn't* handle MS Word DOC format at all. > > At least, it didn't the last time I checked. I imagine the LyX > maintainers haven't suddenly jumped on the "interoperate with MS Office" > bandwagon lately. > > -- > CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] > Brian K. Reid: "In computer science, we stand on each other's feet." > You are so right about that. I saw "equations" in the subject line and jumped a little to quickly. ;-) From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 18:13:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C906416A417 for ; Fri, 5 Oct 2007 18:13:23 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 12CA913C447 for ; Fri, 5 Oct 2007 18:13:22 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l95IDGHT033848; Fri, 5 Oct 2007 20:13:16 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l95IDGjX033845; Fri, 5 Oct 2007 20:13:16 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 5 Oct 2007 20:13:16 +0200 (CEST) From: Wojciech Puchar To: Frank Jahnke In-Reply-To: <1191604254.2944.12.camel@pinot.fmjassoc.com> Message-ID: <20071005201249.F33844@wojtek.tensor.gdynia.pl> References: <1191604254.2944.12.camel@pinot.fmjassoc.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: michaelgrunewald@yahoo.fr, freebsd-questions@freebsd.org Subject: Re: Equations (WAS: good replacement for open office) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 18:13:23 -0000 > Word rather than try to teach them troff (or TeX). While they are all i'm not top-flight scientist but i was able to learn latex... From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 18:29:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F84416A419 for ; Fri, 5 Oct 2007 18:29:50 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id B6DD613C481 for ; Fri, 5 Oct 2007 18:29:49 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l95ITfam091146; Fri, 5 Oct 2007 19:29:42 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <47068295.7020807@infracaninophile.co.uk> Date: Fri, 05 Oct 2007 19:29:41 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: mario.lobo@ipad.com.br References: <50409.192.168.64.1.1191606704.squirrel@webmail.ipad.com.br> In-Reply-To: <50409.192.168.64.1.1191606704.squirrel@webmail.ipad.com.br> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Fri, 05 Oct 2007 19:29:43 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.2/4480/Fri Oct 5 15:51:39 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: what cpu type to use for a intel duo e6850 (i386 or amd64) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 18:29:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 mario.lobo@ipad.com.br wrote: > So, I did an SMP/i386 install. I cannot say I regret it since everything > runs absolutely smooth and fast here. > > On the tecnical side (not practical) was it correct to give up 64 bit > processing? This is a question to which there is no simple answer, other than 'It depends.' What it depends on are such things as: * software compatibility with 32 or 64 bit system * what application load you require * how large the disk and memory structures you're dealing with are * how much RAM you have You'll find that programs like databases that have to do large amounts of IO benefit greatly from being on a 64bit system, especially if that system is fully populated with memory and disks. On the other hand, really compute-intensive programs can often gain on a 32bit system by virtue of being able to fit more 32bit sized objects into cache RAM. Desktops tend to be run at 32bit because of software compatibility problems. Machines with Nvidia graphics cards need to be 32bit in order to use the Nvidia accelerated graphics driver. As it is, for your server it seems that you have achieved that happy performance level of "fast enough." Anything else is just gravy. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHBoKV8Mjk52CukIwRCNgRAJ4vB8AhlbMtTsenzX+A1RvUdGTjZwCdFiND 2LLzNVMlNYjuZalUsUXyeEc= =jEbr -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 18:38:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF69216A417 for ; Fri, 5 Oct 2007 18:38:48 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from ipad.com.br (recife.ipad.com.br [200.249.204.129]) by mx1.freebsd.org (Postfix) with SMTP id CDDC313C44B for ; Fri, 5 Oct 2007 18:38:46 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: (qmail 6659 invoked by uid 79); 5 Oct 2007 18:38:44 -0000 Received: from 192.168.64.1 by recife.ipad.com.br (envelope-from , uid 1008) with qmail-scanner-1.25-st-qms (clamdscan: 0.91.2-exp/4472. spamassassin: 3.1.8. perlscan: 1.25-st-qms. Clear:RC:1(192.168.64.1):. Processed in 0.020951 secs); 05 Oct 2007 18:38:44 -0000 X-Antivirus-IPAD-Mail-From: mario.lobo@ipad.com.br via recife.ipad.com.br X-Antivirus-IPAD: 1.25-st-qms (Clear:RC:1(192.168.64.1):. Processed in 0.020951 secs Process 6652) Received: from unknown (HELO lobo.ipad.com.br) (mario.lobo@ipad.com.br@192.168.64.1) by ipad.com.br with SMTP; 5 Oct 2007 18:38:44 -0000 From: Mario Lobo Organization: IPAD To: freebsd-questions@freebsd.org Date: Fri, 5 Oct 2007 15:39:00 -0300 User-Agent: KMail/1.9.7 References: <50409.192.168.64.1.1191606704.squirrel@webmail.ipad.com.br> <47068295.7020807@infracaninophile.co.uk> In-Reply-To: <47068295.7020807@infracaninophile.co.uk> X-Face: "j9,S@~?m[/.]/lb=?utf-8?q?S=5D=2EI=0A=09ITlWP=3A-?=" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710051539.01333.mario.lobo@ipad.com.br> Subject: Re: what cpu type to use for a intel duo e6850 (i386 or amd64) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 18:38:48 -0000 On Friday 05 October 2007, Matthew Seaman wrote: > mario.lobo@ipad.com.br wrote: > > So, I did an SMP/i386 install. I cannot say I regret it since everything > > runs absolutely smooth and fast here. > > > > On the tecnical side (not practical) was it correct to give up 64 bit > > processing? > > This is a question to which there is no simple answer, other than > 'It depends.' > > What it depends on are such things as: > > * software compatibility with 32 or 64 bit system > > * what application load you require > > * how large the disk and memory structures you're dealing with are > > * how much RAM you have > > You'll find that programs like databases that have to do large > amounts of IO benefit greatly from being on a 64bit system, > especially if that system is fully populated with memory and disks. > > On the other hand, really compute-intensive programs can often gain > on a 32bit system by virtue of being able to fit more 32bit sized > objects into cache RAM. > > Desktops tend to be run at 32bit because of software compatibility > problems. Machines with Nvidia graphics cards need to be 32bit in > order to use the Nvidia accelerated graphics driver. > > As it is, for your server it seems that you have achieved that happy > performance level of "fast enough." Anything else is just gravy. > > Cheers, > > Matthew I have both types running (dual-core servers as 64 and dual-core desktops at 32). I was just curious as to what would happen if the roles were reversed. You sure cleared that up Thanks for the confirmation ! -- ********************************************************** //| //| Mario Lobo // |// | http://www.ipad.com.br // // ||||||| FreeBSD since 2.2.8 - 100% Rwindows-free ********************************************************** From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 18:47:15 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDAD816A417 for ; Fri, 5 Oct 2007 18:47:15 +0000 (UTC) (envelope-from ttennooqollmallemmet@bellsouth.net) Received: from mailhub.zebra.lt (mailhub1.zebra.lt [212.59.31.77]) by mx1.freebsd.org (Postfix) with ESMTP id 6DCAC13C48A for ; Fri, 5 Oct 2007 18:47:15 +0000 (UTC) (envelope-from ttennooqollmallemmet@bellsouth.net) Received: from localhost (localhost [127.0.0.1]) by mailhub.zebra.lt (Postfix) with ESMTP id 96048CCB67; Fri, 5 Oct 2007 21:20:46 +0300 (EEST) X-Virus-Scanned: amavisd-new at takas.lt Received: from mailhub.zebra.lt ([127.0.0.1]) by localhost (ispmailfe204.internal.takas.lt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56AvPWoEURd1; Fri, 5 Oct 2007 21:20:46 +0300 (EEST) Received: from 3FDF60 (82-135-200-245.ip.zebra.lt [82.135.200.245]) by mailhub.zebra.lt (Postfix) with SMTP id 6AFC4CCBED; Fri, 5 Oct 2007 21:20:45 +0300 (EEST) From: "W S Clayton" To: questions@freebsd.org, questions@highbrew.com Date: Fri, 05 Oct 2007 13:20:50 -0600 Content-Type: text/plain; Content-Transfer-Encoding: 7Bit Message-Id: <20071005182045.6AFC4CCBED@mailhub.zebra.lt> Cc: Subject: PHEN//TERE, MINE less than 200 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: T Clayton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 18:47:15 -0000 PH,,,ENTER EMINE now under 200 link is direct to order form http://dsmith19811981.googlepages.com/fee-schedule.html From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 18:54:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 472BD16A418 for ; Fri, 5 Oct 2007 18:54:30 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by mx1.freebsd.org (Postfix) with ESMTP id BD82113C4A5 for ; Fri, 5 Oct 2007 18:54:29 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l95IsR2K032448 for ; Sat, 6 Oct 2007 04:54:28 +1000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Jerahmy Pocott Date: Sat, 6 Oct 2007 04:54:26 +1000 X-Mailer: Apple Mail (2.752.2) Subject: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 18:54:30 -0000 Hello, I'm wanting to use BASH as my root shell, so I compiled a statically linked version then tried to log in with only / mounted. But I was locked out because elf.ld.so could not be found.. I though elf was the native binary format these days? But it needs a library to run them? Is it possible to statically link against elf? Or do standalone binary have to be in aout format? I'm a bit confused as to why it requires this dynamic library.. Thanks! From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 18:59:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F0BC16A41B for ; Fri, 5 Oct 2007 18:59:24 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id DB75913C468 for ; Fri, 5 Oct 2007 18:59:23 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id AA82917C9E; Fri, 5 Oct 2007 14:59:22 -0400 (EDT) Received: from mail.digitalfreaks.org ([127.0.0.1]) by localhost (mail.digitalfreaks.org [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 30478-13; Fri, 5 Oct 2007 14:59:22 -0400 (EDT) Received: from [192.168.2.50] (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.digitalfreaks.org (Postfix) with ESMTP id D9BB317C9C; Fri, 5 Oct 2007 14:59:21 -0400 (EDT) From: "Brian A. Seklecki" To: Jerahmy Pocott In-Reply-To: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> Content-Type: text/plain Date: Fri, 05 Oct 2007 14:59:21 -0400 Message-Id: <1191610761.28483.184.camel@soundwave.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2 Cc: FreeBSD Questions Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 18:59:24 -0000 On Sat, 2007-10-06 at 04:54 +1000, Jerahmy Pocott wrote: > Hello, > > I'm wanting to use BASH as my root shell, so I compiled a statically > linked > version then tried to log in with only / mounted. But I was locked > out because > elf.ld.so could not be found.. JP: Did: $ ldd /bin/bash Return anything? It should not. ~BAS From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 19:23:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABDDC16A417 for ; Fri, 5 Oct 2007 19:23:11 +0000 (UTC) (envelope-from fgarcia@systeamusa.com) Received: from fmailhost02.isp.att.net (fmailhost02.isp.att.net [204.127.217.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8A79F13C447 for ; Fri, 5 Oct 2007 19:23:11 +0000 (UTC) (envelope-from fgarcia@systeamusa.com) Received: from fide (adsl-074-246-021-235.sip.mia.bellsouth.net[74.246.21.235]) by bellsouth.net (frfwmhc02) with SMTP id <20071005191308H02000dld9e>; Fri, 5 Oct 2007 19:13:08 +0000 X-Originating-IP: [74.246.21.235] From: "Fidel Garcia" To: Date: Fri, 5 Oct 2007 15:12:23 -0400 Message-ID: <001101c80783$a9471fa0$fbd55ee0$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 thread-index: AcgHg6Mhfz1CUoeZQp2xFqz7+bO+fQ== Content-Language: en-us x-cr-hashedpuzzle: AQ+0 A4zD C7Kd D+Qh EY0d Evbp Fo9D GR0n HGgA Icxw JEXh JYZ9 KtkH LTAZ LakI Lt1G; 1; ZgByAGUAZQBiAHMAZAAtAHEAdQBlAHMAdABpAG8AbgBzAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnAA==; Sosha1_v1; 7; {FE8AABB7-C106-42AA-955A-6F0B2BD32D59}; ZgBnAGEAcgBjAGkAYQBAAHMAeQBzAHQAZQBhAG0AdQBzAGEALgBjAG8AbQA=; Fri, 05 Oct 2007 19:12:14 GMT; ZgByAGUAZQBiAHMAZAAsACAAcwBjAHMAaQAgAHcAYQBpAHQAaQBuAGcAIABvAG4AIABkAGUAdgBpAGMAZQAgAHQAbwAgAHMAZQB0AHQAbABlAC4A x-cr-puzzleid: {FE8AABB7-C106-42AA-955A-6F0B2BD32D59} Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: freebsd, scsi waiting on device to settle. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 19:23:11 -0000 This morning our IBM x306 series was rebooted and for some reason it does not complete the booting process. The machine is showing on the screen a message that says: Waiting 5 seconds for SCSI devices to settle. I believe this message comes from FreeBSD and not the machine because FreeBSD was already showing the hardware details on the screen. The problem is that the machine gets stuck on the message and it does not go anywhere. Any idea of what might be causing this problem? I have not done any changes to the machine lately and it was rebooting fine until now. The hard drive seems to be working because the machine recognizes it and FreeBSD started the booting process. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 19:39:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD08516A417 for ; Fri, 5 Oct 2007 19:39:14 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id 5899D13C447 for ; Fri, 5 Oct 2007 19:39:14 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from localhost (unknown [200.46.204.191]) by hub.org (Postfix) with ESMTP id 8D12BB47945; Fri, 5 Oct 2007 16:20:05 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 25016-04; Fri, 5 Oct 2007 16:20:03 -0300 (ADT) Received: from fserv.hub.org (blk-89-241-126.eastlink.ca [24.89.241.126]) by hub.org (Postfix) with ESMTP id 5B97AB47943; Fri, 5 Oct 2007 16:20:03 -0300 (ADT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by fserv.hub.org (Postfix) with ESMTP id E64F9EAAE9; Fri, 5 Oct 2007 16:20:04 -0300 (ADT) Date: Fri, 05 Oct 2007 16:19:53 -0300 From: "Marc G. Fournier" To: Bill Moran , freebsd-questions@freebsd.org Message-ID: In-Reply-To: <20070921123624.77365827.wmoran@potentialtech.com> References: <1190391196.2346.4.camel@viola.izb.knu.ac.kr> <20070921123624.77365827.wmoran@potentialtech.com> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: bh@izb.knu.ac.kr Subject: Re: Netcraft do not display uptime graph, why? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 19:39:14 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 That URL states that we 'default to 1000Hz' ... is it lowerable, and what are the ramifications of doing so? My first thought is that 1000Hz is giving us higher timer granularity (1000 cycles per sec vs 100 cycles per sec) ... is this correct? Thx - --On Friday, September 21, 2007 12:36:24 -0400 Bill Moran wrote: > In response to Byung-Hee HWANG : > >> Hi there, >> >> My machine is FreeBSD 6.x currently. But Netcraft do not display of my >> machine's uptime graph. When I used FreeBSD 4.x, actually I could see >> the uptime graph in Netcraft. >> >> What happened? > > http://uptime.netcraft.com/up/accuracy.html#hz1000 > > -- > Bill Moran > http://www.potentialtech.com > _______________________________________________ > 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" - ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHBo5Z4QvfyHIvDvMRAjxKAJ9UKlOnb7A61yPA7p7OTmAO7gK/2gCgvq4K Av0c/f0kq1JaRepAhnWofgo= =La6B -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 19:42:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AE3816A52B for ; Fri, 5 Oct 2007 19:42:00 +0000 (UTC) (envelope-from nastjakam@gmail.com) Received: from mx3.tvnet.hu (mx3.tvnet.hu [195.38.96.39]) by mx1.freebsd.org (Postfix) with ESMTP id DA54E13C5B3 for ; Fri, 5 Oct 2007 19:41:58 +0000 (UTC) (envelope-from nastjakam@gmail.com) Received: from localhost (mx3.tvnet.hu [127.0.0.1]) by mx3.tvnet.hu (Postfix) with ESMTP id 6D6BA33B32 for ; Fri, 5 Oct 2007 21:19:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at tvnet.hu Received: from mx3.tvnet.hu ([127.0.0.1]) by localhost (mx3.tvnet.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XKOeqQ3EZ8rS for ; Fri, 5 Oct 2007 21:19:33 +0200 (CEST) Received: from [192.168.2.157] (dsl77-234-79-173.pool.tvnet.hu [77.234.79.173]) by mx3.tvnet.hu (Postfix) with ESMTP id B7D7433B2F for ; Fri, 5 Oct 2007 21:19:33 +0200 (CEST) Message-ID: <47068E3F.8030003@gmail.com> Date: Fri, 05 Oct 2007 21:19:27 +0200 From: nastjakam User-Agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070828) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: bcm4318 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 19:42:00 -0000 Hi, I have the same problem as http://lists.freebsd.org/pipermail/freebsd-questions/2006-February/112800.html He had, but the how-to what He recommended later http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2006-11/msg01344.html didnt work for me, the same problem I have with the long error message, start as Generating Makefile... done. Building kernel module... In file included from /usr/share/misc/windrv_s tub.c:57: ./windrv.h:821: error: excess elements in char array initializer ./windrv.h:821: error: (near initialization for `ndis_regvals[262].nc_val') ./windrv.h:822: warning: braces around scalar initializer ./windrv.h:822: warning: (near initialization for `ndis_regvals[262].nc_val[0]') ./windrv.h:822: warning: initialization makes integer from pointer without a cast ... Someone has any idea? From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 19:45:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB1F16A41B for ; Fri, 5 Oct 2007 19:45:38 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC2A13C45A for ; Fri, 5 Oct 2007 19:45:38 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id D24DC51943 for ; Fri, 5 Oct 2007 15:45:36 -0400 (EDT) Date: Fri, 5 Oct 2007 20:45:31 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071005204531.40afed9a@gumby.homeunix.com.> In-Reply-To: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 19:45:38 -0000 On Sat, 6 Oct 2007 04:54:26 +1000 Jerahmy Pocott wrote: > Hello, > > I'm wanting to use BASH as my root shell, so I compiled a statically > linked I would suggest using bash as your toor shell instead. toor exist precisely for this purpose. http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/book.html#TOOR-ACCOUNT From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 19:46:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7860F16A419 for ; Fri, 5 Oct 2007 19:46:15 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.freebsd.org (Postfix) with ESMTP id CA32113C448 for ; Fri, 5 Oct 2007 19:46:14 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.100] (207-104-43-151.starstream.net [207.104.43.151]) (authenticated bits=0) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id l95JjWE1028233; Fri, 5 Oct 2007 12:45:33 -0700 From: Frank Jahnke To: Wojciech Puchar In-Reply-To: <20071005201249.F33844@wojtek.tensor.gdynia.pl> References: <1191604254.2944.12.camel@pinot.fmjassoc.com> <20071005201249.F33844@wojtek.tensor.gdynia.pl> Content-Type: text/plain Organization: Sonata Biosciences, Inc. Date: Fri, 05 Oct 2007 12:44:21 -0700 Message-Id: <1191613461.2944.17.camel@pinot.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: michaelgrunewald@yahoo.fr, freebsd-questions@freebsd.org Subject: Re: Equations (WAS: good replacement for open office) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 19:46:15 -0000 On Fri, 2007-10-05 at 20:13 +0200, Wojciech Puchar wrote: > > Word rather than try to teach them troff (or TeX). While they are all > i'm not top-flight scientist but i was able to learn latex... That may be true, but trust me, the faculty with whom I work just would not do it. No way, no how, never. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 19:52:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06C1E16A41A for ; Fri, 5 Oct 2007 19:52:21 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.freebsd.org (Postfix) with ESMTP id 9583513C469 for ; Fri, 5 Oct 2007 19:52:20 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.100] (207-104-43-151.starstream.net [207.104.43.151]) (authenticated bits=0) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id l95Jptcr029773; Fri, 5 Oct 2007 12:51:57 -0700 From: Frank Jahnke To: Andrew Gould In-Reply-To: References: <1191604254.2944.12.camel@pinot.fmjassoc.com> Content-Type: text/plain Organization: Sonata Biosciences, Inc. Date: Fri, 05 Oct 2007 12:50:44 -0700 Message-Id: <1191613844.2944.24.camel@pinot.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: michaelgrunewald@yahoo.fr, freebsd-questions@freebsd.org Subject: Re: Equations (WAS: good replacement for open office) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 19:52:21 -0000 On Fri, 2007-10-05 at 12:34 -0500, Andrew Gould wrote: > > Have you tried LyX? I'm aware of it, and will indeed try it one of these days, but that is not the issue. I'm fine with troff -- I've used it for so many years that I can get it to jump through hoops. Time has passed it by, though, so moving to TeX (or LaTeX or Lyx) one of these days is probably a good idea. The issue is the skill of the people with whom I collaborate, and their inclination to change. They won't, at least not for me alone. This is not a battle worth fighting. You are of course welcomed to disagree for your own case. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 19:54:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0F1616A417 for ; Fri, 5 Oct 2007 19:54:42 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 92FA713C43E for ; Fri, 5 Oct 2007 19:54:42 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 86B8251947 for ; Fri, 5 Oct 2007 15:54:41 -0400 (EDT) Date: Fri, 5 Oct 2007 20:54:38 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071005205438.52baa49d@gumby.homeunix.com.> In-Reply-To: References: <1190391196.2346.4.camel@viola.izb.knu.ac.kr> <20070921123624.77365827.wmoran@potentialtech.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Netcraft do not display uptime graph, why? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 19:54:42 -0000 On Fri, 05 Oct 2007 16:19:53 -0300 "Marc G. Fournier" wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > That URL states that we 'default to 1000Hz' ... is it lowerable, and > what are the ramifications of doing so? My first thought is that > 1000Hz is giving us higher timer granularity (1000 cycles per sec vs > 100 cycles per sec) ... is this correct? I think it's more to do with lowering latency on polled network interfaces. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 20:26:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F053516A420 for ; Fri, 5 Oct 2007 20:26:11 +0000 (UTC) (envelope-from eoster@cs.ucla.edu) Received: from smtp-7.smtp.ucla.edu (smtp-7.smtp.ucla.edu [169.232.46.138]) by mx1.freebsd.org (Postfix) with ESMTP id CDDF813C455 for ; Fri, 5 Oct 2007 20:26:11 +0000 (UTC) (envelope-from eoster@cs.ucla.edu) Received: from mail.ucla.edu (mail.ucla.edu [169.232.47.145]) by smtp-7.smtp.ucla.edu (8.14.1/8.14.1) with ESMTP id l95KQ9Tg020629; Fri, 5 Oct 2007 13:26:09 -0700 Received: from [131.179.96.249] (Cs-96-249.CS.UCLA.EDU [131.179.96.249]) (authenticated bits=0) by mail.ucla.edu (8.13.8/8.13.8) with ESMTP id l95KPlfo006085 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 5 Oct 2007 13:25:47 -0700 In-Reply-To: <50f8121ffd5234a62406746d36951b05@prodigy.net> References: <20071003234247.630ccee0@meijome.net> <50f8121ffd5234a62406746d36951b05@prodigy.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3052B285-F2E8-4DB6-BD97-989D85088942@cs.ucla.edu> Content-Transfer-Encoding: 7bit From: Eric Osterweil Date: Fri, 5 Oct 2007 13:25:41 -0700 To: jekillen X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Probable-Spam: no X-Spam-Hits: 0.654 X-Spam-Report: SPF_SOFTFAIL X-Scanned-By: smtp.ucla.edu on 169.232.46.138 Cc: Norberto Meijome , FreeBSD Questions ML Subject: Re: .PICT mac file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 20:26:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Oct 3, 2007, at 4:27 PM, jekillen wrote: > > On Oct 3, 2007, at 6:42 AM, Norberto Meijome wrote: > >> Hi everyone, >> I have a load of .pict files which I can't seem to be able to open >> with anything under FBSD. I just want to convert them into >> something more useful (jpg / tiff / svg). >> >> ImageMagick doesn't understand it, so i think this is the Packbits >> compressed .PICT filetype. neither Gimp or XV like them either. >> >> file doesn't identify the files either. >> >> Alternatively, any tool I can script under OSX to conver them to >> something useful? (FYI, 'Preview' under Tiger doens't recognise >> them either, but I can drag them just fine into an Omnigraffle Pro >> diagram). >> >> One of these files is at http://www.meijome.net/files/freebsd/ >> image64.pict >> >> thanks, >> Beto >> _________________________ >> {Beto|Norberto|Numard} Meijome >> >> "Intellectual: 'Someone who has been educated beyond his/her >> intelligence'" >> Arthur C. Clarke, from "3001, The Final Odyssey", Sources. >> >> I speak for myself, not my employer. Contents may be hot. Slippery >> when wet. Reading disclaimers makes you go blind. Writing them is >> worse. You have been Warned. >> > You may have to use a program like Photoshop; Mac version to do the > work. I have been using Mac since 1996 and have seen pict files but > have avoided them mostly > in favor of tif or jpeg. I do not have any Classic Mac > installations and do not do graphics as much as I used to but I > don't recall even seeing pict as a file option for > graphics software on Mac, Photoshop, or other program that edits > image files. > Since X11 can be installed on OSX and Gimp will run on Mac under > X11, I would think that it would have accommodation for that. > I just launched it and did not see that as a save as option. There > is a stripped down version of Photoshop available, Photoshop Elements > that may do it without the cost of Photoshop. > But there is probably someone with more knowledge on this than I. > Good Luck; > Jeff k Save it from OmniGraffle as a pdf (via the Export option), then anything should be able to convert it from there (like Preview).\ Eric -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFHBp3LK/tq6CJjZQIRAniAAJ4jysJxbttx7+NhKqpKe6g1TDxU/gCgkRCG o0bNFzoDFmWAALmSokJebOI= =uofz -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 20:41:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 865A616A417 for ; Fri, 5 Oct 2007 20:41:28 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by mx1.freebsd.org (Postfix) with ESMTP id 0986613C458 for ; Fri, 5 Oct 2007 20:41:27 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail05.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l95KfPRT029658; Sat, 6 Oct 2007 06:41:26 +1000 In-Reply-To: <20071005204531.40afed9a@gumby.homeunix.com.> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> Content-Transfer-Encoding: 7bit From: Jerahmy Pocott Date: Sat, 6 Oct 2007 06:41:24 +1000 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Cc: RW Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 20:41:28 -0000 On 06/10/2007, at 5:45 AM, RW wrote: > On Sat, 6 Oct 2007 04:54:26 +1000 > Jerahmy Pocott wrote: > >> Hello, >> >> I'm wanting to use BASH as my root shell, so I compiled a statically >> linked > > I would suggest using bash as your toor shell instead. toor exist > precisely for this purpose. Yeah, I'v done that in the past, but I really dislike csh, I don't want to use it EVER =p From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 20:51:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91BC216A419 for ; Fri, 5 Oct 2007 20:51:57 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by mx1.freebsd.org (Postfix) with ESMTP id 130B513C459 for ; Fri, 5 Oct 2007 20:51:56 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail04.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l95Kps4i028733; Sat, 6 Oct 2007 06:51:54 +1000 In-Reply-To: <1191610761.28483.184.camel@soundwave.pitbpa0.priv.collaborativefusion.com> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <1191610761.28483.184.camel@soundwave.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2E53DE70-20DE-4F97-8645-943F25AA3AF5@optusnet.com.au> Content-Transfer-Encoding: 7bit From: Jerahmy Pocott Date: Sat, 6 Oct 2007 06:51:53 +1000 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Cc: "Brian A. Seklecki" Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 20:51:57 -0000 On 06/10/2007, at 4:59 AM, Brian A. Seklecki wrote: > > > On Sat, 2007-10-06 at 04:54 +1000, Jerahmy Pocott wrote: >> Hello, >> >> I'm wanting to use BASH as my root shell, so I compiled a statically >> linked >> version then tried to log in with only / mounted. But I was locked >> out because >> elf.ld.so could not be found.. > > JP: > > Did: > > $ ldd /bin/bash > > Return anything? It should not. It's saying: libintl.so.6 => /usr/local/lib/libintl.so.6 (0x2819d000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x281a6000) Why is it linking these dynamically? It's not linking ncurses or libc dynamically.. Thanks! From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 20:55:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9302C16A417 for ; Fri, 5 Oct 2007 20:55:20 +0000 (UTC) (envelope-from abid@aaina-online.com) Received: from aldisa.ca (aldisa.ca [206.248.137.162]) by mx1.freebsd.org (Postfix) with ESMTP id 43D9F13C468 for ; Fri, 5 Oct 2007 20:55:20 +0000 (UTC) (envelope-from abid@aaina-online.com) Received: from [192.168.2.174] ([70.80.104.43]) (AUTH: LOGIN abid) by aldisa.ca with esmtp; Fri, 05 Oct 2007 16:45:15 -0400 id 0024A80A.4706A25B.0000B39B Received-SPF: none (Address does not pass the Sender Policy Framework) MAILFROM abid@aaina-online.com ( [70.80.104.43]); Message-ID: <4706A258.5040309@aaina-online.com> Date: Fri, 05 Oct 2007 16:45:12 -0400 From: "Abid Saigol (Aaina Jewelry)" Organization: Aaina Jewelry and Accessories User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Dantavious , lcapps@cteresource.org References: <200710041852.59722.derrick@uniquestrength.net> In-Reply-To: <200710041852.59722.derrick@uniquestrength.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problems with Courier-Authlib-Userdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 20:55:20 -0000 I am told that there was bug in the port that has now been fixed. We need to update your ports tree and re-make. On 04-Oct-07 6:52 PM, Dantavious wrote: > Hi, > I am attempting to upgrade courier-authlib-userdb and I get this error > message. I have an updated ports tree as of today. Here are the other courier > related ports install on the system. Has anyone else saw this error or can > help me out. > v/r > Derrick > > > courier-authlib-base-0.60.0 Courier authentication library base > courier-authlib-mysql-0.60.0 MySQL support for the Courier authentication > library > courier-authlib-userdb-0.59.3 Userdb support for the Courier authentication > library > courier-imap-4.1.3,1 IMAP (and POP3) server that provides access to Maildir > mail > > > /bin/sh ./libtool --tag=CC --mode=link > cc -O2 -fno-strict-aliasing -pipe -Wall -I.. -I./.. -Wl,-lcrypt -L/usr/local/lib -o > libcourierauthcommon.la -rpath /usr/local/lib/courier-authlib > authpwdenumerate.lo authsaslfrombase64.lo authsasltobase64.lo > authsyschangepwd.lo authsyscommon.lo cramlib.lo checkpassword.lo > cryptpassword.lo checkpasswordmd5.lo checkpasswordsha1.lo libcourierauth.la > cc -shared .libs/authpwdenumerate.o .libs/authsaslfrombase64.o .libs/authsasltobase64.o .libs/authsyschangepwd.o .libs/authsyscommon.o .libs/cramlib.o .libs/checkpassword.o .libs/cryptpassword.o .libs/checkpasswordmd5.o .libs/checkpasswordsha1.o -Wl,--rpath -Wl,/usr/ports/databases/courier-authlib-userdb/work/courier-authlib-0.60.0/.libs -Wl,--rpath -Wl,/usr/local/lib/courier-authlib -L/usr/local/lib ./.libs/libcourierauth.so -Wl,-lcrypt -Wl,-soname -Wl,libcourierauthcommon.so.0 -o .libs/libcourierauthcommon.so.0 > (cd .libs && rm -f libcourierauthcommon.so && ln -s libcourierauthcommon.so.0 > libcourierauthcommon.so) > (cd .libs && rm -f libcourierauthcommon.so && ln -s libcourierauthcommon.so.0 > libcourierauthcommon.so) > ar cru .libs/libcourierauthcommon.a authpwdenumerate.o authsaslfrombase64.o > authsasltobase64.o authsyschangepwd.o authsyscommon.o cramlib.o > checkpassword.o cryptpassword.o checkpasswordmd5.o checkpasswordsha1.o > ranlib .libs/libcourierauthcommon.a > creating libcourierauthcommon.la > (cd .libs && rm -f libcourierauthcommon.la && ln -s ../libcourierauthcommon.la > libcourierauthcommon.la) > /bin/sh ./libtool --tag=CC --mode=link > cc -O2 -fno-strict-aliasing -pipe -Wall -I.. -I./.. -module -rpath /usr/local/lib/courier-authlib -export-symbols-regex 'courier_auth.*_init' -L/usr/local/lib -o > libauthuserdb.la authuserdb.lo preauthuserdb.lo preauthuserdbcommon.lo > authuserdbpwd.lo libcourierauthcommon.la userdb/libuserdb.la > bdbobj/libbdbobj.la > libtool: link: cannot find the library `userdb/libuserdb.la' or unhandled > argument `userdb/libuserdb.la' > gmake[2]: *** [libauthuserdb.la] Error 1 > gmake[2]: Leaving directory > `/usr/ports/databases/courier-authlib-userdb/work/courier-authlib-0.60.0' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/databases/courier-authlib-userdb/work/courier-authlib-0.60.0' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/databases/courier-authlib-userdb. > *** Error code 1 > > Stop in /usr/ports/databases/courier-authlib-userdb. > > ===>>> make failed for databases/courier-authlib-userdb > ===>>> Aborting update > > > ===>>> Update for courier-authlib-userdb-0.59.3 failed > ===>>> Aborting update > _______________________________________________ > 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 Fri Oct 5 21:12:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F4CF16A419 for ; Fri, 5 Oct 2007 21:12:52 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.freebsd.org (Postfix) with ESMTP id 2894F13C45B for ; Fri, 5 Oct 2007 21:12:52 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 306E713C7C6; Fri, 5 Oct 2007 16:29:36 -0700 (PDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 13E0F13C7C0; Fri, 5 Oct 2007 16:29:36 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 10B4513C404; Fri, 5 Oct 2007 16:29:36 -0700 (PDT) Date: Fri, 5 Oct 2007 16:29:36 -0700 (PDT) From: Philip Hallstrom To: Jerahmy Pocott In-Reply-To: <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> Message-ID: <20071005162851.X8934@bravo.pjkh.com> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: RW , FreeBSD Questions Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 21:12:52 -0000 > On 06/10/2007, at 5:45 AM, RW wrote: > >> On Sat, 6 Oct 2007 04:54:26 +1000 >> Jerahmy Pocott wrote: >> >>> Hello, >>> >>> I'm wanting to use BASH as my root shell, so I compiled a statically >>> linked >> >> I would suggest using bash as your toor shell instead. toor exist >> precisely for this purpose. > > Yeah, I'v done that in the past, but I really dislike csh, I don't want to > use > it EVER =p Use sudo... and alias 'su' to 'sudo -H bash'. That's what I do... but can always fall back to the default if necessary. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 21:31:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90E4316A417 for ; Fri, 5 Oct 2007 21:31:31 +0000 (UTC) (envelope-from michael.le_barbier@laposte.net) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 4AF5513C448 for ; Fri, 5 Oct 2007 21:31:31 +0000 (UTC) (envelope-from michael.le_barbier@laposte.net) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id 26C0F3F615F; Fri, 5 Oct 2007 23:31:30 +0200 (CEST) Received: from Llea.celt.neu (ron34-3-82-236-236-194.fbx.proxad.net [82.236.236.194]) by smtp5-g19.free.fr (Postfix) with ESMTP id CCC453F6192; Fri, 5 Oct 2007 23:31:29 +0200 (CEST) Received: from Llea.celt.neu (localhost [127.0.0.1]) by Llea.celt.neu (8.13.8/8.13.8) with ESMTP id l95LZ1ul033494; Fri, 5 Oct 2007 23:35:01 +0200 (CEST) (envelope-from michael.le_barbier@laposte.net) Received: (from michael@localhost) by Llea.celt.neu (8.13.8/8.13.8/Submit) id l95LYwOh033490; Fri, 5 Oct 2007 23:34:58 +0200 (CEST) (envelope-from michael.le_barbier@laposte.net) X-Authentication-Warning: Llea.celt.neu: michael set sender to michael.le_barbier@laposte.net using -f To: jahnke@sonatabio.com References: <1191604254.2944.12.camel@pinot.fmjassoc.com> From: michaelgrunewald@yahoo.fr Date: Fri, 05 Oct 2007 23:34:58 +0200 In-Reply-To: <1191604254.2944.12.camel@pinot.fmjassoc.com> (Frank Jahnke's message of "Fri\, 05 Oct 2007 10\:10\:54 -0700") Message-ID: <86k5q1gs8t.fsf@Llea.celt.neu> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: michaelgrunewald@yahoo.fr, freebsd-questions@freebsd.org Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 21:31:31 -0000 Frank Jahnke writes: >> Since you seem to use the equation feature quite intensively, maybe >> you have any clue on making the equation editor perform better. > > Sorry I can't really be of much help with OO.o equations.=20=20 > > What I do personally is a kludge, but it works well enough. For > ... Thank you for your nice answer. It seems there is no reason to be optimistic about the existence of an ``office-like'' program that deals smartly with equations. I am always a bit surprised that TeX was released in 78 (before my birth!) and---despite its algorithms are published---its output quality remains unmatched [1] by common programs. Why these programs do not apply TeX's strategies to solve their problems? This makes me wonder. [1] Lyx was mentioned elsethread, on the project's website I found a text example processed by TeX and Word. The text is four pages long, the columns ist not especially narrow. To prepare this text, Word needs 8 word hyphenations in the first page, with three of them in a row (which is very bad). In the TeX processed version, theres is only two word hyphenations in the whole document. WWW: http://wiki.lyx.org/Examples/ComparingLyXAndWord This is not a definite proof that TeX's output quality remains unmatched, but just an example. --=20 Cheers, Micha=EBl From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 21:38:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B68516A417 for ; Fri, 5 Oct 2007 21:38:22 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.freebsd.org (Postfix) with ESMTP id 3291E13C458 for ; Fri, 5 Oct 2007 21:38:22 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from [10.0.1.3] (pool-71-109-155-74.lsanca.dsl-w.verizon.net [71.109.155.74]) (authenticated bits=0) by zoot.lafn.org (8.13.6/8.13.4) with ESMTP id l95LcJkE070425 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Fri, 5 Oct 2007 14:38:21 -0700 (PDT) (envelope-from bc979@lafn.org) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <00DD75A5-7F07-41B8-9351-409D4CE9DF8B@lafn.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions From: Doug Hardie Date: Fri, 5 Oct 2007 14:39:05 -0700 X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: ClamAV 0.88.7/4480/Fri Oct 5 07:51:39 2007 on zoot.lafn.org X-Virus-Status: Clean Subject: Abit Motherboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 21:38:22 -0000 I am planning for replacing one of my servers. I want to upgrade to at least a dual-core machine. I found the Abit IP 35 Pro motherboard at Frys which looks like it has most everything I need. However, I don't find any discussions about that particular board in the archives or Google. Has anyone used that board and does it work well with FreeBSD 6? Thanks. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 22:05:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CB6F16A417 for ; Fri, 5 Oct 2007 22:05:00 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8DD13C468 for ; Fri, 5 Oct 2007 22:04:59 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.100] (207-104-43-151.starstream.net [207.104.43.151]) (authenticated bits=0) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id l95M4HrG004266; Fri, 5 Oct 2007 15:04:18 -0700 From: Frank Jahnke To: michaelgrunewald@yahoo.fr In-Reply-To: <86k5q1gs8t.fsf@Llea.celt.neu> References: <1191604254.2944.12.camel@pinot.fmjassoc.com> <86k5q1gs8t.fsf@Llea.celt.neu> Content-Type: text/plain Organization: Sonata Biosciences, Inc. Date: Fri, 05 Oct 2007 15:03:04 -0700 Message-Id: <1191621784.2944.60.camel@pinot.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: freebsd-questions@freebsd.org Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 22:05:00 -0000 On Fri, 2007-10-05 at 23:34 +0200, michaelgrunewald@yahoo.fr wrote: > It seems there is no reason to be > optimistic about the existence of an ``office-like'' program > that deals smartly with equations. The input method from MathType (which is what WP uses) actually is quite good. The formatting, however... > I am always a bit surprised that > TeX was released in 78 (before my birth!) and---despite its algorithms > are published---its output quality remains unmatched [1] by common > programs. Why these programs do not apply TeX's strategies to solve > their problems? This makes me wonder. This is a good question. TeX didn't really hit its stride until about 1989 (with Metafont and the language freeze), and the effort learned a lot from troff. Nevertheless, I am always struck by how ugly is the type that Word produces. You can always tell. I've read about how sophisticated its algorithm for this or that is, but the end result is terribly inferior to both troff and TeX. I don't really know why -- and it extends beyond the hyphenation algorithm to things like inter-word kerning and type face formation -- but I just don't like the way Word documents look. Maybe one of these days I'll look into it. I also find the insistence of the TeX community to use the dreadful CM font family to be misguided. There's a reason that the classical fonts are classics. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 22:23:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 474E216A418 for ; Fri, 5 Oct 2007 22:23:21 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id EDBC913C455 for ; Fri, 5 Oct 2007 22:23:20 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1303710pyb for ; Fri, 05 Oct 2007 15:23:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=EhQldwalq4EYkYT7U+Vw9neDAXejE5w7Bi758+Ltef0=; b=iT2WLgXpBEa27i9ck2akN0CpssZgxZEub1rRv0cl27WhVm8emz6fR5FXewf85uBHGhj3v6DR1Spo77Fg9xYghS0TM8Deyc+UNr+I0SkTomrDRqG0z/au7gzFEtETr0TFoqQoJ/LXN21m+YaEo7v4rOmUFlzQVoWgxKsr8FEdbbo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LOv7p2ancqf8Q0vtZI5p0gVomw4W9N7doqytBAIGYxADBF8rQB9J3oeWDfWNkfmVpv/PScfFDLpIdDSDGTlRcQWWh9DGuVcJxJ+CrL9B2vFGWVCeqmVaaxMS+KBMJEIynuvAd8NezUqAZFgHnivs8fKv3Ij2nE9k8YpD955rK4s= Received: by 10.65.103.14 with SMTP id f14mr12056324qbm.1191622999594; Fri, 05 Oct 2007 15:23:19 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Fri, 5 Oct 2007 15:23:19 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 22:23:19 +0000 From: "Aryeh Friedman" To: "Doug Hardie" , "FreeBSD Mailing List" In-Reply-To: <00DD75A5-7F07-41B8-9351-409D4CE9DF8B@lafn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00DD75A5-7F07-41B8-9351-409D4CE9DF8B@lafn.org> Cc: Subject: Re: Abit Motherboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 22:23:21 -0000 On 10/5/07, Doug Hardie wrote: > I am planning for replacing one of my servers. I want to upgrade to > at least a dual-core machine. I found the Abit IP 35 Pro motherboard > at Frys which looks like it has most everything I need. However, I > don't find any discussions about that particular board in the > archives or Google. Has anyone used that board and does it work well > with FreeBSD 6? Thanks. P35 in general has caused problems From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 22:32:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A8AF16A41B for ; Fri, 5 Oct 2007 22:32:57 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from ayn.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.freebsd.org (Postfix) with ESMTP id CE1D313C46A for ; Fri, 5 Oct 2007 22:32:56 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from localhost (localhost [127.0.0.1]) by ayn.mi.celestial.com (Postfix) with ESMTP id 8FBF6689A7F03; Fri, 5 Oct 2007 15:37:11 -0700 (PDT) X-Virus-Scanned: amavisd-new at mi.celestial.com Received: from ayn.mi.celestial.com ([127.0.0.1]) by localhost (ayn.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YW2qWECwjy5v; Fri, 5 Oct 2007 15:37:11 -0700 (PDT) Received: by ayn.mi.celestial.com (Postfix, from userid 203) id 6B80C68613027; Fri, 5 Oct 2007 15:37:11 -0700 (PDT) Date: Fri, 5 Oct 2007 15:37:11 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org Message-ID: <20071005223711.GA23823@ayn.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <1191604254.2944.12.camel@pinot.fmjassoc.com> <86k5q1gs8t.fsf@Llea.celt.neu> <1191621784.2944.60.camel@pinot.fmjassoc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1191621784.2944.60.camel@pinot.fmjassoc.com> User-Agent: Mutt/1.5.11 OpenPKG/2.5 Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 22:32:57 -0000 On Fri, Oct 05, 2007, Frank Jahnke wrote: > >On Fri, 2007-10-05 at 23:34 +0200, michaelgrunewald@yahoo.fr wrote: >> It seems there is no reason to be >> optimistic about the existence of an ``office-like'' program >> that deals smartly with equations. > >The input method from MathType (which is what WP uses) actually is quite >good. The formatting, however... > >> I am always a bit surprised that >> TeX was released in 78 (before my birth!) and---despite its algorithms >> are published---its output quality remains unmatched [1] by common >> programs. Why these programs do not apply TeX's strategies to solve >> their problems? This makes me wonder. > >This is a good question. TeX didn't really hit its stride until about >1989 (with Metafont and the language freeze), and the effort learned a >lot from troff. Nevertheless, I am always struck by how ugly is the >type that Word produces. You can always tell. I've read about how >sophisticated its algorithm for this or that is, but the end result is >terribly inferior to both troff and TeX. > >I don't really know why -- and it extends beyond the hyphenation >algorithm to things like inter-word kerning and type face formation -- >but I just don't like the way Word documents look. Maybe one of these >days I'll look into it. I also find the insistence of the TeX community >to use the dreadful CM font family to be misguided. There's a reason >that the classical fonts are classics. Donald Knuth's objective writing TeX was to ``write pretty books'', and he spent years on this project. There's a big difference between sophisticated typesetting programs such as TeX and groff, and word processors. TeX and ?roff were designed to do major, professional quality, publishing projects by people who understood the intricacies of page design and layout. One of the first people I met who used TeX extensively was an adjunct professor of computer science at the University of Washington. Pierre used TeX on a Sun workstation to typeset Arabic and Sanskrit. This was in 1984. Bill -- INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 More laws, less justice. -- Marcus Tulius Ciceroca (42 BD) From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 22:33:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB0CE16A41B for ; Fri, 5 Oct 2007 22:33:09 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: from pop3.ihlas.net.tr (smtp.ihlas.net.tr [213.238.128.249]) by mx1.freebsd.org (Postfix) with SMTP id 8734F13C4A6 for ; Fri, 5 Oct 2007 22:33:08 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: (qmail 64391 invoked from network); 5 Oct 2007 22:06:25 -0000 X-Mail-Scanner: Scanned by qSheff-II-2.1 (http://www.enderunix.org/qsheff/) Received: from unknown (HELO ihlasnetym) (213.238.150.220) by 0 with SMTP; 5 Oct 2007 22:06:25 -0000 Message-ID: <001101c8079b$f0be7c80$dc96eed5@ihlasnetym> From: "Halid Faith" To: Date: Sat, 6 Oct 2007 01:06:11 +0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: I am looking for a bandwidth limiter tool as to time and kilobytes. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 22:33:09 -0000 Hello I use dummynet to limit bandwidth on freebsd6.2. =20 But I don't know how I limit an ip blocks as to time ( for instance like = 1 Gbyte in 1 month ). =20 I am looking for a tool which provides to limit bytes according to time. = =20 is there any free tool for this case? Thanks already From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 22:38:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF74F16A419 for ; Fri, 5 Oct 2007 22:38:12 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 7020D13C468 for ; Fri, 5 Oct 2007 22:38:12 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so559833nfb for ; Fri, 05 Oct 2007 15:38:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=HjaS4TI+WnxppsXbC/l8eLbmjVfYZX9xAFz65W42vZs=; b=BTZcsYIBReKzmAsPHHeBFsaUXY8aZt+GLdiBhHaoUdyIOlHtC9kCIBYTBMP8mkKD0IGWYjeya5Db0moCAAtv/+RGIyQEEf70gYGEEZX1BytaY3sRrJKZbbDlnWlB2Q4OElhXqn+UMSt72osjnmk3HGWlN/JIcE7LW3fR/6HNaJQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kej1Esrp/qYwLegzSjSSpuk/tO+6R/gBhEkj/txNWY1TCk8F+QUO8tHQIS+5//e8O5LbqONWKcCqYPt/FCJgkrIGjtPskqLPn5VLK/Jsa6XwisWugmST6WUoeLU2MRQlZUFZPOB4C6CGMpnq5ie9UImdav+eME0zKf4CVsf4qck= Received: by 10.86.100.7 with SMTP id x7mr2815527fgb.1191623888930; Fri, 05 Oct 2007 15:38:08 -0700 (PDT) Received: by 10.86.2.1 with HTTP; Fri, 5 Oct 2007 15:38:08 -0700 (PDT) Message-ID: <499c70c0710051538u127542b6hfbd8a08ed95dc3d1@mail.gmail.com> Date: Sat, 6 Oct 2007 01:38:08 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: "Halid Faith" In-Reply-To: <001101c8079b$f0be7c80$dc96eed5@ihlasnetym> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <001101c8079b$f0be7c80$dc96eed5@ihlasnetym> Cc: freebsd-questions@freebsd.org Subject: Re: I am looking for a bandwidth limiter tool as to time and kilobytes. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 22:38:13 -0000 On 10/6/07, Halid Faith wrote: > Hello > > I use dummynet to limit bandwidth on freebsd6.2. > > But I don't know how I limit an ip blocks as to time ( for instance like 1 Gbyte in 1 month ). > > I am looking for a tool which provides to limit bytes according to time. > > is there any free tool for this case? > > Thanks already Hell Halid, Have you looked into pf and altq options? -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 22:42:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAA5D16A417 for ; Fri, 5 Oct 2007 22:42:10 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-15.bluehost.com (outbound-mail-15.bluehost.com [69.89.18.115]) by mx1.freebsd.org (Postfix) with SMTP id 8AD8A13C457 for ; Fri, 5 Oct 2007 22:42:10 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 20696 invoked by uid 0); 5 Oct 2007 22:42:08 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy1.bluehost.com with SMTP; 5 Oct 2007 22:42:08 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Idvs0-0006ea-9e for freebsd-questions@freebsd.org; Fri, 05 Oct 2007 16:42:08 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l9511jmO052589 for ; Thu, 4 Oct 2007 19:01:45 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l9511jcf052588 for freebsd-questions@freebsd.org; Thu, 4 Oct 2007 19:01:45 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Thu, 4 Oct 2007 19:01:45 -0600 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20071005010145.GH51068@demeter.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <1191604254.2944.12.camel@pinot.fmjassoc.com> <86k5q1gs8t.fsf@Llea.celt.neu> <1191621784.2944.60.camel@pinot.fmjassoc.com> <20071005223711.GA23823@ayn.mi.celestial.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071005223711.GA23823@ayn.mi.celestial.com> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 22:42:10 -0000 On Fri, Oct 05, 2007 at 03:37:11PM -0700, Bill Campbell wrote: > > There's a big difference between sophisticated typesetting programs such as > TeX and groff, and word processors. TeX and ?roff were designed to do > major, professional quality, publishing projects by people who understood > the intricacies of page design and layout. . . . while word processors are a "least common denominator" application designed to be everything to everyone, but ultimately end up being very little to anyone, because they're worse than layout and typesetting programs at producing print documents and worse than digital presentation design and semantic formatting systems at producing "electronic" (aka "online") documents. Somehow, though, they've ended up being the single most commonly used form of document generation software today. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Marvin Minsky: "It's just incredible that a trillion-synapse computer could actually spend Saturday afternoon watching a football game." From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 23:23:23 2007 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD50D16A417 for ; Fri, 5 Oct 2007 23:23:23 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8B10713C447 for ; Fri, 5 Oct 2007 23:23:23 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from ecerejo.netgear.com (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JPG0028COYY69J0@mta2.srv.hcvlny.cv.net> for FreeBSD-questions@freebsd.org; Fri, 05 Oct 2007 19:23:22 -0400 (EDT) Date: Fri, 05 Oct 2007 19:21:58 -0400 From: "E. J. Cerejo" To: FreeBSD-questions@freebsd.org Message-id: <4706C716.3070907@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.6 (X11/20070728) Cc: Subject: cups-base woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 23:23:23 -0000 I've been trying to portupgrade cups-base for a week now, every time I cvsup my ports I get a different error message, now this is the latest one. Any ideas on how to fix this or can someone direct me to the this package so I don't have to build it? /usr/local/include/php/TSRM/tsrm_virtual_cwd.h:202: warning: declaration of 'link' shadows a global declaration /usr/include/unistd.h:348: warning: shadowed declaration is here In file included from /usr/local/include/php/main/php.h:418, from phpcups.c:33: /usr/local/include/php/Zend/zend_constants.h:63: warning: declaration of 'strlen' shadows a global declaration /usr/include/string.h:90: warning: shadowed declaration is here phpcups.c: In function `zm_startup_phpcups': phpcups.c:163: error: `CUPS_PRINTER_DISCOVERED' undeclared (first use in this function) phpcups.c:163: error: (Each undeclared identifier is reported only once phpcups.c:163: error: for each function it appears in.) gmake[1]: *** [phpcups.o] Error 1 gmake[1]: Leaving directory `/usr/ports/print/cups-base/work/cups-1.3.3/scripting/php' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/print/cups-base. *** Error code 1 Stop in /usr/ports/print/cups-base. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 23:32:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91E7216A41A for ; Fri, 5 Oct 2007 23:32:26 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6B713C46E for ; Fri, 5 Oct 2007 23:32:26 +0000 (UTC) (envelope-from fbsd06+O7=51c27412@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 0166A51910 for ; Fri, 5 Oct 2007 19:32:24 -0400 (EDT) Date: Sat, 6 Oct 2007 00:32:22 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071006003222.21205484@gumby.homeunix.com.> In-Reply-To: <20071005162851.X8934@bravo.pjkh.com> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> <20071005162851.X8934@bravo.pjkh.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 23:32:26 -0000 On Fri, 5 Oct 2007 16:29:36 -0700 (PDT) Philip Hallstrom wrote: > > On 06/10/2007, at 5:45 AM, RW wrote: > > > >> On Sat, 6 Oct 2007 04:54:26 +1000 > >> Jerahmy Pocott wrote: > >> > >>> Hello, > >>> > >>> I'm wanting to use BASH as my root shell, so I compiled a > >>> statically linked > >> > >> I would suggest using bash as your toor shell instead. toor exist > >> precisely for this purpose. > > > > Yeah, I'v done that in the past, but I really dislike csh, I don't > > want to use > > it EVER =p I don't understand, why would you see csh if you login as toor From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 00:03:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7E5E16A46C for ; Sat, 6 Oct 2007 00:03:45 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.36.65]) by mx1.freebsd.org (Postfix) with ESMTP id 2080613C455 for ; Sat, 6 Oct 2007 00:01:25 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from [12.32.36.67] (freshstart.dreamchaser.org. [12.32.36.67]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id l95NVPrL012417 for ; Fri, 5 Oct 2007 17:31:26 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <4706C94D.4030206@dreamchaser.org> Date: Fri, 05 Oct 2007 17:31:25 -0600 From: freebsd@dreamchaser.org User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Fri, 05 Oct 2007 17:31:26 -0600 (MDT) Subject: tcpdump -- non-local traffic not showing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 00:03:45 -0000 Hi all, Running 6.1 I'm having trouble seeing packets which are not going to or from the machine on which tcpdump is running. Is there something special I need to do to enable this? It's my understanding tcpdump puts the interface in promiscuous mode, and dmesg seems to confirm this. However I see the following behavior using "tcpdump -fntl -i ed1": If hosts .x, .y, and .z are all on the same network, and if tcpdump is running on host a.b.c.x and on host a.b.c.y I do ping a.b.c.x I see the icmp packets. But if on host a.b.c.y I do ping a.b.c.z I see nothing. Does the interface drop packets with a different mac address, even when supposedly put in promiscuous mode? Clues? Thanks for any insights, Gary From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 00:11:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02C4416A419 for ; Sat, 6 Oct 2007 00:11:22 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id B2B7213C47E for ; Sat, 6 Oct 2007 00:11:21 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l9609kxd096521; Fri, 5 Oct 2007 20:09:46 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l9609kch096520; Fri, 5 Oct 2007 20:09:46 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 5 Oct 2007 20:09:46 -0400 From: Jerry McAllister To: RW Message-ID: <20071006000946.GA96498@gizmo.acns.msu.edu> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> <20071005162851.X8934@bravo.pjkh.com> <20071006003222.21205484@gumby.homeunix.com.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071006003222.21205484@gumby.homeunix.com.> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 00:11:22 -0000 On Sat, Oct 06, 2007 at 12:32:22AM +0100, RW wrote: > On Fri, 5 Oct 2007 16:29:36 -0700 (PDT) > Philip Hallstrom wrote: > > > > On 06/10/2007, at 5:45 AM, RW wrote: > > > > > >> On Sat, 6 Oct 2007 04:54:26 +1000 > > >> Jerahmy Pocott wrote: > > >> > > >>> Hello, > > >>> > > >>> I'm wanting to use BASH as my root shell, so I compiled a > > >>> statically linked > > >> > > >> I would suggest using bash as your toor shell instead. toor exist > > >> precisely for this purpose. > > > > > > Yeah, I'v done that in the past, but I really dislike csh, I don't > > > want to use > > > it EVER =p > > I don't understand, why would you see csh if you login as toor It has no shell in the /etc/passwd entry by default. Maybe it then defaults to csh (which is really tcsh) if nothing else is given. Seems strange if it does that, but??? Or, maybe the OP managed to get it put in the /etc/passwd entry. Anyway, I prefer tcsh, but if the OP just has to have it bash, it is easy to do. All the OP has to do is install bash from /usr/ports/shells/bash and then edit /etc/passwd to change the last field for toor - after the last colon - to point to where it installs bash (/usr/local/bin/bash maybe) and then it should all be fine. ////jerry > _______________________________________________ > 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 Sat Oct 6 00:12:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25EB716A41A for ; Sat, 6 Oct 2007 00:12:10 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: from hal.rescomp.berkeley.edu (hal.Rescomp.Berkeley.EDU [169.229.70.150]) by mx1.freebsd.org (Postfix) with ESMTP id 101D813C45D for ; Sat, 6 Oct 2007 00:12:10 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: by hal.rescomp.berkeley.edu (Postfix, from userid 1225) id 5A5AD3C0466; Fri, 5 Oct 2007 17:12:09 -0700 (PDT) Date: Fri, 5 Oct 2007 17:12:09 -0700 From: Christopher Cowart To: freebsd@dreamchaser.org Message-ID: <20071006001209.GJ19429@hal.rescomp.berkeley.edu> Mail-Followup-To: freebsd@dreamchaser.org, freebsd-questions@freebsd.org References: <4706C94D.4030206@dreamchaser.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C+HXlm54ZZhtXlMW" Content-Disposition: inline In-Reply-To: <4706C94D.4030206@dreamchaser.org> Organization: RSSP-IT, UC Berkeley User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: tcpdump -- non-local traffic not showing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 00:12:10 -0000 --C+HXlm54ZZhtXlMW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 05, 2007 at 05:31:25PM -0600, freebsd@dreamchaser.org wrote: > I'm having trouble seeing packets which are not going to or from the > machine on which tcpdump is running. Is there something special I > need to do to enable this? It's my understanding tcpdump puts the > interface in promiscuous mode, and dmesg seems to confirm this. > However I see the following behavior using "tcpdump -fntl -i ed1": >=20 > If hosts .x, .y, and .z are all on the same network, > and if tcpdump is running on host a.b.c.x > and on host a.b.c.y I do > ping a.b.c.x >=20 > I see the icmp packets. >=20 > But if on host a.b.c.y I do > ping a.b.c.z >=20 > I see nothing. > Does the interface drop packets with a different mac address, even > when supposedly put in promiscuous mode? >=20 > Clues? You're probably plugged into a switch ("learning bridge"). Switches partition your collision domain -- they learn which MAC is available on which port and only send on that port. You either need a hub or a really expensive switch (the kind that you log in to and set up port mirrors). --=20 Chris Cowart Lead Systems Administrator Network & Infrastructure Services, RSSP-IT UC Berkeley --C+HXlm54ZZhtXlMW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iQIVAwUBRwbS2SPHEDszU3zYAQLRyg/9G1ddeipN68Hy7VcKueD/1teZm3DUySTc d7O6Jl0ERwI3cqDkpklepLvcObnEfW2u5MjVniE3ZgjuiaKMnRJMjtcM32ZKgagH AKfFIQogjKTB/s06FCQ/7KucJOVrFjDoYpx9N2PKTIGjzf2LuHSEUIYS6yNiucRd ebyOqKWoGtJr9eSXozZsR9izHnE0IUKFbalozN++W9YAUw9h23UjGTZISkrwJ3ld +XclzwBbYt/wJZF6JHFOAiE+081ZE/G7Oq4+WKPZBSqolEP+w3alDn/oyJfKuNNe uhYRkPb8jG2RAfIy4w/431+sXcXDcq9jQ3u022ETvEEY4XWF6fk6JnflJoOJrkc7 hC5GGjQQtPsGjuLVBzu5OLWfT0zsmEpemd+vvFrPktfupVJTUn1avXn0dRLhTe8g Ht2CXQxkJIHi0wufloGDuTYfGekt0FcKGTAV3jE4TaMp+nh7n6eu0akeOh6IGtwS lm40wfYI+/Z1Tg6gOf4qE0Y94U+Bi3B0U1fOogqmpfwwIJ17H3sywp+eIYas8cDy 2bxfMQqQBj9885Gek5Sp+4AmHrRf7SuCEnCB6oOpB6bRKLZQ3qfcYiHXYZpycLR0 zS4vFTsXdcTk/UJG2zByYqbEY+wmK/Hrq75Zf0a2nbOlWbPB9Ep+OdXNQd/cV7aU 9hm7nPsEzTA= =oFqF -----END PGP SIGNATURE----- --C+HXlm54ZZhtXlMW-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 01:12:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71B0716A41A for ; Sat, 6 Oct 2007 01:12:32 +0000 (UTC) (envelope-from fbsd06+PA=56a1cd00@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 497B013C44B for ; Sat, 6 Oct 2007 01:12:31 +0000 (UTC) (envelope-from fbsd06+PA=56a1cd00@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id E2A99164591 for ; Fri, 5 Oct 2007 20:55:33 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 6FA4F51910 for ; Fri, 5 Oct 2007 20:55:31 -0400 (EDT) Date: Sat, 6 Oct 2007 01:55:28 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071006015528.332b66e5@gumby.homeunix.com.> In-Reply-To: <20071006000946.GA96498@gizmo.acns.msu.edu> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> <20071005162851.X8934@bravo.pjkh.com> <20071006003222.21205484@gumby.homeunix.com.> <20071006000946.GA96498@gizmo.acns.msu.edu> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 01:12:32 -0000 On Fri, 5 Oct 2007 20:09:46 -0400 Jerry McAllister wrote: > On Sat, Oct 06, 2007 at 12:32:22AM +0100, RW wrote: > > > On Fri, 5 Oct 2007 16:29:36 -0700 (PDT) > > Philip Hallstrom wrote: > > > > > > On 06/10/2007, at 5:45 AM, RW wrote: > > > > > > > >> On Sat, 6 Oct 2007 04:54:26 +1000 > > > >> Jerahmy Pocott wrote: > > > >> > > > >>> Hello, > > > >>> > > > >>> I'm wanting to use BASH as my root shell, so I compiled a > > > >>> statically linked > > > >> > > > >> I would suggest using bash as your toor shell instead. toor > > > >> exist precisely for this purpose. > > > > > > > > Yeah, I'v done that in the past, but I really dislike csh, I > > > > don't want to use > > > > it EVER =p > > > > I don't understand, why would you see csh if you login as toor > > It has no shell in the /etc/passwd entry by default. > Maybe it then defaults to csh (which is really tcsh) if nothing > else is given. It defaults to sh > Anyway, I prefer tcsh, but if the OP just has to have it bash, > it is easy to do. I actually value my ignorance of tcsh, it prevents me doing anything ambitious if I forget where I am. Explicitly selecting another shell is like a safety-catch. And tsch is fairly friendly without knowing much about it. > All the OP has to do is install bash from /usr/ports/shells/bash and > then edit /etc/passwd to change the last field for toor - after the > last colon - to point to where it installs bash (/usr/local/bin/bash > maybe) and then it should all be fine. Yes , that's what it's for. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 05:14:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEB7916A41A for ; Sat, 6 Oct 2007 05:14:57 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtao03.charter.net (mtao03.charter.net [209.225.8.188]) by mx1.freebsd.org (Postfix) with ESMTP id 9061E13C461 for ; Sat, 6 Oct 2007 05:14:57 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtao03.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071006051456.FMCT10962.mtao03.charter.net@aa04.charter.net> for ; Sat, 6 Oct 2007 01:14:56 -0400 Received: from robs-laptop.com ([71.85.241.27]) by aa04.charter.net with ESMTP id <20071006051456.RKVL1254.aa04.charter.net@robs-laptop.com> for ; Sat, 6 Oct 2007 01:14:56 -0400 Message-ID: <470719CF.7030502@charter.net> Date: Sat, 06 Oct 2007 00:14:55 -0500 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <1191546543.61533.202.camel@pinot.fmjassoc.com> In-Reply-To: <1191546543.61533.202.camel@pinot.fmjassoc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 05:14:58 -0000 Frank Jahnke wrote: >> what would be a good replacement(s) for most of it's functionality >> (word processing and spreadsheets are what matter to me) >> > > You really have to decide what you want to suite to do. Otherwise, your > problem is underspecified. > > 1) Collaboration (complex). If you collaborate with colleagues who use > Word (for example) then practically you have to use Word if you deal > with complex documents. By "collaborate" I mean exchanging documents > back and forth, with edits in each pass. Mine are always heavy in > equations and chemistry. > > Run it in a virtual machine (VMware, Win4BSD, qemu/kqemu) on XP, W2K or > 98SE. You probably don't need the latest and greatest version of Word > unless you colleagues are very sophisticated. Word 2000 has been fine > for me. > > 2) Document creation. If you only want to create documents, and Office > compatibility is not that important, then there are many options: > Abiword/Gnumeric are quite good if you want WYSIWYG (but do install all > the extensions), the formatters TeX and groff are exceptionally powerful > if you learn them well. Abiword does not read Word files well; Gnumeric > has many short-comings in reading Excel (particularly for graphics) but > is very good otherwise. Personally I use the groff family for all my > complex documents, but I have used it for 25 years and know it inside > and out. (Well, it was troff and friends long ago.) > > 3) Read-only. You can use Antiword to get the raw text, but you lose > all formatting. It is a pretty lousy choice in my opinion. > Textmaker/Planmaker do a very good job for this. > > 4) Mixture. If you have a general mixture of these tasks and don't want > to set up a VM, use Textmaker. The programs are quite good, they are > quite compatible with Office (but choke on obscure files I use > regularly, as does OO.o and all the others), and much better than OO.o > and Aibword/Gnumeric in my opinion if you like Word. They are also > quite inexpensive -- you can often find them for $20 or so on sale from > the publisher. > > Personally, I use groff (with chem, grap, pic, refer, tbl and eqn for > all the heavy text formatting), VMware/XP/Office 2003, > Win4BSD/W2k/Office 2000, Textmaker/Planmaker, OO.o, Abiword/Gnumeric, > and Windows computers. What I use depends on what I am doing. > > Good luck! > > Frank > > _______________________________________________ > 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" > > Why not use Google Docs? From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 05:43:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A7AA16A41A for ; Sat, 6 Oct 2007 05:43:07 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [203.120.90.31]) by mx1.freebsd.org (Postfix) with SMTP id 5E62013C45B for ; Sat, 6 Oct 2007 05:43:06 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 13994 invoked from network); 6 Oct 2007 05:43:03 -0000 Received: from adsl81.dyn229.pacific.net.sg (HELO P2120.somewherefaraway.com) (oceanare@210.24.229.81) by smtpgate1.pacific.net.sg with ESMTPA; 6 Oct 2007 05:43:03 -0000 Message-ID: <4707205D.6090108@pacific.net.sg> Date: Sat, 06 Oct 2007 13:42:53 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: icantthinkofone References: <1191546543.61533.202.camel@pinot.fmjassoc.com> <470719CF.7030502@charter.net> In-Reply-To: <470719CF.7030502@charter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 05:43:07 -0000 Hi, do you really want the world to know what you are writing? icantthinkofone wrote: > Frank Jahnke wrote: >> >> > Why not use Google Docs? And ask NSA in case you need a backup? Erich From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 05:52:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FB1F16A419 for ; Sat, 6 Oct 2007 05:52:22 +0000 (UTC) (envelope-from ranger@oldpathsbaptistchurch.org) Received: from mail.hosting-advantage.com (mail.hosting-advantage.com [64.92.112.127]) by mx1.freebsd.org (Postfix) with SMTP id 4F86D13C447 for ; Sat, 6 Oct 2007 05:52:22 +0000 (UTC) (envelope-from ranger@oldpathsbaptistchurch.org) Received: (qmail 30883 invoked by uid 399); 5 Oct 2007 22:25:42 -0700 Received: from unknown (HELO ?127.0.0.1?) (67.138.58.2) by mail.hosting-advantage.com with SMTP; 5 Oct 2007 22:25:42 -0700 X-Originating-IP: 67.138.58.2 Message-ID: <47071C53.2070409@oldpathsbaptistchurch.org> Date: Fri, 05 Oct 2007 23:25:39 -0600 From: Old Ranger Organization: Old Paths Internet Bible Ministry User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: RW References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> <20071005162851.X8934@bravo.pjkh.com> <20071006003222.21205484@gumby.homeunix.com.> <20071006000946.GA96498@gizmo.acns.msu.edu> <20071006015528.332b66e5@gumby.homeunix.com.> In-Reply-To: <20071006015528.332b66e5@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 05:52:22 -0000 RW wrote: > On Fri, 5 Oct 2007 20:09:46 -0400 > Jerry McAllister wrote: > > >> On Sat, Oct 06, 2007 at 12:32:22AM +0100, RW wrote: >> >> >>> On Fri, 5 Oct 2007 16:29:36 -0700 (PDT) >>> Philip Hallstrom wrote: >>> >>> >>>>> On 06/10/2007, at 5:45 AM, RW wrote: >>>>> >>>>> >>>>>> On Sat, 6 Oct 2007 04:54:26 +1000 >>>>>> Jerahmy Pocott wrote: >>>>>> >>>>>> >>>>>>> Hello, >>>>>>> >>>>>>> I'm wanting to use BASH as my root shell, so I compiled a >>>>>>> statically linked >>>>>>> >>>>>> I would suggest using bash as your toor shell instead. toor >>>>>> exist precisely for this purpose. >>>>>> >>>>> Yeah, I'v done that in the past, but I really dislike csh, I >>>>> don't want to use >>>>> it EVER =p >>>>> >>> I don't understand, why would you see csh if you login as toor >>> >> It has no shell in the /etc/passwd entry by default. >> Maybe it then defaults to csh (which is really tcsh) if nothing >> else is given. >> > > It defaults to sh > > >> Anyway, I prefer tcsh, but if the OP just has to have it bash, >> it is easy to do. >> > > I actually value my ignorance of tcsh, it prevents me doing anything > ambitious if I forget where I am. Explicitly selecting another shell is > like a safety-catch. And tsch is fairly friendly without knowing much > about it. > > >> All the OP has to do is install bash from /usr/ports/shells/bash and >> then edit /etc/passwd to change the last field for toor - after the >> last colon - to point to where it installs bash (/usr/local/bin/bash >> maybe) and then it should all be fine. >> > > Yes , that's what it's for. > _______________________________________________ > 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" > > > Hey look, BASH is not a UNIX shell. BASH occurred with Linux then carried over into FreeBSD. While it has "some" advantages, it is still a bastard. UNIX is written in "C" Want the best you can get? Use "tcsh" as a shell and let the linux community do whatever they want. SHEESH Z. Wade Hampton A UNIX person From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 06:01:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8E1C16A417 for ; Sat, 6 Oct 2007 06:01:25 +0000 (UTC) (envelope-from athome@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.36.65]) by mx1.freebsd.org (Postfix) with ESMTP id 71E7D13C468 for ; Sat, 6 Oct 2007 06:01:25 +0000 (UTC) (envelope-from athome@dreamchaser.org) Received: from [12.32.36.67] (freshstart.dreamchaser.org. [12.32.36.67]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id l965ndxO013539; Fri, 5 Oct 2007 23:49:40 -0600 (MDT) (envelope-from athome@dreamchaser.org) Message-ID: <470721F5.7070605@dreamchaser.org> Date: Fri, 05 Oct 2007 23:49:41 -0600 From: At Home User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Christopher Cowart , bc979@lafn.org References: <4706C94D.4030206@dreamchaser.org> <20071006001209.GJ19429@hal.rescomp.berkeley.edu> In-Reply-To: <20071006001209.GJ19429@hal.rescomp.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Fri, 05 Oct 2007 23:49:40 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: tcpdump -- non-local traffic not showing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 06:01:25 -0000 Many thanks; that solved the problem. Gary > You're probably plugged into a switch ("learning bridge"). Switches > partition your collision domain -- they learn which MAC is available on > which port and only send on that port. > > You either need a hub or a really expensive switch (the kind that you > log in to and set up port mirrors). .. > What is your LAN? My guess is that its a router or a switch. In either > case, the router/switch is not forwarding the packets to all the ports. > It retains a table of MAC addresses and the ports they are on. It only > forwards packets to the desired port. A computer on a different port > will not see any of those packets. You have to use a hub or just a > non-learning bridge to get the packets forwarded to all ports. Those > are really hard to find anymore. > From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 06:48:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0E3C16A418 for ; Sat, 6 Oct 2007 06:48:46 +0000 (UTC) (envelope-from rsecor@seqlogic.com) Received: from dns2.seqlogic.net (dns2.seqlogic.net [67.90.0.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8B19A13C457 for ; Sat, 6 Oct 2007 06:48:46 +0000 (UTC) (envelope-from rsecor@seqlogic.com) Received: from [10.0.1.146] (ip-67-90-0-254.seqlogic.net [67.90.0.254]) by dns2.seqlogic.net (Postfix) with ESMTP id AE5B02B7DE6 for ; Wed, 3 Oct 2007 12:54:55 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Richard Secor Date: Wed, 3 Oct 2007 12:54:54 -0400 X-Mailer: Apple Mail (2.752.3) Subject: Problem with PHP cli core dumping (SOLVED) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 06:48:46 -0000 On Wed, 26 Sep 2007, Mel wrote: >> On Tuesday 25 September 2007 18:50:39 Derrick wrote: >>> On Tue, 25 Sep 2007, Eric wrote: >>>> Derrick wrote: >>>>> so it's sessions.so >>>>> I've tried rebuilding it, but still has the same issue. >>>> >>> >> Move session to indicated spot, then try php -v again. If it still coredumps, >> move above spl. If it still coredumps, move it up one spot and rerun, till it >> stops coredumping. >> >> The bug is in the general extension destructor and changing the order till it >> works is the only remedy. > >Thanks to all those that input some output. > >I moved extension=session.so to the start of the file after trying the >first couple suggestions, and all is working now.. > I had this problem, however, after changing the file around I'm still getting core dumps. I find that this happens whenever I upgrade from the port :( Anyway, it seems I'm getting the dumps from spl.so (it's fine if I comment it and anything that depends on it). I've tried putting it in every line of the extension file but it still dumps out. I've tried completely rebuilding all of php and all associated extensions, still dumps out. Any ideas? (Please respond back to me directly as I am not subscribed to the list - thanks.) Thanks, Rich From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 07:12:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C69A816A419 for ; Sat, 6 Oct 2007 07:12:32 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.36.65]) by mx1.freebsd.org (Postfix) with ESMTP id 8784413C455 for ; Sat, 6 Oct 2007 07:12:32 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from [12.32.36.67] (freshstart.dreamchaser.org. [12.32.36.67]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id l967Eqhg013831; Sat, 6 Oct 2007 01:14:52 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <470735EE.7050909@dreamchaser.org> Date: Sat, 06 Oct 2007 01:14:54 -0600 From: freebsd@dreamchaser.org User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Christopher Cowart , bc979@lafn.org References: <4706C94D.4030206@dreamchaser.org> <20071006001209.GJ19429@hal.rescomp.berkeley.edu> In-Reply-To: <20071006001209.GJ19429@hal.rescomp.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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, 06 Oct 2007 01:14:52 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: tcpdump -- non-local traffic not showing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 07:12:32 -0000 Many thanks; that solved the problem. Gary > You're probably plugged into a switch ("learning bridge"). Switches > partition your collision domain -- they learn which MAC is available on > which port and only send on that port. > > You either need a hub or a really expensive switch (the kind that you > log in to and set up port mirrors). .. > What is your LAN? My guess is that its a router or a switch. In either > case, the router/switch is not forwarding the packets to all the ports. > It retains a table of MAC addresses and the ports they are on. It only > forwards packets to the desired port. A computer on a different port > will not see any of those packets. You have to use a hub or just a > non-learning bridge to get the packets forwarded to all ports. Those > are really hard to find anymore. > From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 08:27:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E62616A41A for ; Sat, 6 Oct 2007 08:27:00 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (izb.knu.ac.kr [155.230.157.93]) by mx1.freebsd.org (Postfix) with ESMTP id 298FE13C49D for ; Sat, 6 Oct 2007 08:26:59 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by draba.izb.knu.ac.kr (Postfix, from userid 59) id 466C23E97; Sat, 6 Oct 2007 17:26:44 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on draba.izb.knu.ac.kr X-Spam-Level: X-Spam-Status: No, score=-45.3 required=15.1 tests=DKIM_SIGNED, DKIM_VERIFIED, NO_RELAYS autolearn=disabled version=3.2.3 Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2002:9be6:9d5d:3::3]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id E425B3E90; Sat, 6 Oct 2007 17:26:37 +0900 (KST) Received: from viola.izb.knu.ac.kr (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id 742295DFF; Sat, 6 Oct 2007 17:26:39 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:cc:in-reply-to:references:content-type: content-transfer-encoding:date:message-id:mime-version; q= dns/txt; s=s1024; bh=3xO/ouDqHYl5Sep8tjP8zdMUcCA=; b=WfrHilt2lRe teRj3a5beW7HK8VWXpDIXR+kMCrSI2Op4G88uc1f6kDijfuEtljPE74g31KWHB+U 12I7+U8dGOCj+e9eCsM1YVJALS5g89EqSCJrOXFqspfDWQgVbCKP+pXXV0itiv+I k9JFq7Zo+5THZgOvc+B0JFvYCD0SHBsc= Received: from viola.izb.knu.ac.kr (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id C84235DF9; Sat, 6 Oct 2007 17:26:38 +0900 (KST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=izb.knu.ac.kr; q=dns; s=s1024; b= RlvANKsPzjiPz2cnKWu5mgrkJ6cDWQfGDQ0OWItiiEMfTdEihOLtBHo9vFBMKDRK G8fpoAgv4JWJiqrRl9Y6Zz1aryfW9IRSxdk3jN6fOkBkiwLYJ/CpQVxsTkvtdAfW lXgYQfdbTEUZYy16SdZzFNqoKyfP14rv+E2VKnKeDEc= Received: by viola.izb.knu.ac.kr (Postfix, from userid 1001) id 39ADE5DFF; Sat, 6 Oct 2007 17:26:38 +0900 (KST) From: Byung-Hee HWANG To: Old Ranger In-Reply-To: <47071C53.2070409@oldpathsbaptistchurch.org> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> <20071005162851.X8934@bravo.pjkh.com> <20071006003222.21205484@gumby.homeunix.com.> <20071006000946.GA96498@gizmo.acns.msu.edu> <20071006015528.332b66e5@gumby.homeunix.com.> <47071C53.2070409@oldpathsbaptistchurch.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: InZealBomb Date: Sat, 06 Oct 2007 17:26:37 +0900 Message-Id: <1191659197.2458.3.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: RW , freebsd-questions@freebsd.org Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 08:27:00 -0000 On Fri, 2007-10-05 at 23:25 -0600, Old Ranger wrote: [...snip...] > Want the best you can get? Use "tcsh" as a shell and let the linux ^^^^^^^^^^^^^^^^^^^^^^^ +1 Sincerely, -- Byung-Hee HWANG This domain(izb.knu.ac.kr) is testing DKIM(RFC4871); flag: "t=y". If you encounter strange problems, please have a look at http://www.ietf.org/rfc/rfc4871.txt before throwing stones at me :-) From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 08:54:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 237D416A46B for ; Sat, 6 Oct 2007 08:54:38 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id E2E3713C4C3 for ; Sat, 6 Oct 2007 08:54:37 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from phoenix (hnvr-4db2fccf.pool.einsundeins.de [77.178.252.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id DBE6CA44529 for ; Sat, 6 Oct 2007 10:50:00 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Sat, 6 Oct 2007 10:54:34 +0200 User-Agent: KMail/1.9.7 References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071006015528.332b66e5@gumby.homeunix.com.> <47071C53.2070409@oldpathsbaptistchurch.org> In-Reply-To: <47071C53.2070409@oldpathsbaptistchurch.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710061054.34839.wundram@beenic.net> Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 08:54:38 -0000 Am Samstag 06 Oktober 2007 07:25:39 schrieb Old Ranger: > BASH is not a UNIX shell. > BASH occurred with Linux then carried over into FreeBSD. Get your history straight and read up on the heritage of the bash on gnu.org, please. BEFORE you start making absurd comments like these. (as if the bash was written FOR Linux...?) -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 09:20:08 2007 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77C0D16A4AB for ; Sat, 6 Oct 2007 09:20:08 +0000 (UTC) (envelope-from mohamedafrah@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 3AF3A13C459 for ; Sat, 6 Oct 2007 09:20:08 +0000 (UTC) (envelope-from mohamedafrah@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1500486pyb for ; Sat, 06 Oct 2007 02:20:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=A+zShxMwQlyyesV+gbuKCJKbZNNablhmGJHiSmP0yQs=; b=X7cc3jMJv/sh4Y+ttUhXe9x9A1Licb0MbYXbisBhBDWHtMN90Ay0Dqb4zK3BrPHwa2WnGrWqJJ4p4UMm4r4ZocI9+7syLmdvh3jwPbRCkeeNdpMTv/zHbvI+oCg1gan5uZ+bIvlIn0bAnrtoVpTWiPj9AzdXfimt4F1/U+LuBvg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=SRfIsFzRJs2XztkhCtA0/+AAWWjcwSg82GtrHN9bKEaDkt1TtXCnygL9AbgZ4F3BeIRFbs1alkiD3TuHpoCXJItEttPYiRtgssLttao6lQ9Z5MyyMN6vr2ZoWHg9tUBrCWto1TSQA2xr3bIMH7B7/l4DF6M8mf4WNy4LmYcZl14= Received: by 10.64.53.20 with SMTP id b20mr20356960qba.1191660946153; Sat, 06 Oct 2007 01:55:46 -0700 (PDT) Received: by 10.64.112.19 with HTTP; Sat, 6 Oct 2007 01:55:46 -0700 (PDT) Message-ID: Date: Sat, 6 Oct 2007 13:55:46 +0500 From: McClean To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: help with postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 09:20:08 -0000 hi , iam having a problem with postfix, iam using postfix +dovecot and squirrel webmail i can send mails but not to hotmail , from my server i can send mail to gmail but if i check mail i can not see any mails, no get received. i can send mail outside the world but can not receive any. here is my postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 home_mailbox = Maildir/ html_directory = no inet_interfaces = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, $mydomain mydomain = thebalaabodu.com myhostname = thebalaabodu.com mynetworks_style = host myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.4.3/README_FILES sample_directory = /usr/share/doc/postfix-2.4.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 550 [root@thebalaabodu postfix]# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 home_mailbox = Maildir/ html_directory = no inet_interfaces = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, $mydomain mydomain = thebalaabodu.com myhostname = thebalaabodu.com mynetworks_style = host myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.4.3/README_FILES sample_directory = /usr/share/doc/postfix-2.4.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 550 From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 09:23:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89B2B16A41B for ; Sat, 6 Oct 2007 09:23:12 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0A60B13C45A for ; Sat, 6 Oct 2007 09:23:11 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup247.ach.sch.gr [81.186.70.247]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l969MYEc004555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 6 Oct 2007 12:22:58 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l969MTjV002714; Sat, 6 Oct 2007 12:22:32 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l969MTqV002713; Sat, 6 Oct 2007 12:22:29 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 6 Oct 2007 12:22:28 +0300 From: Giorgos Keramidas To: Frank Jahnke Message-ID: <20071006092228.GA2185@kobe.laptop> References: <1191604254.2944.12.camel@pinot.fmjassoc.com> <86k5q1gs8t.fsf@Llea.celt.neu> <1191621784.2944.60.camel@pinot.fmjassoc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1191621784.2944.60.camel@pinot.fmjassoc.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.913, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: michaelgrunewald@yahoo.fr, freebsd-questions@freebsd.org Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 09:23:12 -0000 On 2007-10-05 15:03, Frank Jahnke wrote: >On Fri, 2007-10-05 at 23:34 +0200, michaelgrunewald@yahoo.fr wrote: >> I am always a bit surprised that TeX was released in 78 (before my >> birth!) and---despite its algorithms are published---its output >> quality remains unmatched [1] by common programs. Why these programs >> do not apply TeX's strategies to solve their problems? This makes me >> wonder. > > This is a good question. TeX didn't really hit its stride until about > 1989 (with Metafont and the language freeze), and the effort learned a > lot from troff. Nevertheless, I am always struck by how ugly is the > type that Word produces. You can always tell. I've read about how > sophisticated its algorithm for this or that is, but the end result is > terribly inferior to both troff and TeX. > > I don't really know why -- and it extends beyond the hyphenation > algorithm to things like inter-word kerning and type face formation -- > but I just don't like the way Word documents look. Maybe one of these > days I'll look into it. I also find the insistence of the TeX > community to use the dreadful CM font family to be misguided. There's > a reason that the classical fonts are classics. As far as journals are concerned, I think the insistence about CM fonts is usually an attempt to "keep the original style of the journal", and not so much a lack of respect for the beauty of classic font families. Since the first releases of TeX, there have been many interesting developments about font-handling in the TeX world, like the typeface definitions of ConTeXt, and the drop-in packages of LaTeX which allow one to use Palatino, Helvetica, and other classic fonts. This is getting off-topic for the original topic, but I learnt something new (about the LyX wiki), so -- at least for me -- it was worth it :) Giorgos From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 09:49:54 2007 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 020B916A41A for ; Sat, 6 Oct 2007 09:49:54 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2002:9be6:9d5d:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id AEFAE13C44B for ; Sat, 6 Oct 2007 09:49:53 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by draba.izb.knu.ac.kr (Postfix, from userid 59) id 588AA3E96; Sat, 6 Oct 2007 18:48:45 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on draba.izb.knu.ac.kr X-Spam-Level: X-Spam-Status: No, score=-45.3 required=15.1 tests=DKIM_SIGNED, DKIM_VERIFIED, NO_RELAYS autolearn=disabled version=3.2.3 Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2002:9be6:9d5d:3::3]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id CA2093E90; Sat, 6 Oct 2007 18:48:38 +0900 (KST) Received: from viola.izb.knu.ac.kr (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id A343F5DFF; Sat, 6 Oct 2007 18:48:40 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:cc:in-reply-to:references:content-type: content-transfer-encoding:date:message-id:mime-version; q= dns/txt; s=s1024; bh=Q26Tzm9dmjTAZm0g+VlzQSaD+3g=; b=Wagyo9pOi9L zkQ5A/iSANrai/JvjDyuUP61cMwBGEY9HUdTHlpvmXuFvCww0C8R9ZdxGiM7R9ZT WJ6GOwmFdUAXT2gkKzNfYYorHtF9vgyRAyKef/WF1ClE9Qoew1XkSS19LzNLf9T0 W+D6uZADnUW2pmQd0/v9Mp+XffD8zsFE= Received: from viola.izb.knu.ac.kr (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id 2E4715DF9; Sat, 6 Oct 2007 18:48:40 +0900 (KST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=izb.knu.ac.kr; q=dns; s=s1024; b= Ic9JsuF4hed76JD6ranLV2cTnPrqGqZN61fzkrEzeWrHKX8RPs4u06MTb2NXUl9z NL4KCQoxj7/orASxBhhysbxg62+BXQ3bnvr83tnpaxciyKLS4WC6YaREYaLkXSur DbiWXQMofu1/rbGtRsHMDa4Zjj6cMW3QnKp3W1VYFbk= Received: by viola.izb.knu.ac.kr (Postfix, from userid 1001) id BD5DA5DFF; Sat, 6 Oct 2007 18:48:39 +0900 (KST) From: Byung-Hee HWANG To: McClean In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: InZealBomb Date: Sat, 06 Oct 2007 18:48:38 +0900 Message-Id: <1191664118.2543.3.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: questions@FreeBSD.org Subject: Re: help with postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 09:49:54 -0000 On Sat, 2007-10-06 at 13:55 +0500, McClean wrote: > hi , iam having a problem with postfix, [...snip...] IMHO, I think postfix-users@postfix.org can give you helps more than freebsd-questions@freebsd.org can give. What do you think of? Please see http://www.postfix.org/lists.html Sincerely, -- Byung-Hee HWANG This domain(izb.knu.ac.kr) is testing DKIM(RFC4871); flag: "t=y". If you encounter strange problems, please have a look at http://www.ietf.org/rfc/rfc4871.txt before throwing stones at me :-) From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 09:57:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF68C16A41A for ; Sat, 6 Oct 2007 09:57:06 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail12.syd.optusnet.com.au (mail12.syd.optusnet.com.au [211.29.132.193]) by mx1.freebsd.org (Postfix) with ESMTP id 6AB4B13C48A for ; Sat, 6 Oct 2007 09:57:05 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail12.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l969v3KR014806 for ; Sat, 6 Oct 2007 19:57:04 +1000 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <47071C53.2070409@oldpathsbaptistchurch.org> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> <20071005162851.X8934@bravo.pjkh.com> <20071006003222.21205484@gumby.homeunix.com.> <20071006000946.GA96498@gizmo.acns.msu.edu> <20071006015528.332b66e5@gumby.homeunix.com.> <47071C53.2070409@oldpathsbaptistchurch.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5F1260C7-F12F-4A87-9B4A-EA960E216CED@optusnet.com.au> Content-Transfer-Encoding: 7bit From: Jerahmy Pocott Date: Sat, 6 Oct 2007 19:57:02 +1000 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 09:57:07 -0000 On 06/10/2007, at 3:25 PM, Old Ranger wrote: > Hey look, > BASH is not a UNIX shell. > BASH occurred with Linux then carried over into FreeBSD. > While it has "some" advantages, it is still a bastard. > > UNIX is written in "C" > > Want the best you can get? Use "tcsh" as a shell and let the linux > community do whatever they want. I know a lot of elitists detest BASH, especially in the Linux camp (probably because zomg we can't use the default shell, we might be conforming to something and that's totally un-linuxy). But BASH is an excellent shell with most of the features from csh and ksh as well as the ability to run sh scripts. It was built to be POSIX compliant, not built for linux.. But this is all besides the point, I didn't ask what people think of BASH >.< I didn't ask how to set it as the root shell, what I asked about was creating a statically linked binary of BASH so that I COULD use it as the root shell! So that it could be used without /usr mountable.. Oh well.. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 11:00:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E176716A417 for ; Sat, 6 Oct 2007 11:00:33 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id A71DB13C457 for ; Sat, 6 Oct 2007 11:00:33 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i29so660766wxd for ; Sat, 06 Oct 2007 04:00:32 -0700 (PDT) Received: by 10.70.87.5 with SMTP id k5mr20966775wxb.1191668432001; Sat, 06 Oct 2007 04:00:32 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id i34sm8620450wxd.2007.10.06.04.00.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 06 Oct 2007 04:00:30 -0700 (PDT) Date: Sat, 06 Oct 2007 07:01:21 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <4707205D.6090108@pacific.net.sg> References: <470719CF.7030502@charter.net> <4707205D.6090108@pacific.net.sg> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20071006065856.149A.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.40.02 [en] From: Gerard Subject: Re[2]: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 11:00:34 -0000 On October 06, 2007 at 01:42AM Erich Dollansky wrote: > > Why not use Google Docs? > > And ask NSA in case you need a backup? As well as potentially allowing your documents to be viewed by anyone with the time and or knowledge to hack into your account. No thanks, I certainly would not want Google or anyone else reading my private data without my permission. Of course we all know that Google can be trusted; and the check is in the mail. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 11:09:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9E2B16A417 for ; Sat, 6 Oct 2007 11:09:38 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from wjv.com (fl-65-40-24-38.sta.embarqhsd.net [65.40.24.38]) by mx1.freebsd.org (Postfix) with ESMTP id 46CC913C468 for ; Sat, 6 Oct 2007 11:09:37 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.14.1/8.13.1) with ESMTP id l96B9Zn3080229 for ; Sat, 6 Oct 2007 07:09:35 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.14.1/8.13.1/Submit) id l96B9U7Z080228 for freebsd-questions@freebsd.org; Sat, 6 Oct 2007 07:09:30 -0400 (EDT) (envelope-from bv) Date: Sat, 6 Oct 2007 07:09:30 -0400 From: Bill Vermillion To: freebsd-questions@freebsd.org Message-ID: <20071006110930.GA80058@wjv.com> References: <20071006055230.A491016A513@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071006055230.A491016A513@hub.freebsd.org> User-Agent: Mutt/1.4.2.2i Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bv@wjv.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 11:09:38 -0000 On Sat, Oct 06, 2007 at 05:52 freebsd-questions-request@freebsd.org said 'Who you talkin' to? You talkin' to freebsd-questions-request@freebsd.org? I didn't do nuttin'. I said: > Date: Fri, 5 Oct 2007 20:09:46 -0400 > From: Jerry McAllister > Subject: Re: BASH as root shell (static linking) > On Sat, Oct 06, 2007 at 12:32:22AM +0100, RW wrote: > > On Fri, 5 Oct 2007 16:29:36 -0700 (PDT) > > Philip Hallstrom wrote: > > > > On 06/10/2007, at 5:45 AM, RW wrote: > > > >> On Sat, 6 Oct 2007 04:54:26 +1000 > > > >> Jerahmy Pocott wrote: > > > >>> Hello, > > > >>> I'm wanting to use BASH as my root shell, so I compiled a > > > >>> statically linked ... [deletia - wjv] > Or, maybe the OP managed to get it put in the /etc/passwd entry. > Anyway, I prefer tcsh, but if the OP just has to have it bash, > it is easy to do. > All the OP has to do is install bash from /usr/ports/shells/bash > and then edit /etc/passwd to change the last field for toor > - after the last colon - to point to where it installs bash > (/usr/local/bin/bash maybe) and then it should all be fine. No really - because in the original post the OP says he wanted to use this when only / was mounted. That means he should put his bash in /bin and make an entry to the /etc/shells. I do with ksh - my prefered shell for the last umpteen years. If you do have a shell you want to use all the time it had better be in /bin cause you will be lost if you get into single user mode from something like a crash and need to run utilities. Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 11:57:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F4CD16A419 for ; Sat, 6 Oct 2007 11:57:41 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id 4E89313C448 for ; Sat, 6 Oct 2007 11:57:41 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Ie8Hs-000FcS-7F for freebsd-questions@freebsd.org; Sat, 06 Oct 2007 07:57:40 -0400 Message-ID: <009c01c80810$169e4830$6501a8c0@GRANT> From: "Grant Peel" To: Date: Sat, 6 Oct 2007 07:57:36 -0400 Organization: The Net Now MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: Server Reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 11:57:41 -0000 Hi all, This is the first time in 10 years I have seen this. I have a Dell PE750 (vintage 2004), running FreeBSD 6.2 that had been up and running for about 30 days without any issues. The server somehow rebooted last night, apparently, all by itself. The last log file line I can find waqs about 12:30 AM. The dmesg shows it restarted about 1:12 AM. dmesg shows some file errors that were fixed upon reboot, other that that, everything is back up and running normally. I was wondering if anyone has seen anything similar and if a cause was found. Here is what I know: -all servers (there are 5 more) are plugged into the same power bar and none of the others were affected -none of the standard logs show any intrusion or root log in attempt, -dmesg and console log show nothing of note, -the DRAC logs and ESM logs show nothing, -the sensors (temp,voltage,etc) logs currently show no issues, all well withing normal parms. -my MRTG logs show no abnormal CPU usage or network activity. Any help would be appreciated, -Grant From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 14:34:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBBA116A474 for ; Sat, 6 Oct 2007 14:34:43 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtai03.charter.net (mtai03.charter.net [209.225.8.183]) by mx1.freebsd.org (Postfix) with ESMTP id AB98713C448 for ; Sat, 6 Oct 2007 14:34:42 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtai03.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071006143441.XLTZ21729.mtai03.charter.net@aa04.charter.net> for ; Sat, 6 Oct 2007 10:34:41 -0400 Received: from robs-laptop.com ([71.85.241.27]) by aa04.charter.net with ESMTP id <20071006143441.WCUS1254.aa04.charter.net@robs-laptop.com> for ; Sat, 6 Oct 2007 10:34:41 -0400 Message-ID: <47079D01.7000502@charter.net> Date: Sat, 06 Oct 2007 09:34:41 -0500 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <1191546543.61533.202.camel@pinot.fmjassoc.com> <470719CF.7030502@charter.net> <4707205D.6090108@pacific.net.sg> In-Reply-To: <4707205D.6090108@pacific.net.sg> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 14:34:45 -0000 Erich Dollansky wrote: > Hi, > > do you really want the world to know what you are writing? > > icantthinkofone wrote: >> Frank Jahnke wrote: >>> >>> >> Why not use Google Docs? > > And ask NSA in case you need a backup? > > Erich > _______________________________________________ > 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" > Some guy from ComputerWorld was on NPR (National Public Radio) yesterday and claimed security is fine on all online services like this. Mentioned Google specifically. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 15:07:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9180116A417 for ; Sat, 6 Oct 2007 15:07:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D3FF413C4A5 for ; Sat, 6 Oct 2007 15:07:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l96F7jkt043859; Sat, 6 Oct 2007 17:07:45 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l96F7jqY043856; Sat, 6 Oct 2007 17:07:45 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 6 Oct 2007 17:07:45 +0200 (CEST) From: Wojciech Puchar To: icantthinkofone In-Reply-To: <47079D01.7000502@charter.net> Message-ID: <20071006170617.Y43849@wojtek.tensor.gdynia.pl> References: <1191546543.61533.202.camel@pinot.fmjassoc.com> <470719CF.7030502@charter.net> <4707205D.6090108@pacific.net.sg> <47079D01.7000502@charter.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 15:07:58 -0000 nobody intelligent (or completely not caring about it) use any of big public mail/news/etc services. as google gets stronger and stronger just means that for most people using brain is too painful. but it's really worth of >> do you really want the world to know what you are writing? >> >> icantthinkofone wrote: >>> Frank Jahnke wrote: >>>> >>>> >>> Why not use Google Docs? >> >> And ask NSA in case you need a backup? >> >> Erich >> _______________________________________________ > Some guy from ComputerWorld was on NPR (National Public Radio) yesterday and > claimed security is fine on all online services like this. Mentioned Google > specifically. > _______________________________________________ > 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 Sat Oct 6 15:16:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D20716A419 for ; Sat, 6 Oct 2007 15:16:38 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hannah.tgi.net (hannah.tgi.net [64.34.34.36]) by mx1.freebsd.org (Postfix) with ESMTP id 4CEB513C457 for ; Sat, 6 Oct 2007 15:16:38 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: (qmail 19301 invoked from network); 6 Oct 2007 08:22:12 -0700 Received: from cs213-72.fsmodem.washington.edu (HELO ?127.0.0.1?) (140.142.173.73) by dogday.net with SMTP; 6 Oct 2007 08:22:12 -0700 Message-ID: <4707A6B8.2090103@u.washington.edu> Date: Sat, 06 Oct 2007 08:16:08 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Aryeh Friedman References: <00DD75A5-7F07-41B8-9351-409D4CE9DF8B@lafn.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Abit Motherboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 15:16:38 -0000 Aryeh Friedman wrote: > On 10/5/07, Doug Hardie wrote: > >> I am planning for replacing one of my servers. I want to upgrade to >> at least a dual-core machine. I found the Abit IP 35 Pro motherboard >> at Frys which looks like it has most everything I need. However, I >> don't find any discussions about that particular board in the >> archives or Google. Has anyone used that board and does it work well >> with FreeBSD 6? Thanks. >> > > P35 in general has caused problems > That board should work perfectly fine on FreeBSD 7-CURRENT (or 7-RELEASE when that becomes available), and for all intensive purposes should work with 6-RELEASE; you'll want to update to the latest version of 6 though because there were some driver releases that came out which allow you to use Marvell NICs (msk driver), for instance. I have a comparable board from ASUS (P5K-E) and it worked fine with 6.x (6.1-rc1, 6.2 latest), and works nicely with 7-CURRENT (sources sup'ed from Sept 27th). So unless Abit does something funky with the devices onboard, things should work perfectly fine (not sure about onboard graphics though since I have an nvidia card :)...). Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 15:19:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4CA616A46B for ; Sat, 6 Oct 2007 15:19:42 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hannah.tgi.net (hannah.tgi.net [64.34.34.36]) by mx1.freebsd.org (Postfix) with ESMTP id 98D1313C481 for ; Sat, 6 Oct 2007 15:19:42 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: (qmail 20810 invoked from network); 6 Oct 2007 08:25:16 -0700 Received: from cs213-72.fsmodem.washington.edu (HELO ?127.0.0.1?) (140.142.173.73) by gnrac.net with SMTP; 6 Oct 2007 08:25:16 -0700 Message-ID: <4707A770.9060804@u.washington.edu> Date: Sat, 06 Oct 2007 08:19:12 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Grant Peel , FreeBSD Mailing List References: <009c01c80810$169e4830$6501a8c0@GRANT> In-Reply-To: <009c01c80810$169e4830$6501a8c0@GRANT> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Server Reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 15:19:43 -0000 Grant Peel wrote: > Hi all, > > This is the first time in 10 years I have seen this. > > I have a Dell PE750 (vintage 2004), running FreeBSD 6.2 that had been > up and running for about 30 days without any issues. > > The server somehow rebooted last night, apparently, all by itself. > > The last log file line I can find waqs about 12:30 AM. The dmesg shows > it restarted about 1:12 AM. dmesg shows some file errors that were > fixed upon reboot, other that that, everything is back up and running > normally. > > I was wondering if anyone has seen anything similar and if a cause was > found. > > Here is what I know: > > -all servers (there are 5 more) are plugged into the same power bar > and none of the others were affected > -none of the standard logs show any intrusion or root log in attempt, > -dmesg and console log show nothing of note, > -the DRAC logs and ESM logs show nothing, > -the sensors (temp,voltage,etc) logs currently show no issues, all > well withing normal parms. > -my MRTG logs show no abnormal CPU usage or network activity. > > > Any help would be appreciated, > > -Grant Check the capacitors on the motherboard (in particular near the memory and processor); they may be going bad (esp with that vintage. 2004 Dell was a bad year =P..). You'll be looking for swelled capacitors and possibly some orange dialectric being emitted. -Garrett From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 15:22:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B403F16A421 for ; Sat, 6 Oct 2007 15:22:49 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 725D713C4A5 for ; Sat, 6 Oct 2007 15:22:48 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 16511 invoked from network); 6 Oct 2007 14:56:07 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.130.189) by smtp.mel.people.net.au with SMTP; 6 Oct 2007 14:56:07 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id F0D3A1706D; Sun, 7 Oct 2007 00:56:03 +1000 (EST) Date: Sun, 7 Oct 2007 00:56:03 +1000 From: andrew clarke To: Jerahmy Pocott Message-ID: <20071006145603.GA11347@ozzmosis.com> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Questions Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 15:22:49 -0000 On Sat, Oct 06, 2007 at 04:54:26AM +1000, Jerahmy Pocott wrote: > I'm wanting to use BASH as my root shell, so I compiled a statically linked > version then tried to log in with only / mounted. But I was locked out > because elf.ld.so could not be found.. > > I though elf was the native binary format these days? But it needs a > library to run them? Is it possible to statically link against elf? Or do > standalone binary have to be in aout format? I'm a bit confused as to why it > requires this dynamic library.. I'm not sure if this helps at all, but you can build a static version of bash from the Ports tree: cd /usr/ports/shells/bash make WITH_STATIC_BASH=1 You'll need to cp bash to /bin. Regards Andrew From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 15:53:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4DA216A417 for ; Sat, 6 Oct 2007 15:53:26 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.freebsd.org (Postfix) with ESMTP id C144513C45B for ; Sat, 6 Oct 2007 15:53:26 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.100] (207-104-43-151.starstream.net [207.104.43.151]) (authenticated bits=0) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id l96Fpnlh027516; Sat, 6 Oct 2007 08:51:50 -0700 From: Frank Jahnke To: Giorgos Keramidas In-Reply-To: <20071006092228.GA2185@kobe.laptop> References: <1191604254.2944.12.camel@pinot.fmjassoc.com> <86k5q1gs8t.fsf@Llea.celt.neu> <1191621784.2944.60.camel@pinot.fmjassoc.com> <20071006092228.GA2185@kobe.laptop> Content-Type: text/plain Organization: Sonata Biosciences, Inc. Date: Sat, 06 Oct 2007 08:50:49 -0700 Message-Id: <1191685849.960.4.camel@pinot.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: michaelgrunewald@yahoo.fr, freebsd-questions@freebsd.org Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 15:53:27 -0000 On Sat, 2007-10-06 at 12:22 +0300, Giorgos Keramidas wrote: > > Since the first releases of TeX, there have been many interesting > developments about font-handling in the TeX world, like the typeface > definitions of ConTeXt, and the drop-in packages of LaTeX which allow > one to use Palatino, Helvetica, and other classic fonts. > I figured this was the case, and it makes a difference. This is OT, but do you have a link that describe what font families are available? I assume the Postscript base set is easy. But how about the others? Continuing the OT, it is also interesting that the desktop publishing applications that I am aware of (an that is certainly incomplete) do not handle equations very well either. Scribus didn't the last time I looked; Frame might but that is not really an option. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 17:02:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E62A216A419 for ; Sat, 6 Oct 2007 17:02:31 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-43.bluehost.com (outbound-mail-43.bluehost.com [69.89.18.12]) by mx1.freebsd.org (Postfix) with SMTP id ADEDC13C49D for ; Sat, 6 Oct 2007 17:02:31 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 10113 invoked by uid 0); 6 Oct 2007 17:02:31 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy3.bluehost.com with SMTP; 6 Oct 2007 17:02:31 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IeD2t-0006xc-1E for freebsd-questions@freebsd.org; Sat, 06 Oct 2007 11:02:31 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l95JM8e8056490 for ; Fri, 5 Oct 2007 13:22:08 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l95JM7ld056489 for freebsd-questions@freebsd.org; Fri, 5 Oct 2007 13:22:07 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Fri, 5 Oct 2007 13:22:07 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20071005192207.GC56296@demeter.hydra> Mail-Followup-To: FreeBSD Questions References: <1191546543.61533.202.camel@pinot.fmjassoc.com> <470719CF.7030502@charter.net> <4707205D.6090108@pacific.net.sg> <47079D01.7000502@charter.net> <20071006170617.Y43849@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071006170617.Y43849@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 17:02:32 -0000 On Sat, Oct 06, 2007 at 05:07:45PM +0200, Wojciech Puchar wrote: > nobody intelligent (or completely not caring about it) use any of big > public mail/news/etc services. There are two separate concerns here. 1. General Privacy: If you're concerned with your documents and communications being collected, indexed, and scanned for patterns and flagged terms along with billions of other documents and communications, without any specific attention to yours in particular, you're right -- don't use "public", web-based services. 2. Specific Privacy: If you're concerned with someone cracking security on your account, targeting your communications for electronic eavesdropping, and similarly making use of the "public" nature of a service like that for nefarious intent, you're probably among the millions of computer users who are carefully locking the front door while leaving the bay windows and garage door wide open. Are you using public key encryption systems like OpenPGP to secure your email? Are you encrypting word processor documents when you send email? Are you using a text-based mail user agent instead of reading XHTML "rich" emails in a GUI mail client? Are you anonymizing communications via the Tor network? What exactly are you doing to avoid leaving yourself at least as wide open with plain text transmission of data as you would be with a web-based, SSL-encrypted mail service? You're probably even transmitting login data to a web server in clear text. Now . . . I know this is the freebsd-questions mailing list, and many of you are running mail servers locally, and otherwise mitigating these risks. On the other hand, simply telling people that they'll be safer avoiding web-based services without explaining that this is only true if they also pay significant attention to securing their other communication and collaboration tools might be considered dishonest, or at least irresponsible. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Eat your crow early, while it's young and tender. Don't wait until it's old and tough. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 17:20:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEC4816A418 for ; Sat, 6 Oct 2007 17:20:21 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 7DC0A13C455 for ; Sat, 6 Oct 2007 17:20:21 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [192.168.1.23] (adsl-068-209-177-221.sip.ard.bellsouth.net [68.209.177.221]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l96HKJr9030263 for ; Sat, 6 Oct 2007 13:20:20 -0400 (EDT) (envelope-from bitabyss@gmail.com) Message-ID: <4707C3DF.5050401@gmail.com> Date: Sat, 06 Oct 2007 13:20:31 -0400 From: Rob User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <00DD75A5-7F07-41B8-9351-409D4CE9DF8B@lafn.org> In-Reply-To: <00DD75A5-7F07-41B8-9351-409D4CE9DF8B@lafn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Abit Motherboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 17:20:22 -0000 Doug Hardie wrote: > I am planning for replacing one of my servers. I want to upgrade to at > least a dual-core machine. I found the Abit IP 35 Pro motherboard at > Frys which looks like it has most everything I need. However, I don't I wouldn't piss away any of my money on ABIT's garbage. Try getting on their web site and finding any support for anything more than a year old. I guess there's really no point, since their boards usually die within a couple years anyway. Just my own opinion, biased by my experience with ABIT, but -- hey, you asked ;) -rob From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 19:25:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F61216A418 for ; Sat, 6 Oct 2007 19:25:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 810A813C45D for ; Sat, 6 Oct 2007 19:25:18 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 877A71CDEE; Sat, 6 Oct 2007 11:25:15 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 6 Oct 2007 21:25:11 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710062125.12436.fbsd.questions@rachie.is-a-geek.net> Cc: Richard Secor Subject: Re: Problem with PHP cli core dumping (SOLVED) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:25:19 -0000 On Wednesday 03 October 2007 18:54:54 Richard Secor wrote: > On Wed, 26 Sep 2007, Mel wrote: > >> On Tuesday 25 September 2007 18:50:39 Derrick wrote: > >>> On Tue, 25 Sep 2007, Eric wrote: > >>>> Derrick wrote: > >>>>> so it's sessions.so > >>>>> I've tried rebuilding it, but still has the same issue. > >> > >> Move session to indicated spot, then try php -v again. If it > > still coredumps, > > >> move above spl. If it still coredumps, move it up one spot and > > rerun, till it > > >> stops coredumping. > >> > >> The bug is in the general extension destructor and changing the > > order till it > > >> works is the only remedy. > > > >Thanks to all those that input some output. > > > >I moved extension=session.so to the start of the file after trying the > >first couple suggestions, and all is working now.. > > I had this problem, however, after changing the file around I'm > still getting core dumps. > I find that this happens whenever I upgrade from the port :( > Anyway, it seems I'm getting the dumps from spl.so (it's fine if I > comment it and anything that depends on it). > I've tried putting it in every line of the extension file but it > still dumps out. > I've tried completely rebuilding all of php and all associated > extensions, still dumps out. It's not spl itself that needs to be moved. There's extensions that are required to be loaded *before* spl and most likely others. You can speed things up as follows: php -i >/dev/null 2>&1 gdb -core ./php.core -exec `which php` [snip symbol loading] (gdb) bt #0 0x00000000 in ?? () #1 0x28e90544 in __do_global_dtors_aux () from /usr/local/lib/php/20060613/simplexml.so ^^^^^^^^^^^^ That's the one that needs to be moved up. -- Mel From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 19:26:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D61FE16A418 for ; Sat, 6 Oct 2007 19:26:51 +0000 (UTC) (envelope-from fj@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.freebsd.org (Postfix) with ESMTP id 8830513C45B for ; Sat, 6 Oct 2007 19:26:51 +0000 (UTC) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id CA09013A84A; Sat, 6 Oct 2007 15:26:50 -0400 (EDT) Received: (from fj@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id l96JQob21814; Sat, 6 Oct 2007 15:26:50 -0400 (EDT) Date: Sat, 6 Oct 2007 15:26:50 -0400 From: Joe Altman To: freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Message-ID: <20071006192650.GA23085@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070923235741.GA22027@panix.com> User-Agent: Mutt/1.5.10i Cc: Subject: Kernel panic; fatal trap 12; on task 22, USB0: was Re: Moused issues? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:26:51 -0000 NB: I've copied -usb because it looks to me like it's definitely USB that's implicated; but I still need a clue for getting a crash dump; -questions seems the place to ask for that. On Sun, Sep 23, 2007 at 07:57:41PM -0400, Joe Altman wrote: > > uname for the machine on which it fails: > > 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Sep 2 17:30:39 EDT 2007 i386 > > Is it possible to get more info on this for debugging short of putting > debugging in the kernel, and configuring a dump device; rebuilding > world, and hoping my machine does not become unusable? I'm still seeing the USB associated crashes, with sources updated several times and world remade between Sept. 23 and Oct. 6, 11 AM EDT. The above uname shows the only kernel I can use. I've attempted to obtain a dump using these instructions: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html#KERNELDEBUG-OBTAIN And here, I think, are the relevent details. In /etc/rc.conf, I have: ##Crash dumpdev="AUTO" dumpdir="/var/tmp/crash" /var/tmp/crash exists with appropriate permissions; and swapinfo shows 2 Gig of space: ~ $: swapinfo Device 1M-blocks Used Avail Capacity /dev/ad0s1b 2048 0 2048 0% AIUI, dumpdev="AUTO" dictates the use of /dev/ad0s1b. /var/tmp has this much free space: df -m /dev/ad0s1f 3962 618 3027 17% /var/tmp However, my kernel tosses this message to the console: Fatal trap 12: page fault while in kernel mode and indicates a problem with task 22, USB[1] 0. Prior to problem with task 22, USB 0; it was the same fatal trap, task 25, USB 1. Then it indicates that there is no dump device. It seems to me that all I should have to do is define the dumpdev in rc.conf to obtain a dump; and in my case, since /var is smaller than RAM and swap, define /var/tmp/crash. So it looks to me as if I am experiencing what is described here: "...a kernel is crashing before dumpon(8) can be executed." taken from the kerneldebug.html page. Or am I missing something in the configuration of the dump device? If not, is my only option to put a dump directive into my kernel config? If so, what is the proper syntax? device dump or something else? Also, I decided it was easier for my to snap a picture than transcribe the screen; it's here if anyone is interested: chthonic.com/crash-crash-crash I'm limping along, I think; and would appreciate some clues, please. One more data point: I'm using an IBM PIII laptop; and I do not experience any crash on that; and my AMD dual core does not crash either; all three machines use, AFAICT, the same USB code. Thanks. [1] The USB controller is: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C426C16A41A for ; Sat, 6 Oct 2007 19:39:04 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 9C51C13C458 for ; Sat, 6 Oct 2007 19:39:04 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (cpe-76-185-121-253.tx.res.rr.com [76.185.121.253]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id E59FF65507; Sat, 6 Oct 2007 14:39:03 -0500 (CDT) Date: Sat, 06 Oct 2007 14:38:43 -0500 From: Paul Schmehl To: McClean , questions@FreeBSD.org Message-ID: <4A92091B511ADD45EE4D9D97@paul-schmehls-powerbook59.local> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========5A367ED5C9861D617A00==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: help with postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:39:04 -0000 --==========5A367ED5C9861D617A00========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On October 6, 2007 1:55:46 PM +0500 McClean =20 wrote: > hi , iam having a problem with postfix, > > iam using postfix +dovecot and squirrel webmail > > > i can send mails but not to hotmail , from my server i can send mail to > gmail but if i check mail i can not see any mails, no get received. i = can > send mail outside the world but can not receive any. > What's the IP address of your mail server? Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========5A367ED5C9861D617A00==========-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 19:46:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CA2F16A417 for ; Sat, 6 Oct 2007 19:46:44 +0000 (UTC) (envelope-from ivand58@hotpop.com) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.freebsd.org (Postfix) with ESMTP id 0DFED13C461 for ; Sat, 6 Oct 2007 19:46:43 +0000 (UTC) (envelope-from ivand58@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.105]) by smtp-out.hotpop.com (Postfix) with SMTP id 1E4479D29297 for ; Sat, 6 Oct 2007 16:43:35 +0000 (UTC) Received: from [192.168.1.93] (unknown [85.196.191.64]) by smtp-2.hotpop.com (Postfix) with ESMTP id 3A748A1B781B for ; Sat, 6 Oct 2007 16:42:59 +0000 (UTC) Message-ID: <4707BB2B.3020703@hotpop.com> Date: Sat, 06 Oct 2007 19:43:23 +0300 From: Ivan Dimitrov User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: avr-libc port problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivand58@hotpop.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:46:44 -0000 Dear list. I found a problem with the port named avr-libc. The reason is ... there is one line of code in the Makefile with the following content: BROKEN= Does not build what can be the reason to checkin an intentionally broken makefile, and how can I use this port again? thanks in advance I. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 19:53:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25C9E16A418 for ; Sat, 6 Oct 2007 19:53:02 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id CF11F13C44B for ; Sat, 6 Oct 2007 19:53:01 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: by py-out-1112.google.com with SMTP id u77so1715416pyb for ; Sat, 06 Oct 2007 12:53:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=lL0+N/BoDJGFnNLTJ5h91BjZNjoIkU0tZoZDyEWcn3c=; b=F2nOdX/8G9mXnk7nwjX6bX2SAKcU9eHFsLxR264cbjG1zqP6hCmwNUFGBJWY/g3ykXCw0VBT2O8d6LYilPYwJGU6vhIlMRbxFVdCARSc/amb4ZR7sj24R/VIzISEN4cTyAlIf1atRcgE7WFIHGodaxQyUU+Rffw/EbSY+TaGOqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RSL8zH5n6IFP6Ha87vAHU3s480vqPgp3EBfn5vVOIUQ7IITJJDtIrzgiqAv0JB7W1ut2FDWSAtcSOX+6hxBhPYQdxJ5WSUkEztDwazLZpWpNTlbtWSQ9WHRzL3731JzqmfT3AguSjU1uEACltE+v9nxTB8uctI4dMob1u39khQg= Received: by 10.65.93.19 with SMTP id v19mr15256qbl.1191700380843; Sat, 06 Oct 2007 12:53:00 -0700 (PDT) Received: by 10.65.213.5 with HTTP; Sat, 6 Oct 2007 12:53:00 -0700 (PDT) Message-ID: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> Date: Sat, 6 Oct 2007 20:53:00 +0100 From: "James Jeffery" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: C++ Compiler On FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:53:02 -0000 Evening to you all (or morning in some parts of the world). Im learning C++ from Sams Teach Yourself C++, now many will call this a dumb method, and the books pointless and stupid, but i have no knowledge of any lower level languages, so i do need to be spoon fed the basics. Im using Borland C++ compiler on XP and was wondering what compilers there are for FreeBSD that would allow me to compile and execute some of the examples i will practise from the book. Also if anyone wants to recommend any other books on C++ feel free. We are learning VB at college at the moment, i like it, but its not machine portable and i dont like the whole drag and drop way of creating a program, seems like cheating. Thanks for reading James From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 19:56:34 2007 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFBDF16A417 for ; Sat, 6 Oct 2007 19:56:34 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: from smtp5.wlink.com.np (smtp5.wlink.com.np [202.79.32.52]) by mx1.freebsd.org (Postfix) with SMTP id D95AC13C458 for ; Sat, 6 Oct 2007 19:56:32 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: (qmail 26833 invoked from network); 6 Oct 2007 19:29:49 -0000 Received: from unknown (HELO smtp1.wlink.com.np) (202.79.32.76) by 0 with SMTP; 6 Oct 2007 19:29:49 -0000 Received: (qmail 62730 invoked by uid 98); 6 Oct 2007 19:29:49 -0000 Received: from 202.79.38.52 by smtp1.wlink.com.np (envelope-from , uid 1009) with qmail-scanner-1.25 (clamdscan: 0.88.4/2205. Clear:RC:1(202.79.38.52):. Processed in 0.037574 secs); 06 Oct 2007 19:29:49 -0000 X-Qmail-Scanner-Mail-From: teklimbu@wlink.com.np via smtp1.wlink.com.np X-Qmail-Scanner: 1.25 (Clear:RC:1(202.79.38.52):. Processed in 0.037574 secs) Received: from [202.79.38.52] (HELO [202.79.38.52]) by smtp1.wlink.com.np (qmail-smtpd) with SMTP; 06 Oct 2007 19:29:42 -0000 (Sun, 07 Oct 2007 01:14:42 +0545) Message-ID: <4707E209.6080908@wlink.com.np> Date: Sun, 07 Oct 2007 01:14:13 +0545 From: Tek Bahadur Limbu User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: McClean References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Check-By: smtp1.wlink.com.np Spam: No ; 0.2 / 8.0 X-Spam-Status-WL: No, hits=0.2 required=8.0 Cc: questions@FreeBSD.org Subject: Re: help with postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:56:34 -0000 Hi McClean, McClean wrote: > hi , iam having a problem with postfix, > > iam using postfix +dovecot and squirrel webmail > > > i can send mails but not to hotmail , from my server i can send mail to > gmail but if i check mail i can not see any mails, no get received. i can > send mail outside the world but can not receive any. What do the bounced message from hotmail say? If you are running a firewall, check if your incoming port 25 might have been mistakenly been blocked. Thanking you... > > here is my postconf -n > > alias_database = hash:/etc/aliases > alias_maps = hash:/etc/aliases > command_directory = /usr/sbin > config_directory = /etc/postfix > daemon_directory = /usr/libexec/postfix > debug_peer_level = 2 > home_mailbox = Maildir/ > html_directory = no > inet_interfaces = all > mail_owner = postfix > mailq_path = /usr/bin/mailq.postfix > manpage_directory = /usr/share/man > mydestination = $myhostname, localhost.$mydomain, $mydomain > mydomain = thebalaabodu.com > myhostname = thebalaabodu.com > mynetworks_style = host > myorigin = $mydomain > newaliases_path = /usr/bin/newaliases.postfix > queue_directory = /var/spool/postfix > readme_directory = /usr/share/doc/postfix-2.4.3/README_FILES > sample_directory = /usr/share/doc/postfix-2.4.3/samples > sendmail_path = /usr/sbin/sendmail.postfix > setgid_group = postdrop > unknown_local_recipient_reject_code = 550 > [root@thebalaabodu postfix]# postconf -n > alias_database = hash:/etc/aliases > alias_maps = hash:/etc/aliases > command_directory = /usr/sbin > config_directory = /etc/postfix > daemon_directory = /usr/libexec/postfix > debug_peer_level = 2 > home_mailbox = Maildir/ > html_directory = no > inet_interfaces = all > mail_owner = postfix > mailq_path = /usr/bin/mailq.postfix > manpage_directory = /usr/share/man > mydestination = $myhostname, localhost.$mydomain, $mydomain > mydomain = thebalaabodu.com > myhostname = thebalaabodu.com > mynetworks_style = host > myorigin = $mydomain > newaliases_path = /usr/bin/newaliases.postfix > queue_directory = /var/spool/postfix > readme_directory = /usr/share/doc/postfix-2.4.3/README_FILES > sample_directory = /usr/share/doc/postfix-2.4.3/samples > sendmail_path = /usr/sbin/sendmail.postfix > setgid_group = postdrop > unknown_local_recipient_reject_code = 550 > _______________________________________________ > 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" > > > -- With best regards and good wishes, Yours sincerely, Tek Bahadur Limbu System Administrator (TAG/TDG Group) Jwl Systems Department Worldlink Communications Pvt. Ltd. Jawalakhel, Nepal http://www.wlink.com.np http://teklimbu.wordpress.com From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:02:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E346716A419 for ; Sat, 6 Oct 2007 20:02:29 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B0DBA13C457 for ; Sat, 6 Oct 2007 20:02:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 33BF51CDEE for ; Sat, 6 Oct 2007 12:02:25 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 6 Oct 2007 22:02:24 +0200 User-Agent: KMail/1.9.7 References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <1191610761.28483.184.camel@soundwave.pitbpa0.priv.collaborativefusion.com> <2E53DE70-20DE-4F97-8645-943F25AA3AF5@optusnet.com.au> In-Reply-To: <2E53DE70-20DE-4F97-8645-943F25AA3AF5@optusnet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710062202.24321.fbsd.questions@rachie.is-a-geek.net> Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:02:30 -0000 On Friday 05 October 2007 22:51:53 Jerahmy Pocott wrote: > On 06/10/2007, at 4:59 AM, Brian A. Seklecki wrote: > > On Sat, 2007-10-06 at 04:54 +1000, Jerahmy Pocott wrote: > >> Hello, > >> > >> I'm wanting to use BASH as my root shell, so I compiled a statically > >> linked > >> version then tried to log in with only / mounted. But I was locked > >> out because > >> elf.ld.so could not be found.. > > > > JP: > > > > Did: > > > > $ ldd /bin/bash > > > > Return anything? It should not. > > It's saying: > > libintl.so.6 => /usr/local/lib/libintl.so.6 (0x2819d000) > libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x281a6000) Most likely because you thought changing CFLAGS/LDFLAGS during port build, would make it statically linked, however if the link command has additional -Wl,-dynamic statements caused by `foo-config --libs` or .la files, then linker will resolve those libraries dynamically. As another poster stated in this thread, use the static option of the port. -- Mel From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:03:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02A4E16A419 for ; Sat, 6 Oct 2007 20:03:22 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9A413C46A for ; Sat, 6 Oct 2007 20:03:21 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id l96K3J7c024430; Sat, 6 Oct 2007 22:03:20 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 87AE4B869; Sat, 6 Oct 2007 22:03:19 +0200 (CEST) Date: Sat, 6 Oct 2007 22:03:19 +0200 From: Roland Smith To: Ivan Dimitrov Message-ID: <20071006200319.GA55336@slackbox.xs4all.nl> Mail-Followup-To: Ivan Dimitrov , freebsd-questions@freebsd.org References: <4707BB2B.3020703@hotpop.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <4707BB2B.3020703@hotpop.com> 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.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: avr-libc port problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:03:22 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 06, 2007 at 07:43:23PM +0300, Ivan Dimitrov wrote: > Dear list. >=20 > I found a problem with the port named avr-libc. The reason is ... there i= s=20 > one line of code in the Makefile with the following content: > BROKEN=3D Does not build > what can be the reason to checkin an intentionally broken makefile,=20 It is a warning that building this port doesn't currently work. The build cluster probably detected this, so it was marked broken. It's up to the port maintainer or any other interested person to fix it. > and how can I use this port again? - read the FreeBSD Porter's Handbook - remove the BROKEN line from the port's makefile - try to build it and see where it breaks - make it work again. - submit a PR with the changes Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHB+oHEnfvsMMhpyURAo25AJwOjVrCbqaZgIycc4lLwwBps2rxEQCfftUD Nivofustu9VrBIeGq2IekMQ= =VAyq -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:03:57 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11E8A16A419 for ; Sat, 6 Oct 2007 20:03:57 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hannah.tgi.net (hannah.tgi.net [64.34.34.36]) by mx1.freebsd.org (Postfix) with ESMTP id BECDB13C455 for ; Sat, 6 Oct 2007 20:03:56 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: (qmail 10854 invoked from network); 6 Oct 2007 13:09:33 -0700 Received: from cs213-71.fsmodem.washington.edu (HELO ?127.0.0.1?) (140.142.173.72) by virtual.greatnorthern.net with SMTP; 6 Oct 2007 13:09:33 -0700 Message-ID: <4707EA0D.1060204@u.washington.edu> Date: Sat, 06 Oct 2007 13:03:25 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [Solution] Unfixing Window NT's fixboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:03:57 -0000 I was trying to do the following to see if I could alleviate some problems booting XP to copying over all of my files from NTFS partitions to UFS partitions on the same machine: My layout for my slices are as follows: s1: FreeBSD s2: FreeBSD (extra) s3: XP (temporary) 1. Popped in XP CD. 2. Chose the 'recover shell' option. 3. Hit fixboot. fixboot claimed the slice 1 was corrupted (didn't know what to think of the UFS formatted slice ;)..), and then proceeded to 'fix it' on its own accord. The install was hosed so I had to reinstall XP. When I booted it up and took a look at Disk Management I noticed that there was 10MB of reserved FAT space, and it was globbing it all into slice 1's space, but denoted it as a FAT partition (surprise, surprise). I booted up a full install CD though, mounted a known slice/partition and all my data was still there! After doing a bit of research I couldn't find a definitive solution for my little problem, but being adventurous I tried using fdisk -B /dev/[disk_num], and everything appears to be back the way it should! Hopefully this helps someone else with a similar issue :). Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:11:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4309F16A418 for ; Sat, 6 Oct 2007 20:11:37 +0000 (UTC) (envelope-from fbsd06+PA=56a1cd00@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id 14F4113C45A for ; Sat, 6 Oct 2007 20:11:36 +0000 (UTC) (envelope-from fbsd06+PA=56a1cd00@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 71C06D059F for ; Sat, 6 Oct 2007 16:11:34 -0400 (EDT) Date: Sat, 6 Oct 2007 21:11:32 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071006211132.7a648a8c@gumby.homeunix.com.> In-Reply-To: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> References: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: C++ Compiler On FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:11:37 -0000 On Sat, 6 Oct 2007 20:53:00 +0100 "James Jeffery" wrote: > Im using Borland C++ compiler on XP and was wondering what compilers > there are for FreeBSD that would allow me to compile and execute some > of the examples i will practise from the book. gcc, the system C compiler, is a C++ compiler too. It's often invoked as g++ to get c++ defaults. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:11:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88CAA16A420 for ; Sat, 6 Oct 2007 20:11:52 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5C66A13C458 for ; Sat, 6 Oct 2007 20:11:52 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id B477B1CDEE for ; Sat, 6 Oct 2007 12:11:51 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 6 Oct 2007 22:11:50 +0200 User-Agent: KMail/1.9.7 References: <4707BB2B.3020703@hotpop.com> In-Reply-To: <4707BB2B.3020703@hotpop.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710062211.50443.fbsd.questions@rachie.is-a-geek.net> Subject: Re: avr-libc port problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:11:52 -0000 On Saturday 06 October 2007 18:43:23 Ivan Dimitrov wrote: > I found a problem with the port named avr-libc. The reason is ... there is > one line of code in the Makefile with the following content: BROKEN= > Does not build > what can be the reason to checkin an intentionally broken makefile, and how > can I use this port again? thanks in advance This means the port does not build, but the MAINTAINER cannot figure out why / how to fix it / has no time to look into it / is waiting for patches from authors / ... So, at present you cannot use this version. -- Mel From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:12:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B816316A469 for ; Sat, 6 Oct 2007 20:12:02 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 2380213C4A7 for ; Sat, 6 Oct 2007 20:12:01 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-313693.home.otenet.gr [85.72.80.251]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l96KBxw6005029; Sat, 6 Oct 2007 23:12:00 +0300 Message-ID: <4707EC0F.90206@otenet.gr> Date: Sat, 06 Oct 2007 23:11:59 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: James Jeffery References: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> In-Reply-To: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: C++ Compiler On FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:12:02 -0000 James Jeffery wrote: > Evening to you all (or morning in some parts of the world). > > Im learning C++ from Sams Teach Yourself C++, now many will call this > a dumb method, and the books pointless and stupid, but i have no knowledge > of any lower level languages, so i do need to be spoon fed the basics. > > Im using Borland C++ compiler on XP and was wondering what compilers > there are for FreeBSD that would allow me to compile and execute some > of the examples i will practise from the book. > > Also if anyone wants to recommend any other books on C++ feel free. We > are learning VB at college at the moment, i like it, but its not machine > portable > and i dont like the whole drag and drop way of creating a program, seems > like > cheating. > > Thanks for reading > > James > > Are you using the Jesse Liberty's book? (the 21 days thing ? :) ) This is actually quite good for a beginner in the language - just don't try to finish it in 21 days... On to your question, FreeBSD provides (and is actually compiled itself by) the gcc compiler which will happily compile C and C++ programs. You may as well wish to install a GUI frontend (like kdevelop), but this is probably an overkill for the simple examples in the book. P.S. Visual Basic (at least up to version 6) is the best and easiest way to write the worst, most unreadable code... ever. Even worse, it may actually work...sort of. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:13:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4851716A420 for ; Sat, 6 Oct 2007 20:13:58 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id CE77C13C4BA for ; Sat, 6 Oct 2007 20:13:57 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id l96KDuqT091464; Sat, 6 Oct 2007 22:13:57 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 13AB2B8E9; Sat, 6 Oct 2007 22:13:56 +0200 (CEST) Date: Sat, 6 Oct 2007 22:13:56 +0200 From: Roland Smith To: James Jeffery Message-ID: <20071006201356.GB55336@slackbox.xs4all.nl> Mail-Followup-To: James Jeffery , freebsd-questions@freebsd.org References: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XOIedfhf+7KOe/yw" Content-Disposition: inline In-Reply-To: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> 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.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: C++ Compiler On FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:13:58 -0000 --XOIedfhf+7KOe/yw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 06, 2007 at 08:53:00PM +0100, James Jeffery wrote: > Evening to you all (or morning in some parts of the world). >=20 > Im learning C++ from Sams Teach Yourself C++, now many will call this > a dumb method, and the books pointless and stupid, but i have no knowledge > of any lower level languages, so i do need to be spoon fed the basics. I'd say that C++ isn't the easiest way to learn programming. I'd suggest starting with Perl, Ruby or Python. > Im using Borland C++ compiler on XP and was wondering what compilers > there are for FreeBSD that would allow me to compile and execute some > of the examples i will practise from the book. FreeBSD comes with the GNU C++ and C compilers installed. There are others available (Intel) or in progress (OpenWatcom). Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --XOIedfhf+7KOe/yw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHB+yEEnfvsMMhpyURAnJrAJ9jutF3k0Myo7XHhACrGDizsAootQCghEDa p2XWXQVPljH11XWVYAxIvFw= =BAt1 -----END PGP SIGNATURE----- --XOIedfhf+7KOe/yw-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:17:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F87516A421 for ; Sat, 6 Oct 2007 20:17:50 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id B77E813C459 for ; Sat, 6 Oct 2007 20:17:49 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.13.8/jtpda-5.4) with ESMTP id l96KHmJu011122 for ; Sat, 6 Oct 2007 22:17:48 +0200 (CEST) X-Ids: 165 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id F2DB423723A for ; Sat, 6 Oct 2007 22:17:46 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id CF8C88F; Sat, 6 Oct 2007 22:17:46 +0200 (CEST) Date: Sat, 6 Oct 2007 22:17:46 +0200 From: Michel Talon To: freebsd-questions@freebsd.org Message-ID: <20071006201746.GA8710@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.165]); Sat, 06 Oct 2007 22:17:48 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.7/4485/Sat Oct 6 20:52:57 2007 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 4707ED6C.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:17:50 -0000 Frank Jahnke wrote: > I figured this was the case, and it makes a difference. This is OT, but > do you have a link that describe what font families are available? I > assume the Postscript base set is easy. But how about the others? There is an entire fat book devoted to that: Fonts & Encodings by Yannis Haralambous O'Reilly Using any type1 or ttf fonts is very easy as long as no formulas are involved. If formulas have to be typed using a font in harmony with the text, then it becomes quite difficult to produce the necessary virtual fonts. This is certainly a drawback of TeX. By the way, in my academic domain, all scientists worldwide use TeX, and not a single one use Word. One of the reasons is that people publish their work here: http://arxiv.org/ and submissions have to be in TeX and not Word. Similarly journals accept submissions in TeX since they have minor editorial work to do afterwards. Scientists in other domains would be well inspired to do the same. This being said, this question doesn't have much relevance to FreeBSD. -- Michel TALON From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:29:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28E3C16A417 for ; Sat, 6 Oct 2007 20:29:26 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id D1E4213C467 for ; Sat, 6 Oct 2007 20:29:25 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: by py-out-1112.google.com with SMTP id u77so1726804pyb for ; Sat, 06 Oct 2007 13:29:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=14kZt8SeOYaWZ61Xougg4Rtq8TSs5hdyYqLrLV1hr38=; b=iDj/kD4nzgNPgRpdpDDTwSbyIK7n+q3VcOV5YNFqngZPzuNMwUlLJyyxnLfmVDdilzkehil99+n3+lSQG4h5wdAwYgWCmuMbA1A2IRgFpy1TJMIVx7jURfqMTp3Jvs5knFgfl5LeXWq/x1GR19QHdBUYZVbGqUZTN0CziaUqcN0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=MMe35AWYnJ6KRYS4BgQmBsqKAY6NiIgmsZTII93xdnW4x3CvbnrGIMfMn/8Giq7nkU4E8XIwxsmM6thT0eXxxh+nTGQjwA6hCz7PpMPav6ie5o/61Evo4+ThQPEqVreO64ehYVc0MMw0yh1m0Atho1IzFVvahdSfOY1zm0O3qnY= Received: by 10.65.61.5 with SMTP id o5mr18467023qbk.1191702564981; Sat, 06 Oct 2007 13:29:24 -0700 (PDT) Received: by 10.65.213.5 with HTTP; Sat, 6 Oct 2007 13:29:24 -0700 (PDT) Message-ID: <972994690710061329t10b4eb49j8c95a539eec2bbe9@mail.gmail.com> Date: Sat, 6 Oct 2007 21:29:24 +0100 From: "James Jeffery" To: "James Jeffery" , freebsd-questions@freebsd.org In-Reply-To: <20071006201356.GB55336@slackbox.xs4all.nl> MIME-Version: 1.0 References: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> <20071006201356.GB55336@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: C++ Compiler On FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:29:26 -0000 Hi all, thanks for the fast replys, much appreciated. Manolis: Yep, its the book by Jesse, i never believe them when they say "in 24 hours", its a snag for them to sell the book, they just split it up into 24 sections to make it look like its possible. Roland: Ive been working with PHP over the past 2 years, i understand the basics such as data types, functions, arrays, variables, objects ect, but i want to challenge myself and learn something that will benifit me when looking for work after uni, i've got another 4 years of learning before i complete my software engineering degree. Be cool to create stuff that i can use in FreeBSD, i know i have years of learning to do but im up for it. On 10/6/07, Roland Smith wrote: > > On Sat, Oct 06, 2007 at 08:53:00PM +0100, James Jeffery wrote: > > Evening to you all (or morning in some parts of the world). > > > > Im learning C++ from Sams Teach Yourself C++, now many will call this > > a dumb method, and the books pointless and stupid, but i have no > knowledge > > of any lower level languages, so i do need to be spoon fed the basics. > > I'd say that C++ isn't the easiest way to learn programming. I'd suggest > starting with Perl, Ruby or Python. > > > Im using Borland C++ compiler on XP and was wondering what compilers > > there are for FreeBSD that would allow me to compile and execute some > > of the examples i will practise from the book. > > FreeBSD comes with the GNU C++ and C compilers installed. There are > others available (Intel) or in progress (OpenWatcom). > > Roland > -- > R.F.Smith http://www.xs4all.nl/~rsmith/ > [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] > pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) > > From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:44:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D3C616A41A for ; Sat, 6 Oct 2007 20:44:26 +0000 (UTC) (envelope-from nec556@retena.com) Received: from resmaa08.ono.com (mta.auna.com [62.42.230.187]) by mx1.freebsd.org (Postfix) with ESMTP id 28D3313C45A for ; Sat, 6 Oct 2007 20:44:25 +0000 (UTC) (envelope-from nec556@retena.com) Received: from argente-2005.retena.com (83.173.185.12) by resmaa08.ono.com (7.3.118.8) (authenticated as nec556@retena.com) id 46B6CEC2029EF559; Sat, 6 Oct 2007 22:33:11 +0200 Message-ID: <46B6CEC2029EF559@> (added by postmaster@resmaa08.ono.com) X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 06 Oct 2007 22:32:40 +0200 To: Michel Talon ,freebsd-questions@freebsd.org From: Eduardo Morras In-Reply-To: <20071006201746.GA8710@lpthe.jussieu.fr> References: <20071006201746.GA8710@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:44:26 -0000 At 22:17 06/10/2007, Michel Talon wrote: >Frank Jahnke wrote: > > I figured this was the case, and it makes a difference. This is OT, but >...... >accept submissions in TeX since they have minor editorial work to do >-- Excuse me for the intromision, but i'm reading this thread, waiting for a tiny and easy app (no tex,troff,...) that can do equations as the first message said. Can i think that there is no such app? Thanks. ---------------------------------------------------------------------------------------------------------------------- This document represent my ideas. They are mine, so, if you agree me, PAY ME. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:47:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 338B416A417 for ; Sat, 6 Oct 2007 20:47:28 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id DC4AB13C457 for ; Sat, 6 Oct 2007 20:47:28 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from ip72-193-85-114.lv.lv.cox.net ([72.193.85.114] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.62) (envelope-from ) id 1IeGZ7-000NvE-Jh; Sat, 06 Oct 2007 13:48:01 -0700 From: "Don O'Neil" To: , Date: Sat, 6 Oct 2007 13:45:45 -0700 Message-ID: <009e01c80859$de7b8e50$0800020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 thread-index: AcgHhrdrldzRFj4YTkmUuA5zAuEh3A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Cc: Subject: OpenSSL/PHP/Apache problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:47:29 -0000 Any time I compile PHP 4.4.7 with --with-ssl my apache 1.3.39 server core dumps on start up on my FreeBSD 6.1 dual core AMD X2 box (in 32 bit mode). Anyone have a work around for this or suggestions where to look/try? I was having a similar problem with Curl, but once I told curl where the OpenSSL home dir was and re-built it that solved that problem. The location of my openSSL is /usr/local, so it's in the 'default' location. I ran the core through gdb, and that is what prompted me to isolate the problem to --with-ssl. Here's my build options/script for php: ./configure \ --with-apxs \ --with-gd \ --with-gd-dir=/usr/local \ --with-gettext \ --with-jpeg-dir=/usr/local/lib \ --with-mcrypt \ --with-mhash \ --with-mysql=/usr/local/mysql \ --with-pear \ --with-png-dir=/usr/local/lib \ --with-xml \ --with-zlib \ --with-zlib-dir=/usr/local/lib \ --with-zip \ --enable-bcmath \ --enable-calendar \ --enable-ftp \ --enable-magic-quotes \ --enable-sockets \ --enable-track-vars \ --enable-mbstring \ --with-curl \ --with-curl-dir=/usr/local/lib \ --with-imap=/usr/local/imap-2000e \ --with-imap-ssl \ --with-openssl \ --enable-memory-limit From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:50:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4719C16A417 for ; Sat, 6 Oct 2007 20:50:50 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id E23A013C4BB for ; Sat, 6 Oct 2007 20:50:49 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1733509pyb for ; Sat, 06 Oct 2007 13:50:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; bh=i+Wr3l2RKMJlG1GCt4uCyuPXzHEpam1CgQQBbbWb7eg=; b=OwlSyVkpzc7ZicS2JeylTaLpG+CPSMF4FwdCiWuwyj0Y00kJPEMw+LhR9ZaVHh/FwlpeIIbl5rbXsbI4FQO8BkBe0YrFU8Qd32ayayApMIaDLpoIwtlYsLVBpjN0oW9ogONr32gB9OHcREMT09FUrTi3S1Lwyfg8bn9MCDjYDGQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=cr7/D1W0OjuCnptYeov5YszPVFdFipyBLyCFz4kOm6AZV+S9YRP+w+ygfD87L5FWKsf4lFpK3F9KtGzENysWLd5tKVp+4O+01hRgGeHFSUqdv5ZW7qS4ZC4h+YWDLxUPZDpMBldbKqVc4dWl19SocKYsAnuvM8e6TH/dQqP2W0A= Received: by 10.65.93.19 with SMTP id v19mr60549qbl.1191702164749; Sat, 06 Oct 2007 13:22:44 -0700 (PDT) Received: by 10.64.210.17 with HTTP; Sat, 6 Oct 2007 13:22:44 -0700 (PDT) Message-ID: <3b47caa90710061322j3651b983p640ad90df7b78087@mail.gmail.com> Date: Sat, 6 Oct 2007 15:22:44 -0500 From: Novembre To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: NTFS-3G mount at during boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:50:50 -0000 Hi, The ongoing problem with mounting my NTFS partition at boot time still remains. I have upgraded ntfs-3g to the latest version from ports: ---------- [user@pasargadae ~]$ pkg_info | grep fuse fusefs-kmod-0.3.9.p1 Kernel module for fuse fusefs-libs-2.7.0_1 FUSE allows filesystem implementation in userspace fusefs-ntfs-1.913 Mount NTFS partitions (read/write) and disk images [user@pasargadae ~]$ pkg_info | grep libublio libublio-20070103 User space caching library ---------- According to the fusefs-ntfs Makefile revision 1.19 (the current one which I have installed is revision 1.20), a symlink to /usr/local/bin/ntfs-3g is placed in /usr/sbin/mount_ntfs-3g to allow using with 'mount -t ntfs-3g' and in /etc/fstab, after mounting /usr. So my current /etc/fstab looks like the following: ---------- [user@pasargadae ~]$ cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad0s2b none swap sw 0 0 /dev/ad0s2a / ufs rw 1 1 /dev/ad0s2d /home ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /dev/ad0s1 /mnt/windows ntfs-3g rw 0 0 ---------- However, when I boot the system, I get the following errors: ---------- [user@pasargadae ~]$ dmesg -a ... swapon: adding /dev/ad0s2b as swap device Starting file system checks: /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s2a: clean, 2720732 free (22356 frags, 337297 blocks, 0.6%fragmentation) /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s2d: clean, 14076698 free (314 frags, 1759548 blocks, 0.0%fragmentation) Mounting local file systems: fuse: failed to open fuse device: No such file or directory ... Starting fusefs. fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8 ... Mounting late file systems: fuse: failed to exec mount program: No such file or directory ---------- The first error above is because the fuse kernel module is not yet loaded. However, I don't understand the second error from "Mounting late file systems" though. Does it show that the symlink is not doing its job? This is from /var/log/messages which shows that ntfs-3g has been run: ---------- Oct 6 14:22:40 pasargadae kernel: Trying to mount root from ufs:/dev/ad0s2a Oct 6 14:22:45 pasargadae kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8 Oct 6 14:22:45 pasargadae ntfs-3g[811]: Version 1.913 Oct 6 14:22:45 pasargadae ntfs-3g[811]: Mounted /dev/ad0s1 (Read-Write, label "", NTFS 3.0) Oct 6 14:22:45 pasargadae ntfs-3g[811]: Cmdline options: (null) Oct 6 14:22:45 pasargadae ntfs-3g[811]: Mount options: noatime,silent,allow_other,fsname=/dev/ad0s1 ---------- which can be confirmed by noting that /dev/fuse0 has been created in /dev/ and that 'ps -ax' shows ---------- 811 ?? Is 0:00.00 mount_ntfs-3g /dev/ad0s1 /mnt/windows (ntfs-3g) ---------- Despite all this, my NTFS partition is not mounted. Does anybody know of a solution for this? Thanks a lot From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:51:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACFC816A417 for ; Sat, 6 Oct 2007 20:51:56 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtai05.charter.net (mtai05.charter.net [209.225.8.185]) by mx1.freebsd.org (Postfix) with ESMTP id 40BC313C48E for ; Sat, 6 Oct 2007 20:51:56 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aarprv04.charter.net ([10.20.200.74]) by mtai05.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071006205150.BIHN7894.mtai05.charter.net@aarprv04.charter.net> for ; Sat, 6 Oct 2007 16:51:50 -0400 Received: from robs-laptop.com ([71.85.241.27]) by aarprv04.charter.net with ESMTP id <20071006205150.DCTR23773.aarprv04.charter.net@robs-laptop.com> for ; Sat, 6 Oct 2007 16:51:50 -0400 Message-ID: <4707F565.9090907@charter.net> Date: Sat, 06 Oct 2007 15:51:49 -0500 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 To: FreeBSD Questions References: <1191546543.61533.202.camel@pinot.fmjassoc.com> <470719CF.7030502@charter.net> <4707205D.6090108@pacific.net.sg> <47079D01.7000502@charter.net> <20071006170617.Y43849@wojtek.tensor.gdynia.pl> <20071005192207.GC56296@demeter.hydra> In-Reply-To: <20071005192207.GC56296@demeter.hydra> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:51:56 -0000 Chad Perrin wrote: > On Sat, Oct 06, 2007 at 05:07:45PM +0200, Wojciech Puchar wrote: > >> nobody intelligent (or completely not caring about it) use any of big >> public mail/news/etc services. >> > > There are two separate concerns here. > > 1. General Privacy: If you're concerned with your documents and > communications being collected, indexed, and scanned for patterns and > flagged terms along with billions of other documents and > communications, without any specific attention to yours in particular, > you're right -- don't use "public", web-based services. > > 2. Specific Privacy: If you're concerned with someone cracking security > on your account, targeting your communications for electronic > eavesdropping, and similarly making use of the "public" nature of a > service like that for nefarious intent, you're probably among the > millions of computer users who are carefully locking the front door > while leaving the bay windows and garage door wide open. Are you using > public key encryption systems like OpenPGP to secure your email? Are > you encrypting word processor documents when you send email? Are you > using a text-based mail user agent instead of reading XHTML "rich" > emails in a GUI mail client? Are you anonymizing communications via > the Tor network? What exactly are you doing to avoid leaving yourself > at least as wide open with plain text transmission of data as you would > be with a web-based, SSL-encrypted mail service? You're probably even > transmitting login data to a web server in clear text. > > Now . . . I know this is the freebsd-questions mailing list, and many of > you are running mail servers locally, and otherwise mitigating these > risks. On the other hand, simply telling people that they'll be safer > avoiding web-based services without explaining that this is only true if > they also pay significant attention to securing their other communication > and collaboration tools might be considered dishonest, or at least > irresponsible. > > But then you are assuming Google, as well as the others, are willing to lose public trust by allowing those things to happen and running an insecure system. It would also be assuming an in-house group could provide better security than Google and the others. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 21:02:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F2DD16A41B for ; Sat, 6 Oct 2007 21:02:21 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id EDB7813C48A for ; Sat, 6 Oct 2007 21:02:20 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from ip72-193-85-114.lv.lv.cox.net ([72.193.85.114] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.62) (envelope-from ) id 1IeGnV-000PUC-MD for freebsd-questions@freebsd.org; Sat, 06 Oct 2007 14:02:53 -0700 From: "Don O'Neil" To: Date: Sat, 6 Oct 2007 14:00:37 -0700 Message-ID: <00a201c8085b$f23b0720$0800020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 thread-index: AcgIW/H62JVTT+J6TTCD2FFsuBLf3A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: Building a SAN using FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 21:02:21 -0000 Anyone have any resources for building a FreeBSD based SAN device? IE, how can I create an extendable file system using networked drives in muliple boxes without paying a billion dollars for someones expensive drive arrays. TIA! From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 21:04:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C47BB16A419 for ; Sat, 6 Oct 2007 21:04:47 +0000 (UTC) (envelope-from aline@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [204.13.164.18]) by mx1.freebsd.org (Postfix) with ESMTP id A8BA013C481 for ; Sat, 6 Oct 2007 21:04:47 +0000 (UTC) (envelope-from aline@riseup.net) Received: from petrel.riseup.net (unknown [10.0.1.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "petrel.riseup.net", Issuer "CA Cert Signing Authority" (verified OK)) by mx1.riseup.net (Postfix) with ESMTP id 58EF257006A for ; Sat, 6 Oct 2007 14:04:47 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: aline@petrel.riseup.net) with ESMTP id AEF1D9D2 From: Aline de Freitas To: freebsd-questions@freebsd.org Date: Sat, 6 Oct 2007 18:04:35 -0300 User-Agent: KMail/1.9.7 References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071006145603.GA11347@ozzmosis.com> In-Reply-To: <20071006145603.GA11347@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710061804.35646.aline@riseup.net> Subject: Re: BASH as root shell (static linking) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 21:04:47 -0000 On Saturday 06 October 2007 11:56:03 andrew clarke wrote: > On Sat, Oct 06, 2007 at 04:54:26AM +1000, Jerahmy Pocott wrote: > > I'm wanting to use BASH as my root shell, so I compiled a statically > > linked version then tried to log in with only / mounted. But I was locked > > out because elf.ld.so could not be found.. > > > > I though elf was the native binary format these days? But it needs a > > library to run them? Is it possible to statically link against elf? Or do > > standalone binary have to be in aout format? I'm a bit confused as to why > > it requires this dynamic library.. > > I'm not sure if this helps at all, but you can build a static version of > bash from the Ports tree: > > cd /usr/ports/shells/bash > make WITH_STATIC_BASH=1 > > You'll need to cp bash to /bin. > > Regards > Andrew Exactly. As a portupgrade user i've done in my pkgtools.conf: MAKE_ARGS = { 'shells/bash' => [ 'WITH_STATIC_BASH=yes', ], } AFTERINSTALL = { 'shells/bash' => 'cp /usr/local/bin/bash /bin' } And no more troubles even after portupgrade shells/bash :)) Aline From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 21:14:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176A416A41A for ; Sat, 6 Oct 2007 21:14:23 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id C0F8213C49D for ; Sat, 6 Oct 2007 21:14:21 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l96LEACq014502; Sat, 6 Oct 2007 16:14:10 -0500 (CDT) Message-Id: <6.0.0.22.2.20071006161249.025449f8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sat, 06 Oct 2007 16:13:49 -0500 To: "Don O'Neil" , From: Derek Ragona In-Reply-To: <00a201c8085b$f23b0720$0800020a@mickey> References: <00a201c8085b$f23b0720$0800020a@mickey> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Building a SAN using FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 21:14:23 -0000 At 04:00 PM 10/6/2007, Don O'Neil wrote: >Anyone have any resources for building a FreeBSD based SAN device? IE, how >can I create an extendable file system using networked drives in muliple >boxes without paying a billion dollars for someones expensive drive arrays. > >TIA! Well you can load FreeBSD on multiple boxes, I assume using cheap disks, then run samba on each to share some of the drives. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 21:32:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB3C916A418 for ; Sat, 6 Oct 2007 21:32:45 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-67.bluehost.com (outbound-mail-67.bluehost.com [69.89.21.27]) by mx1.freebsd.org (Postfix) with SMTP id 983CD13C461 for ; Sat, 6 Oct 2007 21:32:45 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 21028 invoked by uid 0); 6 Oct 2007 21:32:45 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy4.bluehost.com with SMTP; 6 Oct 2007 21:32:45 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IeHGO-0008Og-Kg for freebsd-questions@freebsd.org; Sat, 06 Oct 2007 15:32:44 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l95NqM5u057475 for ; Fri, 5 Oct 2007 17:52:22 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l95NqLnd057474 for freebsd-questions@freebsd.org; Fri, 5 Oct 2007 17:52:21 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Fri, 5 Oct 2007 17:52:21 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20071005235221.GG56296@demeter.hydra> Mail-Followup-To: FreeBSD Questions References: <1191546543.61533.202.camel@pinot.fmjassoc.com> <470719CF.7030502@charter.net> <4707205D.6090108@pacific.net.sg> <47079D01.7000502@charter.net> <20071006170617.Y43849@wojtek.tensor.gdynia.pl> <20071005192207.GC56296@demeter.hydra> <4707F565.9090907@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4707F565.9090907@charter.net> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: good replacement for open office X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 21:32:45 -0000 On Sat, Oct 06, 2007 at 03:51:49PM -0500, icantthinkofone wrote: > Chad Perrin wrote: > >On Sat, Oct 06, 2007 at 05:07:45PM +0200, Wojciech Puchar wrote: > > > >>nobody intelligent (or completely not caring about it) use any of big > >>public mail/news/etc services. > >> > > > >There are two separate concerns here. > > > > 1. General Privacy: If you're concerned with your documents and > > communications being collected, indexed, and scanned for patterns > > and > > flagged terms along with billions of other documents and > > communications, without any specific attention to yours in > > particular, > > you're right -- don't use "public", web-based services. > > > > 2. Specific Privacy: If you're concerned with someone cracking > > security > > on your account, targeting your communications for electronic > > eavesdropping, and similarly making use of the "public" nature of a > > service like that for nefarious intent, you're probably among the > > millions of computer users who are carefully locking the front door > > while leaving the bay windows and garage door wide open. Are you > > using > > public key encryption systems like OpenPGP to secure your email? > > Are > > you encrypting word processor documents when you send email? Are > > you > > using a text-based mail user agent instead of reading XHTML "rich" > > emails in a GUI mail client? Are you anonymizing communications via > > the Tor network? What exactly are you doing to avoid leaving > > yourself > > at least as wide open with plain text transmission of data as you > > would > > be with a web-based, SSL-encrypted mail service? You're probably > > even > > transmitting login data to a web server in clear text. > > > >Now . . . I know this is the freebsd-questions mailing list, and many > >of > >you are running mail servers locally, and otherwise mitigating these > >risks. On the other hand, simply telling people that they'll be safer > >avoiding web-based services without explaining that this is only true > >if > >they also pay significant attention to securing their other > >communication > >and collaboration tools might be considered dishonest, or at least > >irresponsible. > > > But then you are assuming Google, as well as the others, are willing to > lose public trust by allowing those things to happen and running an > insecure system. It would also be assuming an in-house group could > provide better security than Google and the others. No . . . I'm assuming that I have zero control over whether Google et al. are "willing to lose public trust by allowing those things to happen", et cetera. I'm not assuming any decisions on their part -- only that I'm not a party to those decisions (and maybe, just a little bit, that corporations like Google play by different rules that may require them to in some ways prove less trustworthy, such as the fact that it takes a warrant to search *my* computer, but only a subpoena to search Google's). -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Dr. Ron Paul: "Liberty has meaning only if we still believe in it when terrible things happen and a false government security blanket beckons." From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 21:47:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E882416A417 for ; Sat, 6 Oct 2007 21:47:20 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 8226113C448 for ; Sat, 6 Oct 2007 21:47:20 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.13.8/jtpda-5.4) with ESMTP id l96LlJRO029633 for ; Sat, 6 Oct 2007 23:47:19 +0200 (CEST) X-Ids: 164 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id 6081223779B for ; Sat, 6 Oct 2007 23:47:18 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id 4BA1F8F; Sat, 6 Oct 2007 23:47:18 +0200 (CEST) Date: Sat, 6 Oct 2007 23:47:18 +0200 From: Michel Talon To: freebsd-questions@freebsd.org Message-ID: <20071006214718.GA8963@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.164]); Sat, 06 Oct 2007 23:47:19 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.7/4485/Sat Oct 6 20:52:57 2007 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 47080267.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Re: Equations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 21:47:21 -0000 Eduardo Morras said: > Excuse me for the intromision, but i'm reading this thread, waiting > for a tiny and easy app (no tex,troff,...) that can do equations as > the first message said. Can i think that there is no such app? There may be some under Windows, but i don't know. Under Unix machines i don't know anything easier (*) than TeX. For an introduction to students i have tried the OpenOffice equation editor, it is quite similar (hence as easy or difficult) to the things you type in TeX, except it has far less possibilities and does a poor job of formatting. People say me that the Word equation editor is even worse. By the way, there is a Java program which transforms OpenOffice equations (and text) into TeX source (writer2latex), but unfortunately i don't see anything of reasonable quality to do the converse. (*) There is a GUI tool which is supposed to ease typing TeX formulas, because you see them a you type, it is LyX. I have never found it very intuitive. There is also a mode for emacs which has partly such functionality. And finally there is more radical departure from Latex than LyX which is Texmacs (beware, it needs a powerful machine). Maybe some day it will evolve into an easy to use scientific editor. At the moment, i have found that using an helping tool like kile or texmaker (this one exists for Windows) allows students who have never seen TeX previously to type scientific texts with equations in less than a day in plain Latex. With troff i have zero experience. -- Michel TALON From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 21:50:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2210E16A417 for ; Sat, 6 Oct 2007 21:50:38 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id 09B3C13C455 for ; Sat, 6 Oct 2007 21:50:37 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from ip72-193-85-114.lv.lv.cox.net ([72.193.85.114] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.62) (envelope-from ) id 1IeHYE-00067P-Tu; Sat, 06 Oct 2007 14:51:11 -0700 From: "Don O'Neil" To: "'Derek Ragona'" , References: <00a201c8085b$f23b0720$0800020a@mickey> <6.0.0.22.2.20071006161249.025449f8@mail.computinginnovations.com> Date: Sat, 6 Oct 2007 14:48:54 -0700 Message-ID: <001801c80862$b10f8260$0800020a@mickey> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 thread-index: AcgIXfSsJXMq1TibR2SPTlRyQDdICQABFnfQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 In-Reply-To: <6.0.0.22.2.20071006161249.025449f8@mail.computinginnovations.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: Building a SAN using FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 21:50:38 -0000 Well, that's is a possibility, but seems a bit of a hack to me... The SAN device would be interfaces to another FreeBSD box so there's no need for Samba... what I'm looking for is a way to extend 1 file system to an infinite size by adding additional devices/network boxes, like what is available from HP and the bigger players, based on a journaled file system. Multiple disks basically added together like RAID, but in a software/hardware setup to create one large volume (and single file system). The use would be for web services... so when a particular volume fills up I can extend it by adding disks and not have to move home directories to different file systems, etc... _____ From: Derek Ragona [mailto:derek@computinginnovations.com] Sent: Saturday, October 06, 2007 2:14 PM To: Don O'Neil; freebsd-questions@freebsd.org Subject: Re: Building a SAN using FreeBSD At 04:00 PM 10/6/2007, Don O'Neil wrote: Anyone have any resources for building a FreeBSD based SAN device? IE, how can I create an extendable file system using networked drives in muliple boxes without paying a billion dollars for someones expensive drive arrays. TIA! Well you can load FreeBSD on multiple boxes, I assume using cheap disks, then run samba on each to share some of the drives. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 22:15:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74B1516A419 for ; Sat, 6 Oct 2007 22:15:22 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 1232213C4A8 for ; Sat, 6 Oct 2007 22:15:21 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l96MF5IV015393; Sat, 6 Oct 2007 17:15:05 -0500 (CDT) Message-Id: <6.0.0.22.2.20071006171409.0252dba8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sat, 06 Oct 2007 17:14:44 -0500 To: "Don O'Neil" , From: Derek Ragona In-Reply-To: <001801c80862$b10f8260$0800020a@mickey> References: <00a201c8085b$f23b0720$0800020a@mickey> <6.0.0.22.2.20071006161249.025449f8@mail.computinginnovations.com> <001801c80862$b10f8260$0800020a@mickey> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: Building a SAN using FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 22:15:22 -0000 At 04:48 PM 10/6/2007, Don O'Neil wrote: >Well, that's is a possibility, but seems a bit of a hack to me... The SAN >device would be interfaces to another FreeBSD box so there's no need for >Samba... what I'm looking for is a way to extend 1 file system to an >infinite size by adding additional devices/network boxes, like what is >available from HP and the bigger players, based on a journaled file >system. Multiple disks basically added together like RAID, but in a >software/hardware setup to create one large volume (and single file system). > >The use would be for web services... so when a particular volume fills up >I can extend it by adding disks and not have to move home directories to >different file systems, etc... I think you want to look into ZFS then, available on current. -Derek > >---------- >From: Derek Ragona [mailto:derek@computinginnovations.com] >Sent: Saturday, October 06, 2007 2:14 PM >To: Don O'Neil; freebsd-questions@freebsd.org >Subject: Re: Building a SAN using FreeBSD > >At 04:00 PM 10/6/2007, Don O'Neil wrote: >>Anyone have any resources for building a FreeBSD based SAN device? IE, how >>can I create an extendable file system using networked drives in muliple >>boxes without paying a billion dollars for someones expensive drive arrays. >> >>TIA! > >Well you can load FreeBSD on multiple boxes, I assume using cheap disks, >then run samba on each to share some of the drives. > > -Derek > > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for >their support. >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for >their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 23:02:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8A816A418 for ; Sat, 6 Oct 2007 23:02:43 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 08BE213C447 for ; Sat, 6 Oct 2007 23:02:39 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l96N2VcC047959; Sun, 7 Oct 2007 01:02:31 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l96N2U6B047956; Sun, 7 Oct 2007 01:02:30 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 7 Oct 2007 01:02:30 +0200 (CEST) From: Wojciech Puchar To: "Don O'Neil" In-Reply-To: <00a201c8085b$f23b0720$0800020a@mickey> Message-ID: <20071007010055.T47947@wojtek.tensor.gdynia.pl> References: <00a201c8085b$f23b0720$0800020a@mickey> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Building a SAN using FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 23:02:43 -0000 > Anyone have any resources for building a FreeBSD based SAN device? IE, how > can I create an extendable file system using networked drives in muliple > boxes without paying a billion dollars for someones expensive drive arrays. it depends what you mean SAN. if you define it buy usability, then simply use IP with gigabit ethernet and commonly available switches, and use nfs and ggate to share files or volumes. or define it as something like fibre-channel or iSCSI, spend huge amount of money and get (almost) the same :) From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 23:03:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECEEE16A421 for ; Sat, 6 Oct 2007 23:03:49 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3B10D13C448 for ; Sat, 6 Oct 2007 23:03:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l96N3RHw047973; Sun, 7 Oct 2007 01:03:27 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l96N3RcA047970; Sun, 7 Oct 2007 01:03:27 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 7 Oct 2007 01:03:27 +0200 (CEST) From: Wojciech Puchar To: "Don O'Neil" In-Reply-To: <001801c80862$b10f8260$0800020a@mickey> Message-ID: <20071007010258.R47947@wojtek.tensor.gdynia.pl> References: <00a201c8085b$f23b0720$0800020a@mickey> <6.0.0.22.2.20071006161249.025449f8@mail.computinginnovations.com> <001801c80862$b10f8260$0800020a@mickey> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, 'Derek Ragona' Subject: RE: Building a SAN using FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 23:03:50 -0000 > Multiple disks basically added together like RAID, but in a > software/hardware setup to create one large volume (and single file system). > man gconcat man ggated man ggatec man gmirror (could be useful) man growfs > The use would be for web services... so when a particular volume fills up I > can extend it by adding disks and not have to move home directories to > different file systems, etc... > > _____ > > From: Derek Ragona [mailto:derek@computinginnovations.com] > Sent: Saturday, October 06, 2007 2:14 PM > To: Don O'Neil; freebsd-questions@freebsd.org > Subject: Re: Building a SAN using FreeBSD > > > At 04:00 PM 10/6/2007, Don O'Neil wrote: > > > Anyone have any resources for building a FreeBSD based SAN device? IE, how > can I create an extendable file system using networked drives in muliple > boxes without paying a billion dollars for someones expensive drive arrays. > > TIA! > > > > Well you can load FreeBSD on multiple boxes, I assume using cheap disks, > then run samba on each to share some of the drives. > > -Derek > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for > their support. > _______________________________________________ > 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 Sat Oct 6 23:03:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DE6016A41B for ; Sat, 6 Oct 2007 23:03:59 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 20E8E13C45A for ; Sat, 6 Oct 2007 23:03:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l96N3oX5047995; Sun, 7 Oct 2007 01:03:50 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l96N3o94047992; Sun, 7 Oct 2007 01:03:50 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 7 Oct 2007 01:03:50 +0200 (CEST) From: Wojciech Puchar To: Derek Ragona In-Reply-To: <6.0.0.22.2.20071006171409.0252dba8@mail.computinginnovations.com> Message-ID: <20071007010336.U47947@wojtek.tensor.gdynia.pl> References: <00a201c8085b$f23b0720$0800020a@mickey> <6.0.0.22.2.20071006161249.025449f8@mail.computinginnovations.com> <001801c80862$b10f8260$0800020a@mickey> <6.0.0.22.2.20071006171409.0252dba8@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Don O'Neil , freebsd-questions@freebsd.org Subject: RE: Building a SAN using FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 23:03:59 -0000 >> different file systems, etc... > > I think you want to look into ZFS then, available on current. ZFS is not a distributed filesystem AFAIK From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 23:04:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8971016A417 for ; Sat, 6 Oct 2007 23:04:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id E9B0913C468 for ; Sat, 6 Oct 2007 23:04:56 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l96N4qdI048007; Sun, 7 Oct 2007 01:04:52 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l96N4pPv048004; Sun, 7 Oct 2007 01:04:52 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 7 Oct 2007 01:04:51 +0200 (CEST) From: Wojciech Puchar To: James Jeffery In-Reply-To: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> Message-ID: <20071007010406.O47947@wojtek.tensor.gdynia.pl> References: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: C++ Compiler On FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 23:04:58 -0000 > Im learning C++ from Sams Teach Yourself C++, now many will call this > a dumb method, and the books pointless and stupid, but i have no knowledge > of any lower level languages, so i do need to be spoon fed the basics. so you should start from lower level first - learn C first :) C is easy. it's actually very easy From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 23:12:04 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AB9E16A418 for ; Sat, 6 Oct 2007 23:12:04 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id CEA7313C458 for ; Sat, 6 Oct 2007 23:12:02 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l96NC4UB066448 for ; Sat, 6 Oct 2007 16:12:04 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l96NC4mZ066447 for freebsd-questions@FreeBSD.ORG; Sat, 6 Oct 2007 16:12:04 -0700 (PDT) (envelope-from kline) Date: Sat, 6 Oct 2007 16:12:03 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20071006231203.GA65801@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Subject: what kind of UPS will work best? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 23:12:04 -0000 Hi Folks, Recently, a storm happened and the power surge blew me off-line. Time to get serious about buying a UPS that will handle my four main servers for at-most, a 10-second power outage. After that, shut down my computers. It took me 90 minutes of up and down and crawling around last time. That's the *why*. Is there a best type to save me from this? Do any of these power supplies come with scripts to shutdown a Unix {or Linux} computer? Is there a UPS that is designed for heavy use and a very short (5- to 10-second) uptime? I'll need one that can interface thru the COM ports or the UBS port, if that is how these devices work. tia, gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 23:19:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8EC16A41A for ; Sat, 6 Oct 2007 23:19:56 +0000 (UTC) (envelope-from nollan@phreaker.net) Received: from av9-2-sn2.hy.skanova.net (av9-2-sn2.hy.skanova.net [81.228.8.180]) by mx1.freebsd.org (Postfix) with ESMTP id A0EEB13C474 for ; Sat, 6 Oct 2007 23:19:56 +0000 (UTC) (envelope-from nollan@phreaker.net) Received: by av9-2-sn2.hy.skanova.net (Postfix, from userid 502) id 2DC4938449; Sun, 7 Oct 2007 00:53:28 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av9-2-sn2.hy.skanova.net (Postfix) with ESMTP id 1260C37E6F for ; Sun, 7 Oct 2007 00:53:28 +0200 (CEST) Received: from [10.10.10.2] (81-237-246-236-no120.tbcn.telia.com [81.237.246.236]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id E44B037E44 for ; Sun, 7 Oct 2007 00:53:27 +0200 (CEST) Message-ID: <47082E03.9060601@phreaker.net> Date: Sun, 07 Oct 2007 00:53:23 +0000 From: "mr. phreak" User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ati fglrx-driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 23:19:56 -0000 Hi! I'm trying to make the ati-fglrx driver work under freebsd-6.2 - RELEASE. I've had no success. After installing from ports I simply get 'can't find "fglrx" ' from Xorg.0.log. Is there anyone out there with a successful install of this driver? Or perhaps another sollution for making tv-out work for the radeon 9200-cards? Best regards, J From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 23:57:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56BD616A418 for ; Sat, 6 Oct 2007 23:57:24 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id C88AA13C48A for ; Sat, 6 Oct 2007 23:57:23 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup25.ach.sch.gr [81.186.70.25]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l96NuVnP022064 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 7 Oct 2007 02:57:11 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l96NuEgK004744; Sun, 7 Oct 2007 02:56:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l96NuBdd004742; Sun, 7 Oct 2007 02:56:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 7 Oct 2007 02:56:11 +0300 From: Giorgos Keramidas To: James Jeffery Message-ID: <20071006235610.GD4042@kobe.laptop> References: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <972994690710061253q483e26ber68f4716d3202d1fa@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.913, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: C++ Compiler On FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 23:57:24 -0000 On 2007-10-06 20:53, James Jeffery wrote: > Evening to you all (or morning in some parts of the world). > > Im learning C++ from Sams Teach Yourself C++, now many will call this > a dumb method, and the books pointless and stupid, but i have no > knowledge of any lower level languages, so i do need to be spoon fed > the basics. > > Im using Borland C++ compiler on XP and was wondering what compilers > there are for FreeBSD that would allow me to compile and execute some > of the examples i will practise from the book. The base system of FreeBSD includes g++ (the GNU C++ Compiler), and there are several versions of the GNU C++ compiler in the ports too: $ pwd /usr/ports/lang $ ls -ld gcc[0-9]* drwxr-xr-x 3 root wheel - 512 Sep 21 19:51 gcc28 drwxr-xr-x 3 root wheel - 512 Sep 21 19:51 gcc295 drwxr-xr-x 3 root wheel - 512 Sep 21 19:51 gcc32 drwxr-xr-x 3 root wheel - 512 Sep 21 19:51 gcc33 drwxr-xr-x 3 root wheel - 512 Oct 4 18:43 gcc34 drwxr-xr-x 3 root wheel - 512 Sep 21 19:51 gcc40 drwxr-xr-x 3 root wheel - 512 Oct 2 16:32 gcc41 drwxr-xr-x 3 root wheel - 512 Sep 21 19:51 gcc41-withgcjawt drwxr-xr-x 3 root wheel - 512 Oct 2 16:32 gcc42 drwxr-xr-x 3 root wheel - 512 Sep 21 19:51 gcc42-withgcjawt drwxr-xr-x 3 root wheel - 512 Oct 2 16:32 gcc43 $