Re: Any advice for a Partition Plan for a multi-jailed Server?

2007-09-26 Thread Mel
ajor reason I dislike "/data" mountpoints containing all different kinds of services. Over time budget and usage have a way of conflicting and you'll be happy to get any extra performance outof your machines. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Any advice for a Partition Plan for a multi-jailed Server?

2007-09-26 Thread Mel
is, home can be done with 2G or less. *Unless* you plan on providing /~username/ service, then home might be on the light side. I'm generally a fan of separating trees that can grow out of proportion over time, so that you can dump(8) the partition and restore(8) it on a new drive withou

Re: Keyboard without Scroll Lock

2007-09-26 Thread Mel
t; with it. No, it's your way of saying STFU let invalid.org deal with it. Example.com is set-up for this. Use that if you must. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem with PHP cli core dumping

2007-09-25 Thread Mel
sion=sqlite.so > extension=gd.so > extension=pcre.so > extension=xml.so > extension=session.so Move session to indicated spot, then try php -v again. If it still coredumps, move above spl. If it still coredumps, move it up one spot and rerun, till it stops coredumping. The bug is in the general extension destructor and changing the order till it works is the only remedy. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: pf redirect question

2007-09-25 Thread Mel
.192.131 port > 8080 > > just to see if i could get an http request to my laptop to redirect over to > the 8080 on the other ip, but so far nothing. > > a) is what im trying to do... tcpifically possible? Yes, but a network layout would help. Also

Re: PF: block out port 80 so that not allow clients in LAN to browse Internet via port 80

2007-09-25 Thread Mel
terface, $int_addr the address on the internal interface squid listens on and $ext_if the external interface. There's a full article on how to set this up, here: http://www.benzedrine.cx/transquid.html -- Mel ___ freebsd-questions@freebsd.org m

Re: How to downgrade from xorg-7.3 to xorg-7.2 ...

2007-09-25 Thread Mel
On Tuesday 25 September 2007 09:34:49 [EMAIL PROTECTED] wrote: > On Sat, 22 Sep, Mel <[EMAIL PROTECTED]> wrote: > > > I recently upgraded to xorg-7.3 > > > > > > how can I safely downgrade back to xorg-7.2? > > > > If you still have xorg-7.2 pack

Re: nvidia-driver rebooting machine on X startup

2007-09-25 Thread Mel
characteristics. I fear it's a hard reboot then, if DDB doesn't catch anything. DDB is a kernel debugger, even if dump isn't on, it will catch panic stages. Stray bytes and truncated files are another sign of hard reboot. I'm afraid only nvidia can catch this one. Try downgra

Re: Silly IPFW question.

2007-09-24 Thread Mel
; Search "man ipfw" for MAC. Something like this will: > >ipfw add 10 deny MAC any 10:20:30:40:50:60 > > ...block any traffic from that ethernet address. Be aware of the > net.link.ether.ipfw sysctl needed and advice in the section "PACKET > FLOW"

Re: Silly IPFW question.

2007-09-24 Thread Mel
ead about this: http://www.openbsd.org/faq/pf/tagging.html#ethernet I don't see a brconfig on FreeBSD though and don't know if there's something similar ported. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.free

Re: Help I borke my 7.0 AMD64

2007-09-24 Thread Mel
rld. I just looked on freebsd ftp servers, there's a package for amd64 arch and 7-current dated Sep 15. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: nvidia-driver rebooting machine on X startup

2007-09-24 Thread Mel
I have not gone that road nor plan to anytime soon. I also think we've had all the different cards by now, a quatro, GeForce 5k, 7k, 6k... Maybe someone can build a WITNESS/DDB kernel, since dumping seems to be failing? -- Mel ___ freebsd-questio

Re: OpenOffice problems

2007-09-24 Thread Mel
ut can be over a week old, if your machine is off during weekly periodic (by default Saturday night at 4am). -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: OpenOffice problems

2007-09-24 Thread Mel
On Monday 24 September 2007 19:08:28 Marco Beishuizen wrote: > On Mon, 24 Sep 2007, Mel wrote: > > On Monday 24 September 2007 18:20:44 Marco Beishuizen wrote: > > > On Mon, 24 Sep 2007, Mel wrote: > > > > Q: Do you have linux-jdk installed rather then diablo-jdk? >

