Re: Lockdown adaX numbers to allow booting ?

2019-10-14 Thread Nenhum_de_Nos
On Sun, October 13, 2019 13:47, Kurt Jaeger wrote:
> Hi!
>
>> > You're probably looking for this:
>> > https://lists.freebsd.org/pipermail/freebsd-fs/2011-March/011036.html
>>
>> Would glabel solve it?
>
> The disks are not gpart-formatted, they are used raw.

mine neither:

root@x:~ # gpart show da0
gpart: No such geom: da0.
root@x:~ # gpart show da1
gpart: No such geom: da1.
root@x:~ # gpart show da2
gpart: No such geom: da2.


glabel status
  Name  Status  Components
   label/160_60224 N/A  da0
label/160_0221 N/A  da1
  label/160_403112 N/A  da2

pool: z160
 state: ONLINE
 config:

NAMESTATE READ WRITE CKSUM
z160ONLINE   0 0 0
  label/160_0221ONLINE   0 0 0
  label/160_403112  ONLINE   0 0 0
  label/160_60224   ONLINE   0 0 0



att,

matheus


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Lockdown adaX numbers to allow booting ?

2019-10-13 Thread Nenhum_de_Nos
On Thu, September 19, 2019 17:10, Daniel Engberg wrote:
> Hi Kurt!
>
> You're probably looking for this:
> https://lists.freebsd.org/pipermail/freebsd-fs/2011-March/011036.html

Would glabel solve it?

I have almost as much disks and some zpools and it runs fine.

matheus

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Error building 11.0-RC1 from 10.2

2016-08-22 Thread Nenhum_de_Nos

On Sat, August 20, 2016 22:54, Dimitry Andric wrote:
> On 21 Aug 2016, at 03:07, Nenhum_de_Nos <math...@eternamente.info> wrote:
>>
>> I tried to build 11.0-RC1 from two machines here, my home server and a
>> vm I installed and updated to 10.2 just to test for the real deal on
>> that server. Both failed on the same spot:
> ...
>> 3.  Running pass 'Function Pass Manager' on module
>> '/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp'.
>> 4.  Running pass 'X86 DAG->DAG Instruction Selection' on function
>> '@_ZN5clang7CodeGen15CodeGenFunction12EmitCallArgsINS_17FunctionProtoTypeEEEvRNS0_11CallArgListEPKT_N4llvm14iterator_rangeINS_4Stmt17ConstExprIteratorEEEPKNS_12FunctionDeclEj'
>> c++: error: unable to execute command: Segmentation fault (core dumped)
>
> If you are using 10.2-RELEASE, you will not have this fix, which most
> likely solves the crash you are seeing:
>
> https://svnweb.freebsd.org/changeset/base/286033
>
> Please try to apply this to your 10.2 source tree, recompile clang, and
> then try to build 11.0 again.
>
> Alternatively, first upgrade to the latest stable/10, which should also
> fix it.  This costs more time, but is easier to execute.
>
> -Dimitry

Thanks,

I updated to 10.3 then the build process got past that issue.

Problem solved.

thanks again,

matheus


-- 
"We will call you Cygnus,
the God of balance you shall be."

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Error building 11.0-RC1 from 10.2

2016-08-20 Thread Nenhum_de_Nos
Hi,

I tried to build 11.0-RC1 from two machines here, my home server and a vm I 
installed and updated to 10.2 just to test for the real deal on that server. 
Both failed on the same spot:

c++  -O2 -pipe 
-I/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/include 
-I/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include
 
-I/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen
 -I. 
-I/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include
 -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -DNDEBUG -fno-strict-aliasing 
-DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" 
-DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" 
-DDEFAULT_SYSROOT=\"/usr/obj/usr/src-11.0/tmp\" -MD -MF.depend.CGBlocks.o 
-MTCGBlocks.o -Qunused-arguments -I/usr/obj/usr/src-11.0/tmp/legacy/usr/include 
 -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions  -c 
/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp
 -o CGBlocks.o
