From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera From slymidnight at yahoo.com Sun Apr 1 09:44:23 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 09:44:23 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <13886.1333298991.0@NO-ID-FOUND.mhonarc.org> ---711650361-1574900049-1333298663=:95276 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I'm sure this seems like a silly novice question...=0A=0ABut I am trying to= figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 f= rom source.=0A=0AI tried to follow the online documentation to do in /usr:= =0A=0Amake scr-create=0A=0Aamd then in /usr/src:=0A=0Amake buildworld=0Amak= e buildkernel=0Amake installworld=0Amake installkernel=0A=0Amake upgrade=0A= =0A...and reboot.=0A=0AAnd what I got was not what I expected.=A0 I got 3.1= .0-DEVELOPMENT=0A=0AI tried to do a:=0A=0Agit branch DragonFly_RELEASE_3_0 = v3.0.2=0Agit checkout v3.0.2=0A=0Aand then issue a new:=0A=0Amake buildworl= d=0A=0AAnd it was compiling for hours and hours this time around until I ra= n out of space on the hammer filesystem.=A0 The first time around it only t= ook somewhere between 2.5 to 3 hours to do a buildworld.=A0 I am wondering = if the playing around with the git commands I messed something up.=0A=0ACan= anyone tell me how to update my system to a RELEASE version from source ra= ther than the DEVELOPMENT branch.=0A=0AThanks!=0A=0A=0A____________________= ____________=0A From: Justin Sherrill =0ATo: use= rs at crater.dragonflybsd.org =0ASent: Monday, March 26, 2012 10:53 PM=0ASubje= ct: DragonFly 3.0.2 released=0A =0A3.0.2 is tagged and released.=A0 Images = for 3.0.2 are also out, and=0Ashould be at most mirrors by now.=0A=0AThe ma= jor difference between 3.0.1 and 3.0.2 is I/O APIC is disabled=0Aby default= when running DragonFly in a virtual machine; some people=0Ahad booting iss= ues with that on.=0A=0AFor a shortlog of changes:=0A=0Ahttp://leaf.dragonfl= ybsd.org/mailarchive/commits/2012-03/msg00122.html ---711650361-1574900049-1333298663=:95276 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I'm sure t= his seems like a silly novice question...

But I am trying to figure out how to update my installati= on from 3.0.1 (or 2.10.1) to 3.0.2 from source.

=
I tried to follow the online documentation to do in= /usr:

make scr-create

amd then in /usr/src:

make buildworld
make buildkernel
make installworld
make installkernel

make upgrade

...and reboot.

And what I got = was not what I expected.  I got 3.1.0-DEVELOPMENT
I tried to do a:

=
git branch DragonFly_RELEASE_3_0 v3.0.2
git checkout v3.0.2

and then issue a new:

= make buildworld

An= d it was compiling for hours and hours this time around until I ran out of = space on the hammer filesystem.  The first time around it only took so= mewhere between 2.5 to 3 hours to do a buildworld.  I am wondering if = the playing around with the git commands I messed something up.

Can anyone tell me how to update my= system to a RELEASE version from source rather than the DEVELOPMENT branch.

Thanks!<= /div>


From: Justin Sherrill <justin at shiningsilence.com>
To: users at crater.dragonflybs= d.org
Sent: Monday, M= arch 26, 2012 10:53 PM
Subject: DragonFly 3.0.2 released

=0A3.0.2 is tagge= d and released.  Images for 3.0.2 are also out, and
should be at mo= st mirrors by now.

The major difference between 3.0.1 and 3.0.2 is I= /O APIC is disabled
by default when running DragonFly in a virtual machi= ne; some people
had booting issues with that on.

For a shortlog o= f changes:

http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/= msg00122.html


---711650361-1574900049-1333298663=:95276-- From justin at shiningsilence.com Sun Apr 1 10:41:51 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Sun, 1 Apr 2012 13:41:51 -0400 Subject: DragonFly 3.0.2 released Message-ID: <18056.1333302340.0@NO-ID-FOUND.mhonarc.org> On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'. From slymidnight at yahoo.com Sun Apr 1 11:07:21 2012 From: slymidnight at yahoo.com (Sly Midnight) Date: Sun, 1 Apr 2012 11:07:21 -0700 (PDT) Subject: DragonFly 3.0.2 released Message-ID: <20758.1333303865.0@NO-ID-FOUND.mhonarc.org> --364747447-349168303-1333303641=:75389 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much for the fast reply.=A0 I really appreciate it.=A0 You jus= t saved me hours of frustration trying to figure out it out myself.=0A=0AI = will cancel the build process I am currently running and run a hammer prune= -everything and give this a shot.=A0 Thanks again so much!=0A=0ASly Midnigh= t=0A=0A=0A=0A________________________________=0A From: Justin Sherrill =0ATo: Sly Midnight =0ACc: "= users at crater.dragonflybsd.org" =0ASent: Sun= day, April 1, 2012 1:41 PM=0ASubject: Re: DragonFly 3.0.2 released=0A =0AOn= Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight wrote:= =0A=0A> git branch DragonFly_RELEASE_3_0 v3.0.2=0A> git checkout v3.0.2=0A= =0AYou almost had it:=0A=0Agit branch DragonFly_RELEASE_3_0 origin/DragonFl= y_RELEASE_3_0=0Agit checkout DragonFly_RELEASE_3_0=0A=0AThese lines say "At= tach a local branch to the origin's release branch,=0Aand make that the ver= sion in the files on disk.=0A=0AIf you still need to clean up the disk, you= can do a 'hammer prune=0A/usr' or even a 'hammer prune-everything'.=A0 Tha= t should clean up most=0Aof it; 'hammer viconfig /usr' I think should show = you how much history=0Ais being retained.=0A=0AIf your disk is under 50G, y= ou're going to want to lower the amount of=0Adata retention, and/or increas= e the amount of disk cleanup in the=0Aovernight process.=A0 Enable deduplic= ation if it's not already on, too;=0Athat will give you back disk space 'fo= r free'. --364747447-349168303-1333303641=:75389 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you so much for= the fast reply.  I really appreciate it.  You just saved me hour= s of frustration trying to figure out it out myself.

I will cancel t= he build process I am currently running and run a hammer prune-everything a= nd give this a shot.  Thanks again so much!

Sly Midnight


From: Justin Sherrill <justin at shiningsilence.com>
To: Sly Midnight <slymidnight at yaho= o.com>
Cc: "users at crater.dragonflybsd.org" <users at crater.dragonflybsd.org>
= Sent: Sunday, April 1, 20= 12 1:41 PM
Subject: Re= : DragonFly 3.0.2 released

=0AOn Sun, Apr 1, 2012 at= 12:44 PM, Sly Midnight <
slymidnight at yahoo.com> wrote:
=
> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.= 2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/= DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These li= nes say "Attach a local branch to the origin's release branch,
and make = that the version in the files on disk.

If you still need to clean up= the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-ever= ything'.  That should clean up most
of it; 'hammer viconfig /usr' I= think should show you how much history
is being retained.

If you= r disk is under 50G, you're going to want to lower the amount of
data re= tention, and/or increase the amount of disk cleanup in the
overnight pro= cess.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.