Re: OpenOffice problems

2007-09-24 Thread Mel
On Monday 24 September 2007 18:20:44 Marco Beishuizen wrote: > On Mon, 24 Sep 2007, Mel wrote: > > Q: Do you have linux-jdk installed rather then diablo-jdk? > > No, the FreeBSD jdk15 is installed. Ah, it uses GCC 4.2, which has libstdc++ v6. -stable has v5. Did gcc 4.2 get un

Re: Can't login: no pam_unix.so found

2007-09-24 Thread Mel
= > Sep 18 11:11:37 xx su: BAD SU to root on /dev/ttyp3 Did or did you not mistype password? > Sep 18 11:13:46 xx sshd[45047]: Bad protocol version identification > '\377\364\377\375\006quit' from Sep 18 11:15:08 xx > sshd[45056]

Re: The best way to keep the system clean?

2007-09-24 Thread Mel
rsive). I typically run it as pkg_cutleaves -xg, so that new "Kept" packages are added to the config file automatically. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Why is sendmail in the core of FreeBSD?

2007-09-24 Thread Mel
at > could be a problem. It's not the source code that matters for a release CD of *base* software, it's the binary footprint. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: The best way to keep the system clean?

2007-09-24 Thread Mel
27;t necessary as well. Is there a way to clean them > automatically, like the apt-get autoremove in the Ubuntu system. ports-mgmt/pkg_cutleaves -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: stdout -determining size of??

2007-09-24 Thread Mel
, I'm 99% sure Konsole's history is memory only, which is why I've set it to 1000 lines rather then the default unlimited (Settings -> History), because it can consume a very large ammount of memory. I'm thinking you ran outof swap or

Re: OpenOffice problems

2007-09-23 Thread Mel
gt; system, in /usr/compat/linux/usr/lib. I'm trying to run it on FreeBSD 6.2. > > Anyone an idea how to solve this? Q: Do you have linux-jdk installed rather then diablo-jdk? -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Gnome & FreeBSD from putty

2007-09-23 Thread Mel
d (a few years back), at least the window manager needs to be installed locally for truly forwarded X11 connections, you can't be logged in under X as that user on the remote machine and by the time I had cygwin setup and working, I would've configured cups 3

Re: packages compiled from source

