Re: Contributing to FreeBSD

2013-09-30 Thread Fernando Apesteguía
On Mon, Sep 30, 2013 at 1:46 PM, karan garg karangar...@gmail.com wrote:

 Hi all,

 I am an open source enthusiast and new to freeBSD community. I am an RHCE
 and have a reasonable knowledge of linux administration, database, Bash
 Scripting, and C/C++.

 I want to contribute to the community. I have gone through the FreeBSD
 handbook, and list of various projects under the community. However, I was
 unable to determine a suitable project for me to get started. So, I would
 really appreciate if you could help me find a project that would require my
 field of knowledge.


I suppose that depends on your interests and your habilities.

You can check the Ideas Page:

https://wiki.freebsd.org/IdeasPage

Ports need work too, so you can try to port something new that people want:

https://wiki.freebsd.org/WantedPorts

or adopt an orphaned port:

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


Contributing documentation is always welcomed AFAIK.

Cheers.



 Also, I wish to apply for GSOC-2014 and have checked the ideas page but
 found the similar problems as above.

 Also, if you could give me a link of resources and handbook for me to go
 through before starting to contribute.






 --
 Regards :)
 Karan
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

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


Re: f9 snmpd[4517]: stack overflow detected; terminated

2013-09-03 Thread Fernando Apesteguía
On Tue, Sep 3, 2013 at 9:04 PM, alexus ale...@gmail.com wrote:

 can you guide me through to get whole backtrace please?


After opening the core like you did, type bt and press enter.




 On Tue, Aug 27, 2013 at 5:19 PM, Fernando Apesteguía 
 fernando.apesteg...@gmail.com wrote:


 El 27/08/2013 05:03, alexus ale...@gmail.com escribió:

 
  f9# gdb `which bsnmpd` /bsnmpd.core
  GNU gdb 6.1.1 [FreeBSD]
  Copyright 2004 Free Software Foundation, Inc.
  GDB is free software, covered by the GNU General Public License, and
 you are
  welcome to change it and/or distribute copies of it under certain
  conditions.
  Type show copying to see the conditions.
  There is absolutely no warranty for GDB.  Type show warranty for
 details.
  This GDB was configured as amd64-marcel-freebsd...(no debugging
 symbols
  found)...
  Core was generated by `bsnmpd'.
  Program terminated with signal 6, Aborted.
  Reading symbols from /lib/libbegemot.so.4...(no debugging symbols
  found)...done.
  Loaded symbols for /lib/libbegemot.so.4
  Reading symbols from /usr/lib/libbsnmp.so.6...(no debugging symbols
  found)...done.
  Loaded symbols for /usr/lib/libbsnmp.so.6
  Reading symbols from /usr/lib/libwrap.so.6...(no debugging symbols
  found)...done.
  Loaded symbols for /usr/lib/libwrap.so.6
  Reading symbols from /lib/libc.so.7...(no debugging symbols
 found)...done.
  Loaded symbols for /lib/libc.so.7
  Reading symbols from /lib/libcrypto.so.6...(no debugging symbols
  found)...done.
  Loaded symbols for /lib/libcrypto.so.6
  Reading symbols from /usr/lib/snmp_mibII.so...(no debugging symbols
  found)...done.
  Loaded symbols for /usr/lib/snmp_mibII.so
  Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols
  found)...done.
  Loaded symbols for /libexec/ld-elf.so.1
  #0  0x000800f54d6c in kill () from /lib/libc.so.7
  (gdb)

 Is that the whole backtrace?

 
 
 
  On Mon, Aug 26, 2013 at 10:42 PM, James Gosnell jamesgosn...@gmail.com
 wrote:
 
   What's the core dump and your config file look like?
  
  
   On Mon, Aug 26, 2013 at 9:28 PM, alexus ale...@gmail.com wrote:
  
My bsnmpd(1) keep crashing(
   
f9# uname -a
FreeBSD f9.alexus.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0:
 Wed Aug
   21
20:40:52 UTC 2013
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
 amd64
f9# bzip2 -cd all.log.1.bz2 | grep snmpd
Aug 24 20:59:55 f9 snmpd[4517]: stack overflow detected; terminated
Aug 24 20:59:55 f9 kernel: Aug 24 20:59:55 f9 snmpd[4517]: stack
 overflow
detected; terminated
Aug 24 20:59:56 f9 kernel: pid 4517 (bsnmpd), uid 0: exited on
 signal 6
(core dumped)
f9# head -1 /etc/snmpd.config
# $FreeBSD: release/9.1.0/etc/snmpd.config 216595 2010-12-20
 17:28:15Z
syrinx $
f9#
   
What can I do to resolve it?
   
--
http://alexus.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org
   
  
  
  
   --
   James Gosnell, ACP
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to 
   freebsd-questions-unsubscr...@freebsd.org
  
 
 
 
  --
  http://alexus.org/
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




 --
 http://alexus.org/

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


Re: f9 snmpd[4517]: stack overflow detected; terminated

2013-09-03 Thread Fernando Apesteguía
El 03/09/2013 21:11, alexus ale...@gmail.com escribió:

 it's _REALLY_ long, but if you want I can upload it somewhere...

 last couple of lines is following:

 #13163 0x000800624244 in dlclose () from /libexec/ld-elf.so.1
 Previous frame inner to this frame (corrupt stack?)

Not much there.

Paste the last 10 or 20 lines please. Let's see if that throws some light.




 On Tue, Sep 3, 2013 at 3:08 PM, Fernando Apesteguía 
fernando.apesteg...@gmail.com wrote:




 On Tue, Sep 3, 2013 at 9:04 PM, alexus ale...@gmail.com wrote:

 can you guide me through to get whole backtrace please?


 After opening the core like you did, type bt and press enter.




 On Tue, Aug 27, 2013 at 5:19 PM, Fernando Apesteguía 
fernando.apesteg...@gmail.com wrote:


 El 27/08/2013 05:03, alexus ale...@gmail.com escribió:


 
  f9# gdb `which bsnmpd` /bsnmpd.core
  GNU gdb 6.1.1 [FreeBSD]
  Copyright 2004 Free Software Foundation, Inc.
  GDB is free software, covered by the GNU General Public License, and
you are
  welcome to change it and/or distribute copies of it under certain
  conditions.
  Type show copying to see the conditions.
  There is absolutely no warranty for GDB.  Type show warranty for
details.
  This GDB was configured as amd64-marcel-freebsd...(no debugging
symbols
  found)...
  Core was generated by `bsnmpd'.
  Program terminated with signal 6, Aborted.
  Reading symbols from /lib/libbegemot.so.4...(no debugging symbols
  found)...done.
  Loaded symbols for /lib/libbegemot.so.4
  Reading symbols from /usr/lib/libbsnmp.so.6...(no debugging symbols
  found)...done.
  Loaded symbols for /usr/lib/libbsnmp.so.6
  Reading symbols from /usr/lib/libwrap.so.6...(no debugging symbols
  found)...done.
  Loaded symbols for /usr/lib/libwrap.so.6
  Reading symbols from /lib/libc.so.7...(no debugging symbols
found)...done.
  Loaded symbols for /lib/libc.so.7
  Reading symbols from /lib/libcrypto.so.6...(no debugging symbols
  found)...done.
  Loaded symbols for /lib/libcrypto.so.6
  Reading symbols from /usr/lib/snmp_mibII.so...(no debugging symbols
  found)...done.
  Loaded symbols for /usr/lib/snmp_mibII.so
  Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols
  found)...done.
  Loaded symbols for /libexec/ld-elf.so.1
  #0  0x000800f54d6c in kill () from /lib/libc.so.7
  (gdb)

 Is that the whole backtrace?

 
 
 
  On Mon, Aug 26, 2013 at 10:42 PM, James Gosnell 
jamesgosn...@gmail.comwrote:
 
   What's the core dump and your config file look like?
  
  
   On Mon, Aug 26, 2013 at 9:28 PM, alexus ale...@gmail.com wrote:
  
My bsnmpd(1) keep crashing(
   
f9# uname -a
FreeBSD f9.alexus.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0:
Wed Aug
   21
20:40:52 UTC 2013
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
 amd64
f9# bzip2 -cd all.log.1.bz2 | grep snmpd
Aug 24 20:59:55 f9 snmpd[4517]: stack overflow detected;
terminated
Aug 24 20:59:55 f9 kernel: Aug 24 20:59:55 f9 snmpd[4517]: stack
overflow
detected; terminated
Aug 24 20:59:56 f9 kernel: pid 4517 (bsnmpd), uid 0: exited on
signal 6
(core dumped)
f9# head -1 /etc/snmpd.config
# $FreeBSD: release/9.1.0/etc/snmpd.config 216595 2010-12-20
17:28:15Z
syrinx $
f9#
   
What can I do to resolve it?
   
--
http://alexus.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org
   
  
  
  
   --
   James Gosnell, ACP
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to 
   freebsd-questions-unsubscr...@freebsd.org
  
 
 
 
  --
  http://alexus.org/
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




 --
 http://alexus.org/





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


Re: f9 snmpd[4517]: stack overflow detected; terminated

2013-09-03 Thread Fernando Apesteguía
On Tue, Sep 3, 2013 at 9:22 PM, alexus ale...@gmail.com wrote:

 #13156 0x in ?? ()
 #13157 0x0001 in ?? ()
 #13158 0x7fffae80 in ?? ()
 #13159 0x00080063c400 in ?? ()
 #13160 0x7fffae90 in ?? ()
 #13161 0x7fffae30 in ?? ()
 #13162 0x00080063c000 in ?? ()
 #13163 0x000800624244 in dlclose () from /libexec/ld-elf.so.1
 Previous frame inner to this frame (corrupt stack?)
 (gdb)

 http://pastebin.com/qhQGC5A4


It was long indeed :)

It seems to me you are receiving a very long query from the network and
somehow, the snmp_input_finish() function is blowing up.







 On Tue, Sep 3, 2013 at 3:18 PM, Fernando Apesteguía 
 fernando.apesteg...@gmail.com wrote:


 El 03/09/2013 21:11, alexus ale...@gmail.com escribió:

 
  it's _REALLY_ long, but if you want I can upload it somewhere...
 
  last couple of lines is following:
 
  #13163 0x000800624244 in dlclose () from /libexec/ld-elf.so.1
  Previous frame inner to this frame (corrupt stack?)

 Not much there.

 Paste the last 10 or 20 lines please. Let's see if that throws some light.

 
 
 
  On Tue, Sep 3, 2013 at 3:08 PM, Fernando Apesteguía 
 fernando.apesteg...@gmail.com wrote:
 
 
 
 
  On Tue, Sep 3, 2013 at 9:04 PM, alexus ale...@gmail.com wrote:
 
  can you guide me through to get whole backtrace please?
 
 
  After opening the core like you did, type bt and press enter.
 
 
 
 
  On Tue, Aug 27, 2013 at 5:19 PM, Fernando Apesteguía 
 fernando.apesteg...@gmail.com wrote:
 
 
  El 27/08/2013 05:03, alexus ale...@gmail.com escribió:
 
 
  
   f9# gdb `which bsnmpd` /bsnmpd.core
   GNU gdb 6.1.1 [FreeBSD]
   Copyright 2004 Free Software Foundation, Inc.
   GDB is free software, covered by the GNU General Public License,
 and you are
   welcome to change it and/or distribute copies of it under certain
   conditions.
   Type show copying to see the conditions.
   There is absolutely no warranty for GDB.  Type show warranty for
 details.
   This GDB was configured as amd64-marcel-freebsd...(no debugging
 symbols
   found)...
   Core was generated by `bsnmpd'.
   Program terminated with signal 6, Aborted.
   Reading symbols from /lib/libbegemot.so.4...(no debugging symbols
   found)...done.
   Loaded symbols for /lib/libbegemot.so.4
   Reading symbols from /usr/lib/libbsnmp.so.6...(no debugging symbols
   found)...done.
   Loaded symbols for /usr/lib/libbsnmp.so.6
   Reading symbols from /usr/lib/libwrap.so.6...(no debugging symbols
   found)...done.
   Loaded symbols for /usr/lib/libwrap.so.6
   Reading symbols from /lib/libc.so.7...(no debugging symbols
 found)...done.
   Loaded symbols for /lib/libc.so.7
   Reading symbols from /lib/libcrypto.so.6...(no debugging symbols
   found)...done.
   Loaded symbols for /lib/libcrypto.so.6
   Reading symbols from /usr/lib/snmp_mibII.so...(no debugging symbols
   found)...done.
   Loaded symbols for /usr/lib/snmp_mibII.so
   Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols
   found)...done.
   Loaded symbols for /libexec/ld-elf.so.1
   #0  0x000800f54d6c in kill () from /lib/libc.so.7
   (gdb)
 
  Is that the whole backtrace?
 
  
  
  
   On Mon, Aug 26, 2013 at 10:42 PM, James Gosnell 
 jamesgosn...@gmail.comwrote:
  
What's the core dump and your config file look like?
   
   
On Mon, Aug 26, 2013 at 9:28 PM, alexus ale...@gmail.com
 wrote:
   
 My bsnmpd(1) keep crashing(

 f9# uname -a
 FreeBSD f9.alexus.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6
 #0: Wed Aug
21
 20:40:52 UTC 2013
 r...@amd64-builder.daemonology.net:
 /usr/obj/usr/src/sys/GENERIC
  amd64
 f9# bzip2 -cd all.log.1.bz2 | grep snmpd
 Aug 24 20:59:55 f9 snmpd[4517]: stack overflow detected;
 terminated
 Aug 24 20:59:55 f9 kernel: Aug 24 20:59:55 f9 snmpd[4517]:
 stack overflow
 detected; terminated
 Aug 24 20:59:56 f9 kernel: pid 4517 (bsnmpd), uid 0: exited on
 signal 6
 (core dumped)
 f9# head -1 /etc/snmpd.config
 # $FreeBSD: release/9.1.0/etc/snmpd.config 216595 2010-12-20
 17:28:15Z
 syrinx $
 f9#

 What can I do to resolve it?

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

   
   
   
--
James Gosnell, ACP
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org
   
  
  
  
   --
   http://alexus.org/
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to 
 freebsd-questions-unsubscr

Re: f9 snmpd[4517]: stack overflow detected; terminated

2013-09-03 Thread Fernando Apesteguía
El 03/09/2013 21:47, alexus ale...@gmail.com escribió:

 I use bsnmpd w/ mrtg (have been for very long time and everything was ok,
till recently), mrtg just monitors interface(s) as it always did, nothing
special..

 any ideas how to solve it though?

I'm really sorry. I don't use SNMP.
I would try to configure snmpd to be as verbose as possible and see if it
can log something interesting before it crashes.

Maybe someone who uses it can step in and help you to debug the problem.



 On Tue, Sep 3, 2013 at 3:40 PM, Fernando Apesteguía 
fernando.apesteg...@gmail.com wrote:




 On Tue, Sep 3, 2013 at 9:22 PM, alexus ale...@gmail.com wrote:

 #13156 0x in ?? ()
 #13157 0x0001 in ?? ()
 #13158 0x7fffae80 in ?? ()
 #13159 0x00080063c400 in ?? ()
 #13160 0x7fffae90 in ?? ()
 #13161 0x7fffae30 in ?? ()
 #13162 0x00080063c000 in ?? ()
 #13163 0x000800624244 in dlclose () from /libexec/ld-elf.so.1
 Previous frame inner to this frame (corrupt stack?)
 (gdb)

 http://pastebin.com/qhQGC5A4


 It was long indeed :)

 It seems to me you are receiving a very long query from the network and
somehow, the snmp_input_finish() function is blowing up.







 On Tue, Sep 3, 2013 at 3:18 PM, Fernando Apesteguía 
fernando.apesteg...@gmail.com wrote:


 El 03/09/2013 21:11, alexus ale...@gmail.com escribió:


 
  it's _REALLY_ long, but if you want I can upload it somewhere...
 
  last couple of lines is following:
 
  #13163 0x000800624244 in dlclose () from /libexec/ld-elf.so.1
  Previous frame inner to this frame (corrupt stack?)

 Not much there.

 Paste the last 10 or 20 lines please. Let's see if that throws some
light.

 
 
 
  On Tue, Sep 3, 2013 at 3:08 PM, Fernando Apesteguía 
fernando.apesteg...@gmail.com wrote:
 
 
 
 
  On Tue, Sep 3, 2013 at 9:04 PM, alexus ale...@gmail.com wrote:
 
  can you guide me through to get whole backtrace please?
 
 
  After opening the core like you did, type bt and press enter.
 
 
 
 
  On Tue, Aug 27, 2013 at 5:19 PM, Fernando Apesteguía 
fernando.apesteg...@gmail.com wrote:
 
 
  El 27/08/2013 05:03, alexus ale...@gmail.com escribió:
 
 
  
   f9# gdb `which bsnmpd` /bsnmpd.core
   GNU gdb 6.1.1 [FreeBSD]
   Copyright 2004 Free Software Foundation, Inc.
   GDB is free software, covered by the GNU General Public
License, and you are
   welcome to change it and/or distribute copies of it under
certain
   conditions.
   Type show copying to see the conditions.
   There is absolutely no warranty for GDB.  Type show warranty
for details.
   This GDB was configured as amd64-marcel-freebsd...(no
debugging symbols
   found)...
   Core was generated by `bsnmpd'.
   Program terminated with signal 6, Aborted.
   Reading symbols from /lib/libbegemot.so.4...(no debugging
symbols
   found)...done.
   Loaded symbols for /lib/libbegemot.so.4
   Reading symbols from /usr/lib/libbsnmp.so.6...(no debugging
symbols
   found)...done.
   Loaded symbols for /usr/lib/libbsnmp.so.6
   Reading symbols from /usr/lib/libwrap.so.6...(no debugging
symbols
   found)...done.
   Loaded symbols for /usr/lib/libwrap.so.6
   Reading symbols from /lib/libc.so.7...(no debugging symbols
found)...done.
   Loaded symbols for /lib/libc.so.7
   Reading symbols from /lib/libcrypto.so.6...(no debugging symbols
   found)...done.
   Loaded symbols for /lib/libcrypto.so.6
   Reading symbols from /usr/lib/snmp_mibII.so...(no debugging
symbols
   found)...done.
   Loaded symbols for /usr/lib/snmp_mibII.so
   Reading symbols from /libexec/ld-elf.so.1...(no debugging
symbols
   found)...done.
   Loaded symbols for /libexec/ld-elf.so.1
   #0  0x000800f54d6c in kill () from /lib/libc.so.7
   (gdb)
 
  Is that the whole backtrace?
 
  
  
  
   On Mon, Aug 26, 2013 at 10:42 PM, James Gosnell 
jamesgosn...@gmail.comwrote:
  