=
--364747447-349168303-1333303641=:75389-- From sgeorge.ml2 at gmail.com Mon Apr 2 04:40:33 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 2 Apr 2012 17:10:33 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <6091.1333367149.0@NO-ID-FOUND.mhonarc.org> Hi, Today the errors are so many........ Warning: busy page 0xffffffe00429ab00 found in cache Warning: busy page 0xffffffe00287b440 found in cache Warning: busy page 0xffffffe0049e6a80 found in cache [diagnostic] cache_lock: blocked on 0xffffffe0796fd5f8 "@@-1:00009" [diagnostic] cache_lock: unblocked @@-1:00009 after 0 secs ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=522720992 ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=523591680 ad3: FAILURE - READ_DMA48 status=51 error=10 LBA=523591680 The smartctl result you asked is below # smartctl -a -i /dev/ad3 smartctl 5.40 2010-10-16 r3189 [DragonFly 3.1-DEVELOPMENT x86_64] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST500DM002-1BD142 Serial Number: ******** Firmware Version: KC44 User Capacity: 500,107,862,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Apr 2 16:58:38 2012 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === The SMART RETURN STATUS return value (smartmontools -H option/Directive) can not be retrieved with this version of ATAng, please do not rely on this value You should update to at least 5.2 SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 600) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 84) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x303f) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 110 099 006 Pre-fail Always - 9272 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 157 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 15614387 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 159 183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 053 045 045 Old_age Always In_the_past 47 (Min/Max 26/47) 194 Temperature_Celsius 0x0022 047 055 000 Old_age Always - 47 (0 21 0 0) 195 Hardware_ECC_Recovered 0x001a 054 025 000 Old_age Always - 9272 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 184 000 Old_age Always - 791 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 4067559081 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1840830513 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 1024 - # 2 Extended offline Completed without error 00% 8 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks Siju From ano at bestmx.ru Mon Apr 2 05:15:49 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Mon, 02 Apr 2012 16:15:49 +0400 Subject: well wireless card for dragonfly Message-ID: <8821.1333369197.0@NO-ID-FOUND.mhonarc.org> Good day. I have a home router which is an old ThinkPad R31 laptop. Now it work with Atheros 2413 cardbus wireless card. The machine must be rebooted at least once per week because wifi AP stops. Log contains these records about ath: - ath0: stuck beacon; resetting (bmiss count 4) - ath: ran out of descriptors $ cat /etc/sysctl.conf ### ath bug workaround ### net.wlan.force_swcrypto=1 I have tried to insert into the minipci slot two cards: - Intel 2200BG - it probably works, but iwi driver do not support hostap mode. - Ralink RT2561ST - it works fine, but wireless network stops in the some hours - maximum one day. Without any messages in logs at all. What chip is a best choice for the dragonfly-based wireless access point? P.S. For the reference: ral0: mem 0x80100000-0x80107fff irq 11 at device 5.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ath0: mem 0x90010000-0x9001ffff irq 11 at device 0.0 on cardbus0 ath0: AR2413 mac 7.8 RF2413 phy 4.5 From mclone at gmail.com Mon Apr 2 08:15:05 2012 From: mclone at gmail.com (McLone) Date: Mon, 2 Apr 2012 18:15:05 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <23641.1333380004.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > ad3: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=522720992 >... > 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 > 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1173 smart table looks like from pretty new disk, but too much seek errors, and these two lines are spooky: > 188 Command_Timeout 0x0032 100 098 000 Old_age Always - 12885098499 > 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 264320877331603 looks like something is wrong with an interface, not the disk media (and You say it makes no strange sounds). Plus it looks like smartctl needs some patch :-) Problematic LBAs are always assorted, or grouped? Any unusual delays? -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From matthias.rampke at googlemail.com Mon Apr 2 08:46:29 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Mon, 2 Apr 2012 17:46:29 +0200 Subject: well wireless card for dragonfly Message-ID: <26571.1333382236.0@NO-ID-FOUND.mhonarc.org> 2012/4/2 Andrey N. Oktyabrski : > Atheros 2413 cardbus wireless card. The machine must be rebooted at least > once per week because wifi AP stops. For me sudo rcrun restart netif usually does the trick, no full reboot necessary. Best, Matthias From sgeorge.ml2 at gmail.com Tue Apr 3 00:29:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 12:59:07 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <7648.1333438407.0@NO-ID-FOUND.mhonarc.org> Hi, I configured a remote backup server dfly-bkpsrv2 running 3.0-RELEASE DragonFly v3.0.2-RELEASE #7: Thu Mar 22 14:05:25 MSK 2012 This one just mirrors PFSes from my Master backup Server dfly-bkpsrv1 running 3.1-DEVELOPMENT DragonFly v3.1.0.353.geafcc4-DEVELOPMENT #6: Tue Mar 20 15:33:26 IST 2012 I rebooted the remote backup server dfly-bkpsrv2 after configuring 8 "hammer mirror-streams" in cron mirroring 8 PFSes from the Master fly-bkpsrv1. I get these errors on console continously. Mounting root from hammer:serno/QM00001.s1d tryroot serno/QM00001.s1d HAMMER(ROOT) recovery check seqno=0020467e HAMMER(ROOT) recovery range 30000000157df108-30000000157df108 HAMMER(ROOT) recovery nexto 30000000157df108 endseqno=0020467f HAMMER(ROOT) mounted clean, no recovery needed DMA space used: 176k, remaining available: 16384k Mounting devfs ed0: NIC memory corrupt - invalid packet length 17092 ed0: NIC memory corrupt - invalid packet length 6129 ed0: NIC memory corrupt - invalid packet length 4356 ed0: NIC memory corrupt - invalid packet length 24328 ed0: NIC memory corrupt - invalid packet length 57520 ed0: NIC memory corrupt - invalid packet length 54996 ed0: NIC memory corrupt - invalid packet length 29355 ed0: NIC memory corrupt - invalid packet length 32312 ed0: NIC memory corrupt - invalid packet length 23046 ed0: NIC memory corrupt - invalid packet length 28296 ed0: NIC memory corrupt - invalid packet length 14767 ed0: NIC memory corrupt - invalid packet length 2999 ed0: NIC memory corrupt - invalid packet length 7825 ed0: NIC memory corrupt - invalid packet length 27637 ed0: NIC memory corrupt - invalid packet length 30677 ed0: NIC memory corrupt - invalid packet length 9259 Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 02:19:40 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 14:49:40 +0530 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <17636.1333445050.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: > > ed0: NIC memory corrupt - invalid packet length 27637 From Unknown Tue Apr 3 02:24:10 2012 From: Unknown (Unknown) Date: Tue Apr 03 02:24:10 2012 Subject: No subject Message-ID: <17636.1333445050.1@NO-ID-FOUND.mhonarc.org> http://leaf.dragonflybsd.org/mailarchive/users/2012-02/msg00020.html ed%d: NIC memory corrupt - invalid packet length %d. Indicates that a packet was received with a packet length that was either larger than the maximum size or smaller than the minimum size allowed by the IEEE 802.3 standard. Usually caused by a conflict with another card on the ISA bus, but in some cases may also indicate faulty cabling. I don't have another NIC on the Linux machine on which this KVM runs dragonfly. Do you think it is best to connect the two backup server with a cross over cable After attaching an additional NIC to each and re-route the mirroring through them? Also is there a way to bypass ssh in case of large amount of Data? Thanks Siju From sgeorge.ml2 at gmail.com Tue Apr 3 07:30:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 3 Apr 2012 20:00:30 +0530 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <44420.1333463670.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: > On Mon, Apr 2, 2012 at 14:40, Siju George wrote: > but too much seek errors, and these two lines are spooky: >> 188 Command_Timeout ? ? ? ? 0x0032 ? 100 ? 098 ? 000 ? ?Old_age > Always ? ? ? - ? ? ? 12885098499 >> 240 Head_Flying_Hours ? ? ? 0x0000 ? 100 ? 253 ? 000 ? ?Old_age > Offline ? ? ?- ? ? ? 264320877331603 > looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. I guess by interfce you ment the SATA port? > not the disk media (and You say it makes no strange sounds). > Plus it looks like smartctl needs some patch :-) > Do I need to use a newer version of smartctl? > Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) > Any unusual delays? > This is a backup server. So nobody uses it directly. Could you please let me know some test I can do to check for delays? Thanks Siju From mclone at gmail.com Tue Apr 3 07:45:54 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 17:45:54 +0300 Subject: FAILURE - READ_DMA48 status=51 error=10 LBA=441504576 Message-ID: <45821.1333464574.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 17:30, Siju George wrote: > On Mon, Apr 2, 2012 at 8:45 PM, McLone wrote: >> looks like something is wrong with an interface, > I have plugged in the Disk to another SATA port. > I guess by interfce you ment the SATA port? i meant a port + PHY + SATA chip, as a whole. > Do I need to use a newer version of smartctl? well you can try and see if it fixes those spooky numbers. >> Problematic LBAs are always assorted, or grouped? > I didn't get this. Could you please explain? :-) the logical block addresses you see in error logs may be random, or problematic LBAs can fall into one or more ranges. For example it can be 5200000 to 5350000 or so, or from, say, 71000000 to the very end of disk... What LBAs generate errors in Your observations? Did You tried a simple dd sequential read/write? > Could you please let me know some test I can do to check for delays? I guess i've mentioned this earlier: under winblows You can use HDTach (it shows nice graphs), alternatively You can boot from MHDD iso and use that (F4 IIRC, and then You can command it to skip fwd/back with arrow keys to reassure that the delay is right there), alternatively You can scribble some script to either SIGINFO dd and plot dd's stderr, or to fork dd (in a single user system) to do one chunk at a time and measure that time, but i guess it'll be just too crude :-) -- wbr, |\ _,,,---,,_ dog bless ya! ` Zzz /,`.-'`' -. ;-;;,_ McLone at GMail dot com |,4- ) )-,_. ,\ ( `'-' net- and *BSD admin '---''(_/--' `-'\_) ...translit rawx! From mclone at gmail.com Tue Apr 3 08:03:29 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:03:29 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47368.1333465663.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 12:19, Siju George wrote: > On Tue, Apr 3, 2012 at 12:59 PM, Siju George wrote: >> ed0: NIC memory corrupt - invalid packet length 27637 omg, ed is just plain scary. It never worked stable in my experience. Never. Ditch it. > over cable After attaching an additional NIC to each and re-route the > mirroring through them? you can, but what for? If it will go through some switch just OK.... > ?Also is there a way to bypass ssh in case of large amount of Data? something like that? http://membled.com/work/patches/openssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From mclone at gmail.com Tue Apr 3 08:05:49 2012 From: mclone at gmail.com (McLone) Date: Tue, 3 Apr 2012 18:05:49 +0300 Subject: ed0: NIC memory corrupt - invalid packet length 38018 Message-ID: <47476.1333465733.0@NO-ID-FOUND.mhonarc.org> On Tue, Apr 3, 2012 at 18:03, McLone wrote: >> ?Also is there a way to bypass ssh in case of large amount of Data? > something like that? http://membled.com/work/patches/openssh/ oh wait, i believe this will be much better: http://www.psc.edu/networking/projects/hpn-ssh/ -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From sgeorge.ml2 at gmail.com Wed Apr 4 00:54:50 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:24:50 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <33215.1333526365.0@NO-ID-FOUND.mhonarc.org> Hi, I get the error kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! a few minutes after runnning iftop ( iftop-0.17nb1 ) on DragonFly v3.1.0.353.geafcc4-DEVELOPMENT I see this from Git http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c7587607776f143f9793ad05356ba5ac0941a0e but really did not understand the ramifications. Could some one please explain? Thanks Siju From sgeorge.ml2 at gmail.com Wed Apr 4 01:14:18 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 13:44:18 +0530 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <34834.1333527451.0@NO-ID-FOUND.mhonarc.org> Hi, I put openntpd_enable="YES" openntpd_flags="-s" in rc.conf to set the time immediately at startup if the local clock is off by more than 180 seconds. But openntpd does not correct the time at start up. Should it be done another way? Thanks Siju From ano at bestmx.ru Wed Apr 4 01:35:53 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 12:35:53 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <36840.1333528778.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 12:14, Siju George wrote: > openntpd_enable="YES" > openntpd_flags="-s" > > in rc.conf > > to set the time immediately at startup if the local clock is off > by more than 180 seconds. > > But openntpd does not correct the time at start up. > > Should it be done another way? Why you do not use dntpd which is in the base system? May be it will work as expected... From sepherosa at gmail.com Wed Apr 4 02:02:32 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Wed, 4 Apr 2012 17:02:32 +0800 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <39493.1333530394.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: > Hi, > > I get the error > > ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! Just a debug message, you could ignore it. Best Regards, sephe -- Tomorrow Will Never Die From sgeorge.ml2 at gmail.com Wed Apr 4 03:05:47 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Wed, 4 Apr 2012 15:35:47 +0530 Subject: iftop - re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum Message-ID: <45044.1333534208.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 2:32 PM, Sepherosa Ziehau wrote: > On Wed, Apr 4, 2012 at 3:54 PM, Siju George wrote: >> Hi, >> >> I get the error >> >> ?kernel: re0: Debug: IFF_OACTIVE was not set when re_tx_free was below minimum! > > Just a debug message, you could ignore it. > Thank you :-) --Siju From ano at bestmx.ru Wed Apr 4 03:30:24 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Wed, 04 Apr 2012 14:30:24 +0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <47330.1333535620.0@NO-ID-FOUND.mhonarc.org> On 04.04.12 13:58, Siju George wrote: > doesn't work for me :-( Is it VM? Possibly it is a VM issue? I have not more ideas at the time... P.S. To the mail list administrator: DragonFly mail lists have not the Reply-To header. Is it possible to add it in the mail lists manager settings? I forget to "Reply all" regularly and press "Reply" instead :-( From konrad at fimsch.net Wed Apr 4 07:41:47 2012 From: konrad at fimsch.net (Konrad Neuwirth) Date: Wed, 4 Apr 2012 16:41:47 +0200 Subject: Updating Jails? Message-ID: <69101.1333550765.0@NO-ID-FOUND.mhonarc.org> Hello everyone, the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). Thank you very much, Konrad From mclone at gmail.com Wed Apr 4 10:54:30 2012 From: mclone at gmail.com (McLone) Date: Wed, 4 Apr 2012 20:54:30 +0300 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <85012.1333562343.0@NO-ID-FOUND.mhonarc.org> 2012/4/4 Andrey N. Oktyabrski : > P.S. To the mail list administrator: DragonFly mail lists have not the > Reply-To header. Is it possible to add it in the mail lists manager > settings? I forget to "Reply all" regularly and press "Reply" instead :-( seconding -- wbr,? ? ? ? ? ? ? ? ? ? ? ? |\? ? ? _,,,---,,_? ? ? ? ?? dog bless ya! `? ? ? ? ? ? ? ? ? ? ?? Zzz /,`.-'`'? ? -.? ;-;;,_ McLone at GMail dot com? ? |,4-? ) )-,_. ,\ (? `'-' ? net- and *BSD admin? ?? '---''(_/--'? `-'\_)?? ...translit rawx! From david.crosswell2 at gmail.com Wed Apr 4 12:57:34 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 05:57:34 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <94918.1333569701.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 03:54, McLone wrote: > 2012/4/4 Andrey N. Oktyabrski : >> P.S. To the mail list administrator: DragonFly mail lists have not the >> Reply-To header. Is it possible to add it in the mail lists manager >> settings? I forget to "Reply all" regularly and press "Reply" instead :-( > seconding Get a better client. This was sent with the 'Reply List' feature in Ice-Dove. This app. may not be available in DFly, but there must be others. Regards, David Crosswell. From herrgard at gmail.com Wed Apr 4 13:50:17 2012 From: herrgard at gmail.com (Max Herrgard) Date: Wed, 04 Apr 2012 22:50:17 +0200 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <98752.1333572849.0@NO-ID-FOUND.mhonarc.org> David Crosswell wrote: > On 05/04/12 03:54, McLone wrote: >> 2012/4/4 Andrey N. Oktyabrski: >>> P.S. To the mail list administrator: DragonFly mail lists have not the >>> Reply-To header. Is it possible to add it in the mail lists manager >>> settings? I forget to "Reply all" regularly and press "Reply" instead :-( >> seconding > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') have this feature and both run on dragonfly. cheers, max From phma at phma.optus.nu Wed Apr 4 14:07:18 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Wed, 4 Apr 2012 17:07:18 -0400 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1101.1333573900.0@NO-ID-FOUND.mhonarc.org> On Wednesday, April 04, 2012 15:57:34 David Crosswell wrote: > Get a better client. > This was sent with the 'Reply List' feature in Ice-Dove. > This app. may not be available in DFly, but there must be others. > Regards, I use Kmail, which also has Reply to List. It has been available off and on in DFly (along with the rest of KDE4). Pierre -- The Black Garden on the Mountain is not on the Black Mountain. From david.crosswell2 at gmail.com Wed Apr 4 14:19:11 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Thu, 05 Apr 2012 07:19:11 +1000 Subject: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <1923.1333574552.0@NO-ID-FOUND.mhonarc.org> On 05/04/12 06:50, Max Herrgard wrote: > David Crosswell wrote: >> On 05/04/12 03:54, McLone wrote: >>> 2012/4/4 Andrey N. Oktyabrski: >>>> P.S. To the mail list administrator: DragonFly mail lists have not the >>>> Reply-To header. Is it possible to add it in the mail lists manager >>>> settings? I forget to "Reply all" regularly and press "Reply" >>>> instead :-( >>> seconding >> Get a better client. >> This was sent with the 'Reply List' feature in Ice-Dove. >> This app. may not be available in DFly, but there must be others. > > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') > have this feature and both run on dragonfly. Ahhh, Mutt. Just about to embark on that one. Regards, David Crosswell. From matthias.rampke at googlemail.com Wed Apr 4 16:26:43 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Thu, 5 Apr 2012 01:26:43 +0200 Subject: Reply-To / was: Re: specifying "-s" flag for openntpd in rc.conf does not work Message-ID: <11572.1333582276.0@NO-ID-FOUND.mhonarc.org> --4f7cd8b3_4353d0cd_12c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =22You are holding it wrong=22=E2=84=A2 =20 This is not a question of mail client features and your particular favour= ite being superior to everything else. The question is: what should be =5Fthe default=5F=3F Should a reply to a = public question be public as well unless explicitly chosen not to be or s= hould it be the other way round=3F I do have a preference there which is of absolutely no consequence to the= content of this rant. Matthias -- =20 Matthias Rampke Sent with Sparrow (http://www.sparrowmailapp.com/=3Fsig) (because I can't stand clients that force me to press my mail into folder= s) On Wednesday, 4. April 2012 at 22:50, Max Herrgard wrote: > David Crosswell wrote: > > On 05/04/12 03:54, McLone wrote: > > > 2012/4/4 Andrey N. Oktyabrski: > > > > P.S. To the mail list administrator: Dragon=46ly mail lists have = not the > > > > Reply-To header. Is it possible to add it in the mail lists manag= er > > > > settings=3F I forget to =22Reply all=22 regularly and press =22Re= ply=22 instead :-( > > > > =20 > > > =20 > > > seconding > > > =20 > > =20 > > Get a better client. > > This was sent with the 'Reply List' feature in Ice-Dove. > > This app. may not be available in D=46ly, but there must be others. > > =20 > =20 > =20 > mail/thunderbird (hit the reply list button) and mail/mutt (hit 'L') =20 > have this feature and both run on dragonfly. > =20 > cheers, > max > =20 > =20 --4f7cd8b3_4353d0cd_12c Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
=22You are holding it wrong=22=E2=84=A2

