Re: FreeBSD installers and future direction

2013-05-25 Thread Matt Olander
himself :P Cheers, -matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: GSoC: PKGNG GUI Proposal Available for Review

2013-05-03 Thread Matt Olander
to seeing your work ;) Cheers, -matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: syscalls per process ?

2013-03-26 Thread Matt Burke
On 03/26/13 01:58, Paul Koch wrote: We don't want to run an external program (eg. truss/dtrace) on each program. Not exactly what you want, but a single DTrace instance can collect data globally, not just while attached to a specific target: # dtrace -qn

Re: clang generated code sometimes confuses fbt

2013-03-03 Thread Matt Burke
On 03/02/13 17:35, Andriy Gapon wrote: To summarize: I would be glad of either clang generated code was fbt-friendly or if ctf information was generated for bpobj_iterate_impl. Either is perfect for me. Apologies if this is a silly suggestion, but are you building with -O0? I've noticed

Progress display on multiple core dumps

2013-02-06 Thread Matt Burke
I've been doing a lot of panicing recently trying to track down a dtrace problem, and have noticed that only the first call of doadump() shows a progress display, resulting in uncertainty as to whether or not the dump is happening, at least with a low amount of RAM dumping to a ramdisk (the

kgdb modules

2013-02-04 Thread Matt Burke
How do I get kgdb to load kernel modules from somewhere other than /boot/kernel? Googling tells me I need to use asf to create a file, but I haven't managed to figure out how to get kgdb use the output. Thanks -- Sorry about the following... The information contained in this message is

Re: ZFS regimen: scrub, scrub, scrub and scrub again.

2013-01-23 Thread matt
a great basket :) Matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: How to boot FreeBSD and linux from FreeBSD MBR?

2012-10-27 Thread matt
. It is slow as molasses and has to be the mbr. You could chainload freebsd's partition under a separate entry, like Windows The partition bootcode for FreeBSD will boot it from there. You can also boot loader or kernel directly from grub, your choice. Matt

Re: Upcoming release schedule - 8.4 ?

2012-06-12 Thread Matt Olander
up with a number it would take and a plan to do it. We're not the only people with the problem, obviously. Cheers, -matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

Re: Upcoming release schedule - 8.4 ?

2012-06-12 Thread Matt Olander
On Tue, Jun 12, 2012 at 3:52 PM, John Kozubik j...@kozubik.com wrote: Hi Matt, On Tue, 12 Jun 2012, Matt Olander wrote: So, we've (iXsystems, PC-BSD) been kicking around the idea of a Long Term Supported version of PC-BSD Server, which is really FreeBSD with some PC-BSD cli tools

Re: Upcoming release schedule - 8.4 ?

2012-06-12 Thread Matt Olander
On Tue, Jun 12, 2012 at 4:20 PM, Matt Olander m...@ixsystems.com wrote: On Tue, Jun 12, 2012 at 3:52 PM, John Kozubik j...@kozubik.com wrote: Hi Matt, On Tue, 12 Jun 2012, Matt Olander wrote: So, we've (iXsystems, PC-BSD) been kicking around the idea of a Long Term Supported version of PC

Re: compiling ports with SSP

2012-04-25 Thread matt
not to use -fstack-protector-all as opposed to -fstack-protector? I've been using this on all ports for quite a while, I don't usually run into problems that make me need to revert to stock cflags. I don't use ports OpenSSL so that's maybe why I've escaped. Matt

Re: Graphical Terminal Environment

2012-03-05 Thread matt
...@freebsd.org Ratpoison is in ports and I think it does what you're asking...aka a tiling wm aimed at keyboard control. Just use a very minimal xinitrc? Matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-20 Thread matt
user, etc. Matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread matt
versions of 9-CURRENT and in 9-RELEASE on. You can't kldload or unload it because it's not a module, but part of the kernel. That doesn't preclude the presence of the file, I think. 'kldstat -v | less' should show you what's in there. Matt ___ freebsd

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread matt
GENERIC without snd_hda, you're a power user. The handbook is an excellent resource if you've never done it. It's actually nice to have a minimal kernel config available for any kind of testing. Or reboot a few times, it's not that bad! Matt ___ freebsd

Re: devd based AUTOMOUNTER