What's the core dump and your config file look like?
   
   
On Mon, Aug 26, 2013 at 9:28 PM, alexus ale...@gmail.com
wrote:
   
 My bsnmpd(1) keep crashing(

 f9# uname -a
 FreeBSD f9.alexus.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6
#0: Wed Aug
21
 20:40:52 UTC 2013
 r...@amd64-builder.daemonology.net:
/usr/obj/usr/src/sys/GENERIC
  amd64
 f9# bzip2 -cd all.log.1.bz2 | grep snmpd
 Aug 24 20:59:55 f9 snmpd[4517]: stack overflow detected;
terminated
 Aug 24 20:59:55 f9 kernel: Aug 24 20:59:55 f9 snmpd[4517]:
stack overflow
 detected; terminated
 Aug 24 20:59:56 f9 kernel: pid 4517 (bsnmpd), uid 0: exited
on signal 6
 (core dumped)
 f9# head -1 /etc/snmpd.config
 # $FreeBSD: release/9.1.0/etc/snmpd.config 216595
2010-12-20 17:28:15Z
 syrinx $
 f9#

 What can I do to resolve it?

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

Re: Automatic Network Configuration (DHCP)

2013-09-02 Thread Fernando Apesteguía
El 02/09/2013 23:02, JC nixnex...@gmail.com escribió:

 Under Section: 29.6.7.2. DHCP Server Installation


 There is a error where the file name reads
/usr/local/etc/dhcpd.conf.sample.

 dhcpd.conf.sample should read dhcpd.conf.example.

Could you please file a PR?

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


Re: f9 snmpd[4517]: stack overflow detected; terminated

2013-08-27 Thread Fernando Apesteguía
El 27/08/2013 05:03, alexus ale...@gmail.com escribió:

 f9# gdb `which bsnmpd` /bsnmpd.core
 GNU gdb 6.1.1 [FreeBSD]
 Copyright 2004 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and you
are
 welcome to change it and/or distribute copies of it under certain
 conditions.
 Type show copying to see the conditions.
 There is absolutely no warranty for GDB.  Type show warranty for
details.
 This GDB was configured as amd64-marcel-freebsd...(no debugging symbols
 found)...
 Core was generated by `bsnmpd'.
 Program terminated with signal 6, Aborted.
 Reading symbols from /lib/libbegemot.so.4...(no debugging symbols
 found)...done.
 Loaded symbols for /lib/libbegemot.so.4
 Reading symbols from /usr/lib/libbsnmp.so.6...(no debugging symbols
 found)...done.
 Loaded symbols for /usr/lib/libbsnmp.so.6
 Reading symbols from /usr/lib/libwrap.so.6...(no debugging symbols
 found)...done.
 Loaded symbols for /usr/lib/libwrap.so.6
 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
 Loaded symbols for /lib/libc.so.7
 Reading symbols from /lib/libcrypto.so.6...(no debugging symbols
 found)...done.
 Loaded symbols for /lib/libcrypto.so.6
 Reading symbols from /usr/lib/snmp_mibII.so...(no debugging symbols
 found)...done.
 Loaded symbols for /usr/lib/snmp_mibII.so
 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols
 found)...done.
 Loaded symbols for /libexec/ld-elf.so.1
 #0  0x000800f54d6c in kill () from /lib/libc.so.7
 (gdb)

Is that the whole backtrace?




 On Mon, Aug 26, 2013 at 10:42 PM, James Gosnell jamesgosn...@gmail.com
wrote:

  What's the core dump and your config file look like?
 
 
  On Mon, Aug 26, 2013 at 9:28 PM, alexus ale...@gmail.com wrote:
 
   My bsnmpd(1) keep crashing(
  
   f9# uname -a
   FreeBSD f9.alexus.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed
Aug
  21
   20:40:52 UTC 2013
   r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
amd64
   f9# bzip2 -cd all.log.1.bz2 | grep snmpd
   Aug 24 20:59:55 f9 snmpd[4517]: stack overflow detected; terminated
   Aug 24 20:59:55 f9 kernel: Aug 24 20:59:55 f9 snmpd[4517]: stack
overflow
   detected; terminated
   Aug 24 20:59:56 f9 kernel: pid 4517 (bsnmpd), uid 0: exited on signal
6
   (core dumped)
   f9# head -1 /etc/snmpd.config
   # $FreeBSD: release/9.1.0/etc/snmpd.config 216595 2010-12-20 17:28:15Z
   syrinx $
   f9#
  
   What can I do to resolve it?
  
   --
   http://alexus.org/
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to 
   freebsd-questions-unsubscr...@freebsd.org
  
 
 
 
  --
  James Gosnell, ACP
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  freebsd-questions-unsubscr...@freebsd.org
 



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


Re: Delete a directory, crash the system

2013-07-27 Thread Fernando Apesteguía
El 27/07/2013 13:49, David Noel david.i.n...@gmail.com escribió:

 I had a strange experience on my laptop yesterday. I was deleting a
 directory and the system crashed. It spat out a message along the
 lines of ufs_dirrem bad link count 2 on parent. I thought it was so
 strange I repeated the process several times, and each time it
 crashed. Is this behavior EXPECTED? I can't for the life of me think
 of a time or operating system I've run where I've ever had a system
 crash on me from doing something as basic as deleting a file. Anyway I
 couldn't boot into single user for some reason so I booted from a USB
 image, ran fsck, and then everything was fine.

Was it a kernel crash? Did you get a core?

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


Re: Delete a directory, crash the system

2013-07-27 Thread Fernando Apesteguía
El 27/07/2013 14:16, David Noel david.i.n...@gmail.com escribió:

 Yes

Post the stack trace of the core and maybe someone can help you.


 On 7/27/13, Fernando Apesteguía fernando.apesteg...@gmail.com wrote:
  El 27/07/2013 13:49, David Noel david.i.n...@gmail.com escribió:
 
  I had a strange experience on my laptop yesterday. I was deleting a
  directory and the system crashed. It spat out a message along the
  lines of ufs_dirrem bad link count 2 on parent. I thought it was so
  strange I repeated the process several times, and each time it
  crashed. Is this behavior EXPECTED? I can't for the life of me think
  of a time or operating system I've run where I've ever had a system
  crash on me from doing something as basic as deleting a file. Anyway I
  couldn't boot into single user for some reason so I booted from a USB
  image, ran fsck, and then everything was fine.
 
  Was it a kernel crash? Did you get a core?
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  freebsd-questions-unsubscr...@freebsd.org
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Newbye question VIM problem

2013-07-23 Thread Fernando Apesteguía
On Tue, Jul 23, 2013 at 5:09 PM, Pietro Paolini pulsarpie...@aol.comwrote:


 On Jul 23, 2013, at 4:36 PM, Teske, Devin devin.te...@fisglobal.com
 wrote:

  env PACKAGESITE=
 ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/pkg_add
  -r vim-lite

 Thanks for the quick answer but I got the error:
 env PACKAGESITE=
 ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/pkg_add
  -r vim-lite
 Error: Unable to get
 ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/vim-lite.tbz:
 File unavailable (e.g., file not found, no access)
 pkg_add: unable to fetch '
 ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/vim-lite.tbz'
 by URL


One extra 's' in packages-9.0-releaseS.

Try this one:

ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-release/Latest/




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

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


Re: gvim GUI cannot be used

2013-07-05 Thread Fernando Apesteguía
El 05/07/2013 13:20, Jens Jahnke jan0...@gmx.net escribió:

 Hi,

 On Fri, 5 Jul 2013 12:56:32 +0200
 CeDeROM cede...@tlen.pl wrote:

 C Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
 C reinstall it, that works for me, and it helps with dialogs in texmode
 C as well :-)

 for me this does not work. Unless I hack the Makefile and force it to
 enable gui mode it just isn't compiled in.

Try a make rmconfig first and then make install.


 Regards,

 Jens

 --
 05. Heuert 2013, 13:19
 Homepage : http://www.jan0sch.de

 SAFETY
 I can live without
 Someone I love
 But not without
 Someone I need.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Debugging a crash

2013-06-30 Thread Fernando Apesteguía
On Sun, Jun 30, 2013 at 5:36 PM, Boris Samorodov b...@passap.ru wrote:

 Hi All,

 I get an application crashing. Build some libs with debug symbols.
 Here is the gdb log:
 -
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 809806400 (LWP 101133/photoprint)]
 strtol_l (nptr=0x0, endptr=0x0, base=10, locale=value optimized out)
 at /usr/src/lib/libc/stdlib/strtol.c:73
 73  } while (isspace_l((unsigned char)c, locale));
 Current language:  auto; currently minimal
 (gdb) bt
 #0  strtol_l (nptr=0x0, endptr=0x0, base=10, locale=value optimized




It seems you are passing a NULL str to strtol.



 out) at /usr/src/lib/libc/stdlib/strtol.c:73
 #1  0x0008017d951c in ps_parameters (v=0x809d0dc00, name=0x80996c120
 JCLBOXHOLDTYPE, description=0x7fffd0a8) at print-ps.c:380
 #2  0x0008017996df in stp_describe_parameter (v=0x809d0dc00,
 name=0x80996c120 JCLBOXHOLDTYPE, description=0x7fffd0a8) at
 print-vars.c:1687
 #3  0x0046cfd2 in ?? ()
 #4  0x004627a1 in ?? ()
 #5  0x00461da4 in ?? ()
 #6  0x004657fe in ?? ()
 #7  0x00422863 in ?? ()
 #8  0x00421f45 in ?? ()
 #9  0x0041054f in ?? ()
 #10 0x000800719000 in ?? ()
 #11 0x in ?? ()
 (gdb) fr 0
 #0  strtol_l (nptr=0x0, endptr=0x0, base=10, locale=value optimized
 out) at /usr/src/lib/libc/stdlib/strtol.c:73
 73  } while (isspace_l((unsigned char)c, locale));
 (gdb) fr 1
 #1  0x0008017d951c in ps_parameters (v=0x809d0dc00, name=0x80996c120
 JCLBOXHOLDTYPE, description=0x7fffd0a8) at print-ps.c:380
 380   num_choices = atoi(stp_mxmlElementGetAttr(option,
 num_choices));
 (gdb) fr 2
 #2  0x0008017996df in stp_describe_parameter (v=0x809d0dc00,
 name=0x80996c120 JCLBOXHOLDTYPE, description=0x7fffd0a8) at
 print-vars.c:1687
 1687  stp_printer_describe_parameter(v, name, description);
 (gdb)
 -

 How should I proceed with debugging? Thanks!
 --
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

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


Re: Debugging a crash

2013-06-30 Thread Fernando Apesteguía
On Sun, Jun 30, 2013 at 6:58 PM, Boris Samorodov b...@passap.ru wrote:

 30.06.2013 19:53, Fernando Apesteguía пишет:
  On Sun, Jun 30, 2013 at 5:36 PM, Boris Samorodov b...@passap.ru wrote:
 
  Hi All,
 
  I get an application crashing. Build some libs with debug symbols.
  Here is the gdb log:
  -
  Program received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 809806400 (LWP 101133/photoprint)]
  strtol_l (nptr=0x0, endptr=0x0, base=10, locale=value optimized out)
  at /usr/src/lib/libc/stdlib/strtol.c:73
  73  } while (isspace_l((unsigned char)c, locale));
  Current language:  auto; currently minimal
  (gdb) bt
  #0  strtol_l (nptr=0x0, endptr=0x0, base=10, locale=value optimized
 
  
  It seems you are passing a NULL str to strtol.

 OK. So how to proceed in debugging it?


Assuming you have the source code of the application, you could try to set
a break point right before the call to strtol. Or you can also try to
printf some message in the case the pointer you are passing equals to NULL
and try to figure out why that pointer is NULL.

Since one of the previous frames is called ps_parameters, I assume it is
trying to do something either with the program arguments or the environment
stored in ps_strings so maybe the program is not fault tolerant to an
unexpected environment/arguments?

Cheers.



  out) at /usr/src/lib/libc/stdlib/strtol.c:73
  #1  0x0008017d951c in ps_parameters (v=0x809d0dc00, name=0x80996c120
  JCLBOXHOLDTYPE, description=0x7fffd0a8) at print-ps.c:380
  #2  0x0008017996df in stp_describe_parameter (v=0x809d0dc00,
  name=0x80996c120 JCLBOXHOLDTYPE, description=0x7fffd0a8) at
  print-vars.c:1687
  #3  0x0046cfd2 in ?? ()
  #4  0x004627a1 in ?? ()
  #5  0x00461da4 in ?? ()
  #6  0x004657fe in ?? ()
  #7  0x00422863 in ?? ()
  #8  0x00421f45 in ?? ()
  #9  0x0041054f in ?? ()
  #10 0x000800719000 in ?? ()
  #11 0x in ?? ()
  (gdb) fr 0
  #0  strtol_l (nptr=0x0, endptr=0x0, base=10, locale=value optimized
  out) at /usr/src/lib/libc/stdlib/strtol.c:73
  73  } while (isspace_l((unsigned char)c, locale));
  (gdb) fr 1
  #1  0x0008017d951c in ps_parameters (v=0x809d0dc00, name=0x80996c120
  JCLBOXHOLDTYPE, description=0x7fffd0a8) at print-ps.c:380
  380   num_choices = atoi(stp_mxmlElementGetAttr(option,
  num_choices));
  (gdb) fr 2
  #2  0x0008017996df in stp_describe_parameter (v=0x809d0dc00,
  name=0x80996c120 JCLBOXHOLDTYPE, description=0x7fffd0a8) at
  print-vars.c:1687
  1687  stp_printer_describe_parameter(v, name, description);
  (gdb)
  -
 
  How should I proceed with debugging? Thanks!

 --
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

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

Re: 9.1-RELEASE slow boot

2013-06-12 Thread Fernando Apesteguía
On Wed, Jun 12, 2013 at 1:10 AM, Adam Vande More amvandem...@gmail.com wrote:
 On Tue, Jun 11, 2013 at 4:43 PM, Fernando Apesteguía
 fernando.apesteg...@gmail.com wrote:

 I recompiled the GENERIC kernel and changed SCSI_DELAY to 2000 instead
 the default 5000.
 Still no luck. It doesn't make any difference so I suppose something
 else changed.

 Any ideas?

 Thanks in advance.


 Try setting hw.usb.no_boot_wait=1

I set it up in loader.conf and had no luck. The same messages in
verbose mode are shown: it is probing the da[0-3] devices until it
seems to give up.


 --
 Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: 9.1-RELEASE slow boot

2013-06-12 Thread Fernando Apesteguía
On Wed, Jun 12, 2013 at 9:56 PM, Chris Whitehouse cwhi...@onetel.comwrote:

 On Fri, 7 Jun 2013 19:38:34 +0200, Fernando Apesteguía wrote:

 Since I updated to 9.1-RELEASE my boot process seems to stall for a
 while. Booting in verbose mode shows messages like these ones:

 Opening device da0 -  6 (repeated like 30 times or so)
 Opening device da1 -  6 (repeated like 30 times or so)
 Opening device da2 -  6 (repeated like 30 times or so)
 Opening device da3 -  6 (repeated like 30 times or so)

 Those devices correspond to my internal SD card reader that doesn't
 work on FreeBSD anyway. This seems some kind of probing right? I don't
 want to wait for those devices. What can I do to speed up booting? I
 didn't change my system settings either. Did anything related change
 in the kernel about probing these type of devices?


 Since you are not using the device could you not just disable it in the
 BIOS?


Not that option in my PC (Compaq Presario SR5000).

Also, I would be missing the point... why so slow?



 Chris
 __**_
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-**
 unsubscr...@freebsd.org freebsd-questions-unsubscr...@freebsd.org

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


Re: 9.1-RELEASE slow boot

2013-06-11 Thread Fernando Apesteguía
On Fri, Jun 7, 2013 at 11:04 PM, Polytropon free...@edvax.de wrote:
 On Fri, 7 Jun 2013 19:38:34 +0200, Fernando Apesteguía wrote:
 Since I updated to 9.1-RELEASE my boot process seems to stall for a
 while. Booting in verbose mode shows messages like these ones:

 Opening device da0 - 6 (repeated like 30 times or so)
 Opening device da1 - 6 (repeated like 30 times or so)
 Opening device da2 - 6 (repeated like 30 times or so)
 Opening device da3 - 6 (repeated like 30 times or so)

 Those devices correspond to my internal SD card reader that doesn't
 work on FreeBSD anyway. This seems some kind of probing right? I don't
 want to wait for those devices. What can I do to speed up booting? I
 didn't change my system settings either. Did anything related change
 in the kernel about probing these type of devices?

 For comparable reasons in the past, I added the following
 setting to my kernel configuration:

 options SCSI_DELAY=100

 The default value is 5000. It's the delay in milliseconds
 for the SCSI probe.

Hi,

Sorry for my late response (sometimes real life comes first).

SCSI_DELAY in the code didn't change between 9.1[1] and 9.0[2] neither
did it in the configuration for the GENERIC kernels[3][4]. On both
occasions (9.0 and 9.1) I used the GENERIC kernels and I didn't change
this setting.

I will give it a try as soon as I can, but it still seems a little
strange to me that this process takes longer in 9.1 for no apparent
reason

Thanks.

[1] http://fxr.watson.org/fxr/source/cam/scsi/scsi_all.c?v=FREEBSD91#L76
[2] http://fxr.watson.org/fxr/source/cam/scsi/scsi_all.c?v=FREEBSD90#L76
[3] http://svn.freebsd.org/base/releng/9.1/sys/amd64/conf/GENERIC
[4] http://svn.freebsd.org/base/releng/9.0/sys/amd64/conf/GENERIC



 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: 9.1-RELEASE slow boot

2013-06-11 Thread Fernando Apesteguía
On Tue, Jun 11, 2013 at 8:19 AM, Fernando Apesteguía
fernando.apesteg...@gmail.com wrote:
 On Fri, Jun 7, 2013 at 11:04 PM, Polytropon free...@edvax.de wrote:
 On Fri, 7 Jun 2013 19:38:34 +0200, Fernando Apesteguía wrote:
 Since I updated to 9.1-RELEASE my boot process seems to stall for a
 while. Booting in verbose mode shows messages like these ones:

 Opening device da0 - 6 (repeated like 30 times or so)
 Opening device da1 - 6 (repeated like 30 times or so)
 Opening device da2 - 6 (repeated like 30 times or so)
 Opening device da3 - 6 (repeated like 30 times or so)

 Those devices correspond to my internal SD card reader that doesn't
 work on FreeBSD anyway. This seems some kind of probing right? I don't
 want to wait for those devices. What can I do to speed up booting? I
 didn't change my system settings either. Did anything related change
 in the kernel about probing these type of devices?

 For comparable reasons in the past, I added the following
 setting to my kernel configuration:

 options SCSI_DELAY=100

 The default value is 5000. It's the delay in milliseconds
 for the SCSI probe.

 Hi,

 Sorry for my late response (sometimes real life comes first).

 SCSI_DELAY in the code didn't change between 9.1[1] and 9.0[2] neither
 did it in the configuration for the GENERIC kernels[3][4]. On both
 occasions (9.0 and 9.1) I used the GENERIC kernels and I didn't change
 this setting.

 I will give it a try as soon as I can, but it still seems a little
 strange to me that this process takes longer in 9.1 for no apparent
 reason

 Thanks.

 [1] http://fxr.watson.org/fxr/source/cam/scsi/scsi_all.c?v=FREEBSD91#L76
 [2] http://fxr.watson.org/fxr/source/cam/scsi/scsi_all.c?v=FREEBSD90#L76
 [3] http://svn.freebsd.org/base/releng/9.1/sys/amd64/conf/GENERIC
 [4] http://svn.freebsd.org/base/releng/9.0/sys/amd64/conf/GENERIC

I recompiled the GENERIC kernel and changed SCSI_DELAY to 2000 instead
the default 5000.
Still no luck. It doesn't make any difference so I suppose something
else changed.

Any ideas?

Thanks in advance.




 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


9.1-RELEASE slow boot

2013-06-07 Thread Fernando Apesteguía
Hi,

Since I updated to 9.1-RELEASE my boot process seems to stall for a
while. Booting in verbose mode shows messages like these ones:

Opening device da0 - 6 (repeated like 30 times or so)
Opening device da1 - 6 (repeated like 30 times or so)
Opening device da2 - 6 (repeated like 30 times or so)
Opening device da3 - 6 (repeated like 30 times or so)

Those devices correspond to my internal SD card reader that doesn't
work on FreeBSD anyway. This seems some kind of probing right? I don't
want to wait for those devices. What can I do to speed up booting? I
didn't change my system settings either. Did anything related change
in the kernel about probing these type of devices?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD10: lock order reversal with portsnap extract

2013-06-01 Thread Fernando Apesteguía
El 01/06/2013 15:44, Walter Hurry walterhu...@gmail.com escribió:

 I'm installing FreeBSD10 (head; snapshot from 30 May 2013) into a VM.

 One of the first things I do is a 'portsnap fetch extract'. As soon as
 the extract starts it produces a 'lock order reversal' message with a KDB
 stack backtrace, but then proceeds successfully to verify the integrity
 and install the ports tree.

 Should I worry?

LORs should be avoided when possible but are not a bug per se.

You should check the pages listed here[1] to see if your lor has already
been reported.

Cheers.

[1] https://wiki.freebsd.org/LOR


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


Re: Flash?

2013-04-23 Thread Fernando Apesteguía
El 23/04/2013 21:24, Walter Hurry walterhu...@gmail.com escribió:

 FreeBSD 9.1-RELEASE on amd64.

 I have installed Flash according to the instructions in the handbook.
 When I do 'about:plugins' in Firefox, I get the following response:

 Shockwave Flash

 File: npwrapper.libflashplayer.so
 Version:
 Shockwave Flash 11.2 r202

 MIME Type   Description Suffixes
 application/x-shockwave-flash   Shockwave Flash swf
 application/futuresplashFutureSplash Player spl

 When I go to:

 http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html

 it reports that Flash is installed, version 11.2.202.280, and I can see
 the red bouncing ball.


 When I go to https://www.youtube.com/watch?v=B8tSMKGbnW0

 again it reports that Flash is installed correctly.

 When I go to:

 http://www.chemgapedia.de/vsengine/info/en/help/requirements/flash.html

 once again, both tests run perfectly.

 Yet when I go to youtube.com and click on a link, it says The Adobe
 Flash Player is required for video playback. Get the latest Flash Player.

 What is wrong?

That's an issue with Firefox. Search the list. There is a setting you have
to change in Firefox in order to avoid that problem.



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


Re: Flash?

2013-04-23 Thread Fernando Apesteguía
El 23/04/2013 21:45, Ralf Mardorf ralf.mard...@alice-dsl.net escribió:


 On Tue, 2013-04-23 at 21:37 +0200, Fernando Apesteguía wrote:
  That's an issue with Firefox. Search the list. There is a setting you
have
  to change in Firefox in order to avoid that problem.

 Perhaps the answer is somewhere in the thread [Solved] Youtube  Flash
 Videos broken?, but OTOH, Flash is outdated and that could be the issue
 too.

Yep, that's the thread I was referring to. It worked for me.


 I don't have Flash or Gnash installed, but Firefox (20.0.1 here) anyway
 plays many YouTube videos.




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


Re: I just had a crash, core dump

2013-03-14 Thread Fernando Apesteguía
On Thu, Mar 14, 2013 at 3:45 PM, Leslie Jensen les...@eskk.nu wrote:


 2013-03-14 14:55, Damien Fleuriot skrev:


 On 14 Mar 2013, at 12:57, Leslie Jensen les...@eskk.nu wrote:



 My system
 9.1-RELEASE


 ll /var/crash/
 total 697996
 -rw-r--r--  1 root  wheel  2 14 Mar 12:51 bounds
 -rw---  1 root  wheel 577047 14 Mar 12:52 core.txt.0
 -rw---  1 root  wheel460 14 Mar 12:51 info.0
 -rw-r--r--  1 root  wheel  5  4 Dec 10:34 minfree
 -rw---  1 root  wheel  784556032 14 Mar 12:52 vmcore.0


 Who would be interested in this?


 /Leslie


 You, I assume ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org



 Yes of course!

 Unfortunately I do not know what to do with this information. I thought that
 maybe it could be useful for someone working on development of FreeBSD.

Take a look at this[1] and try to extract a backtrace. Post it again
to see if it catches the attention of a kernel hacker ;)

Cheers

[1] http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html



 Thanks

 /Leslie



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


Radeon HD 2400 PRO, DRI setup problem

2012-12-19 Thread Fernando Apesteguía
Hi all,

I here reproduce the mail I sent to freebsd-x11 for which I received
no reply. I hope I have more luck in questions@

I'm having quite a few problems setting DRI up on my system. I'm
running 9.0-RELEASE on amd64 using GENERIC kernel. I recompiled the
radeon kernel module with WITHOUT_NOUVEAU=YES just to see if I had
more luck.

This is some information about my system:

pciconf -lv:

vgapci0@pci0:4:0:0: class=0x03 card=0x10411462 chip=0x94c31002
rev=0x00 hdr=0x00
vendor = 'ATI Technologies Inc'
device = 'RV610 video device [Radeon HD 2400 PRO]'
class  = display
subclass   = VGA

Using GENERIC kernel for 9.0-RELEASE on amd64. radeon kernel driver
compiled with WITHOUT_NOUVEAU.

/usr/ports/graphics/dri properly configured and installed.

I followed instructions at
http://dri.freedesktop.org/wiki/DriTroubleshooting, but I found that
dmesg | grep agp doesn't return anything so I suppose this is a bad
sign.
I know agp subsystem has been in the default kernel for a while. I can
also load the radeon module and I get the /dev/dri/card0 device node.

Using the radeon driver for Xorg results in a system hang after a
blank screen and the monitor going to sleep. Only if I set DRI to
false and I _do not_ load the radeon driver I can get my X server
running though it is quite slow. The output of glxinfo | grep OpenGL
is:

OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.6.1
OpenGL shading language version string: 1.20
OpenGL extensions:

So basically I don't know how to get the card working. It works in
Linux with the Xorg's radeon driver so I suppose I have some
misconfiguration around but I can not figure it out.

Any help would be appreciated. Thanks in advance.

PS: Please, CC me as I'm not subscribed to the list.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Mounting SD card.

2012-11-15 Thread Fernando Apesteguía
On Thu, Nov 15, 2012 at 3:06 AM, Warren Block wbl...@wonkity.com wrote:
 On Wed, 14 Nov 2012, Mike Clarke wrote:

 On Wednesday 14 November 2012 19:43:30 Fernando Apesteguía wrote:

 If I boot the system and plug the SD card in, the green led
 doesn't even switch on and there is only a /dev/da0 that I can not
 mount. If I boot the system with the card plugged in, the green led is
 on and there is a /dev/da0s1 device that I can't still mount because
 mount_msdosfs returns an Input/Output error after some time.


 I think that's pretty much standard behaviour. The solution appears to be
 to wake it up with the following incantation:

 dd if=/dev/null of=/dev/da0 count=0

 That's what works here. See the thread starting with

 http://lists.freebsd.org/pipermail/freebsd-questions/2010-February/212109.html


 true  /dev/da0

That doesn't work for me, but the dd operation does. What can be the difference?


 is a little shorter and safer.  The search keywords for this are GEOM
 retaste or retasting.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Mounting SD card.

2012-11-14 Thread Fernando Apesteguía
Hi,

I can't make my SD card reader work. It is from a 4 years old Compaq
PC. It works fine in Linux however. I'm using 9.0 release with stock
kernel. If I boot the system and plug the SD card in, the green led
doesn't even switch on and there is only a /dev/da0 that I can not
mount. If I boot the system with the card plugged in, the green led is
on and there is a /dev/da0s1 device that I can't still mount because
mount_msdosfs returns an Input/Output error after some time.


Any ideas on how to debug this?

This is an excerpt of dmesg:

...
Root mount waiting for: usbus7 usbus6 usbus5 usbus4 usbus3 usbus2 usbus1 usbus0
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub5: 2 ports with 2 removable, self powered
uhub6: 2 ports with 2 removable, self powered
Root mount waiting for: usbus7 usbus2
uhub2: 4 ports with 4 removable, self powered
Root mount waiting for: usbus7
uhub7: 8 ports with 8 removable, self powered
Root mount waiting for: usbus7
Root mount waiting for: usbus7
ugen7.2: Generic at usbus7
umass0: Generic Mass Storage Device, class 0/0, rev 2.00/1.00, addr
2 on usbus7
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:6:0:-1: Attached to scbus6
Trying to mount root from ufs:/dev/ad4s2a [rw]...
(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(probe0:umass-sim0:0:0:0): Command Specific Info: 0xaa5540
da0 at umass-sim0 bus 0 scbus6 target 0 lun 0
da0: Generic USB SD Reader 1.00 Removable Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: Attempt to query device size failed: NOT READY, Medium not present
(probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0
(probe0:umass-sim0:0:0:1): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:1): SCSI status: Check Condition
(probe0:umass-sim0:0:0:1): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(probe0:umass-sim0:0:0:1): Command Specific Info: 0xaa5540
da1 at umass-sim0 bus 0 scbus6 target 0 lun 1
da1: Generic USB CF Reader 1.01 Removable Direct Access SCSI-0 device
da1: 40.000MB/s transfers
da1: Attempt to query device size failed: NOT READY, Medium not present
(probe0:umass-sim0:0:0:2): TEST UNIT READY. CDB: 0 40 0 0 0 0
(probe0:umass-sim0:0:0:2): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:2): SCSI status: Check Condition
(probe0:umass-sim0:0:0:2): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(probe0:umass-sim0:0:0:2): Command Specific Info: 0xaa5540
da2 at umass-sim0 bus 0 scbus6 target 0 lun 2
da2: Generic USB SM Reader 1.02 Removable Direct Access SCSI-0 device
da2: 40.000MB/s transfers
da2: Attempt to query device size failed: NOT READY, Medium not present
...

And this is the output of pciconf -lv:
hostb0@pci0:0:0:0:  class=0x06 card=0x2a6f103c chip=0x29c08086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82G33/G31/P35/P31 Express DRAM Controller'
class  = bridge
subclass   = HOST-PCI
pcib1@pci0:0:1:0:   class=0x060400 card=0x8086 chip=0x29c18086
rev=0x02 hdr=0x01
vendor = 'Intel Corporation'
device = '82G33/G31/P35/P31 Express PCI Express Root Port'
class  = bridge
subclass   = PCI-PCI
uhci0@pci0:0:26:0:  class=0x0c0300 card=0x2a6f103c chip=0x29378086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82801I (ICH9 Family) USB UHCI Controller'
class  = serial bus
subclass   = USB
uhci1@pci0:0:26:1:  class=0x0c0300 card=0x2a6f103c chip=0x29388086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82801I (ICH9 Family) USB UHCI Controller'
class  = serial bus
subclass   = USB
ehci0@pci0:0:26:7:  class=0x0c0320 card=0x2a6f103c chip=0x293c8086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82801I (ICH9 Family) USB2 EHCI Controller'
class  = serial bus
subclass   = USB
hdac0@pci0:0:27:0:  class=0x040300 card=0x2a6f103c chip=0x293e8086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82801I (ICH9 Family) HD Audio Controller'
class  = multimedia
subclass   = HDA
pcib2@pci0:0:28:0:  class=0x060400 card=0x2a6f103c chip=0x29408086
rev=0x02 hdr=0x01
vendor = 'Intel Corporation'
device = '82801I (ICH9 Family) PCI Express Port 1'
class  = bridge
subclass   = PCI-PCI
pcib3@pci0:0:28:2:  class=0x060400 card=0x2a6f103c chip=0x29448086
rev=0x02 hdr=0x01
vendor = 'Intel Corporation'
device = '82801I (ICH9 Family) PCI Express Port 3'
class  = bridge
subclass   = PCI-PCI
uhci2@pci0:0:29:0:  class=0x0c0300 card=0x2a6f103c chip=0x29348086
rev=0x02 hdr=0x00
vendor = 'Intel 

Re: contributing to the ports collection

2012-09-27 Thread Fernando Apesteguía
On Thu, Sep 27, 2012 at 9:59 PM, Stuart Matthews stu...@islogistics.com wrote:
 Hi everyone,

 After several years of using FreeBSD, I have decided it is time to start
 contributing my time to the project. I have read through the relevant page
 on freebsd.org and intend to look into contributing in a couple of the ways
 listed there. However, my main interest is contributing a port to the ports
 collection.

 Specifically, I want to add WordShell (http://wordshell.net/) to the FreeBSD
 ports collection. I want to install it for myself, and I generally don't
 like using software outside of some sort of software manager wherein I can
 keep everything neatly up-to-date.

 How would I get started in adding something to the ports collection?

The porter's manual[1] is the place to start learning ;)

[1] http://www.freebsd.org/doc/en/books/porters-handbook/book.html

Cheers.


 Thanks,
 Stu
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Blender port

2012-08-16 Thread Fernando Apesteguía
On Thu, Aug 16, 2012 at 12:29 PM, Polytropon free...@edvax.de wrote:
 On Thu, 16 Aug 2012 11:33:22 +0200, Peter Boosten wrote:
 So I did a ktrace, and it seems to stumble on a library it cannot find: 
 libirml.so
 This library however is nowhere to be found on my system, nor in the ports 
 repository.

 Does anyone know what this library is for, and where would I find that 
 library?

No port seems to install that library (at least according to pkg-plist files).
Maybe you could file a PR


 IRML - it seems to be the Intel Resource Management Layer library.
 It is a work dispatcher used by Threading Building Blocks (TBB).
 The tbb port (devel/tbb) however does not contain it. No port
 seems to mention it in its pkg-plist file. The google search
 results are very disillusioning, even more than the typical
 Linuxisms that sometimes hits a FreeBSD port... ;-)



 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Why Clang

2012-06-20 Thread Fernando Apesteguía
On Tue, Jun 19, 2012 at 9:58 PM, Wojciech Puchar
woj...@wojtek.tensor.gdynia.pl wrote:

 Does GPLv3 does force programs you compile with gcc to be GPLed?


 As far as I know, the main difference is that the GPLv3 is
 often called a viral license. Software linking against v3
 libraries and so maybe programs compiled by a v3 compiler
 will have - according to the license - to be released as
 v3 too.

 This word: MAYBE is most crucial here.

I don't see how GPLv3 is viral.

Here[1] we can read a program linking agains a gpl v3 library should be released
under the gplv3 too. However, the only concern would be when the program is
implicitly linked against libgcc right? Well, there's even an
exception[2] for this.

I'm not saying moving to clang is a bad idea. I just don't think the
viral license
argumentation is strong enough.

Can anyone provide an example of viral propagation of the license if we compile
the base system with a gpl v3 gcc?

Thanks.

[1] http://www.gnu.org/licenses/gpl-faq.en.html#IfLibraryIsGPL
[2] http://www.gnu.org/licenses/gpl-faq.en.html#LibGCCException


 wouldn't it be just simplest solution to ask GNU leader for clearing it out?

 i wouldn't be surprised that FreeBSD team would decide to go back to gcc
 soon.



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


Re: Contribution to PUC driver

2012-06-07 Thread Fernando Apesteguía
On Thu, Jun 7, 2012 at 4:29 PM, Dennis Oyama doy...@perle.com wrote:
 Patch to update pucdata.c to support the Perle Systems Ltd. Multiport Speed 
 LE Serial cards.

Maybe you could post this at freebsd-hackers@ for discussion or send
the patch using send-pr[1]

Cheers.

[1] http://www.freebsd.org/send-pr.html




 --- pucdata.orig.c      2012-02-10 12:24:47.0 -0500
 +++ pucdata.c   2012-02-10 12:40:34.0 -0500
 @@ -668,11 +668,35 @@
         */
        {   0x155f, 0x0331, 0x, 0,
 -           Perle Speed4 LE,
 +           Perle Ultraport4 Express,
            DEFAULT_RCLK * 8,
            PUC_PORT_4S, 0x10, 0, 8,
        },
 +        {   0x155f, 0xB012, 0x, 0,
 +            Perle Speed2 LE,
 +            DEFAULT_RCLK * 8,
 +            PUC_PORT_2S, 0x10, 0, 8,
 +        },
 +
 +        {   0x155f, 0xB022, 0x, 0,
 +            Perle Speed2 LE,
 +            DEFAULT_RCLK * 8,
 +            PUC_PORT_2S, 0x10, 0, 8,
 +        },
 +
 +        {   0x155f, 0xB004, 0x, 0,
 +            Perle Speed4 LE,
 +            DEFAULT_RCLK * 8,
 +            PUC_PORT_4S, 0x10, 0, 8,
 +        },
 +
 +        {   0x155f, 0xB008, 0x, 0,
 +            Perle Speed8 LE,
 +            DEFAULT_RCLK * 8,
 +            PUC_PORT_8S, 0x10, 0, 8,
 +        },
 +
        {   0x14d2, 0x8010, 0x, 0,
            VScom PCI-100L,
            DEFAULT_RCLK * 8,




 ___
         Dennis Oyama
   Technical Sales Engineer
      Perle Systems Ltd.http://www.perle.com/
        1-800-467-3753
     Direct: 905-946-5037
       doy...@perle.com
       CompTIA Security+
 ___


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


Re: why I am upset

2012-05-26 Thread Fernando Apesteguía
El 26/05/2012 03:13, ajtiM lum...@gmail.com escribió:

 Why I am upset but not just me?

 I am running KDE 4.8 from January on my Linux computer. Now is almost
June and
 we got KDE 4.8 on FreeBSD too. 5 months testing and it works? No. The
modern
 OS for the desktop computer doesn;t works. O.K. OS works but installatoon
of 5
 months testing of KDE doesn;t.
 And help? Read /usr/ports/UOPDATING!! I red before I start inastallation
but I
 am not sure if helpers did! Thank you for wasting my time.

You're welcome :)

Just serious now. I see you are frustrated, but it woul help if you gave
the list a hint of what the actual problem is. You complained a lot, but
you didn't specify the problem!


 Mitja
 
 http://jpgmag.com/people/lumiwa
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD X?

2012-05-17 Thread Fernando Apesteguía
On Fri, May 18, 2012 at 7:05 AM, Colin Barnabas
colin.barna...@gmail.com wrote:
 On Thu, May 17, 2012 at 08:36:38PM -0400, Vance Siemens wrote:
 http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

 What a steaming pile of poo. How can anyone take this seriously?


No one should. Taking into account the name Trollaxor, the comments,
etc, it is obviously
a blog made to provoke (in the good sense of the word).

Have a look at this other post:

http://www.trollaxor.com/2012/05/why-i-quit-openbsd.html

:)

 --
 Colin Barnabas
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Radeon and DRM crash 9.0-RELEASE.

2012-05-15 Thread Fernando Apesteguía
Hi,

I'm having some system crashes from time to time. I had this before
but until recently I couldn't set my system so I could get crash
dumps.

My video card is a ATI Mobility Radeon 9700. I'm running FreeBSD
9.0-RELEASE for amd64. These are excerpts from two crash dumps text
files:

core.txt.3:

Fatal trap 28: machine check trap while in kernel mode
cpuid = 0; apic id = 00
instruction pointer = 0x20:0x816480a3
stack pointer   = 0x28:0xff804a5eb970
frame pointer   = 0x28:0xff804a5eb990
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= interrupt enabled, IOPL = 3
current process = 2254 (Xorg)
trap number = 28
panic: machine check trap
cpuid = 0
KDB: stack backtrace:
#0 0x80869abe at kdb_backtrace+0x5e
#1 0x80833fb7 at panic+0x187
#2 0x80b18b80 at trap_fatal+0x290
#3 0x80b190c0 at trap+0x110
#4 0x80b0396f at calltrap+0x8
#5 0x816a305b at drm_ioctl+0x31b
#6 0x8075597b at devfs_ioctl_f+0x7b
#7 0x8087afb1 at kern_ioctl+0x111
#8 0x8087b1df at sys_ioctl+0xef
#9 0x80b18480 at amd64_syscall+0x450
#10 0x80b03c57 at Xfast_syscall+0xf7


Unread portion of the kernel message buffer:
MCA: Bank 4, Status 0xb2070f0f
MCA: Global Cap 0x0105, Status 0x0004
MCA: Vendor AuthenticAMD, ID 0xf4a, APIC ID 0
MCA: CPU 0 UNCOR PCC BUSLG ??? ERR Other timed out

core.txt.4

Fatal trap 28: machine check trap while in kernel mode
cpuid = 0; apic id = 00
instruction pointer = 0x20:0x816462b6
stack pointer   = 0x28:0xff804a5eb930
frame pointer   = 0x28:0xff804a5eb940
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= interrupt enabled, IOPL = 3
current process = 2254 (Xorg)
trap number = 28
panic: machine check trap
cpuid = 0
KDB: stack backtrace:
#0 0x80869abe at kdb_backtrace+0x5e
#1 0x80833fb7 at panic+0x187
#2 0x80b18b80 at trap_fatal+0x290
#3 0x80b190c0 at trap+0x110
#4 0x80b0396f at calltrap+0x8
#5 0x8164f3cc at radeon_cp_indirect+0x24c
#6 0x816a305b at drm_ioctl+0x31b
#7 0x8075597b at devfs_ioctl_f+0x7b
#8 0x8087afb1 at kern_ioctl+0x111
#9 0x8087b1df at sys_ioctl+0xef
#10 0x80b18480 at amd64_syscall+0x450
#11 0x80b03c57 at Xfast_syscall+0xf7

dmesg | grep agp
agp0: VIA 8385 host to PCI bridge on hostb0

drm.ko is loaded and agp is included in kernel.

AGP  for the card seems to be properly detected:

dmesg | grep drm
drm0: ATI Radeon RV350 Mobility 9600 M10 NP on vgapci0
info: [drm] AGP at 0xe000 256MB
info: [drm] Initialized radeon 1.31.0 20080613
info: [drm] Setting GART location based on new memory map
info: [drm] Loading R300 Microcode
info: [drm] Num pipes: 1

grep -i Direct rendering /var/log/Xorg.0.log
(II) RADEON(0): Direct rendering enabled

The crash is not easily reproducible but seems to be more likely to
occur the more activity there is in the screen (like when scrolling a
window quite fast).

Any help is appreciated.

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: avrdude and arduino

2012-05-14 Thread Fernando Apesteguía
On Sun, May 13, 2012 at 8:20 PM, Colin Barnabas
colin.barna...@gmail.com wrote:
 Has anyone been able to get the Arduino Uno board working with
 avrdude? I keep getting programmer not responding errors.

Not for the Uno, but I got Arduino Duemilanove working.


 avrdude: ser_recv(): programmer is not responding
 avrdude: stk500_recv(): programmer is not responding

This is typical when the microcontroller is somehow busy or stuck.



 This is the command I'm using:

 %sudo avrdude -F -v -v -v -v -c arduino -p ATMEGA328P -P /dev/cuaU0 -U 
 flash:w:flash.hex

This is what I use for Duemilanove
sudo avrdude -V -F -c stk500v1 -p m168 -b 19200 -P /dev/cuaU0 -U
flash:w:flash.hex (Arduino)

I also have a Pololu 3pi[1] which uses an ATmega328 and I can download
the software into the
chip using this:

sudo avrdude -c avrispv2 -p m168 -P /dev/cuaU0 -U flash:w:test.hex  (Pololu)


HTH

[1] http://www.pololu.com/catalog/product/975


 Any suggestions would be much appreciated.


 --
 Colin Barnabas
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: avrdude and arduino

2012-05-14 Thread Fernando Apesteguía
On Mon, May 14, 2012 at 3:25 PM, Wojciech Puchar
woj...@wojtek.tensor.gdynia.pl wrote:
 This is the command I'm using:

 %sudo avrdude -F -v -v -v -v -c arduino -p ATMEGA328P -P /dev/cuaU0 -U
 flash:w:flash.hex


 This is what I use for Duemilanove
 sudo avrdude -V -F -c stk500v1 -p m168 -b 19200 -P /dev/cuaU0 -U
 flash:w:flash.hex (Arduino)


 maybe stupid question but why do you use sudo for it? can't you just set up
 devd.conf to set right owner to /dev/cuaU0, or even better make link like
 /dev/atmel - /dev/yourdevice - so no matter how many usb serial devices you
 connect it will always have same name?

Yes,  I'll do it when I use the Arduino the next time (it's been a
while since the last time).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Intel Pro/Wireless 2200BG (iwi) firmware error / device timeout

2012-03-13 Thread Fernando Apesteguía
On Tue, Mar 13, 2012 at 4:27 PM, Joseph Mingrone j...@ftfl.ca wrote:
 I see there are still some open PRs for this problem, but they are a
 couple of years old.  Does anyone know of any workarounds?

 I don't recall having problems in 7.x, but in 8.x I see the firmware
 errors every few hours. If I try to do a # /etc/rc.d netif restart the
 system reboots.

I don't know if it is related, but in 9.0-RELEASE, I can't load the
firmware at all (kern/165595)

Cheers


 # pciconf -lv
 ...
 iwi0@pci0:2:2:0:        class=0x028000 card=0x27018086 chip=0x42208086
 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'driverIntel PRO/Wireless 2200BG (MPCI3B)'
    class      = network

 # cat /boot/loader.conf
 ...
 legal.intel_iwi.license_ack=1
 if_iwi_load=YES

 # cat /etc/rc.conf | grep wlan
 wlans_iwi0=wlan0
 ifconfig_wlan0=WPA DHCP

 # cat /etc/wap_supplicant.conf
 network={
        ssid=myssid
        psk=mypsk
 }
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


hack.So: could not read symbols

2012-03-11 Thread Fernando Apesteguía
I'm using 9.0-RELEASE.

I downloaded the snapshot 9.0-CURRENT-201012 and tried to build it's
kernel but I get this error:

hack.So: could not read symbols: File in wrong format

file reports this:

ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically
linked, not stripped

I compared this file with the same file generated during the
compilation of the 9.0-RELEASE GENERIC kernel and they are identical.

What's the problem here?

Thanks in advance
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Current way of downloading sources

2012-02-21 Thread Fernando Apesteguía
Hi all,

Before 9.0 I used to use sysinstall to download sources for several
distributions including kernel and libraries. However, this doesn't seem to
work anymore. Whatever source distribution I try to download I get the
error that it doesn't exist in the server.

The handbook[1] still says sysinstall can be used to do the job. Is it
right? If so, what could be my mistake.

Thanks.

[1] http://www.freebsd.org/doc/en/books/handbook/kernelconfig-building.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-17 Thread Fernando Apesteguía
On Sun, Jul 17, 2011 at 1:10 PM, Jerry je...@seibercom.net wrote:
 While I usually consider Slashdot nothing more than a bunch of
 juveniles ranting against Microsoft; however, I did find this rather
 interesting post this morning.

 Lennart Poettering: BSD Isn't Relevant Anymore

 http://bsd.slashdot.org/story/11/07/16/0020243/Lennart-Poettering-BSD-Isnt-Relevant-Anymore

 Interestingly enough, a great deal of it is true. It might be
 interesting to know how others feel about it. Obviously, asking that
 question on this forum is like playing against a stacked deck; however,
 it still might prove interesting.

In the original interview at linuxfr he admits that sometimes he
should have shut up a bit earlier in order to avoid flamewars. This
could be one of those times.

However, what worries me is how influential he is in some open source
projects. He suggested that Gnome should be Linux specific because
trying to keep compatibility with other UNIX systems (BSD for example)
holds them from going further in the development. I wouldn't be happy
if the gnome developers followed his advice.


 --
 Jerry ✌
 jerry+f...@seibercom.net

 Disclaimer: off-list followups get on-list replies or ignored.
 Do not CC this poster. Please do not ignore the Reply-To header.

 http://www.catb.org/~esr/faqs/smart-questions.html
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-17 Thread Fernando Apesteguía
2011/7/17 C. Bergström cbergst...@pathscale.com:
  On 07/17/11 07:24 PM, Fernando Apesteguía wrote:

 However, what worries me is how influential he is in some open source
 projects. He suggested that Gnome should be Linux specific because
 trying to keep compatibility with other UNIX systems (BSD for example)
 holds them from going further in the development. I wouldn't be happy
 if the gnome developers followed his advice.

 1) Why care about *BSD as a desktop?
 2) Why care about *BSD as a workstation? (Which I see as a next level in
 stability/usability beyond a toy desktop)

 In the specific case about Gnome - really if you care so much then you can
 submit patches and contribute.  If nobody is willing to do the work (scratch
 the itch) then ultimately it really doesn't matter.

Yes, I've heard this before. I care about FreeBSD as a desktop because
I use it as a desktop.

Regarding the Gnome issue, it is easy to say, hey, go and fix it,
but even if I lack the
skills to send patches and / or fix a certain issue, it does not mean
I don't care.

At this point, when Gnome is not Linux-specific, a big amount of work
is put to make the FreeBSD
Gnome releases stable. If Gnome goes Linux-specific it will be really
difficult (if not impossible) to
keep the pace of the original project (think about what would happen
if Gnome depends on systemd
to activate session services, for example).


 Oh this is flamebait, but I hope gnome does do this..   Maybe then more
 people would forget about it and focus on making KDE better ;)

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

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


Re: searching for a good IDE

2011-03-28 Thread Fernando Apesteguía
On Mon, Mar 28, 2011 at 1:38 AM, Ilya Kazakevich
kazakevichi...@gmail.com wrote:
 If you use VI, be sure to install http://insenvim.sourceforge.net/ :)))
 Intellisense is the difference between IDE and text editor

Isn't that the same than Omni Completion[1] already present in Vim = 7?

[1] http://vim.wikia.com/wiki/Omni_completion


 On Sun, Mar 27, 2011 at 10:57 PM, Chris Brennan xa...@xaerolimit.netwrote:

 On Sun, Mar 27, 2011 at 2:07 PM, Chip Camden
 sterl...@camdensoftware.com wrote:

 Quoth Charlie Kester on Sunday, 27 March 2011:
  
   Personally, I prefer vim.  ;)
  
 
  +1
 
  Someone will object that the OP asked for an IDE.  IMO, vim Integrates
  quite well with the shell, make, etc.
 
 
 vim is all one needs ... once I sat down and learned the basics of vim/vi I
 stopped installing nano, I feel much more comfortable in vim now then any
 other editor, even notepad. gvim on my *one* windows machine and vim
 everywhere else makes me very happy.

 --
 Did you know...
 If you play a Windows 2000 CD backwards, you hear satanic messages,

 but what's worse is when you play it forward
                                      ...it installs Windows 2000

 -- Alfred Perlstein on chat at freebsd.org
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

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

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


Re: future of the desktop

2011-01-27 Thread Fernando Apesteguía
On Thu, Jan 27, 2011 at 3:24 PM, Jens Jahnke jan0...@gmx.net wrote:
 On Thu, 27 Jan 2011 13:24:23 +0100
 Polytropon free...@edvax.de wrote:

 P Keep in mind that all the magic the U* are doing on Linux
 P have been done by FreeBSD's devd for many years now. Maybe
 P this is the chance to revert to a WORKING and STABLE infra-
 P structure on FreeBSD. Just remember: FreeBSD had hotplug
 P capabilities and automounter for many years, even BEFORE
 P HAL and DBUS came to desktop land.

 Amen. :-)

Yes, but DBus is a generic IPC system. It is just slightly related to
automounting and hotpluging. I mean, DBus is an easy way for
communicating processes that provides, among other things, activation
of well-known services. That's it's goal.

On the other side, I think HAL is not necessary at all since devd is
enough to do that.

Cheers


 --
 27. Hartung 2011, 15:24
 Homepage : http://www.jan0sch.de

 The gentlemen looked one another over with microscopic carelessness.

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


Re: problems mounting android htc

2011-01-17 Thread Fernando Apesteguía
On Sun, Jan 16, 2011 at 3:36 PM, Chris Brennan xa...@xaerolimit.net wrote:
 On Sat, Jan 15, 2011 at 8:27 PM, Patrick Lamaiziere
 patf...@davenulle.orgwrote:

 Le Sat, 15 Jan 2011 18:57:33 -0500,
 Aryeh Friedman aryeh.fried...@gmail.com a écrit :

  No idea how but when I plug the USB in it says USB Debugging
  Connected

 On my HTC dream when I connect it to USB, there is a notification on the
 phone and I have (on the phone) to unmount the sd card.

 Then I can mount the sd card from FreeBSD with
 mount_msdosfs /dev/da0s1 /mnt

 dmesg:
 ugen2.2: HTC at usbus2
 umass0: HTC Android Phone, class 0/0, rev 1.02/1.00, addr 2 on usbus2
 umass0:  SCSI over Bulk-Only; quirks = 0x
 umass0:3:0:-1: Attached to scbus3
 (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0
 (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
 (probe0:umass-sim0:0:0:0): SCSI status: Check Condition
 (probe0:umass-sim0:0:0:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power
 on, reset, or bus device reset occurred) (probe0:umass-sim0:0:0:0):
 TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM
 status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI status: Check
 Condition (probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0
 (Medium not present) da0 at umass-sim0 bus 0 scbus3 target 0 lun 0
 da0: HTC Android Phone 0100 Removable Direct Access SCSI-2 device
 da0: 40.000MB/s transfers
 da0: Attempt to query device size failed: NOT READY, Medium not present
 GEOM: da0: partition 1 does not start on a track boundary.
 GEOM: da0: partition 1 does not end on a track boundary.


 I had a similar problem a weeks ago (posted to this list) with my LG Vortex.
 It refused to mount (da0 would get assigned and then immediately removed).
 If I left it plugged in for some undetermined time it worked. I would be
 able to mount it normally on fbsd7.3/fbsd8.1/fbsd8.2/fbsd9.0 without issue.
 I suspect it might be something in the Linux Kernel running on the phone but
 have not rooted it (and honestly don't intend to right now).

I had the same problem: da4 created and immediately removed. I tried to leave it
plugged but nothing changed. I assume some event is eventually
triggered in your case so
somehow the device gets recognized.
What does dmesg say?

Thanks.

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

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


Re: FreeBSD 8.1-STABLE amd 64 crash during shutdown

2011-01-04 Thread Fernando Apesteguía
On Mon, Jan 3, 2011 at 5:06 PM, Janos Dohanics w...@3dresearch.com wrote:
 My system crashed during shutdown, so I tried to get a crash dump, but
 I don't seem to be able to do so:

 Dumping 1224 MB: (stops at 1177)

 Fatal trap 12: page fault while in kernel mode
 cpuid = 1, apic id = 01
 fault virtual address = 0x1
 fault code            = supervisor read instruction, page not present
 instruction pointer: 0x20:0x1

 uname -opr
 FreeBSD 8.1-STABLE amd64

 I'd appreciate your advice...

Just a wild guess: Does your system crash if it is booted with ACPI disabled?

And is your swap partition big enough to create the dump?


 --
 Janos Dohanics
 w...@3dresearch.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Android phone and FreeBSD 8.1

2010-12-28 Thread Fernando Apesteguía
Hi all,

I bought a GeeksPhone One[1]. It uses Android 2.2.1. I'm trying to get
FreeBDS recognize the phone.
When I plug it to the USB port and activate the Storage option, this
is what dmesg reports:

ugen7.3: Geeksphone at usbus7
umass1: Geeksphone ONE Android Phone, class 0/0, rev 2.00/2.26, addr
3 on usbus7
(probe0:umass-sim1:1:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0
(probe0:umass-sim1:1:0:0): CAM status: SCSI Status Error
(probe0:umass-sim1:1:0:0): SCSI status: Check Condition
(probe0:umass-sim1:1:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0
(Invalid field in CDB)
(da4:umass-sim1:1:0:0): READ CAPACITY(10). CDB: 25 0 0 0 0 0 0 0 0 0
(da4:umass-sim1:1:0:0): SCSI sense: Error code 0x72
(da4:umass-sim1:1:0:0): fatal error, failed to attach to device
(da4:umass-sim1:1:0:0): lost device
(da4:umass-sim1:1:0:0): removing device entry

This is the output of camcontrol devlist
$ camcontrol devlist
TSSTcorp CDDVDW TS-H653N 0208at scbus1 target 0 lun 0 (pass0,cd0)
Generic USB SD Reader 1.00   at scbus2 target 0 lun 0 (pass1,da0)
Generic USB CF Reader 1.01   at scbus2 target 0 lun 1 (pass2,da1)
Generic USB SM Reader 1.02   at scbus2 target 0 lun 2 (pass3,da2)
Generic USB MS Reader 1.03   at scbus2 target 0 lun 3 (pass4,da3)
Android Mass Storage 1000at scbus3 target 0 lun 0 (pass5)

I tried to reset (all) the devices. For bus 2 I think the error is
normal since I don't have any cards inside the card reader.

$ camcontrol reset all
Reset of bus 0 was successful
Reset of bus 1 was successful
Reset of bus 2 returned error 0x3a
Reset of bus 3 returned error 0x3a

Just for the record, the phone is properly recognized in both Ubuntu
10.10 and Fedora 14 (the report below comes from Fedora)

[   38.902038] usb 2-1: new high speed USB device using ehci_hcd and address 3
[   39.018432] usb 2-1: New USB device found, idVendor=0489, idProduct=c001
[   39.018437] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   39.018440] usb 2-1: Product: ONE Android Phone
[   39.018442] usb 2-1: Manufacturer: Geeksphone
[   39.018444] usb 2-1: SerialNumber: 
[   39.030778] scsi7 : usb-storage 2-1:1.0
[   40.033204] scsi 7:0:0:0: Direct-Access Android  Mass Storage
 1000 PQ: 0 ANSI: 2
[   40.035213] sd 7:0:0:0: Attached scsi generic sg6 type 0
[   40.048431] sd 7:0:0:0: [sdf] Attached SCSI removable disk
[   62.052920] sd 7:0:0:0: [sdf] 15548416 512-byte logical blocks:
(7.96 GB/7.41 GiB)
[   62.053541] sd 7:0:0:0: [sdf] Assuming drive cache: write through
[   62.055163] sd 7:0:0:0: [sdf] Assuming drive cache: write through
[   62.055171]  sdf: sdf1
[   62.424607] SELinux: initialized (dev sdf1, type vfat), uses genfs_contexts

Maybe I'm doing something wrong as I am no expert in cam(3) or camcontrol(5).

What can I do to access the phone's storage in FreeBSD?

Any help is appreciated.

Cheers

[1] http://www.geeksphone.com/en/moviles/especificaciones.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Android phone and FreeBSD 8.1

2010-12-28 Thread Fernando Apesteguía
2010/12/28 Polytropon free...@edvax.de:
 On Tue, 28 Dec 2010 12:32:02 +0100, Fernando Apesteguía 
 fernando.apesteg...@gmail.com wrote:
 Hi all,

 I bought a GeeksPhone One[1]. It uses Android 2.2.1. I'm trying to get
 FreeBDS recognize the phone.
 [...]
 What can I do to access the phone's storage in FreeBSD?

 Seems to be the same issue I just had. See the mailing
 list archives of the last few days.

 In short: method (a)
        # true  /dev/da0
        # true  /dev/da1
        # true  /dev/da2
        # true  /dev/da3
 or method (b)
        # mount /dev/da0 /mnt
        # mount /dev/da1 /mnt
        # mount /dev/da2 /mnt
        # mount /dev/da3 /mnt
 will cause the proper device nodes (e. g. /dev/da0s1, /dev/da1s1,
 /dev/da2s1 and  /dev/da3s1) corresponding to inserted media to
 appear. Those can then be mounted in the usual way.

I tried that with no success. dmesg reports the new device as da4, but
it then removes the entry so I don't have any /dev/da4[X]
If I use the first method, I get Permission denied using both root
and a regular user for da[0-3]. Using the second method, I get
Operation not permitted. No da4 nodes appear under /dev.




 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

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


Re: Android phone and FreeBSD 8.1

2010-12-28 Thread Fernando Apesteguía
2010/12/28 Alejandro Imass a...@p2ee.org:
 2010/12/28 Fernando Apesteguía fernando.apesteg...@gmail.com:
 Hi all,

 I bought a GeeksPhone One[1]. It uses Android 2.2.1. I'm trying to get
 FreeBDS recognize the phone.
 When I plug it to the USB port and activate the Storage option, this
 is what dmesg reports:


 It's a wild guess but if you have Gnome installed, try disabling HAL
 (after you are in your Gnome desktop) before you plug-in the telephone
 and before you press the activate usb mass storage option on the
 droid.

No luck :S

I rebooted with HAL disabled without bringing Gnome up and I still get
the same error

Cheers.


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


Re: Android phone and FreeBSD 8.1

2010-12-28 Thread Fernando Apesteguía
2010/12/28 Justin V. v...@yeaguy.com:


 On Tue, 28 Dec 2010, Fernando Apestegu?a wrote:

 2010/12/28 Alejandro Imass a...@p2ee.org:

 2010/12/28 Fernando Apestegu?a fernando.apesteg...@gmail.com:

 Hi all,

 I bought a GeeksPhone One[1]. It uses Android 2.2.1. I'm trying to get
 FreeBDS recognize the phone.
 When I plug it to the USB port and activate the Storage option, this
 is what dmesg reports:


 It's a wild guess but if you have Gnome installed, try disabling HAL
 (after you are in your Gnome desktop) before you plug-in the telephone
 and before you press the activate usb mass storage option on the
 droid.

 No luck :S

 I rebooted with HAL disabled without bringing Gnome up and I still get
 the same error

 Cheers.


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



 Did you try Disk Drive on the phone and mount_msdosfs as root?

Yes. After I plug the phone, I am asked whether I want to enable
Storage mode. I say yes, the system tries to recognize the phone and
creates and immediately removes da4. I can't use mount_msdosfs if the
node is not present.




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


Re: Android phone and FreeBSD 8.1

2010-12-28 Thread Fernando Apesteguía
2010/12/28 Alejandro Imass a...@p2ee.org:
 2010/12/28 Fernando Apesteguía fernando.apesteg...@gmail.com:
 2010/12/28 Justin V. v...@yeaguy.com:


 On Tue, 28 Dec 2010, Fernando Apestegu?a wrote:

 2010/12/28 Alejandro Imass a...@p2ee.org:

 2010/12/28 Fernando Apestegu?a fernando.apesteg...@gmail.com:

 Hi all,

 I bought a GeeksPhone One[1]. It uses Android 2.2.1. I'm trying to get
 FreeBDS recognize the phone.
 When I plug it to the USB port and activate the Storage option, this
 is what dmesg reports:


 It's a wild guess but if you have Gnome installed, try disabling HAL
 (after you are in your Gnome desktop) before you plug-in the telephone
 and before you press the activate usb mass storage option on the
 droid.

 No luck :S

 I rebooted with HAL disabled without bringing Gnome up and I still get
 the same error

 Cheers.

 [..]



 Did you try Disk Drive on the phone and mount_msdosfs as root?

 Yes. After I plug the phone, I am asked whether I want to enable
 Storage mode. I say yes, the system tries to recognize the phone and
 creates and immediately removes da4. I can't use mount_msdosfs if the
 node is not present.


 That is very similar to the HAL problem I started having with my
 external HDs, that's whay I suspected you could be having the same
 issue. What I do is simply disable HAL by just running the rc.d
 script, plugin the drive, mount and the start HAL again.

OK, just tried that but it didn't work. I also tried disabling HAL during boot
int rc.conf and rebooting but the same effect persists: it tries to create the
da4 node but refuses. (sigh...)








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


Re: Does WINE work on FreeBSD amd64 ?

2010-12-26 Thread Fernando Apesteguía
On Mon, Dec 27, 2010 at 8:02 AM, Xn Nooby xno...@gmail.com wrote:
 The wiki page seems to say that wine is a 32-bit port, and 32-bit
 ports do not work well on amd64.  This would imply that 32-bit Windows
 programs would not run on 32-bit wine on a FreeBSD 8.1 amd64 system.
 Is this a correct interpretation?

As the wiki suggests, you can use the unofficial wine package at
http://people.freebsd.org/~ivoras/wine/
I've been using it myself for some time now without any issues. You
just need to install some lib32 userland libraries that in my system I
didn't have.

I use Spotify under wine on FreeBSD 8.1 AMD64.

Cheers.


 Does anyone know if there are any plans to get 32 or 64 bit windows
 programs running under wine on FreeBSD amd64?

 http://wiki.freebsd.org/Wine
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: About FreeBSD kernel newbies

2010-11-15 Thread Fernando Apesteguía
On Mon, Nov 15, 2010 at 7:53 PM, Michael Powell nightre...@hotmail.com wrote:
 Fernando Apesteguía wrote:

 Hi all,

 I was wondering if anyone has considered the creation of  a kernel
 newbies mail list for FreeBSD.
 I am aware of two places where someone can ask questions about that:
 either freebsd-hackers@ or the FreeBSD Development forum
 at http://forums.freebsd.org.

 I've been following the Linux kernel newbies list for a while and I
 think it is very informative.

 Would it be good to have such a list?

 Can't say for sure myself, but certain points do spring to mind - mainly
 based upon the fact than 'BSD's are not Linux. The main difference that
 would apply is the separation in the Linux world between kernel development
 and userland. Some work on the kernel while others package distros, adding a
 userland to what kernel developers produce.

 FreeBSD is not Linux in that it is a complete operating system, kernel and
 userland are developed together and distributed as a complete unit. Since
 there is no separation between kernel and userland development maybe an

Actually, there is separation. Although they are shipped as a one complete
and integrated product, they do differ in the way they are developed.

 alternate proposal might be for people coming to FreeBSD from the Linux
 world to endeavor to learn and adjust to what has worked for the community
 well for many years now. In other words, leave the Linuxisms in Linux land
 and learn the FreeBSD-isms.

Yes, that's one way to do it. In fact, that's probably one of the most
straightforward
ways to jump from Linux to FreeBSD.


 The FreeBSD community does try and function as a meritocracy for a lofty
 goal. It may not be perfect, but it also does try and be open and look at
 new ideas when they come around. Things not immediately dismissed out of
 hand will be debated from the bottom up, and if by the time it percolates
 upwards to the top it has survived many a thrashing it may just be
 committed.

 So, no harm in proposing new ideas. Just keep in mind that many times such
 proposals have a limited lifetime and have actually been proposed before.
 The community may have bandied the idea about and decided not to pursue it.
 Then it is quickly forgotten until the next cycle comes around with some
 newcomer proposing the same thing again. It happens. Witness the Why Do You
 Have a Devil for a Mascot meme that continues to resurface periodically
 year after year. We got tired of that many years ago, but it just will not
 go away...  :-)

 So if the larger community and it's reasoned approach decides a proposal has
 merit for whatever number of supporting arguments, and idea might just take
 flight. Whatever I, as one individual, may think about any one idea/proposal
 it is the larger community in general that will decide.

It was just an idea. I don't really know if there is room for such
list. Maybe it is better
to ask questions (though they could have an 'obvious' answer) at
freebsd-hackers@
or freebsd-current@ as Robert suggested.

Regards.


 -Mike



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

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


About FreeBSD kernel newbies

2010-11-14 Thread Fernando Apesteguía
Hi all,

I was wondering if anyone has considered the creation of  a kernel
newbies mail list for FreeBSD.
I am aware of two places where someone can ask questions about that:
either freebsd-hackers@ or the FreeBSD Development forum
at http://forums.freebsd.org.

I've been following the Linux kernel newbies list for a while and I
think it is very informative.

Would it be good to have such a list?

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


struct fileops question

2010-10-20 Thread Fernando Apesteguía
Hi,

I'm trying to understand  some pieces of the FreeBSD kernel.
Having a look at struct fileops in file.h I was wondering why other file related
functions don't have an entry in the vector. I was thinking in mmap, fsync or
sendfile.

Can anyone tell me the reason?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libxul compilation problem

2010-10-18 Thread Fernando Apesteguía
On Sun, Oct 17, 2010 at 7:55 PM, Robert Bonomi bon...@mail.r-bonomi.com wrote:
 From owner-freebsd-questi...@freebsd.org  Sun Oct 17 11:46:48 2010
 Date: Sun, 17 Oct 2010 18:47:09 +0200
 From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= fernando.apesteg...@gmail.com
 To: Rob Farmer rfar...@predatorlabs.net
 Cc: User Questions freebsd-questions@freebsd.org
 Subject: Re: libxul compilation problem

 2010/10/16 Rob Farmer rfar...@predatorlabs.net:
  2010/10/16 Fernando Apestegu=EDa fernando.apesteg...@gmail.com:
  I didn't run X or whatsoever. That's why I think I should have enough me=
 mory.
  In fact after getting that error, I rebooted so I could update the
  ports from a fresh
  running system (nothing cached or so). But even in that case, I'm gettin=
 g the
  same error.
 
  Any VM tuning I can try?
 
  I'm not really knowledgeable about that kind of thing.
 
  However, the port is marked MAKE_JOBS_SAFE which means that it will
  try to run multiple compiler instances in parallel, to speed things up
  if you have multiple CPUs/cores. You can try running with make
  -DDISABLE_MAKE_JOBS to just run one at a time - maybe you have enough
  memory for that but not multiple jobs at once?

 Hi Rob,

 The machine has one single core cpu. Finally I was able to compile the
 thing, compiling
 the offending file by hand (nsHtml5ElementName.cpp) without the -O2
 optimization flag.
 With this flag, cc1plus eats up all the memory of my system in a few
 seconds. Without
 the flag, the file is compiled without any problems and quite fast.

 Should this issue be a candidate for filing a PR?

 *ONLY* if you can provide a 'fix' _with_ the report!  grin
 (Make sure the fix works on a machine with only 64mb ram and 256m swap. )

Hehe, OK, I'll try to have a look at it.


 Turning on optimization virtually _always_ results in the compiler needing
 more resources.   How much more depends on the size, complexity, and '
 optimizability' of the code being compiled.

 The simple fix for your problem is to add swap space to the system.
 swap space does -not- have to be in a dedicated partition, see 'man swapon'
 for how to use a -file- as temporary swap space.

I had done it if disabling the optimization wouldn't have changed anything. The
main problem was that I didn't know how much swap I had to add.
Right now I have an updated system but I will have a look at how much RAM
this takes using -O2.



 Note: if you find someting that won't compile, given a combined 4 gigs of
 RAM and swap space, and the build isthe only thing running beyond core
 system services, *then* you've got the basis for 'good' PR filing.

Thanks!




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


Re: libxul compilation problem

2010-10-18 Thread Fernando Apesteguía
2010/10/17 Rob Farmer rfar...@predatorlabs.net:
 2010/10/17 Fernando Apesteguía fernando.apesteg...@gmail.com:
 The machine has one single core cpu. Finally I was able to compile the
 thing, compiling
 the offending file by hand (nsHtml5ElementName.cpp) without the -O2
 optimization flag.
 With this flag, cc1plus eats up all the memory of my system in a few
 seconds. Without
 the flag, the file is compiled without any problems and quite fast.

 Should this issue be a candidate for filing a PR?

 It's hard to say whether this is really a bug or not - I still think
 your overall memory is low - 1 GB of RAM should be a supported
 configuration, but that assumes a decent amount of swap - I'll bet
 sysinstall's recommended partitioning would give you 2 GB.

I still refuse to think 1GB is low ;) though I could be wrong.


 Try mailing the maintainers (ge...@freebsd.org) and see what they say.

I'll do it.

Thanks for your advices.

Cheers.


 --
 Rob Farmer

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


Re: archivers/xz still needed

2010-10-18 Thread Fernando Apesteguía
On Mon, Oct 18, 2010 at 11:24 AM, n dhert ndhert...@gmail.com wrote:
 when doing portupgrade, I get
        - archivers/xz (marked as IGNORE)
 since it is now in the base system
 But
 # pkg_info -R xz-4.999.9_1
 Required by:
 gtar-1.23_3
 kdeutils-3.5.10_6

 # pkg_info -R gtar-1.23_3
 Required by:
 kdeutils-3.5.10_6
 I indeed still use kedutils and want to keep that version (3.5).
 Is there a way to do some recompilation so that gtar and kdeutils do no
 longer user xz
 that I can do, to get rid of the the  IGNORE ?
 How would that exactly be?

Please, CMIIW, but can't you just use portupgrade -f to force the
installation? (or use FORCE_PKG_REGISTER=yes).

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

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


Re: libxul compilation problem

2010-10-17 Thread Fernando Apesteguía
2010/10/16 Rob Farmer rfar...@predatorlabs.net:
 2010/10/16 Fernando Apesteguía fernando.apesteg...@gmail.com:
 I didn't run X or whatsoever. That's why I think I should have enough memory.
 In fact after getting that error, I rebooted so I could update the
 ports from a fresh
 running system (nothing cached or so). But even in that case, I'm getting the
 same error.

 Any VM tuning I can try?

 I'm not really knowledgeable about that kind of thing.

 However, the port is marked MAKE_JOBS_SAFE which means that it will
 try to run multiple compiler instances in parallel, to speed things up
 if you have multiple CPUs/cores. You can try running with make
 -DDISABLE_MAKE_JOBS to just run one at a time - maybe you have enough
 memory for that but not multiple jobs at once?

Hi Rob,

The machine has one single core cpu. Finally I was able to compile the
thing, compiling
the offending file by hand (nsHtml5ElementName.cpp) without the -O2
optimization flag.
With this flag, cc1plus eats up all the memory of my system in a few
seconds. Without
the flag, the file is compiled without any problems and quite fast.

Should this issue be a candidate for filing a PR?

Cheers.


 --
 Rob Farmer

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


Re: libxul compilation problem

2010-10-16 Thread Fernando Apesteguía
2010/10/15 Rob Farmer rfar...@predatorlabs.net:
 2010/10/15 Fernando Apesteguía fernando.apesteg...@gmail.com:
 The process being killed is cc1plus while compiling libxul. I'm
 running a stock 8.1-RELEASE GENERIC kernel on amd64 platform.
 The machine has 1Gb of physical memory and 256MB for swap (I have had
 this setup for quite a long time and have always kept
 my system up to date using the ports infrastructure without problems).

 1.25 GB of total memory is rather low these days, especially if you
 were compiling with X or other things running (you didn't say one way
 or another). For a large port like this you are probably going to need
 more swap - Mozilla stuff is not know for being light on resources.

Thanks for the reply.

I didn't run X or whatsoever. That's why I think I should have enough memory.
In fact after getting that error, I rebooted so I could update the
ports from a fresh
running system (nothing cached or so). But even in that case, I'm getting the
same error.

Any VM tuning I can try?

Thanks.


 --
 Rob Farmer

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


libxul compilation problem

2010-10-15 Thread Fernando Apesteguía
Hi,

I have a ports version fetched on Oct 13th. I wanted to update all the
ports I have installed.
In order to do that I run:

swap_pager_getswapspace(16): failed
swap_pager_getswapspace(12): failed
swap_pager_getswapspace(16): failed
swap_pager_getswapspace(12): failed
swap_pager_getswapspace(16): failed
swap_pager_getswapspace(12): failed
...
...
swap_pager_getswapspace(3): failed
swap_pager_getswapspace(3): failed

The process being killed is cc1plus while compiling libxul. I'm
running a stock 8.1-RELEASE GENERIC kernel on amd64 platform.
The machine has 1Gb of physical memory and 256MB for swap (I have had
this setup for quite a long time and have always kept
my system up to date using the ports infrastructure without problems).

Do I need any special setup to compile this package? Maybe any systcl
vm.* should be tunned?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Low sound

2010-10-11 Thread Fernando Apesteguía
On Mon, Oct 11, 2010 at 8:50 AM, Albert Shih albert.s...@obspm.fr wrote:
 Hi all.

 I've very strange problem with FreeBSD 8-stable sinceone year (yes it's
 not a urgent problem;-) ).

 I've a desktop PC, two laptops (two dell). On those 3 computers the sounds
 is working. But on all the sound level is very low. When I use mplayer
 event I push the level to maximum I almost ear the sound. But when I reboot
 on windows on the same computer the sound level is very loud.


 Any advise ?

What's the output of the 'mixer' command?


 Regards.

 JAS
 --
 Albert SHIH
 DIO batiment 15
 Observatoire de Paris Meudon
 5 Place Jules Janssen
 92195 Meudon Cedex
 Téléphone : 01 45 07 76 26/06 86 69 95 71
 Heure local/Local time:
 lun 11 oct 2010 08:50:44 CEST
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: A command to check network transfer

2010-10-01 Thread Fernando Apesteguía
On Fri, Oct 1, 2010 at 11:59 AM, Zbigniew Szalbot zszal...@gmail.com wrote:
 Dear all,

 I cannot for the life of mine remember the command which allows me to
 check incoming and outgoing transfer on lo0 and re0. Can you please
 help? :)

I use iftop[1]

Cheers!

[1] http://www.freebsdsoftware.org/net-mgmt/iftop.html


 Thanks a lot!

 Zbigniew Szalbot
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: [Freebsd-update]cannot open files/.gz: No such file or directory

2010-09-29 Thread Fernando Apesteguía
On Wed, Sep 29, 2010 at 3:37 PM, Bastien Semene
bsem...@cyanide-studio.com wrote:
  Hi,

 I'm trying to upgrade a system from 8.0-RELEASE to 8.1-RELEASE, but I have
 the following (non critical) errors :
 /usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory
 This line appears hundred of times.
 After that, freebsd-update claims that many files are non existent in the
 new version and ask to delete them :

 /usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory
 /usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory
 /usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory
 /usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory
 /usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory
 /usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory
 Attempting to automatically merge changes in files... done.

 The following file will be removed, as it no longer exists in
 FreeBSD 8.1-RELEASE: /boot/device.hints
 Does this look reasonable (y/n)? n

 I have updated other systems without any difficulty (from the same 8.0 patch
 level to 8.1).

 I tried to delete /var/db/freebsd-update folder, but it changes nothing.
 Same error.
 I found older posts with people searching in the code which function did the
 error, but because everything was fine with the same context on other
 systems I think freebsd-update is mislead (it seems to miss the name of the
 file) at some point.

 Does anyone have some hints or direction to follow ?

I reported this a while ago and try to get in touch with Colin
Percival with no luck. I finally could afford a fresh install.


 Thanks,

 --
 Bastien Semene
 Administrateur Réseau  Système

 Cyanide Studio - FRANCE

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

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


Re: Unable to kldload linux

2010-07-31 Thread Fernando Apesteguía
On Sat, Jul 31, 2010 at 6:19 PM, William Vining wfvin...@gmail.com wrote:
 Hi,

 I have just upgraded my system to 8.1-RELEASE

 $ uname -a
 FreeBSD makalu.abqhomenet 8.1-RELEASE FreeBSD 8.1-RELEASE #10: Thu Jul
 29 08:12:40 MDT 2010
 r...@makalu.abqhomenet:/usr/obj/usr/src/sys/FRAGMENT  amd64

 only to find that I cannot load linux.ko

 # kldload linux
 kldload: can't load linux: Exec format error

 I tried compiling it into my kernel and recieved a message that
 COMPAT_LINUX was not a valid option.

 Has anybody got any advice/knowledge about this 'exec format error',
 I've tried recompiling the kernel without success (in loading the
 module), and I've even compiled the module on its own and was still
 unable to load it.

 # kldload /sys/modules/linux/linux.ko
 kldload: can't load linux: Exec format error

 I get the same error with the linprocfs and linsysfs modules.

Yes, and in addition, they depend on linux.ko


 Any thoughts?

Try adding

options COMPAT_LINUX32

recompile your kernel and try again.


 Thanks,
 Will
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: kernel panics

2010-07-16 Thread Fernando Apesteguía
On Fri, Jul 16, 2010 at 9:03 AM, n dhert ndhert...@gmail.com wrote:
 Where is the best place to report  problems  with kernel panics in FreeBSD
 8.0 and to get help?

Have a look at

http://www.freebsd.org/send-pr.html

Cheers

 I posted a message in this mailing list freebsd-questions, but if acutally
 never was published (?)
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: Which gdb GUI do you use?

2010-03-18 Thread Fernando Apesteguía
On Thu, Mar 18, 2010 at 8:15 AM, Yuri y...@rawbw.com wrote:
 I know there is ddd, but it has so many bugs that it makes it barely usable.
 There is emacs, but I am not used to it and don't like it. It's love it or
 hate it usually for most people.
 There is some GUI called Insight, for some reason it's not in ports. I've
 built it and it looks unstable.
 Gives me an error message: thread.c:79: internal-error: inferior_thread:
 Assertion 'tp' failed. ...

 Which GUI you use?

None.

I faced the same limitations that you did with ddd. Occasionally I use
Ctrl-X a to get a window that shows the source code.

Cheers


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

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


Re: Using webcam Windows driver

2010-02-25 Thread Fernando Apesteguía
On Thu, Feb 25, 2010 at 8:56 AM, Siju George sgeorge...@gmail.com wrote:
 Hi,

 I have a logitech quickcam. Will I be able to use it in FreeBSD?
 Can I use Windows driver?

Maybe you want to have a look at pwcbsd[1]. This is to use linux drivers on
FreeBSD. Not sure if there is a wrapper for windos drivers.

Cheers.

[1] http://www.freebsdsoftware.org/multimedia/pwcbsd.html


 Thanks

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

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


8.0 flash gmail attachments

2010-02-07 Thread Fernando Apesteguía
Hi all,

I'm running 8.0-RELEASE-p2. I have flash support through linux
emulation (linux_base-f10-10_2 and linux-f10-flashplugin-10.0r42).
Everything seems to work fine save a couple of things:

- Sometimes nspluginwrapper crashes and dumps a core. Firefox 3 seems
to work fine however and it does not hang or crash.

- In Gmail, every attachment attempt fails. I think this is related to
flash cause there is a flash progress bar while uploading the
attachment. If I fall back to the old gmail version where the progress
bar is not present the same attachment does not fail.

I wonder if any out there has noticed this. I'm specially interested
in the second problem cause it is very annoying.

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


gnash and swfdec black screen

2009-12-11 Thread Fernando Apesteguía
Hi all,

I'm running 8.0-RELEASE for amd64. I want to use either gnash or swfdec to view
flash contents instead of using the libflashplayer and linux
compatibility layer.

However, with both of them, all I get is a black window where the
video should be
played. Using gnash if I run firefox3 from a console, I don't see any
messages. With
swfdec all I get is a unhandled event 19.

Probably the problem is not related to the players themselves but I
don't really know
how to track this... My video card is an ATI mobility Radeon 9700 and X uses the
radeon driver (radeon_drv).

Any help is appreciated. Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


8.0 Ext3/Ext4 support

2009-11-27 Thread Fernando Apesteguía
Hi there,

Is there Ext3/Ext4 read support in FreeBSD 8? Can we use fs with
256-byte inodes?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update problem 8.0Beta1 to 8.0Beta4

2009-09-21 Thread Fernando Apesteguía
2009/9/20 Fernando Apesteguía fernando.apesteg...@gmail.com:
 Hi all,

 I'm having some problems trying to update from FreeBSD 8.0 Beta1 to 8.0 Beta4.

 I upgraded from 7.2 to beta1 some time ago, using freebsd-update
 without problems. Later
 I did the same thing to reach beta2. Yesterday I tried it to get to
 beta3 but I have a bunch
 of errors like this one:

 /usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory

 This is after the preparing to download files stage. I have plenty
 of disk space left on my hard disk.
 In an attempt to fix the problem I performed a rollback, so I went to
 beta1 again. This process seemed
 to work fine. However, whenever I try to upgrade to another higher
 release number, I get those errors.

 Listing the contents of the /var/db/freebsd-update/files/ directory
 shows a bunch of .gz files.
 What can be wrong?

 I've googled, but I haven't been able to find a solution.
 Any help?
 Thanks in advance.

Nobody on this issue?
I've seen more people asking about this[1][2] but I couldn't find a solution.

I made a back up of the /var/db/freebsd-update directory and renamed
the files and merge directories. freebsd-update created them again,
actually downloaded a bunch of files, but I got exactly the same
error. I followed exactly the same procedure (described in the
handbook) to go from 7.1 to 7.2 then to 8.0BETA1 and finally to
8.0BETA2. What is wrong with freebsd-update? If I did something wrong,
how can I roll it back?

Thanks for your time.

[1] http://www.mail-archive.com/freebsd-questions@freebsd.org/msg214707.html
[2] http://lists.freebsd.org/pipermail/freebsd-questions/2009-January/190664.htm


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


freebsd-update problem 8.0Beta1 to 8.0Beta4

2009-09-20 Thread Fernando Apesteguía
Hi all,

I'm having some problems trying to update from FreeBSD 8.0 Beta1 to 8.0 Beta4.

I upgraded from 7.2 to beta1 some time ago, using freebsd-update
without problems. Later
I did the same thing to reach beta2. Yesterday I tried it to get to
beta3 but I have a bunch
of errors like this one:

/usr/sbin/freebsd-update: cannot open files/.gz: No such file or directory

This is after the preparing to download files stage. I have plenty
of disk space left on my hard disk.
In an attempt to fix the problem I performed a rollback, so I went to
beta1 again. This process seemed
to work fine. However, whenever I try to upgrade to another higher
release number, I get those errors.

Listing the contents of the /var/db/freebsd-update/files/ directory
shows a bunch of .gz files.
What can be wrong?

I've googled, but I haven't been able to find a solution.
Any help?
Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: (solved) Re: Problem mounting EXT2FS

2009-08-28 Thread Fernando Apesteguía
On Tue, Aug 25, 2009 at 12:17 AM, Jeronimo
Calvojeronimocal...@googlemail.com wrote:
 Thanks a lot fellas!! problem resolved!!!

Did you try to unmount the filesystem?

I applied the patch against 7.2-RELEASE-p3 and I can't unmount it: Device busy.

Anyone else with this problem?

Cheers


 On 24/08/2009, Gonzalo Nemmi gne...@gmail.com wrote:

 On Monday 24 August 2009 6:44:24 pm Jeronimo Calvo wrote:
  True you are right... I was using the incorrect syntax and the
  incorrect word hehehhe
 
  well I did try as well using the correct procedure:
 
  Thats the result (mounted but not accesible)
 
  [root@ /media/DATOSWIN]# mount
  /dev/ad8s1a on / (ufs, local)
  devfs on /dev (devfs, local)
  /dev/ad8s1e on /tmp (ufs, local, soft-updates)
  /dev/ad8s1f on /usr (ufs, local, soft-updates)
  /dev/ad8s1d on /var (ufs, local, soft-updates)
  /dev/ntfs/DATOSWIN on /media/DATOSWIN (ntfs, local, nosuid)
  [root@ /media/DATOSWIN]# *mount -t ext2fs /dev/ad6s1 /ext2*
  [root@ /media/DATOSWIN]# cd /ext2
  *bash: cd: /ext2: Not a directory*
  [root@ /media/DATOSWIN]# ls -la /ext2
  *ls: /ext2: Bad file descriptor*
  [root@ /media/DATOSWIN]#
 


 Here's the problem:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/124621

 Here's how to solve it:
 http://forums.freebsd.org/showthread.php?t=912highlight=ext2fs


  2009/8/24 Polytropon free...@edvax.de
 
   Maybe just malquoted, but...
  
   On Mon, 24 Aug 2009 20:20:29 +, Jeronimo Calvo 
  
   jeronimocal...@googlemail.com wrote:
# mount -t extfs2 /dev/ad6s1 /ext2
mount: /dev/ad6s1 : Operation not supported by device
  
   The command should include -t ext2fs, not extfs2, as far as I
   remember. I haven't run Linux for almost 10 years now...
  
I tried several times, with not luck, one of those times i was
able to
  
   mount
  
it, but not to access it, when i tried to cd /ext2 (folder when
is
  
   mounted)
  
system tells me that ext2 is not a folder...
  
   There are no folders in the UNIX file system hierarchy. The
   things you're mentioning are called directories. I know, that's
   just terminology, but it's important to use the correct words
   context-wise. You don't call the files sheets of paper, do you?
   :-)
  
  
  
  
  
   --
   Polytropon
   Magdeburg, Germany
   Happy FreeBSD user since 4.0
   Andra moi ennepe, Mousa, ...
 

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



 --
 Blessings

 Gonzalo Nemmi

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

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


Re: Lock order reversals on RELENG_8

2009-08-20 Thread Fernando Apesteguía
On Thu, Aug 20, 2009 at 2:08 PM, Peter Corneliusp...@gmx.net wrote:
 Hi,

 Are these lock order reversals reported any reason for preoccupation and/or 
 should I report elsewhere?

 The kernel I just built does not boot at all, so I don´t know whether these 
 are a closed issue already. I´m off for a couple of days and will retry then.


Maybe the link reported here[1] could be useful.

Cheers.
[1]http://lists.freebsd.org/pipermail/freebsd-questions/2009-July/202308.html

 Thanks  regards,

 Peter.

 ---
 Note: Kernels are GENERIC w/o i386/i486 options,
      Plus from no 4 onwards with VIMAGE and w/o SCTP option,
      All fs encrypted with geli except /.
 ---

 Aug 16 13:51:56 netserv kernel: FreeBSD 8.0-BETA2 #3: Sun Aug 16 10:28:08 UTC 
 2009
 Aug 16 13:51:56 netserv kernel: 
 r...@netserv.ka.cornelius:/usr/Obj-RELENG_8/usr/Src-RELENG_8/sys/NETSERV
 Aug 16 13:51:56 netserv kernel: WARNING: WITNESS option enabled, expect 
 reduced performance.
 Aug 16 13:51:56 netserv kernel: Timecounter i8254 frequency 1193182 Hz 
 quality 0
 Aug 16 13:51:56 netserv kernel: CPU: Intel Pentium III (1004.52-MHz 686-class 
 CPU)
 Aug 16 13:51:56 netserv kernel: Origin = GenuineIntel  Id = 0x686  Stepping 
 = 6
 Aug 16 13:51:56 netserv kernel: 
 Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,
 PAT,PSE36,MMX,FXSR,SSE
 Aug 16 13:51:56 netserv kernel: real memory  = 1610612736 (1536 MB)
 Aug 16 13:51:56 netserv kernel: avail memory = 1559375872 (1487 MB)
 Aug 16 13:51:56 netserv kernel: ACPI APIC Table: ASUS   CUV4X-D 
 Aug 16 13:51:56 netserv kernel: FreeBSD/SMP: Multiprocessor System Detected: 
 2 CPUs
 Aug 16 13:51:56 netserv kernel: FreeBSD/SMP: 2 package(s) x 1 core(s)
 Aug 16 13:51:56 netserv kernel: cpu0 (BSP): APIC ID:  3
 Aug 16 13:51:56 netserv kernel: cpu1 (AP): APIC ID:  0
 (...)
 Aug 16 13:58:56 netserv kernel: lock order reversal:
 Aug 16 13:58:56 netserv kernel: 1st 0xd8d413f0 bufwait (bufwait) @ 
 /usr/Src-RELENG_8/sys/kern/vfs_bio.c:2559
 Aug 16 13:58:56 netserv kernel: 2nd 0xc5782000 dirhash (dirhash) @ 
 /usr/Src-RELENG_8/sys/ufs/ufs/ufs_dirhash.c:285
 Aug 16 13:58:56 netserv kernel: KDB: stack backtrace:
 Aug 16 13:58:56 netserv kernel: 
 db_trace_self_wrapper(c0c73804,e782c75c,c08c0d25,c08b1a0b,c0c7675b,...) at 
 db_trace_self_wrapper+0x26
 Aug 16 13:58:56 netserv kernel: 
 kdb_backtrace(c08b1a0b,c0c7675b,c4d2be90,c4d2f228,e782c7b8,...) at 
 kdb_backtrace+0x29
 Aug 16 13:58:56 netserv kernel: 
 _witness_debugger(c0c7675b,c5782000,c0c97efa,c4d2f228,c0c97b8a,...) at 
 _witness_debugger+0x25
 Aug 16 13:58:56 netserv kernel: 
 witness_checkorder(c5782000,9,c0c97b8a,11d,0,...) at witness_checkorder+0x839
 Aug 16 13:58:56 netserv kernel: 
 _sx_xlock(c5782000,0,c0c97b8a,11d,c58d9ae0,...) at _sx_xlock+0x85
 Aug 16 13:58:56 netserv kernel: 
 ufsdirhash_acquire(d8d41390,da0ab800,200,da0ab818,e782c888,...) at 
 ufsdirhash_acquire+0x35
 Aug 16 13:58:56 netserv kernel: 
 ufsdirhash_add(c58d9ae0,e782c8d0,818,e782c874,e782c878,...) at 
 ufsdirhash_add+0x13
 Aug 16 13:58:56 netserv kernel: 
 ufs_direnter(c596953c,c596696c,e782c8d0,e782cbd0,0,...) at ufs_direnter+0x729
 Aug 16 13:58:56 netserv kernel: 
 ufs_makeinode(e782cbd0,0,e782cabc,e782ca18,c0bbc895,...) at
 Aug 16 13:58:56 netserv kernel: ufs_makeinode+0x508
 Aug 16 13:58:56 netserv kernel: 
 ufs_create(e782cabc,e782cad4,0,0,e782cba4,...) at ufs_create+0x30
 Aug 16 13:58:56 netserv kernel: 
 VOP_CREATE_APV(c0d77740,e782cabc,e782cbd0,e782ca54,0,...) at 
 VOP_CREATE_APV+0xa5
 Aug 16 13:58:56 netserv kernel: 
 vn_open_cred(e782cba4,e782cc5c,1a4,0,c51d2b00,...) at vn_open_cred+0x215
 Aug 16 13:58:56 netserv kernel: 
 vn_open(e782cba4,e782cc5c,1a4,c51fadc8,c0c98f76,...) at vn_open+0x3b
 Aug 16 13:58:56 netserv kernel: 
 kern_openat(c5232000,ff9c,28412180,0,a02,...) at kern_openat+0x11f
 Aug 16 13:58:56 netserv kernel: kern_open(c5232000,28412180,0,a01,1a4,...) at 
 kern_open+0x35
 Aug 16 13:58:56 netserv kernel: 
 open(c5232000,e782ccf8,c,c0c77024,c0d55f6c,...) at open+0x30
 Aug 16 13:58:56 netserv kernel: syscall(e782cd38) at syscall+0x2a3
 Aug 16 13:58:56 netserv kernel: Xint0x80_syscall() at Xint0x80_syscall+0x20
 Aug 16 13:58:56 netserv kernel: --- syscall (5, FreeBSD ELF32, open), eip = 
 0x28335923, esp = 0xbfbfe7bc, ebp = 0xbfbfe7e8 ---
 (...)
 Aug 16 14:16:04 netserv kernel: lock order reversal:
 Aug 16 14:16:04 netserv kernel: 1st 0xc6df37ac ufs (ufs) @ 
 /usr/Src-RELENG_8/sys/kern/vfs_lookup.c:497
 Aug 16 14:16:04 netserv kernel: 2nd 0xd8debf40 bufwait (bufwait) @ 
 /usr/Src-RELENG_8/sys/ufs/ffs/ffs_softdep.c:6177
 Aug 16 14:16:04 netserv kernel: 3rd 0xc6e3f164 ufs (ufs) @ 
 /usr/Src-RELENG_8/sys/kern/vfs_subr.c:2083
 Aug 16 14:16:04 netserv kernel: KDB: stack backtrace:
 Aug 16 14:16:04 netserv kernel: 
 db_trace_self_wrapper(c0c73804,e78b33cc,c08c0d25,c08b1a0b,c0c76774,...) at 
 db_trace_self_wrapper+0x26
 Aug 16 14:16:04 netserv kernel: 
 kdb_backtrace(c08b1a0b,c0c76774,c4d2be90,c4d2f1c0,e78b3428,...) at 
 

Re: 7.2 burncd and cdrecord problem

2009-08-15 Thread Fernando Apesteguía
On Sat, Aug 15, 2009 at 12:20 PM, Ruben de Grootmai...@bzerk.org wrote:
 On Fri, Aug 14, 2009 at 08:23:49PM +0200, Fernando Apestegu?a typed:
 Hi all,

 I'm trying to get my CD drive to work without so much success.
 Reading is fine, but when I try to burn a CD I get errors in dmesg.

 Using cdrecord -blank=fast dev=3,0,0 I get:

 [...]
 Using generic SCSI-3/mmc   CD-ROM driver (mmc_cd).
 Driver flags   : MMC-3 SWABAUDIO BURNFREE
 Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
 Starting to write CD/DVD at speed 18 in real BLANK mode for single session.
 Last chance to quit, starting real write    0 seconds. Operation starts.
 This drive or media does not support the 'BLANK media' command
 cdrecord: Cannot blank disk, aborting.
 cdrecord: Some drives do not support all blank types.
 cdrecord: Try again with cdrecord blank=all.

 So what happened when you tried the blank=all option instead of your 
 blank=fast?
 You did try that, didn't you?

I did, sorry I didn't mention that. It shows the same errors.


 Ruben


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


Re: 7.2 burncd and cdrecord problem

2009-08-15 Thread Fernando Apesteguía
On Sat, Aug 15, 2009 at 8:02 PM, b. f.bf1...@googlemail.com wrote:
 I'm trying to get my CD drive to work without so much success.
 Reading is fine, but when I try to burn a CD I get errors in dmesg.

Using cdrecord -blank=fast dev=3,0,0 I get:

 First, I hope that you are using sysutils/cdrtools-devel rather than
 sysutils/cdrtools.  The latter is several years out of date, and the
 upstream maintainer of the software has said that no one should be
 using it, but the maintainer of the FreeBSD port has so far been
 unwilling to update it.

 ...

And dmesg shows:
acd0: FAILURE - READ_BUFFER ILLEGAL REQUEST asc=0x24 ascq=0x00
acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x26 ascq=0x00

 It is not unusual for some errors to appear, even during normal
 operation, so these don't necessarily indicate a problem, although it
 was good that you posted them.  You should run the cdrecord command
 with -vv (yes, two v's) to get verbose error messages from cdrecord.
 This should give you a better idea of why cdrecord is failing.  If the
 error messages from -vv are not enough, you can also add -VV, although
 this affects the timing of the operations, and should be used with
 care when recording.

 I have had problems like this in the past, when a disk was corrupted,
 and cdrecord balked at blanking it.  I used blank=all with either the
 -immed flag, or the -force flag, or both, to solve the problems.

Honestly I didn't think this was the problem, but it seems I've had a
bad virgin CD set.
Two of them (of a set of 5) seem to work fine. I can write, rewrite
and blank them.

Aaarrghh! sorry for the noise. Nevertheless, I will try to update to
cdrtools-devel since I have cdrtools installed

Thanks to all of you.


 If you are using cdrtools, you should probably use the cd(4) driver
 together with atapicam(4), rather than the acd(4) driver.  To prevent
 possible problems, it is safer to prevent both drivers from attaching
 to the same device.  I usually remove:

 device atapicd

 from my kernel, and just use:

 device ata
 device atapicam
 device scbus
 device cd
 device pass

 I don't know whether it is possible to disable the acd(4) driver using
 just loader.conf(5), device.hints(5), or some other means at boot- or
 run-time, but you could look into that if you don't want to go to the
 trouble of removing it from your kernel.



 b.

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


7.2 burncd and cdrecord problem

2009-08-14 Thread Fernando Apesteguía
Hi all,

I'm trying to get my CD drive to work without so much success.
Reading is fine, but when I try to burn a CD I get errors in dmesg.

Using cdrecord -blank=fast dev=3,0,0 I get:

[...]
Using generic SCSI-3/mmc   CD-ROM driver (mmc_cd).
Driver flags   : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Starting to write CD/DVD at speed 18 in real BLANK mode for single session.
Last chance to quit, starting real write0 seconds. Operation starts.
This drive or media does not support the 'BLANK media' command
cdrecord: Cannot blank disk, aborting.
cdrecord: Some drives do not support all blank types.
cdrecord: Try again with cdrecord blank=all.

And dmesg shows:
acd0: FAILURE - READ_BUFFER ILLEGAL REQUEST asc=0x24 ascq=0x00
acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x26 ascq=0x00

Using burncd blank I get:

burncd: ioctl(CDRIOCBLANK): Input/output error

and in dmesg:

acd0: FAILURE - BLANK_CMD ILLEGAL REQUEST asc=0x30 ascq=0x05

The drive works perfectly with other OS, so I don't think the hardware
is the problem.

The device is identified as:
acd0: DVDR TSSTcorp CDDVDW TS-H653N/0208 at ata3-master SATA150

I have scbus, atapicd and atapicam in my kernel configuration.

Any ideas?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Touchpad and wheel buttons

2009-07-18 Thread Fernando Apesteguía
Hi all,

I'm using FreeBSD 8.0 BETA1, but I post in this list cause I had the
same problem in 7.2, since it is Xorg related.
I have a laptop. The touchpad provides 4 buttons. Two of them are the
normal left and right buttons and the other two should provide the
wheel-like functionality, scrolling windows up and down.

However, the behavior is quite different. In Firefox, for example, if
I click on the touchpad area, I go back to the previous web site. The
same for the wheel-down button. The wheel up button doesn't do
anything. I disabled the AutoAddDevices in xorg.conf and added a
mouse section:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
EndSection

It doesn't work either. I tried to change the protocol from auto to
IMPS/2 but it hangs Xorg.

How can I configure the touchpad?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: 8.0 BETA1 LOR

2009-07-14 Thread Fernando Apesteguía
2009/7/13 Glen Barber glen.j.bar...@gmail.com:
 2009/7/13 Glen Barber glen.j.bar...@gmail.com:
 Hi, Fernando

 2009/7/13 Fernando Apesteguía fernando.apesteg...@gmail.com:
 Hi there,

 I downloaded FreeBSD 8.0 in order to help testing it. I have found
 several issues. This is the first one:

 Jul 13 18:37:43 beastie kernel: lock order reversal:
 Jul 13 18:37:43 beastie kernel: 1st 0xff0007d42ba8 ufs (ufs) @
 /usr/src/sys/kern/vfs_mount.c:1199
 Jul 13 18:37:43 beastie kernel: 2nd 0xff002e007270 devfs (devfs) @
 /usr/src/sys/fs/msdosfs/msdosfs_vfsops.c:944
 Jul 13 18:37:43 beastie kernel: KDB: stack backtrace:
 Jul 13 18:37:43 beastie kernel: db_trace_self_wrapper() at
 db_trace_self_wrapper+0x2a
 Jul 13 18:37:43 beastie kernel: _witness_debugger() at 
 _witness_debugger+0x2e
 Jul 13 18:37:43 beastie kernel: witness_checkorder() at 
 witness_checkorder+0x81e
 Jul 13 18:37:43 beastie kernel: __lockmgr_args() at __lockmgr_args+0xcf3
 Jul 13 18:37:43 beastie kernel: vop_stdlock() at vop_stdlock+0x39
 Jul 13 18:37:43 beastie kernel: VOP_LOCK1_APV() at VOP_LOCK1_APV+0x9b
 Jul 13 18:37:43 beastie kernel: _vn_lock() at _vn_lock+0x47
 Jul 13 18:37:43 beastie kernel: msdosfs_sync() at msdosfs_sync+0x227
 Jul 13 18:37:43 beastie kernel: dounmount() at dounmount+0x2ca
 Jul 13 18:37:43 beastie kernel: unmount() at unmount+0x28a
 Jul 13 18:37:43 beastie kernel: syscall() at syscall+0x1af
 Jul 13 18:37:43 beastie kernel: Xfast_syscall() at Xfast_syscall+0xd0
 Jul 13 18:37:43 beastie kernel: --- syscall (22, FreeBSD ELF64,
 unmount), rip = 0x8006a09ac, rsp = 0x7fffdc38, rbp = 0 ---
 Jul 13 18:37:44 beastie gnome-keyring-daemon[61245]: removing
 removable location: volume_size_4144496640

 I got this while trying to unmount a USB device. The unmounting seemed
 to be fine, all the files were in the device and no corruption
 occurred. I found a very similar problem (maybe the same) here[1]. Any
 clues about this?


 Thanks in advance.

 PS: Is this the proper list for asking these questions?

 [1] http://forums.freebsd.org/showthread.php?p=31490

 You can view reported lock order reversals here:

 http://sources.zabbadoz.net/freebsd/lor.html

 Questions about the -CURRENT branch should be asked on questi...@.


 This is why multitasking is not generally a good thing.  I meant curr...@.

OK, thanks. I will have a look at the list.

Cheers


 Sorry for the noise.


 --
 Glen Barber

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


8.0 BETA1 LOR

2009-07-13 Thread Fernando Apesteguía
Hi there,

I downloaded FreeBSD 8.0 in order to help testing it. I have found
several issues. This is the first one:

Jul 13 18:37:43 beastie kernel: lock order reversal:
Jul 13 18:37:43 beastie kernel: 1st 0xff0007d42ba8 ufs (ufs) @
/usr/src/sys/kern/vfs_mount.c:1199
Jul 13 18:37:43 beastie kernel: 2nd 0xff002e007270 devfs (devfs) @
/usr/src/sys/fs/msdosfs/msdosfs_vfsops.c:944
Jul 13 18:37:43 beastie kernel: KDB: stack backtrace:
Jul 13 18:37:43 beastie kernel: db_trace_self_wrapper() at
db_trace_self_wrapper+0x2a
Jul 13 18:37:43 beastie kernel: _witness_debugger() at _witness_debugger+0x2e
Jul 13 18:37:43 beastie kernel: witness_checkorder() at witness_checkorder+0x81e
Jul 13 18:37:43 beastie kernel: __lockmgr_args() at __lockmgr_args+0xcf3
Jul 13 18:37:43 beastie kernel: vop_stdlock() at vop_stdlock+0x39
Jul 13 18:37:43 beastie kernel: VOP_LOCK1_APV() at VOP_LOCK1_APV+0x9b
Jul 13 18:37:43 beastie kernel: _vn_lock() at _vn_lock+0x47
Jul 13 18:37:43 beastie kernel: msdosfs_sync() at msdosfs_sync+0x227
Jul 13 18:37:43 beastie kernel: dounmount() at dounmount+0x2ca
Jul 13 18:37:43 beastie kernel: unmount() at unmount+0x28a
Jul 13 18:37:43 beastie kernel: syscall() at syscall+0x1af
Jul 13 18:37:43 beastie kernel: Xfast_syscall() at Xfast_syscall+0xd0
Jul 13 18:37:43 beastie kernel: --- syscall (22, FreeBSD ELF64,
unmount), rip = 0x8006a09ac, rsp = 0x7fffdc38, rbp = 0 ---
Jul 13 18:37:44 beastie gnome-keyring-daemon[61245]: removing
removable location: volume_size_4144496640

I got this while trying to unmount a USB device. The unmounting seemed
to be fine, all the files were in the device and no corruption
occurred. I found a very similar problem (maybe the same) here[1]. Any
clues about this?


Thanks in advance.

PS: Is this the proper list for asking these questions?

[1] http://forums.freebsd.org/showthread.php?p=31490
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Ati and Xorg.conf

2009-05-18 Thread Fernando Apesteguía
Hi,

I have an ATI Radeon HD 2400. I fresh installed FreeBSD 7.2 for AMD64.
I added the Xorg support and Gnome desktop.
With the autoconfig Xserver feature, the whole system freezes. With
the xorg.conf file generated by the -configure option, the system
freezes too.

I've tried several different drivers (ati, radeonhd...) but I can only
bring X up with the vesa driver.
Which driver is the best one (features vs stability) taking into
account that I don't want to run any fancy desktop features?
How can I configure it?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD and Intel PRO/Wireless 2200BG

2009-04-24 Thread Fernando Apesteguía
On Fri, Apr 24, 2009 at 1:55 AM, Daniel Underwood djuatde...@gmail.com wrote:
 Also, when you enter kldstat, do you see these?

 iwi_bss.ko
 iwi_ibss.ko
 iwi_monitor.ko
 if_iwi.ko

No. Shouldn't they be in-kerne?

I compiled my own kernel with the settings I posted in my previous
mail, including device firmware, iwi, wlan, etc.

Cheers

 On Thu, Apr 23, 2009 at 5:20 PM, Fernando Apesteguía
 fernando.apesteg...@gmail.com wrote:
 2009/4/23 Daniel Underwood djuatde...@gmail.com:
 [SOLVED]

 Thanks for the help, folks. It works fine now.

 I wasn't that lucky :)

 I'm using FreeBSD 7.1-RELEASE-p4 #12
 This is my loader.conf configuration:

 legal.intel_iwi.license_ack=1
 iwi_bss_load=YES
 iwi_ibss_load=YES
 iwi_monitor_load=YES

 And in my kernel config I have:

 device          pci

 device          wlan            # 802.11 support
 device          wlan_wep        # 802.11 WEP support
 device          wlan_ccmp       # 802.11 CCMP support
 device          wlan_tkip       # 802.11 TKIP support
 device          wlan_amrr       # AMRR transmit rate control algorithm
 device          wlan_scan_ap    # 802.11 AP mode scanning
 device          wlan_scan_sta   # 802.11 STA mode scanning

 device          iwi             # For Intel Pro Wireless 2200bg

 device          firmware        # firmware assist module

 This is the output of ifconfig:

 iwi0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
        ether 00:0e:35:fd:aa:0f
        media: IEEE 802.11 Wireless Ethernet autoselect
        status: no carrier
        ssid  channel 1 (2412 Mhz 11b)
        authmode OPEN privacy OFF bmiss 10 scanvalid 60 bgscan
        bgscanintvl 300 bgscanidle 250 roam:rssi11b 7 roam:rate11b 1 bintval 0

 After seting debug.iwi=1 this is what I get when I try to bring the
 interface up:

 $ ifconfig iwi0 up

 iwi_newstate: INIT - INIT flags 0x0
 enter FW state 1
 firmware_get: failed to load firmware image iwi_bss
 iwi0: could not load firmware
 exit FW state 1
 iwi_newstate: INIT - INIT flags 0x0

 Any ideas?

 Thanks in advance.


 2009/4/22 Daniel Underwood djuatde...@gmail.com:
 Thanks Patrick.  After updating my /boot/loader.conf, it now contains:

 legal.intel_iwi.license_ack=1
 iwi_bss_load=YES
 iwi_ibss_load=YES
 iwi_monitor_load=YES
 wlan_scan_ap_load=YES
 wlan_scan_sta_load=YES
 wlan_wep_load=YES
 wlan_tkip_load=YES
 wlan_ccmp_load=YES

 I no longer receive the error message about failing to load the
 firmware. However, when I enter ifconfig iwi0 up scan, I receive the
 following in the xconsole:

 iwi0: firmware stuck in state4, resetting

 Any idea what that means, or what state4 is?  (Sorry, I'm very new to 
 FreeBSD.)

 Thanks,
 Daniel

 2009/4/22 Patrick Lamaizière patf...@davenulle.org:
 Le Wed, 22 Apr 2009 17:04:41 -0400,
 Daniel Underwood djuatde...@gmail.com:

 After re-reading man iwi, I noticed that it says:

 This driver requires firmware to be loaded before it will work. You
 need to obtain iwicontrol(8)  from the IWI web page listed below to
 accomplish loading the firmware before ifconfig(8)  will work.

 I'm going to look into this. Sounds like this may be the problem. Do
 you think so?

 No, before FreeBSD 7 you needed to download the firmware.
 There is a port in /usr/ports/net/iwi-firmware but it is only for
 FreeBSD  7

 You don't need anything on FreeBSD 7.x and you it seems you are not
 using the right manual page for 7.1:
 http://www.freebsd.org/cgi/man.cgi?query=iwimanpath=FreeBSD+7.1-RELEASEformat=html

 Regards.


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



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


Re: FreeBSD and Intel PRO/Wireless 2200BG

2009-04-24 Thread Fernando Apesteguía
On Fri, Apr 24, 2009 at 5:10 PM, Daniel Underwood djuatde...@gmail.com wrote:
 They should be, yes. I would try loading the modules (kldload) just to
 be sure. If loading the modules doesn't fix things, then it's safe to
 assume they were compiled in kernel. (But then again, I'm certainly
 not an expert in this area.)

I can't load the modules because they don't exist as modules. However,
the wireless card is detected, so the driver should be in-kernel (in
opposition to loading the GENERIC kernel which lacks the iwi driver
and my NIC is not shown by ifconfig).

The debug.iwi=1 doesn't help much. It just says it can't load the
firmware, but it doesn't give any clues about the reason.

Any ideas?

PS: jut out of curiosity, where is the firmware in the filesystem? Is
it also compiled in-kernel?

Thanks in advance.


 On Fri, Apr 24, 2009 at 11:04 AM, Fernando Apesteguía
 fernando.apesteg...@gmail.com wrote:
 On Fri, Apr 24, 2009 at 1:55 AM, Daniel Underwood djuatde...@gmail.com 
 wrote:
 Also, when you enter kldstat, do you see these?

 iwi_bss.ko
 iwi_ibss.ko
 iwi_monitor.ko
 if_iwi.ko

 No. Shouldn't they be in-kerne?

 I compiled my own kernel with the settings I posted in my previous
 mail, including device firmware, iwi, wlan, etc.

 Cheers

 On Thu, Apr 23, 2009 at 5:20 PM, Fernando Apesteguía
 fernando.apesteg...@gmail.com wrote:
 2009/4/23 Daniel Underwood djuatde...@gmail.com:
 [SOLVED]

 Thanks for the help, folks. It works fine now.

 I wasn't that lucky :)

 I'm using FreeBSD 7.1-RELEASE-p4 #12
 This is my loader.conf configuration:

 legal.intel_iwi.license_ack=1
 iwi_bss_load=YES
 iwi_ibss_load=YES
 iwi_monitor_load=YES

 And in my kernel config I have:

 device          pci

 device          wlan            # 802.11 support
 device          wlan_wep        # 802.11 WEP support
 device          wlan_ccmp       # 802.11 CCMP support
 device          wlan_tkip       # 802.11 TKIP support
 device          wlan_amrr       # AMRR transmit rate control algorithm
 device          wlan_scan_ap    # 802.11 AP mode scanning
 device          wlan_scan_sta   # 802.11 STA mode scanning

 device          iwi             # For Intel Pro Wireless 2200bg

 device          firmware        # firmware assist module

 This is the output of ifconfig:

 iwi0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
        ether 00:0e:35:fd:aa:0f
        media: IEEE 802.11 Wireless Ethernet autoselect
        status: no carrier
        ssid  channel 1 (2412 Mhz 11b)
        authmode OPEN privacy OFF bmiss 10 scanvalid 60 bgscan
        bgscanintvl 300 bgscanidle 250 roam:rssi11b 7 roam:rate11b 1 
 bintval 0

 After seting debug.iwi=1 this is what I get when I try to bring the
 interface up:

 $ ifconfig iwi0 up

 iwi_newstate: INIT - INIT flags 0x0
 enter FW state 1
 firmware_get: failed to load firmware image iwi_bss
 iwi0: could not load firmware
 exit FW state 1
 iwi_newstate: INIT - INIT flags 0x0

 Any ideas?

 Thanks in advance.


 2009/4/22 Daniel Underwood djuatde...@gmail.com:
 Thanks Patrick.  After updating my /boot/loader.conf, it now contains:

 legal.intel_iwi.license_ack=1
 iwi_bss_load=YES
 iwi_ibss_load=YES
 iwi_monitor_load=YES
 wlan_scan_ap_load=YES
 wlan_scan_sta_load=YES
 wlan_wep_load=YES
 wlan_tkip_load=YES
 wlan_ccmp_load=YES

 I no longer receive the error message about failing to load the
 firmware. However, when I enter ifconfig iwi0 up scan, I receive the
 following in the xconsole:

 iwi0: firmware stuck in state4, resetting

 Any idea what that means, or what state4 is?  (Sorry, I'm very new to 
 FreeBSD.)

 Thanks,
 Daniel

 2009/4/22 Patrick Lamaizière patf...@davenulle.org:
 Le Wed, 22 Apr 2009 17:04:41 -0400,
 Daniel Underwood djuatde...@gmail.com:

 After re-reading man iwi, I noticed that it says:

 This driver requires firmware to be loaded before it will work. You
 need to obtain iwicontrol(8)  from the IWI web page listed below to
 accomplish loading the firmware before ifconfig(8)  will work.

 I'm going to look into this. Sounds like this may be the problem. Do
 you think so?

 No, before FreeBSD 7 you needed to download the firmware.
 There is a port in /usr/ports/net/iwi-firmware but it is only for
 FreeBSD  7

 You don't need anything on FreeBSD 7.x and you it seems you are not
 using the right manual page for 7.1:
 http://www.freebsd.org/cgi/man.cgi?query=iwimanpath=FreeBSD+7.1-RELEASEformat=html

 Regards.


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





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


Re: FreeBSD and Intel PRO/Wireless 2200BG

2009-04-23 Thread Fernando Apesteguía
2009/4/23 Daniel Underwood djuatde...@gmail.com:
 [SOLVED]

 Thanks for the help, folks. It works fine now.

I wasn't that lucky :)

I'm using FreeBSD 7.1-RELEASE-p4 #12
This is my loader.conf configuration:

legal.intel_iwi.license_ack=1
iwi_bss_load=YES
iwi_ibss_load=YES
iwi_monitor_load=YES

And in my kernel config I have:

device  pci

device  wlan# 802.11 support
device  wlan_wep# 802.11 WEP support
device  wlan_ccmp   # 802.11 CCMP support
device  wlan_tkip   # 802.11 TKIP support
device  wlan_amrr   # AMRR transmit rate control algorithm
device  wlan_scan_ap# 802.11 AP mode scanning
device  wlan_scan_sta   # 802.11 STA mode scanning

device  iwi # For Intel Pro Wireless 2200bg

device  firmware# firmware assist module

This is the output of ifconfig:

iwi0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
ether 00:0e:35:fd:aa:0f
media: IEEE 802.11 Wireless Ethernet autoselect
status: no carrier
ssid  channel 1 (2412 Mhz 11b)
authmode OPEN privacy OFF bmiss 10 scanvalid 60 bgscan
bgscanintvl 300 bgscanidle 250 roam:rssi11b 7 roam:rate11b 1 bintval 0

After seting debug.iwi=1 this is what I get when I try to bring the
interface up:

$ ifconfig iwi0 up

iwi_newstate: INIT - INIT flags 0x0
enter FW state 1
firmware_get: failed to load firmware image iwi_bss
iwi0: could not load firmware
exit FW state 1
iwi_newstate: INIT - INIT flags 0x0

Any ideas?

Thanks in advance.


 2009/4/22 Daniel Underwood djuatde...@gmail.com:
 Thanks Patrick.  After updating my /boot/loader.conf, it now contains:

 legal.intel_iwi.license_ack=1
 iwi_bss_load=YES
 iwi_ibss_load=YES
 iwi_monitor_load=YES
 wlan_scan_ap_load=YES
 wlan_scan_sta_load=YES
 wlan_wep_load=YES
 wlan_tkip_load=YES
 wlan_ccmp_load=YES

 I no longer receive the error message about failing to load the
 firmware. However, when I enter ifconfig iwi0 up scan, I receive the
 following in the xconsole:

 iwi0: firmware stuck in state4, resetting

 Any idea what that means, or what state4 is?  (Sorry, I'm very new to 
 FreeBSD.)

 Thanks,
 Daniel

 2009/4/22 Patrick Lamaizière patf...@davenulle.org:
 Le Wed, 22 Apr 2009 17:04:41 -0400,
 Daniel Underwood djuatde...@gmail.com:

 After re-reading man iwi, I noticed that it says:

 This driver requires firmware to be loaded before it will work. You
 need to obtain iwicontrol(8)  from the IWI web page listed below to
 accomplish loading the firmware before ifconfig(8)  will work.

 I'm going to look into this. Sounds like this may be the problem. Do
 you think so?

 No, before FreeBSD 7 you needed to download the firmware.
 There is a port in /usr/ports/net/iwi-firmware but it is only for
 FreeBSD  7

 You don't need anything on FreeBSD 7.x and you it seems you are not
 using the right manual page for 7.1:
 http://www.freebsd.org/cgi/man.cgi?query=iwimanpath=FreeBSD+7.1-RELEASEformat=html

 Regards.


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

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


Re: how to copy files without directories

2009-04-20 Thread Fernando Apesteguía
On 4/20/09, Zbigniew Szalbot z.szal...@lcwords.com wrote:
 Dear all,

 I have read the cp manual and I cannot find an option how to copy
 directories without files they contain. Is this possible?

Maybe I read it wrong, but the subject and the paragraph above say two
different things.

 Thank you very much!

 Zbigniew Szalbot

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

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


Vim port problem

2009-04-19 Thread Fernando Apesteguía
Hi all,

I have the latest version of the ports collection (gotten with
portsnap). I performed a whole update of my system (FreeBSD
7.1-RELEASE-p4 #12). Everything went fine save the vim port.

It is unable to download vim-7.2.tar.bz2 despite the fact that the URL
portupgrade tries to download from, exists:
http://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
It was unable to download the file from any other sites. Several
different errors (Move permanently, range request not satisfiable...)

However, I downloaded that file from the first site using 'fetch',
place the file in /usr/ports/distfiles/vim and I could install the
package...

Any ideas on this problem?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Vim port problem

2009-04-19 Thread Fernando Apesteguía
2009/4/19 Glen Barber glen.j.bar...@gmail.com:
 2009/4/19 Fernando Apesteguía fernando.apesteg...@gmail.com:
 Hi all,

 I have the latest version of the ports collection (gotten with
 portsnap). I performed a whole update of my system (FreeBSD
 7.1-RELEASE-p4 #12). Everything went fine save the vim port.


 An upgrade of the base system Should Not(Tm) affect installed ports
 under normal conditions.

 It is unable to download vim-7.2.tar.bz2 despite the fact that the URL
 portupgrade tries to download from, exists:
 http://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
 It was unable to download the file from any other sites. Several
 different errors (Move permanently, range request not satisfiable...)


 I am unfamiliar with automated port utilities.  What happens if you do
 the following?:
   cd /usr/ports/editors/vim; make deinstall distclean; make install clean

It fetches all the files from the remote site without problems and it
installs it.


 However, I downloaded that file from the first site using 'fetch',
 place the file in /usr/ports/distfiles/vim and I could install the
 package...


 Don't confuse ports and packages.  They are two different ways to
 install third-party software (until they are installed -- then
 everything is a package).

Sorry, change package for port. What I wanted to say is: when
installing the port, it couldn't download one of the needed files
(vim-7.2.tar.bz2). After I did it by hand, it could install the port
(compiling and all the stuff) because portupgrade found the file
already downloaded in /usr/ports/distfiles/vim.


 Any ideas on this problem?

 Thanks in advance.


 --
 Glen Barber

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


Console mode scrolling

2009-04-17 Thread Fernando Apesteguía
Hi,

Is there a way to scroll the screen in console mode? Something like I
do in Linux with Ctrl + Page Up?

I find it specially useful, but I don't know how to do it in FreeBSD.
I'm using FreeBSD 7.1-RELEASE-p4 #12

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Console mode scrolling

2009-04-17 Thread Fernando Apesteguía
2009/4/17 Polytropon free...@edvax.de:
 On Fri, 17 Apr 2009 16:55:16 +0200, Fernando Apesteguía 
 fernando.apesteg...@gmail.com wrote:
 Is there a way to scroll the screen in console mode? Something like I
 do in Linux with Ctrl + Page Up?

 FreeBSD offers a better solution than Linux: It uses the key on
 the keyboard that is intended to do this.

 Have a look at the ScrL (Scroll Lock) key. Have you ever asked
 yourself what this key will do? Try it, press it! :-)

Believe it or not, I forgot about the key because I never had to use
it before :)

Thanks!


 Use the up / down and page up / page down arrow keys then. To
 relapse to normal operations, press ScrL again.

 While in ScrL mode, you can still enter data, but it won't be
 echoed to the terminal. You will see it after exiting ScrL
 mode.

 To indicate ScrL mode, the block cursor will disappear.





 --
 Polytropon
 From Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

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


Re: What flash players should be used from ports?

2009-04-15 Thread Fernando Apesteguía
On 4/15/09, Vasadi I. Claudiu Florin claudiu.vas...@gmail.com wrote:

 
  Currently running i386.  I'm using firefox 3.0.4 (need to upgrade, wow
  didn't realize that).
 
 


 Hy,


 There are several ways to use flash player in FreeBSD X environment. One is,
 as someone previously pointed out, gnash. Another is by using
 nspluginwrapper and linux-flashplugin. Yet another is by using swfdec.

I wouldn't use swfdec. It makes my firefox 3.x crash (FreeBSD
7.1-RELEASE-p4 #12). In addition, I can't see any videos in my laptop
(AMD64 1600) despite the CPU is with 100% use. It works _mostly_ fine
in my other computer (Dual Core machine with the same FreeBSD version)
but too often it doesn't play sound with youtube videos .

My two cents.

Cheers

 A god start would be
 http://freebsd.langhans.com.pl/af/index.html and
 http://www.google.ro/search?hl=roq=freebsd+firefox+flash+playerbtnG=C%C4%83utare+Googlemeta=aq=foq=
 and of course
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
 but aspecially
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html
 .  Hope that triggered your appetite.


 Have fun :)

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

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


Re: Change to Graphical Mode from DOS Mode

2009-04-10 Thread Fernando Apesteguía
2009/4/10 Rajeev Sharma rajb3...@gmail.com:
 Hello Sir,
     First of all i am very thankfull for your reply.

 I just followed the instruction given by BSD DVD.  i instaled all the
 options including X windows, gname etc.

 After login : --

 startx command is also not working


Hi,

First off, I'm sending this mail to freebsd-questions again so other
people can help you.

As other people suggested, the better option is reading the excelent
FreeBSD documentation that you can find at
http://www.freebsd.org/doc/en/books/handbook/

There you will find topics about installing, configuring and tuning
your FreeBSD system.

And of course, here we are to help you.

If you installed X Window and all the stuff, why is startx not
working? is the command found? does the X server try to start but if
fails?

Cheers


 Thanks

 Rajeev Sharma

 ===

 2009/4/8 Fernando Apesteguía fernando.apesteg...@gmail.com

 On 4/8/09, Rajeev Sharma rajb3...@gmail.com wrote:
  Sir,
       I have successfully downloaded FreeBSD 6.4 Release linux 
  installed

 FreeBSD is _not_ linux ;)

  on my PC.  But it starts in DOS Mode.

 aka Console mode.

 
  I want to shift to Graphical Mode.

 Once you log in, (use your login name and password), and assuming you
 installed some graphical environment, try to type:

 startx

 Cheers

 
 
  Kindly advice me what to do.
 
 
  Thanks
 
 
  Rajeev Sharma
  rajb3...@gmail.com
  rajb3...@rediffmail.com
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  freebsd-questions-unsubscr...@freebsd.org
 


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


Re: loader.conf

2009-04-10 Thread Fernando Apesteguía
On Fri, Apr 10, 2009 at 5:32 PM, gahn ipfr...@yahoo.com wrote:

 Hi all:

 I have a machine with 2GB memory. in the file loader.conf, there is a line:

 #hw.physmem=1G                # Limit physical memory. See loader(8)

 Could I remove the # and change that to 2G?

Yes, but if your purpose is to use all the available memory, you don't
need to do anything. Because it is commented, that line doesn't have
effect and the system will use all the available memory.

What does
sysctl hw.physmem
return?


 Interestingly, the sysctl indicates the parameter of hw.physmem is not 
 changeable.

After booting, it is.


 Any guru here give me some enlightenment?





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

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


Re: loader.conf

2009-04-10 Thread Fernando Apesteguía
2009/4/10 Fernando Apesteguía fernando.apesteg...@gmail.com:
 On Fri, Apr 10, 2009 at 5:32 PM, gahn ipfr...@yahoo.com wrote:

 Hi all:

 I have a machine with 2GB memory. in the file loader.conf, there is a line:

 #hw.physmem=1G                # Limit physical memory. See loader(8)

 Could I remove the # and change that to 2G?

 Yes, but if your purpose is to use all the available memory, you don't
 need to do anything. Because it is commented, that line doesn't have
 effect and the system will use all the available memory.

 What does
 sysctl hw.physmem
 return?


 Interestingly, the sysctl indicates the parameter of hw.physmem is not 
 changeable.

 After booting, it is.

I meant, it is readonly :)



 Any guru here give me some enlightenment?





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


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


Re: Change to Graphical Mode from DOS Mode

2009-04-08 Thread Fernando Apesteguía
On 4/8/09, Rajeev Sharma rajb3...@gmail.com wrote:
 Sir,
  I have successfully downloaded FreeBSD 6.4 Release linux  installed

FreeBSD is _not_ linux ;)

 on my PC.  But it starts in DOS Mode.

aka Console mode.


 I want to shift to Graphical Mode.

Once you log in, (use your login name and password), and assuming you
installed some graphical environment, try to type:

startx

Cheers



 Kindly advice me what to do.


 Thanks


 Rajeev Sharma
 rajb3...@gmail.com
 rajb3...@rediffmail.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: umass performance

2009-03-17 Thread Fernando Apesteguía
On 3/17/09, Andrea Venturoli m...@netfence.it wrote:
 Hello.

 I'm using dd to clone an 8GB USB memory into an identical one.



 # dd if=/dev/da2 of=/dev/da1
 load: 0.01  cmd: dd 12026 [physwr] 0.00u 0.01s 0% 904k
 396+0 records in
 395+0 records out
 202240 bytes transferred in 1.453741 secs (139117 bytes/sec)
 15925248+0 records in
 15925248+0 records out
 8153726976 bytes transferred in 31722.194052 secs (257035 bytes/sec)


 As you can see the process is VERY slow, taking nearly 9 hours.
 Anything to try?


 Some info:

 # uname -a
 FreeBSD xxx.xxx.xx 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Fri Jan 23
 13:02:07 CET 2009
 r...@.xxx.xx:/usr/obj/usr/src/sys/  amd64
 h24#


 # usbdevs -v
 Controller /dev/usb0:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 Intel(0x), rev 1.00
  port 1 powered
  port 2 powered
 Controller /dev/usb1:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 Intel(0x), rev 1.00
  port 1 powered
  port 2 powered
 Controller /dev/usb2:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 Intel(0x), rev 1.00
  port 1 addr 2: full speed, power 90 mA, config 1, USB - Serial(0x6001),
 FTDI(0x0403), rev 4.00
  port 2 powered
 Controller /dev/usb3:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 Intel(0x), rev 1.00
  port 1 powered
  port 2 powered
 Controller /dev/usb4:
 addr 1: high speed, self powered, config 1, EHCI root hub(0x),
 Intel(0x), rev 1.00
  port 1 powered
  port 2 powered
  port 3 powered
  port 4 powered
  port 5 powered
  port 6 powered
  port 7 addr 2: high speed, power 100 mA, config 1, DISK 2.0(0x1000),
 USB(0x090c), rev 4.03
  port 8 addr 3: high speed, power 100 mA, config 1, DISK 2.0(0x1000),
 USB(0x090c), rev 4.03
 Controller /dev/usb5:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 (0x103c)(0x), rev 1.00
  port 1 addr 2: full speed, self powered, config 1, Virtual
 Keyboard(0x1027), HP(0x03f0), rev 0.02
  port 2 addr 3: full speed, self powered, config 1, Virtual Hub(0x1327),
 HP(0x03f0), rev 0.01
  port 1 powered
  port 2 powered
  port 3 powered
  port 4 powered
  port 5 powered
  port 6 powered
  port 7 powered

I had a similiar problem with a 4 GB USB device, in both Linux and
FreeBSD 7. It turned out to be a non standard device, so the system
was restarting the device every now and then.

I don't know if this is your problem, but taking a look at the system
log while copying might be worthy.



 Any hint appreciated.

  bye  Thanks
av.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org

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


FreeBSD-7.1-p3 Realtek RTL8111/8168B driver regression?

2009-02-19 Thread Fernando Apesteguía
Hi all,

Yesterday I updated to 7.1-p3 on AMD64 arch.

Since then, the NIC is not detected anymore. ifconfig doesn't show it
and I can't connect to the Internet.

There were well-known issues with this NIC model
(http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2008-11/msg00299.html)
before, but the weird thing is that it seemed to be fine with
7.1-RELEASE and newer till this -p3.

Anybody with this problem?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Screen problem on booting

2009-02-06 Thread Fernando Apesteguía
On Wed, Feb 4, 2009 at 8:23 AM, Fernando Apesteguía
fernando.apesteg...@gmail.com wrote:
 On 2/3/09, Chris Whitehouse cwhi...@onetel.com wrote:
 Fernando Apesteguía wrote:
  On 2/2/09, Chris Whitehouse cwhi...@onetel.com wrote:
 
   Fernando Apesteguía wrote:
  
Hi all,
   
I'm using FreeBSD 7.1-RELEASE-p2
   
Since a few days I've noticed something weird. On booting, all the
text I see is shifted to the left, so I lose the first ten letters or
so in every line of text.
   
After login, once I type startx the X Window system seems to be OK
_and_ if I go back to a console with Alt-Ctrl-Fn the console is fine
again.
   
My graphic card is an ATI Radeon HD2400.
   
Anybody noticed it?
   
Thanks in advance.
   
PS: In console mode, reset command doesn't fix the problem.
___
freebsd-questions@freebsd.org mailing list
   
   
  
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  
To unsubscribe, send any mail to
   
   freebsd-questions-unsubscr...@freebsd.org
  
   
   
   Adjust the horizontal position with the controls on the monitor while
   booting? My LCD flat panel has an auto adjust button which does the same
   thing.
  
 
  Yep, but the point is that it worked fine some time ago (probably with
  -p1, though I'm not sure). And as I said after using X, if I go back
  again to console mode, monitor settings are correct. Doesn't this
  means there is some kind of problem with video at start up?
  None of my other operating systems in that machine suffer this problem.
 
  Thanks
 
 .
 I thought maybe it was a problem that occurred with whatever graphics driver
 is loaded on boot and that it goes away once the ATI driver is loaded but
 maybe not. I just tested mine by using the screen controls to set the screen
 over to one side while booting. Once X starts and the nvidia driver loads
 the screen position is fine, however going to a console (ctrl-alt-Fn) the
 screen is still displaced unlike yours. Sorry if that suggestion doesn't fix
 it.

 Yes, I think that first video driver can be the problem... I will test
 a bit more and then I will probably file a PR.

 Thanks again.

Just for the record, I filed  PR.

http://www.freebsd.org/cgi/query-pr.cgi?pr=131448



 Chris



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


Gtk and GLib documentation in DevHelp

2009-02-06 Thread Fernando Apesteguía
Hi all,

I have Devhelp 0.19.1 installed on my system (7.1-RELEASE-p2). There
are a lot of API references, but not the glib or gtk ones.

I've installed glib20-reference and gtk20-reference packages, but
those provide the HTML reference you can find in the proper sites.

Where can I find the glib and gtk documentation integrated into DevHelp?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Screen problem on booting

2009-02-03 Thread Fernando Apesteguía
On 2/3/09, Chris Whitehouse cwhi...@onetel.com wrote:
 Fernando Apesteguía wrote:
  On 2/2/09, Chris Whitehouse cwhi...@onetel.com wrote:
 
   Fernando Apesteguía wrote:
  
Hi all,
   
I'm using FreeBSD 7.1-RELEASE-p2
   
Since a few days I've noticed something weird. On booting, all the
text I see is shifted to the left, so I lose the first ten letters or
so in every line of text.
   
After login, once I type startx the X Window system seems to be OK
_and_ if I go back to a console with Alt-Ctrl-Fn the console is fine
again.
   
My graphic card is an ATI Radeon HD2400.
   
Anybody noticed it?
   
Thanks in advance.
   
PS: In console mode, reset command doesn't fix the problem.
___
freebsd-questions@freebsd.org mailing list
   
   
  
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  
To unsubscribe, send any mail to
   
   freebsd-questions-unsubscr...@freebsd.org
  
   
   
   Adjust the horizontal position with the controls on the monitor while
   booting? My LCD flat panel has an auto adjust button which does the same
   thing.
  
 
  Yep, but the point is that it worked fine some time ago (probably with
  -p1, though I'm not sure). And as I said after using X, if I go back
  again to console mode, monitor settings are correct. Doesn't this
  means there is some kind of problem with video at start up?
  None of my other operating systems in that machine suffer this problem.
 
  Thanks
 
 .
 I thought maybe it was a problem that occurred with whatever graphics driver
 is loaded on boot and that it goes away once the ATI driver is loaded but
 maybe not. I just tested mine by using the screen controls to set the screen
 over to one side while booting. Once X starts and the nvidia driver loads
 the screen position is fine, however going to a console (ctrl-alt-Fn) the
 screen is still displaced unlike yours. Sorry if that suggestion doesn't fix
 it.

Yes, I think that first video driver can be the problem... I will test
a bit more and then I will probably file a PR.

Thanks again.


 Chris


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


Screen problem on booting

2009-02-02 Thread Fernando Apesteguía
Hi all,

I'm using FreeBSD 7.1-RELEASE-p2

Since a few days I've noticed something weird. On booting, all the
text I see is shifted to the left, so I lose the first ten letters or
so in every line of text.

After login, once I type startx the X Window system seems to be OK
_and_ if I go back to a console with Alt-Ctrl-Fn the console is fine
again.

My graphic card is an ATI Radeon HD2400.

Anybody noticed it?

Thanks in advance.

PS: In console mode, reset command doesn't fix the problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: X.org-update - screen garbled / settings for xorg.conf?

2009-02-02 Thread Fernando Apesteguía
On Mon, Feb 2, 2009 at 5:36 PM, Ewald Jenisch a...@jenisch.at wrote:
 On Fri, Jan 30, 2009 at 11:30:02AM -0800, Luke Dean wrote:

 Me too.
 I started a thread a few days ago titled Restarting new Xorg freezes
 system.
 My symptoms are the same as yours.
 I'm not running hald at all.
 I'm not using full-blown gnome, just windowmaker.
 I'm using the radeon driver on an ATI HD 4350

 I just tried switching to the vesa driver, and now I can stop and start
 X as much as I want with no problems whatsoever.
 I know that this was not a problem with the radeon driver prior to the
 Xorg update.

 Hi,

 Did a few tests more:

 1) Section ServerLayout
Option AllowEmptyInput false
 Section Device
   Driver  radeon
 moused running
 hald running

 Result: X (gnome in my case) starts, mouse moves. Upon leaving X the
 console is to something different than 80x25 lines - at least I can't
 see about 2-3 lines on the bottom of the screen. However - as soon as
 a start X again I get graphical junk on the display, mouse  keyboard
 frozen, no switching of consoles nor can I log in via the net (ssh)

Just for the record, this used to happen in Linux (Fedora 9) but it's
working since some time ago (sorry, I don't remember when this was
fixed)
radeon now works and doesn't freeze if you try to bring the X Server up again.

I'm using Xorg 7.4 too

However, I experience the same problems in my system (ATI RadeonHD
2400 with FreeBSD 7.1-RELEASE-p2)




 2) Same as 1) above however this time with
 Driver radeonhd

 Result: Almost the same as 1) above - only difference: When I leave X
 the console comes back again to 80x25 lines. Hoever - like in 1) above
 - the second attempt to start X ends in a machine completely frozen :-(

 3) Same as 1) - this time with
 Driver vesa

 Result: Everything works - i.e. back and forth between X and
 console. Sure enough working with Vesa is a workaround only given the
 huge difference in speed between the Vesa- and radeon drivers.


 4) Option AutoAddDevices Off under 'Section ServerLayout'
 with
 Driver  radeonhd

 Result: X works only once (as in Tests 12 above). Second attempt to
 start X gives a frozen box again.



 As you already mentioned

 o) no problem with VESA-Driver

 o) no problems with radeon-driver prior to the Upgrade to X 7.4


 Hope this helps someone out there to track things down.

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

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


Re: Screen problem on booting

2009-02-02 Thread Fernando Apesteguía
On 2/2/09, Chris Whitehouse cwhi...@onetel.com wrote:
 Fernando Apesteguía wrote:
 
  Hi all,
 
  I'm using FreeBSD 7.1-RELEASE-p2
 
  Since a few days I've noticed something weird. On booting, all the
  text I see is shifted to the left, so I lose the first ten letters or
  so in every line of text.
 
  After login, once I type startx the X Window system seems to be OK
  _and_ if I go back to a console with Alt-Ctrl-Fn the console is fine
  again.
 
  My graphic card is an ATI Radeon HD2400.
 
  Anybody noticed it?
 
  Thanks in advance.
 
  PS: In console mode, reset command doesn't fix the problem.
  ___
  freebsd-questions@freebsd.org mailing list
 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org
 
 
 Adjust the horizontal position with the controls on the monitor while
 booting? My LCD flat panel has an auto adjust button which does the same
 thing.

Yep, but the point is that it worked fine some time ago (probably with
-p1, though I'm not sure). And as I said after using X, if I go back
again to console mode, monitor settings are correct. Doesn't this
means there is some kind of problem with video at start up?
None of my other operating systems in that machine suffer this problem.

Thanks



 Chris

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


  1   2   >