Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-08-06 Por tôpico Cleyton Bertolim
E como eu ativaria tudo isso diretamente no boot do FreeBSD?

server# setfib 1 route add default 192.168.0.254
add net default: gateway 192.168.0.254
server# setfib 1 route add default 192.168.0.253
add net default: gateway 192.168.0.253


Cleyton.



2009/7/8 Luiz Otavio O Souza lists...@gmail.com:
 Não vi referencia a prometida multiplas rotas default(s) e sobre a
 esperada facilidade de virtualizaçãotento etc e tal conforme descrito no
 link :

 http://ivoras.sharanet.org/freebsd/freebsd8.html

 []'s

 Marcello,

 Veja se é isso que você esta procurando..

 server# setfib 1 route add default 192.168.0.254
 add net default: gateway 192.168.0.254
 server# setfib 1 route add default 192.168.0.253
 add net default: gateway 192.168.0.253

 server# setfib 1 netstat -rn
 Routing tables

 Internet:
 Destination        Gateway            Flags    Refs      Use  Netif Expire
 default            192.168.0.254      UGS         0        0    rl0 =
 default            192.168.0.253      UGS         0        0    rl0
 127.0.0.1          link#4             UH          0        0    lo0
 192.168.0.0/24     link#1             U           0        0    rl0
 xxx.xxx.xxx.242    link#5             UH          0        0   tun0

 Internet6:
 Destination                       Gateway                       Flags
 Netif Expire
 ::1                               ::1                           UH
 lo0
 fe80::%lo0/64                     link#4                        U
 lo0
 ff01:4::/32                       fe80::1%lo0                   U
 lo0
 ff02::%lo0/32                     fe80::1%lo0                   U
 lo0
 ff02::%tun0/32                    fe80::208:54ff:fe0e:5577%tun0 UGS

 server# uname -a
 FreeBSD server.rede.int.br 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r194962M: Fri
 Jul  3 14:37:48 BRT 2009
 r...@server.rede.int.br:/usr/src/sys/i386/compile/FW  i386

 * usei a FIB 1 apenas para exemplo e para não estragar o meu roteamento
 que esta na FIB 0 (para a tabela default basta remover o comando setfib(1)).

 Para ativar esse suporte a multi-rotas você precisa adicionar options
 RADIX_MPATH no seu kernel.

 Estou com um servidor pronto para testar isso (sim, só fiz alguns testes de
 laboratório, agora vai pra produção !). A instalação deve ser marcada na
 próxima semana (dependia de um switch que chegou ontem).

 A virtualização esta quase pronta (pelo pouco que sei, essa eu nunca
 testei), existem patchs para você testar se quiser. Não tenho certeza se
 isso será integrado a tempo do 8.0, mas o recurso deve ficar pronto ainda
 para a série 8.

 Abração,
 Luiz
 PS: Cade aquela puma ? =)
 PS2: Agora sim vou precisar voltar a beber... fibs + radix_mpath... wow ;)

 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-08-06 Por tôpico irado furioso com tudo
