Re: Any BASIC Gurus around?

2013-06-18 Thread Julian H. Stacey
> As you need max syntax checking from OCR, throw it at as many > different basic interpreters/ compilers as you can, & inspect where > each bleats, some error messages may be more & less usefull for > different errors. > > A friend of mine wrote a basic decades back, its in /usr/ports/lang/pbasic

Re: Avoid sharing interrupts in FreeBSD under ESXi

2013-06-18 Thread Julian H. Stacey
"C. L. Martinez" wrote: > HI all, > > I have installed a FreeBSD 8.4 vm under an ESXi 5.1 U1 server. All > works ok, except for interrupt usage between mpt and nic interfaces: freebsd-questions@freebsd.org is for beginners questions for newbies, as this question is deeper, I suggest try asking o

Re: Any BASIC Gurus around?

2013-06-18 Thread Paul Wootton
On 06/17/13 20:40, Greg Larkin wrote: Hi Chris, I prepared a new patch that incorporates my fixes, yours and Michael's. I found the coredump - multiple missing right parens on line 1170. Then I ran into another problem on line 430 and made an educated guess with the fix. The new patch is here

install firefox without X

2013-06-18 Thread Pol Hallen
Hi all :-) I need use -X ssh and use firefox on remote machine: ssh -X -l user xxx host Is there a way to install firefox without X? or less ports possible thanks! Pol ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: Any BASIC Gurus around?

2013-06-18 Thread Chris Maness
On Tue, Jun 18, 2013 at 4:31 AM, Paul Wootton < paul-free...@fletchermoorland.co.uk> wrote: > On 06/17/13 20:40, Greg Larkin wrote: > >> Hi Chris, >> >> I prepared a new patch that incorporates my fixes, yours and >> Michael's. I found the coredump - multiple missing right parens on >> line 1170.

Re: Any BASIC Gurus around?

2013-06-18 Thread Paul Wootton
On 06/18/13 15:01, Chris Maness wrote: On Tue, Jun 18, 2013 at 4:31 AM, Paul Wootton< paul-free...@fletchermoorland.co.uk> wrote: On 06/17/13 20:40, Greg Larkin wrote: Hi Chris, I prepared a new patch that incorporates my fixes, yours and Michael's. I found the coredump - multiple missing

Update git without installing an entire Docbook toolchain?

2013-06-18 Thread Morse, Richard E.MGH
Hi! Is it possible to upgrade git without installing an entire Docbook toolchain? The computer in question is a server, which nobody uses as their primary computer, so if there's a way to just disable all documentation, that would also be fine. Thanks, Ricky The information in this e-mail is

Fwd: [PKGNG] i386-wine-1.6.r2

2013-06-18 Thread David Naylor
Hi, Pkgng packages are available for i386-wine-1.6.r2 [1] at local-distfiles [2]. Currently packages are available for FreeBSD 8 and 9 [3][4]. For previous version of i386-wine replace 'latest' with the version number. To install the port try one of the following options: - Method 1 (Quic

FreeBSD slice/partiton setup question

2013-06-18 Thread Istvan Gabor
Hello: I have a question regarding FreeBSD slices/partitions. I have a disk with linux partitions with the following layout: /dev/sda1 / /dev/sda2 /home /dev/sda3 /usr/local /dev/sda5 swap /dev/sda6 /home/user1 /dev/sda7 /home/user2 etc. sda1, sda2, and sda3 are primary partitions, sda5 and abo

Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Michael Sierchio
On Tue, Jun 18, 2013 at 10:44 AM, Istvan Gabor wrote: > ... > How can I do this in FreeBSD? > Can I have slices with only one partition occupying the whole slice? > > Can I do something like the following: > > /dev/ad0s1a / > /dev/ad0s2e /home > /dev/ad0s3e /usr/local > /dev/ad0s5b swap > /dev/ad0

Re: install firefox without X

2013-06-18 Thread Teske, Devin
On Jun 18, 2013, at 6:41 AM, Pol Hallen wrote: > Hi all :-) > > I need use -X ssh and use firefox on remote machine: > > ssh -X -l user xxx host > > Is there a way to install firefox without X? or less ports possible > I indeed run Firefox using the above method from my servers (which aren't

Re: install firefox without X

2013-06-18 Thread ill...@gmail.com
On 18 June 2013 14:01, Teske, Devin wrote: > On Jun 18, 2013, at 6:41 AM, Pol Hallen wrote: > > > Hi all :-) > > > > I need use -X ssh and use firefox on remote machine: > > > > ssh -X -l user xxx host > > > > Is there a way to install firefox without X? or less ports possible > > > > I indeed ru

Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Istvan Gabor
2013. június 18. 19:49 napon Michael Sierchio írta: > On Tue, Jun 18, 2013 at 10:44 AM, Istvan Gabor wrote: > > ... > > How can I do this in FreeBSD? > > Can I have slices with only one partition occupying the whole slice? > > > > Can I do something like the following: > > > > /dev/ad0s1a / > >

Re: Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Tue Jun 18 13:47:50 2013 > Subject: =?UTF-8?Q?Re:_FreeBSD_slice/partiton_setup_?= > =?UTF-8?Q?question?= > From: =?UTF-8?Q?Istvan_Gabor?= > To: =?UTF-8?Q?FreeBSD_Questions?=, > =?UTF-8?Q?Michael_Sierchio?=, > =?UTF-8?Q?Michael_Sierchio?= > Date: Tue,

Re: Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Michael Sierchio
You can simply newfs the device itself, without a volume label, slice, or partition. That's the normal thing to do with malloc devices, or additional disks. If the disk doesn't require a boot loader, isn't the root device, etc. that may be the best thing to do. Your caution about EXT* is spot-in

Re: install firefox without X

2013-06-18 Thread Adam Vande More
On Tue, Jun 18, 2013 at 8:41 AM, Pol Hallen wrote: > Hi all :-) > > I need use -X ssh and use firefox on remote machine: > > ssh -X -l user xxx host > > Is there a way to install firefox without X? or less ports possible > On a clean machine, setting WITHOUT_X11=yes in /etc/make.conf then using

Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Polytropon
On Tue, 18 Jun 2013 20:48:20 +0200, Istvan Gabor wrote: > 2013. június 18. 19:49 napon Michael Sierchio írta: > > > On Tue, Jun 18, 2013 at 10:44 AM, Istvan Gabor wrote: > > > ... > > > How can I do this in FreeBSD? > > > Can I have slices with only one partition occupying the whole slice? > > >

Re: FreeBSD maximum password length

2013-06-18 Thread takCoder
Thank you all for the points you mentioned around this topic. On Mon, Jun 17, 2013 at 3:44 PM, Mark Felder wrote: >There isn't a max password length as far as I'm aware, ... On Jun 17, 2013, at 7:47 AM, Eduardo Morras wrote: > > If I remember well, any password longer than default size is trunc

apply /etc/ttys changes on system

2013-06-18 Thread takCoder
Hi all, Is there any way to apply /etc/ttys changes on system, except for *restarting system*and *running kill -HUP 1* command ? Due some reasons, i need to change tc value of some of my ttys, periodically. I'm looking for a safer way than *kill -HUP 1* command. So, as this command is not a good