2012-02-17 Thread matt
automount gets some fairly generous flags automatically) I didn't get a chance to test some of the naming things on Linux either, as many drive formatting programs validate the name. Something to consider, Matt Matt ___ freebsd-hackers@freebsd.org

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread matt
On 02/17/12 11:34, Alex Goncharov wrote: ,--- You/matt (Fri, 17 Feb 2012 11:09:38 -0800) * | For what it's worth, it's just a change in GENERIC. It's not hard to | compile a kernel with different options, That's what I've been doing for years, with e.g. # options INET6

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread matt
with a default install...so most things worked, but were loaded as modules? Matt NO. You can't base a wish on a solution for YOURS problems! GENERIC must be as giantic as possible, to make as many machines as possible to BOOT and enable all what can be enabled in/on them. THEN ... individual

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread matt
, but provide an extensive loader.conf with a default install...so most things worked, but were loaded as modules? Matt NO. You can't base a wish on a solution for YOURS problems! GENERIC must be as giantic as possible, to make as many machines as possible to BOOT and enable all what can

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread matt
On 02/17/12 17:14, Doug Barton wrote: On 02/17/2012 15:11, matt wrote: We have a modular kernel. It makes best-practices-sense to keep the kernel true to what's required to boot and initialize the hardware required to come up multiuser. I am actually against having sound in there at all. I

Re: FreeBSD has serious problems with focus, longevity, and lifecycle

2012-01-18 Thread Matt Olander
before we migrated the server. Cheers, -matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: FreeBSD has serious problems with focus, longevity, and lifecycle

2012-01-17 Thread Matt Olander
as well. We'd be happy to sponsor a full-time employee at the Mall to handle rolling -STABLE into release a few more times per year. We might need a bit of help maintaining a long term release but we think it's a pretty good idea all the way around. Cheers, -matt

Re: snd_hda does no output to headphones

2011-08-19 Thread Matt
On 08/19/11 09:15, Zhihao Yuan wrote: Hi, I think I must get this problem resolved. I work at night, so without the headphones support, I can listen to music or watch video at that time. The machine is HP Elitebook 8540w. ~ uname -a FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #6

Re: snd_hda does no output to headphones

2011-08-19 Thread Matt
and setting the as and seq for the second one to match what the first one (nid10) have. Oh, my... you must be a genius at troubleshooting. I swapped them with hint.hdac.1.cad0.nid10.config=as=3 seq=0 hint.hdac.1.cad0.nid15.config=as=1 seq=15 and everything work. Thanks! Glad it worked! Matt

Alternate source trees

2011-08-16 Thread Matt Burke
I'm trying to setup a box to do automated FreeBSD builds for other hosts from multiple source trees. I have a couple of source trees mounted - for legibility's sake let's say /build/stable and /build/current. I also have a few obj dirs for different targets. The current obj tree is symlinked to

Re: Capsicum project: Ideas needed

2011-07-07 Thread Matt Olander
will not disagree with you (yet!). This is a great project and I appreciate your work on it. What about inetd? Is that possible or does each service it support need sandboxing, too? How about sendmail and bind? Cheers, -matt ___ freebsd-hackers@freebsd.org

Re: Capsicum project: Ideas needed

2011-07-07 Thread Matt
)? -any shell?... minicom wget curl netcat links/lynx Can it be made a switch on sudo? sudo --sandbox=someprofile,option tcpdump -tti pflog0 Hopefully I'm not missing the boat and these ideas are applicable :) Matt ___ freebsd-hackers@freebsd.org mailing

Re: I need reply in Embedded FreeBSD Kernel Theme

2010-06-25 Thread Matt Thyer
On 24 June 2010 11:06, Mohammed Farrag mfar...@freebsd.org wrote: @ Matt Thanx for ur reply Matt. / FreeBSD is already a very modular system and the traditional way (a traditional way) to build for embedded systems is to follow the NanoBSD

Re: I need reply in Embedded FreeBSD Kernel Theme

2010-06-11 Thread Matt Thyer
On 12 June 2010 12:02, Chargen char...@gmail.com wrote: Sir, first of all: I'm no expert in this field but I've seen your document and I'm still wondering why you should impose such a design. I suppose it's well thought of but still I'm a bit opposed to binary configuration files because I

Re: nginx + passenger = segv in _rtld_error on restart on FreeBSD 8.0?

2010-05-07 Thread Matt Reimer
inner to this frame (corrupt stack?)   Regards   Steve Steve, Did you figure this out? We're seeing something very similar with nginx + passenger + FreeBSD 8.0. Matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: nginx + passenger = segv in _rtld_error on restart on FreeBSD8.0?