Em Thu, 6 Aug 2009 10:55:01 -0300
Cleyton Bertolim cberto...@gmail.com, conhecido consumidor de drogas
(BigMac's com Coke) escreveu:

 E como eu ativaria tudo isso diretamente no boot do FreeBSD?

tudo no FreeBSD é configurado no /etc/rc.conf 

-- 
 saudações,
 irado furioso com tudo
 Linux User 179402/FreeBSD BSD50853/FUG-BR 154
 Não uso drogas - 100% Miko$hit-free
No boxe, geralmente o juiz é a única pessoa que sabe contar até dez.
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-08-06 Por tôpico Cleyton Bertolim
Poxa... to procurando ja faz uma cara no Google algo sobre a ativacao
do setfib (FIB) dentro do rc.conf, ja olhei o man page dele tambem e
ate agora nao encontrei nada que pudesse me ajudar realmente.
Alguem ai que já utiliza o setfib poderia me ajudar?

Agradeco a todos antecipadamente.

Cleyton.



2009/8/6 irado furioso com tudo ir...@bsd.com.br:
 Em Thu, 6 Aug 2009 10:55:01 -0300
 Cleyton Bertolim cberto...@gmail.com, conhecido consumidor de drogas
 (BigMac's com Coke) escreveu:

 E como eu ativaria tudo isso diretamente no boot do FreeBSD?

 tudo no FreeBSD é configurado no /etc/rc.conf

 --
  saudações,
  irado furioso com tudo
  Linux User 179402/FreeBSD BSD50853/FUG-BR 154
  Não uso drogas - 100% Miko$hit-free
 No boxe, geralmente o juiz é a única pessoa que sabe contar até dez.
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-08-06 Por tôpico Alessandro de Souza Rocha
e facil, faz um script e coloca /etc/rc.d
e o conteudo

setfib 0 route add default 10.1.1.1
setfib 1 route add default 10.0.0.1


2009/8/6 Cleyton Bertolim cberto...@gmail.com:
 Poxa... to procurando ja faz uma cara no Google algo sobre a ativacao
 do setfib (FIB) dentro do rc.conf, ja olhei o man page dele tambem e
 ate agora nao encontrei nada que pudesse me ajudar realmente.
 Alguem ai que já utiliza o setfib poderia me ajudar?

 Agradeco a todos antecipadamente.

 Cleyton.



 2009/8/6 irado furioso com tudo ir...@bsd.com.br:
 Em Thu, 6 Aug 2009 10:55:01 -0300
 Cleyton Bertolim cberto...@gmail.com, conhecido consumidor de drogas
 (BigMac's com Coke) escreveu:

 E como eu ativaria tudo isso diretamente no boot do FreeBSD?

 tudo no FreeBSD é configurado no /etc/rc.conf

 --
  saudações,
  irado furioso com tudo
  Linux User 179402/FreeBSD BSD50853/FUG-BR 154
  Não uso drogas - 100% Miko$hit-free
 No boxe, geralmente o juiz é a única pessoa que sabe contar até dez.
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd




-- 
Alessandro de Souza Rocha
Administrador de Redes e Sistemas
FreeBSD-BR User #117
 Long live FreeBSD

 Powered by 

  (__)
   \\\'',)
 \/  \ ^
 .\._/_)

 www.FreeBSD.org
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-08-06 Por tôpico Alexandre Correa
aqui tem algo falando como ativar o setfib

http://forums.freebsd.org/showthread.php?t=888



2009/8/6 Alessandro de Souza Rocha etherlin...@gmail.com

 e facil, faz um script e coloca /etc/rc.d
 e o conteudo

 setfib 0 route add default 10.1.1.1
 setfib 1 route add default 10.0.0.1


 2009/8/6 Cleyton Bertolim cberto...@gmail.com:
  Poxa... to procurando ja faz uma cara no Google algo sobre a ativacao
  do setfib (FIB) dentro do rc.conf, ja olhei o man page dele tambem e
  ate agora nao encontrei nada que pudesse me ajudar realmente.
  Alguem ai que já utiliza o setfib poderia me ajudar?
 
  Agradeco a todos antecipadamente.
 
  Cleyton.
 
 
 
  2009/8/6 irado furioso com tudo ir...@bsd.com.br:
  Em Thu, 6 Aug 2009 10:55:01 -0300
  Cleyton Bertolim cberto...@gmail.com, conhecido consumidor de drogas
  (BigMac's com Coke) escreveu:
 
  E como eu ativaria tudo isso diretamente no boot do FreeBSD?
 
  tudo no FreeBSD é configurado no /etc/rc.conf
 
  --
   saudações,
   irado furioso com tudo
   Linux User 179402/FreeBSD BSD50853/FUG-BR 154
   Não uso drogas - 100% Miko$hit-free
  No boxe, geralmente o juiz é a única pessoa que sabe contar até dez.
  -
  Histórico: http://www.fug.com.br/historico/html/freebsd/
  Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
 
  -
  Histórico: http://www.fug.com.br/historico/html/freebsd/
  Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
 



 --
 Alessandro de Souza Rocha
 Administrador de Redes e Sistemas
 FreeBSD-BR User #117
 Long live FreeBSD

 Powered by 

  (__)
   \\\'',)
 \/  \ ^
 .\._/_)

 www.FreeBSD.org
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd




-- 

Sds.
Alexandre J. Correa
Onda Internet / OPinguim.net
http://www.ondainternet.com.br
http://www.opinguim.net
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-08-06 Por tôpico Luiz Otavio O Souza


 e facil, faz um script e coloca /etc/rc.d
 e o conteudo

 setfib 0 route add default 10.1.1.1
 setfib 1 route add default 10.0.0.1


Ou adicione os comandos no /etc/rc.local (que é padrão para todo sistema 
unix...).

Realmente não existem variaveis e scripts para tratar as FIBs nos scripts de 
inicialização (que leem o rc.conf).

[]'s
Luiz

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-08-06 Por tôpico Nenhum_de_Nos

On Thu, August 6, 2009 15:29, Alessandro de Souza Rocha wrote:
 e facil, faz um script e coloca /etc/rc.d
 e o conteudo

recomendaria /usr/local/etc/rc.d :)

matheus

 setfib 0 route add default 10.1.1.1
 setfib 1 route add default 10.0.0.1


 2009/8/6 Cleyton Bertolim cberto...@gmail.com:
 Poxa... to procurando ja faz uma cara no Google algo sobre a ativacao
 do setfib (FIB) dentro do rc.conf, ja olhei o man page dele tambem e
 ate agora nao encontrei nada que pudesse me ajudar realmente.
 Alguem ai que já utiliza o setfib poderia me ajudar?

 Agradeco a todos antecipadamente.

 Cleyton.



 2009/8/6 irado furioso com tudo ir...@bsd.com.br:
 Em Thu, 6 Aug 2009 10:55:01 -0300
 Cleyton Bertolim cberto...@gmail.com, conhecido consumidor de drogas
 (BigMac's com Coke) escreveu:

 E como eu ativaria tudo isso diretamente no boot do FreeBSD?

 tudo no FreeBSD é configurado no /etc/rc.conf

 --
  saudações,
  irado furioso com tudo
  Linux User 179402/FreeBSD BSD50853/FUG-BR 154
  Não uso drogas - 100% Miko$hit-free
 No boxe, geralmente o juiz é a única pessoa que sabe contar até dez.
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd




 --
 Alessandro de Souza Rocha
 Administrador de Redes e Sistemas
 FreeBSD-BR User #117
  Long live FreeBSD

  Powered by 

   (__)
\\\'',)
  \/  \ ^
  .\._/_)

  www.FreeBSD.org
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd



-- 
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
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-08 Por tôpico Luiz Otavio O Souza
 Não vi referencia a prometida multiplas rotas default(s) e sobre a
 esperada facilidade de virtualizaçãotento etc e tal conforme descrito no
 link :

 http://ivoras.sharanet.org/freebsd/freebsd8.html

 []'s

Marcello,

Veja se é isso que você esta procurando..

server# setfib 1 route add default 192.168.0.254
add net default: gateway 192.168.0.254
server# setfib 1 route add default 192.168.0.253
add net default: gateway 192.168.0.253

server# setfib 1 netstat -rn
Routing tables

Internet:
DestinationGatewayFlagsRefs  Use  Netif Expire
default192.168.0.254  UGS 00rl0 =
default192.168.0.253  UGS 00rl0
127.0.0.1  link#4 UH  00lo0
192.168.0.0/24 link#1 U   00rl0
xxx.xxx.xxx.242link#5 UH  00   tun0

Internet6:
Destination   Gateway   Flags 
Netif Expire
::1   ::1   UH 
lo0
fe80::%lo0/64 link#4U 
lo0
ff01:4::/32   fe80::1%lo0   U 
lo0
ff02::%lo0/32 fe80::1%lo0   U 
lo0
ff02::%tun0/32fe80::208:54ff:fe0e:5577%tun0 UGS

server# uname -a
FreeBSD server.rede.int.br 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r194962M: Fri 
Jul  3 14:37:48 BRT 2009 
r...@server.rede.int.br:/usr/src/sys/i386/compile/FW  i386

* usei a FIB 1 apenas para exemplo e para não estragar o meu roteamento 
que esta na FIB 0 (para a tabela default basta remover o comando setfib(1)).