2007-09-23 Thread Mel
pkg_create -vb ${DIR##*pkg/} /path/${DIR##*pkg/}.tbz done -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Gnome & FreeBSD from putty

2007-09-23 Thread Mel
program, you probably won't get remote X to work anyway. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem with Pear-Auth

2007-09-22 Thread Mel
s.ini then check php -v to see if the core dump is gone. There's some earlier discussions about this on the list (see the archives). Once the core dump is gone, installing Pear/Auth will work. -- Mel ___ freebsd-questions@freebsd.org mailing list

Re: skype with garbled characters

2007-09-22 Thread Mel
http://koushikn.fastmail.fm/skype.png > > All my efforts at resolving failed. Looks like you're missing some fonts or the font doesn't support your character set or your fontpath is incomplete. I'd start with the fontpath myself. Check your xorg.conf. -- Mel ___

Re: Dovecot LDA help

2007-09-22 Thread Mel
t; Sep 19 02:29:30 pelorus postfix/qmgr[27452]: 956B36CF82: > > from=<[EMAIL PROTECTED]>, size=2198, nrcpt=1 (queue active) > > Sep 19 02:29:30 pelorus dspam[27471]: Delivery agent returned exit code > > 67: /usr/local/libexec/dovecot/deliver -d [EMAIL PROTECTED] The nice t

FreeBSD Hostap problem

2007-09-22 Thread Mel
Communications Inc.' device = 'AR5212, AR5213 802.11a/b/g Wireless Adapter' class = network subclass = ethernet So what's the trick to allow/facilitate connections between two clients? -- Mel ___ freebsd-questions@f

Re: How to downgrade from xorg-7.3 to xorg-7.2 ...

2007-09-22 Thread Mel
stallation from portupgrade -a outweigh this significantly. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: mixer levels on boot

2007-09-18 Thread Mel
oader.conf snd_ich_load="YES" > , but it doesn't seem ac97 on unix is as well supported as the > windows drivers so i need the particular driver i downloaded (i might be > wrong). Ac97 is a codec used on a multitude of

Re: linux-firefox+flash=crash

2007-09-18 Thread Mel
On Tuesday 18 September 2007 22:32:51 Andrew Pantyukhin wrote: > I haven't seen a single bit of flash in months on any of my > desktops. Would youtube make me more productive? Possibly, but I > have to doubt it... I'm sure this is message is classified as p

Re: Do you need to rebuild ports after 7-Current upgrade?

2007-09-18 Thread Mel
dware responds well, there's always time to upgrade. If your hardware doesn't respond well going back is a whole lot easier. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: IPFW entries in /var/log/messages

2007-09-18 Thread Mel
On Tuesday 18 September 2007 17:30:43 Mächler Philippe wrote: > Hello Mel > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Mel > > Sent: Tuesday, September 18, 2007 5:00 PM > > To: freebsd-questions@freebsd.

Re: IPFW entries in /var/log/messages

2007-09-18 Thread Mel
> 80.242.192.81:53 80.242.205.104:50111 out via bge0 > Sep 18 16:09:42 ns2 kernel: b > Sep 18 16:13:42 ns2 kernel: > Sep 18 16:23:14 ns2 kernel: > Sep 18 16:23:24 ns2 kernel: 8 > > Sep 18 16:30:49 ns2 kernel: These looks like classic buffer corruptions, either tha

Re: mixer levels on boot

2007-09-18 Thread Mel
;re running a desktop environment via xdm/kdm/gdm. -- Mel ___ 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+flash=crash

2007-09-18 Thread Mel
erent movies and during loading I clicked a slider control in the non-flash part of the page. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Deleted /var/db/pkg

2007-09-18 Thread Mel
e read MATCH; do PATH=${MATCH##*:} if test -f /usr/local/${PATH}; then echo ${MATCH%%/pkg-plist:*} fi done | grep -v XFree86-4-*|sort -u >myports.lst Then look carefully for mismatches and feed myports.lst to p

Re: /dev/random question

2007-09-16 Thread Mel
On Sunday 16 September 2007 22:55:50 RW wrote: > On Sun, 16 Sep 2007 15:21:38 +0200 > > Mel <[EMAIL PROTECTED]> wrote: > > People > > travelling the random road, will simply account for the possibility a > > traffic light comes up, which never does. > > That

Re: /dev/random question

2007-09-16 Thread Mel
or the traffic lights has been removed, so there is no logic in not calling it a highway. People travelling the random road, will simply account for the possibility a traffic light comes up, which never does. -- Mel ___ freebsd-questions@freebsd.org mai

Re: remote [ssh] Backspace] key gives me "^?"

2007-09-15 Thread Mel
On Saturday 15 September 2007 23:24:54 Gary Kline wrote: > On Sat, Sep 15, 2007 at 10:54:34PM +0200, Mel wrote: > > On Saturday 15 September 2007 22:28:22 Gary Kline wrote: > > > On Sat, Sep 15, 2007 at 10:58:52AM -0700, Garrett Cooper wrote: > > > > Chad Perrin

Re: How to add rule with pfctl...

2007-09-15 Thread Mel
fctl -t spammers -Tdel ip.from.old.spammer -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: remote [ssh] Backspace] key gives me "^?"

2007-09-15 Thread Mel
*ap keys), I > chose the best, least sticky keyboard and used it. > > I remapped my ~/.xmodmaprc file {{ "temporarily", ha, ha }}. > How else do I fix the layout? IIRC, there was some place > to set the keybo

Re: kernel log messages

2007-09-14 Thread Mel
a publically accessible daemon, it means unauthorized access thread. This is why it's listed in daily and why running the suggested portaudit is a good idea (both apache and php released security releases this week FYI). -- Mel ___ freebsd-q

