When is there going to be a USB install and run iso iamge for FreeBSD?

2009-02-20 Thread Formula 1
Is there going to be a possibility for FreeBSD, in the future or now, that 
there will be a release of it that allows for install and running of the 
operating system off of a USB memory stick?




___
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: reboot after panic : page fault for two consecutive days nowwith FreeBSD stable 7.0

2008-06-12 Thread 1
I had a similar problem when I tried to use kgdb to diagnose a page fault.  

I found that it worked fine on another vmcore from the next crash - without
any knowledge of the subject, I assume that sometimes when FreeBSD crashed
it was unable to write a correct vmcore?  Anyway, try it again with other
vmcores; I did not specifically enable debugging in the kernel but still got
a sensible trace.

Yours,
Mark






 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of eculp
 Sent: 11 June 2008 20:23
 To: Kris Kennaway
 Cc: [EMAIL PROTECTED]
 Subject: Re: reboot after panic : page fault for two 
 consecutive days nowwith FreeBSD stable 7.0
 
 Quoting Kris Kennaway [EMAIL PROTECTED]:
 
  eculp wrote:
  This is on a relatively new Dell dualcore with 4G of ram 
 running up  
  to date stable.  I'm not on site so I have no idea what might be  
  provoking these crashes.  In fact in many years of running 
 FreeBSD  
  I've not seen something just happen like this.  It is a  
  simi-production machine that cvsups daily and builds and 
 installs a  
  new world and kernel.  Ports are updated about once a week and  
  haven't seen any issues previously.  It has been running 
 24/7 since  
  new, about 8 months.
 
  3 files were generated info, bounds and vmcore.  The info 
 file follows:
 
  Dump header from device /dev/mfid0s1b
   Architecture: i386
   Architecture Version: 2
   Dump Length: 341225472B (325 MB)
   Blocksize: 512
   Dumptime: Wed Jun 11 12:34:24 2008
   Hostname: casasponti.net
   Magic: FreeBSD Kernel Dump
   Version String: FreeBSD 7.0-STABLE #258: Tue Jun 10 
 05:54:42 CDT 2008
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ENCONTACTO
   Panic String: page fault
   Dump Parity: 2395754794
   Bounds: 2
   Dump Status: good
 
  the vmcore is about 300M so I'm not attaching it;) I could put it  
  on line at a moments notice.  I think that what I need is 
 probably  
  a crash course on debugging a crash and I really don't know where  
  to start since after over 10 years with freebsd I've never needed  
  it.  Any help, suggestions, etc. would be greatly appreciated.
 
  See the developers' handbook chapter on kernel debugging.
 
 Thanks Kris.  I did that and I'm assuming that since 
 debugging was not  
 enabled in my kernel I got:
 
 /usr/obj/usr/src/sys/ENCONTACTO # kgdb kernel.debug 
 /var/crash/vmcore.2
 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 i386-marcel-freebsd...
 Cannot access memory at address 0x0
 (kgdb)
 
 I assume it will only work with the new kernel because the  
 kernel.debug only got to Cannot access memory at address 0x4b55.   
 Which means I have to wait for another crash.
 
 I have already compiled a new kernelwith debuging and will reboot  
 tonight to install the kernel and hopefully will never need 
 to test it.
 
 Thanks for your help,
 
 ed
 
 
  However, panics that suddenly start happening frequently on a  
  system that has been stable for a while with no OS or workload  
  changes made, are usually due to the hardware starting to fail.
 
  Kris
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 

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


Query on kgdb output

2008-06-05 Thread 1
Hi,
I'm seeing regular kernel panics on my new box with a fresh install of
7.0-RELEASE.  I'm trying to get some information out of kgdb by following
the instructions in the handbook - however, I'm getting a 'cannot access
memory' message when I try it:

odin2008# kgdb kernel.debug /var/crash/vmcore.1
[GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so:
Undefined symbol ps_pglobal_lookup]
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 i386-marcel-freebsd.
Cannot access memory at address 0x2fd9
(kgdb) where
#0  0x in ?? ()
(kgdb) quit


