 |
|
 |
|
Next: NYC LOCAL: Tuesday 15 April 2008, Running Parrot;..
|
| Author |
Message |
External

Since: Apr 23, 2008 Posts: 5
|
(Msg. 1) Posted: Wed Apr 23, 2008 9:45 am
Post subject: Linux->FreeBSD Archived from groups: comp>unix>bsd>freebsd>misc (more info?)
|
|
|
Looking to educate myself, I have installed FreeBSD as a dual-boot on
this Linux machine, and have overcome some basic problems. Now I have
a couple of questions.
How do I get FreeBSD to use a "better" console, like the one one gets
by specifying
vga=791
in lilo.conf.? (stll using the lilo installed through linux)
How do I change the default shell from csh to bash?.
Most of my remaining problems seem to be results of these two.
--
Greymaus
Anything that can not kill you is a boring experience. >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Oct 08, 2007 Posts: 6
|
(Msg. 2) Posted: Wed Apr 23, 2008 10:03 am
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Imported from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Apr 23, 2008 Posts: 5
|
(Msg. 3) Posted: Wed Apr 23, 2008 2:04 pm
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2008-04-23, Patrick Lamaizière wrote:
> greymaus écrivait
>
>> Looking to educate myself, I have installed FreeBSD as a dual-boot on
>> this Linux machine, and have overcome some basic problems. Now I have
>> a couple of questions.
>>
>> How do I get FreeBSD to use a "better" console, like the one one gets
>> by specifying
>> vga=791
>> in lilo.conf.? (stll using the lilo installed through linux)
>
> See vidcontrol(1)
>
>> How do I change the default shell from csh to bash?.
>
> chsh(1), install bash from the ports tree.
Thanks. Should learn chsh, of course  .
--
Greymaus
Anything that can not kill you is a boring experience. >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Dec 20, 2003 Posts: 16
|
(Msg. 4) Posted: Wed Apr 23, 2008 4:50 pm
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 23 Apr 2008 09:45:49 GMT, greymaus wrote:
> Looking to educate myself, I have installed FreeBSD as a dual-boot on
> this Linux machine, and have overcome some basic problems. Now I have
> a couple of questions.
>
> How do I get FreeBSD to use a "better" console, like the one one gets
> by specifying vga=791 in lilo.conf.? (stll using the lilo installed
> through linux)
FreeBSD doesn't really have *all* the fancy VESA and framebuffer console
support Linux has. Recent FreeBSD releases have improved vastly since
the time we had only `vidcontrol 80x30', but I usually find that it is
easier and far far more stable to just install an X11 where I need good
graphical UI support
> How do I change the default shell from csh to bash?.
The same way it's done on all UNIX systems which have a chsh(1) utility:
(1) Install the new shell somewhere, i.e. /usr/local/bin/newshell
(2) Make sure it's listed in /etc/shells
(3) Run the `chsh' utility to change the default user shell.
If you mean you want to change the shell of the *root* user to bash,
then it's probably a good idea to read the FreeBSD FAQ:
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/ >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Oct 09, 2007 Posts: 23
|
(Msg. 5) Posted: Wed Apr 23, 2008 6:16 pm
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wed, 23 Apr 2008 14:04:37 UTC, greymaus wrote:
> On 2008-04-23, Patrick Lamaizière wrote:
> > greymaus écrivait
> >
> >> Looking to educate myself, I have installed FreeBSD as a dual-boot on
> >> this Linux machine, and have overcome some basic problems. Now I have
> >> a couple of questions.
> >>
> >> How do I get FreeBSD to use a "better" console, like the one one gets
> >> by specifying
> >> vga=791
> >> in lilo.conf.? (stll using the lilo installed through linux)
> >
> > See vidcontrol(1)
> >
> >> How do I change the default shell from csh to bash?.
> >
> > chsh(1), install bash from the ports tree.
>
> Thanks. Should learn chsh, of course .
Or just:
pw usermod user -s /pathtoshell
--
Bob Eager
UNIX since v6..
http://tinyurl.com/2xqr6h >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Apr 23, 2008 Posts: 5
|
(Msg. 6) Posted: Wed Apr 23, 2008 6:45 pm
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2008-04-23, Giorgos Keramidas wrote:
> On 23 Apr 2008 09:45:49 GMT, greymaus wrote:
>> Looking to educate myself, I have installed FreeBSD as a dual-boot on
>> this Linux machine, and have overcome some basic problems. Now I have
>> a couple of questions.
>>
>> How do I get FreeBSD to use a "better" console, like the one one gets
>> by specifying vga=791 in lilo.conf.? (stll using the lilo installed
>> through linux)
>
> FreeBSD doesn't really have *all* the fancy VESA and framebuffer console
> support Linux has. Recent FreeBSD releases have improved vastly since
> the time we had only `vidcontrol 80x30', but I usually find that it is
> easier and far far more stable to just install an X11 where I need good
> graphical UI support
I discovered that `vidcontrol 80x30` is REALLY ugly. Better with the
ooriginal settings.
>
>> How do I change the default shell from csh to bash?.
>
> The same way it's done on all UNIX systems which have a chsh(1) utility:
>
> (1) Install the new shell somewhere, i.e. /usr/local/bin/newshell
>
> (2) Make sure it's listed in /etc/shells
>
> (3) Run the `chsh' utility to change the default user shell.
>
> If you mean you want to change the shell of the *root* user to bash,
> then it's probably a good idea to read the FreeBSD FAQ:
>
> http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/
>
Again thanks for the info. BTW, is it supposed to be that slow,
against Linux on the same hardware?
--
Greymaus
Anything that can not kill you is a boring experience. >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Dec 20, 2003 Posts: 16
|
(Msg. 7) Posted: Wed Apr 23, 2008 8:11 pm
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 23 Apr 2008 14:04:37 GMT, greymaus wrote:
>>> How do I change the default shell from csh to bash?.
>>
>> chsh(1), install bash from the ports tree.
>
> Thanks. Should learn chsh, of course .
Alternatively, once you get familiar with the format of the password
file, you can just use:
# vipw
and manually edit the password entry of the user.
HTH,
Giorgos >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Apr 24, 2008 Posts: 1
|
(Msg. 8) Posted: Thu Apr 24, 2008 12:24 pm
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 23 Apr 2008 18:45:45 GMT, greymaus wrote:
>
>I discovered that `vidcontrol 80x30` is REALLY ugly. Better with the
>ooriginal settings.
On this subject, has anyone managed to get other console setiings
other than 80x34 on a Sun Ultra5? "Vidcontrol -i mode" only gives
me the one option, so I'm stuck with a few lines of text in the
middle of a 19-inch screen
--
Cheers,
Stan Barr t-bone .at. dial .dot. pipex .dot. com
The future was never like this! >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Sep 10, 2003 Posts: 42
|
(Msg. 9) Posted: Mon Apr 28, 2008 7:06 am
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 23 Apr 2008 18:45:45 GMT
greymaus wrote:
> Again thanks for the info. BTW, is it supposed to be that slow,
> against Linux on the same hardware?
Simple stuff at the command line should be virtually instantaneous,
what's going slow enough to notice it as slow ?
--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/ >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Apr 23, 2008 Posts: 5
|
(Msg. 10) Posted: Tue Apr 29, 2008 9:21 am
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2008-04-28, Steve O'Hara-Smith wrote:
> On 23 Apr 2008 18:45:45 GMT
> greymaus wrote:
>
>> Again thanks for the info. BTW, is it supposed to be that slow,
>> against Linux on the same hardware?
>
> Simple stuff at the command line should be virtually instantaneous,
> what's going slow enough to notice it as slow ?
>
Fancy meeting you. I hit `A` when setting up the slices and that seems to
be the problem, reinstalled and put everything under '/'. Great now.
--
Greymaus
Anything that can not kill you is a boring experience. >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Sep 10, 2003 Posts: 42
|
(Msg. 11) Posted: Tue Apr 29, 2008 11:52 am
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 29 Apr 2008 09:21:37 GMT
greymaus wrote:
> On 2008-04-28, Steve O'Hara-Smith wrote:
> > On 23 Apr 2008 18:45:45 GMT
> > greymaus wrote:
> >
> >> Again thanks for the info. BTW, is it supposed to be that slow,
> >> against Linux on the same hardware?
> >
> > Simple stuff at the command line should be virtually
> > instantaneous, what's going slow enough to notice it as slow ?
> >
>
> Fancy meeting you. I hit `A` when setting up the slices and that seems to
Been using FreeBSD and hanging out here since '93.
Anyway you know there are only 200 real people in the world
> be the problem, reinstalled and put everything under '/'. Great now.
Hmm that shouldn't have caused any problems, unless one of the
slices was getting close to full (>90%) and being written to. Ah well
problem now gone and thus impossible to diagnose.
Enjoy FreeBSD.
--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/ >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
External