Re: mount_ntfs as normal user

2007-09-14 Thread Mel
On Thursday 13 September 2007 15:43:05 Zbigniew Komarnicki wrote: > On Thursday 13 of September 2007 12:13:46 Mel wrote: > > Well, that kills that. Only thing I could think of is setuid mount_ntfs. > > It's really weird, cause I can't get ntfs to mount under normal use

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Mel
he hood. (posted for the googling masses) -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Mel
is to make atapi cd's available as scsi cd's, so that cdrecord can work with them. Burncd operates on native atapi cd controllers. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Suppressing "write failed, filesystem is full"

2007-09-14 Thread Mel
admins > and they claim to be unable to do anything and must wait for the other > clients to free up some space. /etc/syslog.conf: *.err;kern.warning;auth.notice;mail.crit/dev/console Remove the offending factility, note that you'll al

Re: dsniff installation failure

2007-09-14 Thread Mel
flz since he last touched the Makefile :p This happens when libnids is installed in the same run as dependency, because LIBNIDS_GLIB2 will be empty and the pre-configure target will not be installed. @Alain: run: `make clean all' and it'll compile. -- Mel __

Re: apache22 web root directive

2007-09-13 Thread Mel
On Thursday 13 September 2007 03:15:25 Rong-En Fan wrote: > On Wed, Sep 12, 2007 at 10:58:24PM +0200, Mel wrote: > > On Monday 10 September 2007 14:58:13 Rong-En Fan wrote: > > > On Mon, Sep 10, 2007 at 07:16:15AM -0500, Eric wrote: > > > > Matthew Seaman wrote:

Re: mount_ntfs as normal user

2007-09-13 Thread Mel
On Thursday 13 September 2007 11:27:43 Zbigniew Komarnicki wrote: > On Wednesday 12 of September 2007 21:49:15 Mel wrote: > > What is the output of: > > ls -al `which mount_ntfs` > > > > under your user id? > > It is: > $ ls -al `which mount_ntfs` > -r-xr-

Re: Wireless connection problem.

2007-09-12 Thread Mel
t; ifconfig_ath0="ssid ZyXEL DHCP wepmode on weptxkey 1 wepkey 1:0x." Have you tried wpa_supplicant(8)? If I understand correctly your interface isn't marked as 'down', so re-initialization doesn't occur. wpa_supplicant might pick up on it. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: chmod / files and directories

2007-09-12 Thread Mel
On Wednesday 12 September 2007 23:34:31 Mel wrote: > On Tuesday 11 September 2007 13:15:55 Zbigniew Komarnicki wrote: > > On Monday 10 of September 2007 17:56:12 Zbigniew Szalbot wrote: > > > Hello, > > > > > > I did read man chmod but I am not really wiser. Is

Re: nvidia-driver rebooting machine on X startup

2007-09-12 Thread Mel
On Wednesday 12 September 2007 23:21:57 Eric Ekong wrote: > * Darren Spruell <[EMAIL PROTECTED]> [070911 19:20]: > > Date: Tue, 11 Sep 2007 16:20:00 -0700 > > From: Darren Spruell <[EMAIL PROTECTED]> > > To: Bruce Cran <[EMAIL PROTECTED]> > > Cc: Mel &

Re: chmod / files and directories

2007-09-12 Thread Mel
44 {} \; > # chmod -R a+X /usr/local/www/data/wp That's the equivalent of chmod -R 755, since it sets exec bit on everything. Assuming all directories are already executable and files are not, the shortcut would be: chmod -R o+w,go-w,a+r /usr/local/www/data/wp -- Mel __

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf [SOLVED]

2007-09-12 Thread Mel
part from usual php4 replaced php5 > > references during update). > > I was given advice on php list to comment out everything in mod_dir.c > starting from > > > > > and then enter just this: > > >DirectoryIndex index.php index.php3 index.h

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
On Wednesday 12 September 2007 21:28:45 Eric wrote: > Mel wrote: > > On Wednesday 12 September 2007 09:23:19 Zbigniew Szalbot wrote: > >> Hi there again, > > > > Change the order of the extensions in extensions.ini. Each upgrade the > > order is magically differ

Re: nvidia-driver rebooting machine on X startup

2007-09-12 Thread Mel
-LOCKED] > nvidia0: [ITHREAD] Did any of you determine whether it's a kernel crash or magical reboot by allowing the kernel to dump and/or running WITNESS on -current? -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.fre

Re: apache22 web root directive

2007-09-12 Thread Mel
cal/www/mailgraph as per the recommendations and an alias added to > > apache for access to mailgraph? > > As I said in previous mail, I want minimal user interaction > for such a simple script. I asked on ports@ before committing. So why don't ports use the convenient etc/apache*/Includes? Defaults: WWWNAME ?= ${PORTNAME} WWWDIR ?= ${LOCALBASE}/www/${PORTNAME} post-install: ${ECHO_CMD} Alias /${WWNAME}/ "${WWDIR}" > \ ${PREFIX}/etc/apache*/Includes/${WWWNAME}.conf User can override, minimal user interaction... -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: fastest way to ghost/image multiple machines?

2007-09-12 Thread Mel
ld be '/', '/mnt/usr' what should be '/usr' etc. Sysinstall will also succeed in mounting then and you can go right ahead and make install DESTDIR=/mnt . -- Mel who did the cross-install current not too long ago __

Re: mount_ntfs as normal user

2007-09-12 Thread Mel
NTDETECT.COM* > $Bitmap* Program Files/ > $Boot* RECYCLER/ > [...] > > but I am not in group 'operator', and I'm now as normal user (not 'root'). > Check it > $ id > uid=1001(zbigniew) gid=1001(zbigniew) groups=1001

Re: ftp daemon fails

2007-09-12 Thread Mel
> # > > anyone know where i should look? /etc/hosts looks okay. getpeername means it doesn't have anything to connect with. It doesn't have anything to connect with, because you didn't specify -D option and as such it expects a socket from inetd. -- Mel ___

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
oaded page (like ending slash or what not). -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
, but the following comments I've assembled over time: $ grep '^;' /usr/local/etc/php/extensions.ini ; NOTE: spl makes php coredump if loaded after pspell ; NOTE 2: simplexml makes php coredump if loaded after pspell Yes, pspell is the common factor, but it isn't always. I should&#

Re: Getting the CPU frequency in C

2007-09-09 Thread Mel
sion: 0.3.9-pre1 which is /usr/ports/sysutils/fusefs-kmod. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
domain is allowed and people that request it. Gotta love postfix smtpd_restriction_classes. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Getting the CPU frequency in C

2007-09-09 Thread Mel
tel equivalent you can also > > look at dev.cpu.N.freq for the current frequency. > > I got confused because they both have the same name ... do'h > > hw.clockrate doesn't seem to available through C(?), exec-ing sysctl > hw.clockrate would work, but that's not very elegant... int main() { const char mib[] = "hw.clockrate"; size_t size = sizeof(int); int clockrate; sysctlbyname(mib, (void *)&clockrate, &size, NULL, 0); fprintf(stdout, "clockrate: %i\n", clockrate); return 0; } -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
On Sunday 09 September 2007 23:28:59 Adam J Richardson wrote: > Mel wrote: > > You probably had WITHOUT_X11 defined somewhere (/etc/make.conf > > or /var/db/ports/pango/options or /usr/local/etc/pkgtools.conf in > > MAKE_ARGS somewhere, shell environment?) when you rebui

Re: csh if..then delhema.

2007-09-09 Thread Mel
aybe I > was in some kind of coma-zone. > > At any rate, for simple unix scripts, /bin/sh (aka "a-shell", ash) > or ksh or zsh is the way to go. Simple == a few lines. > For anything grittier, perl wins any time. Perl looses when /usr isn't mo

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
On Sunday 09 September 2007 20:46:48 Kyle Allender wrote: > Mel wrote: > > On Sunday 09 September 2007 20:14:30 Kyle Allender wrote: > >> I see where the error is looking for pangox.h, but that file is not > >> present in the directory. A search on the system shows tha

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
tch I should have supplied to make when building the pango port, > but I'm not sure what switch that would have been. > > Thoughts? cd /usr/ports/x11-toolkits/pango && grep pangox pkg-plist && grep X11 Makefile holds the answer to your problem. -- Mel

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
uch file or directory > I've been googling and trying to research the problem via the > freebsd/gnome pages, but have thus far come up empty. I can provide > further log entries as needed, too. Could you post full compile statement for that error? Most notably it should include -I/u

Re: Realtek RTL8169 - no driver attached

2007-09-09 Thread Mel
duct numbers). If you can manage this, try updating to STABLE or if that's not an option and you know your way around, you could only update the driver files. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: nvidia-driver rebooting machine on X startup

2007-09-08 Thread Mel
On Saturday 08 September 2007 00:43:59 Darren Spruell wrote: > On 9/7/07, Mel <[EMAIL PROTECTED]> wrote: > > On Friday 07 September 2007 19:43:03 Darren Spruell wrote: > > > On 9/6/07, Derek Ragona <[EMAIL PROTECTED]> wrote: > > > >

Re: ADSL Bandwidth Monitoring

2007-09-08 Thread Mel
then that, bandwidth is the sum of all factors between there and here. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Moving user/group databases

2007-09-07 Thread Mel
ve recreated the CD with the sym links, and I still run into a problem > because adduser tries to create temporary files in /etc. If I remember > correctly, the files it tries to create are /etc/passwd.XX. > > I was able to get pw to work to

Re: nvidia-driver rebooting machine on X startup

2007-09-07 Thread Mel
n MB, and agp kernel modules loaded, but nvidia-driver doesn't care about it. Let's kill all red herrings: - Is COMPAT5X in the kernel? - Does running `nvidia-xconfig --query-gpu-info' reboot the system? - If you do not load the nvidia kernel module, but use Xorg's &qu