Para ativar esse suporte a multi-rotas você precisa adicionar options 
RADIX_MPATH no seu kernel.

Estou com um servidor pronto para testar isso (sim, só fiz alguns testes de 
laboratório, agora vai pra produção !). A instalação deve ser marcada na 
próxima semana (dependia de um switch que chegou ontem).

A virtualização esta quase pronta (pelo pouco que sei, essa eu nunca 
testei), existem patchs para você testar se quiser. Não tenho certeza se 
isso será integrado a tempo do 8.0, mas o recurso deve ficar pronto ainda 
para a série 8.

Abração,
Luiz
PS: Cade aquela puma ? =)
PS2: Agora sim vou precisar voltar a beber... fibs + radix_mpath... wow ;) 

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Otacílio de Araújo Ramos Neto
Onde eu me informo sobre o que foi mudado para a série 8.
Melhoraram o suporte a USB?

2009/7/7 Renato Botelho rbga...@gmail.com

 Quem puder/quiser testar, depois manda um resultado, positivou ou negativo
 pra freebsd-sta...@freebsd.org

 Obrigado

 -- Forwarded message --
 From: Ken Smith kensm...@cse.buffalo.edu
 Date: Mon, Jul 6, 2009 at 9:33 PM
 Subject: FreeBSD 8.0-BETA1 Available
 To: freebsd-stable freebsd-sta...@freebsd.org, freebsd-current
 freebsd-curr...@freebsd.org



 The first public test build of the FreeBSD 8.0-RELEASE test cycle is now
 available, 8.0-BETA1.  Through the next week or so more information
 about the release will be posted but here is the current target schedule
 for the other 'major events':

BETA2:  July 13, 2009
BETA3:  July 20, 2009
RC1:July 27, 2009
RC2:August 17, 2009
RELEASE:August 31, 2009

 People with the resources to do so (test machines...) are encouraged to
 give 8.0-BETA1 a try.  At this point it is not quite ready for
 production systems but mostly because there is still some ongoing work
 in a few areas that may cause some changes in things like ABI/API.
 Debugging support (WITNESS, malloc debugging, etc.) are also still
 turned on and those tend to cause a performance hit.  As far as we know
 there are no known issues that would cause data corruption or anything
 like that, just the issues with performance and potential for changes
 caused by ongoing work.  If you find problems they can be reported
 through the normal Gnats based PR system or posted to the mailing lists.

 Note that for BETA1 no packages were included with any of the images.

 The amd64 and i386 architectures include a file named:

8.0-BETA1-arch-memstick.img

 If you copy that to a USB memory stick newer machines should be able to
 boot from it and use it to install from.  Note that you need to
 overwrite the contents of the memory stick completely, not copy it into
 an existing filesystem on the memory stick.  Exactly how you do that
 depends on your machine but just to give you an example this works on
 the machine I tested it with:

  dd if=8.0-BETA1-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

 Be careful if you have SCSI drives, more USB disks than just the memory
 stick, etc - make sure /dev/da0 (or whatever you use) is the memory
 stick.  Using this image for livefs based rescue mode is known to not
 work, that is one of the things still being worked on.

 FreeBSD Update was not ready for updates to 8.0 at the point this
 message was sent but it is also being worked on.  A separate message
 will be posted when it's ready.

 Checksums for the images:

 MD5 (8.0-BETA1-amd64-bootonly.iso) = e7cc0b3b022775f6be058044f171e3d2
 MD5 (8.0-BETA1-amd64-disc1.iso) = ad259bc0d57e1a7ae1afdc04bbb87cfd
 MD5 (8.0-BETA1-amd64-dvd1.iso) = f240e48be3db47ed338bb157244b874d
 MD5 (8.0-BETA1-amd64-livefs.iso) = 2a0f06d61d2722efe68cf8c6a14de0c6
 MD5 (8.0-BETA1-amd64-memstick.img) = 10bc42a388c213497f03aadad30e0486

 MD5 (8.0-BETA1-i386-bootonly.iso) = cadcdb82377705061a0d464569ecfef7
 MD5 (8.0-BETA1-i386-disc1.iso) = 9e19a4edcc3b2d7f594cbcdc7fcabace
 MD5 (8.0-BETA1-i386-dvd1.iso) = 98a2f5e05391eb4ab2b421443296cd7b
 MD5 (8.0-BETA1-i386-livefs.iso) = c1d35cd8a15434b2af0bc1f27ddb48a1
 MD5 (8.0-BETA1-i386-memstick.img) = c6a0fbe8e31b2987b5da47c52705fa8e

 MD5 (8.0-BETA1-ia64-bootonly.iso) = d40385e657477566100ae66485a98bb3
 MD5 (8.0-BETA1-ia64-disc1.iso) = 216b4e54536bb41c5a9543ce88f288bc
 MD5 (8.0-BETA1-ia64-disc2.iso) = 790eb3e163aee02c7c6dddcfa54cc167
 MD5 (8.0-BETA1-ia64-disc3.iso) = b59510898c2ce1cfe594620cc2f9de97
 MD5 (8.0-BETA1-ia64-dvd1.iso) = ce7d5abec2aaed9028b82c66445e2734
 MD5 (8.0-BETA1-ia64-livefs.iso) = 5021774a2349d960e859082065c1bc86

 MD5 (8.0-BETA1-pc98-bootonly.iso) = 9a421562167c5d6806784151c26694fe
 MD5 (8.0-BETA1-pc98-disc1.iso) = b5ca7555697677eb23057fffe2c47062
 MD5 (8.0-BETA1-pc98-livefs.iso) = 0c8a405c394651ea61dee34d9637b47e

 MD5 (8.0-BETA1-powerpc-bootonly.iso) = e982f204c4024c544f88753b47a5
 MD5 (8.0-BETA1-powerpc-disc1.iso) = 0e59688100a8288e2bee87c4d0f9b0ee
 MD5 (8.0-BETA1-powerpc-disc2.iso) = 1426a523d1b2480c4f546422934d1cc4
 MD5 (8.0-BETA1-powerpc-disc3.iso) = d6b7505441c756be547b4587331af6b9
 MD5 (8.0-BETA1-powerpc-livefs.iso) = 2dbf7c3543fcd35c834fd19f64f240cf

 MD5 (8.0-BETA1-sparc64-bootonly.iso) = 24004c2014edcbafb68f09399db1b74d
 MD5 (8.0-BETA1-sparc64-disc1.iso) = 96e7a0b14581fac7ab845a4e9916d393
 MD5 (8.0-BETA1-sparc64-dvd1.iso) = efcc5a4923f335cd483d76395333b639

 SHA256 (8.0-BETA1-amd64-bootonly.iso) =
 d49e8651f71c1a4a4d2ad9b4e391e7dfea2fec159a716876c4c0a547b346d34d
 SHA256 (8.0-BETA1-amd64-disc1.iso) =
 692eb89c0ba07dc161ad2ea366516a2210c5d5e5cf90a48ed6316e67b7ebb5e4
 SHA256 (8.0-BETA1-amd64-dvd1.iso) =
 eaf4a18c269589af516f6c96af164f918345a34e2fb1e5273762479a7779c4cd
 SHA256 (8.0-BETA1-amd64-livefs.iso) =
 b9e68d7944707f73f0894e0f610ff73ff5c5350e9dbc15d980a4d9413d61daf8
 SHA256 

Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Sylvio Cesar
Otacílio,

   Segue o link:

 http://www.freebsd.org/relnotes/CURRENT/relnotes/

Att,

Sylvio Cesar