Since: Apr 23, 2008 Posts: 5
|
(Msg. 12) Posted: Tue Apr 29, 2008 1:44 pm
Post subject: Re: Linux->FreeBSD [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2008-04-29, Steve O'Hara-Smith wrote:
> On 29 Apr 2008 09:21:37 GMT
> greymaus wrote:
>
>> On 2008-04-28, Steve O'Hara-Smith wrote:
>> > On 23 Apr 2008 18:45:45 GMT
>> > greymaus wrote:
>> >
>> >> Again thanks for the info. BTW, is it supposed to be that slow,
>> >> against Linux on the same hardware?
>> >
>> > Simple stuff at the command line should be virtually
>> > instantaneous, what's going slow enough to notice it as slow ?
>> >
>>
>> Fancy meeting you. I hit `A` when setting up the slices and that seems to
>
> Been using FreeBSD and hanging out here since '93.
>
> Anyway you know there are only 200 real people in the world
'Twas said that if you loitered in Picadilly, everyone of importance would
pass by sometime. Probably a policeman wondering what you were doing.
>
>> be the problem, reinstalled and put everything under '/'. Great now.
>
> Hmm that shouldn't have caused any problems, unless one of the
> slices was getting close to full (>90%) and being written to. Ah well
> problem now gone and thus impossible to diagnose.
/devs was 99%.
>
> Enjoy FreeBSD.
New view on things. No Barb.
>
--
Greymaus
Anything that can not kill you is a boring experience. >> Stay informed about: Linux->FreeBSD |
|
| Back to top |
|
 |  |
| Related Topics: | Linux compatibility: is it possible to link freebsd code t.. - Hello, Linux compatibility works fine to run linux binaries, but I'm wondering if it's possible to compile code on FreeBSD and link it to a linux library? I want to compile SAP-Rfc, a perl module, to perform RFC to an SAP server. The code must be linke...
Can't get sound from linux-mozilla + linux-realplayer 10 - Hello all, I just installed the linux-mozilla and linux-realpayer 10 ports. Everything works but the sound. I can see the video but, I can not hear anything. I use KDE so I tried using the artsdsp (thinking that maybe arts had something to do with it)..
Yet another Flash 9 Problem, both Linux-Opera and Linux-Fi.. - So, has *anyone* gotten Flash 9 working with either Opera or Firefox? I just installed FBSD 7.0-BETA2 on a new machine, and just like my up-to-date 6.2 machine, Flash 9 [linux-firefox + linx-flashplugin-9] crashes whenever it encounters Flash code, and..
Linux Firefox 2.0.0.x + Linux Flash plugin 9 ? - On a FreeBSD 6.2 computer, installing Linux Firefox 2.0.0.x and Linux Flash plugin 9 from the ports results in Firefox crashing whenever a page with flash is loaded. This occurs whether or not the Linux plugin wrapper is used for the Flash plugin. Linu...
FreeBSD or Linux? - I've had RH's 7 and 8 (and a few other varieties) of linux on a pc now for a couple of years which I use just for web surfing. I'm wanting to try something else and actually learn it. If I already don't know Linux worth a damn, is there a good reason I... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|