Re: portupgrade / arguments for make

2007-09-07 Thread Mel
tupgrade -fr -m WITHOUTX11 php4 portupgrade -fr -m WITHOUT_X11=yes php4 See: /usr/ports/lang/php4/Makefile.ext -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Dumb question about DES/MD5 in /etc/master.passwd

2007-09-07 Thread Mel
e > password using DES. I have already configured /etc/login.conf for MD5, > but it still goes with DES: > > *$ grep passwd /etc/login.conf > > :passwd_format=md5:\ > > # :passwd_format=des:\ > $* After changing that, did you

Re: nvidia-driver rebooting machine on X startup

2007-09-06 Thread Mel
On Friday 07 September 2007 00:16:44 Darren Spruell wrote: > On 9/6/07, Mel <[EMAIL PROTECTED]> wrote: > > On Thursday 06 September 2007 22:10:42 Darren Spruell wrote: > > > Wondering if this is a known issue, or if anyone has suggestions to > > > get it working...

Re: FreeMAT fails to compile

2007-09-06 Thread Mel
I just noticed why the error occurred. It's using QT4, not QT3. So be ready to pull in some extra deps... -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: nvidia-driver rebooting machine on X startup

2007-09-06 Thread Mel
Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "NV41 [Quadro FX 3450/4000 SDI]" > BusID "PCI:7:0:0" > EndSection Removing BusID do anything? All those Displays sounds a bit much too. I *strongl