2010-05-07 Thread Matt Reimer
really weird. Anyone got any ideas?   Regards   steve Steve, The patch for PR 144061 works for us. http://lists.freebsd.org/pipermail/freebsd-hackers/2010-February/030741.html http://www.freebsd.org/cgi/query-pr.cgi?pr=144061 Matt ___ freebsd

Re: posting coding bounties, appropriate money amounts?

2010-01-22 Thread Matt Olander
has the option of hiding the community committed code. best, -matt ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: llvm/clang a tool chain or just a compiler for FreeBSD?

2009-07-21 Thread matt donovan
On Tue, Jul 21, 2009 at 9:18 PM, Shaowei Wang (wsw) wsw1w...@gmail.comwrote: On Tue, Jul 21, 2009 at 9:17 PM, Roman Divacky rdiva...@freebsd.org wrote: On Tue, Jul 21, 2009 at 12:34:29PM +0800, Shaowei Wang (wsw) wrote: Hi, hackers! Recently I am playing the clangbsd i386 branch and

Re: FreeBSD jobs

2009-05-14 Thread Matt Olander
a few hours a week in their spare time, for free. It will look great on a resume, they will probably learn some valuable skills, and perhaps parlay it into a full-time, paid position. best, -matt Exact full copy of what Censors blocked: ... employer Juniper Networks. ... Extra consideration

VirtualBox on FreeBSD

2009-05-04 Thread Matt Olander
Looks like the VirtualBox developers at Sun ported VirtualBox to FreeBSD in their spare time: http://www.freebsdnews.net/2009/05/02/sun-virtualbox-on-freebsd/ They're looking for developers/testers to checkout the source and try it out :-) -matt

Re: Is international support broken is msdosfs file system driver?

2009-04-06 Thread matt donovan
On Mon, Apr 6, 2009 at 7:29 PM, Yuri y...@rawbw.com wrote: Nobody replied and I still have the problem. I extracted the area of the disk where long file names are stored. And can see that all characters are in UTF-8. So how to correctly read UTF-8 encoded VFAT? Yuri

Re: Google SoC 2009 Idea

2009-02-24 Thread matt donovan
On Tue, Feb 24, 2009 at 12:43 PM, Siddharth Prakash Singh sps...@gmail.comwrote: Hi all, I am a student from India. I am willing to contribute to FreeBSD as a google soc participant this year. I would like to suggest an idea. Title: Multicore Aware Process Scheduler. I have not gone

Re: x11 status

2009-02-24 Thread matt donovan
On Tue, Feb 24, 2009 at 10:24 PM, Chuck Robey chu...@telenix.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was wondering, I've lost track of the status of XFree86 on FreeBSD.or really, at all. It looks like all of the Xfree86 servers have been removed from ports. I was

Re: CFT: Graphics support for /boot/loader

2009-02-08 Thread Matt Dawson
theme_actions_xy=17 281 Finally, change the beastie_theme line in /boot/loader.conf like this: beastie_theme=/boot/themes/beastie/theme.conf Done. ...and it is. Thanks, Oliver! -- Matt Dawson MTD15-RIPE m...@chronos.org.uk ___ freebsd-hackers

Re: tcpdump filter for out/in traffic

2009-01-04 Thread matt donovan
On Sun, Jan 4, 2009 at 10:56 AM, Eugene Grosbein eu...@kuzbass.ru wrote: On Sun, Jan 04, 2009 at 04:05:00PM +0200, KES wrote: There will be very usefull to have options for tcpdump to monitor incomint or outgoing traffic regardless of src/dst IPs or ports or protocol For example:

Re: Laptop suggestions?

2008-07-30 Thread Matt Olander
On Jul 30, 2008, at 3:42 PM, Julian Elischer wrote: Matt Olander wrote: http://www.ixsystems.com/products/bsd-laptop.html Hi everyone! I actually had our prototype of this laptop up at the OSCON show in Portland and it was pretty well received. Everything works for the most part although

Re: Laptop suggestions?

2008-07-29 Thread Matt Olander
, -matt I didn't compare your requirements in there, thought. Cheers, Mezz -- [EMAIL PROTECTED] - [EMAIL PROTECTED] FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: Lack of Flash support is no longer acceptable. Bounty established...