Stack dump:
0.  Program arguments: /usr/bin/c++ -cc1 -triple x86_64-unknown-freebsd10.2 
-emit-obj -disable-free -disable-llvm-verifier -main-file-name CGBlocks.cpp 
-mrelocation-model static -mdisable-fp-elim -relaxed-aliasing -masm-verbose 
-mconstructor-aliases -munwind-tables -target-cpu x86-64 -coverage-file 
/usr/obj/usr/src-11.0/tmp/usr/src-11.0/lib/clang/libclangcodegen/CGBlocks.o 
-resource-dir /usr/bin/../lib/clang/3.4.1 -dependency-file .depend.CGBlocks.o 
-sys-header-deps -MT CGBlocks.o -D LLVM_ON_UNIX -D LLVM_ON_FREEBSD -D 
__STDC_LIMIT_MACROS -D __STDC_CONSTANT_MACROS -D NDEBUG -D 
LLVM_DEFAULT_TARGET_TRIPLE="x86_64-unknown-freebsd11.0" -D 
LLVM_HOST_TRIPLE="x86_64-unknown-freebsd11.0" -D 
DEFAULT_SYSROOT="/usr/obj/usr/src-11.0/tmp" -I 
/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/include -I 
/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include
 -I 
/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen
 -I . -I /usr
 
/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include
 -I /usr/obj/usr/src-11.0/tmp/legacy/usr/include -internal-isystem 
/usr/include/c++/v1 -O2 -Wno-c++11-extensions -std=c++11 -fdeprecated-macro 
-fdebug-compilation-dir 
/usr/obj/usr/src-11.0/tmp/usr/src-11.0/lib/clang/libclangcodegen -ferror-limit 
19 -fmessage-length 237 -mstackrealign -fno-rtti -fobjc-runtime=gnustep 
-fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp 
-o CGBlocks.o -x c++ 
/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp
1.   parser at end of file
2.  Code generation
3.  Running pass 'Function Pass Manager' on module 
'/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp'.
4.  Running pass 'X86 DAG->DAG Instruction Selection' on function 
'@_ZN5clang7CodeGen15CodeGenFunction12EmitCallArgsINS_17FunctionProtoTypeEEEvRNS0_11CallArgListEPKT_N4llvm14iterator_rangeINS_4Stmt17ConstExprIteratorEEEPKNS_12FunctionDeclEj'
c++: error: unable to execute command: Segmentation fault (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see 
invocation)
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.2
Thread model: posix
c++: note: diagnostic msg: PLEASE submit a bug report to 
https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed 
source, and associated run script.
c++: note: diagnostic msg:


PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
c++: note: diagnostic msg: /tmp/CGBlocks-8d0592.cpp
c++: note: diagnostic msg: /tmp/CGBlocks-8d0592.sh
c++: note: diagnostic msg:


*** Error code 254

Stop.
bmake[4]: stopped in /usr/src-11.0/lib/clang/libclangcodegen
*** Error code 1

Stop.
bmake[3]: stopped in /usr/src-11.0/lib/clang
*** Error code 1

Stop.
bmake[2]: stopped in /usr/src-11.0
*** Error code 1

Stop.
bmake[1]: stopped in /usr/src-11.0
*** Error code 1

Stop.
make: stopped in /usr/src-11.0


I even followed the hint and opened a bug report: c++  -O2 -pipe 
-I/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/include 
-I/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include
 
-I/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen
 -I. 
-I/usr/src-11.0/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include
 -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -DNDEBUG -fno-strict-aliasing 
-DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" 
-DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" 

Re: make installworld commands used to generate manifest for makefs?

2014-09-03 Thread Nenhum_de_Nos


On September 3, 2014 12:02:24 PM GMT-03:00, Boris Samorodov b...@passap.ru 
wrote:
28.08.2014 23:02, Craig Rodrigues пишет:

 I did this:
 
 make -DDB_FROM_SRC -DNO_ROOT installkernel DESTDIR=/tmp/test4
 make -DDB_FROM_SRC -DNO_ROOT installworld DESTDIR=/tmp/test4
 make -DDB_FROM_SRC -DNO_ROOT distribution DESTDIR=/tmp/test4
 
 /tmp/test4/METALOG was created, but it did not seem to have
 /boot/kernel/kernel or
 any kernel modules.  Is that expected?