Re: Smokeping HELP

2007-09-06 Thread Mel
l/smokeping/htdocs/smokeping.cgi (There's another ScriptAlias line in the default httpd.conf, so you can put this line right below or above that). Now things *should* work. If not, read the manpage smokeping_config carefully or report any errors you get to the list. -- Mel

Re: FreeMAT fails to compile

2007-09-06 Thread Mel
100% of 5481 kB 123 kBps 00m00s ===> Extracting for FreeMat-3.4 Old port tree? I didn't get a config dialog either. # $FreeBSD: ports/math/freemat/Makefile,v 1.16 2007/08/20 13:58:38 thierry Exp $ -- Mel ___ freebsd-questions

Re: Smokeping HELP

2007-09-06 Thread Mel
On Thursday 06 September 2007 21:11:10 Narek Gharibyan wrote: > Please send me detailed instruction how to configure Smokeping. I couldn't > configure httpd.conf also. I'll bite. What's smokeping? -- Mel ___ freebsd-questions@fre

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

2007-09-06 Thread Mel
ary. Try finding the rescue directory, there's statically linked df and ls in there that should help you locate why /libexec/ld-elf.so isn't found. I don't recall where it is on the installation cd-rom, after it's booting and don't have one handy at the moment. -- Me

Re: bootable CDs on FreeBSD-6.1-R amd64

2007-09-06 Thread Mel
27;re bootable or not. Cdrecord/burncd just tells the cd writer what bytes to burn in which sectors. man mkisofs should tell you about making an iso file bootable. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: Linuxulator and SSE

2007-09-06 Thread Mel
26 b29 3dnow ^ I found that weird. Filing a PR is a good idea, as it looks like your sse is detected as 3dnow in linux emulator. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsub

Re: bash on login.

2007-09-06 Thread Mel
-f ~/.bashrc and live happily ever after. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: /usr/ports & portupgrade when only using packages

2007-09-05 Thread Mel
On Wednesday 05 September 2007 22:09:18 Nikola Lecic wrote: > Mel, Nikola, > > On Wed, 5 Sep 2007 20:53:24 +0200 > Mel <[EMAIL PROTECTED]> wrote: > > [...] You cut out some context there, relevant to your response. Namely, the user wanted to know if you could do withou

Re: ports collection background-fetch

2007-09-05 Thread Mel
t. > > > > Note: I'm not sure but I think it's not a good practice to issue more > > than one 'make install' at a time. > > > > Bahman > > Mel wrote: > > On Wednesday 05 September 2007 18:46:39 [EMAIL PROTECTED] wrote: > >&g

Re: /usr/ports & portupgrade when only using packages

2007-09-05 Thread Mel
p, it'll undo that "rm -R" for you. Using > "portupgrade -PP" works perfectly well on those rare occasions when I > want to install a package rather than a port. I'm really interested in seeing the output of portupgrade -PP after rm -R /usr/ports && mkd

Re: /usr/ports & portupgrade when only using packages

2007-09-05 Thread Mel
g a package will mean delete the old version before installing the new one 3) *You* will have to backup libraries manually. (Yes, I realize portupgrade does this) -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-