Am I doing something wrong, or does this point to a hardware failure?  (I'm
also seeing missing characters in /var/log/messages, which I addressed in a
separate mail; not sure if it's related).



Any help appreciated!

Yours,
Mark





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


7.0-RELEASE panic

2008-05-31 Thread 1
Hi,
Apologies for the somewhat-generic subject line, not sure what else to call
it.

I have a new, fairly generic i386 box, with a fresh install of 7.0-RELEASE
using pretty much the default options.  I'm using a generic kernel with the
addition of options GEOM_BDE.  I have had a couple of panics with it over
a day or two; I can't pinpoint what is causing it, it has panicked when I'm
not there and nothing seems to be going on.  I recompiled the kernel shortly
after install, so don't know if it will panic on the generic kernel alone.


There is a vmcore in /var/crash, and I followed the instructions at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneld
ebug-gdb.html

However, I'm not sure if kgdb is telling me I have a physical memory
problem, or if it is telling me it's not working properly, (or more likely
I'm not using it properly):


odin2008# kgdb kernel.debug /var/crash/vmcore.1
[GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so:
Undefined symbol ps_pglobal_lookup]
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 i386-marcel-freebsd.
Cannot access memory at address 0x2fd9
(kgdb) where
#0  0x in ?? ()
(kgdb) quit


odin2008# more /var/crash/info.1
Dump header from device /dev/ad4s1b
  Architecture: i386
  Architecture Version: 2
  Dump Length: 207388672B (197 MB)
  Blocksize: 512
  Dumptime: Sat May 31 15:31:52 2008
  Hostname: odin2008.asgard.movesmountains.com
  Magic: FreeBSD Kernel Dump
  Version String: FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
  Panic String: page fault
  Dump Parity: 797791774
  Bounds: 1
  Dump Status: good




Oddly, I'm also seeing typos in /var/log/messages, which may or may not be
related - e.g.

May 30 0:14:53 odin2008 savecore: rebot after panic: age fault
May 3 10:14:3 odin2008 savecore: wrting core to vmcore.0
May 30 10:16:03 odin2008 sck: /dev/ad4s1: 8 files, 7 used, 253808 free 40
frag,
31721 blocks, 0.0% frgmentation)

fsck isn't showing any problems.



Can anyone advise me what to do from here?  Does this look like a hardware
problem?  Any help appreciated!


Yours,
Mark


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


RE: FreeBSD on Dell PE850

2006-08-22 Thread unixforums 1
I am having several problems loading 6.1 on a Dell PE 850 w/an Adaptec 39160 
scsi card and a single scsi drive. When I install from the boot only cd, I get 
the error Unable to transfer the base distribution from acd0. Do you want to 
retry again and it won't go any further. 

When I install using the 6.1 disk one I get the error Add of package 
linux_base-8-8.01-14 aborted, error code 1 - Please check the debug screen for 
info and when the system boots I the kernel will not load. This happens 
weather I install the linux compatible module or not. 

However I can install 6.0 without a problem and it seems to run like a champ.

Any ideas?
Thron


 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Paetzel
Sent: Monday, August 21, 2006 4:34 PM
To: [EMAIL PROTECTED]
Subject: FreeBSD on Dell PE850

Does anybody have any experience running FBSD 6.x on a PE850?  I'm 
specifically wondering about support for their base-configuration 
onboard NIC and their CERC SATA RAID controller.

-- 
Thanks,

Josh Paetzel


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD on Dell PE850

2006-08-22 Thread unixforums 1
The debug screen is blank. 

To verify I had a good download I went to a different mirror site and 
downloaded the boot-only cd and had the same problems.

Thron


Derek Ragona [EMAIL PROTECTED] wrote: What was on the debug screen?  alt+F4 
gets you to that screen.

 -Derek



At 10:36 AM 8/22/2006, unixforums 1 wrote:
I am having several problems loading 6.1 on a Dell PE 850 w/an Adaptec 
39160 scsi card and a single scsi drive. When I install from the boot only 
cd, I get the error Unable to transfer the base distribution from acd0. 
Do you want to retry again and it won't go any further.

When I install using the 6.1 disk one I get the error Add of package 
linux_base-8-8.01-14 aborted, error code 1 - Please check the debug screen 
for info and when the system boots I the kernel will not load. This 
happens weather I install the linux compatible module or not.

However I can install 6.0 without a problem and it seems to run like a champ.

Any ideas?
Thron




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Josh Paetzel
Sent: Monday, August 21, 2006 4:34 PM
To: [EMAIL PROTECTED]
Subject: FreeBSD on Dell PE850

