lam-mpi
Hello, I am new to clustering, and am trying to install lam-mpi on a couple of FreeBSD-6-Release boxes. I installed it via the ports, ie. # cd /usr/ports/net/lam7; make install clean It compiled cleanly, but I ran into problems when I run laminfo. I just segfaults, heres the output: $ laminfo Segmentation fault (core dumped) should I use /usr/ports/net/lam, (i.e., lam-mpi-6.5.9) ? Or maybe downgrade to 5.4-release? I just thought I'd shoot a question out before I made any major changes. thanks! chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: top and ps fail on 6.0-BETA5
+++ Chris [23/09/05 19:41 -0500]: > Doug Poland wrote: > > On Fri, Sep 23, 2005 at 05:46:27PM -0500, Chris wrote: > > > >>Doug Poland wrote: > >> > >>>Hello, > >>> > >>>I've noticed that top and ps are failing on my recently re-built > >>>6.0-BETA5 box. > >>> > >>>[EMAIL PROTECTED] top > >>>kvm_open: kinfo_proc size mismatch (expected 648, got 768) > >>>top: Out of memory. > >>> > >> > >>I think the issue lies in the order you do things AFTER you cvsup the > >>src tree. > >> > > > > I cvsup the sources then I follow the handbook's recommendation in: > > > > 20.4.1 The Canonical Way to Update Your System > > > > # make buildworld > > # make buildkernel > > # make installkernel > > # reboot > > > > Is that not correct? > > > > Followed by? make installworld I assume > > -- > Best regards, > Chris > > The mountain looks closer than it is. > _______ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" and mergemaster -- /===\ | Chris Petrovitch | | email: [EMAIL PROTECTED] | | jabber: [EMAIL PROTECTED] | \===/ pgpthXBIlgZ6T.pgp Description: PGP signature
Re: tcp connections not showing up anymore on netstat?
+++ Alex [23/09/05 17:21 +0200]: > Hello list, > > I've got a rather strange problem. Yestoday, when I rebooted my box I > was still able to ping the box, but no services started (apache,ssh > etc), nor did they show up on netstat. So I rebooted it again, now I > could connect to the box on port 80 (httpd) and port 22 (ssh) but > netstat still wont show tcp. > > Im beginning to think I got hacked because NOTHING was changed in the > configuration. And if I have, is there any way I can do to see wich bins > where rootkited? > > Anyways, here is the relevant info, I'd appreciate some help: > > -bash-2.05b# dmesg -a > Copyright (c) 1992-2005 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights > reserved. > FreeBSD 5.4-STABLE #1: Fri Sep 2 19:31:58 CEST 2005 > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DRACULA > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Pentium II/Pentium II Xeon/Celeron (350.80-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x651 Stepping = 1 > > Features=0x183f9ff MOV,PA > T,PSE36,MMX,FXSR> > real memory = 201261056 (191 MB) > avail memory = 187076608 (178 MB) > pnpbios: Bad PnP BIOS data checksum > ACPI disabled by blacklist. Contact your BIOS vendor. > > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff00 > Flushed all rules. > 00100 allow ip from any to any via lo0 > 00200 deny ip from any to 127.0.0.0/8 > 00300 deny ip from 127.0.0.0/8 to any > 65000 allow ip from any to any > Firewall rules loaded, starting divert daemons: > . > net.inet.ip.fw.enable: > 1 > -> > 1 > > Starting dhclient. > Starting syslogd. > Sep 23 17:21:27 dracula syslogd: kernel boot file is /boot/kernel/kernel > ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib > /usr/local/lib > a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout > /usr/X11R6/lib/aout /etc > /ld.so.conf > Starting usbd. > apm: > can't open /dev/apm > : > No such file or directory > Starting local daemons: > Starting up Apache: > httpd started > Starting up idled: > ddclient: > Starting up MySQL: > 050923 17:21:37 > InnoDB: Started; log sequence number 0 122655417 > /usr/local/libexec/mysqld: ready for connections. > Version: '4.1.11' socket: '/tmp/mysql.sock' port: 0 Source > distribution > > > > -bash-2.05b# netstat -a > Active Internet connections (including servers) > Proto Recv-Q Send-Q Local Address Foreign Address > (state) > udp4 0 0 *.snmp *.* > udp4 0 0 *.syslog *.* > udp4 0 0 *.bootpc *.* > Active UNIX domain sockets > Address Type Recv-Q Send-QInode Conn Refs Nextref Addr > c15e908c stream 0 0 c1790528000 > /tmp/mysql.sock > c15e91a4 stream 0 0 c15ecb58000 > /var/run/devd.pipe > c15e9230 dgram 0 00 c15e91180 c15e9000 > c15e9000 dgram 0 00 c15e911800 > c15e9118 dgram 0 0 c15ec2100 c15e92300 > /var/run/log > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" I don't really know waht the problem could be, but try using the prog. lsof. Its in the ports. It lists all the open files on the computer, and using the command "lsof -i4" you can see any IPv4 files that are open. hope it helps chris -- /===\ | Chris Petrovitch | | email: [EMAIL PROTECTED] | | jabber: [EMAIL PROTECTED] | \===/ pgpWH8dyOx0Zq.pgp Description: PGP signature
Re: My first public website - how to secure it for use?
Gerard Seibert wrote: On Wed, 21 Sep 2005 11:18:18 -0700, Derrill Guilbert <[EMAIL PROTECTED]> Subject: My first public website - how to secure it for use? Wrote these words of wisdom: I am grateful for all the assistance I've received to date from this list ... I'm going through a bunch of baptism by fire stuff on FreeBSD - I've used it for basic file sharing, intranet stuff, EASY stuff before. Now, however, I keep getting asked for more robust things. We have been having some ... disagreements with our webhost. Basically, we want him to enable password protection on a site, and he doesn't want to figure out how to do it. I emailed him everything he needs, but he can't be arsed, apparently. I even asked him to email me his config file and I'd update it and send it back - he could then diff it and then update it based on my changes. What would it be, five lines? 10? It wouldn't be much, based on apache's site. Still, no response. Because of our unique relationship with him, my boss feels like the best alternative for now would be having me put up a webserver based on FreeBSD. It'll need PHP and MySQL, which I think I can figure out. I've run apache sites before - 1996 - 2000 I was part of the IT staff of a small website building/hosting company. However, I've never set a box up for internet use myself, and the internet is a vastly different (read: more hostile) place than it was then. This box is basically going to be on its own on the internet. Is it enough to run a firewall like pf and go through the steps outlined at http://www.bsdguides.org/guides/freebsd/security/harden.php before putting it up to be assaulted? Derrill * REPLY SEPARATOR * On 9/21/2005 5:21:43 PM, Gerard Seibert Replied: Are you sure about the URL? I cannot seem to get it to connect. hum... it seems http://www.bsdguides.com/ is down? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail question
Alexander Bogdanov wrote: Hello. I'm student from Latvia. I'd like to ask you a question about Postfix mail system under FreeBSD. I have such problem: target is to allow user to change his mail account's password by himself. For example, I set password for his account, and maybe, user doesn't want me to know this password, so he'd like to change it! The question is: HOW? I'm looking forward to hearing from you. I'm in the same situation I used /etc/passwd for people with shell accounts, and /usr/local/etc/userdb (courier-imap) for virtual accounts.. any insight on this would be great! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Questions
Chris Petrovitch wrote: RDWest wrote: hi guys, years ago i ran freebsd for apache now i need it as http/ftp/mail with php/mysql the version i bought was 4.0 it came with a big book and about 7 cd's thats how long it has been lol questiions here is what i want i need a base os - nothing on it then i want to install each package i need i need to ssh into it to do all tasks where can i get the best newb help? does someone know a guide to just install the base os? and any links for admining freebsd from ssh? tx guys RD ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" Well, from one newb to another, I recently just did something similar to what you want but I only used the Handbook (@ freebsd.org). I installed using the 5.4 cd, and selected the "minimal" option when it asked me waht i wanted to install. then i installed cvsup-without-gui and updated the source using the tag, RELENG_5_4. tehn rebuilt world and kernel. then you can cvsup the ports and intall what you want. hope this helps a little, i found it to work quite well chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" sorry, so i guess my answer would be the handbook ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Questions
RDWest wrote: hi guys, years ago i ran freebsd for apache now i need it as http/ftp/mail with php/mysql the version i bought was 4.0 it came with a big book and about 7 cd's thats how long it has been lol questiions here is what i want i need a base os - nothing on it then i want to install each package i need i need to ssh into it to do all tasks where can i get the best newb help? does someone know a guide to just install the base os? and any links for admining freebsd from ssh? tx guys RD ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" Well, from one newb to another, I recently just did something similar to what you want but I only used the Handbook (@ freebsd.org). I installed using the 5.4 cd, and selected the "minimal" option when it asked me waht i wanted to install. then i installed cvsup-without-gui and updated the source using the tag, RELENG_5_4. tehn rebuilt world and kernel. then you can cvsup the ports and intall what you want. hope this helps a little, i found it to work quite well chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: which mutt??
aah thanks! installing mutt-devel now Erik Trulsson wrote: On Sat, Sep 10, 2005 at 12:31:12PM -0500, Chris Petrovitch wrote: Hey, sorry about hte newbie question. I want to install mutt but what is the difference between them? mutt This is a stable but somewhat oldish release of mutt. mutt-devel This is a development version of mutt. Is newer and has more features than plain mail/mutt, but has possibly more bugs too. mutt-lite This is the same program as mail/mutt but with several optional features turned off. mutt-ng This is a branch of mutt, that tries to incorporate various patches that are floating around. What I wrote above about mail/mutt-devel applies here too, only more so. mutt_vc_query Seems to be some utility for mutt to handle vCard stuff; not mutt itself. Personally I use mail/mutt-devel and am quite happy with it. At this point in time mail/mutt-ng feels a bit too experimental for my taste while mail/mutt is a bit too old and lacks some features I like. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
which mutt??
Hey, sorry about hte newbie question. I want to install mutt but what is the difference between them? mutt mutt-devel mutt-lite mutt-ng mutt_vc_query thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"