2008-06-20 Thread Matt Olander
to view on Hulu! ;-) I think my latest Rosetta Stone is Flash9 now too :'( -matt -- Matt Olander CTO, iXsystems - Servers for Open Source http://www.iXsystems.com Public Relations, The FreeBSD Project http://www.FreeBSD.org BSD on the Desktop

Re: My GSoC Intro...

2008-04-25 Thread Matt Sealey
Hi Przemek, If you need any help at all, feel free to bug me :) We're very excited about the FreeBSD port to Efika. -- Matt Sealey [EMAIL PROTECTED] Genesi, Manager, Developer Relations vi0 wrote: Hello everybody!!! My name is Przemek Witaszczyk and I am one of those very happy FreeBSD

Re: VirtualBox?

2007-09-20 Thread Matt
On 9/4/07, Matt Olander [EMAIL PROTECTED] wrote: On Tuesday 04 September 2007 8:27 am, Jeremy Messenger wrote: On Tue, 04 Sep 2007 08:33:50 -0500, Ivan Voras [EMAIL PROTECTED] wrote: Hi, Is anyone working on porting VirtualBox? http://www.virtualbox.org/wiki/Porting_VirtualBox

Re: VirtualBox?

2007-09-04 Thread Matt Olander
for FreeBSD. best, -matt -- Matt Olander CTO, iXsystems - Servers for Open Source  http://www.iXsystems.com Public Relations, The FreeBSD Project         http://www.FreeBSD.org BSD on the Desktop!                             http://www.pcbsd.org Phone: (408)943-4100 ext. 113                     Fax

Re: Progress on scaling of FreeBSD on 8 CPU systems

2007-02-24 Thread Matt Olander
core, quad CPU system for some further SMP testing. Kris, I'll let you know as soon as I have word when we're getting one and if we can keep it, we'll send it up to be included in the cluster in Canada. Yay!!! This is just fabulous. -matt Kris -- Matt Olander CTO, iXsystems - Servers

FreeBSD 6.2 + xinetd + amanda problem