Does anybody have any experience running FBSD 6.x on a PE850?  I'm
specifically wondering about support for their base-configuration
onboard NIC and their CERC SATA RAID controller.

--
Thanks,

Josh Paetzel


  __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD on Dell PE850

2006-08-22 Thread unixforums 1
Alt+F4 didnt show anything. Alt+F2 did show at the end of the install:

Before installing the Linux compatible module
mv: rename /boot/GENERIC to /boot/kernel: No such file or directory

During the linux module install I saw these errors:

ldconfig: warning: /usr/local/lib: No such file or directory
ldconfig: warning: /usr/X11R6/lib: No such file or directory
Linux mode is not enabled.
Loading linux kernel module now ...
kldload: cant load linux: No such file or directory
The linux kernel module could not be loaded.
Please enable linux model manually and retry.
pkg_add: install script returned error status

If I exit the install and reboot the server I get this error:

Loading /boot/defaults/loader.conf
Unable to load a Kernel!
/
cant load 'kernel'
Type '?' for a list of commands, 'help' for more detailed help.
OK

I think it is only a problem with 6.1 because 6.0 installs fine.

Thron





Derek Ragona [EMAIL PROTECTED] wrote: The debug screen should not be blank, 
in addition to this error message you 
will see all the output from the install up to that point.

If this is a new install, I would blank the hard disk, and try a fresh 
install.  As the install is running check the debug screen periodically.

 -Derek


At 10:57 AM 8/22/2006, unixforums 1 wrote:
The debug screen is blank.

To verify I had a good download I went to a different mirror site and 
downloaded the boot-only cd and had the same problems.

Thron


Derek Ragona  wrote:
What was on the debug screen? alt+F4 gets you to that screen.

-Derek



At 10:36 AM 8/22/2006, unixforums 1 wrote:
 I am having several problems loading 6.1 on a Dell PE 850 w/an Adaptec
 39160 scsi card and a single scsi drive. When I install from the boot only
 cd, I get the error Unable to transfer the base distribution from acd0.
 Do you want to retry again and it won't go any further.
 
 When I install using the 6.1 disk one I get the error Add of package
 linux_base-8-8.01-14 aborted, error code 1 - Please check the debug screen
 for info and when the system boots I the kernel will not load. This
 happens weather I install the linux compatible module or not.
 
 However I can install 6.0 without a problem and it seems to run like a 
 champ.
 
 Any ideas?
 Thron
 
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Josh Paetzel
 Sent: Monday, August 21, 2006 4:34 PM
 To: [EMAIL PROTECTED]
 Subject: FreeBSD on Dell PE850
 
 Does anybody have any experience running FBSD 6.x on a PE850? I'm
 specifically wondering about support for their base-configuration
 onboard NIC and their CERC SATA RAID controller.
 
 --
 Thanks,
 
 Josh Paetzel
 
 
  __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 MailScanner thanks transtec Computers for their support.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for 
their support.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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



-
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small 
Business.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD on Dell PE850

2006-08-22 Thread unixforums 1
I will try that.

Thanks for your help

Thron


Derek Ragona [EMAIL PROTECTED] wrote: It sounds like the installer is having 
some problem copying files.  If 6.0 
will install, I would install that version, then cvsup it to 6.1.

 -Derek


At 11:22 AM 8/22/2006, unixforums 1 wrote:
Alt+F4 didnt show anything. Alt+F2 did show at the end of the install:

Before installing the Linux compatible module
mv: rename /boot/GENERIC to /boot/kernel: No such file or directory

During the linux module install I saw these errors:

ldconfig: warning: /usr/local/lib: No such file or directory
ldconfig: warning: /usr/X11R6/lib: No such file or directory
Linux mode is not enabled.
Loading linux kernel module now ...
kldload: cant load linux: No such file or directory
The linux kernel module could not be loaded.
Please enable linux model manually and retry.
pkg_add: install script returned error status

If I exit the install and reboot the server I get this error:

Loading /boot/defaults/loader.conf
Unable to load a Kernel!
/
cant load 'kernel'
Type '?' for a list of commands, 'help' for more detailed help.
OK

I think it is only a problem with 6.1 because 6.0 installs fine.

Thron





Derek Ragona  wrote:
The debug screen should not be blank, in addition to this error message you
will see all the output from the install up to that point.

If this is a new install, I would blank the hard disk, and try a fresh
install. As the install is running check the debug screen periodically.

-Derek


At 10:57 AM 8/22/2006, unixforums 1 wrote:
 The debug screen is blank.
 
 To verify I had a good download I went to a different mirror site and
 downloaded the boot-only cd and had the same problems.
 
 Thron
 
 
 Derek Ragona wrote:
 What was on the debug screen? alt+F4 gets you to that screen.
 
 -Derek
 
 
 
 At 10:36 AM 8/22/2006, unixforums 1 wrote:
  I am having several problems loading 6.1 on a Dell PE 850 w/an Adaptec
  39160 scsi card and a single scsi drive. When I install from the 
 boot only
  cd, I get the error Unable to transfer the base distribution from acd0.
  Do you want to retry again and it won't go any further.
  
  When I install using the 6.1 disk one I get the error Add of package
  linux_base-8-8.01-14 aborted, error code 1 - Please check the debug 
 screen
  for info and when the system boots I the kernel will not load. This
  happens weather I install the linux compatible module or not.
  
  However I can install 6.0 without a problem and it seems to run like a
  champ.
  
  Any ideas?
  Thron
  
  
  
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Josh Paetzel
  Sent: Monday, August 21, 2006 4:34 PM
  To: [EMAIL PROTECTED]
  Subject: FreeBSD on Dell PE850
  
  Does anybody have any experience running FBSD 6.x on a PE850? I'm
  specifically wondering about support for their base-configuration
  onboard NIC and their CERC SATA RAID controller.
  
  --
  Thanks,
  
  Josh Paetzel
  
  
   __
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  
  --
  This message has been scanned for viruses and
  dangerous content by MailScanner, and is
  believed to be clean.
  MailScanner thanks transtec Computers for their support.
 
 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 MailScanner thanks transtec Computers for their support.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 MailScanner thanks transtec Computers for
 their support.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Get your own web address for just $1.99/1st yr. We'll help. 
Yahoo! 
Small Business.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for 
their support.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed

how to change roots shell

2006-05-18 Thread unixforums 1
Hi,
 I did a completely newbie move and changed the root’s  shell to something that 
doesn’t work. So, needless to say now I can’t su to root  or even login as 
root. Is there a way I can fix this without rebuilding the  server?
  
 Thanks for any help you can provide.


-
Sneak preview the  all-new Yahoo.com. It's not radically different. Just 
radically better. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to change roots shell

2006-05-18 Thread unixforums 1
 tried it and i get the following error:

su: change: No such file or directory

What happened originally is I accidently changed the shell to change and now 
i get the following error when I su.

su: change: No such file or directory

This is a remote system so if at all possable i need to do it through ssh.

Thanks

Izwan Mohd [EMAIL PROTECTED] wrote: unixforums 1 wrote:

Hi,
 I did a completely newbie move and changed the root�s  shell to something 
 that doesn�t work. So, needless to say now I can�t su to root  or even 
 login as root. Is there a way I can fix this without rebuilding the  server?
  
 Thanks for any help you can provide.

   
-
Sneak preview the  all-new Yahoo.com. It's not radically different. Just 
radically better. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

  

su root -c chsh root
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to change roots shell

2006-05-18 Thread unixforums 1
It wont let me link it. Im going to see if I can walk a user at the site 
through single user mode.

Thanks for trying to help.
Thron

Andy Greenwood [EMAIL PROTECTED] wrote: can you not link /bin/sh to change?