2009/7/7 Otacílio de Araújo Ramos Neto otacilio.n...@ee.ufcg.edu.br:
 Onde eu me informo sobre o que foi mudado para a série 8.
 Melhoraram o suporte a USB?

 2009/7/7 Renato Botelho rbga...@gmail.com

 Quem puder/quiser testar, depois manda um resultado, positivou ou negativo
 pra freebsd-sta...@freebsd.org

 Obrigado

 -- Forwarded message --
 From: Ken Smith kensm...@cse.buffalo.edu
 Date: Mon, Jul 6, 2009 at 9:33 PM
 Subject: FreeBSD 8.0-BETA1 Available
 To: freebsd-stable freebsd-sta...@freebsd.org, freebsd-current
 freebsd-curr...@freebsd.org



 The first public test build of the FreeBSD 8.0-RELEASE test cycle is now
 available, 8.0-BETA1.  Through the next week or so more information
 about the release will be posted but here is the current target schedule
 for the other 'major events':

        BETA2:  July 13, 2009
        BETA3:  July 20, 2009
        RC1:    July 27, 2009
        RC2:    August 17, 2009
        RELEASE:August 31, 2009

 People with the resources to do so (test machines...) are encouraged to
 give 8.0-BETA1 a try.  At this point it is not quite ready for
 production systems but mostly because there is still some ongoing work
 in a few areas that may cause some changes in things like ABI/API.
 Debugging support (WITNESS, malloc debugging, etc.) are also still
 turned on and those tend to cause a performance hit.  As far as we know
 there are no known issues that would cause data corruption or anything
 like that, just the issues with performance and potential for changes
 caused by ongoing work.  If you find problems they can be reported
 through the normal Gnats based PR system or posted to the mailing lists.

 Note that for BETA1 no packages were included with any of the images.

 The amd64 and i386 architectures include a file named:

        8.0-BETA1-arch-memstick.img

 If you copy that to a USB memory stick newer machines should be able to
 boot from it and use it to install from.  Note that you need to
 overwrite the contents of the memory stick completely, not copy it into
 an existing filesystem on the memory stick.  Exactly how you do that
 depends on your machine but just to give you an example this works on
 the machine I tested it with:

  dd if=8.0-BETA1-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

 Be careful if you have SCSI drives, more USB disks than just the memory
 stick, etc - make sure /dev/da0 (or whatever you use) is the memory
 stick.  Using this image for livefs based rescue mode is known to not
 work, that is one of the things still being worked on.

 FreeBSD Update was not ready for updates to 8.0 at the point this
 message was sent but it is also being worked on.  A separate message
 will be posted when it's ready.

 Checksums for the images:

 MD5 (8.0-BETA1-amd64-bootonly.iso) = e7cc0b3b022775f6be058044f171e3d2
 MD5 (8.0-BETA1-amd64-disc1.iso) = ad259bc0d57e1a7ae1afdc04bbb87cfd
 MD5 (8.0-BETA1-amd64-dvd1.iso) = f240e48be3db47ed338bb157244b874d
 MD5 (8.0-BETA1-amd64-livefs.iso) = 2a0f06d61d2722efe68cf8c6a14de0c6
 MD5 (8.0-BETA1-amd64-memstick.img) = 10bc42a388c213497f03aadad30e0486

 MD5 (8.0-BETA1-i386-bootonly.iso) = cadcdb82377705061a0d464569ecfef7
 MD5 (8.0-BETA1-i386-disc1.iso) = 9e19a4edcc3b2d7f594cbcdc7fcabace
 MD5 (8.0-BETA1-i386-dvd1.iso) = 98a2f5e05391eb4ab2b421443296cd7b
 MD5 (8.0-BETA1-i386-livefs.iso) = c1d35cd8a15434b2af0bc1f27ddb48a1
 MD5 (8.0-BETA1-i386-memstick.img) = c6a0fbe8e31b2987b5da47c52705fa8e

 MD5 (8.0-BETA1-ia64-bootonly.iso) = d40385e657477566100ae66485a98bb3
 MD5 (8.0-BETA1-ia64-disc1.iso) = 216b4e54536bb41c5a9543ce88f288bc
 MD5 (8.0-BETA1-ia64-disc2.iso) = 790eb3e163aee02c7c6dddcfa54cc167
 MD5 (8.0-BETA1-ia64-disc3.iso) = b59510898c2ce1cfe594620cc2f9de97
 MD5 (8.0-BETA1-ia64-dvd1.iso) = ce7d5abec2aaed9028b82c66445e2734
 MD5 (8.0-BETA1-ia64-livefs.iso) = 5021774a2349d960e859082065c1bc86

 MD5 (8.0-BETA1-pc98-bootonly.iso) = 9a421562167c5d6806784151c26694fe
 MD5 (8.0-BETA1-pc98-disc1.iso) = b5ca7555697677eb23057fffe2c47062
 MD5 (8.0-BETA1-pc98-livefs.iso) = 0c8a405c394651ea61dee34d9637b47e

 MD5 (8.0-BETA1-powerpc-bootonly.iso) = e982f204c4024c544f88753b47a5
 MD5 (8.0-BETA1-powerpc-disc1.iso) = 0e59688100a8288e2bee87c4d0f9b0ee
 MD5 (8.0-BETA1-powerpc-disc2.iso) = 1426a523d1b2480c4f546422934d1cc4
 MD5 (8.0-BETA1-powerpc-disc3.iso) = d6b7505441c756be547b4587331af6b9
 MD5 (8.0-BETA1-powerpc-livefs.iso) = 2dbf7c3543fcd35c834fd19f64f240cf

 MD5 (8.0-BETA1-sparc64-bootonly.iso) = 24004c2014edcbafb68f09399db1b74d
 MD5 (8.0-BETA1-sparc64-disc1.iso) = 96e7a0b14581fac7ab845a4e9916d393
 MD5 (8.0-BETA1-sparc64-dvd1.iso) = efcc5a4923f335cd483d76395333b639

 SHA256 (8.0-BETA1-amd64-bootonly.iso) =
 d49e8651f71c1a4a4d2ad9b4e391e7dfea2fec159a716876c4c0a547b346d34d
 SHA256 (8.0-BETA1-amd64-disc1.iso) =
 692eb89c0ba07dc161ad2ea366516a2210c5d5e5cf90a48ed6316e67b7ebb5e4
 SHA256 (8.0-BETA1-amd64-dvd1.iso) =
 

Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Thiago Gomes
será que pode ter algum problema na atualização da versão 7.x para 8.x ?