Re: ports collection background-fetch

2007-09-05 Thread Mel
/ports/category/port && make fetch on a different terminal. -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubsc

Re: temporary su login

2007-09-05 Thread Mel
ss? Or did I misunderstood something? He's using ssh pub/private keys - not hashed system passwords, so no passwords (even if hashed form) travels the network. And yes, sudo is the way to go. -- Mel People using reply to all on lists, must think I need 2 copies.

Re: errors after running make

2007-09-05 Thread Mel
use debian's version. However: http://lists.freebsd.org/pipermail/freebsd-mobile/2005-March/005947.html -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.

Re: umount in shell script

2007-09-05 Thread Mel
nmounts don't work when device is busy, ie: someone using a file or with cwd within the filesystem. umount -f will take care of it, or use fstat -f /usr/tmp_mnt to check before unmounting. -- Mel People using reply to all on lists, must think I need 2 copies.

Re: mail server setup questions

2007-09-05 Thread Mel
here that won't hesitate to query port 110 with an account guesser, which can spawn many daemons depending on how fast your pop server handles it. You may wanna limit access to port 110 to you and your friends if that's possible or look into a pop server that can limit ammount of req

Re: pkg_add question

2007-09-04 Thread Mel
rts. What exactly did you try and how did it fail? -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: troubling configuring wireless nic

2007-09-04 Thread Mel
8859-1/books/handbook/network-wireless.html If you still cannot get it to work, please include specific information: - whether the driver is available (pciconf -lv output) - what wireless protocol you are using (WEP/WPA/foo) - what you have tried from the wireless networking chapter and where it fa

Re: Philosophy of default "pkg_add -r" PACKAGESITE?

2007-09-04 Thread Mel
l behavior being that ports only get upgraded when portaudit reports them unsafe. -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

<    8   9   10   11   12   13   14   >