For a new installation installworld should be done first (it creates
the needed directory infrastructure). And then one may do
installkernel.

As I read from so much time ago to install first kernel, starting from which 
FreeBSD version I should change? 

Thanks, 

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to
freebsd-current-unsubscr...@freebsd.org

-- 
We will call you Cygnus,
the God of balance you shall be.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Notebook, Geforce Gtx 660M and ibtel HD

2013-08-11 Thread Nenhum_de_Nos
Hail, 

I am back to desktoo and FreeBSD, but I cant pass the simple test to make X 
alive. Xorg -configure detects two vga and two displays, but neither seems to 
work. On 9.2rc I got to show X, but deadlock soon after. Now I installed head, 
and cant even get X to work. The nvidia driver refuses to install, tons of 
errors (not at home now to copy the messages). I have optimus nvidia hardware. 

Is there any guide to this? Any vga working will do, if capable to play videos 
and do 2d stuff. 

Thanks in advance, 

Matheus

 We will call you Cygnus,
The God of balance you shall be 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Buying recommendation for silent router/fileserver

2012-10-11 Thread Nenhum_de_Nos

On Thu, October 11, 2012 14:53, Rainer Duffner wrote:

 Am 11.10.2012 um 18:52 schrieb Adam McDougall mcdou...@egr.msu.edu:

 Be wary of the Soekris net6501,

 […]

 The Soekris, AFAIK, is an embedded platform.
 It doesn't surprise me the least that it's not good at I/O.

I second that. Tried to use a 6501-70 as file server, and got myself a great 
deal of work to know
in the end the box was not supposed to be used like that.

An Intel atom mini itx board, powered by similar Atom CPU got faster results, 
but a huge margin.
For me, the issue is with saturation bus related.

I would not recommend using it, unless its a really small file server.

matheus

-- 
We will call you Cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-13 Thread Nenhum_de_Nos

On Sun, June 10, 2012 06:46, Alexander Yerenkow wrote:
 Okay everyone interested - listen up :)

 http://gits.kiev.ua/FreeBSD/FreeBSD-10-i386-2012-06-08.img.xz

 Here is the image, which can be dd'ed to 4g+ flash drive.
 It should be bootable, and contains new xorg, and some soft from ports;
 - seamonkey (if you want go to internet)
 - stellarium (it's full of stars)
 - blender (but it depends on devel/icu which probably built with
 error, or by some other reason blender produces coredump)
 - xterm and openbox;

 How to use:
 boot, login as root;
 after passwordless login you can view simple x run script with:
 cat ./runx.sh

 or you just launch it
 ./runx.sh

 If you have non-intel card, you need edit xorg.conf, and runx.sh
 (remove load i915kms).
 Load process and X launching can be a while if you have not very fast flash.

 I'll continue improving of infrastructure for building such testing
 images, helps and advises appreciated.

is this expected not to work on gma500 ?

I tried and got error. no X loaded.

matheus

-- 
We will call you Cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-07 Thread Nenhum_de_Nos

On Thu, June 7, 2012 14:09, C. P. Ghost wrote:
 On Thu, Jun 7, 2012 at 4:07 PM, Konstantin Belousov kostik...@gmail.com 
 wrote:
 I think it is reasonable and inevitable to drop support for anything
 except Intel, ATI and NVidia. This seems to be a route taken by the
 upstream. Currently, ATI is big problem, Intel is less so, and NVidia
 should work except that we do not have sources for code that works.

 Unfortunately, for some of us stuck on sparc64 with ATI-Rage-XL-based
 cards (e.g. Sun PGX64), that's not an option. :-(

as saind in the thread, GMA500 is not in this update. When it is in the state 
of CFT, please makie
this news announce so test could be made. As my machine has GMA500, I will wait 
:)

thanks for the great work,

matheus

-- 
We will call you Cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Sil3124 + Sil4726 PortMultipier and FreeBSD9