2009/7/7 Renato Botelho rbga...@gmail.com:
 2009/7/7 Otacílio de Araújo Ramos Neto otacilio.n...@ee.ufcg.edu.br:
 Onde eu me informo sobre o que foi mudado para a série 8.
 Melhoraram o suporte a USB?

 O stack de USB foi substituído pelo usb4bsd e o antigo foi removido,
 ou seja, um novo suporte a USB 100% diferente do 7.x, e muito, mas
 muito melhor.

 --
 Renato Botelho
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Renato Botelho
2009/7/7 Otacílio de Araújo Ramos Neto otacilio.n...@ee.ufcg.edu.br:
 Onde eu me informo sobre o que foi mudado para a série 8.
 Melhoraram o suporte a USB?

O stack de USB foi substituído pelo usb4bsd e o antigo foi removido,
ou seja, um novo suporte a USB 100% diferente do 7.x, e muito, mas
muito melhor.

-- 
Renato Botelho
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Otacílio de Araújo Ramos Neto
2009/7/7 Renato Botelho rbga...@gmail.com

 2009/7/7 Otacílio de Araújo Ramos Neto otacilio.n...@ee.ufcg.edu.br:
  Onde eu me informo sobre o que foi mudado para a série 8.
  Melhoraram o suporte a USB?

 O stack de USB foi substituído pelo usb4bsd e o antigo foi removido,
 ou seja, um novo suporte a USB 100% diferente do 7.x, e muito, mas
 muito melhor.

 --
 Renato Botelho
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Minha Cam não está funcionando e até onde sei o problema é no driver USB.
Tomara que com esse novo resolva.
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Nenhum_de_Nos

On Tue, July 7, 2009 11:23, Renato Botelho wrote:
 2009/7/7 Otacílio de Araújo Ramos Neto otacilio.n...@ee.ufcg.edu.br:
 Onde eu me informo sobre o que foi mudado para a série 8.
 Melhoraram o suporte a USB?

 O stack de USB foi substituído pelo usb4bsd e o antigo foi removido,
 ou seja, um novo suporte a USB 100% diferente do 7.x, e muito, mas
 muito melhor.

melhorou mesmo, muito. mas eu fui sorteado para ter uma placa para não ser
100%. ela reclama vez por outra do cdrom-usb e não dá boot via hdd-usb nem
a paw.

