Re: freebsd-update upgrade -r 7.4-RELEASE-p12

2013-10-09 Thread Eduardo Morras
ied config files and not the binary. > > If your sources are in /usr/src, do this: > > grep -v # /usr/src/sys/conf/newvers.sh | head -4 No, uname -a should give the correct answer. Has uname other utility than show information about the operating system implementation? No, and it mu

Re: this 48-core box...

2013-09-22 Thread Eduardo Morras
I see to this is if the cache align happens at sbrk/mmap level. > > -adrian > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "

Re: e2fsprogs fails to build/compile in FreeBSD 9.1

2013-09-21 Thread Eduardo Morras
ggestions, will be greatly appreciated. Perhaps libiconv.so you have installed is newer or older than e2fsprogs need. I remember some moths ago that libiconv was updated and had a similar issuse with fuse msdosfs. Don't know how I fixed it sorry. You can try a portmaster -w libic

Re: Support

2013-09-03 Thread Eduardo Morras
ico how can give me this support Perhaps you may be more comfortable to ask in spanish list? free...@es.freebsd.org Don't remember if it needs subscription to post, but I can forward your mail there (in spanish and without attachments). > > Tanks for your time. > > Armando Mayorga

Re: TLS Range on current thread

2013-09-01 Thread Eduardo Morras
, gurus and other kinds of "monsters" reside. > > Thanks > > Sumit --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: New to Free-BSD with questions.

2013-08-10 Thread Eduardo Morras
html mode. > Thank you for your assistance. > Ms. R. Olivarez > (E-mail: r_oliva...@juno.com HTH --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: how to make mkinstalldirs

2013-08-04 Thread Eduardo Morras
s: No such file or > directory > > It's not supposed to be needed if automake is >= 1.9, but automake in the > ports > tree is 1.4. Today I updated my system (9.1) and automake updated from 1.12.6 to 1.14 Perhaps you forget to update the ports tree fir

Re: FreeBSD software installation problems

2013-07-17 Thread Eduardo Morras
hat do you try to install? The page http://bbs.chinaunix.net/forum-5-1.htmlforumpostingsentitled:novice doesn't exist. Perhaps PC-BSD may help you to install it. --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lis

Does geom_raid1e support raid10e?

2013-07-17 Thread Eduardo Morras
a5 a5 In these examples, with block size of 128KB, raid1e will survive to fail of 4 disks and stores 128*3 = 384 KB; raid10e will survive to fail of 2 disks and stores 128*5 = 640 KB. In some literature, raid10e duplicates between 2 and n disks. --- --- Eduardo Morras

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread Eduardo Morras
to create a buggy kernel. Check your make configuration. Adding a -B, like make -B -j N buildkernel may work and is fast if -j is set to number or processors, but it's safer do a make -j 1 buildkernel, same for buildworld. HTH --- --- Eduardo Morras ___

Re: How do I launch Calligra?

2013-06-21 Thread Eduardo Morras
de4/bin/calligrawords HTH > Ed --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: FreeBSD maximum password length

2013-06-17 Thread Eduardo Morras
ash value and both validate the user. > Thank you :) --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: kldload mrouting.ko

2013-06-03 Thread Eduardo Morras
load ip_mroute.ko --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Clang cannot finds standard system lib libssl.a

2013-05-31 Thread Eduardo Morras
as expected. Bytes bite bitter when abuse caffeine... --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Clang cannot finds standard system lib libssl.a

2013-05-31 Thread Eduardo Morras
o-as-needed /usr/lib/crtend.o /usr/lib/crtn.o /tmp/gog_server-mK51RB.o: In function `THREAD_setup': gog_server.c:(.text+0x9): undefined reference to `CRYPTO_num_locks' . and a lot of similar lines. So, Am I missing something? Thanks in advance. --- --- Eduardo Morras __

Re: freebsd8.2 with /etc mount point can't run correctly

2013-05-28 Thread Eduardo Morras
ou want and have whatever you need. > SAM > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freeb

Re: "swap" partition leads to instability?

2013-05-26 Thread Eduardo Morras
pps may show/throw timeouts when swap i/o is heavy. Sometimes b) kicks me but it's my fault because i don't shutdown process properly. > > Cheers! L --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://list

Re: with ACPI=on, 9.1-RELEASE shutdown automatically

2013-05-10 Thread Eduardo Morras
ons@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing lis

Re: X11 screen grabber from cmd line

2013-05-10 Thread Eduardo Morras
g and can select a zone interactivitly. The command i use is: scrot -s '%Y-%m-%d_%H-%M-%S.png' > Thx > > matthias --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: Diskless question

2013-04-24 Thread Eduardo Morras
hield your feet. a)$su - b)exist /root ? c)can you boot in single user mode ? d)exist /bin/csh ? > root:*:0:0:Charlie &:/root:/bin/csh --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: CPU clock rate

2013-04-20 Thread Eduardo Morras
hat info and a lot other under X11. --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Debian/kFreeBSD vs linux jail?

2013-04-05 Thread Eduardo Morras
FreeBSD kernel that caused the quirks. > Has anyone tried using Debian's kFreeBSD userland inside a jail? Is > it just pointless on a FreeBSD system? A bit old tutorial (2011) about this topic http://blog.vx.sk/archives/22-Updated-Tutor

Re: Recipie for CPU souffle'

2013-04-02 Thread Eduardo Morras
acpi.thermal.user_override=0 Default value is 101C, which I think is excessive optimistic value. --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: "Leaking" disk space

2013-03-22 Thread Eduardo Morras
files, but it seems a bug at filesystem level. Trim support in ufs was added to 9.0 and backported to 8 and may be a candidate to watch. --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: "Leaking" disk space

2013-03-20 Thread Eduardo Morras
al files are erased? c) Do you have any postgres log level activated (like the ones used for long queries)? d) Does your queries have GROUP BY on very big data sets? Those create big temporal data files. e) With question a) and b), do you use streaming replication? > > Thanks, > > Dan --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: FreeBSD 9 and Windows XP

2013-03-11 Thread Eduardo Morras
On Mon, 11 Mar 2013 14:14:05 +0100 Ralf Mardorf wrote: > On Mon, 2013-03-11 at 13:51 +0100, Eduardo Morras wrote: > > As an addon to other answers, you can install VirtualBox, create a > > minimal hard disk with MBR boot menu that points to the WindowsXP > > partition. This

Re: FreeBSD 9 and Windows XP

2013-03-11 Thread Eduardo Morras
o the WindowsXP partition. This way you don't need to restart in WinXP. The same can be done from WinXP side, a minimal hd with MBR boot menu to startup the FreeBSD. --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http:

Re: How to know % of read file in cat?

2013-03-09 Thread Eduardo Morras
o modify fossil so it writes to output how many lines has been processed, it's trivial and i think enough. A wc -l file.git shows 430 millions of lines. Thanks to all --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://

Re: What is your favorite board for a micro system?

2013-03-09 Thread Eduardo Morras
http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

How to know % of read file in cat?

2013-03-09 Thread Eduardo Morras
he file.git cat sent to the other app. Maybe cat isn't the correct tool? Thanks. --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail t

pkg_add problems after upgrading to 9.1-RELEASE and a fix

2013-02-15 Thread Eduardo Morras
nstalled_ports_list` Thanks In Advance --- --- Eduardo Morras ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: AMD Radeon CUDA under FreeBSD?

2012-06-24 Thread Eduardo Morras
At 20:00 24/06/2012, Dennis Glatting wrote: I found useful blogs regarding NVIDIA but nothing useful how to get CUDA installed for the AMD Radeon series chips under FreeBSD, native or Linux. Would someone please point me to a clue? Google wasn't helpful. AFAIK AMD has no official driver for fr

Re: backup tools

2012-06-23 Thread Eduardo Morras
At 02:37 23/06/2012, Chad Perrin wrote: On Fri, Jun 22, 2012 at 08:47:40PM +0200, Roland Smith wrote: > On Fri, Jun 22, 2012 at 10:09:03AM -0600, Chad Perrin wrote: > > I'm setting up a "new" backup server using FreeBSD. It will be used for > > backing up laptops, which will not be connected to

Re: Is ZFS production ready?

2012-06-21 Thread Eduardo Morras
At 16:13 21/06/2012, you wrote: On 6/21/2012 4:22 PM, Wojciech Puchar wrote: stick with UFS. It JUST WORKS(R), and is trusty. And it works fast. What options are there for >2TB file systems with UFS? With UFS2 you can use file systems up to 2^73 (8 ZB). The problem is not UFS, but the old to

Re: No surround sound with Creative SB Live! card

2012-06-21 Thread Eduardo Morras
At 21:07 15/06/2012, Edward M wrote: What do you mean by "a decoder is needed"? A decorder is either a special plugin/codex that gets installed into the OS ( codex called a52dec) and decoding happens internally. or a hardware device like a stereo receiver that is able to understa

Re: Performance and mouse problems

2012-05-03 Thread Eduardo Morras
Can you disable the touchpad? In my laptop (Asus K5) if i press Fn+F9 the touchpad is disabled via ACPI and not detected by HAL nor Xorg. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Lots of lagging after upgrade of xorg.

2012-04-23 Thread Eduardo Morras
At 13:57 23/04/2012, you wrote: Hello list. I'm experiencing a lot of lagging after I've upgraded xorg. I use XFCE and just changing from one desktop to another now feels really slow. If I click on a button in an application I have to move the mouse pointer before there's a reaction to the

Re: Kind OFF Topic. FreeBSD for Blocking URLS? Nanny?

2012-04-11 Thread Eduardo Morras
At 05:27 10/04/2012, you wrote: Hello all. Thanks in advance for your time and comments. Perhaps this app may help you: http://sourceforge.net/projects/teachercp/ There are commercial apps too that do the same and more. HTH Jorge Biquez ___

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-03-29 Thread Eduardo Morras
At 16:03 29/03/2012, you wrote: Alright, new data. It happened to crash about 10 minutes after I came in this morning and I ran some stuff in the DDB. I have no idea what information is useful, but perhaps someone will see something out of the ordinary? http://feld.me/freebsd/esx_crash/ Don't

Re: Unable to upgrade packages on FreeBSD

2012-02-02 Thread Eduardo Morras
At 19:16 01/02/2012, David Jackson wrote: They seem to have failed because they couldn't find the package on the download site. Other errors I got were that the package it had downloaded had an "unrecognized format". I did not save them, there is really no way to save a copy of them unless I c

Re: Unable to upgrade packages on FreeBSD

2012-02-01 Thread Eduardo Morras
At 11:42 31/01/2012, you wrote: While your offer is made with the best of intentions, I doubt the project would feel able take you up on it. The problem is simply one of security -- while crowd-sourcing package compilation would be a pretty sweet technical solution to much of the scaling and res

Re: Unable to upgrade packages on FreeBSD

2012-01-31 Thread Eduardo Morras
At 00:45 31/01/2012, RW wrote: Making it work like Ubuntu would need a lot more hardware and a lot more work from port maintainers to support branching the ports tree. At the moment there aren't really enough to maintain one tree. Making a resume/summary of the thread; more hardware, time and

Re: Old Bug or not?

2012-01-27 Thread Eduardo Morras
At 13:48 26/01/2012, you wrote: There seems to be an old BUG, http://osdir.com/ml/freebsd-bugs/2006-04/msg00309.html that has recently been noted on the Postfix forums. Was this "bug" ever actually addressed? In other words, is this an actual bug or is it working as intended? If it is a bug, and

Re: FreeBSD 9

2012-01-19 Thread Eduardo Morras
At 10:05 19/01/2012, you wrote: Allan McKinnon live.com> writes: > ... > I really enjoyed the old installer because then I had complete control over > how I tweaked my computer during and after the install. I agree. The new installer got rid of dependencies and is scriptable - very good !

Re: freebsd server limits question

2012-01-02 Thread Eduardo Morras
At 20:12 02/01/2012, Muhammet S. AYDIN wrote: Hello everyone. My first post here and I'd like to thank everyone who's involved within the FreeBSD project. We are using FreeBSD on our web servers and we are very happy with it. We have an online messaging application that is using mongodb. Our me

Re: Port, Packages, and Patching, Upgrading

2011-12-20 Thread Eduardo Morras
At 07:19 20/12/2011, you wrote: Hi, I've been trying to find info about this, so I'm Hoping someone here will know about this; I use FreeBSD 8.2-RELEASE, and basically, the normal way I do things, is like this: I grab the CD, boot, and install the Base System. Once I've booted, I'll then use on

Re: -Stable periodic updates

2011-11-05 Thread Eduardo Morras
At 11:39 05/11/2011, you wrote: Am 05.11.2011, 07:23 Uhr, schrieb Conrad J. Sabatier : Again, go back and read the Handbook sections on using csup, updating your src and ports trees, etc. No one is interested in repeating information that is already available in a complete and detailed form.

Re: Upgrading libxul, dependency on Firefox 3

2011-10-22 Thread Eduardo Morras
At 02:54 22/10/2011, Joe Altman wrote: Greetings... I was running portupgrade on libxul and noticed it depends on Firefox 3.x. I cancelled the upgrade, because I thought FF3.x was insecure and therefore deprecated while FF7 was recommended and secure. My questions: 1) is the dependency libxul

Re: Very large swap

2011-10-15 Thread Eduardo Morras
At 07:08 14/10/2011, Dennis Glatting wrote: This is kind of stupid question but at a minimum I thought it would be interesting to know. What is the limitations in terms of swap devices under RELENG_8 (or 9)? A single swap dev appears to be limited to 32GB (there are truncation messages on bo

Re: Pci express ZFS card?

2011-09-24 Thread Eduardo Morras
At 22:27 23/09/2011, Outback Dingo wrote: On Fri, Sep 23, 2011 at 2:10 PM, Joseph Lenox wrote: > > I would posit that it is only for use as on a PCI Express backplane; I don't > even see how it would fit in a standard PCI Express slot (seeing as the > backplane connector is physically longer t

Pci express ZFS card?

2011-09-21 Thread Eduardo Morras
Hi, i have this used pci express industrial card (PCIe 2.0 x4) with 1GB: http://www.ieiworld.com/product_groups/industrial/content.aspx?gid=1101&cid=08141333914287007902&id=0A263601401161285688 I want to install a NanoBSD with ZFS and 3 Sata disks. Unfortunately i know nothing

Re: Please secure your FTP access

2011-09-14 Thread Eduardo Morras
At 21:43 13/09/2011, Sarang. wrote: H! there, I have seen your site and also got ftp access.. Please secure your ftp acces otherwise anyone can delete your data Why anyone? even I am also interested in it.. please move your ass otherwise it will cost you. If you are not going to f

Re: Need an audio multicasting solution

2011-09-13 Thread Eduardo Morras
At 08:21 09/09/2011, Victor Sudakov wrote: Colleagues, I need a solution to read sound from a soundcard (/dev/dsp) and multicast it into the network, for the multicast audio stream to be played on FreeBSD, Linux and Windows workstations. No sophisticated codecs needed, plain PCM would do. Can y

Re: Identifying disk activity

2011-08-29 Thread Eduardo Morras
At 07:30 28/08/2011, Polytropon wrote: Since I have installed my new system (FreeBSD/i386 8.2-STABLE), I have found some kind of disk activity I've never had before on my home system. As this PC is a very cheap product, it doesn't have a HDD LED. Instead I have to listen to the disk. This is the

X10 language in FreeBSD?

2011-08-12 Thread Eduardo Morras
Hi, i want to know if some one uses x10 language under FreeBSD. I have googled about it but found nothing. I'm not talking about the X10 home automation but the x10-lang.org one. TIA ___ freebsd-questions@freebsd.org mailing list http://lists.free

Re: em0 NIC slow on 8.2-p1 amd64?

2011-07-22 Thread Eduardo Morras
At 17:12 21/07/2011, Michael W. Lucas wrote: On Thu, Jul 21, 2011 at 05:01:57PM +0200, Eduardo Morras wrote: > > Have you tried other protocols? Http, rsync... It maybe a problem at > client side, some ftp clients can set a maximun ftp transfer, like > filezilla, winscp, FTP and NFS

Re: em0 NIC slow on 8.2-p1 amd64?

2011-07-21 Thread Eduardo Morras
Have you tried other protocols? Http, rsync... It maybe a problem at client side, some ftp clients can set a maximun ftp transfer, like filezilla, winscp, ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: em0 NIC slow on 8.2-p1 amd64?

2011-07-20 Thread Eduardo Morras
At 21:16 20/07/2011, Michael W. Lucas wrote: It's at gigabit: em0: flags=8843 metric 0 mtu 1500 options=219b ether 00:15:17:31:c8:fe inet xxx media: Ethernet autoselect (1000baseT ) status: active All seems to be ok, try a netstat -I em0 -d (it's a capita

Re: em0 NIC slow on 8.2-p1 amd64?

2011-07-20 Thread Eduardo Morras
At 18:04 20/07/2011, Michael W. Lucas wrote: Hi, I'm running FreeNAS 8.0/amd64, with an 8.2-p1 kernel. When using FTP or SCP, performance maxes out around 30MB/s. This is on a gigabit network, no errors showing. It looks a lot like kern/152828, but it seems that nobody's looking at that. Don

Re: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-19 Thread Eduardo Morras
At 11:20 19/07/2011, Jerome Herman wrote: A FreeBSD distro with LDAP, ACL and MAC management would be nice though. You could create a port that brings all this functionality in one rush. Remember that the ports collection is more than just about installing software - it can be used to even bring

Re: Dual Boot 8.2 and Windows 7

2011-06-24 Thread Eduardo Morras
At 16:36 24/06/2011, d...@safeport.com wrote: Well for me it all worked well for all versions of FreeBSD until Windows 7. My main purpose was to document the link given to me by a friend who does user support for a local college. Before Vista the boot process was pretty simple, the MBR was one

Re: Dual Boot 8.2 and Windows 7

2011-06-24 Thread Eduardo Morras
At 09:08 24/06/2011, you wrote: On 24 Jun 2011, at 06:24, d...@safeport.com wrote: > I installed 8.2 from the DVD ISO. This install overwrote the MBR even though I selected not to write a boot record. Using the repair disk and/or bootrec does not work. > > The answer is found in http://www.s

Re: How to change Fluxbox resolution?

2011-05-25 Thread Eduardo Morras
At 15:08 25/05/2011, Ed Flecko wrote: Hi folks, I've installed FBSD 8.2 and Fluxbox. Fluxbox works just fine, but I can't figure out how to change my resolution to 1024x768 (my monitor is a 19" - but the square format, not widescreen format). When Fluxbox runs...it's too wide for my monitor. Her

Re: fpc on FreeBSD?

2009-12-29 Thread Eduardo Morras
At 15:35 29/12/2009, you wrote: >Hi to .. > >any old Turbo Pascal hackers out there, who've used fpc on FreeBSD. > >I have some astronomy and sound related code from last century that I >want to resume working on. Mostly lots of float number-crunching and >file processing, no gui stuff till the

Re: bsd vs gpl

2009-03-11 Thread Eduardo Morras
At 16:09 11/03/2009, Wojciech Puchar wrote: That's why the GPL is often called a "viral license". As GPL is a communist licence. No, even communist are more generous ... --- Useful Acronyms: GPL = Greedy Pengüin Licence

Re: Battery powered, SBC that can run BSD

2009-03-05 Thread Eduardo Morras
At 14:53 05/03/2009, you wrote: Hope this isn't too off topic... And I'm not sure of my terminology... I'm looking for a small, single board computer that can run for a week or two on batteries (so very low power drain), topped up by solar cells when the sun is out, and that can run some sort of

FreeBSD and OpenCL

2008-12-23 Thread Eduardo Morras
Hello: Is there any plan to implement/use the new OpenCL standard in FreeBSD? What's needed to use/implement it? Better nvidia/ati/intel/other gpu drivers? I don't want to switch my data crunching apps from FreeBSD to linux/windows due to this technology is already working there. http://w

Re: what is your programming language on freebsd?

2008-11-07 Thread Eduardo Morras
At 17:10 06/11/2008, you wrote: Hi there, Earlier I was asking for some help getting XSP/ mod_mono on FreeBSD. I may be asking in the wrong mailing list, but my impression is that mono on FreeBSD is generally not a popular idea. To pose my questions to the developers in the FreeBSD community: 1

Re: defrag

2008-08-29 Thread Eduardo Morras
At 15:21 28/08/2008, RW wrote: > On Thu, 28 Aug 2008 10:13:40 +0200 > Eduardo Morras <[EMAIL PROTECTED]> wrote: > > > No, if you check a NTFS disk after some work, it's heavily > > fragmented. As you fill it and work with it, it becomes more and > > mo

Re: defrag

2008-08-28 Thread Eduardo Morras
At 06:56 28/08/2008, you wrote: On Wed, 27 Aug 2008 22:08:47 -0400 Mike Jeays <[EMAIL PROTECTED]> wrote: > That's true about FAT. What I have never understood is why Microsoft > didn't fix the problem when they designed NTFS. UFS and EXT2 both > existed at that time, and neither needs periodi

Re: pkgsrc vs ports

2008-07-18 Thread Eduardo Morras
At 09:38 18/07/2008, you wrote: At 2008-07-18T01:15:10-04:00, Ansar Mohammed wrote: > Is there some definitive comparison between the ports collection and > netbsd's pkgsrc? Perhaps this could be a starter: "FreeBSD and NetBSD's pkgsrc: A strategic synergy for awesomeness", http://lists.freebs

Re: News in Spanish

2008-05-27 Thread Eduardo Morras
At 13:44 24/05/2008, you wrote: Hello. I'm FreeBSD user. Very days ago, I verified that the news (what's new) in spanish is not up to date (the last is 1999!!) Why? Link: [1]http://www.freebsd.org/es/news/press.html#story200802:02 Very thanks. Pd:If is possible, please, reply in s

Converting from tcpdump to netflow

2008-04-28 Thread Eduardo Morras
Hello everybody: I'm capturing packets from our network using tcpdump. Only 96 bytes for each packet. Now the sysmaster says that he wants analyze the network with netflow graphics. Is there any app that can convert from tcpdump/pcap to netflow? We have no router with netflow capabilities.

Re: Install port without man page

2008-04-15 Thread Eduardo Morras
At 18:07 15/04/2008, Ashant Chalasani wrote: Hello All, Is there a way to install a port without the man-pages. I'm trying to install a dhcp server onto a Tinybsd image and end up buying myself a bunch of files in /man, as seen at http://code.google.com/p/tinybsdap/wiki/InstallingPorts (hope t

Re: Install port without man page

2008-04-15 Thread Eduardo Morras
At 18:07 15/04/2008, Ashant Chalasani wrote: Hello All, Is there a way to install a port without the man-pages. I'm trying to install a dhcp server onto a Tinybsd image and end up buying myself a bunch of files in /man, as seen at http://code.google.com/p/tinybsdap/wiki/InstallingPorts (hope t

Re: Xorg & ATi/Radeon drivers on 7.0-STABLE?

2008-03-26 Thread Eduardo Morras
At 19:35 25/03/2008, C Verboom wrote: Hi All, Just new here, so if this has been dealt with before, pls excuse me. I've seen only a few posts dealing w/ ATi drivers ("ati" and "radeon") on v7.0-STABLE and Xorg, and together with my own experience I'm inclined to suspect there's something wrong

Re: OT: Downloading file by sending email

2008-01-31 Thread Eduardo Morras
At 06:30 30/01/2008, you wrote: Hi, An off-topic question. I run FreeBSD 6.2/i386 with Postfix and Maildrop (for filtering and delivery). I want to setup a service such that sending a mail to say "[EMAIL PROTECTED]" with a list of links per line results in my machine downloading the files a

Re: how to be *nix programmer

2008-01-17 Thread Eduardo Morras
At 12:03 17/01/2008, you wrote: Radheshyam Bhatt wrote: Hello People, How's it going?I am interested in to developing drivers for FreeBSD. How do I go about start learning program for that? What books & resources I should look in to. I know C, and I am learning about pr

Re: memory pool, rfc

2007-10-31 Thread Eduardo Morras
At 01:46 01/11/2007, you wrote: >> No, i don't want to sell anything to anyone. I'm already on hackers >> list but has very low traffic (9 messages last 5 days) and this is >> a question list no ? ;-) I think that in this list are FreeBSD >> *gurus*/hacks too which could say a "try it" or a "are

Re: memory pool, rfc

2007-10-31 Thread Eduardo Morras
At 01:45 01/11/2007, you wrote: And is it better than bzip? Depends on your concept of better. It doesn't compress more, it compress/decompress faster, it's designed for memory to memory compression. ___ freebsd-questions@freebsd.org mailing list

Re: memory pool, rfc

2007-10-31 Thread Eduardo Morras
At 01:38 01/11/2007, you wrote: This is a 'general' questions list, with a fairly high level of traffic. Many FreeBSD committers and team affiliates are subscribed, but there are still a lot of knowledgeable people who are respected team members, but are *not* subcribed here. Maybe in a more app

Re: memory pool, rfc

2007-10-31 Thread Eduardo Morras
At 00:38 01/11/2007, you wrote: Ouch! ...you are not trying to sell anything are you? It may be in your best interest if you proceed to the hackers list, to initiate conversation in a way that explains how your code will benefit a cause, not slam other people (and their work) that are already est

memory pool, rfc

2007-10-31 Thread Eduardo Morras
Hello: I have some free time and want to do an memory pool. The idea is to have a memory zone of N KB (or several MB) compressed in memory. I have fast compression algorithms now that can release under BSD licence that are faster than hd i/o, so it take less compress/decompress a memory zo

Re: Equations

2007-10-06 Thread Eduardo Morras
At 22:17 06/10/2007, Michel Talon wrote: Frank Jahnke wrote: > I figured this was the case, and it makes a difference. This is OT, but .. accept submissions in TeX since they have minor editorial work to do -- Excuse me for the intromision, but i'm reading this thread, waiting for a tiny

Binding application to one ethernet interface

2007-09-27 Thread Eduardo Morras
Hello: I have a server with apache that serves pages to an intranet. Now we want to add another server application (cvs and pgsql) to another intranet. Of course we can buy a new server to do that, but i want to know if i can add a new ethernet card to the current server and force apache t

Re: The worst error message in history belongs to... BIND9!

2007-06-05 Thread Eduardo Morras
At 14:38 31/05/2007, Robert Huff wrote: =?iso-8859-1?Q?Kyrre_Nyg=E5rd?= writes: > It has to be the worst written error message in history. Not even close. I commend to you the Amiga's BSOD: Software Guru

Re: Video fileserver - Need some input

2007-05-09 Thread Eduardo Morras
At 14:21 09/05/2007, you wrote: >I'm planning a new fileserver for my post-production facility and need some >input regarding filesystems and network setup. I've been a FreeBSD fan for >almost 10 years now and will try to build this server based on the latest >stable FreeBSD version, allthough most

Re: Another slightly OT q...

2007-05-09 Thread Eduardo Morras
At 19:05 08/05/2007, you wrote: >Hey Guys, > >Does anybody have any websites where I can look up the latest >in compression technology? I've got a very thin ISDL link >so pulling streams over is like looking at postage-stamp images. Depends on what you are trying

Re: Another slightly OT q...

2007-05-09 Thread Eduardo Morras
At 23:22 08/05/2007, you wrote: >>> >>> see: http://nl.wikipedia.org/wiki/Jan_Sloot >>> >>> about the " Sloot Digital Coding System". great stuff. >>> >> >>Danke. > >that seems to be German, in Dutch "Bedankt" would be appropiate. i >appreciate the effort though. > >>I found the english wk

CVS server setup

2007-04-27 Thread Eduardo Morras
Hello: I'm trying to setup a cvs server. I have a vps jail account so i can't make a jail in the jail to run the cvs server. Has cvs server a /chroot/ mode? Where can i find documentation to do so? All doc, man and howto i readed shows how to do creating a jail. Is there other way to do so?