2011-12-04 Thread Nenhum_de_Nos

On Sun, December 4, 2011 13:33, Alexander Motin wrote:
 On 04.12.2011 04:46, Nenhum_de_Nos wrote:
 this port multiplier will work ok ? On Sil3124 and which others ?

 the tip on FreeNAS was great, but my main concern here is the sata hardware 
 compatibility. I'd
 like to buy it knowing it will work :)

 Port multipliers supported by all siis(4) hardware and many mvs(4) and
 ahci(4). In case of mvs(4) and ahci(4) support and effectiveness depends
 on controller model. SiI3124 is known to be a good option. If
 performance is not the first priority (150MB/s should be enough for home
 NAS) -- SiI3132 and SiI3531 are also fine. 6Gbps Marvell 88SE91xx in
 _non-RAID_ versions also good on tests, but there are not so many
 reports about them yet.

thanks for the info. I plan on not using hardware raid. will be 
Geom_(mirror/stripe) - as is now -
or ZFS. I have sil3124 on PCI so far, and an older version that is being used 
on current file
server:

atapci1@pci0:0:9:0: class=0x010400 card=0x61141095 chip=0x31141095 rev=0x02 
hdr=0x00
vendor = 'Silicon Image Inc (Was: CMD Technology Inc)'
device = 'SATALink/SATARaid Controller (Sil 3114)'
class  = mass storage
subclass   = RAID

two years, always on and no issues so far.

 I can't say for sure about ICH7 and NM10, but many Intel chipset
 controllers support port multipliers when AHCI is enabled. I have
 feeling that all of them support it in hardware (at least since ICH8),
 but it is blocked by BIOS. At least I had motherboard that had and lost
 port multipliers support after some BIOS update. You may see that info
 in ahci(4) boot messages. Unluckily now Intel supports only
 command-based switching, that allows only one device beyond port
 multiplier execute commands at a time and significantly limits
 performance. Controller support for more effective FIS-based switching
 reported by ahci(4) and mvs(4) drivers during boot. All siis(4)
 controllers support FIS-based switching.

great info, I found some PCI-X and PCIe based sil3124 card that report 
FIS-compatible, but I can't
find on my PCI version. By your saying, I get great news then :)

I'll buy FIS-enabled PM :)

I Plan on buying if needed a PCIe version of it, and if I find port multiplier 
for SATA 6Gbs, I
will plan on one also.

 Also note that not all controller BIOSes support detecting and booting
 from devices on port multiplier, except one on the first port. Consider
 that when choosing controller and partitioning disks if you are going to
 boot from them.

thanks again, but I plan on booting from onboard controller. The PM is intended 
on expanding
capacity, and as is home file server, speed won't be a huge issue. If I can 
stream a high
definition video twice, its ok.

 Port multipliers themselves are quite simple from driver point of view,
 so all of them should be supported if they follow standards. At least I
 haven't seen reports yet that some one is not supported. What's about
 reliability comparison -- I have no info.

ok, I will do some testing when I receive it and plan to tell here results.

thanks for all,

matheus


 --
 Alexander Motin
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org



-- 
Vítima da Oi entre 2007 e 2011.

We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Sil3124 + Sil4726 PortMultipier and FreeBSD9

2011-12-03 Thread Nenhum_de_Nos
hail,

I've heard great things about sil3124 and FreeBSD 8+ (saw mav@ talking in lists 
and forum). But
I'm planning a home server, I already have an Atom board from Intel (old Atom 
330), Soekris
6501-70 and Sil3124 PCI. I saw that both ICH7 and NM10 can't deal with port 
multipliers, so my
focus is on the Sil3124 now. I heard from internet that Sil4726+SIl3124 got 
random resets,
although that was some time ago and on linux lists.

So as I'm about to buy the Port Multiplier, and as I'll run FreeBSD 9 on it, 
anyone here have any
experiences on this regard and is willing to share ?

this is a small footprint server, I plan to have 6-8 disks and may become ZFS 
based.

I plan to buy this port multiplier 
http://www.addonics.com/products/ad5sahpm-ea.php

thanks,

matheus

-- 
Vítima da Oi entre 2007 e 2011.

We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Sil3124 + Sil4726 PortMultipier and FreeBSD9

2011-12-03 Thread Nenhum_de_Nos

On Sat, December 3, 2011 21:06, Garrett Cooper wrote:
 On Sat, Dec 3, 2011 at 3:01 PM, Nenhum_de_Nos math...@eternamente.info 
 wrote:
 hail,

 I've heard great things about sil3124 and FreeBSD 8+ (saw mav@ talking in 
 lists and forum). But
 I'm planning a home server, I already have an Atom board from Intel (old 
 Atom 330), Soekris
 6501-70 and Sil3124 PCI. I saw that both ICH7 and NM10 can't deal with port 
 multipliers, so my
 focus is on the Sil3124 now. I heard from internet that Sil4726+SIl3124 got 
 random resets,
 although that was some time ago and on linux lists.

 So as I'm about to buy the Port Multiplier, and as I'll run FreeBSD 9 on it, 
 anyone here have
 any
 experiences on this regard and is willing to share ?

 this is a small footprint server, I plan to have 6-8 disks and may become 
 ZFS based.

 I plan to buy this port multiplier 
 http://www.addonics.com/products/ad5sahpm-ea.php

 What are your requirements (need compile toolchain, needs to be a
 fileserver, etc)?

Mail purpose is fileserver. As my current fileserver is underused, it also 
servers some mail
backup, svn, http and some other light use services. As a fileserver, it has a 
half dozen clients,
the other services, almost just me.

thanks,

matheus

-- 
Vítima da Oi entre 2007 e 2011.

We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Sil3124 + Sil4726 PortMultipier and FreeBSD9

2011-12-03 Thread Nenhum_de_Nos

On Sun, December 4, 2011 00:32, Adrian Chadd wrote:
 Why not just run FreeNAS?

thanks for the tip on FreeNAS, as others said too.

will it run some other services, as http server for some stuff (wiki for 
example), edonkey and
torrent clients, and some other stuff ? (I will visit the FreeNAS site and try 
to figure out)

although it would solve the problem on configuring the box, I still have the 
doubts on the port
multiplier being usefull on it, as FreeNAS will end on FreeBSD :)

this port multiplier will work ok ? On Sil3124 and which others ?

the tip on FreeNAS was great, but my main concern here is the sata hardware 
compatibility. I'd
like to buy it knowing it will work :)

thanks,

matheus

-- 
Vítima da Oi entre 2007 e 2011.

We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Sil3124 + Sil4726 PortMultipier and FreeBSD9

2011-12-03 Thread Nenhum_de_Nos

On Sun, December 4, 2011 00:46, Nenhum_de_Nos wrote:

 On Sun, December 4, 2011 00:32, Adrian Chadd wrote:
 Why not just run FreeNAS?

 thanks for the tip on FreeNAS, as others said too.

 will it run some other services, as http server for some stuff (wiki for 
 example), edonkey and
 torrent clients, and some other stuff ? (I will visit the FreeNAS site and 
 try to figure out)

 although it would solve the problem on configuring the box, I still have the 
 doubts on the port
 multiplier being usefull on it, as FreeNAS will end on FreeBSD :)

 this port multiplier will work ok ? On Sil3124 and which others ?

 the tip on FreeNAS was great, but my main concern here is the sata hardware 
 compatibility. I'd
 like to buy it knowing it will work :)

 thanks,

 matheus

http://www.freenas.org/category/version-comparison

unfortunately FreeNAS 8 won't be happy with less than 4GB RAM (I have 2GB on 
both hardware), and
version 8 won't have http and torrent :(

so far, I'll do as today and run FreeBSD 9 on its original form :)

still looking for the port multiplier case, though.

thanks,

matheus

 --
 Vítima da Oi entre 2007 e 2011.

 We will call you cygnus,
 The God of balance you shall be

 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?

 http://en.wikipedia.org/wiki/Posting_style
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org



-- 
Vítima da Oi entre 2007 e 2011.

We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Acer Aspire Atheros Netbook

2011-11-20 Thread Nenhum_de_Nos
hail,

I just installed 9.0 RC2 in Aspire One 751h and the atheros shows in ifconfig:

ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 2290
ether xx:xx:xx:xx:xx:xx
nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated
wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
ether xx:xx:xx:xx:xx:xx
nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
ssid  channel 9 (2452 MHz 11g)
regdomain 101 indoor ecm authmode WPA1+WPA2/802.11i privacy OFF
txpower 20 bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250
roam:rssi 7 roam:rate 5 protmode CTS wme burst

but is unusable. I found this:

http://markmail.org/message/rhv2s2n7jwf6dj4w

and in fact I can't use it. Is there any news ?

anyone using this card ? anything I could do ?

thanks,

matheus

-- 
Pregando o ódio a Oi desde 2007

We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: flash for 9-beta3

2011-10-10 Thread Nenhum_de_Nos

On Sun, October 9, 2011 13:39, Nenhum_de_Nos wrote:

 On Sat, October 8, 2011 20:03, Doug Barton wrote:
 On 10/08/2011 14:53, Warren Block wrote:
 nspluginwrapper needs to be run as the end user.

 The pkg-message tells them to do that.

 ops, haven't seen it though. all the ports cleaned by the clean part of
 the command got on my way :(

I did, no good though.

FF still says no plugins.

is it FF 7 compatible ?

matheus

 thanks,

 matheus

 --
 We will call you cygnus,
 The God of balance you shall be

 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?

 http://en.wikipedia.org/wiki/Posting_style
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org



-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: flash for 9-beta3

2011-10-10 Thread Nenhum_de_Nos

On Mon, October 10, 2011 18:38, Phil Oleson wrote:
 On 10/10/11 15:30, Nenhum_de_Nos wrote:

 On Sun, October 9, 2011 13:39, Nenhum_de_Nos wrote:

 On Sat, October 8, 2011 20:03, Doug Barton wrote:
 On 10/08/2011 14:53, Warren Block wrote:
 nspluginwrapper needs to be run as the end user.

 The pkg-message tells them to do that.

 ops, haven't seen it though. all the ports cleaned by the clean part
 of
 the command got on my way :(

 I did, no good though.

 FF still says no plugins.

 is it FF 7 compatible ?

 matheus


 I ran into this recently.  Though I have not figured out a more correct
 fix.. add this to your .bashrc:

 export
 MOZ_PLUGIN_PATH=/usr/local/lib/browser_plugins/symlinks/gecko19:/usr/local/lib/npapi/symlinks/firefox

 or.. .cshrc

 setenv MOZ_PLUGIN_PATH
 /usr/local/lib/browser_plugins/symlinks/gecko19:/usr/local/lib/npapi/symlinks/firefox

 and flash will work with the newer firefox.

 -Phil.

thanks Phil,

but no good to me :/

Both dirs don't exist, and I tried exporting to browser_plugins dir also ...

thanks,

matheus


-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: flash for 9-beta3

2011-10-09 Thread Nenhum_de_Nos

On Sat, October 8, 2011 20:03, Doug Barton wrote:
 On 10/08/2011 14:53, Warren Block wrote:
 nspluginwrapper needs to be run as the end user.

 The pkg-message tells them to do that.

ops, haven't seen it though. all the ports cleaned by the clean part of
the command got on my way :(

thanks,

matheus

-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: flash for 9-beta3

2011-10-09 Thread Nenhum_de_Nos


On Sat, October 8, 2011 18:28, Garrett Cooper wrote:
 On Sat, Oct 8, 2011 at 2:21 PM, Greg Miller greglmil...@gmail.com wrote:
 On 10/8/11, Nenhum_de_Nos math...@eternamente.info wrote:
 as recently had issues in this regard, to install it can I just use
http://www.freebsd.org/doc/handbook/desktop-browsers.html or there is
another guide ?

 I've just noticed that I never actually added the symbolic link, but
I've otherwise followed the 8.x instructions you linked to in the
handbook, and my Flash is working nicely on 9.0B3.

 Every time you update the port, you must re-run nspluginwrapper. Seems
like the port itself is sort of broken by not doing this by default with
the post-install script.
 -Garrett

well, I'll try it when I get home. I did the symlink and FF 7 didn't find
any plugins.

thanks,

matheus


-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text. Q:
Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style



-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


flash for 9-beta3

2011-10-07 Thread Nenhum_de_Nos
hail,

as recently had issues in this regard, to install it can I just use
http://www.freebsd.org/doc/handbook/desktop-browsers.html or there is
another guide ?

I looked for and found nothing on wiki.freebsd.org.

thanks,

matheus

-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Intel Atom Board + 9.0-BETA2

2011-09-22 Thread Nenhum_de_Nos
hail again,

has anyone seen these:

ACPI Error: Method parse/execution failed [\\_SB_.PCI0.LPC_.SMBR] (Node
0xfe00024af9c0), AE_AML_INFINITE_LOOP (20110527/psparse-560)
ACPI Error: Method parse/execution failed [\\_SB_.PCI0.LPC_.INIT] (Node
0xfe00024afa00), AE_AML_INFINITE_LOOP (20110527/psparse-560)
ACPI Error: Method parse/execution failed [\\_GPE._L00] (Node
0xfe000220f440), AE_AML_INFINITE_LOOP (20110527/psparse-560)
ACPI Exception: AE_AML_INFINITE_LOOP, while evaluating GPE method [_L00]
(20110527/evgpe-606)

its 9.0-BETA2 amd64.

I got it compiling smartmontools and it began, but the box is cold, and
after compiled it didn't stop.

matheus


-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ataidle + notebook hdd + 9.0-BETA2

2011-09-22 Thread Nenhum_de_Nos

On Sat, September 17, 2011 11:02, Tijl Coosemans wrote:
 On Wednesday 14 September 2011 05:59:05 Nenhum_de_Nos wrote:
 I just installed BETA2 on WD notebook disk:

 ada0 at ata2 bus 0 scbus1 target 0 lun 0
 ada0: WDC WD5000BPVT-00HXZT1 01.01A01 ATA-8 SATA 2.x device
 ada0: 150.000MB/s transfers (SATA, UDMA5, PIO 8192bytes)
 ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C)
 ada0: Previously was known as ad4

 and tried as usual to make the disk last a little longer:

 rush# ataidle -P 243 /dev/ad4
 ataidle: error: identify device /dev/ad4

 rush# ataidle -P 243 /dev/ada0
 (pass0:ata2:0:0:0): SETFEATURES. ACB: ef 05 00 00 00 40 00 00 00 00 f3
 00
 (pass0:ata2:0:0:0): CAM status: CCB request completed with an error
 Failed to configure APM: No error: 0

 so, is this still needed after ada took place ? How can I do it now if
 needed ?

 Until a more elegant solution is found you can set the APM value like
 this:

 camcontrol cmd ada0 -a EF 05 00 00 00 00 00 00 00 00 F3 00

 EF is setfeature command
 05 enables APM feature
 F3 is 243

 To disable APM you can use:

 camcontrol cmd ada0 -a EF 85 00 00 00 00 00 00 00 00 00 00

 You can check the value with:

 camcontrol identify ada0

thanks,

problem solved :)

matheus


-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ataidle + notebook hdd + 9.0-BETA2

2011-09-16 Thread Nenhum_de_Nos

On Wed, September 14, 2011 04:11, Bruce Cran wrote:
 On 14/09/2011 04:59, Nenhum_de_Nos wrote:
 rush# ataidle -P 243 /dev/ada0
 (pass0:ata2:0:0:0): SETFEATURES. ACB: ef 05 00 00 00 40 00 00 00 00 f3
 00
 (pass0:ata2:0:0:0): CAM status: CCB request completed with an error
 Failed to configure APM: No error: 0

 Can you post the output of ataidle /dev/ada0 to see what features the
 disk supports?


On Wed, September 14, 2011 04:11, Bruce Cran wrote:
 On 14/09/2011 04:59, Nenhum_de_Nos wrote:
 rush# ataidle -P 243 /dev/ada0
 (pass0:ata2:0:0:0): SETFEATURES. ACB: ef 05 00 00 00 40 00 00 00 00 f3
 00
 (pass0:ata2:0:0:0): CAM status: CCB request completed with an error
 Failed to configure APM: No error: 0

 Can you post the output of ataidle /dev/ada0 to see what features the
 disk supports?

 --
 Bruce Cran

sorry for the delay, there it goes:

macgyver# ataidle /dev/ada0
Model:  WDC WD1600BEVS-60RST0
Serial: WD-WXC807304918
Firmware Rev:   04.01G04
ATA revision:   ATA-7
LBA 48: yes
Geometry:   16383 cyls, 16 heads, 63 spt
Capacity:   149GB
SMART Supported:yes
SMART Enabled:  yes
Write Cache Supported:  yes
Write Cache Enabled:yes
APM Supported:  yes
APM Enabled:yes
APM Value:  128
AAM Supported:  no


Pieter, thanks:

macgyver# camcontrol idle /dev/ada0 -t 0
macgyver# camcontrol standby /dev/ada0 -t 0

the only way to be sure its ok is to use smarttools ?

mav, I think I don't know how to patch:

macgyver# patch  /root/ataidle.c.patch
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|--- ataidle.c.prev  2010-11-04 16:17:28.0 +0200
|+++ ataidle.c   2011-09-09 19:30:14.0 +0300
--
Patching file ataidle.c using Plan A...
patch:  malformed patch at line 11: sizeof(struct ccb_hdr));