torcendo para que quando nascer 8.0R isso seja resolvido :)

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
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Renato Botelho
2009/7/7 Nenhum_de_Nos math...@eternamente.info:

 On Tue, July 7, 2009 11:23, Renato Botelho wrote:
 2009/7/7 Otacílio de Araújo Ramos Neto otacilio.n...@ee.ufcg.edu.br:
 Onde eu me informo sobre o que foi mudado para a série 8.
 Melhoraram o suporte a USB?

 O stack de USB foi substituído pelo usb4bsd e o antigo foi removido,
 ou seja, um novo suporte a USB 100% diferente do 7.x, e muito, mas
 muito melhor.

 melhorou mesmo, muito. mas eu fui sorteado para ter uma placa para não ser
 100%. ela reclama vez por outra do cdrom-usb e não dá boot via hdd-usb nem
 a paw.

 torcendo para que quando nascer 8.0R isso seja resolvido :)

Você já reportou? O Hans costuma resolver esses problemas bem
rápido e o thompsa se encarrega de fazer os commits.

Tive uns problemas logo que importaram o novo stack e ele se mostrou
pronto a solucionar.

-- 
Renato Botelho
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Marcello
Não vi referencia a prometida multiplas rotas default(s) e sobre a
esperada facilidade de virtualizaçãotento etc e tal conforme descrito no
link :

http://ivoras.sharanet.org/freebsd/freebsd8.html

[]'s

Em Ter, 2009-07-07 às 17:26 -0300, Renato Botelho escreveu:
 2009/7/7 Nenhum_de_Nos math...@eternamente.info:
 
  On Tue, July 7, 2009 11:23, Renato Botelho wrote:
  2009/7/7 Otacílio de Araújo Ramos Neto otacilio.n...@ee.ufcg.edu.br:
  Onde eu me informo sobre o que foi mudado para a série 8.
  Melhoraram o suporte a USB?
 
  O stack de USB foi substituído pelo usb4bsd e o antigo foi removido,
  ou seja, um novo suporte a USB 100% diferente do 7.x, e muito, mas
  muito melhor.
 
  melhorou mesmo, muito. mas eu fui sorteado para ter uma placa para não ser
  100%. ela reclama vez por outra do cdrom-usb e não dá boot via hdd-usb nem
  a paw.
 
  torcendo para que quando nascer 8.0R isso seja resolvido :)
 
 Você já reportou? O Hans costuma resolver esses problemas bem
 rápido e o thompsa se encarrega de fazer os commits.
 
 Tive uns problemas logo que importaram o novo stack e ele se mostrou
 pronto a solucionar.
 

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: FreeBSD 8.0-BETA1 Available

2009-07-07 Por tôpico Nenhum_de_Nos

On Tue, July 7, 2009 17:26, Renato Botelho wrote:
 2009/7/7 Nenhum_de_Nos math...@eternamente.info:

 On Tue, July 7, 2009 11:23, Renato Botelho wrote:
 2009/7/7 Otacílio de Araújo Ramos Neto otacilio.n...@ee.ufcg.edu.br:
 Onde eu me informo sobre o que foi mudado para a série 8.
 Melhoraram o suporte a USB?

 O stack de USB foi substituído pelo usb4bsd e o antigo foi removido,
 ou seja, um novo suporte a USB 100% diferente do 7.x, e muito, mas
 muito melhor.

 melhorou mesmo, muito. mas eu fui sorteado para ter uma placa para não
 ser
 100%. ela reclama vez por outra do cdrom-usb e não dá boot via hdd-usb
 nem
 a paw.

 torcendo para que quando nascer 8.0R isso seja resolvido :)

 Você já reportou? O Hans costuma resolver esses problemas bem
 rápido e o thompsa se encarrega de fazer os commits.

 Tive uns problemas logo que importaram o novo stack e ele se mostrou
 pronto a solucionar.

não posso reclamar disso. eu falei. teve umas (duas pelo menos) threads
meio gigantes na current@ sobre isso, mas nada :( acredito que é culpa da
via e do chipset dela :/

como vi que não era por aí, mudei o plano e não mais uso isso. só ainda
tenho problemas quando instalo via usb-cdrom neste hardware. não testei em
outro.

vou ver como isso fica nos betas e rc's da vida.

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
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd