Re: BSD Live?

2007-10-11 Thread Mak Kolybabi
On 2007-10-11 14:02, Timothy Klaver wrote: > Is there any BSD version that provides a LiveCD so that I can test the OS and > see whether or not I will enjoy it before actually installing? http://www.freesbie.org/ That's a LiveCD based on FreeBSD. It works quite well. -- Matthew Anthony Kolybabi

Ports vs Pkgsrc

2007-10-11 Thread Mak Kolybabi
Would anyone be able to either offer a link, or explain the differences between NetBSD/DragonflyBSD's pkgsrc and FreeBSD/OpenBSD's ports systems? Google searches such as 'pkgsrc vs ports' have yielded nothing satisfying. -- Matthew Anthony Kolybabi (Mak) <[EMAIL PROTECTED]> () ASCII Ribbon Campai

Re: Calling syscalls through int 0x80 documentation?

2007-10-18 Thread Mak Kolybabi
> Lack of documentation causes me to ask this kind of question here. http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/x86.html Have you looked at the documentation there? Has a section on system calls and return values. ___ freebs

Re: Looking up libraries and header files

2009-10-01 Thread Mak Kolybabi
On 2009-10-01 06:59, da...@vizion2000.net wrote: > What is the simplest way to found out which port installs specific harder or > library files? pkg_info has a --which flag that tells you what package a file came from: % pkg_info --which /usr/local/include/pcre.h /usr/local/include/pcre.h was inst

Re: [OT] Show nice columns of numers

2009-10-28 Thread Mak Kolybabi
On 2009-10-28 23:32, Bertram Scharpf wrote: > As it will be a movie, not a photograph, I would like to have huge columns of > numbers running over the screen or at least one window. Does somebody know a > programm that produces such nice output? If you're not dead-set on numbers, somethings like t

Re: ask for help on a strange question

2009-11-03 Thread Mak Kolybabi
On 2009-11-03 23:08, Jove James wrote: > jove# ./lampp start > ./lampp: Command not found. I'm assuming that you've ensured that lampp has the executable bit set. When I ran into this myself, it was because I was trying to run an executable that the kernel didn't recognize (x86_64 on x86). Try ru

MSK Driver -- Unable to get it working on laptop

2007-08-25 Thread Mak Kolybabi
I've been trying to get FreeBSD -CURRENT installed on my laptop for several days now. Although most things work fine, I cannot get my ethernet card to function. I have searched for similar issues on the web and mailing list archives and found nothing. The card identifies as: > [EMAIL PROTECTED]:0

Re: Scripts for UNIX/SAMBA to LDAP user migration?

2007-08-29 Thread Mak Kolybabi
On 2007-08-29 12:10, O. Hartmann wrote: > I'm looking for some utilities for the migration and maintenance of UNIX/SAMBA > users to OpenLDAP. I would like to have some tools/scripts creating well > defined LDIF files for importation into LDAP. AFAIK, these are the usual scipts used for that: http:

Re: FreeBSD Cron Job to run (ifconfig em0 down; ifconfig em0 up)

2007-08-29 Thread Mak Kolybabi
> Here's what I'd use: > ping -c 1 a.b.c.d; TESTV=$?; if [ $TESTV != 0 ]; then `ifconfig em0 down`; I'd suggest something more like: ping -c 1 $host [ $? -eq 0 ] && ifconfig em0 down && ifconfig em0 up or ping -c 1 $host if [ $? -eq 0 ]; then ifconfig em0 down && ifconfig em0 up fi --

Re: Burn ape music to CD

2007-09-06 Thread Mak Kolybabi
On 2007-09-06 15:35, Pollywog wrote: > What is "ape music"? I take it there is nothing simian about it. "Monkey's Audio is a file format for audio data compression. Being a lossless compression format, Monkey's Audio does not remove information from the audio stream, as lossy compression formats

'ELF interpreter /libexec/ld-elf.so.1 not found' during OS install

2007-09-06 Thread Mak Kolybabi
I'm trying to install FreeBSD 6.2-RELEASE on an IBM Thinkpad, and the install goes fine until it gets to the end of copying files from the CD. At that point, the message 'ELF interpreter /libexec/ld-elf.so.1 not found'. Also, 'Abort trap' appears on the console a few times. When I go to VT4, any c

Re: 'ELF interpreter /libexec/ld-elf.so.1 not found' during OS install

2007-09-06 Thread Mak Kolybabi
On 2007-09-06 11:28, Danielisz Laszlo wrote: > Do you tried to install FreeBSD from the internet? > > - Original Message > From: Mak Kolybabi <[EMAIL PROTECTED]> > To: freebsd-questions@freebsd.org > Sent: Thursday, September 6, 2007 9:16:41 PM > Subject: &

Re: 'ELF interpreter /libexec/ld-elf.so.1 not found' during OS install

2007-09-06 Thread Mak Kolybabi
On 2007-09-06 11:47, Danielisz Laszlo wrote: > Try to use a FreeBSD ftp server, or a mirror server next time when asks you > about the install source. > > - Original Message ---- > From: Mak Kolybabi <[EMAIL PROTECTED]> > To: Danielisz Laszlo <[EMAIL PROTECTE

Re: 'ELF interpreter /libexec/ld-elf.so.1 not found' during OS install

2007-09-06 Thread Mak Kolybabi
On 2007-09-06 22:32, Bahman M. wrote: > Mak Kolybabi wrote: >> I'm trying to install FreeBSD 6.2-RELEASE on an IBM Thinkpad, and the >> install >> goes fine until it gets to the end of copying files from the CD. At that >> point, >> the message 'ELF

Re: FreeBSD 6.2 and VMWare ESX 3.x

2007-09-13 Thread Mak Kolybabi
On 2007-09-13 11:23, Bret J. Esquivel wrote: > Has anyone successfully been able install FreeBSD on a ESX server? I > have gotten it to work fine on VMWare Workstation, however when trying > to install on ESX it will not find the ESX SCSI controller and not allow > an install. I've got FreeBSD 6.2

Re: FreeBSD 6.2 and VMWare ESX 3.x

2007-09-13 Thread Mak Kolybabi
On 2007-09-13 13:41, Troy Kocher wrote: >> On 2007-09-13 11:23, Bret J. Esquivel wrote: >>> Has anyone successfully been able install FreeBSD on a ESX server? I >>> have gotten it to work fine on VMWare Workstation, however when trying >>> to install on ESX it will not find the ESX SCSI controller

Re: Partions per slice limitation removed?

2009-08-13 Thread Mak Kolybabi
On 2009-08-13 13:41, Doug Poland wrote: > I thought I recalled reading, within the last few months, that there is no > longer a 8 partition/slice limitation in FreeBSD. I've been googling and > reading man pages to verify that but cannot find any documentation to support > it. Was I dreaming? (For

Re: netbooks for freebsd?

2009-08-19 Thread Mak Kolybabi
On 2009-08-19 09:29, Jeff Hamann wrote: > I would like to try some experimental software on a netbook. Can somebody > recommend a netbook that can do FreeBSD. I've put FreeBSD on an Asus Eee PC before. It worked rather nicely. Just be careful, because the wiki[1] page notes that some models contai

Re: about vbox and freebsd

2009-08-20 Thread Mak Kolybabi
On 2009-08-21 06:12, John Francis Lee wrote: > My problem is that I'm told right at the onset of the install that > > CPU doesn't support long mode Your CPU is 64-bit from what I can see. From a bit of Googling, others have encountered this problem, and it seems to have to do with VM-X. I have n

Re: remove newlines from a file

2009-09-01 Thread Mak Kolybabi
On 2009-09-01 18:03, Paul Schmehl wrote: > I found a sed tutorial once that did this, but I can't seem to find it > again. I have a file with multiple lines, each of which contains a single > ip followed by a /32 and a comma. I want to combine all those lines into a > single line by removing all t

Re: is there a way of usinf greo to find 3 or 4 blank lines?

2009-09-06 Thread Mak Kolybabi
On 2009-09-05 17:36, Gary Kline wrote: > in my manuscript, i have many places where i'ved used several newlines to > indicate a jump in time, or topic, or mood, or <>. i have lost these > vertical spacing in all but my original draft. can i use grep somehow to find > these extra newlines? > > if no

Re: reporter on deadline seeks comment about reported security bug in FreeBSD

2009-09-14 Thread Mak Kolybabi
On 2009-09-14 12:12, Dan Goodin wrote: > We'll be writing a brief article about this. I didn't notice anyone link the finished article yet, so here it is: http://www.theregister.co.uk/2009/09/14/freebsd_security_bug/ -- Matthew Anthony Kolybabi (Mak) () ASCII Ribbon Campaign | Against HTML e-ma

FreeBSD 8.1 AHCI Timeouts

2010-07-24 Thread Mak Kolybabi
I bought a netbook today, and am trying to get FreeBSD 8.1 amd64 installed on it. As is my custom, I'm trying to back up the default system image the device came with. But no matter what I do, FreeBSD seems unable to properly interact with the hard drive. The netbook is a Toshiba NB250. The ha