On 5/18/06, Izwan Mohd  wrote:
 Hope you have sudo you can do sudo -u root bash if don't nothing
 came cross my mine yet how to deal with it :-\

 unixforums 1 wrote:

  tried it and i get the following error:
 
  su: change: No such file or directory
 
  What happened originally is I accidently changed the shell to change
  and now i get the following error when I su.
 
  su: change: No such file or directory
 
  This is a remote system so if at all possable i need to do it through ssh.
 
  Thanks
 
  */Izwan Mohd /* wrote:
 
  unixforums 1 wrote:
 
  Hi,
   I did a completely newbie move and changed the root�s shell to
  something that doesn�t work. So, needless to say now I can�t
  su to root or even login as root. Is there a way I can fix this
  without rebuilding the server?
  
   Thanks for any help you can provide.
  
  
  -
  Sneak preview the all-new Yahoo.com. It's not radically
  different. Just radically better.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  
  
  
  su root -c chsh root
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 
  __
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 

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

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

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


question PPP FreeBSD

2005-07-27 Thread zick-1
Hello.

In an installation time of system I have not set parameters PPP.
Whether it is possible to set them now when the system is installed?

-- 
Best regards,
Sergey mailto:[EMAIL PROTECTED]

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


questions Xorg

2005-07-26 Thread zick-1
Good day.

Tell how to adjust the display with the help xorgcfg?
And in what file to keep changes? Loading X of system
To be made from/etc/X11/xorg.conf. But I cannot keep
change in this file when I leave from xorgcfg.
Xorgcfg -textmode does adjustments and writes
down them in/etc/X11/xorg.conf but these adjustments do
not approach. The system is not started in general or
with works with too small frequency of the screen. When
I start xorgcfg, I choose the display with help VESA [EMAIL PROTECTED]
that all it becomes normal. To me to have each time to enter in X
with the help xorgcfg and anew to adjust necessary frequency of the screen.
How to make that these adjustments were at once after an
input in X?




-- 
Best regards,
Sergey mailto:[EMAIL PROTECTED]

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


question FreeBSD

2005-07-24 Thread zick-1
Hello.

I cannot install the application from a collection of ports.
The mistake is given out  Error code 1



-- 
Best regards,
 zick-1  mailto:[EMAIL PROTECTED]

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


question FreeBSD

2005-07-23 Thread zick-1
Hello.

Help to adjust the monitor and videocard in graphic interface X. At me
FreeBSD 5.4.I used xorgcfg  -textmode but thus made changes it is impossible to 
start X.

It writes:
Withing for X server to shut down
xauth: creating new autority file /root/.Xauthority
xauth: (argv) :1 bad display name :0 in remove command
xauth: (argv) :1 bad display name :0 in remove command

Changes correspond to my equipment.
What to do?


Monitor Samsung SyncMaster 753s
Videocard Sapphire ATI RADEON 9550



-- 
Best regards,
 zick  mailto:[EMAIL PROTECTED]

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


question FreeBSD

2005-07-23 Thread zick-1
Hello.

Help to adjust the monitor and videocard in graphic interface X. At me
FreeBSD 5.4.I used xorgcfg  -textmode but thus made changes it is impossible to 
start X.

It writes:
Withing for X server to shut down
xauth: creating new autority file /root/.Xauthority
xauth: (argv) :1 bad display name :0 in remove command
xauth: (argv) :1 bad display name :0 in remove command

Changes correspond to my equipment.
What to do?


Monitor Samsung SyncMaster 753s
Videocard Sapphire ATI RADEON 9550



-- 
Best regards,
 zick  mailto:[EMAIL PROTECTED]

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


question FreeBSD

2005-07-23 Thread zick-1
Hello.

Help to adjust the monitor and videocard in graphic interface X. At me
FreeBSD 5.4.I used xorgcfg  -textmode but thus made changes it is impossible to 
start X.

It writes:
Withing for X server to shut down
xauth: creating new autority file /root/.Xauthority
xauth: (argv) :1 bad display name :0 in remove command
xauth: (argv) :1 bad display name :0 in remove command

Changes correspond to my equipment.
What to do?


Monitor Samsung SyncMaster 753s
Videocard Sapphire ATI RADEON 9550



-- 
Best regards,
 zick  mailto:[EMAIL PROTECTED]

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


Questions FreeBSD NOT SPAM!!!!!!!!!!!!!!!!!!!!!!

2005-07-21 Thread zick-1
Hello.

Recently has ordered disks with Free BSD and has decided to establish on
the computer. At once I shall tell, that with FreeBSD it is familiar
very little and consequently.
There were many questions. Before from Unix similar 
established and started Debian Linux. But in FreeBSD all differently...

1) I can not establish BSD atop Windows NT. The disk is broken into two parts
С:/and D:/. On With: it is established Windows (FAT32), D empty (FAT32). And
in my opinion BSD does not see the second disk. At installation BSD then it is 
impossible
to start Windows.

2) Whether has BSD the graphic interface? Or all works through #root?
3) Whether means that the system is established presence:
login: root
#



In the literature on a disk very few concrete explanations.



-- 
Best regards,
 zick-1  mailto:[EMAIL PROTECTED]

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


CURRENT buildworld woes

2005-06-19 Thread =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?=
Greetings all,

I have an annoying problem when trying to build world: make depend
complains about not finding a certain unwind.h, when compiling
libstdc++.

My CC in make.conf is set to gcc, my CXX is set to g++, CFLAGS and
CXXFLAGS are both empty (both in make.conf and in my environment). It
doesn't matter whether I do a make clean or not, if I rm -fr /usr/obj
or not, I'm always getting this error, no matter what.

uname -a:
FreeBSD luna.pinguim 6.0-CURRENT FreeBSD 6.0-CURRENT #3: Sat Jun  4
00:21:04 BRT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LUNA 
i386

command issued:
make buildworld KERNCONF=LUNA

last few lines of output:

CC='gcc' mkdep -f .depend -a  /usr/src/gnu/lib/libstdc++/../../../contrib/li
bstdc++/src/allocator.cc /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/s
rc/codecvt.cc /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/complex_
io.cc /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/ctype.cc /usr/sr
c/gnu/lib/libstdc++/../../../contrib/libstdc++/src/debug.cc /usr/src/gnu/lib/lib
stdc++/../../.

snip; follows many many files like those

In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_alloc.cc:37:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_aux_runtime.cc:34:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_catch.cc:32:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_exception.cc:34:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_globals.cc:33:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_personality.cc:34:

snip; many lines like those


/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/lib/libstdc++.
*** Error code 1

Stop in /usr/src/gnu/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

This is it; if you want, I have the complete log for the buildworld,
won't post it here because it is 1.8 MB.

Oh, by the way, unwind.h IS there, in /usr/src/contrib/gcc/unwind.h.

Anyone with this problem? Any known fix/workaround?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: databases/mysql41-server

2005-06-03 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=

Chris Knipe wrote:

Anyone have any idea when 4.1.12 will be commited to the ports tree?  It's 
been available for quite some time now...


Please test http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/81690

Regards
Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux /proc/{meminfo,procinfo}

2005-06-03 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=

Petre Bandac wrote:


got only platform (i386) and system release; I need much more details

and I'm sure there must be a command ;)


# sysctl hw

Why not dmesg?

Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installation freebsd freezes on Sun Ultra 30

2005-06-03 Thread =?ISO-8859-1?Q?J=F6rg_Reisenweber?=

Hi Jeroen,

[EMAIL PROTECTED] wrote:
When I startup it's starts booting de cdroim but freezes after the message 
jumping to kernel entry at 0xc004. .




I found this post on the freebsd/sparc64 list - 
http://lists.freebsd.org/pipermail/freebsd-sparc64/2005-May/003120.html 
- pointing out that the installation might not work with anything else 
than a serial console connected. So disconnect your keyboard (to prevent 
graphical mode) and connect to the serial port of your machine.


Good luck,
Jörg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fresh port install off apache

2005-06-02 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=

Philip Wege wrote:


Did a fresh port install , added apache to rc.conf , apache says it
starts up but it just doesn't start up , anyone had this before ?

diesel-electric# /usr/local/etc/rc.d/apache.sh start
Starting apache.
diesel-electric# /usr/local/etc/rc.d/apache.sh start
Starting apache.
diesel-electric# /usr/local/etc/rc.d/apache.sh stop
apache not running? (check /var/run/httpd.pid).


Hello,

the output of

  tail /var/log/httpd-error.log

might be helpful. Show it.

Regards
Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fresh port install off apache

2005-06-02 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=

Sergey S. Ropchan wrote:


Add line below to /etc/rc.conf:

apache_enable=YES


diesel-electric# /usr/local/etc/rc.d/apache.sh start
Starting apache.


The string Starting apache. is a hint that the line 
apache_enable=YES exists in rc.conf.


Regards
Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: onboard sound crard on intel D915GAG

2005-06-02 Thread =?iso-8859-1?q?Rold=E1n?=

 --- Lowell Gilbert
[EMAIL PROTECTED] escribió:

 Roldán [EMAIL PROTECTED] writes:
 
  can anybody have configured this board sound card?
  
  i put the 
  this is the message i get from demsg
  pci0: multimedia at device 27.0 (no driver
 attached)
  after i put this on the /boot/loader.conf
  snd_driver_load=YES
  and when i do cat /dev/sndstat i get this
  FreeBSD Audio Driver (newpcm)
  Installed devices:
  
  in fact i'm without sound
  i read the handbook to try configure but i'd never
  make a  custom kernel before and i'm a little
 scared,
  so
  can i do somethig else to get the sound on?
  or is i have to compile the kernel wich device i
 have
  to load : the generic device sound?
 
 What happens when you type: kldload sound and then
 
 kldload snd_driver?
 
all i got when i do what you said is this: 

([EMAIL PROTECTED])/home/roldan# kldload sound
kldload: can't load sound: File exists
([EMAIL PROTECTED])/home/roldan# kldload snd_driver
kldload: can't load sound: File exists








__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: printing

2005-05-31 Thread =?iso-8859-1?q?Rold=E1n?=

 --- Olivier Nicole [EMAIL PROTECTED] escribió:

  how can i print a document in a windows shared
 
 I do that using samba, only samba client is needed.
 
 Olivier
 
can you explaime how?
thanks





__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make with proxy

2005-05-26 Thread =?iso-8859-1?q?Rold=E1n?=
somebody told me that writing this line in the
/etc/make.conf will do the goal
HTTP_PROXY=PROXY.IP.ADRESS.HERE:PORT





__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with internet connection

2005-05-26 Thread =?iso-8859-1?q?Rold=E1n?=
thanks i see it,
and i put on my /etc/make.conf the line:
HTTP_PROXY=http://ferrat:[EMAIL PROTECTED]:8080
but the fetch still doing the No route to host
what else can i do?





__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


about scroll mouse configuration

2005-05-26 Thread =?iso-8859-1?q?Rold=E1n?=
i have a logitech scroll mouse and in the
/etc/X11/xorg.conf file is seted in this way:
Section InputDevice

Identifier  Mouse1
Driver  mouse
Option ProtocolIntelliMouse
Option Device  /dev/sysmouse

i suppuose that with this thee scroll wheel sould work
but it doesn't
anybody have configured a mouse like mine?
please help me
thanks







__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about scroll mouse configuration

2005-05-26 Thread =?iso-8859-1?q?Rold=E1n?=

--- Roldán [EMAIL PROTECTED] escribió:
 i have a logitech scroll mouse and in the
 /etc/X11/xorg.conf file is seted in this way:
 Section InputDevice
 
 Identifier  Mouse1
 Driver  mouse
 Option ProtocolIntelliMouse
 Option Device  /dev/sysmouse
 
 i suppuose that with this thee scroll wheel sould
 work
 but it doesn't
 anybody have configured a mouse like mine?
in fact i forgot to tell that i put this on the
xorg.conf
Option ZAxisMapping X
Option ZAxisMapping Y
Option ZAxisMapping 4 5
i read in the man pages that with this the wheel is
mapped
but nothig happens

 please help me
 thanks
 
 
 
 
   
   
   
 __ 
 Renovamos el Correo Yahoo! 
 Nuevos servicios, más seguridad 
 http://correo.yahoo.es
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 





__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvsdown of a port

2005-05-25 Thread =?ISO-8859-1?Q?Erik_N=F8rgaard?=

Hi,

I have upgraded my Eterm to 9.3 using ports only to learn that this 
version breaks dead keys. The problem is fixed in their current version 
but this has not made it into the ports tree.


Now, I'd like to downgrade to the previous version but compile against 
my currently installed libraries. Is there a way to cvsdown a 
particular port? How do I determine which tag to use?


Thanks, Erik

--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Left mousebutton doesn't work

2005-05-22 Thread =?ISO-8859-1?Q?Erik_N=F8rgaard?=

Hi,

I have a peculiar problem with the mouse on my notebook:

Using the notebooks own screen, everything works fine, but if I switch 
to an external monitor or projecter, the left mousebutton stops working. 
When I switch back, everything works fine againg. This problem is both 
with the built in touch pad and an external USB mouse.


The Laptop is an Asus M2E, I am running FreeBSD -CURRENT and xorg:

FreeBSD charm.daemonsecurity.com 6.0-CURRENT FreeBSD 6.0-CURRENT #1:
Thu Apr 28 10:16:44 CEST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CURRENT  i386
xorg 6.7.0,8

Any hints on how to debug, or better yet solve, this is appreciated.

Thanks, Erik
--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]