2007-01-25 Thread Matt Ruzicka
somehow missed it in my troubleshooting and research. Thanks. Matt Ruzicka - Senior Systems Administrator FRII 970-212-0728 [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: File trees: the deeper, the weirder

2006-10-29 Thread Matt Emmerton
thread has to work faster, or the caller has to sleep less, in order to avoid this lock-step behaviour. Regards, -- Matt Emmerton ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: On the use of Tun interfaces.

2006-07-18 Thread matt
0 tun0 shouldn't the last route there be active? Any clues here? Have you set net.inet.ip.forwarding=1 via sysctl? -- Matt Emmerton ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: Return value of malloc(0)

2006-06-28 Thread Matt Emmerton
. The thing compiler just fine under Linux. Any ideas? Cheers, Randy Hyde Without seeing the code or the actual error message, I'm guessing the answer is 42. Perhaps, some detail might be appropriate. A new thread with a proper subject would be appropriate too :) -- Matt

Re: FreeBSD 6.1, crashes and a lack of vmcores

2006-05-30 Thread Matt Ruzicka
. Matt Ruzicka - Senior Systems Administrator Front Range Internet, Inc. [EMAIL PROTECTED] - (970) 212-0728 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

FreeBSD 6.1, crashes and a lack of vmcores

2006-05-26 Thread Matt Ruzicka
determine how to get another vmcore I'd be happy to send along another debug as well. Thank you very much in advance. Matt Ruzicka - Senior Systems Administrator Front Range Internet, Inc. [EMAIL PROTECTED] - (970) 212-0728 [GDB will not be able to debug user-mode threads: /usr/lib

Re: FreeBSD 6.1, crashes and a lack of vmcores

2006-05-26 Thread Matt Ruzicka
. Matt Ruzicka - Senior Systems Administrator Front Range Internet, Inc. [EMAIL PROTECTED] - (970) 212-0728 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Re: HP Smart Array 6i opinions

2006-03-08 Thread Matt Hartzell
I have used the 6i n the same situation. RAID5 performance with 3 - 36 GB SCSI disk is acceptable. I have never had a disk fail on these controllers so I can't comment on fail over. The util's on http://people.freebsd.org/~jcagle/ don't seen to work under 6.x, however status messages are

Re: HP Smart Array 6i opinions

2006-03-08 Thread Matt Hartzell
Wilko Bulte wrote: On Wed, Mar 08, 2006 at 09:27:50AM -0600, Matt Hartzell wrote.. I have used the 6i n the same situation. RAID5 performance with 3 - 36 GB SCSI disk is acceptable. I have never had a disk fail on these controllers so I can't comment on fail over. The util's on http

Re: Config(8) dependency checking - first patches

2006-01-23 Thread Matt Emmerton
any examples. Now I do. Thanks! -- Matt Emmerton ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Config(8) dependency checking - first patches

2006-01-18 Thread Matt Emmerton
, parse and use dependency information; however, no dependency meta-data has been generated yet. Notes and patches against 7-CURRENT are at http://www.gsicomp.on.ca/projects/freebsd/configdep.html. Comments and suggestions appreciated. Regards, -- Matt Emmerton

Re: Named requests filling up T1

2006-01-16 Thread Matt Emmerton
no reason for these queries to be directed to your DNS server from the Internet. Source IP filtering is likely your best option, although it doesn't help with your T1 saturation, although it would give whoever is blasting these queries a clue. -- Matt Emmerton

Re: Using pkg_add fetch only

2006-01-06 Thread Matt Emmerton
. Clearly pkg_add does not provide this option. Even if it would, it would declare some dependencies fulfilled since packages are installed in the hostsystem already. Anyone having an idea here, besides rewriting pkg_add? What about pkg_fetch -R? -- Matt Emmerton

Compiling kernel/modules without INET?

2006-01-01 Thread Matt Emmerton
. Any guidance would be appreciated. Regards, -- Matt Emmerton ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Problem about libnet on FreeBSD 6.0

2005-12-31 Thread Matt Emmerton
. The net/libnet port should be marked BROKEN because of this issue (I've opened a PR) and folks should use libnet-devel instead, until the net/libnet port is updated to a newer version. The net/libnet maintainer has been notified of this problem. Regards, -- Matt Emmerton

RFC: porting NetBSD fsdb enhancements to FreeBSD

2005-10-27 Thread Matt Emmerton
that folks would like to see on FreeBSD? I've got RELENG_5_4 and RELENG_6_0 boxes here in my office so I can whip up the patches and do some testing in short order. Regards, -- Matt Emmerton ___ freebsd-hackers@freebsd.org mailing list http

Re: vmstat reporting incorrect cpu usage

2005-06-04 Thread Matt Emmerton
are instantaneous. -- Matt Emmerton ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Making multiple jails

2005-04-17 Thread Matt
I'd like to create five jails on one machine. Is it possible to make them all at the same time? I'm only familiary with creating them individually (DESTDIR=/foo/bar). Thanks much. ___ freebsd-hackers@freebsd.org mailing list

vinum question

2005-04-14 Thread Matt
I have a two disk array that I want to move to another machine. It is configured with striping using vinum. What is the best way to set it up under a new machine? Should I simply load the old vinum.conf file and enable vinum? Thanks much for any help. drive disk1 device /dev/ad5s1d drive

Re: vinum question

2005-04-14 Thread Matt
Bernd Walter wrote: On Thu, Apr 14, 2005 at 08:50:20AM -0700, Matt wrote: I have a two disk array that I want to move to another machine. It is configured with striping using vinum. What is the best way to set it up under a new machine? Should I simply load the old vinum.conf file

Re: vinum question

2005-04-14 Thread Matt
Matt wrote: Bernd Walter wrote: On Thu, Apr 14, 2005 at 08:50:20AM -0700, Matt wrote: I have a two disk array that I want to move to another machine. It is configured with striping using vinum. What is the best way to set it up under a new machine? Should I simply load the old vinum.conf

C programming question

2005-04-04 Thread Matt
I need some help understanding some C code. int (*if_ioctl) (struct ifnet *, int, caddr_t); int (*if_watchdog) (int); Can someone break down these declarations (if that's what they are)? Is this a form of typecasting? Thanks for your help.

poll or select for ppi?

2005-03-14 Thread Matt Kory
Is it possible to use poll or select to detect a change in the status bits of the parallel port? I tried something like this, and took bits 5 and 6 of the status register low and nothing seemed to happen. Is what I am trying to do even possible, or I am supposed to take a certain bit low to

retricted environment

2005-03-01 Thread Matt
When providing a shell environment for a larger number of users, what is the best way to retrict access to commands/resources? I've already setup quotas. I don't want users playing with system commands. I've read something about a retricted shell, but can't find any details.

Re: retricted environment

2005-03-01 Thread Matt
Max Laier wrote: On Tuesday 01 March 2005 21:22, Matt wrote: When providing a shell environment for a larger number of users, what is the best way to retrict access to commands/resources? I've already setup quotas. I don't want users playing with system commands. I've read something about

remote connection to mysql

2005-02-21 Thread Matt
Hi, I'm trying to connect remotely to my database server. It is MySQL 4.1.7 which I install from ports. I created a user with permissions to connect from any remote location. I'm using Perl DBI, like this: use DBI; my $dbh = DBI-connect( 'dbi:mysql:[EMAIL PROTECTED]:3306', 'user',

Re: remote connection to mysql

2005-02-21 Thread Matt
Mike Silbersack wrote: On Mon, 21 Feb 2005, Matt wrote: Hi, I'm trying to connect remotely to my database server. It is MySQL 4.1.7 which I install from ports. I created a user with permissions to connect from any remote location. I'm using Perl DBI, like this: Are you sure that you set up

deleting jail

2005-02-09 Thread Matt
I'm trying to remove an old jail I don't use any more. From single user mode, I mount the relevant partition and try: prompt# rm - rf old_jail rm: old_jail/dumb/rcp: Operation not permitted rm: old_jail/dumb: Directory not empty rm: old_jail/lib/libcrypt.so.2: Operation not permitted rm:

Re: deleting jail

2005-02-09 Thread Matt
Matt wrote: I'm trying to remove an old jail I don't use any more. From single user mode, I mount the relevant partition and try: prompt# rm - rf old_jail rm: old_jail/dumb/rcp: Operation not permitted rm: old_jail/dumb: Directory not empty rm: old_jail/lib/libcrypt.so.2: Operation

cahe-only DNS in jail

2005-02-02 Thread Matt
I'm experiencing strange behaviour with Bind running inside a jail. I'm running 5.2.1 current in the jail. Thinks are working, but poorly. Lookups for my local machines work perfectly. Some remote lookups work fine (yahoo, google, etc...). However, many lookups time out, but will succeed

network trunkin

2005-01-09 Thread Matt
Does anyone know if FreeBSD supports trunking? By that I mean spreading network traffic over multiple interfaces to achieve a higher aggregate throughtput. I've used this with Solaris. Thanks. ___ freebsd-hackers@freebsd.org mailing list

Re: nfs within jail

2004-12-17 Thread Matt
David Scheidt wrote: Matt wrote: [EMAIL PROTECTED] wrote: Matt, there's nfsshell, an FTP-like client. just google for nfsshell. Won't help in case of NFS4, I guess :-( Stefan Thanks. I'd like to try the nfsshell, but I can't get it to build. It doesn't appear to be a port either. I'm

Re: nfs within jail

2004-12-16 Thread Matt
[EMAIL PROTECTED] wrote: Matt, there's nfsshell, an FTP-like client. just google for nfsshell. Won't help in case of NFS4, I guess :-( Stefan Thanks. I'd like to try the nfsshell, but I can't get it to build. It doesn't appear to be a port either. I'm an amateur C coder at best. Could

nfs within jail

2004-12-14 Thread Matt
Quick question regarding nfs (or other filesystems) inside a jail. As far as I can tell, it isn't possible to mount nfs shares while inside a jail. Is this correct? Is there any way around this limitation? A way to browse network shares without mounting? Or some such trickery? Thanks.

Re: nfs within jail

2004-12-14 Thread Matt
Simon 'corecode' Schubert wrote: On 14.12.2004, at 13:09, Matt wrote: Quick question regarding nfs (or other filesystems) inside a jail. As far as I can tell, it isn't possible to mount nfs shares while inside a jail. Is this correct? Is there any way around this limitation? A way to browse

mounting nfs shares within jail

2004-12-14 Thread Matt
Quick question regarding nfs. As far as I can tell, it isn't possible to mount nfs shares from within a jail. Is this correct? Is there any way around this limitation? A way to browse network shares without mounting? Or some such trickery? Thanks.

Re: isp driver not 64 bit?

2004-12-01 Thread Matt Emmerton
- Original Message - From: Dan Nelson [EMAIL PROTECTED] To: David Gilbert [EMAIL PROTECTED] Cc: Matt Emmerton [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 12:56 AM Subject: Re: isp driver not 64 bit? In the last episode

Re: isp driver not 64 bit?

2004-11-29 Thread Matt Emmerton
into where things are going wrong. -- Matt Emmerton ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

ECMP/Multipathing

2004-11-22 Thread Matt Freitag
Howdy, I've been digging around google for an hour now trying to find info on multipathing in freebsd, I've stumbled on a few patches that pull it off, latest of which was for 4.8-stable located at: http://www.dsm.fordham.edu/~tanzer/multipath/ Unfortunately it's tossing errors during

Re: hacking SCO....

2004-10-25 Thread Matt Emmerton
limited. You need to copy a bunch of core libraries onto the FreeBSD machine from the SCO machine to make things work. (We just emulate the syscall interface -- you need libc and friends from SCO.) Matt -John On Oct 9, 2004, at 6:51 AM, Doug Russell wrote: On Fri, 8 Oct 2004, Sergey Babkin

Re: hacking SCO....

2004-10-07 Thread Matt Emmerton
for awhile). However, the card is very old too. Any ideas? -john medium error unrecorvered read error really sounds like a phsycial medium (drive) error. If the controller was flaky, you'd get bus retries and stuff. -- Matt Emmerton ___ [EMAIL PROTECTED

Re: hacking SCO....

2004-09-27 Thread Matt Emmerton
I believe DAT is what you want to tell SCO. -- Matt - Original Message - From: John Von Essen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 27, 2004 6:33 PM Subject: Re: hacking SCO Well, I was able to get a boot/install floppy made. Then install a fresh SCO

Re: FreeBSD Kernel buffer overflow

2004-09-18 Thread Matt Emmerton
- Original Message - From: Devon H. O'Dell [EMAIL PROTECTED] To: Matt Emmerton [EMAIL PROTECTED]; Mike Meyer [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, September 18, 2004 4:01 AM Subject: Re: FreeBSD Kernel buffer overflow

Re: FreeBSD Kernel buffer overflow

2004-09-17 Thread Matt Emmerton
-user. -- Matt Emmerton ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: FreeBSD Kernel buffer overflow

2004-09-17 Thread Matt Emmerton
- Original Message - From: Mike Meyer [EMAIL PROTECTED] To: Matt Emmerton [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Avleen Vig [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, September 18, 2004 1:22 AM Subject: Re: FreeBSD Kernel buffer overflow In [EMAIL

Re: Network Packet drops in FreeBSD 5.2.1

2004-08-20 Thread Matt Freitag
Anand Subramanian wrote: Hi All, I am using an Intel Celeron box (single CPU,1.7GHz, 495MB real and 472 MB avail memory, FreeBSD 5.2.1 #15 release), to run a daemon process which shares a circular queue/buffer with the kernel. The daemon drains objects off the front of the queue while the queue

Re: Mount name length limit (MNAMELEN)

2004-08-05 Thread Matt Emmerton
, I think). Thus, they are free to change the size of the element without affecting the majority of structures that use it. -- Matt Emmerton ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send

Re: Kernel configuration program - 0.1 alpha. Hacker help andfeedback required.

2004-06-28 Thread Matt Freitag
Personally I prefer the flat file configuration, as it's much more intuitive, and an obfuscated method of configuring my kernel just isn't for me. To each his own of course, but I myself will always stick to vi'ing my kernel's config. It's the fastest, most efficient way IMHO. (Not to say,

Re: waiting on sbwait

2004-06-23 Thread Matt Freitag
I'm not sure if it's what you're hitting, but Perhaps the sysctl kern.ipc.maxsockets needs to be raised, though it seems like you'd need a decent amount of concurrent active sessions to reach this ceiling. Also it's read-only, so you'll want to tune it in loader.conf. -mpf Danny Braniss wrote:

Re: dell wireless keyboard

2004-06-21 Thread Matt Freitag
I notice the exact same behavior with my wireless Logitechs which were purchased retail, they all appear to do this. Actually, if you notice it's always one of the previous keys your pressed, it's as if the repeat rate is somewhat delayed. This has occured in all OS's for me, regardless of

Re: Is this LOST??

2004-05-05 Thread Matt Emmerton
to add 80386 support first. -- Matt Emmerton ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Loosing STDOUT after file rotation

2004-04-27 Thread Matt Freitag
DJB's code, a last resort? I surely wouldn't refer to all of it as a last resort, not in the least. To each his own - of course. Although I certainly think you're belittling someone with plenty of skill. Do you regard Qmail as a last resort MTA? I'd have to disagree strongly there. -mpf

  1   2   3   4   5   6   >