Re: pkgsrcv2.git stopped syncing?

2012-05-12 Thread Justin Sherrill
On Sat, May 12, 2012 at 9:14 PM, Matthew Dillon
 wrote:
>
> :I did that - rm'd the checkout.  I was going to write an email about
> :this as soon as I saw whether it worked again after the next 'normal'
> :checkout.  Looking at gitweb, I see the conversion commit, but I don't
> :see any subsequent commits... but I don't know if there are any yet.
> :
>
>    Ah ha!  The ghost in the machine strikes again!
>
>    We should probably modify the script to blow the directory away once
>    a week just to make sure it can auto-recover from that situation.

I did take the steps for the 2010/2011 quarterly branches out, since
those will never have any changes to pull down - that'll save a little
disk time.

I haven't seen any commits to pkgsrc-master, at least in gitweb, so
I'm not sure if it's working again or not.



Re: pkgsrcv2.git stopped syncing?

2012-05-12 Thread Matthew Dillon

:I did that - rm'd the checkout.  I was going to write an email about
:this as soon as I saw whether it worked again after the next 'normal'
:checkout.  Looking at gitweb, I see the conversion commit, but I don't
:see any subsequent commits... but I don't know if there are any yet.
:

Ah ha!  The ghost in the machine strikes again!

We should probably modify the script to blow the directory away once
a week just to make sure it can auto-recover from that situation.

-Matt
Matthew Dillon 



Re: pkgsrcv2.git stopped syncing?

2012-05-12 Thread Justin Sherrill
On Sat, May 12, 2012 at 5:33 PM, Matthew Dillon
 wrote:

>    This time it fixed itself.  Sometimes I have to blow the checkout away
>    and let it re-checkout everything over again.

I did that - rm'd the checkout.  I was going to write an email about
this as soon as I saw whether it worked again after the next 'normal'
checkout.  Looking at gitweb, I see the conversion commit, but I don't
see any subsequent commits... but I don't know if there are any yet.



Re: pkgsrcv2.git stopped syncing?

2012-05-12 Thread Matthew Dillon

::Hi.
::
::The latest commit on pkgsrcv2.git is 8ce625e3, which is from
::9 days ago.  But I see more commits after this date on
::pkgsrc-changes@.
::  http://mail-index.netbsd.org/pkgsrc-changes/
::
::Could someone take care of it?
::
::Best Regards,
::YONETANI Tomokazu.
:
:Ok, working on it.  Grr, that thing is getting more fragile.
:It's probably an incremental update failure of the CVS repo.
:
:   -Matt

It should be fixed now (it fixed itself this morning, I didn't have
to do anything).  The script was failing trying to do the incremental
cvs checkout.

e.g. from the logs:

U cvs-master/emulators/ucon64/patches/patch-af
U cvs-master/net/xymon/PLIST
U cvs-master/net/xymon/options.mk
cvs checkout: move away `cvs-master/print/LPRng/Makefile'; it is in the way
C cvs-master/print/LPRng/Makefile
cvs checkout: move away `cvs-master/print/LPRng-core/MESSAGE'; it is in the way
C cvs-master/print/LPRng-core/MESSAGE
... (repeat a hundred times) ...

I'm not sure why this happens.  CVS somehow gets confused over what
files are in the repo and what files are not, possibly due to catching
an update in the middle or surgery done in the master cvs repo.

This time it fixed itself.  Sometimes I have to blow the checkout away
and let it re-checkout everything over again.

Theoretically I could do a fresh rm -rf and checkout every time, but
that seems really wasteful of crater's disk and time.  It already takes
crater between 1 and 2 hours to run the cvs->git script so for now I
am still leaving it set to do an incremental checkout.

-Matt
Matthew Dillon 



Re: pkgsrcv2.git stopped syncing?

2012-05-12 Thread Matthew Dillon
:Hi.
:
:The latest commit on pkgsrcv2.git is 8ce625e3, which is from
:9 days ago.  But I see more commits after this date on
:pkgsrc-changes@.
:  http://mail-index.netbsd.org/pkgsrc-changes/
:
:Could someone take care of it?
:
:Best Regards,
:YONETANI Tomokazu.

Ok, working on it.  Grr, that thing is getting more fragile.
It's probably an incremental update failure of the CVS repo.

-Matt


Re: live usb freezes on boot

2012-05-12 Thread Sascha Wildner
On Sat, 12 May 2012 14:39:22 +0200, Mountpeaks   
wrote:


Good day everyone, this is my first attempt at BSD 's, and I 'm already  
stuck)  So, I've created boot USB from .img file and trying to boot it.  
The boot process gets stuck at "ACPI FADT :SCI testing interrupt  
mode..." for like 20 min already. My machine is a laptop Lenovo thinkpad  
EDGE 13 ' . I can get to prompt but my keyboard does not work) I have a  
feeling that it is simply not supported which is sad.With verbose mode I  
get "ACPI FADT:SCI testing level/low

IOAPIC:irq 9,gsi 9 edge/ high -> level/low"
Any tips on how to get it running?



Can you try choosing '9' at the loader menu to get to the loader prompt  
and do:


hw.ioapic_enable=0
boot

Sascha


live usb freezes on boot

2012-05-12 Thread Mountpeaks
Good day everyone, this is my first attempt at BSD 's, and I 'm already stuck)  
So, I've created boot USB from .img file and trying to boot it. The boot 
process gets stuck at "ACPI FADT :SCI testing interrupt mode..." for like 20 
min already. My machine is a laptop Lenovo thinkpad EDGE 13 ' . I can get to 
prompt but my keyboard does not work) I have a feeling that it is simply not 
supported which is sad.With verbose mode I get "ACPI FADT:SCI testing level/low 
IOAPIC:irq 9,gsi 9 edge/ high -> level/low"
Any tips on how to get it running?