Re: AND COBOL

2006-03-07 Thread hackmiester / Hunter Fuller
On Tuesday 07 March 2006 15:56, Gabriel wrote:
 HI, I WOULD LIKE TO KNOW IF RMCOBOL RUNS IN FREEBSD, THANKS.
HI, I WOULD LIKE TO KNOW IF YOU COULD POSSIBLY TURN OFF YOUR CAPS LOCK KEY. IT 
MAKES IT SEEM LIKE YOU ARE SCREAMING AND NO ONE WANTS TO ANSWER A QUESTION 
FOR SOMEONE WHO RANTS AND RAVES. HOPE THAT'S NOT TOO MUCH TROUBLE, MATE. KEEP 
THAT IN THE BACK OF YOUR MIND FOR FUTURE REFERENCE.

 :-)

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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgphgVSldL5t1.pgp
Description: PGP signature


Re: Newbie FreeBSD/Linux Question

2006-03-09 Thread hackmiester / Hunter Fuller
On Wednesday 08 March 2006 14:46, Lawrence Petrykanyn wrote:
 Hi!
snip

 I tried make --with-default-tmpdir=/mnt/ramfs and received a message
 informing me that this is not correct Make syntax.
No, you've got it all wrong! To build an application, you generally do this:

./configure
make
make install #if you want to install it

So, in the case of that application, it means do this:

./configure --with-default-tmpdir=/mnt/ramfs
make
make install #if you want to install it


 Am I supposed to edit the config file(s) that accompany the source
 code?  If so, which one(s), config.h.in, configure, configure.ac or one
 of the files in the config directory of this package?

 This is probably a very simple matter, but I have googled around and
 cannot find an answer.  Any comments, suggestions or advice would be
 greatly appreciated.

 Thanks,
 Lawrence

 JACK README

 Welcome to JACK, the Jack Audio Connection Kit.

 Please see the website (http://jackit.sf.net/) for more information.

 NOTE: If you are using reiserfs or ext3fs or anything except ext2fs
 for the directory where JACK puts its temporary files (/tmp by
 default), then the JACK team recommends that you do *one* of the
 following:

 

 Mount a tmpfs on /tmp.  You should have a lot of swap space available
 in case some programs try to write very large files there.
 In your /etc/fstab add a line:

none/tmptmpfs   defaults0   0

  You'll probably want to reboot here, or kill X then 'mount /tmp'.

  OR 

 Alternatively, you can do this without affecting your /tmp:

 # mkdir /mnt/ramfs

 [edit /etc/fstab and add the following line]
  none   /mnt/ramfs  tmpfs  defaults  0 0

 Then add --with-default-tmpdir=/mnt/ramfs to the JACK configure
 line when you build it.  No clients need to be recompiled.

 --

 Failure to do one of these could lead to extremely poor performance from
 JACK,
 since its normal operation will cause bursts of disk I/O that are
 completely unnecessary. This suggestion can also be used by ext2fs
 users if they wish.

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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgpjMKBuvnEVS.pgp
Description: PGP signature


Re: TFT monitors and Xorg

2006-03-10 Thread hackmiester / Hunter Fuller
On Friday 10 March 2006 11:22, dick hoogendijk wrote:
 Hello,

 Probably a stupid question, but I'll take my chances.
 For years now I only used normal monitors on windows, linux, FreeBSD
 but soon I'll get a Samsung 930BF TFT screen.
CRT, I guess...?

 What I'd like to know is, if Xorg is capable of seeing this monitor
 and sets the right options.
Oh yeah. They use the same standard as CRTs.
 I know it does a good job with other 
 monitors, but as I understand TFT's are quite different in some
 aspects.
...but not the interface aspect. A digital CRT interface is a digital TFT 
interface. Same for analog IFs, which is what you're probably using.

 Do TFT's use HorizSync and VertRefresh the same way as normal monitors?
Yep.

 Maybe I worry about nothing, but I hope someone will explain things to
 me than.

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgp5htrXI1sVk.pgp
Description: PGP signature


Re: What laptop do you recommend?

2006-03-13 Thread hackmiester / Hunter Fuller
On Monday 13 March 2006 08:05, [EMAIL PROTECTED] wrote:
 On Mon, 13 Mar 2006 [EMAIL PROTECTED] wrote:
  hi everyone,
  I'm looking for a new, gruntier laptop. What laptop is known to work
  WELL with freeBSD?  any mail to [EMAIL PROTECTED]

 I have an IBM Thinkpad R51, it works very well and I reccomend it highly.
I have this notebook as well. It is very nice and works with every OS I've 
ever tried (Linux Fedora, FreeBSD, BeOS...). I do believe, however, it's been 
replaced by the R52 model, but it has basically the same hardware.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgppsJDTgIzir.pgp
Description: PGP signature


Re: SSHD Help?

2006-03-13 Thread hackmiester / Hunter Fuller
On Monday 13 March 2006 15:12, Huy Ton That wrote:
 I am sure I am lacking the technical knowledge to get this running but.  I
 setup (more like started) the sshd daemon.  Now I have this system setup at
 home and am just using it for experimenting.  When I try to SSH into it, it
 queries me for my user name, in which case I am logging in as root.
Bad, bad, bad! Don't log in as root!
 I key 
 in roots password (is this password the same as the main root password?)
Yes.
 and it returns permission denied, please try again.
Probably because you are logging in as root. Don't log in as root!

 I'm guessing I am not asking the right questions but I was under the
 assumption that the password would be the same as root or whatever user I'm
 trying to login?
It is... but by default FreeBSD doesn't let you log in as root, at least 
remotely.
 Any tutorials?  I'm going crazy :(. 
Your machine will too, if you log in as root. Have I made it clear that you 
shouldn't be logging in as root? :)

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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgpylixWIjk2X.pgp
Description: PGP signature


Re: two slices, copy one slice to another?

2006-03-14 Thread hackmiester / Hunter Fuller
On Tuesday 14 March 2006 00:46, Steve P. wrote:
 Is there a trick to copying one working system from a slice to another
 slice?
Yeah, but it won't work.

 What I envision is two slices:
 /dev/ad0s1 - one complete install
 /dev/ad0s2  - copy of first install, via dump restore. (Is this
 where I screwed up?)
Yeah... see the issue is, FreeBSD refers to itself as the first slice in 
order to find itself... so you can backup to the second slice, but if you 
need to use it, you'll have to copy the second slice over the first one.

 I tried this, but upon reboot, I could see both installs. I was given a
 choice of the two, but F2 only booted the first install.
 What is the trick?
 Thanks.
 Steve.

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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgppMxPaYQkc1.pgp
Description: PGP signature


Re: HI plotter (was Re: Help)

2006-03-14 Thread hackmiester / Hunter Fuller
On Tuesday 14 March 2006 17:25, Chris Hill wrote:
 On Sun, 12 Mar 2006, REINALDO JIMENEZ wrote:

 [ A more descriptive subject line is more likely to get you an answer.
 Lots of people delete 'Help' without reading. ]

  My friend has a Houston Instrument Plotter Model DMP-50 and can not
  get it running to print his school work (AutoCAD DWGs)
 
  Need driver? What he should look for?

 If your AutoCAD is anything like recent, you're running it under
 Windows.
Au contraire, or however you spell it! I am running 2005 under wine.
 Autodesk haven't supported any other platform since Release 13, 
 which was about 10 years ago.

 I set up something like this years ago, using an HI DMP-61 with FreeBSD
 3.2 or 3.3. What I did was to install Samba on the FreeBSD machine, and
 set it up to 'share' the plotter (connected on an RS232 port) as a
 printer. Then the Windows clients were able to see the plotter as a
 networked printer, and use the native AutoCAD driver for that plotter.
 The FreeBSD machine was pretty much acting as a print server for that
 plotter.

 Sorry to be so vague, but it was a long time ago. Hope this gets you
 pointed in the right direction.

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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgp56w8OJ7kaV.pgp
Description: PGP signature


Re: Why doesn't Turn Off The Computer turn off the computer?

2006-03-22 Thread hackmiester / Hunter Fuller
On Tuesday 21 March 2006 17:17, Chris Hill wrote:
 On Tue, 21 Mar 2006, Yance Kowara wrote:

 [snip]

  Yes, strangely enough shutdown -h now in FreeBSD will only halt the
  machine. halt -p will poweroff the box, and shutdown -p now will also
  power off the box.

 The shutdown options don't seem very strange to me: H stands for Halt, P
 stands for Power. The halt manpage says that Normally, the shutdown(8)
 utility is used when the system needs to be halted ... cleanly
 terminating specific programs.

  In Linux, shutdown -h now will power off the machine.
Not the case for me. For me it's just like FBSD.

 *That* makes no sense to me, and I would find it to be unexpected
 behavior... but I guess it's a matter of what you're used to.

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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgpVQxllLUZ3k.pgp
Description: PGP signature


Re: using KVM switch /dev/psm0 is missing

2006-03-23 Thread hackmiester / Hunter Fuller
On Wednesday 22 March 2006 21:10, Malcolm Fitzgerald wrote:
 Malcolm Fitzgerald wrote:
  I have a no name 2 port KVM switch and a Logitech marble mouse USB
  with a ps/2 adapter.

 Richard Burakowski wrote:
  my cheapo noname kvm presents it's ps2 keyboard and mouse ports as
  usb devices.

 Malcolm Fitzgerald wrote:
  Does yours have USB cabling to match or does it have ps2 cables?

 Richard Burakowski wrote:
  it takes two ps2 (key+mouse) and three usb in - then one usb (2 total)
  out to each box.  then there's the video of course.
  when the kvm switches, the usb devices are detached and then attached
  to the new target, which means there's a discernable lag (couple
  seconds) before they become active.  also requires moused under x11 as
  the /dev/ums entry comes and goes - dosen't have the same issue with
  the keyboard.

 I see, mine only has ps/2 connections, so I'm still looking for psm0
 when the mouse is plugged into the KVM switch. Plugging the mouse
 directly to the box is a solution but it is only KV not KVM.
How could the machine tell the difference? Does your KVM pretend it is a 
keyboard and mouse when you are not switched to that machine? Mine does. In 
that way, I can boot a machine and then switch to it and it will work.


 malcolm

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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgp8XKvRx6INI.pgp
Description: PGP signature


Re: KDE App Launcher

2006-03-26 Thread hackmiester / Hunter Fuller
On Friday 24 March 2006 07:52, Nikolas Britton wrote:
 How do I get KDE to run this command:

 setenv SDL_VIDEO_X11_DGAMOUSE 0; setenv QEMU_AUDIO_DRV sdl; nice +5
 qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img

 or this:

 export SDL_VIDEO_X11_DGAMOUSE=0; export QEMU_AUDIO_DRV=sdl ; nice +5
 nohup qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img

 Or this, win98se_start.sh:

 #!/bin/sh
 export SDL_VIDEO_X11_DGAMOUSE=0  ~/qemulog
 export QEMU_AUDIO_DRV=sdl  ~/qemulog
 nohup qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img  ~/qemulog
 exit

 I can't get any of them to work, I've tried other permutations too.
 The only way I got it to work is if I tell it to run in a term window,
 but I don't want that.
Modify your script as I did. Then, paste the contents of the qemulog file, if 
it has any.




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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgp08Kxho7zBP.pgp
Description: PGP signature


Re: Why are so many people using 4.x?

2006-03-29 Thread hackmiester (Hunter Fuller)

Joseph Vella wrote:
I notice a lot of references to version 4.x.  Is there any overwhelming reason 
why its use seems to be still popular.  I'm wanting to set up a server (just 
for play) on my home network using a PII machine.  Am I better off using an 
older version for such old equipment?

No, I run 6.0-RELEASE on a Pentium I 200mHz with 32mB RAM.
 If so, do any particular versions

stand out?



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






--
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installation VMware Workstation 5

2006-03-31 Thread hackmiester (Hunter Fuller)

Thiago Esteves de Oliveira wrote:


   Hi, I am trying install VMwareWorkstation 5 in FreeBSD with ABI
Linux...Please see it.

=
*

horus/(root) ./vmware-install.pl

Setup is unable to find the lsmod program on your machine. Please make
sure it

is installed. Do you want to specify the location of this program by hand?

[yes]

What is the location of the lsmod program on your

machine? /bin/ls

No! That's not lsmod, that's ls! You need to find the Linux support
directory and look for lsmod there. I think it'd be /usr/linux/bin/lsmod.


Creating a new installer database using the tar3 format.

Installing the content of the package.

In which directory do you want to install the binary files?[/usr/bin]
/usr/vmware

Why? /usr/bin would be better and already in your path.


What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
== What do I put here ? ==

Look in /etc... are there those directories? If so, give it /etc. If
not, try /usr/linux/etc.


 
===




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






--
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


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


Re: cant login

2006-03-31 Thread hackmiester (Hunter Fuller)

Marlon Martin wrote:


hi im running freebsd 6.1PRE
i cant login to shell root or normal user, even i boot into single user,
this error below always appear, is there anyway i can fix this or i can
login, thanks.

/libxec/id-elf_so.1: Shared object pluginwrapper/flash7.so not found,
required by sh
Enter full pathname of shell or RETURN for /bin/sh:

What have you done to /bin/sh? Any modifications? Because I am positive
that Macromedia Flash isn't required by sh... :)f

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






--
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


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


Re: linux-firefox

2006-04-01 Thread hackmiester / Hunter Fuller
On Monday 27 March 2006 04:01, Beech Rintoul wrote:
 I'm trying to get linux-firefox running on a system that also has native
 firefox installed. When I try and start linux-firefox I get a message
 saying that firefox is already running (which it's not).
You sure?
ps ax|grep firefox
killall firefox-bin
killall linux-firefox
killall linux-firefox-bin
 I tried rebooting 
 but the message remains.
Rebooting shouldn't be necessary.
 Does anyone have a suggestion? 

 Beech

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgp14unhOnvTB.pgp
Description: PGP signature


Re: Indiana goes to DST

2006-04-02 Thread hackmiester / Hunter Fuller
On Tuesday 28 March 2006 09:58, Jacob S wrote:
 On Tue, 28 Mar 2006 10:19:21 -0500

 DAve [EMAIL PROTECTED] wrote:
  Not ever having had to configure DST before, any advice on a work
  around since most OSes provide no DST for my timezone?
While we're on this subject, what do we do when DST is extended?

 Sure. Just pick a city in the Eastern Timezone that is _not_in Indiana.
 Then it will automatically follow DST at the appropriate time of year.
 Just about any city on the East Coast should do it.

  tzsetup doesn't state whether DST will be set. Is it just as simple as
 
  #date -d dst?

 Not sure there, sorry.

 HTH,
 Jacob

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgpWrAuOryDQ3.pgp
Description: PGP signature


Re: SATA Cables Suck!

2006-08-01 Thread hackmiester (Hunter Fuller)
Hrm. SATA cables suck. I just got a new macbook - its power connector  
sucks itself right into the socket when it's close to it. If SATA  
cables sucked, this wouldn't be an issue.

On 1 August 2006, at 20:24, Nikolas Britton wrote:


On 8/1/06, jdow [EMAIL PROTECTED] wrote:

From: Nikolas Britton [EMAIL PROTECTED]

 The number one problem I've had with SATA RAIDs has been the  
cables! 4

 times I've lost arrays because the cables came loose or some other
 stupid problem with the cables.

 I need a vendor that has high quality latching SATA-II cables.  
Also...

 what can we do with the old cables to fix them... super glue them
 on?... Here's a question... Are all SATA cables rated for SATA-II?
 I've never seen a definitive answer to this question and newegg.com
 does not sells SATA-II cables... Also does the spec call for
 shielded cables?

 frustrated, need a place to unload thanks.

First google hit SATA-II cable specification:
http://www.satacable.com/

Second google site hit
http://www.tigerdirect.com/applications/SearchTools/item- 
details.asp?EdpNo=2076134CatId=84


I've done business with Tiger Direct. They were prompt for delivery.
Searching for things on their site was annoying, though.

Adding site:newegg to the search gives:
http://www.newegg.com/Product/Product.asp?Item=N82E16812207001
and
http://www.newegg.com/Product/Product.asp?Item=N82E16812162003

First has a right angle connector.

You were saying?
{^_^}



Already looked at the Silverstone cables a few days ago, too many bad
reviews about the cables snapping in two. Do you have any of these
Silverstone cables... can you comment on the quality? thanks.

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




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


Re: spamfilter

2006-08-02 Thread hackmiester (Hunter Fuller)


On 1 August 2006, at 22:55, User Freebsd wrote:



If you want a truly user-friendly spam/virus solution, check out:

 http://www.renaissoft.com/maia/

I have this backing 200 VPS, including postgresql.org itself, and  
its literally a dream

Misuse of literally - but I can second that recommendation :-P

, as it allows *each user* to individually tailor their settings ...

On Wed, 2 Aug 2006, Olivier Nicole wrote:


1) spamd (part of SpamAssassin) is written in perl.  This is
fine for a workstation, not so much for a high-volume mail server.


SpamAssassin itself is written in Perl... But it can be run on a
remote server, it does not have to be on the machine running  
sendmail.



2) installing spamass-milter requires rebuilding sendmail.  (I
have no idea about other MTAs.)  This usually sounds more
frightening than it is, but can still lead to complications.


I think stock sendmail is installed with milter, so it is only a
matter aof configuration, not of compiling.

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





Marc G. Fournier   Hub.Org Networking Services (http:// 
www.hub.org)
Email . [EMAIL PROTECTED]  MSN .  
[EMAIL PROTECTED]

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




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


Re: taking many 198k mp3 files and converting them to 16k mp3

2006-08-27 Thread hackmiester (Hunter Fuller)


On 27 August 2006, at 02:49, Gary Kline wrote:




	Ah, thank you, thank you.  I just can't see wasting so much of my  
disk

[and bakup disks] for what are mostly voice/lectures.

I suppose I can buy a DVD-R[W] and fnd out, but is there any reason
	why I can't have many hours of audio on a DVD?  In other words, id  
a DVD

*only* for video?


You can always burn a data DVD, like a data CD.


--Might be nice to gather (parts of) my favorite CD's
onto one Very long-playing disk.


That would require you to burn an audio DVD, which you couldn't read  
in a  normal CD drive... and I really don't know how exactly you  
would do it either...


gary



--
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public  
service Unix


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




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


Proof of concept box with 8mB RAM

2006-08-27 Thread hackmiester (Hunter Fuller)
Everyone will laugh at this, but I have an old box with a 25mHz  
processor or so. It has 8mB of memory. I want to install some type of  
UNIX clone on it, as a proof of concept. I don't care if it's linux,  
freebsd, or something else, but I need something that will run with  
enough speed to run an sshd and not much else. It will just be to  
prove that old hardware can still be used. Any suggestions?

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


Re: taking many 198k mp3 files and converting them to 16k mp3

2006-08-27 Thread hackmiester (Hunter Fuller)


On 27 August 2006, at 16:26, Gary Kline wrote:



I have a DVD burner in my newest server; my thinking is that
I would burn some N *.mp3 files onto a DVD, then play it back.


On what?


The questions are whether I would have to create a filesystem,
or if the DVD format would  allow/see the *.mp3's audio or
data.  Or what!


What DVD format? There is no DVD format. You can put files on one  
however you want. However, if you want a DVD player to read it, it  
has to be an ISO file system and files have to be in a certain place.  
This setup doesn't support mp3s directly, but you might want to look  
in to the dvd audio standard, and I'm not sure if there is a port  
for buring that, or not...


What I'm trying to say, is if you are just gonna play them back on  
your computer, it doesn't matter where you put them, you can use  
standard tools like mkisofs, etc..






--
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public  
service Unix





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


Re: taking many 198k mp3 files and converting them to 16k mp3

2006-08-27 Thread hackmiester (Hunter Fuller)


On 27 August 2006, at 16:38, Howard Jones wrote:


hackmiester (Hunter Fuller) wrote:
That would require you to burn an audio DVD, which you couldn't  
read in a  normal CD drive... and I really don't know how exactly  
you would do it either...


Not necessarily. Both of my current DVD players can play a DVD full  
of MP3 files.


You bring up a good point, but that's not part of the DVD standard.
One is a Pioneer, and the other is a more 'random' brand DVD/DiVX  
player. The Pioneer does a better job, but both will play data  
discs of MP3, WMA, JPEG and MPEG1 amongst other things.


Another possibility would be to convert to MP2 audio and make a  
minimal video stream to go alongside the audio - say, a black  
screen, and make a DVD Video disk using something like transcode.


The blank video would waste lots of space on the DVD, I think.

I don't know what the bare minimum video bitrate is for DVD, but I  
know you can get a good few hours that way, in a format that would  
play on any DVD player. I've been meaning to try this for ages.


That is true.



Howie



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


Re: Proof of concept box with 8mB RAM

2006-08-27 Thread hackmiester (Hunter Fuller)


On 27 August 2006, at 18:01, Nikolas Britton wrote:

On 8/27/06, hackmiester (Hunter Fuller)  
[EMAIL PROTECTED] wrote:


That box doesn't have enough memory to run a current version of
FreeBSD or Linux.


I just want a version to run, a new one is obviously pushing it :)


Also what CPU does it use?


386


FreeBSD 6.x, and I'm sure
Linux 2.6, removed 386 support. You need a 486 or better to run the
current version of FreeBSD. Does this box have a math coprocessor?


Yes.


The recommended minimum requirements to run FreeBSD 6.1 is a Pentium
MMX, or equivalent, with 32MB of system ram. You can get by with less
but you won't like the results if you plan to use it as a workstation.


LOL, no, that would be torture, it's purely proof of concept.


Use FreeBSD 4.11-STABLE or 5.5-STABLE for anything less then that.

I did some tests on disk space and memory requirements back in January
with FreeBSD 6.0-RELEASE. Nobody seemed to notice the first time so
I'll post it again:

Test Rig:
VMware 5 (Win2K/NTFS), VM Settings:
32MB RAM
64MB RAM For KDE-Lite Install (failed with 32MB)
128MB RAM For GNOME-Lite Install (failed with 64MB)
4GB Hard Drive (Default settings)
CD-ROM (Pointing to FreeBSD 6.0-RELEASE i386 ISO Images)
No USB, No Audio, No LAN

FreeBSD Disk Layout:
ad0s1a  4095MB  /   ufs2
ad0s1b  nullswapnull
ad0s1d  null/varnull
ad0s1e  null/tmpnull
ad0s1f  null/usrnull

Everything (/tmp, /var, and /usr) is setup on the root partition, no
swap partition was setup.

Results:
* 1st column of numbers are from the VM disk image file.
* 2nd column is from inside FreeBSD with du -m.
* All numbers reported in megabytes.

Distribution Sets:
Developer   918 741
X-Developer 1080882
Kern-Developer  526 427
X-Kern-Developer690 568
User393 319
X-User  560 461
Minimal 183 156

Extrapolated Results:
Ports System283 270
GNOME-Lite  688 655
KDE-Lite879 864
X.Org Default Install   164 143
X.Org Full Install  177 158
Linux Binary Compat.255 127
Sys Sources + Proflibs  392 315
Kern Sources + Proflibs 133 109

Miscellaneous Sets:
X-User (All X.Org)  572 476
X-User + GNOME-Lite 12471115
X-User + KDE-Lite   14381323
Minimal + Ports System  466 425
Minimal + Linux Compat. 438 282

--
BSD Podcasts @:
http://bsdtalk.blogspot.com/
http://freebsdforall.blogspot.com/



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


Re: Proof of concept box with 8mB RAM

2006-08-27 Thread hackmiester (Hunter Fuller)


On 27 August 2006, at 16:42, albi wrote:



it's a 386 ?  try minix first


Does it have a way to install without a CD? FBSD has floppies that  
you can network install using. I can't use CDs because the CD drive  
of this box can't read CD-Rs =(



, then FreeBSD 3.x :]

http://www.minix3.org/download/index.html

--
grtjs,
albi



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


Re: File associations, Mime-types and X

2006-08-27 Thread hackmiester (Hunter Fuller)


On 27 August 2006, at 19:36, Steve Lake wrote:

Just curious of something.  How are file associations  
handled in Freebsd?  Are they handled on the OS level, Xwindows, or  
is it handled by the actual Window Manager such as KDE or Gnome?


Your file manager determines which app to run to open a certain file.

Just curious because I'm trying to help someone troubleshoot  
something he's developing.  Thanks.



Steven Lake
Owner/Technical Writer
Raiden's Realm
www.raiden.net
A friendly web community


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




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


Re: man page bug in mv(1) ?

2006-09-03 Thread hackmiester (Hunter Fuller)


On 3 September 2006, at 12:37, James Long wrote:


The man page mv(1) states:

It is an error for either the source operand or the destination path
to specify a directory unless both do.


However:

mv file /tmp/

works.  Am I reading things wrong, or is the man page incorrect?


I think what it means is you cannot move a directory to a file. You  
also can't move a file so it becomes a directory. FOr example:


snowy:~ hackmiester$ mv blah blahdir/
mv: rename blah to blahdir/: No such file or directory

You are actually moving the file INTO the directory, not trying to  
make a file BE a directory. See what I mean?





Jim



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




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


Re: migrating user and web files to new server

2006-09-03 Thread hackmiester (Hunter Fuller)


On 3 September 2006, at 13:11, Noah wrote:


Philip Q wrote:

Noah wrote, On 4/09/06 3.58 a:

this command also meets my coolness requirements.
oldsys # tar -C /var/www -cf - . | ssh newsys tar -C /var/www -xvf -


Which is almost /exactly/ what Chad recommended to you...



kinda.  this is the syntax I was looking for.


I find it incredibly interesting that, while you REFUSE SPECIFY  
exactly what you want, you find it necessary to deem certain commands  
unacceptable! No one is going to freaking spoon feed you this stuff!  
What you just pasted will do basically THE SAME THING as tarring and  
scping it over, so what's the problem? The only difference is there  
is no intermediate tar file. If that's what you wanted, why can't you  
just SAY THAT?!




Cheers,

Noah




-Phil


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




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


Re: migrating user and web files to new server

2006-09-03 Thread hackmiester (Hunter Fuller)


On 3 September 2006, at 20:34, Noah wrote:


hackmiester (Hunter Fuller) wrote:


I find it incredibly interesting that, while you REFUSE SPECIFY  
exactly what you want, you find it necessary to deem certain  
commands unacceptable! No one is going to freaking spoon feed you  
this stuff! What you just pasted will do basically THE SAME THING  
as tarring and scping it over, so what's the problem? The only  
difference is there is no intermediate tar file. If that's what  
you wanted, why can't you just SAY THAT?!




cool.  it is different though.  ssh and scp are quite different  
syntax.  thank you.


Obviously they are different syntax, but the two commands posted give  
you the same end result. Why are you rejecting the syntax?!




cheers,

Noah





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


Re: migrating user and web files to new server

2006-09-04 Thread hackmiester (Hunter Fuller)


On 3 September 2006, at 21:59, Noah wrote:


hackmiester (Hunter Fuller) wrote:


Obviously they are different syntax, but the two commands posted  
give you the same end result. Why are you rejecting the syntax?!




Hi there,

I never saw any syntax for the scp way of doing it.  Also after I  
received the ssh command I was happy to see that moving files could  
be performed on one line and want to share it with the list and  
soon google.


Ah, I see - you wanted the exact command.



please lets drop the issue it seems too nitpicky.


Please forgive me for my incredibly stupid comments... they were  
uncalled for. I was having a horrible day, I really shouldn't reply  
to lists on those type of days.




cheers,

Noah




cheers,

Noah








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


Re: CB

2006-09-05 Thread hackmiester (Hunter Fuller)


On 4 September 2006, at 13:05, Conrad Bellman wrote:


Hello,

I have downloaded the two disks needed for BSD, apon loading the  
firs disk,
I am stuck with the command list, and unable to use it, due to  
can't find

kernel


Maybe this is because you got a corrupted CD image.


I tried loading kernel, and other commands but always get the no
kernel error, did I download Disk 1  2 incorrectly ?

I turned computer off , then inserted my Disk 1 and started my  
computer, but

what i told you previous is what occurred,

,can you help ?
Thanks for your time and patients
CB
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




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


Re: Gnome 2 - Fuzziness

2006-09-06 Thread hackmiester (Hunter Fuller)


On 5 September 2006, at 10:22, Shane Ambler wrote:




One good thing I like is KDE will run the gnome apps but gnome  
won't run KDE

apps.


Does for me.


So you don't loose out on any choices with KDE.

It is in ports at /usr/ports/x11/kde3, but you may want to get hold  
of the

pre-built package and install from that.


--

Shane Ambler
[EMAIL PROTECTED]

Get Sheeky @ http://Sheeky.Biz

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




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


Re: need a restricted shell

2006-09-06 Thread hackmiester (Hunter Fuller)


On 6 September 2006, at 15:55, Chad Leigh -- Shire.Net LLC wrote:

I am looking for a shell that will allow Subversion to be run over  
ssh but not allow interactive login or if it allows interactive  
login, will only allow Subversion commands to be run...  Any ideas  
on how to accomplish this?


I don't know about FBSD, but check if rssh is in the ports (I can't  
atm):


[EMAIL PROTECTED] ~]$ pacman -Ss scp
current/rssh 2.3.2-1
A restricted shell for use with OpenSSH, allowing only scp and/ 
or sftp


I bet this would do what you're saying.



I have been looking at various shell lists in ports but nothing  
popped out as obvious to me


Thanks
Chad

---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net



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




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


Network mail

2006-09-08 Thread hackmiester (Hunter Fuller)
I'm old school. Back in my day, we didn't have the Internet we have  
today, and our UNIX boxes could mail over the network we had strung.  
I don't care what mail app I use. I just want to be able to have two  
boxes, boxbox and snowy, for example, and be able to 'mail boxbox'  
from snowy and vice versa. This has to be on a system-wide basis, so  
people on my shell server can do it easily. Any ideas? A quick tutorial?

--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: How do I give 2 parameters to programs in an unix enviroment?

2006-09-11 Thread hackmiester (Hunter Fuller)


On 8 September 2006, at 08:10, Lasse Edlund wrote:

If I have two files foo and bar and try to run diff on them I  
write:

$diff foo bar
I can also write
$cat foo | diff - bar
But how do I give a program two (2) commands? not only to diff
but to any program that wants double input...
I wanna do
$cat foo | cat bar | diff - -


The entire purpose of cat is to concatenate files (make them output  
one after another). So, do:


cat foo bar | diff - -


especially with echo commands that would be handy so I dont have to
create files!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: Network mail

2006-09-11 Thread hackmiester (Hunter Fuller)


On 8 September 2006, at 11:45, Jerold McAllister wrote:


hackmiester (Hunter Fuller) writes:
I'm old school. Back in my day, we didn't have the Internet we  
have  today, and our UNIX boxes could mail over the network we had  
strung.  I don't care what mail app I use. I just want to be able  
to have two  boxes, boxbox and snowy, for example, and be able to  
'mail boxbox'  from snowy and vice versa. This has to be on a  
system-wide basis, so  people on my shell server can do it easily.  
Any ideas? A quick tutorial?

--
hackmiester (Hunter Fuller)


If you have some network connection between the two boxes (and any  
others)
Just follow the handbook and set up sendmail on each.   If you do  
not want
Email from anywhere else, then set it up to accept mail connections  
only

from those two boxen.
You don't need any of the other fancy stuff out there unless you  
see some

feature that you just gotta have.


So, as long as I set up sendmail and one host knows the other's name  
and can resolve it, it will Just Work™?



jerry

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




--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: Thank You and Mc OS games

2006-09-13 Thread hackmiester (Hunter Fuller)


On 13 September 2006, at 15:25, Andrew Pantyukhin wrote:



On the other hand, you might have heard that Mac OS X is based on
FreeBSD.


Although it is based on BSD, I don't think it's FreeBSD it was based  
on. I think it goes all the way back to 4.2BSD. Or something.



They removed all the clear things you were talking about,
slipstreamed a clear-looking GUI and put a price tag on it. The result
is a pretty good desktop OS (for a commercial one that is). You might
want to try it out.

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




--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: Firefox+Flash+Qemu

2006-09-18 Thread hackmiester (Hunter Fuller)


On 18 September 2006, at 09:38, Jerry McAllister wrote:


On Sat, Sep 16, 2006 at 12:30:59PM +1000, Norberto Meijome wrote:


On Fri, 15 Sep 2006 15:22:38 +0100
RW [EMAIL PROTECTED] wrote:


I going to be booting into Windows if I really need flash.


Why not try Wine? I haven't checked, but maybe firefox + flash  
does work under
wine... i also keep a 4 GB Qemu windows xp setup which gets my out  
of trouble
the few times when it's window-or-nothing.. most of the time i  
just give up

altogether on the site.


Do you run Qemu on FreeBSD?   It says only 'LINUX host only' for User
Mode Emulation.   So, does that mean I can emulate a full system if
I am hosting it under FreeBSD?


If it needs linux, use linux compatibility.



This is the first time I have run in to Qemu and it looks interesting.

jerry



_
{Beto|Norberto|Numard} Meijome

Sysadmins can't be sued for malpractice, but surgeons don't have to
deal with patients who install new versions of their own innards.

I speak for myself, not my employer. Contents may be hot. Slippery  
when wet.
Reading disclaimers makes you go blind. Writing them is worse. You  
have been

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

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




--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: next episode, continuing saga

2006-09-22 Thread hackmiester (Hunter Fuller)


On 22 September 2006, at 09:24, Greg Groth wrote:


Mario Lobo wrote:

On Friday 22 September 2006 02:33, Bill Moran wrote:

jekillen [EMAIL PROTECTED] wrote:

Hello again;
With FreeBSD and in general, If the monitor is turned off
is it safe to disconnect it from the machine while the machine
is running?
AMD64 socket 754 with separate PCI video card on ECS
motherboard; no Xwindows installed. if it makes a difference.

want to run the machine headless without shutting it down to
switch the monitor to another machine.

Yes.  It's safe to do that with any OS I'm familiar with.

And the keyboard  mouse too.


The keyboard and mouse are NOT supposed to be hot plugged if they are  
PS/2 (although I must admit I haven't had any issues, but I wouldn't  
risk a dead PS/2 controller on a production box). USB ones don't  
care. The neat thing about that is you can have your machine boot  
with no keyboard, you can plug in a USB one and then hook up a  
monitor and have a head all of a sudden. This is handy when your  
box's sshd dies for some reason, which has happened to me once...


I've never had any issues, provided I set the option to NOT halt on  
keyboard errors at boot in the bios.


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




--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: next episode, continuing saga

2006-09-22 Thread hackmiester (Hunter Fuller)


On 22 September 2006, at 10:03, Robert Huff wrote:



Josh Tolbert writes:

 Actually, not quite. If the keyboard and mouse are PS/2, then  
they are not
 technically hot-swappable. Lots of people get away with it just  
fine, but

 every now and then someone fries a keyboard controller


s/keyboard controller/keyboard controller or even motherboard/


Really? I've never seen a mobo... well, you learn something new every  
day. :-D



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




--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: freeBSD 6.1 how to setup network file sharing on my home network between a win xp box and my BSD Laptop

2006-09-26 Thread hackmiester (Hunter Fuller)

Install it using ports (read the handbook).
On 26 September 2006, at 09:51, Mathew Stahl wrote:


Hi,
I am a BSD newbie.  I have used linux for years from Redhat 7.0 to  
9.0 and SuSE 9.1 to 10.1.  I was able to setup samba very easily on  
redhat 9.0 and below but could never get it to work on SuSE and I  
just installed FreeBSD 6.1 on my dell laptop and I am wondering if  
any one has any tips on how to set it up (correctly) so I can share  
files between my win xp Desktop and my BSD laptop over a wireless  
network connection.  Anyhelp would be greatly appreciated!!


Thank you in advance,

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




--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: Has anyone on this list set up an internet connection using a Westell WireSpeed ADSL modem? If so, please

2006-09-27 Thread hackmiester (Hunter Fuller)


On 26 September 2006, at 16:47, ograbme wrote:



let me know what gotcha's, if any, I should be aware of.


I have. I set it to router mode. Make sure you have it set to that.  
Then you can simply use DHCP and get your IP and have internets.


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- 
[EMAIL PROTECTED]




--
hackmiester (Hunter Fuller)

svinx yknow when you go to a party, and everyones hooked up except  
one guy and one girl

svinx and so they look at each other like.. do we have to?
svinx intel  nvidia must be lookin at each other like that right now


Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester


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


Re: Linux extended partition after FreeBSD slice

2006-11-12 Thread hackmiester (Hunter Fuller)


On 5 November 2006, at 14:45, [EMAIL PROTECTED] wrote:


I want to install Linux in an extended partition after my FreeBSD
slice so that I won't loose unecessary primary partitions to Linux
because I want to install other OS:es too.

Are there any problens with this do you think?

This, I think rather old article, recommends to install FreeBSD
slice after Linux extended partition:

http://tldp.org/HOWTO/Linux+FreeBSD-2.html


It may not be an issue for Linux itself, but IIRC some (most? all?)


Not GRUB, it couldn't care less where the kernel is.


of the Linux loaders need to have the Linux kernel located within
the first 1K cylinders or some such, because those loaders use BIOS
services to read in the kernel.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




--
hackmiester (Hunter Fuller)

badaboom who can help me ? i'm french and i don't know irc
Paladine can't help you with the being french part, you are screwed  
their mate





Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester






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


Re: Best laptop for Freebsd

2006-11-27 Thread hackmiester (Hunter Fuller)


On 16 November 2006, at 01:34, George Allan wrote:


On Thu, Nov 16, 2006 at 08:58:53AM +0300, g wrote:

Is there any one model or product that would be better for Freebsd 6
(as this is my day in day out operating system).


http://lists.freebsd.org/mailman/listinfo/freebsd-mobile


Any experiences and or advise would be much appreciated.


My vote is for Thinkpads


Mine too. I have an R51. Man, that computer is awesome. No issues  
with it, etc.



A quick search of the archives will bear out
the popularity of that opinion.

Be prepared first to investigate the hardware on any prospective  
model,
second, evaluate the support with respect to each and every device,  
and

finally, spend time and effort configuring things so things work just
right, for increasingly large values of right.

I believe the investment in time and effort pays off in all sorts of
ways, but chances are you'll end up with a system that you'll consider
indispensible and one that you'll know better than your girlfriend,
wife, or whatever.   I'll leave it to you decide whether that's a good
thing.  ;-)


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




--
hackmiester (Hunter Fuller)

badaboom who can help me ? i'm french and i don't know irc
Paladine can't help you with the being french part, you are screwed  
their mate





Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester






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


Re: ssh client affecting fonts?

2006-12-01 Thread hackmiester (Hunter Fuller)

Authentication required!

This server could not verify that you are authorized to access the  
URL /private/portconfig.png. You either supplied the wrong  
credentials (e.g., bad password), or your browser doesn't understand  
how to supply the credentials required.


In case you are allowed to request the document, please check your  
user-id and password and try again.


If you think this is a server error, please contact the webmaster.
Error 401
mikestammer.com
Fri Dec 1 11:14:00 2006
Apache/2.0.59 (FreeBSD)


On 1 December 2006, at 09:24, Eric wrote:


hello,

for some reason, when i do a 'make config' on a port, the border  
that used to be solid lines is no longer that way (at least when  
using SecureCRT). However, when i use putty, it looks as expected  
(and it used to in SecureCRT)


a screen shot is here:

http://mikestammer.com/private/portconfig.png

does anyone know what the heck is causing this only in SecureCRT?

Thanks

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




--
hackmiester (Hunter Fuller)

badaboom who can help me ? i'm french and i don't know irc
Paladine can't help you with the being french part, you are screwed  
their mate





Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester






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


Re: ssh client affecting fonts?

2006-12-03 Thread hackmiester (Hunter Fuller)


On 1 December 2006, at 11:28, Eric wrote:


oops im an idiot.

try this URL

http://mikestammer.com/upload/portconfig.png


Object not found!

The requested URL was not found on this server. If you entered the  
URL manually please check your spelling and try again.


If you think this is a server error, please contact the webmaster.
Error 404
mikestammer.com
Sun Dec 3 10:17:12 2006
Apache/2.0.59 (FreeBSD)



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




--
hackmiester (Hunter Fuller)

badaboom who can help me ? i'm french and i don't know irc
Paladine can't help you with the being french part, you are screwed  
their mate





Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester






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


Re: Legato Client for freeBSD.

2006-12-18 Thread hackmiester (Hunter Fuller)


On 18 December 2006, at 02:40, n j wrote:

One is to enable FreeBSD's Linux Compatibility and use Letgato's  
Linux

client (I suppose they have one?)


I actually tried this. And the client actually works. However, I
haven't found a way to escape Linux compatibility chroot - i.e.
backing up /usr actually backs up /compat/linux/usr. Of course, that
doesn't mean it's impossible, it just means that setting up
FreeBSD-native client proved simpler.


ln -s / /compat/linux/bsdroot



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




--
hackmiester (Hunter Fuller)

badaboom who can help me ? i'm french and i don't know irc
Paladine can't help you with the being french part, you are screwed  
their mate





Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester






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