This is not a question of mail client features and your particular= favourite being superior to everything else.

The question is: what sho= uld be =5Fthe default=5F=3F Should a reply to a public question be public= as well unless explicitly chosen not to be or should it be the other way= round=3F

I do have a preference there which is of absolutely no conseq= uence to the content of this rant.
Matthias



--&= nbsp;
Matthias Rampke
Sent with Sparrow
(because I can't stand clien= ts that force me to press my mail into folders)

=20

On Wednesday, 4. April 2012 at 22:= 50, Max Herrgard wrote:

David Crosswell = wrote:
On 05/04/12 03:54, Mc= Lone wrote:
2012/4/4 Andrey = N. Oktyabrski<ano=40bestmx.ru>:
=
P.S. To the mail list administrator: Dragon=46ly mail lists hav= e not the
Reply-To header. Is it possible to add it in the mail= lists manager
settings=3F I forget to =22Reply all=22 regularl= y and press =22Reply=22 instead :-(
secondin= g
Get a better client.
This was se= nt with the 'Reply List' feature in Ice-Dove.
This app. may not= be available in D=46ly, but there must be others.

mail/thunderbird (hit the reply list button) and ma= il/mutt (hit 'L')
have this feature and both run on dragonfly.=

cheers,
max
=20 =20 =20 =20
=20

--4f7cd8b3_4353d0cd_12c-- From elekktretterr at exemail.com.au Thu Apr 5 01:58:25 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Thu, 5 Apr 2012 18:58:25 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <60305.1333616684.0@NO-ID-FOUND.mhonarc.org> While inspecting the html code to see whats causing it to load for about 3 minutes i found this - on every post on the page. This is causing slowdowns in both IE and Chrome, but particularly chrome. Petr From sgeorge.ml2 at gmail.com Thu Apr 5 04:17:07 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Thu, 5 Apr 2012 16:47:07 +0530 Subject: Protecting ROOT / from filling up due to PFS mirror-copy from de-duplicated PFSes Message-ID: <37924.1333635045.0@NO-ID-FOUND.mhonarc.org> Hi, I have a 500G Disk on my master backup server with the Following PFses containing de-duped data. Backup3 464G 290G 174G 62% /Backup3 /Backup3/pfs/@@-1:00005 464G 290G 174G 62% /Backup3/Data /Backup3/pfs/@@-1:00001 464G 290G 174G 62% /Backup3/VM-Backup /Backup3/pfs/@@-1:00002 464G 290G 174G 62% /Backup3/mysql-baks /Backup3/pfs/@@-1:00004 464G 290G 174G 62% /Backup3/software /Backup3/pfs/@@-1:00003 464G 290G 174G 62% /Backup3/svn-baks /Backup3/pfs/@@-1:00006 464G 290G 174G 62% /Backup3/vms1-lxc /Backup3/pfs/@@-1:00007 464G 290G 174G 62% /Backup3/vms2-lxc /Backup3/pfs/@@-1:00008 464G 290G 174G 62% /Backup3/aws-bak I mirrored all these PFSes to corresponding slave PFSes in ROOT of another dragonfly server with 500GB The Disk in the second server filled up and free space in /partition became -973 Can some kind of checks be done so that ROOT does not fill up due to PFS mirroring? Also will HAMMER2 have some kind of feature to preserve the de duped effect while mirroring? Thanks :-) Siju From ano at bestmx.ru Thu Apr 5 03:37:46 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 14:37:46 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <95441.1333635664.0@NO-ID-FOUND.mhonarc.org> DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano at df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.000000000 +0400 +++ sys/config/DF 2012-03-18 00:02:29.000000000 +0400 @@ -8,7 +8,7 @@ machine x86_64 machine_arch x86_64 cpu HAMMER_CPU -ident X86_64_GENERIC +ident DF maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols @@ -68,7 +68,7 @@ # Debugging for Development options DDB options DDB_TRACE -options INVARIANTS +#options INVARIANTS device isa device pci 04:27 ano at df:/usr/src:$ make buildkernel KERNCONF=DF ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wold-style-definition -std=c99 -Wold-style-declaration -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include -I/usr/obj/usr/src/sys/DF -I"/usr/src/sys/dev/acpica5" -I"/usr/src/sys/contrib/dev/acpica-unix/include" -I/usr/src/sys/dev/netif/ath/hal -I/usr/src/sys/dev/netif/ath/hal/ath_hal -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=4 -fno-stack-protector -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 -mno-abm -mno-aes -mno-avx -mno-pclmul -mno-popcnt -msoft-float -fno-asynchronous-unwind-tables -fno-omit-frame-pointer /usr/src/sys/vfs/ufs/ffs_softdep.c -Werror cc1: warnings being treated as errors /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 Stop in /usr/obj/usr/src/sys/DF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From saw at online.de Thu Apr 5 10:14:33 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 19:14:33 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <14893.1333646288.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: > /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but > not used > *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I'll look at fixing it (or poking sephe about it). Sascha From ano at bestmx.ru Thu Apr 5 11:07:51 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Thu, 05 Apr 2012 22:07:51 +0400 Subject: Can't compile kernel without INVARIANTS Message-ID: <19646.1333649404.0@NO-ID-FOUND.mhonarc.org> On 05.04.12 21:14, Sascha Wildner wrote: >> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >> not used >> *** Error code 1 > > I've fixed that one, thanks for reporting (sorry, I forgot to give > credit in the commit msg). > > However, there's another issue in iwn(4) without INVARIANTS. I'll look > at fixing it (or poking sephe about it). Thank you. Will you commit these changes in the 3.0? I do not use master branch on the servers. From saw at online.de Thu Apr 5 11:24:03 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 05 Apr 2012 20:24:03 +0200 Subject: Can't compile kernel without INVARIANTS Message-ID: <21075.1333650439.0@NO-ID-FOUND.mhonarc.org> On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: > On 05.04.12 21:14, Sascha Wildner wrote: >>> /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but >>> not used >>> *** Error code 1 >> >> I've fixed that one, thanks for reporting (sorry, I forgot to give >> credit in the commit msg). >> >> However, there's another issue in iwn(4) without INVARIANTS. I'll look >> at fixing it (or poking sephe about it). > Thank you. Will you commit these changes in the 3.0? I do not use master > branch on the servers. Yeah, thanks for reminding. From elekktretterr at exemail.com.au Thu Apr 5 14:15:33 2012 From: elekktretterr at exemail.com.au (elekktretterr at exemail.com.au) Date: Fri, 6 Apr 2012 07:15:33 +1000 Subject: dbsdlog takes ridiculously long time to load Message-ID: <33913.1333660760.0@NO-ID-FOUND.mhonarc.org> Just as an addition to my previous post - click on the twitter link and have a look how much code that single iframe button fetches. From justin at shiningsilence.com Thu Apr 5 19:58:18 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Thu, 5 Apr 2012 22:58:18 -0400 Subject: Updating Jails? Message-ID: <60834.1333681360.0@NO-ID-FOUND.mhonarc.org> On Wed, Apr 4, 2012 at 10:41 AM, Konrad Neuwirth wrote: > Hello everyone, > > the handbook on the website is very helpful in regards to jails, and I was able to set up a jail or three quite quickly following the instructions there. What I do not yet understand, though, is what the process would be to update a jail once you decide to update the hosting system. My presumption is that you are not well-advised to be running a jails userland that differs from the parent; but what would be the most secure (and convenient) way to update? (Maybe this question also might be worthy of addition to the handbook). The make installworld/distribution steps you used to create it should also put the updated versions of all the files in there if you do them again with the new system. I've never run a jail, so I may be wrong. From dragonflybsd at marino.st Thu Apr 5 22:53:12 2012 From: dragonflybsd at marino.st (John Marino) Date: Fri, 06 Apr 2012 07:53:12 +0200 Subject: dbsdlog takes ridiculously long time to load Message-ID: <74822.1333691767.0@NO-ID-FOUND.mhonarc.org> On 4/5/2012 10:58, elekktretterr at exemail.com.au wrote: > While inspecting the html code to see whats causing it to load for about 3 > minutes i found this - > > > > on every post on the page. This is causing slowdowns in both IE and > Chrome, but particularly chrome. > > Petr > I assume it's a temporary problem with Twitter but in any case the dbsdlog belongs to Justin Sherrill so it's best to contact him directly. (As an aside, since I never got caught up in Twitter I wouldn't be upset if the Twitter stuff were just removed outright). John From dragonflybugs at gmail.com Fri Apr 6 01:53:17 2012 From: dragonflybugs at gmail.com (Dragon Fly) Date: Fri, 6 Apr 2012 01:53:17 -0700 Subject: multimedia/kdemultimedia3 fails on master Message-ID: <89770.1333702638.0@NO-ID-FOUND.mhonarc.org> Hi, I get this error during multimedia/kdemultimedia3 build on master - gmake[5]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[5]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin/tools' gmake[3]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' cd .. && /usr/pkg/bin/gmake am--refresh gmake[4]: Entering directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' Makefile:917: warning: overriding recipe for target `clean-bcheck' Makefile:895: warning: ignoring old recipe for target `clean-bcheck' Makefile:922: warning: overriding recipe for target `bcheck-am' Makefile:900: warning: ignoring old recipe for target `bcheck-am' Makefile:954: warning: overriding recipe for target `clean-bcheck' Makefile:917: warning: ignoring old recipe for target `clean-bcheck' Makefile:959: warning: overriding recipe for target `bcheck-am' Makefile:922: warning: ignoring old recipe for target `bcheck-am' /bin/sh ./config.status --recheck gmake[4]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' /usr/pkg/bin/mcopidl -I/usr/pkg/include/arts ./xinePlayObject.idl /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject.lo -MD -MP -MF .deps/xinePlayObject.Tpo -c -o xinePlayObject.lo xinePlayObject.cc mv -f .deps/xinePlayObject.Tpo .deps/xinePlayObject.Plo /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include/arts -I/usr/pkg/qt3/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -pthread -I/usr/pkg/include -I/usr/pkg/qt3/include -I/usr/include -I/usr/pkg/include/freetype2 -DLDAP_DEPRECATED -I/usr/pkg/include/krb5 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT xinePlayObject_impl.lo -MD -MP -MF .deps/xinePlayObject_impl.Tpo -c -o xinePlayObject_impl.lo xinePlayObject_impl.cpp xinePlayObject_impl.cpp: In member function 'void xinePlayObject_impl::eventLoop()': xinePlayObject_impl.cpp:703: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp:719: error: 'xine_gui_send_vo_data' was not declared in this scope xinePlayObject_impl.cpp: In member function 'virtual void xineVideoPlayObject_impl::x11WindowId(long int)': xinePlayObject_impl.cpp:753: error: 'xine_gui_send_vo_data' was not declared in this scope gmake[3]: *** [xinePlayObject_impl.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/xine_artsplugin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/kdemultimedia3 Please let me know how to fix this. From v_2e at ukr.net Fri Apr 6 10:36:15 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 20:36:15 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <35747.1333733966.0@NO-ID-FOUND.mhonarc.org> Hello! I'm new (well, actually, very very very new) to DragonFlyBSD and currently doing my first steps with it. I have Ext2 and Ext3 partitions on my HDD (created under GNU/Linux) and I cannot use them under DragonFlyBSD. The problem is that when I try to mount any of them, I get the following error message: # mount /dev/ad4s3 /mnt/data/ mount: /dev/ad4s3 on /mnt/data: incorrect super block Or if I state the FS type explicitly, I get this: # mount -t ext2fs /dev/ad4s3 /mnt/data/ WARNING: R/W mount of #ad/0x40002 denied due to unsupported optional features ext2fs: /dev/ad4s3: Invalid argument The only mode I can mount these file systems in is read-only mode. However, the file systems are not usable in this mode either, because I can only list the root catalog of the corresponding FS. Any attempt to list other catalogs or read some files leads to the following error message on the screen: and a system reboot. I searched over Internet for a similar issue and found only one sane article mentioning this problem ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its author tells that the root of the problem is the 'sparse_super' flag set on the Ext2 file system and suggest to turn this flag off: tune2fs -s off /dev/sda3 I tried it under my GNU/Linux system, but it says only: Clearing filesystem feature 'sparse_super' not supported. and does not do the job. So now I just do not know what to do. How cat I use my existing Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? Thanks. Vladimir ----- From v_2e at ukr.net Fri Apr 6 11:39:54 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Fri, 6 Apr 2012 21:39:54 +0300 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <40238.1333737756.0@NO-ID-FOUND.mhonarc.org> Hello! On Tue, 06 Mar 2012 1:06:12 -0600 Chris Turner wrote: > On 03/06/12 05:24, v_2e at ukr.net wrote: > > > And also, the question about kernel build failure remains - I would > > appreciate any input on that case as well. > > Can you build GENERIC with a stock /etc/make.conf? > > If not, checkout a fresh source tree & try a clean build. > > if so - you'll need to be making your kernel config file > available and any build flags used if you want someone to try > to fix. > > This particular error looks to be related to changing the > VISUAL_USERCONFIG and can be found fairly simply by checking > the file in question at the line where the build fails - > the entire function is ifdef'ed out based on this option.. > so - looks like this option is required most likely (I'm not 100%) > > Really - if you're making a custom kernel config and are changing > options without checking what they do in the source tree - expect > things to fail both in the build and while running, and expect to > get your hands dirty - which means reading the source and finding > out what the options do to the code. > I managed to build my custom kernel by adding the string NO_WERROR=yes to the file '/etc/make.conf'. It built fine after that and now my system works with this kernel, but I am still not sure whether such trick is acceptable or not. Could somebody please shortly explain me the reasons for which warnings are treated as errors by default and give some advice on whether I should stick to such mode or not necessarily? Thanks! Vladimir ----- From saw at online.de Sat Apr 7 04:23:23 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:23:23 +0200 Subject: Install DragonFlyBSD on 32 MB RAM Message-ID: <18291.1333798018.0@NO-ID-FOUND.mhonarc.org> On Fri, 06 Apr 2012 20:39:54 +0200, wrote: >> Really - if you're making a custom kernel config and are changing >> options without checking what they do in the source tree - expect >> things to fail both in the build and while running, and expect to >> get your hands dirty - which means reading the source and finding >> out what the options do to the code. >> > I managed to build my custom kernel by adding the string > > NO_WERROR=yes > > to the file '/etc/make.conf'. The warning you got pointed to a real issue. It's just that no one had tested USERCONFIG without VISUAL_USERCONFIG. I have fixed it in master (54433ddd790e8ac6a4f1db9b913b1f89da3bb72a). > It built fine after that and now my system works with this kernel, but > I am still not sure whether such trick is acceptable or not. Could > somebody please shortly explain me the reasons for which warnings are > treated as errors by default and give some advice on whether I should > stick to such mode or not necessarily? It is to catch regressions and things that need fixing. If buildkernel fails on a warning-turned-error after changing the config it is worth reporting in all cases. Another different thing is changing GCC's flags (like, using -O2 instead of -O). This often introduces new warnings which we haven't cleaned our source for (and also don't always want to). This is where you are on your own and (like Chris said) have to expect breakage from -Werror (which can be worked around with NO_WERROR). Sascha From saw at online.de Sat Apr 7 04:41:33 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:41:33 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <19794.1333799022.0@NO-ID-FOUND.mhonarc.org> I have changed the arcmsr(4) driver (for Areca RAID controllers) to use MSI if it is supported. It works fine here with my 1210 in a Shuttle box. If you are using an Areca controller on DragonFly, please give it a try (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any issues you find. Thanks, Sascha From saw at online.de Sat Apr 7 04:45:20 2012 From: saw at online.de (Sascha Wildner) Date: Sat, 07 Apr 2012 13:45:20 +0200 Subject: arcmsr(4) changed to use MSI if supported Message-ID: <20180.1333799250.0@NO-ID-FOUND.mhonarc.org> On Sat, 07 Apr 2012 13:41:33 +0200, Sascha Wildner wrote: > I have changed the arcmsr(4) driver (for Areca RAID controllers) to use > MSI if it is supported. > > It works fine here with my 1210 in a Shuttle box. > > If you are using an Areca controller on DragonFly, please give it a try > (the commit is fb8c9539e80131a1fe791e958dae967b2648aef4) and report any > issues you find. I forgot to mention, it can be turned off by setting hw.arcmsr.msi.enable=0 in /boot/loader.conf or on the loader prompt. From sgeorge.ml2 at gmail.com Mon Apr 9 04:54:11 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 17:24:11 +0530 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <77529.1333972700.0@NO-ID-FOUND.mhonarc.org> Hi, I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that the PFSes took more space on the 3.02 slave. Investigating I found this strange thing 94 GB is allocated for this slave PFS. But when it is removed only 52 GB is freed :-( Any Idea why this is? dfly-bkpsrv2# hammer dedup /pfs/software Dedup running Dedup /pfs/software succeeded Dedup ratio = 1.06 100 GB referenced 94 GB allocated 4339 KB skipped 429 CRC collisions 0 SHA collisions 1 bigblock underflows 0 new dedup records 0 new dedup bytes dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 354G 106G 77% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 354G 106G 77% /var /pfs/@@-1:00002 459G 354G 106G 77% /tmp /pfs/@@-1:00003 459G 354G 106G 77% /usr /pfs/@@-1:00004 459G 354G 106G 77% /home /pfs/@@-1:00005 459G 354G 106G 77% /usr/obj /pfs/@@-1:00006 459G 354G 106G 77% /var/crash /pfs/@@-1:00007 459G 354G 106G 77% /var/tmp procfs 4.0K 4.0K 0B 100% /proc dfly-bkpsrv2# ls home software usr var var.tmp vms2-lxc mysql-baks tmp usr.obj var.crash vms1-lxc dfly-bkpsrv2# hammer pfs-destroy /pfs/software You have requested that PFS#11 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #11 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#11 succeeded! dfly-bkpsrv2# df -h Filesystem Size Used Avail Capacity Mounted on ROOT 459G 302G 158G 66% / devfs 1.0K 1.0K 0B 100% /dev /dev/serno/QM00001.s1a 756M 168M 527M 24% /boot /pfs/@@-1:00001 459G 302G 158G 66% /var /pfs/@@-1:00002 459G 302G 158G 66% /tmp /pfs/@@-1:00003 459G 302G 158G 66% /usr /pfs/@@-1:00004 459G 302G 158G 66% /home /pfs/@@-1:00005 459G 302G 158G 66% /usr/obj /pfs/@@-1:00006 459G 302G 158G 66% /var/crash /pfs/@@-1:00007 459G 302G 158G 66% /var/tmp procfs 4.0K 4.0K 0B 100% /proc Thanks Siju From sgeorge.ml2 at gmail.com Mon Apr 9 05:32:49 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Mon, 9 Apr 2012 18:02:49 +0530 Subject: Unable to destroy PFS on 3.0.2 Message-ID: <80636.1333974936.0@NO-ID-FOUND.mhonarc.org> Hi, How to destroy this PFS? dfly-bkpsrv2# pwd /pfs dfly-bkpsrv2# ls -l total 0 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 home -> @@-1:00004 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 tmp -> @@-1:00002 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr -> @@-1:00003 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 usr.obj -> @@-1:00005 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var -> @@-1:00001 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.crash -> @@-1:00006 lrwxr-xr-x 1 root wheel 10 Mar 27 2012 var.tmp -> @@-1:00007 lrwxr-xr-x 1 root wheel 10 Apr 3 2012 vms2-lxc -> @@0x0000000000000001:00014 dfly-bkpsrv2# hammer pfs-destroy /pfs/vms2-lxc You have requested that PFS#14 () be destroyed This will irrevocably destroy all data on this PFS!!!!! Do you really want to do this? y Destroying PFS #14 () in 5 4 3 2 1.. starting destruction pass pfs-destroy of PFS#14 failed: Input/output error dfly-bkpsrv2# hammer info Volume identification Label ROOT No. Volumes 1 FSID b1dc8ff2-77db-11e1-9fcb-535400dacacd HAMMER Version 6 Big block information Total 58807 Used 31677 (53.87%) Reserved 123 (0.21%) Free 27007 (45.92%) Space information No. Inodes 26140 Total size 459G (493308870656 bytes) Used 247G (53.87%) Reserved 984M (0.21%) Free 211G (45.92%) PFS information PFS ID Mode Snaps Mounted on 0 MASTER 2 / 1 MASTER 2 /var 2 MASTER 0 /tmp 3 MASTER 2 /usr 4 MASTER 2 /home 5 MASTER 0 /usr/obj 6 MASTER 2 /var/crash 7 MASTER 0 /var/tmp 14 SLAVE - not mounted Thanks Siju From paolo at mudrast.info Mon Apr 9 06:49:43 2012 From: paolo at mudrast.info (Paolo P. Martino) Date: Mon, 9 Apr 2012 14:49:43 +0100 Subject: Italian domain Message-ID: <87330.1333979621.0@NO-ID-FOUND.mhonarc.org> Hi guys, I'm the owner of the italian domain dragonflybsd.it. I don't have the time and resources to maintain the domain. Someone want to take it? The domain expires in 5 weeks. If someone is interested just drop me an email and I'll provide the auth code for the transfer. Bye, Paolo From sgeorge.ml2 at gmail.com Mon Apr 9 21:01:29 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:31:29 +0530 Subject: RetroBSD Message-ID: <58313.1334030726.0@NO-ID-FOUND.mhonarc.org> http://retrobsd.org/ http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From sgeorge.ml2 at gmail.com Mon Apr 9 21:14:30 2012 From: sgeorge.ml2 at gmail.com (Siju George) Date: Tue, 10 Apr 2012 09:44:30 +0530 Subject: RetroBSD Message-ID: <59289.1334031389.0@NO-ID-FOUND.mhonarc.org> sorry :-( this was supposed to go to an Indian Linux mailinglist ( from justin's blog ) On Tue, Apr 10, 2012 at 9:31 AM, Siju George wrote: > http://retrobsd.org/ > http://olimex.wordpress.com/2012/04/04/unix-on-pic32-meet-retrobsd-for-duinomite/ From ano at bestmx.ru Tue Apr 10 12:22:32 2012 From: ano at bestmx.ru (Andrey N. Oktyabrski) Date: Tue, 10 Apr 2012 23:22:32 +0400 Subject: hammer PFSes destroy does not give back full space allocated to PFS Message-ID: <39787.1334086020.0@NO-ID-FOUND.mhonarc.org> On 09.04.12 15:54, Siju George wrote: > I was mirroring PFSes from 3.1 dev to slaves in 3.02 and I found that > the PFSes took more space on the 3.02 slave. > Investigating I found this strange thing > > 94 GB is allocated for this slave PFS. But when it is removed only 52 > GB is freed :-( I think, I've seen the same issue: can't free a hammerfs filesystem. Disable history, prune-everything, cleanup, snaprm - nothing can help. From weingart at tepid.org Wed Apr 11 10:07:20 2012 From: weingart at tepid.org (Tobias Weingartner) Date: Wed, 11 Apr 2012 11:07:20 -0600 Subject: Hang right after "BIOS CD is cd0" on booting dfly-i386-3.0.2_REL.iso Message-ID: <52688.1334164286.0@NO-ID-FOUND.mhonarc.org> Hello all, I'm trying to boot up the 3.0.2 CD ISO (to fix a boot issue with the /boot partition) on my VM, and for some reason, I can't seem to make the ISO get past the line: BIOS CD is cd0 If I add a floppy to the mix, the machine does not get past the line: BIOS CD is cd0 BIOS drive A: is disk0 It almost seems as if some sort of BIOS style probing for disks is hanging early in the boot process. Is there a way for me to get around this? My first guess would be "static int bd_int13probe(struct bdinfo *bd)" in sys/boot/pc32/libi386/biosdisk.c. Back when I did the int 0x13 probing of disks in OpenBSD, I found a number BIOS that would simply hang when probing non-existant disks. Any chance someone could put some debug printf's() in there before and after the bios calls, and point me at an ISO I can try to boot? -Toby. PS: I've gotta get me a release/boot environment setup... From sepherosa at gmail.com Thu Apr 12 03:07:04 2012 From: sepherosa at gmail.com (Sepherosa Ziehau) Date: Thu, 12 Apr 2012 18:07:04 +0800 Subject: Fwd: git: rt_metrics: Add rmx_iw* to record user-set IW parameters Message-ID: <33314.1334225575.0@NO-ID-FOUND.mhonarc.org> Hi all, Master users only. If you catch the following commit, you will need to do a full "buildworld" instead of "quickworld" Also, this change and c01148a36ddeb5b928ff7b231bb2e01799bf7bfe gives dragonfly the chance to test 10IW settings, as proposed in: http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-03 This draft proposes more moderate increasing to 6IW http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00 Before you rush to change the IW settings you may want to reading the following paper/draft first: http://tools.ietf.org/html/draft-gettys-iw10-considered-harmful-00 http://conferences.sigcomm.org/imc/2011/docs/p569.pdf You could now change the IW globally by setting: sysctl net.inet.tcp.iwmaxsegs sysctl net.inet.tcp.iwcapsegs or per-route IW: route change -net .... -iw X -iwmax X Reduce the iwmaxsegs below 4 or reduce iwcapsegs below 3 will be noop. Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau Date: Thu, Apr 12, 2012 at 5:50 PM Subject: git: rt_metrics: Add rmx_iw* to record user-set IW parameters To: commits at crater.dragonflybsd.org commit bf522a910724004644c81f18dd228361fdb88b74 Author: Sepherosa Ziehau Date: ? Thu Apr 12 16:55:25 2012 +0800 ? ?rt_metrics: Add rmx_iw* to record user-set IW parameters Summary of changes: ?sbin/route/keywords ? ? | ? ?2 ++ ?sbin/route/route.c ? ? ?| ? 14 ++++++++++---- ?sys/net/route.h ? ? ? ? | ? ?5 ++++- ?sys/net/rtsock.c ? ? ? ?| ? ?2 ++ ?usr.bin/netstat/route.c | ? 31 ++++++++++++++++++++++++++++--- ?5 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf522a910724004644c81f18dd228361fdb88b74 -- DragonFly BSD source repository -- Tomorrow Will Never Die From c.turner at 199technologies.com Mon Apr 16 14:27:39 2012 From: c.turner at 199technologies.com (Chris Turner) Date: Mon, 16 Apr 2012 16:27:39 -0500 Subject: pkg/46340: lang/openjdk7: DragonFlyBSD port Message-ID: <70575.1334611938.0@NO-ID-FOUND.mhonarc.org> FYI I've finally gotten around to submitting a bug r.e. this port / emailing maintainers / tech-pkg@, etc. So.. hopefully the next mail will advise that it has been committed, and everyone can then begin to stare at NoClassDefFound stack traces as they try and configure all of their fave java goodness (hmm) to run on their fave OS. That being said, early adapters are still welcome to review previous users@ posts on how to get this running at present before it has been committed. and thanks again to FTigeot for blazing the trail on this Cheers, - Chris From lifanov at mail.lifanov.com Thu Apr 26 09:35:31 2012 From: lifanov at mail.lifanov.com (Nikolai Lifanov) Date: Thu, 26 Apr 2012 12:35:31 -0400 Subject: help with a failed cpdup assert Message-ID: <26299.1335458373.0@NO-ID-FOUND.mhonarc.org> I am trying to sync some pretty similar directories with cpdup over ssh and three of them are syncing, but the fourth fails with this: cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + sizeof(*item) + bytes < 65536' failed. Additionally it only fails when source (cpdup slave) <=pull= destination (cpdup master) and not when source (cpdup master) =push=> destination (cpdup slave) What could be causing this? - Nikolai From dillon at apollo.backplane.com Thu Apr 26 09:45:06 2012 From: dillon at apollo.backplane.com (Matthew Dillon) Date: Thu, 26 Apr 2012 09:45:06 -0700 (PDT) Subject: help with a failed cpdup assert Message-ID: <26913.1335458808.0@NO-ID-FOUND.mhonarc.org> :I am trying to sync some pretty similar directories with cpdup over ssh :and three of them are syncing, but the fourth fails with this: :cpdup: hclink.c:343: hcc_leaf_data: Assertion `trans->windex + :sizeof(*item) + bytes < 65536' failed. : :Additionally it only fails when :source (cpdup slave) <=pull= destination (cpdup master) :and not when :source (cpdup master) =push=> destination (cpdup slave) : :What could be causing this? : :- Nikolai The assertion was incorrect. That's an old version of cpdup, updating to the latest should solve the problem. -Matt Matthew Dillon From donaldcallen at gmail.com Thu Apr 26 10:52:15 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 13:52:15 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <32154.1335462987.0@NO-ID-FOUND.mhonarc.org> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an Intel D510MO Atom motherboard. I chose hammer over ufs. When I installed the system, I set up the network using a static IP address, not dhcp. I mention this because it may be relevant to the little story I'm about to tell. After getting the system up and running, I installed pkgsrc # cd /usr # make pkgsrc-create But having done this, any attempt to use pkg_radd results in pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. I'm suspicious this may be related to my decision not to use dhcp, but that's just a guess. Any ideas? /Don Allen From donaldcallen at gmail.com Thu Apr 26 11:06:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:06:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <33101.1335463744.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 1:52 PM, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. > > Any ideas? I should add that doing a bmake install in the /usr/pkgsrc/net/icp-dhcp4 directory results in the same error! Pretty frustrating. I'm not going to put any more time into this exercise unless someone can explain what is going on here (perhaps my error?) and suggest a workaround. /Don Allen > > /Don Allen From saw at online.de Thu Apr 26 11:33:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 20:33:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35024.1335465387.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen wrote: > I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an > Intel D510MO Atom motherboard. I chose hammer over ufs. When I > installed the system, I set up the network using a static IP address, > not dhcp. I mention this because it may be relevant to the little > story I'm about to tell. > > After getting the system up and running, I installed pkgsrc > > # cd /usr > # make pkgsrc-create > > But having done this, any attempt to use pkg_radd results in > > pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or > directory > > Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. > > I'm suspicious this may be related to my decision not to use dhcp, but > that's just a guess. I don't know about pkg_radd, but dhcp should be already on the system if it was normally installed from a CD. What does 'pkg_info | grep dhcp' give? Regards, Sascha From donaldcallen at gmail.com Thu Apr 26 11:40:19 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 14:40:19 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <35506.1335465770.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 2:33 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 19:52:15 +0200, Donald Allen > wrote: > >> I've installed 3.0.2 (x86_64) on a mini-itx machine I built around an >> Intel D510MO Atom motherboard. I chose hammer over ufs. When I >> installed the system, I set up the network using a static IP address, >> not dhcp. I mention this because it may be relevant to the little >> story I'm about to tell. >> >> After getting the system up and running, I installed pkgsrc >> >> # cd /usr >> # make pkgsrc-create >> >> But having done this, any attempt to use pkg_radd results in >> >> pkg_add: /var/db/pkg/isc-dhcp-4.2.3p2/+CONTENTS: No such file or directory >> >> Indeed, the /var/db/pkg/isc-dhcp-4.2.3p2 directory is empty. >> >> I'm suspicious this may be related to my decision not to use dhcp, but >> that's just a guess. > > > I don't know about pkg_radd, but dhcp should be already on the system if it > was normally installed from a CD. > > What does 'pkg_info | grep dhcp' give? pkg_info: cannot read meta data file +COMMENT of package isc-dhcp-4.2.3p2: No such file or directory /Don > > Regards, > Sascha From saw at online.de Thu Apr 26 13:08:52 2012 From: saw at online.de (Sascha Wildner) Date: Thu, 26 Apr 2012 22:08:52 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <41821.1335471143.0@NO-ID-FOUND.mhonarc.org> On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen wrote: >> What does 'pkg_info | grep dhcp' give? > > pkg_info: cannot read meta data file +COMMENT of package > isc-dhcp-4.2.3p2: No such file or directory To me it looks like the install somehow failed. You didn't mention any errors from the installer so far so I guess you didn't have any? I faintly remember someone else reporting a (half) empty /var/db. As to the cause, I have no idea. Do you still have the CD you installed from and check if (after booting from it) the pkg_info command shows no error? Sascha From donaldcallen at gmail.com Thu Apr 26 18:30:17 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 21:30:17 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <64385.1335490509.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 4:08 PM, Sascha Wildner wrote: > On Thu, 26 Apr 2012 20:40:19 +0200, Donald Allen > wrote: > >>> What does 'pkg_info | grep dhcp' give? >> >> >> pkg_info: cannot read meta data file +COMMENT of package >> isc-dhcp-4.2.3p2: No such file or directory > > > To me it looks like the install somehow failed. You didn't mention any > errors from the installer so far so I guess you didn't have any? In my second message in this thread, I speculated that this might be my error. It was. There *was* an error during the install that appeared minor (it was during the loading of system files, so consistent with this problem) and the installer was happy to go on after 'retry' didn't work and I skipped it. It didn't hit me that this could be the issue until I got your message and saw what you said above. I'm getting old. Anyway, I think the cd-rw I burned was bad (though I got no indication that there was an I/O error during the install). I burned a new cd-r from the same .iso file, re-installed and all is well now. I'm typing at you from the system. One thing: as I said in my first post, this system is installed on a machine with an Intel D510MO motherboard. The board has Intel Pineview graphics hardware. The 'intel' video driver provided by this release of Dragonfly, v2.7, does not work with this hardware. When I attempt to start X, the screen goes dark and that's all she wrote. The only way to recover that I've found is to reboot, though the system is still up (I can ssh into it, but killing the startx and xinit processes doesn't get the terminal back and I can't switch terminals with ctrl-alt-Fn). I installed the vesa driver and that's what I'm using, though it's pretty ugly. Dragonfly is installed in a 100 GB partition I use for experimentation (Arch Linux is installed in the other 400 GB). I've played with all the BSDs on this machine. FreeBSD also provides an 'intel' video driver that also does not work. Their 'intel29' driver does work, but the performance is pitiful. NetBSD does the same thing Dragonfly does: there's an 'intel' driver, X won't start, and killing xinit doesn't get the terminal back. OpenBSD works fine, but I've got other problems with that system (e.g., lack of real SMP support), including the behavior of the project leader and his team. The Arch Linux 'intel' driver works fine. Thanks very much for your help with the install issue; you pointed me in the right direction. /Don > > I faintly remember someone else reporting a (half) empty /var/db. As to the > cause, I have no idea. > > Do you still have the CD you installed from and check if (after booting from > it) the pkg_info command shows no error? > > Sascha From donaldcallen at gmail.com Thu Apr 26 20:41:38 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 26 Apr 2012 23:41:38 -0400 Subject: Time problem Message-ID: <73968.1335498622.0@NO-ID-FOUND.mhonarc.org> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch Linux. Arch is set up for UTC time, America/New_York timezone. When I installed Dragonfly, I selected 'Yes' in response to the question "Is this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly came up, the time was 4 hours later than it should have been. After a bunch of detective work, I found that the presence of the file /etc/wall_cmos_clock indicates that the hardware clock is set to local time and that it was present. I removed it and the time became correct after a reboot. I installed Dragonfly on another system, also x86_64, and this time Dragonfly is the only system installed. I again answered 'Yes' to the UTC question and again got the time displayed as 4 hours later than correct. I downloaded the sources and had a look at the installer. This procedure seems to ask the timezone question: fn_set_timezone(struct i_fn_args *a) { struct commands *cmds; char *s = NULL; char current_path[256], selection[256], temp[256]; int found_file = 0; cmds = commands_new(); switch (dfui_be_present_dialog(a->c, _("Local or UTC (Greenwich Mean Time) clock"), _("Yes|No"), _("Is this machine's CMOS clock set to UTC?\n\n" "If it is set to local time, or you don't know, please choose NO here!"))) { case 1: cmds = commands_new(); command_add(cmds, "%s%s %s%setc/wall_cmos_clock", a->os_root, cmd_name(a, "TOUCH"), a->os_root, a->cfg_root); commands_execute(a, cmds); } snprintf(current_path, 256, "%s%susr/share/zoneinfo", a->os_root, a->cfg_root); etc. ...... The comment preceding dfui_be_present_dialog says: /* * Create and present a generic `dialog box'-type form for the user * and return their response. actions is a pipe-seperated list of * actions to be put on the form (e.g. "OK|Cancel".) The return * value is the ordinal position of the action that was selected, * starting at 1 for the first action. A return value of 0 indicates * that an error occurred. A return value of -1 indicates that the * front end aborted the communications. */ Minor nit: it's "separated", not "seperated". That aside, this comment tells me that the call to this function from fn_set_timezone will return 1 for "Yes", 2 for "No". But fn_set_timezone is creating (touching) /etc/wall_cmos_clock when 1 is returned. I think the sense of the switch is wrong. In other words, it should be 'case 2:', not 'case 1:'. Further searching turns up a bug report about this, Bug #2060. This bug was entered a year ago. 3.0.2 was released last month and this hasn't been fixed? It wasted a whole lot of my time and will confuse hell out of anyone trying to use this system. While perhaps not a critical bug, in the sense of data loss, it's a serious problem, and having a bug like this remain unfixed for such a long time really gives me second thoughts about using this system for anything serious. It makes me wonder what else hasn't gotten fixed. I'm sorry to be so blunt, but I'm trying to be constructive. A lot of work has obviously gone into this system, and to shake peoples' confidence in it by not attending to something this simple doesn't make sense to me. /Don From justin at shiningsilence.com Thu Apr 26 21:24:59 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Fri, 27 Apr 2012 00:24:59 -0400 Subject: Time problem Message-ID: <77045.1335501156.0@NO-ID-FOUND.mhonarc.org> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen wrote: > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > Linux. Arch is set up for UTC time, America/New_York timezone. When I > installed Dragonfly, I selected 'Yes' in response to the question "Is > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > came up, the time was 4 hours later than it should have been. After a > bunch of detective work, I found that the presence of the file > /etc/wall_cmos_clock indicates that the hardware clock is set to local > time and that it was present. I removed it and the time became correct > after a reboot. I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently. In any case, the long term answer (separate from fixing the installer's behavior) is to set: dntpd_enable="YES" in rc.conf to make sure time remains accurate. From t+dfbsd at timdarby.net Thu Apr 26 22:11:39 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Thu, 26 Apr 2012 22:11:39 -0700 Subject: Time problem Message-ID: <80088.1335503727.0@NO-ID-FOUND.mhonarc.org> --14dae9340893e36fef04bea22476 Content-Type: text/plain; charset=ISO-8859-1 I thought this was a bug too and filed my own bug report on it, until it dawned on me that the intent of the installer is to set the system to UTC time instead of local time. In order to make this friendlier to new users, I suggest two questions in the installer: - Do you want UTC time or local time? - Is this machine's CMOS clock set to UTC? Tim On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill wrote: > On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen > wrote: > > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch > > Linux. Arch is set up for UTC time, America/New_York timezone. When I > > installed Dragonfly, I selected 'Yes' in response to the question "Is > > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly > > came up, the time was 4 hours later than it should have been. After a > > bunch of detective work, I found that the presence of the file > > /etc/wall_cmos_clock indicates that the hardware clock is set to local > > time and that it was present. I removed it and the time became correct > > after a reboot. > > I bet the wall_cmos_clock file is present on the install CD and is > being copied over by cpdup independently. > > In any case, the long term answer (separate from fixing the > installer's behavior) is to set: > > dntpd_enable="YES" > > in rc.conf to make sure time remains accurate. > --14dae9340893e36fef04bea22476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I thought this was a bug too a= nd filed my own bug report on it, until it dawned on me that the intent of = the installer is to set the system to UTC time instead of local time. =A0In= order to make this friendlier to new users, I suggest two questions in the= installer:

<= font>- Do you want UTC time or local= time?
-=A0Is=A0this machine's CMOS clock set to UTC?=A0<= font face=3D"trebuchet ms,sans-serif">

Tim


On Thu, Apr 2= 6, 2012 at 9:24 PM, Justin Sherrill <justin at shiningsilence.com= > wrote:
On Thu, Apr 26, 2012 at 11= :41 PM, Donald Allen <donaldca= llen at gmail.com> wrote:
> I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with = Arch
> Linux. Arch is set up for UTC time, America/New_York timezone. When I<= br> > installed Dragonfly, I selected 'Yes' in response to the quest= ion "Is
> this machine's CMOS clock set to UTC?". Nonetheless, when Dra= gonfly
> came up, the time was 4 hours later than it should have been. After a<= br> > bunch of detective work, I found that the presence of the file
> /etc/wall_cmos_clock indicates that the hardware clock is set to local=
> time and that it was present. I removed it and the time became correct=
> after a reboot.

I bet the wall_cmos_clock file is present on the install CD and is being copied over by cpdup independently.

In any case, the long term answer (separate from fixing the
installer's behavior) is to set:

dntpd_enable=3D"YES"

in rc.conf to make sure time remains accurate.

--14dae9340893e36fef04bea22476-- From saw at online.de Fri Apr 27 02:21:25 2012 From: saw at online.de (Sascha Wildner) Date: Fri, 27 Apr 2012 11:21:25 +0200 Subject: 3.0.2 -- pkg_radd problem Message-ID: <99776.1335518750.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen wrote: > In my second message in this thread, I speculated that this might be > my error. It was. There *was* an error during the install that > appeared minor (it was during the loading of system files, so > consistent with this problem) and the installer was happy to go on > after 'retry' didn't work and I skipped it. It didn't hit me that this > could be the issue until I got your message and saw what you said > above. I'm getting old. Anyway, I think the cd-rw I burned was bad > (though I got no indication that there was an I/O error during the > install). I burned a new cd-r from the same .iso file, re-installed > and all is well now. I'm typing at you from the system. Can you give some detail on the error? Is there any way I can reproduce it? It sounds like 'retry' is broken in this case. Sascha From donaldcallen at gmail.com Fri Apr 27 03:39:50 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 06:39:50 -0400 Subject: Time problem Message-ID: <6518.1335523462.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 1:11 AM, Tim Darby wrote: > I thought this was a bug too and filed my own bug report on it, until it > dawned on me that the intent of the installer is to set the system to UTC > time instead of local time. No, that's not correct. Look, if the system clock is set to local time, then when presenting the date/time externally, as in the date command, it doesn't need to do the timezone adjustment, because it was already done when the system clock was set. If the system clock is set to UTC, then the time needs to be adjusted for the timezone every time it is presented externally. When /etc/wall_cmos_clock is present, the system behaves as if the system clock is set to local time. You said this yourself in your bug report and you were right. How do I know this is true? Because when I installed the system, I answered 'yes' to the question "Is this machine's CMOS clock set to UTC?". Because of the installer bug, it created /etc/wall_cmos_clock, and the 'date' command displayed a date/time 4 hours in the future. I'm in the EDT timezone, which is UTC-4. So clearly the system was treating the clock as if it were set to local time (it was not adjusting for my timezone, because it thought that had been done due to /etc/wall_cmos_clock being present incorrectly, but the clock was set to UTC time and so it presented me with unadjusted UTC as EDT). And think about this: if the intent of the installer, and thus the developers, was to force the use of UTC, why is there logic in the system to detect the presence of /etc/wall_cmos_clock and treat the clock as local time? I think you had it right the first time, when you entered the bug report, and are confusing yourself now. The bug in the installer should be fixed, so that this system behaves correctly and consistently with the question being asked, and allows the user to choose whether he wants UTC or local time, just like Linux and the other BSDs. This is important, because DragonFly might be installed in a dual-boot setup with Windows, which expects local time in the cmos clock by default (Windows *can* be convinced to use UTC if you edit the registry correctly, but only Windows 7 does this reliably; there are bugs in the UTC support for earlier versions) and so DragonFly needs to handle a local time cmos clock correctly, for people either not running Windows 7 or are disinclined to switch Windows 7 to UTC. /Don ?In order to make this friendlier to new users, > I suggest two questions in the installer: > > - Do you want UTC time or local time? > -?Is?this machine's CMOS clock set to UTC? > > Tim > > > > On Thu, Apr 26, 2012 at 9:24 PM, Justin Sherrill > wrote: >> >> On Thu, Apr 26, 2012 at 11:41 PM, Donald Allen >> wrote: >> > I've installed Dragonfly 3.0.2 on an x86_64 box side-by-side with Arch >> > Linux. Arch is set up for UTC time, America/New_York timezone. When I >> > installed Dragonfly, I selected 'Yes' in response to the question "Is >> > this machine's CMOS clock set to UTC?". Nonetheless, when Dragonfly >> > came up, the time was 4 hours later than it should have been. After a >> > bunch of detective work, I found that the presence of the file >> > /etc/wall_cmos_clock indicates that the hardware clock is set to local >> > time and that it was present. I removed it and the time became correct >> > after a reboot. >> >> I bet the wall_cmos_clock file is present on the install CD and is >> being copied over by cpdup independently. >> >> In any case, the long term answer (separate from fixing the >> installer's behavior) is to set: >> >> dntpd_enable="YES" >> >> in rc.conf to make sure time remains accurate. > > From donaldcallen at gmail.com Fri Apr 27 04:28:41 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 27 Apr 2012 07:28:41 -0400 Subject: 3.0.2 -- pkg_radd problem Message-ID: <10172.1335526334.0@NO-ID-FOUND.mhonarc.org> On Fri, Apr 27, 2012 at 5:21 AM, Sascha Wildner wrote: > On Fri, 27 Apr 2012 03:30:17 +0200, Donald Allen > wrote: > >> In my second message in this thread, I speculated that this might be >> my error. It was. There *was* an error during the install that >> appeared minor (it was during the loading of system files, so >> consistent with this problem) and the installer was happy to go on >> after 'retry' didn't work and I skipped it. It didn't hit me that this >> could be the issue until I got your message and saw what you said >> above. I'm getting old. Anyway, I think the cd-rw I burned was bad >> (though I got no indication that there was an I/O error during the >> install). I burned a new cd-r from the same .iso file, re-installed >> and all is well now. I'm typing at you from the system. > > > Can you give some detail on the error? Is there any way I can reproduce it? > > It sounds like 'retry' is broken in this case. I agree with you that something's amiss here; the installer should not have happily proceeded after I was forced to skip a step that was going to make adding packages impossible. I saved the bad cd-rw, but at the moment I have nowhere to do the install to get you the information you want. I'll try to set up an install on a virtual machine .... /Don > > Sascha From v_2e at ukr.net Fri Apr 27 21:35:11 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 07:35:11 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <84882.1335587886.0@NO-ID-FOUND.mhonarc.org> Hello! So can anybody give me some advice on this? Should I really delete the existing file system and create a new one with the 'sparse_super' flag off? Thanks. Vladimir On Fri, 6 Apr 2012 20:36:15 +0300 v_2e at ukr.net wrote: > Hello! > I'm new (well, actually, very very very new) to DragonFlyBSD and > currently doing my first steps with it. I have Ext2 and Ext3 > partitions on my HDD (created under GNU/Linux) and I cannot use them > under DragonFlyBSD. The problem is that when I try to mount any of > them, I get the following error message: > > # mount /dev/ad4s3 /mnt/data/ > mount: /dev/ad4s3 on /mnt/data: incorrect super block > > Or if I state the FS type explicitly, I get this: > > # mount -t ext2fs /dev/ad4s3 /mnt/data/ > WARNING: R/W mount of #ad/0x40002 denied due to unsupported > optional features > ext2fs: /dev/ad4s3: Invalid argument > > The only mode I can mount these file systems in is read-only mode. > However, the file systems are not usable in this mode either, because > I can only list the root catalog of the corresponding FS. Any attempt > to list other catalogs or read some files leads to the following > error message on the screen: > > and a system reboot. > > I searched over Internet for a similar issue and found only one sane > article mentioning this problem > ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its > author tells that the root of the problem is the 'sparse_super' flag > set on the Ext2 file system and suggest to turn this flag off: > > tune2fs -s off /dev/sda3 > > I tried it under my GNU/Linux system, but it says only: > > Clearing filesystem feature 'sparse_super' not supported. > > and does not do the job. > So now I just do not know what to do. How cat I use my existing > Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? > > Thanks. > Vladimir > > ----- > ----- From martinezedward228 at gmail.com Fri Apr 27 23:29:21 2012 From: martinezedward228 at gmail.com (Edward M) Date: Fri, 27 Apr 2012 23:29:21 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <93979.1335594422.0@NO-ID-FOUND.mhonarc.org> This is a multi-part message in MIME format. --------------040905080207030302000809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote: > Hello! > So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? > > Thanks. > Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> Hello! >> I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> # mount /dev/ad4s3 /mnt/data/ >> mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ext2fs: /dev/ad4s3: Invalid argument >> >> The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> Thanks. >> Vladimir >> >> ----- >> > > ----- > > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? "It provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems." http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/27/2012 09:35 PM, v_2e at ukr.net wrote:
  Hello!
  So can anybody give me some advice on this? Should I really delete
the existing file system and create a new one with the 'sparse_super'
flag off?

  Thanks.
    Vladimir

On Fri, 6 Apr 2012 20:36:15 +0300
v_2e at ukr.net wrote:

  Hello!
  I'm new (well, actually, very very very new) to DragonFlyBSD and
currently doing my first steps with it.  I have Ext2 and Ext3
partitions on my HDD (created under GNU/Linux) and I cannot use them
under DragonFlyBSD. The problem is that when I try to mount any of
them, I get the following error message:

    # mount /dev/ad4s3 /mnt/data/
    mount: /dev/ad4s3 on /mnt/data: incorrect super block

Or if I state the FS type explicitly, I get this:

    # mount -t ext2fs /dev/ad4s3 /mnt/data/
    WARNING: R/W mount of #ad/0x40002 denied due to unsupported
optional features 
    ext2fs: /dev/ad4s3: Invalid argument

  The only mode I can mount these file systems in is read-only mode.
However, the file systems are not usable in this mode either, because
I can only list the root catalog of the corresponding FS. Any attempt
to list other catalogs or read some files leads to the following
error message on the screen:

and a system reboot.

I searched over Internet for a similar issue and found only one sane
article mentioning this problem
( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its
author tells that the root of the problem is the 'sparse_super' flag
set on the Ext2 file system and suggest to turn this flag off:

    tune2fs -s off /dev/sda3

I tried it under my GNU/Linux system, but it says only:

    Clearing filesystem feature 'sparse_super' not supported.

and does not do the job.
  So now I just do not know what to do. How cat I use my existing
Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions?

  Thanks.
    Vladimir

----- 
 <v_2e at ukr.net>

----- 
 <v_2e at ukr.net>

  It may need e2fsprogs?  Have you tried "e2fsprogs" from pkgsrc?  "It  provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4   filesystems."
    http://e2fsprogs.sourceforge.net/ --------------040905080207030302000809-- From v_2e at ukr.net Sat Apr 28 03:27:38 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 13:27:38 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <12660.1335609162.0@NO-ID-FOUND.mhonarc.org> On Fri, 27 Apr 2012 23:29:21 -0700 Edward M wrote: > It may need e2fsprogs? Have you tried "e2fsprogs" from pkgsrc? > "It provides the filesystem utilities for use with the ext2 > filesystem. It also > supports the ext3 and ext4 filesystems." > http://e2fsprogs.sourceforge.net/ Yes, I do have e2fsprogs installed. The problem is that the file system on my HDD under question was created long ago under GNU/Linux OS. And it has the 'sparse_super' flag turned on. It looks like it is impossible to turn it off once the file system is created, and DragonFlyBSD driver for Ext2 file system does not support this flag for some reason. Is that so? Vladimir ----- From matthias.rampke at googlemail.com Sat Apr 28 04:15:23 2012 From: matthias.rampke at googlemail.com (Matthias Rampke) Date: Sat, 28 Apr 2012 13:15:23 +0200 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <15940.1335611860.0@NO-ID-FOUND.mhonarc.org> On Saturday, 28. April 2012 at 12:27, v_2e at ukr.net wrote: > > it has the 'sparse_super' flag turned on. It looks like it is > impossible to turn it off once the file system is created, and > DragonFlyBSD driver for Ext2 file system does not support this flag for > some reason. Is that so? Yes, sadly the ext2fs driver in DragonFly is a bit ancient. /M From donaldcallen at gmail.com Sat Apr 28 05:50:16 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 08:50:16 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <23261.1335617590.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 12:35 AM, wrote: > ?Hello! > ?So can anybody give me some advice on this? Should I really delete > the existing file system and create a new one with the 'sparse_super' > flag off? It's a bit difficult to help you without knowing what your overall goal is. For example, how many machines are involved? Running what? Do you want a filesystem that is mountable either by Linux or Dragonfly? How big is the problem filesystem? Do you need to boot from it? If so, which OS(es)? Depending on your goals, you have plenty of options. If you no longer have Linux available on the machine in question, you can run a live cd version of Linux, such as Knoppix, to make a tar file of the existing filesystem on a usb device of some sort (either flash or a disk if you need the capacity; both are extremely cheap), either using a filesystem that Dragonfly supports, or no filesystem at all. Once you do that, you can reload the data with into any type of filesystem you like, depending on what your requirements are. Messing around with ext2 option flags is an extremely bad idea, unless you backed up the filesystem first. Fortunately, whatever version of Linux you were running wouldn't let you do something unsafe. If your requirement is to share a filesystem between Linux and Dragonfly, I'd be very careful to back it up. If you decide on an ext2 filesystem (Dragonfly doesn't support ext3, as far as I know), I'd be wary of the Dragonfly driver. I've run into problems with BSDs talking to my usb backup disks, which have ext2 filesystem on them. FreeBSD had an outright bug that crashed the system repeatedly, fortunately without loss of data. OpenBSD had extreme performance issues. NetBSD wouldn't mount an ext2 filesystem with 256 byte inodes. In all cases, I am not talking about the current versions. I'm simply warning you that ext2 is not high on the priority list of any of the BSDs and the BSDs in general are much more constrained than Linux in terms of development resources. So back up your files (with Linux) early and often if you are going to point Dragonfly at them. /Don Allen > > ?Thanks. > ? ?Vladimir > > On Fri, 6 Apr 2012 20:36:15 +0300 > v_2e at ukr.net wrote: > >> ? Hello! >> ? I'm new (well, actually, very very very new) to DragonFlyBSD and >> currently doing my first steps with it. ?I have Ext2 and Ext3 >> partitions on my HDD (created under GNU/Linux) and I cannot use them >> under DragonFlyBSD. The problem is that when I try to mount any of >> them, I get the following error message: >> >> ? ? # mount /dev/ad4s3 /mnt/data/ >> ? ? mount: /dev/ad4s3 on /mnt/data: incorrect super block >> >> Or if I state the FS type explicitly, I get this: >> >> ? ? # mount -t ext2fs /dev/ad4s3 /mnt/data/ >> ? ? WARNING: R/W mount of #ad/0x40002 denied due to unsupported >> optional features >> ? ? ext2fs: /dev/ad4s3: Invalid argument >> >> ? The only mode I can mount these file systems in is read-only mode. >> However, the file systems are not usable in this mode either, because >> I can only list the root catalog of the corresponding FS. Any attempt >> to list other catalogs or read some files leads to the following >> error message on the screen: >> >> and a system reboot. >> >> I searched over Internet for a similar issue and found only one sane >> article mentioning this problem >> ( http://onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html ). Its >> author tells that the root of the problem is the 'sparse_super' flag >> set on the Ext2 file system and suggest to turn this flag off: >> >> ? ? tune2fs -s off /dev/sda3 >> >> I tried it under my GNU/Linux system, but it says only: >> >> ? ? Clearing filesystem feature 'sparse_super' not supported. >> >> and does not do the job. >> ? So now I just do not know what to do. How cat I use my existing >> Ext2/Ext3 file systems on DragonFlyBSD? Any suggestions? >> >> ? Thanks. >> ? ? Vladimir >> >> ----- >> ? > > > ----- > ? From martinezedward228 at gmail.com Sat Apr 28 10:20:09 2012 From: martinezedward228 at gmail.com (Edward M) Date: Sat, 28 Apr 2012 10:20:09 -0700 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <41548.1335633569.0@NO-ID-FOUND.mhonarc.org> On 04/28/2012 05:50 AM, Donald Allen wrote: > (Dragonfly doesn't support ext3, as far as I know) Yeah...according to the "mount_ext2fs" man page only mentions "ext2" and it seems it is from FreeBSD 2.2:-) http://leaf.dragonflybsd.org/cgi/web-man?command=mount_ext2fs§ion=8 From v_2e at ukr.net Sat Apr 28 12:36:18 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sat, 28 Apr 2012 22:36:18 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <51820.1335641953.0@NO-ID-FOUND.mhonarc.org> On Sat, 28 Apr 2012 12:03:15 -0400 Donald Allen wrote: > > I'm not quite seeing the point of why you are trying to substitute a > BSD for Linux in this situation. And given that you have an ext3 > filesystem, I'm pretty sure it's the case that none of the BSDs > support it. They only support ext2. So before turning a BSD loose on > your ext3 filesystem, you would have to convert it to ext2 with Linux. > This may not be a smart idea. I read somewhere that Ext3 is a kind of "backwards compatible" with Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", i.e. without journalling. Is that right? If it is, then it must be possible to mount the Ext3 file system as Ext2 on *BSD, isn't it? As for the reasons for me to switch to DragonFlyBSD, the only REAL one is that I want to get some experience in *BSD administration. This is not my desktop machine, so it is not a big problem if it doesn't work for some time. And also the GNU/Linux distribution I used on this machine was quite outdated, and I experienced some problems with it from time to time. So I decided to try something different and just see how it works. Summarizing all said, it would be useful to come to a conclusion about a good way to have a file system shared between DragonFlyBSD and GNU/Linux. What is a good (wise) way of achieving it? Thanks. Vladimir ----- From donaldcallen at gmail.com Sat Apr 28 13:05:49 2012 From: donaldcallen at gmail.com (Donald Allen) Date: Sat, 28 Apr 2012 16:05:49 -0400 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54104.1335643710.0@NO-ID-FOUND.mhonarc.org> On Sat, Apr 28, 2012 at 3:36 PM, wrote: > On Sat, 28 Apr 2012 12:03:15 -0400 > Donald Allen wrote: >> >> I'm not quite seeing the point of why you are trying to substitute a >> BSD for Linux in this situation. And given that you have an ext3 >> filesystem, I'm pretty sure it's the case that none of the BSDs >> support it. They only support ext2. So before turning a BSD loose on >> your ext3 filesystem, you would have to convert it to ext2 with Linux. >> This may not be a smart idea. > > ?I read somewhere that Ext3 is a kind of "backwards compatible" with > Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", > i.e. without journalling. Is that right? No, I believe that is not right. You can *convert* an ext3 filesystem into an ext2 filesystem and vice-versa. See the url I sent you in my previous message. > ?If it is, then it must be possible to mount the Ext3 file system as > Ext2 on *BSD, isn't it? Only if you convert it to ext2. > > ?As for the reasons for me to switch to DragonFlyBSD, the only REAL > one is that I want to get some experience in *BSD administration. This > is not my desktop machine, so it is not a big problem if it doesn't > work for some time. And also the GNU/Linux distribution I used on this > machine was quite outdated, and I experienced some problems with it from > time to time. So I decided to try something different and just see how > it works. > > ?Summarizing all said, it would be useful to come to a conclusion > about a good way to have a file system shared between DragonFlyBSD and > GNU/Linux. What is a good (wise) way of achieving it? You say you want to learn about BSD system administration. You also say, in effect, that this machine is not that important. You also say your Linux install is outdated. So why not concentrate on finding a way to dump the damned filesystem (to your desktop machine via nfs if you can't afford to buy a USB drive?), install the BSD of your dreams with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore the data to that? Sharing between Dragonfly and Linux is going to amount to finding something that is supported well by both. That may not exist, since it appears that Dragonfly's ext2 code was taken from a very old FreeBSD and Linux' UFS support is apparently also questionable. You seem to be intent on inflicting pain on yourself. If you choose to do that, go ahead. I've already given you my best advice. Good luck! /Don > > ?Thanks. > ? ?Vladimir > > > ----- > ? From david.crosswell2 at gmail.com Sat Apr 28 16:11:48 2012 From: david.crosswell2 at gmail.com (David Crosswell) Date: Sun, 29 Apr 2012 09:11:48 +1000 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <67248.1335654982.0@NO-ID-FOUND.mhonarc.org> On 29/04/12 06:05, Donald Allen wrote: > On Sat, Apr 28, 2012 at 3:36 PM, wrote: >> On Sat, 28 Apr 2012 12:03:15 -0400 >> Donald Allen wrote: >>> I'm not quite seeing the point of why you are trying to substitute a >>> BSD for Linux in this situation. And given that you have an ext3 >>> filesystem, I'm pretty sure it's the case that none of the BSDs >>> support it. They only support ext2. So before turning a BSD loose on >>> your ext3 filesystem, you would have to convert it to ext2 with Linux. >>> This may not be a smart idea. >> I read somewhere that Ext3 is a kind of "backwards compatible" with >> Ext2 in a sense that one can mount an Ext3 file system "in Ext2 mode", >> i.e. without journalling. Is that right? No. In case of an ext3 filesystem failure it will revert to ext2. That's why it took over as the Linux default after ext2. > No, I believe that is not right. You can *convert* an ext3 filesystem > into an ext2 filesystem and vice-versa. See the url I sent you in my > previous message. > >> If it is, then it must be possible to mount the Ext3 file system as >> Ext2 on *BSD, isn't it? > Only if you convert it to ext2. > >> As for the reasons for me to switch to DragonFlyBSD, the only REAL >> one is that I want to get some experience in *BSD administration. This >> is not my desktop machine, so it is not a big problem if it doesn't >> work for some time. And also the GNU/Linux distribution I used on this >> machine was quite outdated, and I experienced some problems with it from >> time to time. So I decided to try something different and just see how >> it works. >> >> Summarizing all said, it would be useful to come to a conclusion >> about a good way to have a file system shared between DragonFlyBSD and >> GNU/Linux. What is a good (wise) way of achieving it? What on earth is the matter with UFS, of, if you have the resources, ZFS? Both are very stable. I'm sorry, but this appears to be an exercise in pseudo-intellectualism. Even ext3 three has been superceded now, in the Linux world, by any number of standards - see xfs, ext4, jfs, and even reiser. All soon to be superceded by btrfs, as soon as it matures and that's not far away. There are any number of ways you can run two different OSs on the one machine. Just use gparted or similar to resize partitions and eureka. Regards, David Crosswell. > You say you want to learn about BSD system administration. You also > say, in effect, that this machine is not that important. You also say > your Linux install is outdated. So why not concentrate on finding a > way to dump the damned filesystem (to your desktop machine via nfs if > you can't afford to buy a USB drive?), install the BSD of your dreams > with a native filesystem -- UFS, ZFS, Hammer, whatever -- and restore > the data to that? Sharing between Dragonfly and Linux is going to > amount to finding something that is supported well by both. That may > not exist, since it appears that Dragonfly's ext2 code was taken from > a very old FreeBSD and Linux' UFS support is apparently also > questionable. You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! > > /Don > > >> Thanks. >> Vladimir >> >> >> ----- >> From v_2e at ukr.net Sun Apr 29 12:27:05 2012 From: v_2e at ukr.net (v_2e at ukr.net) Date: Sun, 29 Apr 2012 22:27:05 +0300 Subject: Mount Ext3 under DragonFlyBSD Message-ID: <54899.1335727876.0@NO-ID-FOUND.mhonarc.org> Hello! On Sat, 28 Apr 2012 16:05:49 -0400 Donald Allen wrote: > ... > You seem to be intent on inflicting pain on yourself. If > you choose to do that, go ahead. I've already given you my best > advice. Good luck! On Sun, 29 Apr 2012 09:11:48 +1000 David Crosswell wrote: > ... > What on earth is the matter with UFS, of, if you have the resources, > ZFS? Both are very stable. > I'm sorry, but this appears to be an exercise in > pseudo-intellectualism. Pity I cannot the same FS on both DragonFlyBSD and GNU/Linux easily. I used to think it was not a problem for some reason. Anyway, thanks for useful replies. I'll try to figure out some solution basing on the discussed information. Regards, Vladimir ----- From t+dfbsd at timdarby.net Mon Apr 30 16:36:33 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 16:36:33 -0700 Subject: Hammer prune issue Message-ID: <80343.1335829344.0@NO-ID-FOUND.mhonarc.org> --14dae9340dd5de6d1a04beeded55 Content-Type: text/plain; charset=ISO-8859-1 When I run hammer prune-everything remotely via SSH, it pretty consistently causes all network connections to that box to die, including my ssh session. Has anyone else seen this? Tim --14dae9340dd5de6d1a04beeded55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I run hammer prune-e= verything remotely via SSH, it pretty consistently causes all network conne= ctions to that box to die, including my ssh session. =A0Has anyone else see= n this?

Tim
--14dae9340dd5de6d1a04beeded55-- From justin at shiningsilence.com Mon Apr 30 17:52:53 2012 From: justin at shiningsilence.com (Justin Sherrill) Date: Mon, 30 Apr 2012 20:52:53 -0400 Subject: Hammer prune issue Message-ID: <86092.1335833839.0@NO-ID-FOUND.mhonarc.org> On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > When I run hammer prune-everything remotely via SSH, it pretty consistently > causes all network connections to that box to die, including my ssh session. > ?Has anyone else seen this? I have run prune-everything a bunch of times (since I manage to fill disks regularly with bulk builds) and never saw this happen. Can you tell if it's actual drops or perhaps timeouts? If it's timeouts, I'd wonder if it's some issue with heavy disk activity keeping the system from responding as fast as it needs to. I'm guessing, though. From t+dfbsd at timdarby.net Mon Apr 30 18:11:09 2012 From: t+dfbsd at timdarby.net (Tim Darby) Date: Mon, 30 Apr 2012 18:11:09 -0700 Subject: Hammer prune issue Message-ID: <87529.1335834902.0@NO-ID-FOUND.mhonarc.org> --20cf3005e07e2c422a04beef4002 Content-Type: text/plain; charset=ISO-8859-1 Not totally sure but, during the prune, I can't make any new connections to the box and my SSH session gives up and I have to reconnect when the box is no longer busy. It's a 6 core AMD machine with 8GB of RAM running master, but it's not a new problem. Tim On Mon, Apr 30, 2012 at 5:52 PM, Justin Sherrill wrote: > On Mon, Apr 30, 2012 at 7:36 PM, Tim Darby wrote: > > When I run hammer prune-everything remotely via SSH, it pretty > consistently > > causes all network connections to that box to die, including my ssh > session. > > Has anyone else seen this? > > I have run prune-everything a bunch of times (since I manage to fill > disks regularly with bulk builds) and never saw this happen. > > Can you tell if it's actual drops or perhaps timeouts? If it's > timeouts, I'd wonder if it's some issue with heavy disk activity > keeping the system from responding as fast as it needs to. I'm > guessing, though. > --20cf3005e07e2c422a04beef4002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not totally sure but, during t= he prune, I can't make any new connections to the box and my SSH sessio= n gives up and I have to reconnect when the box is no longer busy. =A0It= 9;s a 6 core AMD machine with 8GB of RAM running master, but it's not a= new problem.

Tim



--20cf3005e07e2c422a04beef4002-- From phma at phma.optus.nu Mon Apr 30 20:45:41 2012 From: phma at phma.optus.nu (Pierre Abbat) Date: Mon, 30 Apr 2012 23:45:41 -0400 Subject: binary packages for 2012Q1 Message-ID: <98631.1335844255.0@NO-ID-FOUND.mhonarc.org> Do you know when the packages for 2012Q1 will be available? Pierre -- sei do'anai mi'a djuno puze'e noroi nalselganse srera