Input file for shutdown warning?

2011-05-16 Thread Alexander Lardner
Hello,
Is it possible to do something like this:

shutdown -p now /root/somefile

How would I do that, or is it even possible?
Thanks,
Alex
___
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"


CD Boot to install hangs

2011-05-15 Thread Alexander Lardner
Hello,
I am re-asking as it's rather urgent.
I have burned a CD of PowerPC 8.2 to install on my old iMac G3. It boots, but 
it stops at the line that reads:

acd0: DVDROM  at ata0-slave UDMA33

What the heck does that mean, and why does it get stuck? More importantly, how 
do I fix it?

Thanks for any help,
Alex
___
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"


Boot from DVD to install hangs

2011-05-15 Thread Alexander Lardner
Hello,
I have burned a DVD (I was out of CDs) image of PowerPC 8.2 to install on my
old iMac G3. However, it stops at the line that reads:

acd0: DVDROM  at ata0-slave UDMA33

What the heck does that mean, and why does it get stuck?

Thanks for any help,
Alex
___
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"


How to delete a line from setenv?

2011-05-03 Thread Alexander Lardner
Hi list,
This is a very basic question, but how do I delete a value from setenv? I
screwed up when changing a few things...don't ask. Thanks for any help!
-Alex
___
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"


No login prompt when ssh-ing into my machine.

2011-04-16 Thread Alexander Lardner
Hi list,
Sorry to bother you with two questions in 24hrs :P. I have set up sshd so I
can access my FreeBSD box anywhere on my LAN. I've noticed a problem,
though, when I try to get in. If I'm in my OS X terminal:

alex$ ssh 192.168.2.7
Password:

That's the issue. No login, no banner. From the reading and Googling I've
done it seems that it's trying to login as my current OS X user, and when I
type *ssh alardner@192.168.2.7 *it connects fine, but I don't want to have
to do it that way. How can I get it to show the login prompt as well?

-Alex
___
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 customize login?

2011-04-15 Thread Alexander Lardner
Alright, got it done. Thanks!

On Apr 15, 2011, at 11:28 PM, Manolis Kiagias  wrote:

> On 04/16/2011 09:06 AM, Alexander Lardner wrote:
>> Hello list,
>> I have set a banner welcoming anybody on the console. I still see the 
>> "FreeBSD/i386 (Amnesiac) (ttyvX)" message. How can I stop this from 
>> displaying? I'd like the banner to be the only thing displayed.
>> Thanks to anybody helping!___
>> 
> 
> This is controlled by the im parameter in /etc/gettytab:
> 
> default:\
>:cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:\
>:if=/etc/issue:
> 
> I guess you can remove it altogether. Have a look at man gettytab
> 
___
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 customize login?

2011-04-15 Thread Alexander Lardner
Yes, but by banner I mean /etc/issue. Here's what I get now when I boot 
up/switch to a new console:

Welcome to the Magnolia/Foothill FreeBSD Portable!
This system running FreeBSD 8.2-RELEASE

Please log in with the username and password provided to you:

/*Note: Until this point it's all been /etc/issue. This next part I want to get 
rid of.*/

FreeBSD/i386 (Amnesiac) (ttyvX /*where X is the console number*/)

Then it is followed by the login prompt.

On Apr 15, 2011, at 11:16 PM, Erich Dollansky  
wrote:

> Hi,
> 
> you have changed the file /etc/motd?
> 
> Erich
> 
> On Saturday 16 April 2011 13:06:16 Alexander Lardner wrote:
>> Hello list,
>> I have set a banner welcoming anybody on the console. I still see the 
>> "FreeBSD/i386 (Amnesiac) (ttyvX)" message. How can I stop this from 
>> displaying? I'd like the banner to be the only thing displayed.
>> Thanks to anybody helping!___
>> 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"


How to customize login?

2011-04-15 Thread Alexander Lardner
Hello list,
I have set a banner welcoming anybody on the console. I still see the 
"FreeBSD/i386 (Amnesiac) (ttyvX)" message. How can I stop this from displaying? 
I'd like the banner to be the only thing displayed.
Thanks to anybody helping!___
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: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Alexander Lardner
On Mon, Apr 11, 2011 at 6:38 AM, Traiano Welcome <
traiano.welc...@mtnbusiness.co.za> wrote:

> Hi
>
> The FreeBSD from scratch article has a lot of good ideas on how to do this.
> The article is somewhat dated, however, so your going to have to check that
> some of the methods are still current, and adapt them to your taste:
>
>
> http://www.freebsd.org/doc/en_US.ISO8859-1/articles/fbsd-from-scratch/article.html
>
>
> Regards,
> Traiano
>
> 
> From: owner-freebsd-questi...@freebsd.org [
> owner-freebsd-questi...@freebsd.org] on behalf of Stefan N [
> stefanbsd...@yahoo.com]
> Sent: Monday, April 11, 2011 6:44 AM
> To: freebsd-questions@FreeBSD.org
> Subject: Question : Developing/Making FreeBSD derivative.
>
> Hi All,
>
>
> My name is Stefan and I am newbie with FreeBSD but I'm interested to learn
> more
> about FreeBSD . I am keen to know and learn more on  the process to make a
> new
> BSD's derivative/fork  from FreeBSD ?
>
> How is the method for customizing/remastering FreeBSD ? The most
> interesting
> part is that if we could make the new fork of FreeBSD with its own uname.
> If I
> could make my own BSD derivative and used StefanBSD as its uname, it would
> be
> awesome.
>
> Thank you in advance.
>
> Regards,
> Stefan
> ___
> 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"
>
Please, no top posting.

Also, thanks for the article. May make an interesting read.
___
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: Mailing list etiquette (Was: Re: Linksys-E4200 Wireless N-router)

2011-04-08 Thread Alexander Lardner
Can we just drop this matter? It's bad enough that iPhone mail makes this whole 
ordeal a pain in the butt to read, but in the grand scheme of things, it _just 
doesn't matter_. I'm subscribed to the list, I expect lots of email from the 
list that I probably won't read anyway, but at least it's helpful to someone, 
somehow. My 2 cents.

-Alex___
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"