thanks for all,

matheus

-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style

-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


ataidle + notebook hdd + 9.0-BETA2

2011-09-13 Thread Nenhum_de_Nos
hail,

I just installed BETA2 on WD notebook disk:

ada0 at ata2 bus 0 scbus1 target 0 lun 0
ada0: WDC WD5000BPVT-00HXZT1 01.01A01 ATA-8 SATA 2.x device
ada0: 150.000MB/s transfers (SATA, UDMA5, PIO 8192bytes)
ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad4

and tried as usual to make the disk last a little longer:

rush# ataidle -P 243 /dev/ad4
ataidle: error: identify device /dev/ad4

rush# ataidle -P 243 /dev/ada0
(pass0:ata2:0:0:0): SETFEATURES. ACB: ef 05 00 00 00 40 00 00 00 00 f3 00
(pass0:ata2:0:0:0): CAM status: CCB request completed with an error
Failed to configure APM: No error: 0

so, is this still needed after ada took place ? How can I do it now if
needed ?

thanks,

matheus

-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


sata port multiplier

2011-08-04 Thread Nenhum_de_Nos
hail,

any info on what port multiplier I could buy to make the 4 port Sil3124 at
least make up to 8 ?

will make that much difference if I run stable ? (by what I see 9.0
schedule, that may be the version I'll run)

thanks,

matheus

-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Switchover to CAM ATA?

2010-04-22 Thread Nenhum_de_Nos
On Thu, 22 Apr 2010 22:28:03 +0400
Lev Serebryakov l...@freebsd.org wrote:

 Hello, Alexander.
 You wrote 22 апреля 2010 г., 19:31:37:
 
  and RAID5 (due to lack of module in a base system).
  I'm  cleaning  up  gradi5  now according to style(9) and want to make
 port  out of it in month or two (unfortunalety, I have  alot of paid
 work, which is not FreeBSD-related in any way).
  It  works  very  well  for  me  on, and I have one HDD crash already,
 recovered with graid5 :)

this means graid5 in the tree ?

if so, great :)

never seen how to make simple raid5 in not-so-great memory systems tht can't 
afford to have zfs. I have a Pentium II with 192MB ram that is a great small 
file server and runs both gmirror and gstripe fine.

thanks,

matheus

-- 
We will call you cygnus,
The God of balance you shall be

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

http://en.wikipedia.org/wiki/Posting_style
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org